	
var  strRef = document.referrer
var strResolutionWidth = window.screen.width;
var strResolutionHeight =window.screen.height;
var strPage =window.location.pathname;
var strCookie = document.cookie;
var cDomain = self.location.hostname;

document.write("<img src='http://oxor.com/services/statix/statix.aspx?unic=0&site=",cDomain,"&referrer=",strRef,"&x=",strResolutionWidth,"&y=",strResolutionHeight,"&cook=",strCookie,"&page=",strPage,"' width='1' height='1'>");
				
