function GetScreenResolution(){
	Log18ColorDepth = screen.colorDepth
	Log19ScreenWidth = screen.width
	Log20ScreenHeight = screen.height
}
function CheckJavascript () {
	Log21JSEnabled = 'yes'
}
function CheckHistory(){
	var times=history.length;
	Log22HistoryAmount = times
}
var refR=escape(document.referrer);
function GetReferrer(){
	if (refR.length<1) refR="blank";
	if (refR.length>=50) refR=refR.substring(0,50)+"...";
	Log23RefPage = unescape(refR);
}
var curHref=escape(window.location.href);
function GetCurrentLocation(){
	if (curHref.length<1) curHref="blank";
	if (curHref.length>=50) curHref=curHref.substring(0,50)+"...";
	Log24CurHref = unescape(curHref);
}

