
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://www.museosatira.it\"><img src=\"imgbanner/banner01.gif\" width=337 height=43 border=1 alt=\"Primo banner\"></a>";this[2] = "<a href=\"http://www.fortesenzafili.it\"><img src=\"imgbanner/banner10.gif\" width=468 height=60 border=1 alt=\"Secondo banner\"></a>";this[3] = "<a href=\"http://museosatira.blogspot.com\"><img src=\"imgbanner/banner11.gif\" width=468 height=60 border=1 alt=\"Terzo banner\"></a>";this[4] = "<a href=\"http://212.131.192.123\"><img src=\"imgbanner/bannercam.gif\" width=468 height=60 border=1 alt=\"Quarto banner\"></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   --->
