
<!---
function choices()
{
	this[0] = 2;
this[1] = "<a href=\"http://www.scuolaromanadifotografia.it\"><img src=\"/img/scuolaromana.gif\" width=468 height=60 border=0 ></a>";
this[2] = "<a href=\"http://www.link2me.it\"><img src=\"http://www.link2me.it/img/banner_1.gif\" width=468 height=60 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   --->
