
<!---
function choices()
{
	this[0] = 11;


this[1] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=3_52\"><img src=\"http://www.gardastore.com/images/banner100x50/agrigioia100x50.jpg\" width=100 height=50 border=0 alt=\"Frantoio Agrigioia\"></a>";

this[2] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2\"><img src=\"http://www.gardastore.com/images/banner100x50/be4.gif\" width=100 height=50 border=0 alt=\"Be4 Complementi d'Arredo\"></a>";

this[3] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=6_45\"><img src=\"http://www.gardastore.com/images/banner100x50/nature_life.gif\" width=100 height=50 border=0 alt=\"Nature Life\"></a>";

this[4] = "<a href=\"http://www.garda-store.com/catalog/default.php\"><img src=\"http://www.gardastore.com/images/banner100x50/bertoldi.gif\" width=100 height=50 border=0 alt=\"G. Bertoldi arte sacra\"></a>";

this[5] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2\"><img src=\"http://www.gardastore.com/images/banner100x50/dynagift.gif\" width=100 height=50 border=0 alt=\"Dynagift\"></a>";

this[6] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=3_51\"><img src=\"http://www.gardastore.com/images/banner100x50/gonzaga100x50.jpg\" width=100 height=50 border=0 alt=\"Antica Pasticceria dei Gonzaga\"></a>";

this[7] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2\"><img src=\"http://www.gardastore.com/images/banner100x50/galleriatrentino.jpg\" width=100 height=50 border=0 alt=\"Galleria Trentino\"></a>";

this[8] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=2\"><img src=\"http://www.gardastore.com/images/banner100x50/aicosalconplast100x50.jpg\" width=100 height=50 border=0 alt=\"Aico Salconplast\"></a>";

this[9] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=3_51\"><img src=\"http://www.gardastore.com/images/banner100x50/patelli100x50.jpg\" width=100 height=50 border=0 alt=\"Apicoltura Patelli\"></a>";

this[10] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=3_52_70\"><img src=\"http://www.gardastore.com/images/banner100x50/mattera100x50.jpg\" width=100 height=50 border=0 alt=\"Azienda Agraria La Mattera\"></a>";

this[11] = "<a href=\"http://www.garda-store.com/catalog/default.php?cPath=3_50\"><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   --->

