1function calculateHeaderHeight(){$(".page-content","body.mobile.fixed-header").css("padding-top",getTotalHeaderHeight())}
2function getTotalHeaderHeight(){return 10+$("header","body.fixed-header").height()+$(".header-panel","body.fixed-header").height()||10}
3function getSelectedRegionIds(){var n=$("#regionfilters INPUT:checkbox:checked"),t=n.map(function(){if($.isNumeric($(this).val()))return Math.floor($(this).val())}
4).get()||[],i=n.map(function(){return $(this).attr("data-name")}
5).get()||[];return $("[id$=hidSelectedRegionNames]").val(i.join(", ")),t}
6function changeBrokenImage(n,t){n.onerror=null;t&&t!=""&&(n.src=t)}
7function addClickFunction(n){var t=document.getElementById(n);t&&typeof t.click=="undefined"&&(t.click=function(){var result=!0;t.onclick&&(result=t.onclick());(typeof result=="undefined"||result)&&eval(t.getAttribute("href"))}
8)}
9function configureDesktopHeader(){$("#login-panel").length!==0&&($(document).click(function(n){var t=n.target||n.srcElement;$(t).closest(".slideOutLogin").length==0&&($(".slideOutLogin").slideUp(),$(".loginSlideOutTrigger a").removeClass("collapse"))}
10),$(".loginSlideOutTrigger a").click(function(){var n=$(".slideOutLogin");return n.is(":visible")?(n.slideUp(),$(this).removeClass("collapse"),!1):(n.slideDown(),$(this).addClass("collapse"),!1)}
11))}
12function registerEyePassword(){$(".password-eye .eye").off("click.eye");$(".password-eye .eye").on("click.eye",function(n){n.preventDefault();var t=$(this),i=t.closest(".password-eye").find("input");i.attr("type")=="password"?(t.removeClass("eye").addClass("blind"),i.attr("type","text")):(t.removeClass("blind").addClass("eye"),i.attr("type","password"))}
13)}
14!function(n,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=n.document?t(n,!0):function(n){if(!n.document)throw new Error("jQuery requires a window with a document");return t(n)}
15:t(n)}
16("undefined"!=typeof window?window:this,function(n,t){function ri(n){var t=n.length,r=i.type(n);return"function"===r||i.isWindow(n)?!1:1===n.nodeType&&t?!0:"array"===r||0===t||"number"==typeof t&&t>0&&t-1 in n}
17function ui(n,t,r){if(i.isFunction(t))return i.grep(n,function(n,i){return!!t.call(n,i,n)!==r}
18);if(t.nodeType)return i.grep(n,function(n){return n===t!==r}
19);if("string"==typeof t){if(re.test(t))return i.filter(t,n,r);t=i.filter(t,n)}
20return i.grep(n,function(n){return i.inArray(n,t)>=0!==r}
21)}
22function hr(n,t){do n=n[t];while(n&&1!==n.nodeType);return n}
23function ee(n){var t=fi[n]={}
24;return i.each(n.match(h)||[],function(n,i){t[i]=!0}
25),t}
26function cr(){u.addEventListener?(u.removeEventListener("DOMContentLoaded",a,!1),n.removeEventListener("load",a,!1)):(u.detachEvent("onreadystatechange",a),n.detachEvent("onload",a))}
27function a(){(u.addEventListener||"load"===event.type||"complete"===u.readyState)&&(cr(),i.ready())}
28function yr(n,t,r){if(void 0===r&&1===n.nodeType){var u="data-"+t.replace(vr,"-$1").toLowerCase();if(r=n.getAttribute(u),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:ar.test(r)?i.parseJSON(r):r}
29catch(f){}
30i.data(n,t,r)}
31else r=void 0}
32return r}
33function ei(n){var t;for(t in n)if(("data"!==t||!i.isEmptyObject(n[t]))&&"toJSON"!==t)return!1;return!0}
34function pr(n,t,r,u){if(i.acceptData(n)){var s,e,h=i.expando,l=n.nodeType,o=l?i.cache:n,f=l?n[h]:n[h]&&h;if(f&&o[f]&&(u||o[f].data)||void 0!==r||"string"!=typeof t)return f||(f=l?n[h]=c.pop()||i.guid++:h),o[f]||(o[f]=l?{}
35:{toJSON:i.noop}
36),("object"==typeof t||"function"==typeof t)&&(u?o[f]=i.extend(o[f],t):o[f].data=i.extend(o[f].data,t)),e=o[f],u||(e.data||(e.data={}
37),e=e.data),void 0!==r&&(e[i.camelCase(t)]=r),"string"==typeof t?(s=e[t],null==s&&(s=e[i.camelCase(t)])):s=e,s}
38}
39function wr(n,t,u){if(i.acceptData(n)){var o,s,h=n.nodeType,f=h?i.cache:n,e=h?n[i.expando]:i.expando;if(f[e]){if(t&&(o=u?f[e]:f[e].data)){for(i.isArray(t)?t=t.concat(i.map(t,i.camelCase)):(t in o)?t=[t]:(t=i.camelCase(t),t=(t in o)?[t]:t.split(" ")),s=t.length;s--;)delete o[t[s]];if(u?!ei(o):!i.isEmptyObject(o))return}
40(u||(delete f[e].data,ei(f[e])))&&(h?i.cleanData([n],!0):r.deleteExpando||f!=f.window?delete f[e]:f[e]=null)}
...
</html>