function choices() 
{ 
this[0] = 4; 

this[1] = "<a href='http://www.sfondissimi.net/?1123' target='_new'><img src='http://atreides.altervista.org/publi/sfondi.gif' border=0></a>"; 

this[2] = "<a href='http://www.cellularmania.info/?1123' target='_new'><img src='http://atreides.altervista.org/publi/cellulari.gif' border=0></a>"; 

this[3] = "<a href='http://www.divertendoci.com/?1123' target='_new'><img src='http://atreides.altervista.org/publi/scherzi.gif' border=0></a>";  

this[4] = "<a href='http://www.spotmania.it/iscrizione.asp?ref=83' target='_new'><img src='http://atreides.altervista.org/publi/spotmania.gif' border=0></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());