function jumpToAnchor() {
   window.location = String(window.location).replace(/\#.*$/, "") + "#jumptocheckout";
}
