
<!---
function choices()
{
	this[0] = 1;
this[1] = "<table border=0 width=800 cellpadding=2 cellspacing=0 border=0 align=center><td width=800 bgcolor=003300 align=center valign=top><font size=1 face=verdana, arial color=339900>Sauf indication contraire, photos et illustrations: Annick Pironet.    &copy; Copyright Asbl  Domaine de Bérinzenne</font></div></td></table>";
}
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 OSCURAMENTO   --->

