function choices() 
{ 
this[0] = 8; 

this[1] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/1.gif' border=0></a>"; 

this[2] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/2.gif' border=0></a>"; 

this[3] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/3.gif' border=0></a>";  

this[4] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/4.gif' border=0></a>"; 

this[5] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/5.gif' border=0></a>"; 

this[6] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/6.gif' border=0></a>"; 

this[7] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/7.gif' border=0></a>"; 

this[8] = "<a href='http://www.sitopornogratis.com' target='_new'><img src='http://www.fotoporno69.com/banner/sopra/8.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());