$(document).ready(function(){var a=GetPageLayout();if(a=="confirmation"){SetContinueShoppingLink()}});function SetContinueShoppingLink(){var a="http://"+window.location.hostname+"/pws/Home.ice";$("div#continueShopping a").attr("href",a)}function GetPageLayout(){var a=$("body").attr("class");var b=a.split(" ");$.each(b,function(c,d){if(d.indexOf("ly_")>-1){a=d.replace("ly_","")}});return a}function GetCountryId(){var a=$("body").attr("class");var b=a.split(" ");$.each(b,function(c,d){if(d.indexOf("cid_")>-1){a=d.replace("cid_","")}});return a}Date.prototype.add=function(a,b){var c=this;if(!a||b==0){return c}switch(a.toLowerCase()){case"ms":c.setMilliseconds(c.getMilliseconds()+b);break;case"s":c.setSeconds(c.getSeconds()+b);break;case"mi":c.setMinutes(c.getMinutes()+b);break;case"h":c.setHours(c.getHours()+b);break;case"d":c.setDate(c.getDate()+b);break;case"mo":c.setMonth(c.getMonth()+b);break;case"y":c.setFullYear(c.getFullYear()+b);break}return c};jQuery.cookie=function(b,j,m){if(typeof j!="undefined"){m=m||{};if(j===null){j="";m.expires=-1}var e="";if(m.expires&&(typeof m.expires=="number"||m.expires.toUTCString)){var f;if(typeof m.expires=="number"){f=new Date();f.setTime(f.getTime()+(m.expires*24*60*60*1000))}else{f=m.expires}e="; expires="+f.toUTCString()}var l=m.path?"; path="+(m.path):"";var g=m.domain?"; domain="+(m.domain):"";var a=m.secure?"; secure":"";document.cookie=[b,"=",encodeURIComponent(j),e,l,g,a].join("")}else{var d=null;if(document.cookie&&document.cookie!=""){var k=document.cookie.split(";");for(var h=0;h<k.length;h++){var c=jQuery.trim(k[h]);if(c.substring(0,b.length+1)==(b+"=")){d=decodeURIComponent(c.substring(b.length+1));break}}}return d}};