function BrowserCheck() {
	var b = navigator.appName
	if (b=="Netscape") this.b = "ns"
	else if (b=="Microsoft Internet Explorer") this.b = "ie"
	else this.b = b
	this.version = navigator.appVersion
	this.v = parseInt(this.version)
	this.ns = (this.b=="ns" && this.v>=4)
	this.ns4 = (this.b=="ns" && this.v==4)
	this.ns5 = (this.b=="ns" && this.v==5)
	this.ie = (this.b=="ie" && this.v>=4)
	this.ie4 = (this.version.indexOf('MSIE 4')>0)
	this.ie5 = (this.version.indexOf('MSIE 5')>0)
	this.min = (this.ns||this.ie)
}
is = new BrowserCheck()

Li='<a href="#"><img width="1" height="1" border=0 src="http://www.oiseaux.net/cgi-bin/stats.pl"></a>'
//document.write(Li)

	ListeJ = new Array('Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi')
	ListeM = new Array('Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre')
	DJ = new Date();
	minute = DJ.getMinutes ();
	heure = DJ.getHours ();
	JourS = DJ.getDay ();
	JourM = DJ.getDate ();
	annee = DJ.getYear ();
	mois = DJ.getMonth ();
	if (annee < 1900){ annee = annee + 1900}

	datedujour = ListeJ[JourS] +" "+ JourM +" "+ ListeM[mois] +" "+ annee ;

if (screen.width > 800){
	document.write('<style type="text/css">#Corps{left:100px;}</style>')
}
