
<!---
function choices()
{
	this[0] = 10;


this[1] = "<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[2] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2073\"><img src=\"http://www.gardastore.com/images/banner100x50/az agr beligna_100x50.jpg\" width=100 height=50 border=0 alt=\"Az. Agr. Beligna\"></a>";

this[3] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1811\"http://www.gardastore.com/images/banner100x50/frantoio valtenesi_100x50.jpg\" width=100 height=50 border=0 alt=\"Frantoio Valtenesi\"></a>";

this[4] = "<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[5] = "<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[6] = "<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[7] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1822\"><img src=\"http://www.gardastore.com/images/banner100x50/rivadossi_100x50.jpg\" width=100 height=50 border=0 alt=\"Rivadossi\"></a>";

this[8] = "<a href=\"http://www.profumipugliesi.it\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/profumi pugliesi_100x50.jpg\" width=100 height=50 border=0 alt=\"Profumi Pugliesi\"></a>";

this[9] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1560\"><img src=\"http://www.gardastore.com/images/banner100x50/top gas_100x50.jpg\" width=100 height=50 border=0 alt=\"Top Gas\"></a>";

this[10] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1551\"><img src=\"http://www.gardastore.com/images/banner100x50/pentolpress_100x50.jpg\" width=100 height=50 border=0 alt=\"Pentolpress\"></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   --->
