$(document).ready(function(){setupNextPrevious()});function setupNextPrevious(){var b=$("div#productsCont img.productImg");var a="";if(b.length>1){$.each(b,function(c,d){if(c<(b.length-1)){a=a+$(d).attr("id").split("_")[1]+","}else{a=a+$(d).attr("id").split("_")[1]}});$.cookie("nextPreviousIds",a,{expires:31,path:"/"})}}function setupNextPreviousProrsum(b){var a="";if(b.length>1){$.each(b,function(c,d){if(c<(b.length-1)){a=a+b[c]+","}else{a=a+b[c]}});$.cookie("nextPreviousIds",a,{expires:31,path:"/"})}}function nextPrevious(a){$(document).ready(function(){var j=a.toString();var b="http://"+document.domain+"/pws/ProductDetails.ice";var d="&track=js&lastcategoryurl=true";var e=$.cookie("nextPreviousIds");if(e!=null){e=e.split(",");var c=$.inArray(j,e);if(c!=-1){if(c==0){var f=b+"?ProductID="+e[c+1]+d;var h=b+"?ProductID="+e[(e.length-1)]+d}else{if(c==(e.length-1)){var f=b+"?ProductID="+e[0]+d;var h=b+"?ProductID="+e[(c-1)]+d}else{var f=b+"?ProductID="+e[(c+1)]+d;var h=b+"?ProductID="+e[(c-1)]+d}}var g=$.cookie("lastcategoryurl");var i=new RegExp("lastcategoryurl=true");if(i.test(window.location.search)&&g!==null&&g!==""&&g!=="undefined"){$("#prevLink").attr("href",h);$("#nextLink").attr("href",f);$("#backToAllLink").attr("href",g);$("div#nextPreviousCont").removeClass("hide")}}}})};