function choices()
{
//elegir el numero de banner que se desean insertar, ej: 6
this[0] = 3;

this[2] = '<iframe name=afi250x250' + ' src="http://www.netfilia.com/contenidos/insert.html?cmf=9452&con_capa=1&contenido=250x250&web=1317&p=1005493145&id=hihI9gnDKP7KI&url='+escape(location.href)+'"' + ' width=250 height=250 frameBorder=no border=0 marginWidth=0 marginHeight=0 scrolling=no style="border-style:none;" >' + '</iframe>';
this[1] = '<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=7234" width="120" height="120" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';
this[3] = '<script type="text/javascript" src="http://imp.tradedoubler.com/imp?type(js)pool(18651)a(287784)" charset="ISO-8859-1"></script>';
//si se pone arriba ej: 7 aqui aņadir this[7]=' codigo ';
}
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());