function javascriptison() {
    if (swfobject.hasFlashPlayerVersion("8.0.0")) {
        var path = location.pathname;
        if (typeof(redirpath) != "undefined") {
            var path = redirpath;
        }

        var extrapath = '';
        if (path != '/') {
            if (path.substr(-1) != "/") {
                var extrapath =  "/";
            }
            location.replace("http://" + location.host + "/#" + path + extrapath);
        }
    }
}
javascriptison();
