
<!---
function choices()
{
	this[0] = 5;
this[1] = "<a href=\"/vvv/inglese/parola/1cor/41-1cor12_13.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Baptized by one Spirit\"></a>";
this[2] = "<a href=\"/vvv/inglese/pensieri/41/41-930121-a-pr-2to-78.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"The sign of the holiness\"></a>";
this[3] = "<a href=\"/vvv/inglese/parola/1pt/41-1pt1_13-14.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"As obedient children\"></a>";
this[4] = "<a href=\"/vvv/inglese/parola/ez/41-ez18_30b-32.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Repent and live!\"></a>";
this[5] = "<a href=\"/vvv/inglese/cuore/3/41-gv8_12.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"The light of life\"></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   --->

