function repos () {
     var as = '';
     var strt = window.location.href.indexOf('#');
     if (strt != -1) {
        var term = window.location.href.length;
        as = window.location.href.substr(strt,(term-strt));
        window.location = as;
     }
}
