
<!---
function choices()
{
	this[0] = 3;
this[1] = "<a href=\"/vvv/inglese/pensieri/14/14-930113-a-sdr.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Humility and faith together\"></a>";
this[2] = "<a href=\"/vvv/inglese/parola/dt/14-dt7_6&8-9.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"A people holy to the LORD\"></a>";
this[3] = "<a href=\"/vvv/inglese/cuore/11/14-sir50_29.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"He will be strong in all\"></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   --->

