
<!---
function choices()
{
	this[0] = 3;
this[1] = "<a target=_blanck href=\"http://www.wineuropa.it/newentry/welcome.asp?newentry=www.prociv.org\"><img src=\"http://www.wineuropa.it/banner/Mprociv.gif\" width=450 height=54 border=1 alt=\"Studio Tecnico Bianchi S.T.B.\"></a>";
this[2] = "<a target=_blanck href=\"http://www.wineuropa.it/newentry/welcome.asp?newentry=www.vindelbono.it\"><img src=\"http://www.wineuropa.it/banner/Mvin_del_bono.gif\" width=450 height=54 border=1 alt=\"Agriturismo Rental House in Valtiberina Toscana La natura della Toscana vi aspetta \"></a>";
this[3] = "<a target=_blanck href=\"http://www.wineuropa.it/newentry/welcome.asp?newentry=www.enorossi.it\"><img src=\"http://www.wineuropa.it/banner/Menorossi.gif\" width=300 height=50 border=1 alt=\"Enoagricola Rossi\"></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   --->


