	
	function Tin(CUID,PUID)		{

	uString ="http://Isee.insajt.se/r3.asp?Customer_ID="+ CUID +"&Page_ID="+ PUID +"&";
	uString+= "referal="+escape(top.document.referrer)+"&browser="+navigator.appName+"&browserV="+navigator.appVersion;
	uString+= "&resHeight="+screen.height+"&resWidth="+screen.width+"&cookie="+navigator.cookieEnabled;
	uString+= "&djup="+screen.colorDepth;
	document.write("<img src='"+ uString +"' width='1' height='1' border='1'");
	}
