if (history && history.pushState) {
            history.replaceState(null, document.title, $('#people_search_form').attr('action') + "?" + $('#people_search_form').serialize());
        }