<!---
function choices()
{
this[0] = 4;
this[1] = "<a href='/BachecheLavoro/Sodexho.htm'><img src=\"/clav/bacheca.nsf/v3/sodexho/$file/sodexhosmall.gif\" width=102 height=42 border=0 alt=\"Sodexo\"></a>";
this[2] = "<a href='/BachecheLavoro/finmatica.htm'><img src=\"/clav/bacheca.nsf/v3/finmatica/$file/finmaticasmall.gif\" width=102 height=42 border=0 alt=\"Gruppo Finmatica\"></a>";
this[3] = "<a href='/BachecheLavoro/pramerica.htm'><img src=\"/clav/bacheca.nsf/v3/pramerica/$file/pramericasmall.gif\" width=102 height=42 border=0 alt=\"Pramerica S.p.A.\"></a>";
this[4] = "<a href='/BachecheLavoro/bosch.htm'><img src=\"/clav/bacheca.nsf/v3/bosch/$file/boschsmall.gif\" width=102 height=42 border=0 alt=\"Bosch S.p.A.\"></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());
// FINE --->


