
<!---
function choices()
{
	this[0] = 16;
this[1] = "<img src=\"img/sequenza/1.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[2] = "<img src=\"img/sequenza/2.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[3] = "<img src=\"img/sequenza/3.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[4] = "<img src=\"img/sequenza/4.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[5] = "<img src=\"img/sequenza/5.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[6] = "<img src=\"img/sequenza/6.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[7] = "<img src=\"img/sequenza/7.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[8] = "<img src=\"img/sequenza/8.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[9] = "<img src=\"img/sequenza/9.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[10] = "<img src=\"img/sequenza/10.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[11] = "<img src=\"img/sequenza/11.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[12] = "<img src=\"img/sequenza/12.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[13] = "<img src=\"img/sequenza/13.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[14] = "<img src=\"img/sequenza/14.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[15] = "<img src=\"img/sequenza/15.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";
this[16] = "<img src=\"img/sequenza/16.jpg\" width=625 height=52 border=0 alt=\"davidecascio.com\">";





}
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   --->
