
<!---
function choices()
{
	this[0] = 1;
this[1] = "<!-- INIZIO del codice HTML di zanox-affiliato --><!--(Il codice HTML non deve essere modificato per garantire la assoluta funzionalitą)--><a href=\"http://ad.zanox.com/ppc/?9441484C1633509064T\" target=\"_blank\"\"><img src=\"http://ad.zanox.com/ppv/?9441484C1633509064\" align=\"bottom\" width=\"160\" height=\"600\" border=\"0\" hspace=\"1\" alt=\"meetic\"></a><!-- FINE del codice HTML fi zanox affiliato -->";




}
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());
//  FINE   --->
