<!---
function choices()
{
	this[0] = 1;
this[1] ="<a href=\"http://www.pcself.com/mappa.html\">Mappa</a>  <a href=\"http://www.pcself.com/copyright.html\">Note legali</a>  <a href=\"http://www.pcself.com/privacy.html\">Privacy</a>  <a href=\"http://www.pcself.com/feedback.asp\">Contatti</a> <a href=\"http://www.pcself.com/publi.html\">Pubblicità</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 OSCURAMENTO   --->

