
<!---
function choices()
{
this[0] = 1;
this[1] = "<img src=http://www.angelopetrosino.com/img/sx.gif width=149 height=670 usemap=#Map border=0><map name=Map><area shape=poly coords=4,68,7,97,141,87,144,73 href=http://www.angelopetrosino.com/biografia><area shape=poly coords=4,102,145,97,140,127,6,117 href=http://www.angelopetrosino.com/bibliografia><area shape=poly coords=4,128,146,133,141,147,7,156 href=http://www.angelopetrosino.com/valentina><area shape=poly coords=4,164,144,157,140,186,8,176 href=http://www.angelopetrosino.com/caravale><area shape=poly coords=5,189,146,194,141,209,8,217 href=http://www.angelopetrosino.com/jessica><area shape=poly coords=3,225,145,219,140,248,7,239 href=http://www.angelopetrosino.com/intervista><area shape=poly coords=3,249,145,254,142,269,7,278 href=http://www.angelopetrosino.com/domande><area shape=poly coords=4,286,144,280,140,309,6,299 href=http://www.angelopetrosino.com/lettere><area shape=poly coords=4,310,8,339,141,331,145,316 href=http://www.angelopetrosino.com/laboratorio><area shape=poly coords=4,347,144,340,140,372,6,361 href=http://www.angelopetrosino.com/racconti><area shape=poly coords=4,373,145,378,142,392,7,401 href=http://www.angelopetrosino.com/poesie><area shape=poly coords=4,409,145,402,140,433,7,423 href=http://www.angelopetrosino.com/inglese><area shape=poly coords=4,434,146,440,142,455,8,464 href=http://www.angelopetrosino.com/saggi><area shape=poly coords=4,472,145,466,140,496,6,486 href=http://www.angelopetrosino.com/popotus><area shape=poly coords=3,498,145,503,143,519,6,527 href=http://www.angelopetrosino.com/novita><area shape=poly coords=4,535,146,529,141,560,7,549 href=http://www.angelopetrosino.com/mese><area shape=poly coords=5,560,148,565,145,579,9,589 href=http://www.angelopetrosino.com/download><area shape=poly coords=3,598,145,592,141,623,7,613 href=http://www.angelopetrosino.com/newsletter><area shape=poly coords=6,625,145,632,140,647,11,654 href=mailto:mailing@angelopetrosino.com><br><a href=http://www.angelopetrosino.com/stampa.html target=_blank><img src=http://www.angelopetrosino.com/img/stampa.gif width=149 height=47 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 OSCURAMENTO   --->
