<!--//

   loc = document.location;
   ref = document.referrer;

   affichage = "<img src=statistiques/do_stats.php?loc=";
   affichage += loc;
   affichage += "&ref=";
   affichage += ref;

   affichage += " width=1 height=1 border=0>";
   document.write(affichage);
   //alert(top.document.referrer)

//-->

