
<!---
function choices()
{
	this[0] = 10;


this[1] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1564\"><img src=\"http://www.gardastore.com/images/banner100x50/dester_100x50.jpg\" width=100 height=50 border=0 alt=\"Dester Gardens\"></a>";

this[2] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1555\"><img src=\"http://www.gardastore.com/images/banner100x50/cerutti inox_100x50.jpg\" width=100 height=50 border=0 alt=\"Cerutti Inox\"></a>";

this[3] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2057\"><img src=\"http://www.gardastore.com/images/banner100x50/la piacentina_100x50.jpg\" width=100 height=50 border=0 alt=\"La Piacentina\"></a>";

this[4] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2061\"><img src=\"http://www.gardastore.com/images/banner100x50/az agr averoldi_100x50.jpg\" width=100 height=50 border=0 alt=\"Az. Agr. Averoldi\"></a>";

this[5] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2027\"><img src=\"http://www.gardastore.com/images/banner100x50/pentolpress_100x50.jpg\" width=100 height=50 border=0 alt=\"Pentolpress\"></a>";

this[6] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2085\"><img src=\"http://www.gardastore.com/images/banner100x50/agricola busarello_logo_100x50.jpg\" width=100 height=50 border=0 alt=\"Az. Agr. Busarello\"></a>";

this[7] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2081\"><img src=\"http://www.gardastore.com/images/banner100x50/agrumi guzzardi_100x50.jpg\" width=100 height=50 border=0 alt=\"Agrumi Guzzardi\"></a>";

this[8] = "<a href=\http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2062\"><img src=\"http://www.gardastore.com/images/banner100x50/az agr le gaine_100x50.jpg\" width=100 height=50 border=0 alt=\"Az. Agr. Le Gaine\"></a>";

this[9] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1576\"><img src=\"http://www.gardastore.com/images/banner100x50/az agr la torre_100x50.jpg\" width=100 height=50 border=0 alt=\"Az. Agr. La Torre\"></a>";

this[10] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1973\"><img src=\"http://www.gardastore.com/images/banner100x50/vivere bene_100x50.jpg\" width=100 height=50 border=0 alt=\"Vivere Bene\"></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   --->

