function choices(){//la celda hasta 206x75
this[0]=2;
this[1]='<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=17355" width="120" height="74" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';
this[2]='<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=17356" width="120" height="74" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';
}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());
