function choices()
{
//elegir el numero de banner que se desean insertar, ej: 6
this[0] = 3;

this[1] = '<script type="text/javascript" src="http://imp.tradedoubler.com/imp?type(js)pool(60442)a(287784)" charset="ISO-8859-1"></script>';
this[2] = '<iframe name=afi728x90' + ' src="http://www.netfilia.com/contenidos/insert.html?cmf=92312&con_capa=1&contenido=728x90&web=1317&p=1840895960&id=hie3VBhz75ewk&url='+escape(location.href)+'"' + ' width=728 height=90 frameBorder=no border=0 marginWidth=0 marginHeight=0 scrolling=no style="border-style:none;" >' + '</iframe>';
this[3] = '<script type="text/javascript" src="http://imp.tradedoubler.com/imp?type(js)pool(60442)a(287784)" charset="ISO-8859-1"></script>';
this[4] = '<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=7138" width="728" height="90" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';


//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());