
<!---
function choices()
{
	this[0] = 4;

this[1] = "<a href=\"http://www.modellismo-online.it/\" target=\"_blank\"\"><img src=\"http://www.modellismo-online.it/images/banners/468x60-prince.gif\" width=440height=58 border=0 alt=\"Micro Elicottero\"></a>";
this[2] = "<a href=\"http://ad.zanox.com/ppc/?6090485C1067660512T\" target=\"_blank\"\"><img src=\"http://ad.zanox.com/ppv/?6090485C1067660512\"  align=\"bottom\" width=\"468\" height=\"60\" border=\"0\" hspace=\"1\" alt=\"Le foto di max sul tuo telefonino\"></a>";
this[3] = "<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[4] = "<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>";



}
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   --->
