<!---
function PopupPG2() {
   var w = 450;
   var h = 638;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   window.open("http://www.solobari.it/puntografica2.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}

function choices()
{
this[0] = 3;
//this[1] = "<a href=\"http://www.millenniumwellness.it\" target=\"_blank\"><img src=\"/images_new/banpub/wellness_468x60.gif\" width=468 height=60 border=0 alt=\"Millenium Wellness\"></a>";//
this[1] = "<a href=\"http://www.footballteam-eshop.it/_it/home.asp\" target=\"_blank\"><img src=\"/images_new/banpub/footballteam_468x60.gif\" width=468 height=60 border=0 alt=\"Football Team\"></a>";
//this[2] = "<a href=\"http://www.solobari.it/forum/radiosound_archivio.html\" target=\"_blank\"><img src=\"/images_new/banpub/bannerbattitiora.gif\" width=468 height=60 border=0 alt=\"Battiti Biancorossi su Radio Sound\"></a>";
this[1] = "<img src=\"/images_new/banpub/pubblicita_468x60.gif\" width=468 height=60 border=0 alt=\"Compra questo spazio!\">";
this[2] = "<img src=\"/images_new/banpub/pubblicita_468x60.gif\" width=468 height=60 border=0 alt=\"Compra questo spazio!\">";
//this[2] = "<a href=\"http://www.itclenoci.it\" target=\"_blank\"><img src=\"/images_new/banpub/itclenoci_468x96.gif\" width=468 height=60 border=0 alt=\"I.T.C. Lenoci\"></a>";
//this[3] = "<a href=\"http://www.puntograficadue.com\" target=\"_blank\"><img src=\"/images_new/banpub/puntograficadue.gif\" width=468 height=60 border=0 alt=\"PuntoGraficaDue\"></a>";
//this[3] = "<a href=\"javascript:PopupPG2()\"><img src=\"/images_new/banpub/puntograficadue.gif\" width=468 height=60 border=0 alt=\"PuntoGraficaDue\"></a>";
this[3] = "<img src=\"/images_new/banpub/pubblicita_468x60.gif\" width=468 height=60 border=0 alt=\"Compra questo spazio!\">";
//this[3] = "<img src=\"/images_new/banpub/lino2.gif\" width=468 height=60 border=0 alt=\"Millenium Wellness\">";
//this[2] = "<a href=\"http://www.solobari.it/include/revisioni_sapone.html\" target=\"_blank\" width=800 height=600><img src=\"/images_new/banpub/saponeauto.gif\" width=468 height=60 border=0 alt=\"Sapone Auto - Servizio Autorizzato Fiat Lancia\"></a>";
//this[3] = "<a href=\"javascript:PopupSapone()\"><img src=\"/images_new/banpub/saponeauto.gif\" width=468 height=60 border=0 alt=\"Sapone Auto - Servizio Autorizzato Fiat Lancia\"></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 --->