f='' + escape(document.referrer);
w=screen.width;
h=screen.height;
v=navigator.appName;
if (v != 'Netscape') {var c=screen.colorDepth;}
else {var c=screen.pixelDepth;}
jsinfo = "http://www.omantribune.com/stat/track.php?js_resolution=" + w + "x" + h + "&js_referer=" + f + "&js_color=" + c + "&js_url=" + escape(document.URL);
try {
var script = document.createElementNS('http://www.w3.org/1999/xhtml','script');
script.setAttribute('type', 'text/javascript');
script.setAttribute('src', jsinfo);
document.getElementsByTagName('body')[0].appendChild(script);
}
catch(e) {
str = ""
document.write(str+""); }