
<!---
function choices()
{
	this[0] = 8;
this[1] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/1.jpg' height='106' width='100%' border=0></a>"
this[2] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/2.jpg' height='106' width='100%' border=0></A>"
this[3] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/3.jpg' height='106' width='100%' border=0></a>"
this[4] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/4.jpg' height='106' width='100%' border=0></a>"
this[5] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/5.jpg' height='106' width='100%' border=0></a>"
this[6] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/6.jpg' height='106' width='100%' border=0></a>"
this[7] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/7.jpg' height='106' width='100%' border=0></a>"
this[8] = "<a href='http://www.aparalleluniverse.it/'><img src='../grafiche/8.jpg' height='106' width='100%' border=0></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   --->


