
<!---
function choices()
{
	this[0] = 2;
this[1] = "<a href=\"/vvv/francese/parola/1pt/21-1pt5_8-9.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Soyez sobres, veillez\"></a>";
this[2] = "<a href=\"/vvv/francese/pensieri/21/21-930204-a-va.html\"><img src=\"http://www.santorosario-vvv.net/vvv/immagini/dx.gif\" width=40 height=23 border=0 alt=\"Notre passion pr&eacute;dominant\"></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   --->

