
<!---
function choices()
{
	this[0] = 3;
this[1] = "<a href=\"/vvv/inglese/pensieri/15/15-930109-a-sdr.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Human pride blinds us\"></a>";
this[2] = "<a href=\"/vvv/inglese/cuore/1/15-gv4_34.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"My food, is to do the will of God\"></a>";
this[3] = "<a href=\"/vvv/inglese/parola/dt/15-dt6_4-7.html\">CONTINUE<BR /><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Hear, O Israel\"></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   --->

