
<!---
function choices()
{
	this[0] = 3;
	this[1] = "<a href='http://www.itforum.it/winter-2011/?idfrom=REL37&ch=WEB' target='_new'><img border='0' src='immagini/ITF_Winter2011_728x90.gif'></a>";
	this[2] = "<script type='text/javascript'>google_ad_client = 'pub-2352547386479450'; google_ad_slot = '3281945236'; google_ad_width = 728; google_ad_height = 90;</script><script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script></script>";
	this[3] = this[2];
	this[1] = this[2];

}
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   --->
