<!--
function choices()
{
this[0] = 1;
this[1] = "<FONT SIZE=2 FACE=\"VERDANA\" COLOR=800000><A HREF=\"WestSideStoryPres.htm\"><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Lo Spettacolo</A> - </FONT><A HREF=\"DocCast.htm\" ><FONT SIZE=1 FACE=\"VERDANA\" COLOR=004080>Il cast</A> </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 --->

