<!---
function choices()
{
this[0] = 3;
this[1] = "<a href='/BachecheLavoro/lombardini.htm'><img src=\"http://logo.cambiolavoro.com/logo/lombardinismall.gif\" width=102 height=42 border=0 alt=\"Lombardini\"></a>";
this[2] = "<a href='/BachecheLavoro/jobpost.htm'><img src=\"http://logo.cambiolavoro.com/logo/jobpostsmall.gif\" width=102 height=42 border=0 alt=\"Job Post\"></a>";
this[3] = "<a href='/BachecheLavoro/cremonini.htm'><img src=\"http://logo.cambiolavoro.com/logo/cremoninismall.gif\" width=102 height=42 border=0 alt=\"Gruppo Cremonini\"></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 --->

