<!--
function choices()
{
this[0] = 1;
this[1] = "<FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=800000><- <A HREF=\"ilsognodigiuseppe.htm\"><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Il Sogno di Giuseppe</A> - </FONT><A HREF=\"il_sogno.htm\" ><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>La Storia</A> - </FONT> <A HREF=\"recensionisogno.htm\"><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Le Recensioni</A> - </FONT><A HREF=\"alessandro_ragona.htm\" target=new ><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Direttori di Spettacolo</A></FONT> - <A HREF=\"Staff_tecnico.htm\" ><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Lo Staff</A></FONT> - <A HREF=\"cast_Sogno.htm\" ><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Il Cast</A></FONT> - </FONT><A HREF=\"sogno_stage.htm\"><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>In Spettacolo </A> - </FONT><A HREF=\"sogno_backstage.htm\"><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Dietro le quinte</A></FONT> - </FONT><A HREF=\"sogno_backstage2.htm\"><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Dietro le quinte 2</A></font> <FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=800000>-></FONT>";
}
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());
// FINE OSCURAMENTO --->

