$(document).bind("mobileinit",function(){$.mobile.ajaxEnabled=false;});$(window).load(function(){var B=function(){var R=$(".ui-page-active");var O=R.find(".ui-content");var A=R.find(".ui-footer");if(O.offset()!==null&&A.offset()!=null){var M=R.offset().top;var N=O.offset().top;var P=O.outerHeight();var L=A.offset().top;var Q=A.outerHeight();var K=N-M+P+Q;A.offset({top:N+P+Math.max(0,$(window).height()-K)});}};B();$(window).bind("orientationchange",B);$(window).bind("resize",B);});$(function(){$("a.viewFullSiteLink").click(function(){var D=window.location.hostname.replace("m.","www.");var C=window.location.protocol+"//"+D;C+=window.location.port?":"+window.location.port:"";if(C.indexOf("wacoalstage")!=-1){C=C.replace("www.wacoalstage","wacoalstage");}C+="/noredirect";window.location.assign(C);});});(function(B){B("html").delegate("div[data-role=page]","pageinit",function(D){var A=B(this).find('.cms-links a[href^="/ViewFullSite"]');if(!A.length){A=B(this).find(".cms-links a").filter(function(){return B(this).find("span:contains('Full Site')").length;});}A.each(function(){B(this).click(function(J){var C=window.location.hostname.replace("m.","www.");var I=window.location.href.replace(/&krypto=.+$/i,"").replace(window.location.hostname,C);var H=window.location.protocol+"//"+C;H+=window.location.port?":"+window.location.port:"";H+="/noredirect";if(H.indexOf("wacoalstage")!=-1){H=H.replace("www.wacoalstage","wacoalstage");}window.location.assign(H);J.preventDefault();});});});})(jQuery);