var err_num;
if (err_num == 403 || err_num == 404 || err_num == 500) {
  err_num = err_num;
}
else {
  err_num = 200;
}

scWidth = screen.width;
scHeight = screen.height;
scDepth = screen.colorDepth;
script = '/counter/';
java = navigator.javaEnabled() ? "Y" : "N";
cookie = document.cookie ? "Y" : "N";

document.write('<img ' + 'src="' + script + '?err_num=' + err_num + '&w=' + scWidth + '&h=' + scHeight + '&d=' + scDepth + '&js=Y' + '&ref=' + escape(document.referrer) + '&pg=' + escape(window.location.href) + '&java=' + java + '&c=' + cookie + '" border=0 width=1 height=1>');
