<!---
function choices()
{
	this[0] = 4;

this[1] = "<a href=http://www.olioro.it><img src='/images//homepage/hotstores/olioro.jpg'></a>";

this[2] = "<a href=http://www.superbiomin.it><img src='/images//homepage/hotstores/superbiomin.jpg'></a>";

this[3] = "<a href=http://www.ycbg.it/><img src='/images//homepage/hotstores/vela.jpg'></a>";

this[4] = "<a href=http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1831><img src='/images//homepage/hotstores/giorgi.jpg'></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   --->

