
<!---
function choices()
{
	this[0] = 8;
this[1] = "<a href=\"http://www.amazon.it/BIONDINO-GIANGUIDO-REGGIANI/dp/144521279X/ref=sr_1_1?s=books&ie=UTF8&qid=1315292921&sr=1-1\" target=\"_blank\"><img src=\"BIONDINO1.jpg\" width=143 height=200 border=0 alt=\"Il Biondino\"></a>";
this[2] = "<a href=\"http://www.amazon.it/GIUDICE-ALLORI-GIANGUIDO-REGGIANI/dp/1445213419/ref=sr_1_4?s=books&ie=UTF8&qid=1315292921&sr=1-4\" target=\"_blank\"><img src=\"ALLORI1.jpg\" width=143 height=200 border=0 alt=\"Il Giudice Allori\"></a>";
this[3] = "<a href=\"http://www.amazon.it/BERETTA-CALIBRO-65-GIANGUIDO-REGGIANI/dp/1445213427/ref=sr_1_1?ie=UTF8&qid=1290959711&sr=8-1\" target=\"_blank\"><img src=\"BERETTA1.jpg\" width=143 height=200 border=0 alt=\"Beretta calibro 7,65\"></a>";
this[4] = "<a href=\"http://www.amazon.it/VIAGGIO-DELLA-COSCIENZA-ALESSANDRO-REGGIANI/dp/1446135160/ref=sr_1_2?ie=UTF8&qid=1290941109&sr=8-2\" target=\"_blank\"><img src=\"COSCIENZA.jpg\" width=143 height=200 border=0 alt=\"Il Viaggio della Coscienza\"></a>";
this[5] = "<a href=\"http://www.amazon.it/UNA-STORIA-COMPLICATA-GIANGUIDO-REGGIANI/dp/144521301X/ref=sr_1_3?s=books&ie=UTF8&qid=1315292921&sr=1-3\" target=\"_blank\"><img src=\"COMPLICATA1.jpg\" width=143 height=200 border=0 alt=\"Una storia complicata\"></a>";
this[6] = "<a href=\"http://www.amazon.it/PATT-JUNIOR-MALAGIUSTIZIA-GIANGUIDO-REGGIANI/dp/1445212943/ref=sr_1_2?s=books&ie=UTF8&qid=1315292921&sr=1-2\" target=\"_blank\"><img src=\"JUNIOR1.jpg\" width=143 height=200 border=0 alt=\"Patt Junior e la malagiustizia\"></a>";
this[7] = "<a href=\"http://www.lulu.com/product/a-copertina-morbida/autobiografia-di-un-piccolo-inventore/5594783\" target=\"_blank\"><img src=\"INVENTORE1.jpg\" width=143 height=200 border=0 alt=\"Autobiografia di un piccolo inventore\"></a>";
this[8] = "<a href=\"http://www.amazon.it/VIAGGIO-DELLA-COSCIENZA-ALESSANDRO-REGGIANI/dp/1446135160/ref=sr_1_2?ie=UTF8&qid=1290941109&sr=8-2\" target=\"_blank\"><img src=\"COSCIENZA.jpg\" width=143 height=200 border=0 alt=\"Il Viaggio della Coscienza\"></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   --->

