function loadPage(n,t){var i={isFullTransition:!0,fullprefixurl:decodeURIComponent(location.pathname)},r={type:"GET",url:"//"+window.location.host+"/"+t,data:i,contentType:"application/json; charset=utf-8",dataType:"json",async:!0,success:function(t){premptivePages[n]=t;pageArrayProcess()},error:function(){return}};jQuery.ajax(r)}function pageArrayProcess(){var t=0,n;if(window.pagesIds){for(n in window.pagesIds){loadPage(n,window.pagesIds[n]);t=n;break}t!=0&&delete window.pagesIds[t]}}$(function(){setTimeout(function(){pageArrayProcess()},0)});var premptivePages=[]