document.write("<p align='center'>")
document.write("<img src='Exploradores/PERU1MOVE.GIF'  width='45' height='30' border='0'>")

var adtotal = 7;
var adnumber = parseInt(Math.random()*adtotal)
switch (adnumber){
	case 0:
		url="peru/index.htm";
		banner="Exploradores/centroperu.jpg";
		break;
	case 1:
		url="peru/index.htm";
		banner="Exploradores/centroperu1.jpg";
		break;
	case 2:
		url="peru/index.htm";
		banner="Exploradores/centroperu2.jpg";
		break;
	case 3:
		url="peru/index.htm";
		banner="Exploradores/centroperu3.jpg";
		break;
	case 4:
		url="peru/index.htm";
		banner="Exploradores/centroperu4.jpg";
		break;
	case 5:
		url="peru/index.htm";
		banner="Exploradores/centroperu5.jpg";
		break;
	default:
		url="peru/index.htm";
		banner="Exploradores/centroperu6.jpg";
}
document.write("<a href='" + url +"'>");
document.write("<img src='" + banner + "' border=0>")
document.write("</A>");

document.write("<img src='Exploradores/lis.gif' border='0'>")

document.write("<strong>")
document.write("<em>")
document.write("<marquee>")
document.write("Exploradores Peruanos... ˇBien Preparados para la Exploración y la Vida al Aire Libre!")
document.write("</marquee>")
document.write("</strong>")
document.write("</em>")
document.write("</p>")
