// Belstat counter
// Verbeterd door VPSCash

function writeCounter(d, uid) {

    var scr = 0;
    var b = navigator.appName;

    var scr = screen.width + "*" + screen.height;

    var ref = (d.parent == d) ? escape(d.referrer) : '';
    var pag = escape(document.href);
    var col = (b != "Netscape") ? screen.colorDepth : screen.pixelDepth;

    if (col == undefined)
        col = "";

    d.write("<a href='http://www.belstat.nl/viewstat.asp?UserID=" + uid + "&lang=nl' target=_blank><img border=0 src=\"http://www.belstat.nl/regstat.aspx?");
    d.write("UserID=" + uid + "&BColor=black&refer=" + ref + "&pag=" + pag + "&b=" + b + "&col=" + col + "&scr=" + scr);
    d.write("\" align=center width=16 height=16 alt=\"Monitored by BelStat - Your Site Counts\"><\/a>");
}
  //

