
<!---
function choices()
{
	this[0] = 8;
this[1] = "<a href=\"http://www.belleinfermiere.com/index.html?id=22341\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_1.gif\"  alt=\"Accesso gratuito......... sei pronto ^__^ ??\" border=0></a>";
this[2] = "<a href=\"http://www.cinemaguardone.com/index.html?id=22341\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_2.gif\"  alt=\"Accesso gratuito.......... sei pronto ^__^ ??\" border=0></a>";
this[3] = "<a href=\"http://www.contattireali.it/index.html?id=22341\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_3.gif\"  alt=\"Accesso gratuito.......... sei pronto ^__^ ??\" border=0></a>";
this[4] = "<a href=\"http://www.parisvoyeur.com/perl/pv2.pl?c=live&t=&lg=it&id=22341#table\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_4.gif\"  alt=\"Accesso gratuito.......... sei pronto ^__^ ??\" border=0></a>";
this[5] = "<a href=\"http://www.italiawebcam.com/index.html?id=22341\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_5.gif\"  alt=\"Accesso gratuito.......... sei pronto ^__^ ??\" border=0></a>";
this[6] = "<a href=\"http://www.ragazze18.com/V2/index.html?id=22341\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_a.gif\"  alt=\"Accesso gratuito.......... sei pronto ^__^ ??\" border=0></a>";
this[7] = "<a href=\"http://www.asiatissime.com/index.html?id=22341\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_h.gif\"  alt=\"Accesso gratuito.......... sei pronto ^__^ ??\" border=0></a>";
this[8] = "<a href=\"http://www.perlenere.com/index.html?id=22341\" target=\"_blank\"><img src=\"http://www.sessogratuito.org/banners/120x240_w.gif\"  alt=\"Accesso gratuito.......... sei pronto ^__^ ??\" 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.write(grabBanner())
//  FINE   --->
