/* AUTEUR: Francite */
/* DATE DE CREATION: 5/25/00 */
var width,height,pixel,color,agent,gateur,position
var cpt_stats,chaine1,chaine2,chaine3,tps,reftemp;
var hexastring1,hexastring2
tps = new Date();

width = screen.width;
height = screen.height;
color = screen.colorDepth;
ref = document.referrer;
gateur = navigator.appName;

cpt_stats =0;
reftemp= "";
while (cpt_stats < ref.length){
  hexastring1 = ref.charCodeAt(cpt_stats);
  hexastring2 = hexastring1 % 16;
  if (hexastring2 > 9){
    hexastring2 = String.fromCharCode((hexastring2 % 16)+65-10);
  }
  reftemp = reftemp +  Math.floor(hexastring1/16) + hexastring2.toString();
  cpt_stats++;
}
if ((gateur == "Microsoft Internet Explorer") || (gateur == "microsoft_internet_explorer")) {
   gateur="Explorer" 
}   
ref = reftemp

chaine = new String();
if (nosite > 4169)
{
	document.writeln("<A HREF=\"http://ad.ca.doubleclick.net/jump/compteur.francite.com/supercompteur\" Target=_TOP><img src=\"http://supercompteur.francite.com/cgi-bin/compteur.dll/compte?" + nosite +"&nopage=" + nopage + "&width=" + width + "&height=" + height + "&gateur=" + gateur + "&color=" + color + "&ref=" + ref + "&date=" + tps.getTime() + "\" border=\"0\"></A>");
}
else
{
	document.writeln("<A HREF=\"http://ad.ca.doubleclick.net/jump/compteur.francite.com/supercompteur\" Target=_TOP><img src=\"http://ad.ca.doubleclick.net/ad/compteur.francite.com/supercompteur\" border=\"0\"></A>");
}
	document.write("<IMG SRC=http://195.25.89.17/francite_v?total WIDTH=1 HEIGHT=1 BORDER=0>")
if (tps.getSeconds() < 30)
{document.write("<IMG SRC=\"http://195.25.89.18/francite_p?" + tps.getMinutes() + "0" + tps.getSeconds() + "_francite_supercompteur" + "\" WIDTH=\"1\" HEIGHT=\"1\">");}

