
<!---
function choices()
{
	this[0] = 6;

this[1] = "<a href=\"http://www.stockfirmati.com\" target=\"_blank\"><img src=\"Banner/borellistore/borelli-08-def.gif\" width=468 height=60 border=1 alt=\"Borelli store\"></a>";
this[2] = "<a href=\"http://www.alessandroturra.com\" target=\"_blank\"><img src=\"Banner/BulliePupe/468x60.jpg\" width=468 height=60 border=1 alt=\"ALESSANDRO TURRA\"></a>";
this[3] = "<a href=\"http://www.sportwear-int.com\" target=\"_blank\"><img src=\"Banner/sportwear/sportwear-2008.gif\" width=468 height=60 border=1 alt=\"sportwear int\"></a>";
this[4] = "<a href=\"http://www.stockfirmati.com\" target=\"_blank\"><img src=\"Banner/borellistore/borelli-08-def.gif\" width=468 height=60 border=1 alt=\"Borelli store\"></a>";
this[5] = "<a href=\"http://www.alessandroturra.com\" target=\"_blank\"><img src=\"Banner/BulliePupe/468x60.jpg\" width=468 height=60 border=1 alt=\"ALESSANDRO TURRA\"></a>";
this[6] = "<a href=\"http://www.stockfirmati.com\" target=\"_blank\"><img src=\"Banner/borellistore/borelli-08-def.gif\" width=468 height=60 border=1 alt=\"Borelli store\"></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   --->
