<!---
function choices()
{
	this[0] = 10;

this[1] = "<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 Sani\"></a>";

this[2] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2110\"><img src=\"http://www.gardastore.com/images/banner100x50/la pasta di gragnano_100x50.jpg\" width=100 height=50 border=0 alt=\"La Pasta di Gragnano\"></a>";

this[3] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1566\"http://www.gardastore.com/images/banner100x50/tmc capelli estetica_100x50.jpg\" width=100 height=50 border=0 alt=\"TMC Capelli Estetica\"></a>";

this[4] = "<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[5] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~2078\"><img src=\"http://www.gardastore.com/images/banner100x50/mokito_100x50.jpg\" width=100 height=50 border=0 alt=\"Mokito\"></a>";

this[6] = "<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[7] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1796\"><img src=\"http://www.gardastore.com/images/banner100x50/falpa_100x50.jpg\" width=100 height=50 border=0 alt=\"Falpa\"></a>";

this[8] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1560\"><img src=\"http://www.gardastore.com/images/banner100x50/italcaps_100x50.jpg\" width=100 height=50 border=0 alt=\"Italcaps\"></a>";

this[9] = "<a href=\"http://www.gardastore.biz/vedit/prodotti_elenco.asp~idcat~1561\"><img src=\"http://www.gardastore.com/images/banner100x50/w_line_100x50.jpg\" width=100 height=50 border=0 alt=\"W-Line\"></a>";

this[10] = "<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>";



}
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   --->

