function getFlashMovie(movieName) {
    var isIE = navigator.appName.indexOf("Microsoft") != -1;
    return (isIE) ? window[movieName] : document[movieName];
}

function where(ref) {
    getFlashMovie('FASR').where(location.hash);
}

function gotoAnchor(ref) {
    window.location.href='#/'+ref
}
