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

/// GRACE CASINOS WEBMASTERS
this[1] = "<a href=\"http://www.gracecasino.com/spanish/click/click.php?kw_userid=raroci\" target=black><img src=\"http://www.losrecursosgratis.com/Publicidad/imagenes/gracecasino.gif\" width=468 height=60 border=1 alt=\"Gana mas de 0,05$ por clic\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Webmaster. Afiliate y gana de 0,05$ a 0,20$ por click</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());