
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"/vvv/francese/parola/1cor/31-1cor15_20-22.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Tous revivront en Christ\"></a>";
this[2] = "<a href=\"/vvv/francese/parola/1cor/31-1Cor15_3-5.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Christ est mort pour nos p&eacute;ch&eacute;s\"></a>";
this[3] = "<a href=\"/vvv/francese/parola/rm/31-rm8_10-11.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Si Christ est en vous\"></a>";
this[4] = "<a href=\"/vvv/francese/parola/sl/31-sl116_1-2.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Sa bont&eacute; pour nous est grande\"></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   --->

