
<!---
function choices()
{
	this[0] = 7;
this[1] = "<img src=\"img/sequenza/1.jpg\" width=546 height=104 border=0 alt=\"isellafoletti.ch\">";
this[2] = "<img src=\"img/sequenza/2.jpg\" width=546 height=104 border=0 alt=\"isellafoletti.ch\">";
this[3] = "<img src=\"img/sequenza/3.jpg\" width=546 height=104 border=0 alt=\"isellafoletti.ch\">";
this[4] = "<img src=\"img/sequenza/4.jpg\" width=546 height=104 border=0 alt=\"isellafoletti.ch\">";
this[5] = "<img src=\"img/sequenza/5.jpg\" width=546 height=104 border=0 alt=\"isellafoletti.ch\">";
this[6] = "<img src=\"img/sequenza/6.jpg\" width=546 height=104 border=0 alt=\"isellafoletti.ch\">";
this[7] = "<img src=\"img/sequenza/7.jpg\" width=546 height=104 border=0 alt=\"isellafoletti.ch\">";




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

