<!---
function choices()
{
	this[0] = 14;

this[1] = "<a href=\"http://www.marangona.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/marangona.gif\" width=100 height=50 border=0></a>";

this[2] = "<a href=\"http://www.preziosilla.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/preziosilla.gif\" width=100 height=50 border=0></a>";

this[3] = "<a href=\"http://www.naturelife.it\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/nature_life.gif\" width=100 height=50 border=0></a>";

this[4] = "<a href=\"http://www.tenuteformentini.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/tenute_formentini.jpg\" width=100 height=50 border=0></a>";

this[5] = "<a href=\"http://www.dilmoor.com/\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/dilmoor100x50.gif\" width=100 height=50 border=0></a>";

this[6] = "<a href=\"http://www.magatelli.it\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/magatelli.gif\" width=100 height=50 border=0></a>";

this[7] = "<a href=\"http://www.gardendester.it\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/dester100x50.jpg\" width=100 height=50 border=0></a>";

this[8] = "<a href=\"http://www.tenutaroveglia.it/\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/tenura_roveglia_web.jpg\" width=100 height=50 border=0></a>";

this[9] = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"100\" height=\"50\"><param name=movie value=\"http://www.gardastore.com/images/banner100x50/celestedellanna100x50.swf\"><param name=quality value=high><embed src=\"http://www.gardastore.com/images/banner100x50/celestedellanna100x50.swf\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"100\" height=\"50\"></embed></object>";

this[10] = "<a href=\"http://www.acm2002.it/\" target=\"blank\"><img src=\"http://www.gardastore.com/images/acm2002.jpg\" width=100 height=50 border=0></a>";

this[11] = "<a href=\"http://www.marangona.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/marangona.gif\" width=100 height=50 border=0></a>";

this[12] = "<a href=\"http://www.frantoiovaltenesi.it/\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/frantoiovaltenesi.gif\" width=100 height=50 border=0></a>";

this[13] = "<a href=\"http://www.ilrovero.com/\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/ilrovero100x50.gif\" width=100 height=50 border=0></a>";

this[14] = "<a href=\"http://www.ristorantehotelnoce.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/noce.jpg\" width=100 height=50 border=0></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   --->

