function choices()
{
this[0] = 23;
this[1] = "<a href=\"../index.htm\" target=\"main\" alt=\"Studio Negri - Fondazione Negri\"><img src=\"../banner/negriban.gif\" width=468 height=60 border=0 alt=\"Studio Negri - Fondazione Negri\"></a>";
this[2] = "<a href=\"../stella_ita.htm\" target=\"main\" alt=\"Tre per una Stella - Mercedes\"><img src=\"../banner/stellaban.jpg\" width=468 height=60 border=0 alt=\"Tre per una Stella - Mercedes\"></a>";
this[3] = "<a href=\"../mostra_80_zagato/index.htm\" target=\"main\" alt=\"Anniversary 80th Zagato\"><img src=\"../banner/zagato.gif\" width=468 height=60 border=0 alt=\"Anniversary 80th Zagato\"></a>";
this[4] = "<a href=\"../om.htm\" target=\"main\" alt=\"OM, una storia nella storia\"><embed name=\"OM autoveicoli\" src=\"../banner/om.swf\" width=468 height=60></embed></a>";
this[5] = "<a href=\"../camion.htm\" target=\"main\" alt=\"Storia illustrata del camion italiano\"><embed name=\"Storia del camion\" src=\"../banner/camion.swf\" width=468 height=60></embed></a>";
this[6] = "<a href=\"../busita.htm\" target=\"main\" alt=\"Storia illustrata del bus italiano\"><embed name=\"Storia del bus italiano\" src=\"../banner/busita.swf\" width=468 height=60></embed></a>";
this[7] = "<a href=\"../trfiat.htm\" target=\"main\" alt=\"Storia illustrata del camion FIAT\"><embed name=\"Storia del camion FIAT\" src=\"../banner/trfiat.swf\" width=468 height=60></embed></a>";
this[8] = "<a href=\"../garda.htm\" target=\"main\" alt=\"Il Lago di Garda\"><embed name=\"Lago di Garda\" src=\"../banner/garda.swf\" width=468 height=60></embed></a>";
this[9] = "<a href=\"../trlancia.htm\" target=\"main\" alt=\"Storia illustrata del Camion Lancia\"><embed name=\"Storia del Camion Lancia\" src=\"../banner/trlancia.swf\" width=468 height=60></embed></a>";
this[10] = "<a href=\"../vorlandi.htm\" target=\"main\" alt=\"Rimorchi V.Orlandi\"><embed name=\"Rimorchi Orlandi\" src=\"../banner/vorlandi.swf\" width=468 height=60></embed></a>";
this[11] = "<a href=\"../circgarda.htm\" target=\"main\" alt=\"Circuito automobilistico del Garda\"><embed name=\"Circuito automobilistico del Garda\" src=\"../banner/circgarda.swf\" width=468 height=60></embed></a>";
this[12] = "<a href=\"../quattroruote/indexmain.htm\" target=\"main\" alt=\"Manifesti automobilistici del Novecento\"><img src=\"../banner/manifesti.gif\" width=468 height=60 border=0 alt=\"Manifesti automobilistici del Novecento\"></a>";
this[13] = "<a href=\"../camionericordi.htm\" target=\"main\" alt=\"Camion e Ricordi\"><embed name=\"Camion e Ricordi\" src=\"../banner/camion-ricordi.swf\" width=468 height=60></embed></a>";
this[14] = "<a href=\"../camionalfa.htm\" target=\"main\" alt=\"Camion Alfa\"><embed name=\"Camion Alfa\" src=\"../banner/camion-alfa.swf\" width=468 height=60></embed></a>";
this[15] = "<a href=\"../iseo.htm\" target=\"main\" alt=\"Il lago di Iseo\"><embed name=\"Il lago di Iseo\" src=\"../banner/lago-iseo.swf\" width=468 height=60></embed></a>";
this[16] = "<a href=\"../ambulanze-italiane.htm\" target=\"main\" alt=\"Le ambulanze italiane\"><embed name=\"Le ambulanze italiane\" src=\"../banner/ambulanze-italiane.swf\" width=468 height=60></embed></a>";
this[17] = "<a href=\"../toscolano-maderno.htm\" target=\"main\" alt=\"Toscolano Maderno\"><embed name=\"Toscolano Maderno\" src=\"../banner/toscolano-maderno.swf\" width=468 height=60></embed></a>";
this[18] = "<a href=\"../torino-in-tram.htm\" target=\"main\" alt=\"Torino in tram\"><embed name=\"Torino in tram\" src=\"../banner/torino-in-tram.swf\" width=468 height=60></embed></a>";
this[19] = "<a href=\"../indubres.htm\" target=\"main\" alt=\"Storia dell'industria bresciana\"><embed name=\"Industria bresciana\" src=\"../banner/indubres.swf\" width=468 height=60></embed></a>";
this[20] = "<a href=\"../botticin.htm\" target=\"main\" alt=\"Marmo di Botticino\"><embed name=\"Marmo di Botticino\" src=\"../banner/botticin.swf\" width=468 height=60></embed></a>";
this[21] = "<a href=\"../19_palazzoli_100/index.htm\" target=\"main\" alt=\"Palazzoli, cento anni di tecnologia e sviluppo\"><embed name=\"Palazzoli, cento anni di tecnologia e sviluppo\" src=\"../banner/palazzoli.swf\" width=468 height=60></embed></a>";
this[22] = "<a href=\"../20_i_glisenti/index.htm\" target=\"main\" alt=\"I Glisenti, cinquecento anni\"><embed name=\"I Glisenti, cinquecento anni\" src=\"../banner/glisenti.swf\" width=468 height=60></embed></a>";
this[23] = "<a href=\"../museovirtuale/index.htm\" target=\"_blank\" alt=\"Museo virtuale Foto Studio Negri\"><embed name=\"Museo virtuale foto studio Negri\" src=\"../banner/museonegri.swf\" width=468 height=60></embed></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());

