<!--

function choices()

{

this[0] = 1;

this[1] = "<a href=\"http://www.enel.it/enelsi/offerta/casa_risp_energetico/imp_fotovoltaici\" target=_blank><img src=\"http://www.caffeeuropa.it/images/banner_enel_01_02_08/468x60_enel_si.gif\"  alt=\"www.enel.it\" border=0 width=468 height=60></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());
// -->
