<!--
function choices()
{
this[0] = 1;
this[1] = "<FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=800000><A HREF=\"MariaBricca.htm\"><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>La Presentazione</A> - </FONT><A HREF=\"FotoMariaBricca.htm\" ><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Le Foto</A> </FONT> - <A HREF=\"recensioniBricca.htm\" ><FONT SIZE=1 FACE=\"TAHOMA, ARIAL\" COLOR=004080>Le Recensioni</A> </FONT> </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 --->

