
<!---
function choices()
{
	this[0] = 2;

this[1] = "<a href=\"http://www.wind.it/it/opzioni/scheda69.phtml?s=30\" target=\"vadebody\"><img src=\"http://www.stranieriinitalia.it/a/bannerART3.gif\" width=235 height=50 border=0 alt=\"Noi Wind\"></a>";
this[2] = "<a href=\"http://www.pariopportunita.gov.it/DefaultDesktop.aspx?page=91\" target=\"vadebody\"><img src=\"http://www.stranieriinitalia.it/a/bannerunar.gif\" width=235 height=50 border=0 alt=\"Unar\"></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   --->
