
<!---
function choices()
{
	this[0] = 2;

this[1] = "<a href=\"http://www.pcenter.it\" target=\"_top\"><img src=\"/pubb/pcenter.gif\" width=572 height=540 border=0 alt=\"1*\" ></a>";
this[2] = "<a href=\"http://www.pcenter.it\" target=\"_top\"><img src=\"/pubb/pcenter2.gif\" width=572 height=540 border=0 alt=\"2*\" ></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   --->

