

function changeHistory(newHash) {



    flashPutHash(unescape(newHash));
    //frames['historyPage'].location.href = "History.aspx?" + newHash;
    
    
}

function flashPutHash(newHash){

    location.hash = newHash;

}