var path = 'http://veonox.com/stats/?save';function count(id) {
    id = '&id=' + id;
    var info;
    
    info = '&useragent=' + escape(navigator.userAgent);
    info += '&url=' + escape(window.location);
    info += '&ref=' + escape(document.referrer);
    info += '&width=' + screen.width;
    info += '&height=' + screen.height;
    info += '&depth=' + screen.colorDepth;
    info += '&' + Math.round(1000*Math.random());

    document.write('<script type="text/javascript" src="' + path + id + info + '&return_js"></script>');

}
