/* Log Hit */
var httpValue='';
var str=document.URL
str=str.toLowerCase()
if(str.match("https://")==null) {
	httpValue = "http"
} else {
	httpValue = "https"
}

document.write('<img width=0 height=0 src="'+httpValue+'://'+document.domain+'/logStats/insert.aspx?client_id=9&version='+navigator.appVersion+'&width='+screen.width+'&height='+screen.height+'&color_depth='+screen.colorDepth+'&referer='+escape(document.referrer)+'&url='+escape(document.URL)+'&useragent='+navigator.userAgent+'&browser='+navigator.vendor+'&browser_version='+navigator.vendorSub+'"/>')

