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 = "accion2.gif"; enlace = "www.boinasverdes.org/enlaces/accion";
		break;
		case "1" : imagen = "foromilitar2.gif"; enlace = "www.militar.org/foro.htm";
		break;
		case "2" : imagen = "sherman2.gif"; enlace = "www.boinasverdes.org/enlaces/sherman";
		break;
		case "3" : imagen = "comansur2.gif"; enlace = "www.boinasverdes.org/enlaces/comansur";
		break;
		case "4" : imagen = "soldiers2.gif"; enlace = "www.boinasverdes.org/enlaces/soldiers";
		break;
		case "5" : imagen = "soldados22.gif"; enlace = "www.boinasverdes.org/enlaces/soldados";
		break;
		case "6" : imagen = "airsoft2.gif"; enlace = "www.boinasverdes.org/enlaces/kinghobby";
		break;
		case "7" : imagen = "webmilitar2.gif"; enlace = "www.militar.org";
		break;
		case "8" : imagen = "portales2.gif"; enlace = "www.militar.info/portales";
		break;
		case "9" : imagen = "cadetes2.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>");
}