function locate() {
    var host = location.host;
    var path = location.pathname;
    var newURL = 'http://' + host + path;
    location.href = newURL;
}
