function setCatalogCookie(){document.cookie="lastCatalogPage="+escape(location.href)+";path=/"}function getCatalogCookie(){var a="lastCatalogPage";if(document.cookie.length>0){c_start=document.cookie.indexOf(a+"=");if(c_start!=-1){c_start=c_start+a.length+1;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}return unescape(document.cookie.substring(c_start,c_end))}}return""}function continueShopping(b){var a=getCatalogCookie();if(a==""){window.location=b}else{window.location=a}};