<!--
function Init()
{
	if (document.location.hash != "")
	{
		document.location.href = jsSiteUrl + "/" + location.hash.substr(1);
	}
}

function setHash(str)
{
	document.location.hash = str;
}

function getVariable(str)
{
	return eval(str);
}
// -- End -->

