
<!---
function choices()
{
	this[0] = 13;

this[1] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2_10\"><img src=\"http://www.gardastore.com/images/banner100x50/atlanta100x50.jpg\" width=100 height=50 border=0 alt=\"Atlanta Co. & Co.\"></a>";

this[2] = "<a href=\"http://apollo2001.piasys.it/Apollo2001/SingleStore.ASP?idStore=49&idLanguage=1&idLayout=4\"><img src=\"http://www.gardastore.com/images/banner100x50/formenti.gif\" width=100 height=50 border=0 alt=\"Tenute Formentini\"></a>";

this[3] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=3\"><img src=\"http://www.gardastore.com/images/banner100x50/imolini100x50.jpg\" width=100 height=50 border=0 alt=\"Az.Agr.Cantina I Molini\"></a>";

this[4] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2_8\"><img src=\"http://www.gardastore.com/images/banner100x50/feroldi120x60.jpg\" width=100 height=50 border=0 alt=\"Argenteria Feroldi\"></a>";

this[5] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=3_55\"><img src=\"http://www.gardastore.com/images/banner100x50/latorre1.gif\" width=100 height=50 border=0 alt=\"Az. Agr. La Torre\"></a>";

this[6] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2_12\"><img src=\"http://www.gardastore.com/images/banner100x50/FineArtsFactory100x50.gif\" width=100 height=50 border=0 alt=\"Fine Arts Factory\"></a>";

this[7] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2_10_25\"><img src=\"http://www.gardastore.com/images/banner100x50/toscolana_100x50.jpg\" width=100 height=50 border=0 alt=\"Copertificio Toscolana\"></a>";

this[8] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2_10\"><img src=\"http://www.gardastore.com/images/banner100x50/morandi.gif\" width=100 height=50 border=0 alt=\"F.lli Morandi - Materassi ortopedici\"></a>";

this[9] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2_11\"><img src=\"http://www.gardastore.com/images/banner100x50/cerutti.jpg\" width=100 height=50 border=0 alt=\"Cerutti Inox\"></a>";

this[10] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=4\"><img src=\"http://www.gardastore.com/images/banner100x50/inblu.jpg\" width=100 height=50 border=0 alt=\"INBLU calzature\"></a>";

this[11] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2\"><img src=\"http://www.gardastore.com/images/banner100x50/paber.gif\" width=100 height=50 border=0 alt=\"Illuminazione Paber\"></a>";

this[12] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2\"><img src=\"http://www.gardastore.com/images/banner100x50/morandi.gif\" width=100 height=50 border=0 alt=\"F.lli Morandi - Materassi ortopedici\"></a>";

this[13] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2_9\"><img src=\"http://www.gardastore.com/images/banner100x50/promitess.jpg\" width=100 height=50 border=0 alt=\"Pro.M.I.Tess\"></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   --->
