
function choices()
{
	this[0] = 10;
this[1] = "<a href=\"http://www.rotary.org\" target=\"_new\"><img src=\"imgb/09.jpg\" width=400 height=180 border=0 alt=\"I volontari del Rotary\"></a>";
this[2] = "<a href=\"http://www.rotary.org\" target=\"_new\"><img src=\"imgb/10.jpg\" width=380 height=180 border=0 alt=\"I volontari del Rotary\"></a>";
this[3] = "<a href=\"http://www.rotary.org\" target=\"_new\"><img src=\"imgb/11.gif\" width=300 height=206 border=0 alt=\"I quattro fondatori del Rotary\"></a>";
this[4] = "<a href=\"http://www.rotary.org\" target=\"_new\"><img src=\"imgb/04.jpg\" width=300 height=160 border=0>";
this[5] = "<a href=\"http://www.rotary.org\" target=\"_new\"><img src=\"imgb/03.gif\" width=243 height=160 border=0 alt=\"Il programma Polioplus\"></a>";
this[6] = "<a href=\"http://www.rotary.org\" target=\"_new\"><img src=\"imgb/01.gif\" width=245 height=160 border=0 alt=\"I programmi di alfabetizzazione\"></a>";
this[7] = "<a href=\"http://www.rotary.org\"><img src=\"imgb/05.jpg\" width=368 height=180 border=0 alt=\"I programmi di alfabetizzazione\"></a>";
this[8] = "<a href=\"http://www.tommasino.org\" target=\"_new\"><img src=\"imgb/06.jpg\" width=250 height=156 border=0 alt=\"La manifestazione a favore della Fondazione Tommasino Bacciotti\"></a>";
this[9] = "<a href=\"http://www.tommasino.org\" target=\"_new\"><img src=\"imgb/07.jpg\" width=250 height=188 border=0 alt=\"La manifestazione a favore della Fondazione Tommasino Bacciotti\"></a>";
this[10] = "<a href=\"http://www.rotary.org\" target=\"_new\"><img src=\"imgb/08.jpg\" width=370 height=180 border=0 alt=\"Il Rotary al servizio della pace\"></a>";
}
function popUpImg(list)
{
	var today = new Date();
	var choiceInstance = new choices();
	var Img = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabImg()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Img = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Img;
}
document.writeln(grabImg());

