function reDirect(){
    if(window.location.href.indexOf("stable") != -1){
        window.location.href = window.location.href.replace(/stable/, "");
    }
}
