function sitestat(ns_tag)
{
   var ns_scriptversion = "132";// 2004-05-24
   var protocol = document.domain.toLowerCase() == "www.dexia.be" ? document.location.protocol : "http:";
   var ns_src = protocol + "//be.sitestat.com/dexia/dexia/s?" + ns_tag + "&ns__t=" + new Date().getTime();
   
   if (document.images)
   {
      var ns_image = new Image();
      ns_image.src = ns_src;
    }
    else
    {
       document.write('<img src="' + ns_src + '" width="1" height="1">');
    }
}