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