<!---
function choices()
{
	this[0] = 3;


this[1] = "<a href=\"http://www.facciolaspesa.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/facciolaspesa100x50.gif\" width=100 height=50 border=0 alt=\"Facciolaspesa\"></a>";

this[2] = "<a href=\"http://www.facciolaspesa.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/facciolaspesa100x50.gif\" width=100 height=50 border=0 alt=\"Facciolaspesa\"></a>";

this[3] = "<a href=\"http://www.facciolaspesa.com\" target=\"blank\"><img src=\"http://www.gardastore.com/images/banner100x50/web/facciolaspesa100x50.gif\" width=100 height=50 border=0 alt=\"Facciolaspesa\"></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   --->
