
<!---
function choices()
{
	this[0] = 15;


this[1] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=216&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/roveglia.jpg\" width=100 height=50 border=0 alt=\"Tenuta Roveglia\"></a>";

this[2] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=207&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/morandi.gif\" width=100 height=50 border=0 alt=\"F.lli Morandi - Materassi ortopedici\"></a>";

this[3] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=220&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/marangona100x50.jpg\" width=100 height=50 border=0 alt=\"La Carega - Tenuta Marangona\"></a>";

this[4] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=265&idlanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/agrigioia100x50.jpg\" width=100 height=50 border=0 alt=\"Frantoio Agrigioia\"></a>";

this[5] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=229&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/cerutti.jpg\" width=100 height=50 border=0 alt=\"Cerutti Inox\"></a>";

this[6] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?idStore=76&idLanguage=3&idLayout=4\"><img src=\"http://www.gardastore.com/images/banner100x50/mirabell.gif\" width=100 height=50 border=0 alt=\"Az. Agr. Mirabella\"></a>";

this[7] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=230&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/il_nodo.jpg\" width=100 height=50 border=0 alt=\"Il Nodo - Cravatte\"></a>";

this[8] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLanguage=3&idStore=182&idLayout=4\"><img src=\"http://www.gardastore.com/images/banner100x50/inblu.jpg\" width=100 height=50 border=0 alt=\"INBLU calzature\"></a>";

this[9] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?idStore=86&idLanguage=3&idLayout=4\"><img src=\"http://www.gardastore.com/images/banner100x50/buongustaio.gif\" width=100 height=50 border=0 alt=\"La Bottega del Buongustaio\"></a>";

this[10] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=231&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/galleriatrentino.jpg\" width=100 height=50 border=0 alt=\"Galleria Trentino\"></a>";

this[11] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLanguage=3&idStore=236&idLayout=4\"><img src=\"http://www.gardastore.com/images/banner100x50/aicosalconplast100x50.jpg\" width=100 height=50 border=0 alt=\"Aico Salconplast\"></a>";

this[12] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=255&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/gonzaga100x50.jpg\" width=100 height=50 border=0 alt=\"Antica Pasticceria dei Gonzaga\"></a>";

this[13] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=260&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/patelli100x50.jpg\" width=100 height=50 border=0 alt=\"Apicoltura Patelli\"></a>";

this[14] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLanguage=3&idStore=250&idLayout=4\"><img src=\"http://www.gardastore.com/images/banner100x50/filanda_100x50.jpg\" width=100 height=50 border=0 alt=\"Azienda Agricola Novello Cavazza\"></a>";

this[15] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?Now=&idMaintainer=2&idLayout=4&idStore=261&idLanguage=3\"><img src=\"http://www.gardastore.com/images/banner100x50/paulista100x50.jpg\" width=100 height=50 border=0 alt=\"Coffee Set Srl\"></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   --->
