function GetHash()
{
if (window.location.href.match(/#(\w.+)/)) window.location.replace(window.location.hash);
}
