
<!---
function choices()
{
	this[0] = 3;
this[1] = "<a href=\"/vvv/inglese/cuore/3/44-sal119_105&gv8_12.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Light for my path\"></a>";
this[2] = "<a href=\"/vvv/inglese/parola/gv/44-gv17_3.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"To know  the only true God\"></a>";
this[3] = "<a href=\"/vvv/inglese/pensieri/44/44-930318-a-va-3tq.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"The knowledge of Jesus Christ Master\"></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   --->

