function choices()
{
   this[0] = 1;
this[1] = "<table border=0 width=100% height=12 cellpadding=0 cellspacing=0 aligh=center><td width=100% height=12 bgcolor=\"000000\" align=center>...........................................................................<br><a href=\"http://digilander.libero.it/bennyennio/Foto_carnevale_1/index.html\"target=\"_top\">Povoletto</a> | <a href=\"http://digilander.libero.it/bennyennio/Remanzacco_1/index.html\"target=\"_top\">Remanzacco_1</a> | <a href=\"http://digilander.libero.it/bennyennio/Remanzacco_1/index.html\"target=\"_top\">Remanzacco_2</a> | <a href=\"http://digilander.libero.it/bennyennio/Remanzacco_1/index.html\"target=\"_top\">Remanzacco_3</a> <br>...........................................................................<br> | <a href=\"http://spazioinwind.libero.it/conmeweb/Carnevale_video/Remanzacco_3.htm\"target=\"_blank\">R. Video 3</a> | <a href=\"http://spazioinwind.libero.it/conmeweb/Carnevale_video/Remanzacco_4.htm\"target=\"_blank\">R. Video 4</a> | <a href=\"http://spazioinwind.libero.it/conmeweb/Carnevale_video/Remanzacco_5.htm\"target=\"_blank\">R. Video 5</a> | <a href=\"http://spazioinwind.libero.it/conmeweb/Carnevale_video/Remanzacco_6.htm\"target=\"_blank\">R. Video 6</a> | <a href=\"http://spazioinwind.libero.it/conmeweb/Carnevale_video/Remanzacco_10.htm\"target=\"_blank\">R. Video 10</a><br><a href=\"http://forms.real.com/real/realone/intl/intl_realone.html?dc=484746&type=rp10_it&lang=it&loc=it&src=it_gb_home,ZG.it.rp10_p_f.rp10_p_f.760.rp10_plus_free\"target=\"_blank\"><img src=\"http://www.mofert.com/mofert_logo/Inon_Realplayr.gif\" width=20 height=18 border=0 alt=\"RealPlayr\">Per vedere i filmati video - scarica Plung-In</a> <br><br></td></table>";
}

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());

