
function choices()
{
	this[0] = 8;

// TRADEDOUBLER
this[1] = "<a href=\"http://tracker.tradedoubler.com/pan/TrackerServlet?p=941&a=327819&g=4108&url=http://www.tradedoubler.es\" target=black><img src=\"http://impes.tradedoubler.com/imp/img/4108/327819\" width=468 height=60 border=1 alt=\"La mejor red de afiliación de Europa. Gana $$$ con los mejores anunciantes para tu web.\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>¿Quieres pertenecer a la mayor empresa de afiliación de Europa?.Gana $$$ con los mejores anunciantes</b></a>";

/// AMEN DOMINIOS
this[2] = "<a href=\"http://www.amen-es.com/?idcobrande=37229\" target=black><img src=\"http://www.losrecursosgratis.com/Publicidad/imagenes/dominioamen.gif\" width=468 height=60 border=1 alt=\"Amen-es.com, servicios de máxima calidad a un costo mínimo\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Líder en Europa te ofrece los mejores precios de registros en español</b></a>";

/// AMEN ALOJAMIENTOS
this[3] = "<a href=\"http://www.amen-es.com/?idcobrande=37229\" target=black><img src=\"http://www.losrecursosgratis.com/Publicidad/imagenes/amenhosting.gif\" width=468 height=60 border=1 alt=\"Amen-es.com, N°1 en Europa del alojamiento en servidores SUN-Cobalt\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Amen-es.com. Alojamientos de máxima calidad a precios sin competencia</b></a>";

// Tradedoubler Aruba
this[4] = "<a href=\"http://tracker.tradedoubler.com/pan/TrackerServlet?p=3296&a=327819&g=16421\" target=black><img src=\"http://impes.tradedoubler.com/imp/img/16421/327819\" width=468 height=60 border=1 alt=\"Garantia Aruba; uno de los mayores proveedores europeos\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>¡¡INCREIBLE!!. Dominio+Alojamiento ilimitado por sólo 20,66 Euros al año</b></a>";

/// Proliferator
this[5] = "<a href=\"http://www.proliferador.com/matriz.php?ref=raroci\" target=black><img src=\"http://www.proliferador.com/banners/1mtz_46860.gif\" width=468 height=60 border=1 alt=\"Proliferador.com\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Miles de visitas extras para tu web</b></a>";

/// AMEN DOMINIOS
this[6] = "<a href=\"http://www.amen-es.com/?idcobrande=37229\" target=black><img src=\"http://www.losrecursosgratis.com/Publicidad/imagenes/dominioamen.gif\" width=468 height=60 border=1 alt=\"Amen-es.com, servicios de máxima calidad a un costo mínimo\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Líder en Europa te ofrece los mejores precios de registros en español</b></a>";

/// AMEN ALOJAMIENTOS
this[7] = "<a href=\"http://www.amen-es.com/?idcobrande=37229\" target=black><img src=\"http://www.losrecursosgratis.com/Publicidad/imagenes/amenhosting.gif\" width=468 height=60 border=1 alt=\"Amen-es.com, N°1 en Europa del alojamiento en servidores SUN-Cobalt\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Amen-es.com. Alojamientos de máxima calidad a precios sin competencia</b></a>";

/// Proliferator
this[8] = "<a href=\"http://www.proliferador.com/matriz.php?ref=raroci\" target=black><img src=\"http://www.proliferador.com/banners/2mtz_46860.gif\" width=468 height=60 border=1 alt=\"Proliferador.com\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Miles de visitas extras para tu web</b></a>";

}
function popUpBanner(list)
{	
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(grabBanner());