
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://ad.zanox.com/ppc/?11805652C529798045T\" target=\"_blank\"\"><img src=\"http://ad.zanox.com/ppv/?11805652C529798045\"  align=\"bottom\" width=\"468\" height=\"60\" border=\"0\" hspace=\"1\" alt=\"Iphone zed regalo\"></a>";
this[2] = "<a href=\"http://ad.zanox.com/ppc/?9441303C1953665910T\" target=\"_blank\"\"><img src=\"http://ad.zanox.com/ppv/?9441303C1953665910\"  align=\"bottom\" width=\"468\" height=\"60\" border=\"0\" hspace=\"1\" alt=\"1 month free Meetic IT\"></a>";
this[3] = "<a href=\"http://www.webmasterdialer.it\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it//pic/bannerwmd.jpg\" width=468 height=60 border=1 alt=\"Guadagnare WebMaster\"></a>";
this[4] = "<a href=\"http://ad.zanox.com/ppc/?11805652C529798045T\" target=\"_blank\"\"><img src=\"http://ad.zanox.com/ppv/?11805652C529798045\"  align=\"bottom\" width=\"468\" height=\"60\" border=\"0\" hspace=\"1\" alt=\"Iphone zed regalo\"></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());
//  FINE   --->
