function outputStatus(e) {
	if (!e.success && window.location.hash != "" && window.location.hash != "/") {
		window.location.href = window.location.pathname+window.location.hash.replace("#","").substring(1);
	}
	swfobject.createCSS("body", "overflow:hidden;");
	//BrowserHistory = createBrowserHistory("main", SWFAddress);
}
var BrowserHistory;
swfobject.registerObject("main", "9.0.0", "expressInstall.swf", outputStatus);

