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



// Tradedoubler Felix Seguro
this[1] = "<a href=\"http://tracker.tradedoubler.com/click?p=3429&a=327819&g=21772\" target=black><img src=\"http://impes.tradedoubler.com/imp/img/21772/327819\" width=468 height=60 border=1 alt=\"Felix Seguros. Ahorra en el seguro de tu coche o moto\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>¿Cuanto puedes ahorrarte?. Calcula el ahorro en tu seguro de coche o moto</b></a>";


// Tradedoubler Sony
this[2] = "<a href=\"http://tracker.tradedoubler.com/click?p=4594&a=327819&g=44046\" target=black><img src=\"http://impes.tradedoubler.com/imp/img/44046/327819\" width=468 height=60 border=1 alt=\"SONY. Garantia de calidad\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>¡¡Gane un nuevo proyector LCD multimedia valorado en 2662 Euros!!</b></a>";

// Tradedoubler Marketscore 3 CJ
this[3] = "<a href=\"http://www.qksrv.net/click-942547-7100592\" target=black><img src=\"http://www.qksrv.net/image-942547-7100592\" width=468 height=60 border=0 alt=\"¡Navegue hasta un 75% más rápido!\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Incrementa la velocidad de tu conexión hasta un 75% más. GRATIS</b></a>";

// Tradedoubler eBay Informatica
this[4] = "<a href=\"http://tracker.tradedoubler.com/click?p=1697&a=327819&g=11743\" target=black><img src=\"http://impes.tradedoubler.com/imp/img/11743/327819\" width=468 height=60 border=1 alt=\"iBazar. Donde lo compras y vendes TODO. Alta GRATIS\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Componentes nuevos y de segunda mano para tu ordenador muy baratos</b></a>";

// Contactos-Personales
this[5] = "<a href=\"http://www.contactos-personales.com\" target=black><img src=\"http://www.contactos-personales.com/imagenes/quiereme2.gif\" width=468 height=60 border=1 alt=\"Contactos-Personales.com\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Establece relaciones personales con quien quieras y donde quieras</b></a>";

// Tradedoubler iBazar Movil
this[6] = "<a href=\"http://tracker.tradedoubler.com/pan/TrackerServlet?p=1697&a=327819&g=10012\" target=black><img src=\"http://impgb.tradedoubler.com/imp/img/10012/327819\" width=468 height=60 border=1 alt=\"eBay. Donde lo compras y vendes TODO. Alta GRATIS\"><br><FONT face=\"Verdana, Arial\" SIZE=\"1\"><b>Todo sobre telefonia móvil a precios de risa</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());