
<!---
function choices()
{
	this[0] = 3;
this[1] = "<a href=\"/vvv/francese/parola/1cor/41-1cor12_13.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Baptis&eacute;s dans un seul Esprit\"></a>";
this[2] = "<a href=\"/vvv/francese/pensieri/41/41-930121-a-pr-2to-78.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Le signe de la saintet&eacute;\"></a>";
this[3] = "<a href=\"/vvv/francese/parola/1pt/41-1pt1_13-14.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Comme des enfants ob&eacute;issants\"></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   --->

