function choices() 
{ 
this[0] = 9; 

this[9] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/1.gif' border=0></a>"; 

this[1] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/2.gif' border=0></a>"; 

this[2] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/3.gif' border=0></a>";  

this[3] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/4.gif' border=0></a>";

this[4] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/5.gif' border=0></a>";

this[5] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/6.gif' border=0></a>"; 

this[6] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/7.gif' border=0></a>";

this[7] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/8.gif' border=0></a>"; 

this[8] = "<a href='http://www.sitopornogratis.com/' target='_new'><img src='http://www.porno-gratis-sesso.com/banner/vert/9.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());