myDate = new Date();
myMonth = myDate.getSeconds();
function Cambio(){

	myTypeArray = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
						    "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
							"0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
							"0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
							"0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
							"0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
	switch(myTypeArray[myMonth])
		{
		case "0" : imagen = "accion3.gif"; enlace = "www.boinasverdes.org/enlaces/accion";
		break;
		case "1" : imagen = "webmilitar3.gif"; enlace = "www.militar.org";
		break;
		case "2" : imagen = "sherman3.gif"; enlace = "www.boinasverdes.org/enlaces/sherman";
		break;
		case "3" : imagen = "comansur3.gif"; enlace = "www.boinasverdes.org/enlaces/comansur";
		break;
		case "4" : imagen = "soldiers3.gif"; enlace = "www.boinasverdes.org/enlaces/soldiers";
		break;
		case "5" : imagen = "soldados33.gif"; enlace = "www.boinasverdes.org/enlaces/soldados";
		break;
		case "6" : imagen = "airsoft3.gif"; enlace = "www.boinasverdes.org/enlaces/kinghobby";
		break;
		case "7" : imagen = "webmilitar3.gif"; enlace = "www.militar.org";
		break;
		case "8" : imagen = "portales3.gif"; enlace = "www.militar.info/portales";
		break;
		case "9" : imagen = "cadetes3.gif"; enlace = "www.militar.info/cadetes";
		break;
		}
document.write("<a href=\"http://" + enlace + "\" target=\"_blank\">" + "<img src=http://www.boinasverdes.org/images/jsbaner/"+ imagen + " border=\"0\">" + "</a>");
}