HTMLPage = document;
Browser = navigator;
ConnectionType = "UNKNOWN"
lcCookie = HTMLPage.cookie;
TimeZoneOffset = (new Date()).getTimezoneOffset();
top.window.moveTo(0, 0);
if (document.all) top.window.resizeTo(screen.availWidth, screen.availHeight);
else if (document.layers || document.getElementById) if (top.window.outerHeight < screen.availHeight || top.window.outerWidth < screen.availWidth) {
	top.window.outerHeight = top.screen.availHeight;
	top.window.outerWidth = top.screen.availWidth;
}

/*
function getVariable(name) {
	return this.variables[name];
}
playerVersion = 0;
if (window.ActiveXObject) {
	var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
	axoArray = axo.GetVariable("$version").split(" ")[1].split(",");
	playerVersion = (parseInt(axoArray[0]) || 0) + "." + (parseInt(axoArray[1]) || 0) + "." + (parseInt(axoArray[2]) || 0);
}
if (navigator.plugins && navigator.mimeTypes.length) {
	x = navigator.plugins["Shockwave Flash"];
	if (x && x.description) {
		playerVersion = x.description.replace(/([a-z]|[A-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split(".");
		playerVersion = (parseInt(playerVersion[0]) || 0) + "." + (parseInt(playerVersion[1]) || 0) + "." + (parseInt(playerVersion[2]) || 0);
	}
}
Screen = screen.width + 'x' + screen.height
var Rand = Math.random();
document.write("<img style=\"display : none\" src=\"Hit.wr?StepID=" + StepIDVar + "&Flash=" + playerVersion + "&TimeZone=" + TimeZoneOffset + "&Speed=" + ConnectionType + "&Screen=" + Screen + "&Random=" + Rand + "\" width=1 height=1>");
*/