<!---
function choices()
{
	this[0] = 5;

this[1] = "<a href=../../de/gastronomie/default.asp><img src='../../de/images/homepage/hotstores/gastronomia.jpg'></a>";

this[2] = "<a href=http://www.gardastore.com/Speciali/natale/default.htm><img src='../../de/images//homepage/hotstores/natale 2005.jpg'></a>";

this[3] = "<a href=../../de/gastronomie/default.asp><img src='../../de/images/homepage/hotstores/olio.jpg'></a>";

this[4] = "<a href='../../de/gesundundshon/default.asp'><img src='../../de/images/homepage/hotstores/bellezza.jpg'></a>";

this[5] = "<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=156 HEIGHT=268><PARAM NAME=movie VALUE=\"/de/images/homepage/hotstores/flash/creazioni-morini.swf\"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src=\"/de/images/homepage/hotstores/flash/creazioni-morini.swf\" quality=high bgcolor=#FFFFFF  WIDTH=156 HEIGHT=268 TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></EMBED></OBJECT>";




}
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   --->

