 function choices() { this[0] = 4; 
this[1] ="<a href=\http://www.massimobosco.net/sp1906/default.asp\ target=\"_new\"\><img src=../imm/spezia.gif width=128 height=37 border=1 alt=\"FORZA SPEZIA\"></a>"; 
this[2] ="<a href=\http://www.massimobosco.net/helloween\ target=\"_new\"\><img src=../imm/hellopower.gif width=128 height=37 border=1 alt=\"HELLOWEEN\"></a>";
this[3] ="<a href=\http://www.massimobosco.net/francescoguccini\ target=\"_new\"\><img src=../imm/guccini.gif width=128 height=37 border=1 alt=\"Francesco Guccini\"></a>";
this[4] ="<a href=\http://www.comunefollo.it \ target=\"_new\"\><img src=../imm/follo.gif width=128 height=37 border=1 alt=\"COMUNE DI FOLLO\"></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());
