myDate = new Date();
myMonth = myDate.getSeconds();
function Cambio(){

	myTypeArray = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", 
							"15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "0", "1", "2", "3",
							"4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", 
							"19", "20", "21", "22", "23", "24", "25", "1", "2", "3", "4", "5", "6", "7", "8");					  
	switch(myTypeArray[myMonth])
		{
		case "0" : imagen = "defensa4.gif"; enlace = "www.defensa.com";
		break;
		case "1" : imagen = "sherman4.gif"; enlace = "www.militar.info/enlaces/sherman";
		break;
		case "2" : imagen = "foromilitar4.gif"; enlace = "www.militar.org/foro.htm";
		break;
		case "3" : imagen = "tierra4.gif"; enlace = "www.ejercito.mde.es/publicaciones/bitierra/index_bitierra.htm";
		break;
		case "4" : imagen = "warheat4.gif"; enlace = "www.warheat.com";
		break;
		case "5" : imagen = "soldiers4.gif"; enlace = "www.militar.info/enlaces/soldiers";
		break;
		case "6" : imagen = "accion4.gif"; enlace = "www.militar.info/enlaces/accion";
		break;
		case "7" : imagen = "webmilitar4.gif"; enlace = "www.militar.org";
		break;
		case "8" : imagen = "comunidad4.gif"; enlace = "foroplus.net/forosm/comumil";
		break;
		case "9" : imagen = "soldados4.gif"; enlace = "www.militar.info/enlaces/soldados";
		break;
		case "10" : imagen = "boinasverdes4.gif"; enlace = "www.militar.info/boinasverdes";
		break;
		case "11" : imagen = "fuerzaaerea4.gif"; enlace = "www.ngpress.com/fuerza/fuerza.html";
		break;	
		case "12" : imagen = "acude4.gif"; enlace = "www.militar.info/acude";
		break;		
		case "13" : imagen = "airsoft4.gif"; enlace = "www.militar.info/enlaces/kinghobby";
		break;
		case "14" : imagen = "armada4.gif"; enlace = "www.armada.mde.es";
		break;
		case "15" : imagen = "redefensa4.gif"; enlace = "www.mde.es/contenido.jsp?id_nodo=4335&&&keyword=&auditoria=F";
		break;
		case "16" : imagen = "agenda4.gif"; enlace = "foroplus.net/foro/index.php?foro=actos";
		break;
		case "17" : imagen = "bazar4.gif"; enlace = "www.boinasverdes.org/bazar";
		break;
		case "18" : imagen = "xxilegio4.gif"; enlace = "www.xxilegio.com";
		break;	
		case "19" : imagen = "soldados4.gif"; enlace = "www.militar.info/enlaces/soldados";
		break;			
		case "20" : imagen = "resvol4.gif"; enlace = "www.reservistas.es";
		break;
		case "21" : imagen = "asasve4.gif"; enlace = "www.asasve.com";
		break;	
		case "22" : imagen = "ejercito4.gif"; enlace = "www.ejercito.mde.es";
		break;	
		case "23" : imagen = "aire4.gif"; enlace = "www.ejercitodelaire.mde.es";
		break;		
		case "24" : imagen = "comansur4.gif"; enlace = "www.militar.info/enlaces/comansur";
		break;		
		case "25" : imagen = "fuerzanaval4.gif"; enlace = "www.ngpress.com/fuerzanaval/fraindice.html";
		break;	
		}
document.write("<a href=\"http://" + enlace + "\" target=\"_blank\">" + "<img src=http://www.militar.info/images/jsbaner/"+ imagen + " border=\"0\">" + "</a>");
}