From 2a7d81505fd9f783b05fb63c87eb7e3864a6a855 Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Thu, 4 Feb 2016 10:22:00 -0500 Subject: [PATCH] Security Patch --- dist/js/pe-ap-ie-min.js | 2 +- dist/js/pe-ap-min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js/pe-ap-ie-min.js b/dist/js/pe-ap-ie-min.js index 1377e2a..43a4dc9 100644 --- a/dist/js/pe-ap-ie-min.js +++ b/dist/js/pe-ap-ie-min.js @@ -6,4 +6,4 @@ * Version: v3.1.15 Build: 2014-09-23 03:48 PM EDT * */ -(function($){var pe,_pe;pe=(typeof window.pe!=="undefined"&&window.pe!==null)?window.pe:{fn:{}};_pe={language:"en",languages:["en","fr","af","sq","ar","hy","bg","zh","zh-Hans","cs","nl","et","de","el","hi","hu","is","id","it","ja","ko","lv","lt","pl","pt","pt-BR","ru","sk","es","th","tr","uk","vi"],rtl:false,touchscreen:"ontouchstart" in document.documentElement,mobileview:(wet_boew_theme!==null&&typeof wet_boew_theme.mobileview==="function"),suffix:$('body script[src*="/pe-ap"]').attr("src").indexOf("-min")!==-1?"-min":"",header:$("#wb-head"),bodydiv:$("body > div"),main:$("#wb-main"),secnav:$("#wb-sec"),footer:$("#wb-foot"),html:$("html"),document:$(document),window:$(window),urlpage:"",urlhash:"",urlquery:"",svg:($('').get(0).ownerSVGElement!==undefined),svgfix:false,viewtest:"",resizetest:"",settings:(typeof wet_boew_properties!=="undefined"&&wet_boew_properties!==null)?wet_boew_properties:false,scrollTopInit:window.pageYOffset||document.documentElement.scrollTop,leftMouseButton:0,dic:{get:function(key,state,mixin){var truthiness=(typeof key==="string"&&key!=="")|(typeof state==="string"&&state!=="")<<1|(typeof mixin==="string"&&mixin!=="")<<2;switch(truthiness){case 1:return this.ind[key];case 3:return this.ind[key][state];case 7:return this.ind[key][state].replace("[MIXIN]",mixin);default:return""}},ago:function(time_value){var delta,parsed_date,r,relative_to;parsed_date=pe.date.convert(time_value);relative_to=(arguments.length>1?arguments[1]:new Date());delta=parseInt((relative_to.getTime()-parsed_date)/1000,10);delta=delta+(relative_to.getTimezoneOffset()*60);r="";if(delta<60){r=this.get("%minute-ago")}else{if(delta<120){r=this.get("%couple-of-minutes")}else{if(delta<(45*60)){r=this.get("%minutes-ago","mixin",(parseInt(delta/60,10)).toString())}else{if(delta<(90*60)){r=this.get("%hour-ago")}else{if(delta<(24*60*60)){r=this.get("%hours-ago","mixin",(parseInt(delta/3600,10)).toString())}else{if(delta<(48*60*60)){r=this.get("%yesterday")}else{r=this.get("%days-ago","mixin",(parseInt(delta/86400,10)).toString())}}}}}}return r}},ie:(/(MSIE) ([\w.]+)/.exec(navigator.userAgent)||[])[2]||"0",preIE10:false,preIE9:false,preIE8:false,preIE7:false,_init:function(){var $html=pe.html,hlinks_same=[],classes="",test,test_elms,silentscroll_fired=false,pageinit_fired=false,init_on_mobileinit=false;if(pe.ie>0&&pe.ie<10){pe.preIE10=true;if(pe.ie<9){pe.preIE9=true;if(pe.ie<8){pe.preIE8=true;if(pe.ie<7){pe.preIE7=true}}}}test=$html.attr("lang");if(typeof test!=="undefined"&&test.length>0){pe.language=test}test=$html.attr("dir");if(typeof test!=="undefined"&&test.length>0){pe.rtl=(test==="rtl")}pe.viewtest=document.createElement("div");pe.viewtest.setAttribute("id","viewtest");pe.resizetest=document.createElement("span");pe.resizetest.innerHTML=" ";pe.resizetest.setAttribute("id","resizetest");test_elms=document.createElement("div");test_elms.appendChild(pe.viewtest);test_elms.appendChild(pe.resizetest);document.body.appendChild(test_elms);pe.polyfills.init();pe.urlpage=pe.url(window.location.href);pe.urlhash=pe.urlpage.hash;pe.urlquery=pe.urlpage.params;pe.mobile=pe.mobilecheck();pe.medium=pe.mediumcheck();if(wet_boew_theme!==null){classes+=wet_boew_theme.theme+(pe.mobile?(" mobile-view"+(pe.medium?" medium-screen":" small-screen")):" desktop-view large-screen");if(typeof wet_boew_theme.favicon!=="undefined"){pe.add.favicon(pe.add.themecsslocation.replace(/css\/$/,wet_boew_theme.favicon.href),wet_boew_theme.favicon.rel,wet_boew_theme.favicon.sizes)}}classes+=(pe.touchscreen?" touchscreen":"");classes+=(pe.svg?" svg":" no-svg");classes+=pe.ie<1?" no-ie":" ie"+parseInt(pe.ie,10);test=navigator.userAgent.match(/WebKit\/53(\d)\.(\d{1,2})/i);pe.svgfix=(!(test===null||parseInt(test[1],10)>4||(parseInt(test[1],10)===4&&parseInt(test[2],10)>=46)));if(pe.mobile){test=navigator.userAgent.indexOf("BlackBerry");if(test===0){classes+=" bb-pre6 bb-pre7"}else{if(test!==-1&&navigator.userAgent.indexOf("Version/6")!==-1){classes+=" bb-pre7"}}}$html.removeClass("no-js").addClass(classes);pe.bodydiv.attr("data-role","page").addClass("ui-page-active");pe.window.on("scroll.wbinit",function(){var scrollTop=window.pageYOffset||document.documentElement.scrollTop;if(scrollTop>1){pe.scrollTopInit=scrollTop}});pe.document.on("silentscroll.wbinit",function(){var scrollTop=pe.scrollTopInit,target;silentscroll_fired=true;if(pageinit_fired){pe.document.off("silentscroll.wbinit")}pe.window.off("scroll.wbinit");if(pe.urlhash.length!==0){target=pe.main.find("#"+pe.string.jqescape(pe.urlhash));target.filter(":not(a, button, input, textarea, select)").attr("tabindex","-1")}if(typeof target!=="undefined"&&target.length!==0){pe.focus(target);$.mobile.silentScroll(scrollTop>1?scrollTop:target.offset().top)}else{if(scrollTop>1){$.mobile.silentScroll(scrollTop)}}});pe.document.on("mobileinit",function(){$.extend($.mobile,{ajaxEnabled:false,pushStateEnabled:false,autoInitializePage:(init_on_mobileinit?true:false)});if(init_on_mobileinit){pe.mobilelang()}});pe.document.on("pageinit",function(){pageinit_fired=true;if(silentscroll_fired){pe.document.off("silentscroll.wbinit")}if(document.activeElement.nodeName.toLowerCase()!=="body"){pe.document.one("focusout.wbinit",function(e){pe.focus(e.target)})}pe.bodydiv.removeAttr("tabindex");$(hlinks_same).off("click vclick").on("click.hlinks vclick.hlinks",function(e){var hash=this.hash,node=document.getElementById(hash.substring(1)),$node,nodeName,role,button=e.button;if(node!==null&&(typeof button==="undefined"||button===pe.leftMouseButton)){$node=$(node);nodeName=node.nodeName.toLowerCase();if(nodeName!=="a"&&nodeName!=="button"&&nodeName!=="input"&&nodeName!=="textarea"&&nodeName!=="select"){node.setAttribute("tabindex","-1")}pe.focus($node);role=$node.jqmData("role");if(role===undefined||(role!=="page"&&role!=="dialog"&&role!=="popup")){window.location.hash=hash}}});pe.document.on("expand",function(e){var yPos=$(e.target).offset().top;if(yPos<_pe.window.scrollTop()){$.mobile.silentScroll(yPos)}})});$.when.apply($,$.map($("*[data-ajax-replace], *[data-ajax-append]"),function(o){var $o=$(o),replace=false,url;if($o.attr("data-ajax-replace")!==undefined){replace=true;url=$o.attr("data-ajax-replace")}else{if($o.attr("data-ajax-append")!==undefined){url=$o.attr("data-ajax-append")}}return $.get(url,function(data){if(replace){$o.empty()}$o.append($.trim(data))},"html")})).always(function(){var hlinks=document.getElementsByTagName("a"),hlink,pathname=window.location.pathname,search=window.location.search,len=hlinks.length,href;while(len--){hlink=hlinks[len];href=hlink.getAttribute("href");if(href!==null&&href.length!==1&&href.indexOf("#")!==-1&&hlink.getAttribute("data-rel")===null&&(pathname.indexOf(hlink.pathname)!==-1)&&hlink.search===search){hlinks_same.push(hlink)}}pe.document.one("languageloaded",function(){if(wet_boew_theme!==null){wet_boew_theme.init()}if(pe.pedisable()===true){return false}if(wet_boew_theme!==null){pe.document.one("themeviewloaded",function(){if(typeof $.mobile!=="undefined"){pe.mobilelang();$.mobile.initializePage()}else{init_on_mobileinit=true}});if(pe.mobile){wet_boew_theme.mobileview()}else{wet_boew_theme.desktopview()}}else{if(typeof $.mobile!=="undefined"){pe.mobilelang();$.mobile.initializePage()}else{init_on_mobileinit=true}}pe.dance()});pe.add.language(pe.language)})},mobile:false,mobilecheck:function(){return pe.viewtest.offsetWidth>1},medium:false,mediumcheck:function(){return pe.viewtest.offsetWidth===3},mobilelang:function(){$.mobile.collapsible.prototype.options.expandCueText=pe.dic.get("%jqm-expand");$.mobile.collapsible.prototype.options.collapseCueText=pe.dic.get("%jqm-collapse");$.mobile.dialog.prototype.options.closeBtnText=pe.dic.get("%close");$.mobile.page.prototype.options.backBtnText=pe.dic.get("%back");$.mobile.textinput.prototype.options.clearSearchButtonText=pe.dic.get("%jqm-clear-search");$.mobile.selectmenu.prototype.options.closeText=pe.dic.get("%close");$.mobile.listview.prototype.options.filterPlaceholder=pe.dic.get("%jqm-filter");$.mobile.table.prototype.options.columnBtnText=pe.dic.get("%jqm-tbl-col-toggle")},pagecontainer:function(){return $("#wb-body-sec-sup, #wb-body-sec, #wb-body-secr, #wb-body").add("body").eq(0)},resizeutil:{sizes:[],events:["wb-text-resize","wb-window-resize-width","wb-window-resize-height"],events_all:"",initialized:false,init:function(){var ru=pe.resizeutil;if(!ru.initialized){ru.sizes=[pe.resizetest.offsetHeight,pe.window.width(),pe.window.height()];ru.events_all=ru.events.join(" ");window.setInterval(function(){pe.resizeutil.test()},500);ru.initialized=true}},test:function(){var curr_sizes=[pe.resizetest.offsetHeight,pe.window.width(),pe.window.height()],i,len,ru=pe.resizeutil;for(i=0,len=curr_sizes.length;i!==len;i+=1){if(curr_sizes[i]!==ru.sizes[i]){pe.document.trigger(ru.events[i],curr_sizes)}}ru.sizes=curr_sizes;return}},resize:function(callback){pe.document.on(pe.resizeutil.events_all,function(e,sizes){callback(e,sizes)});return},url:function(uri){var el=document.createElement("div"),a;el.innerHTML='x';a=el.firstChild;return{source:a.href,protocol:a.protocol.replace(":",""),host:a.hostname,port:a.port==="0"?"80":a.port,query:a.search,params:(function(){var key,ret,s,seg,_i,_len;ret={};seg=a.search.replace(/^\?/,"").split("&");for(_i=0,_len=seg.length;_i<_len;_i+=1){key=seg[_i];if(key){s=key.split("=");ret[s[0]]=s[1]}}return ret}()),file:a.pathname.match(/\/([^\/?#]+)$/i)?a.pathname.match(/\/([^\/?#]+)$/i)[1]:"",hash:a.hash.replace("#",""),path:a.pathname.replace(/^([^\/])/,"/$1"),relative:a.href.match(/tps?:\/\/[^\/]+(.+)/)?a.href.match(/tps?:\/\/[^\/]+(.+)/)[1]:"",segments:a.pathname.replace(/^\//,"").split("/"),removehash:function(){return this.source.replace(/#([A-Za-z0-9\-_=&\.:]+)/,"")}}},cssenabled:function(){return pe.viewtest.offsetWidth<2},limit:function(elm){var count;count=$(elm).attr("class").match(/\blimit-\d+/);if(!count){return 0}return Number(count[0].replace(/limit-/i,""))},focus:function(elm){setTimeout(function(){var $elm=typeof elm.jquery!=="undefined"?elm.focus():$(elm).focus(),$archivedVisible=$(".archived[aria-hidden=false]");if($archivedVisible.length!==0){document.documentElement.scrollTop-=$archivedVisible.outerHeight()}return $elm},0);return elm},string:{ify:(function(){return{link:function(t){return t.replace(/[a-z]+:\/\/[a-z0-9\-_]+\.[a-z0-9\-_@:~%&\?\+#\/.=]+[^:\.,\)\s*$]/ig,function(m){return''+((m.length>25)?m.substr(0,24)+"...":m)+""})},at:function(t){return t.replace(/(^|[^\w]+)\@([a-zA-Z0-9_]{1,15}(\/[a-zA-Z0-9\-_]+)*)/g,function(m,m1,m2){return m1+'@'+m2+""})},hash:function(t){return t.replace(/(^|[^&\w'"]+)\#([a-zA-Z0-9_]+)/g,function(m,m1,m2){return m1+'#'+m2+""})},clean:function(tweet){return this.hash(this.at(this.link(tweet)))}}}()),pad:function(number,length){var str;str=String(number);while(str.length\|])/g,"\\$1")},normalizeDiacritics:function(str){var diacritics={"\u24B6":"A","\uFF21":"A","\u00C0":"A","\u00C1":"A","\u00C2":"A","\u1EA6":"A","\u1EA4":"A","\u1EAA":"A","\u1EA8":"A","\u00C3":"A","\u0100":"A","\u0102":"A","\u1EB0":"A","\u1EAE":"A","\u1EB4":"A","\u1EB2":"A","\u0226":"A","\u01E0":"A","\u00C4":"A","\u01DE":"A","\u1EA2":"A","\u00C5":"A","\u01FA":"A","\u01CD":"A","\u0200":"A","\u0202":"A","\u1EA0":"A","\u1EAC":"A","\u1EB6":"A","\u1E00":"A","\u0104":"A","\u023A":"A","\u2C6F":"A","\uA732":"AA","\u00C6":"AE","\u01FC":"AE","\u01E2":"AE","\uA734":"AO","\uA736":"AU","\uA738":"AV","\uA73A":"AV","\uA73C":"AY","\u24B7":"B","\uFF22":"B","\u1E02":"B","\u1E04":"B","\u1E06":"B","\u0243":"B","\u0182":"B","\u0181":"B","\u24B8":"C","\uFF23":"C","\u0106":"C","\u0108":"C","\u010A":"C","\u010C":"C","\u00C7":"C","\u1E08":"C","\u0187":"C","\u023B":"C","\uA73E":"C","\u24B9":"D","\uFF24":"D","\u1E0A":"D","\u010E":"D","\u1E0C":"D","\u1E10":"D","\u1E12":"D","\u1E0E":"D","\u0110":"D","\u018B":"D","\u018A":"D","\u0189":"D","\uA779":"D","\u01F1":"DZ","\u01C4":"DZ","\u01F2":"Dz","\u01C5":"Dz","\u24BA":"E","\uFF25":"E","\u00C8":"E","\u00C9":"E","\u00CA":"E","\u1EC0":"E","\u1EBE":"E","\u1EC4":"E","\u1EC2":"E","\u1EBC":"E","\u0112":"E","\u1E14":"E","\u1E16":"E","\u0114":"E","\u0116":"E","\u00CB":"E","\u1EBA":"E","\u011A":"E","\u0204":"E","\u0206":"E","\u1EB8":"E","\u1EC6":"E","\u0228":"E","\u1E1C":"E","\u0118":"E","\u1E18":"E","\u1E1A":"E","\u0190":"E","\u018E":"E","\u24BB":"F","\uFF26":"F","\u1E1E":"F","\u0191":"F","\uA77B":"F","\u24BC":"G","\uFF27":"G","\u01F4":"G","\u011C":"G","\u1E20":"G","\u011E":"G","\u0120":"G","\u01E6":"G","\u0122":"G","\u01E4":"G","\u0193":"G","\uA7A0":"G","\uA77D":"G","\uA77E":"G","\u24BD":"H","\uFF28":"H","\u0124":"H","\u1E22":"H","\u1E26":"H","\u021E":"H","\u1E24":"H","\u1E28":"H","\u1E2A":"H","\u0126":"H","\u2C67":"H","\u2C75":"H","\uA78D":"H","\u24BE":"I","\uFF29":"I","\u00CC":"I","\u00CD":"I","\u00CE":"I","\u0128":"I","\u012A":"I","\u012C":"I","\u0130":"I","\u00CF":"I","\u1E2E":"I","\u1EC8":"I","\u01CF":"I","\u0208":"I","\u020A":"I","\u1ECA":"I","\u012E":"I","\u1E2C":"I","\u0197":"I","\u24BF":"J","\uFF2A":"J","\u0134":"J","\u0248":"J","\u24C0":"K","\uFF2B":"K","\u1E30":"K","\u01E8":"K","\u1E32":"K","\u0136":"K","\u1E34":"K","\u0198":"K","\u2C69":"K","\uA740":"K","\uA742":"K","\uA744":"K","\uA7A2":"K","\u24C1":"L","\uFF2C":"L","\u013F":"L","\u0139":"L","\u013D":"L","\u1E36":"L","\u1E38":"L","\u013B":"L","\u1E3C":"L","\u1E3A":"L","\u0141":"L","\u023D":"L","\u2C62":"L","\u2C60":"L","\uA748":"L","\uA746":"L","\uA780":"L","\u01C7":"LJ","\u01C8":"Lj","\u24C2":"M","\uFF2D":"M","\u1E3E":"M","\u1E40":"M","\u1E42":"M","\u2C6E":"M","\u019C":"M","\u24C3":"N","\uFF2E":"N","\u01F8":"N","\u0143":"N","\u00D1":"N","\u1E44":"N","\u0147":"N","\u1E46":"N","\u0145":"N","\u1E4A":"N","\u1E48":"N","\u0220":"N","\u019D":"N","\uA790":"N","\uA7A4":"N","\u01CA":"NJ","\u01CB":"Nj","\u24C4":"O","\uFF2F":"O","\u00D2":"O","\u00D3":"O","\u00D4":"O","\u1ED2":"O","\u1ED0":"O","\u1ED6":"O","\u1ED4":"O","\u00D5":"O","\u1E4C":"O","\u022C":"O","\u1E4E":"O","\u014C":"O","\u1E50":"O","\u1E52":"O","\u014E":"O","\u022E":"O","\u0230":"O","\u00D6":"O","\u022A":"O","\u1ECE":"O","\u0150":"O","\u01D1":"O","\u020C":"O","\u020E":"O","\u01A0":"O","\u1EDC":"O","\u1EDA":"O","\u1EE0":"O","\u1EDE":"O","\u1EE2":"O","\u1ECC":"O","\u1ED8":"O","\u01EA":"O","\u01EC":"O","\u00D8":"O","\u01FE":"O","\u0186":"O","\u019F":"O","\uA74A":"O","\uA74C":"O","\u0152":"OE","\u01A2":"OI","\uA74E":"OO","\u0222":"OU","\u24C5":"P","\uFF30":"P","\u1E54":"P","\u1E56":"P","\u01A4":"P","\u2C63":"P","\uA750":"P","\uA752":"P","\uA754":"P","\u24C6":"Q","\uFF31":"Q","\uA756":"Q","\uA758":"Q","\u024A":"Q","\u24C7":"R","\uFF32":"R","\u0154":"R","\u1E58":"R","\u0158":"R","\u0210":"R","\u0212":"R","\u1E5A":"R","\u1E5C":"R","\u0156":"R","\u1E5E":"R","\u024C":"R","\u2C64":"R","\uA75A":"R","\uA7A6":"R","\uA782":"R","\u24C8":"S","\uFF33":"S","\u015A":"S","\u1E64":"S","\u015C":"S","\u1E60":"S","\u0160":"S","\u1E66":"S","\u1E62":"S","\u1E68":"S","\u0218":"S","\u015E":"S","\u2C7E":"S","\uA7A8":"S","\uA784":"S","\u1E9E":"SS","\u24C9":"T","\uFF34":"T","\u1E6A":"T","\u0164":"T","\u1E6C":"T","\u021A":"T","\u0162":"T","\u1E70":"T","\u1E6E":"T","\u0166":"T","\u01AC":"T","\u01AE":"T","\u023E":"T","\uA786":"T","\uA728":"TZ","\u24CA":"U","\uFF35":"U","\u00D9":"U","\u00DA":"U","\u00DB":"U","\u0168":"U","\u1E78":"U","\u016A":"U","\u1E7A":"U","\u016C":"U","\u00DC":"U","\u01DB":"U","\u01D7":"U","\u01D5":"U","\u01D9":"U","\u1EE6":"U","\u016E":"U","\u0170":"U","\u01D3":"U","\u0214":"U","\u0216":"U","\u01AF":"U","\u1EEA":"U","\u1EE8":"U","\u1EEE":"U","\u1EEC":"U","\u1EF0":"U","\u1EE4":"U","\u1E72":"U","\u0172":"U","\u1E76":"U","\u1E74":"U","\u0244":"U","\u24CB":"V","\uFF36":"V","\u1E7C":"V","\u1E7E":"V","\u01B2":"V","\uA75E":"V","\u0245":"V","\uA760":"VY","\u24CC":"W","\uFF37":"W","\u1E80":"W","\u1E82":"W","\u0174":"W","\u1E86":"W","\u1E84":"W","\u1E88":"W","\u2C72":"W","\u24CD":"X","\uFF38":"X","\u1E8A":"X","\u1E8C":"X","\u24CE":"Y","\uFF39":"Y","\u1EF2":"Y","\u00DD":"Y","\u0176":"Y","\u1EF8":"Y","\u0232":"Y","\u1E8E":"Y","\u0178":"Y","\u1EF6":"Y","\u1EF4":"Y","\u01B3":"Y","\u024E":"Y","\u1EFE":"Y","\u24CF":"Z","\uFF3A":"Z","\u0179":"Z","\u1E90":"Z","\u017B":"Z","\u017D":"Z","\u1E92":"Z","\u1E94":"Z","\u01B5":"Z","\u0224":"Z","\u2C7F":"Z","\u2C6B":"Z","\uA762":"Z","\u24D0":"a","\uFF41":"a","\u1E9A":"a","\u00E0":"a","\u00E1":"a","\u00E2":"a","\u1EA7":"a","\u1EA5":"a","\u1EAB":"a","\u1EA9":"a","\u00E3":"a","\u0101":"a","\u0103":"a","\u1EB1":"a","\u1EAF":"a","\u1EB5":"a","\u1EB3":"a","\u0227":"a","\u01E1":"a","\u00E4":"a","\u01DF":"a","\u1EA3":"a","\u00E5":"a","\u01FB":"a","\u01CE":"a","\u0201":"a","\u0203":"a","\u1EA1":"a","\u1EAD":"a","\u1EB7":"a","\u1E01":"a","\u0105":"a","\u2C65":"a","\u0250":"a","\uA733":"aa","\u00E6":"ae","\u01FD":"ae","\u01E3":"ae","\uA735":"ao","\uA737":"au","\uA739":"av","\uA73B":"av","\uA73D":"ay","\u24D1":"b","\uFF42":"b","\u1E03":"b","\u1E05":"b","\u1E07":"b","\u0180":"b","\u0183":"b","\u0253":"b","\u24D2":"c","\uFF43":"c","\u0107":"c","\u0109":"c","\u010B":"c","\u010D":"c","\u00E7":"c","\u1E09":"c","\u0188":"c","\u023C":"c","\uA73F":"c","\u2184":"c","\u24D3":"d","\uFF44":"d","\u1E0B":"d","\u010F":"d","\u1E0D":"d","\u1E11":"d","\u1E13":"d","\u1E0F":"d","\u0111":"d","\u018C":"d","\u0256":"d","\u0257":"d","\uA77A":"d","\u01F3":"dz","\u01C6":"dz","\u24D4":"e","\uFF45":"e","\u00E8":"e","\u00E9":"e","\u00EA":"e","\u1EC1":"e","\u1EBF":"e","\u1EC5":"e","\u1EC3":"e","\u1EBD":"e","\u0113":"e","\u1E15":"e","\u1E17":"e","\u0115":"e","\u0117":"e","\u00EB":"e","\u1EBB":"e","\u011B":"e","\u0205":"e","\u0207":"e","\u1EB9":"e","\u1EC7":"e","\u0229":"e","\u1E1D":"e","\u0119":"e","\u1E19":"e","\u1E1B":"e","\u0247":"e","\u025B":"e","\u01DD":"e","\u24D5":"f","\uFF46":"f","\u1E1F":"f","\u0192":"f","\uA77C":"f","\u24D6":"g","\uFF47":"g","\u01F5":"g","\u011D":"g","\u1E21":"g","\u011F":"g","\u0121":"g","\u01E7":"g","\u0123":"g","\u01E5":"g","\u0260":"g","\uA7A1":"g","\u1D79":"g","\uA77F":"g","\u24D7":"h","\uFF48":"h","\u0125":"h","\u1E23":"h","\u1E27":"h","\u021F":"h","\u1E25":"h","\u1E29":"h","\u1E2B":"h","\u1E96":"h","\u0127":"h","\u2C68":"h","\u2C76":"h","\u0265":"h","\u0195":"hv","\u24D8":"i","\uFF49":"i","\u00EC":"i","\u00ED":"i","\u00EE":"i","\u0129":"i","\u012B":"i","\u012D":"i","\u00EF":"i","\u1E2F":"i","\u1EC9":"i","\u01D0":"i","\u0209":"i","\u020B":"i","\u1ECB":"i","\u012F":"i","\u1E2D":"i","\u0268":"i","\u0131":"i","\u24D9":"j","\uFF4A":"j","\u0135":"j","\u01F0":"j","\u0249":"j","\u24DA":"k","\uFF4B":"k","\u1E31":"k","\u01E9":"k","\u1E33":"k","\u0137":"k","\u1E35":"k","\u0199":"k","\u2C6A":"k","\uA741":"k","\uA743":"k","\uA745":"k","\uA7A3":"k","\u24DB":"l","\uFF4C":"l","\u0140":"l","\u013A":"l","\u013E":"l","\u1E37":"l","\u1E39":"l","\u013C":"l","\u1E3D":"l","\u1E3B":"l","\u0142":"l","\u019A":"l","\u026B":"l","\u2C61":"l","\uA749":"l","\uA781":"l","\uA747":"l","\u01C9":"lj","\u24DC":"m","\uFF4D":"m","\u1E3F":"m","\u1E41":"m","\u1E43":"m","\u0271":"m","\u026F":"m","\u24DD":"n","\uFF4E":"n","\u01F9":"n","\u0144":"n","\u00F1":"n","\u1E45":"n","\u0148":"n","\u1E47":"n","\u0146":"n","\u1E4B":"n","\u1E49":"n","\u019E":"n","\u0272":"n","\u0149":"n","\uA791":"n","\uA7A5":"n","\u01CC":"nj","\u24DE":"o","\uFF4F":"o","\u00F2":"o","\u00F3":"o","\u00F4":"o","\u1ED3":"o","\u1ED1":"o","\u1ED7":"o","\u1ED5":"o","\u00F5":"o","\u1E4D":"o","\u022D":"o","\u1E4F":"o","\u014D":"o","\u1E51":"o","\u1E53":"o","\u014F":"o","\u022F":"o","\u0231":"o","\u00F6":"o","\u022B":"o","\u1ECF":"o","\u0151":"o","\u01D2":"o","\u020D":"o","\u020F":"o","\u01A1":"o","\u1EDD":"o","\u1EDB":"o","\u1EE1":"o","\u1EDF":"o","\u1EE3":"o","\u1ECD":"o","\u1ED9":"o","\u01EB":"o","\u01ED":"o","\u00F8":"o","\u01FF":"o","\u0254":"o","\uA74B":"o","\uA74D":"o","\u0275":"o","\u0153":"oe","\u0276":"oe","\u01A3":"oi","\u0223":"ou","\uA74F":"oo","\u24DF":"p","\uFF50":"p","\u1E55":"p","\u1E57":"p","\u01A5":"p","\u1D7D":"p","\uA751":"p","\uA753":"p","\uA755":"p","\u24E0":"q","\uFF51":"q","\u024B":"q","\uA757":"q","\uA759":"q","\u24E1":"r","\uFF52":"r","\u0155":"r","\u1E59":"r","\u0159":"r","\u0211":"r","\u0213":"r","\u1E5B":"r","\u1E5D":"r","\u0157":"r","\u1E5F":"r","\u024D":"r","\u027D":"r","\uA75B":"r","\uA7A7":"r","\uA783":"r","\u24E2":"s","\uFF53":"s","\u015B":"s","\u1E65":"s","\u015D":"s","\u1E61":"s","\u0161":"s","\u1E67":"s","\u1E63":"s","\u1E69":"s","\u0219":"s","\u015F":"s","\u023F":"s","\uA7A9":"s","\uA785":"s","\u017F":"s","\u1E9B":"s","\u00DF":"ss","\u24E3":"t","\uFF54":"t","\u1E6B":"t","\u1E97":"t","\u0165":"t","\u1E6D":"t","\u021B":"t","\u0163":"t","\u1E71":"t","\u1E6F":"t","\u0167":"t","\u01AD":"t","\u0288":"t","\u2C66":"t","\uA787":"t","\uA729":"tz","\u24E4":"u","\uFF55":"u","\u00F9":"u","\u00FA":"u","\u00FB":"u","\u0169":"u","\u1E79":"u","\u016B":"u","\u1E7B":"u","\u016D":"u","\u00FC":"u","\u01DC":"u","\u01D8":"u","\u01D6":"u","\u01DA":"u","\u1EE7":"u","\u016F":"u","\u0171":"u","\u01D4":"u","\u0215":"u","\u0217":"u","\u01B0":"u","\u1EEB":"u","\u1EE9":"u","\u1EEF":"u","\u1EED":"u","\u1EF1":"u","\u1EE5":"u","\u1E73":"u","\u0173":"u","\u1E77":"u","\u1E75":"u","\u0289":"u","\u24E5":"v","\uFF56":"v","\u1E7D":"v","\u1E7F":"v","\u028B":"v","\uA75F":"v","\u028C":"v","\uA761":"vy","\u24E6":"w","\uFF57":"w","\u1E81":"w","\u1E83":"w","\u0175":"w","\u1E87":"w","\u1E85":"w","\u1E98":"w","\u1E89":"w","\u2C73":"w","\u24E7":"x","\uFF58":"x","\u1E8B":"x","\u1E8D":"x","\u24E8":"y","\uFF59":"y","\u1EF3":"y","\u00FD":"y","\u0177":"y","\u1EF9":"y","\u0233":"y","\u1E8F":"y","\u00FF":"y","\u1EF7":"y","\u1E99":"y","\u1EF5":"y","\u01B4":"y","\u024F":"y","\u1EFF":"y","\u24E9":"z","\uFF5A":"z","\u017A":"z","\u1E91":"z","\u017C":"z","\u017E":"z","\u1E93":"z","\u1E95":"z","\u01B6":"z","\u0225":"z","\u0240":"z","\u2C6C":"z","\uA763":"z","\uFF10":"0","\u2080":"0","\u24EA":"0","\u2070":"0","\u00B9":"1","\u2474":"1","\u2081":"1","\u2776":"1","\u24F5":"1","\u2488":"1","\u2460":"1","\uFF11":"1","\u00B2":"2","\u2777":"2","\u2475":"2","\uFF12":"2","\u2082":"2","\u24F6":"2","\u2461":"2","\u2489":"2","\u00B3":"3","\uFF13":"3","\u248A":"3","\u2476":"3","\u2083":"3","\u2778":"3","\u24F7":"3","\u2462":"3","\u24F8":"4","\u2463":"4","\u248B":"4","\uFF14":"4","\u2074":"4","\u2084":"4","\u2779":"4","\u2477":"4","\u248C":"5","\u2085":"5","\u24F9":"5","\u2478":"5","\u277A":"5","\u2464":"5","\uFF15":"5","\u2075":"5","\u2479":"6","\u2076":"6","\uFF16":"6","\u277B":"6","\u2086":"6","\u2465":"6","\u24FA":"6","\u248D":"6","\uFF17":"7","\u2077":"7","\u277C":"7","\u24FB":"7","\u248E":"7","\u2087":"7","\u247A":"7","\u2466":"7","\u2467":"8","\u248F":"8","\u24FC":"8","\u247B":"8","\u2078":"8","\uFF18":"8","\u277D":"8","\u2088":"8","\u24FD":"9","\uFF19":"9","\u2490":"9","\u277E":"9","\u247C":"9","\u2089":"9","\u2468":"9","\u2079":"9"},chars=str.split(""),len=chars.length,normalized=false,i,character;for(i=0;i!==len;i+=1){character=chars[i];if(diacritics.hasOwnProperty(character)){chars[i]=diacritics[character];normalized=true}}return(normalized?chars.join(""):str)}},array:{noduplicates:function(arr){var i,_ilen,j,out=[],obj={};for(i=0,_ilen=arr.length;i!==_ilen;i+=1){obj[arr[i]]=0}for(j in obj){if(obj.hasOwnProperty(j)){out.push(j)}}return out},diff:function(arr1,arr2){var i,_ilen,_iarr,j,_jlen,match,out=[];for(i=0,_ilen=arr1.length;i!==_ilen;i+=1){_iarr=arr1[i];match=false;for(j=0,_jlen=arr2.length;j!==_jlen;j+=1){if(arr2[j]===_iarr){match=true;break}}if(!match){out.push(_iarr)}}},keys:function(obj){var keys=[];$.each(obj,function(key){keys.push(key)});return keys}},date:{convert:function(d){if(d.constructor===Date){return d}if(d.constructor===Array){return new Date(d[0],d[1],d[2])}if(d.constructor===Number){return new Date(d)}if(d.constructor===String){return new Date(d)}if(typeof d==="object"){return new Date(d.year,d.month,d.date)}return NaN},compare:function(a,b){if(isFinite(a=this.convert(a).valueOf())&&isFinite(b=this.convert(b).valueOf())){return(a>b)-(adate1){DSTAdjust=(date2.getTimezoneOffset()-date1.getTimezoneOffset())*oneMinute}else{DSTAdjust=(date1.getTimezoneOffset()-date2.getTimezoneOffset())*oneMinute}diff=Math.abs(date2.getTime()-date1.getTime())-DSTAdjust;return Math.ceil(diff/oneDay)},to_iso_format:function(d,timepresent){var date;date=this.convert(d);if(timepresent){return date.getFullYear()+"-"+pe.string.pad(date.getMonth()+1,2,"0")+"-"+pe.string.pad(date.getDate(),2,"0")+" "+pe.string.pad(date.getHours(),2,"0")+":"+pe.string.pad(date.getMinutes(),2,"0")}return date.getFullYear()+"-"+pe.string.pad(date.getMonth()+1,2,"0")+"-"+pe.string.pad(date.getDate(),2,"0")},from_iso_format:function(s){var date=null;if(s){if(s.match(/\d{4}-\d{2}-\d{2}/)){date=new Date();date.setFullYear(s.substr(0,4),s.substr(5,2)-1,s.substr(8,2)-1)}return date}return null}},data:{getData:function(elm,data_name){var $elm=typeof elm.jquery!=="undefined"?elm:$(elm),dataAttr=$elm.attr("data-"+data_name),dataObj=null;if(dataAttr){dataObj=this.toObject(dataAttr)}$.data(elm,data_name,dataObj);return dataObj},toObject:function(data_string){var obj=null;try{obj=$.parseJSON(data_string)}catch(e){if(data_string.indexOf("{")===-1){data_string="{"+data_string+"}"}obj=eval("("+data_string+")")}return obj}},pedisable:function(){var lsenabled=(typeof localStorage!=="undefined"),disablels=(lsenabled?localStorage.getItem("pedisable"):null),disable=(pe.urlquery.pedisable!==undefined?pe.urlquery.pedisable:disablels),tphp=document.getElementById("wb-tphp"),li=document.createElement("li"),qparams=pe.urlquery,qparam,newquery="?",settings=pe.settings,$html=pe.html,pedisable_link=(settings&&typeof settings.pedisable_link==="boolean"?settings.pedisable_link:true);if(tphp!==null){for(qparam in qparams){if(qparams.hasOwnProperty(qparam)&&qparam!=="pedisable"){newquery+=qparam+"="+qparams[qparam]+"&"}}try{if(disable==="true"||((pe.preIE7||$html.hasClass("bb-pre6"))&&disable!=="false")){$html.addClass("no-js pe-disable");if(lsenabled){localStorage.setItem("pedisable","true")}if(pedisable_link){li.innerHTML=''+pe.dic.get("%pe-enable")+"";tphp.appendChild(li)}return true}else{if(disable==="false"||disablels!==null){if(lsenabled){localStorage.setItem("pedisable","false")}}}}catch(error){}if(pedisable_link){li.innerHTML=''+pe.dic.get("%pe-disable")+"";tphp.appendChild(li)}}return false},menu:{navcurrent:function(menusrc,bcsrc,navclass){var pageurl=window.location.hostname+window.location.pathname.replace(/^([^\/])/,"/$1"),pageurlquery=window.location.search,link,linkhref,linkurl,linkurllen,linkquery,linkquerylen,linkindex,menulinks,menulink=[],menulinkurl=[],menulinkslen,bclinks,bclinkslen,bcindex,bclink,bclinkurl,match=false,hrefBug=pe.preIE8;menusrc=typeof menusrc.jquery!=="undefined"?menusrc:$(menusrc);menulinks=menusrc.find("a").get();navclass=(typeof navclass==="undefined")?"nav-current":navclass;menulinkslen=menulinks.length;while(menulinkslen--){link=menulinks[menulinkslen];linkhref=link.getAttribute("href");if(linkhref!==null){if(hrefBug&&linkhref!==window.location.href){linkhref=linkhref.replace(window.location.href,"")}if(linkhref.length!==0&&linkhref.slice(0,1)!=="#"){linkurl=link.hostname+link.pathname.replace(/^([^\/])/,"/$1");linkquery=link.search;linkquerylen=linkquery.length;if(pageurl.slice(-linkurl.length)===linkurl&&(linkquerylen===0||pageurlquery.slice(-linkquerylen)===linkquery)){match=true;break}menulink.push(link);menulinkurl.push(linkurl)}}}if(!match){bclink=[];bclinkurl=[];bcsrc=typeof bcsrc.jquery!=="undefined"?bcsrc:$(bcsrc);bclinks=bcsrc.find("a").get();bclinkslen=bclinks.length;for(bcindex=0;bcindex!==bclinkslen;bcindex+=1){link=bclinks[bcindex];linkhref=link.getAttribute("href");if(hrefBug&&linkhref!==window.location.href){linkhref=linkhref.replace(window.location.href,"")}if(linkhref.length!==0&&linkhref.slice(0,1)!=="#"){bclink.push(link);bclinkurl.push(link.hostname+link.pathname.replace(/^([^\/])/,"/$1"))}}bclinkslen=bclinkurl.length;for(linkindex=0,menulinkslen=menulink.length;linkindex!==menulinkslen;linkindex+=1){link=menulink[linkindex];linkurl=menulinkurl[linkindex];linkurllen=linkurl.length;linkquery=link.search;linkquerylen=linkquery.length;bcindex=bclinkslen;while(bcindex--){if(bclinkurl[bcindex].slice(-linkurllen)===linkurl&&(linkquerylen===0||bclink[bcindex].search.slice(-linkquerylen)===linkquery)){match=true;break}}if(match){break}}}return(match?$(link).addClass(navclass):$())},buildmobile:function(menusrc,hlevel,theme_1,mbar,collapseTopOnly,theme_2,top,returnString,collapsible){var heading="h"+hlevel,headingOpen="<"+heading+">",headingClose="",m=(typeof menusrc.jquery!=="undefined"?menusrc:$(menusrc)),mDOM=m[0].parentNode,mItems=m.find("> div, > ul, > "+heading+", > section > "+heading),mItemsDOM=mItems.get(),mItems_i,mItems_len,mItem,mItemDOM,mItemTag,nextDOM,prevDOM,hlink,hlinkDOM,navCurrent,navCurrentNoCSS,nested,nested_i,nested_len,hnestDOM,hnestTag,hnestLinkDOM,hnestLinkDOM2,menubar=(mbar!==undefined?mbar:false),mainText=pe.dic.get("%main-page"),toplevel=(top!==undefined?top:true),secnav2Top=false,theme2=(theme_2!==undefined?theme_2:theme_1),theme1=(toplevel?theme_1:theme_2),listView='
    ',listItems,listItem,listItem2,sectionOpenStart='
    '+headingOpen+sectionLinkStart+theme1+sectionLinkEnd,sectionLinkOpen2=sectionLinkStart+theme2+sectionLinkEnd,sectionLinkClose=""+headingClose,link='
    "}else{menu="";for(mItems_i=0,mItems_len=mItemsDOM.length;mItems_i':">")+headingOpen+mItem.text()+headingClose}else{menu+=sectionLinkOpen1+url+'">'+mItem.text()+sectionLinkClose}nextDOM=mItem.next()[0];if(typeof nextDOM!=="undefined"){if(nextDOM.tagName.toLowerCase()==="ul"){menu+=listView;nested=nextDOM.querySelector("li ul");if(nested!==null&&nested.length!==0){hnestTag="h"+(hlevel+1);listItems=nextDOM.children;for(i=0,len=listItems.length;i!==len;i+=1){listItem=listItems[i];hnestDOM=listItem.getElementsByTagName("li");menu+="
  • ";if(hnestDOM.length!==0){hnestLinkDOM=listItem.children[0];menu+=sectionOpen2+'"><'+hnestTag+' class="wb-nested-li-heading">'+sectionLinkOpen2+hnestLinkDOM.href+'">'+hnestLinkDOM.innerHTML+""+listView;for(nested_i=0,nested_len=hnestDOM.length;nested_i!==nested_len;nested_i+=1){listItem2=hnestDOM[nested_i];hnestLinkDOM2=listItem2.querySelector("a");menu+='
  • '+hnestLinkDOM2.innerHTML+"
  • "}menu+="
"}else{menu+=listItem.innerHTML}menu+=""}}else{menu+=nextDOM.innerHTML}menu+=""}else{if(menubar){menu+=pe.menu.buildmobile(mItem.parent().find(".mb-sm"),hlevel+1,theme1,false,collapseTopOnly,theme2,false,true)}else{menu+=pe.menu.buildmobile(mItem.parent(),hlevel+1,theme1,false,collapseTopOnly,theme2,false,true,secnav2Top)}}}if(!menubar&&hlink.length>0&&(toplevel||collapsible||!collapseTopOnly)){if(toplevel){menu=menu.substring(0,menu.length-6)+link+hlinkDOM.href+'" class="ui-corner-bottom'}else{menu+=link+hlinkDOM.href}menu+='">'+hlinkDOM.innerHTML+" - "+mainText+""}menu+=""}else{if(mItemTag==="ul"){prevDOM=mItem.prev()[0];if((typeof prevDOM==="undefined"||prevDOM.tagName.toLowerCase()!==heading)&&mItemDOM.parentNode.tagName.toLowerCase()!=="li"){menu+=listView+mItemDOM.innerHTML+""}}else{if(mItemTag==="div"){hnestDOM=mItem.children("a").get();if(hnestDOM.length!==0){for(i=0,len=hnestDOM.length;i!==len;i+=1){hnestLinkDOM=hnestDOM[i];menu+=link+hnestLinkDOM.href+'" data-theme="'+(toplevel?theme1:theme2)+'">'+hnestLinkDOM.innerHTML+""}}else{if(mItemDOM.children.length!==0){menu+=pe.menu.buildmobile(mItemDOM,hlevel,theme1,false,collapseTopOnly,theme2,false,true,secnav2Top)}}}}}}if(toplevel||collapsible||!collapseTopOnly){menu='
"+menu+"
"}}if(toplevel){menu='
'+menu+"
"}}return returnString?menu:$(menu)}},polyfills:{init:function(){var lib=pe.add.liblocation,$html=pe.html;if(!window.localStorage){pe.add._load(lib+"polyfills/localstorage"+pe.suffix+".js","localstorage-loaded");$html.addClass("polyfill-localstorage")}else{$html.addClass("localstorage")}if(!window.sessionStorage){pe.add._load(lib+"polyfills/sessionstorage"+pe.suffix+".js","sessionstorage-loaded");$html.addClass("polyfill-sessionstorage")}else{$html.addClass("sessionstorage")}},polyload:function(force,msg,checkdom){var polyfills=this.polyfill,polyname,polyprefs,elms,polydep={},loadnow=[],deps,dep_paths,dep_needed,lib=pe.add.liblocation,payload=[],needsinit=[],js=[],i,_len,$html=pe.html;for(polyname in polyfills){if(polyfills.hasOwnProperty(polyname)){polyprefs=polyfills[polyname];elms=checkdom?$(polyprefs.selector):$();if(elms.length!==0||$.inArray(polyname,force)!==-1){if(typeof polyprefs.supported==="undefined"){polyprefs.supported=(typeof polyprefs.support_check==="function"?polyprefs.support_check():polyprefs.support_check);if(!polyprefs.supported){deps=polyprefs.depends;if(typeof deps!=="undefined"){dep_paths=pe.add.depends(deps);dep_needed=[];for(i=0,_len=deps.length;i!==_len;i+=1){if($.inArray(deps[i],pe.add.staged)===-1){dep_needed.push(deps[i])}}if(dep_needed.length!==0){polydep[polyname]=dep_needed}else{loadnow.push(polyname)}}else{loadnow.push(polyname)}$html.addClass("polyfill-"+polyname);elms.addClass("polyfill")}else{$html.addClass(polyname)}}else{if(!polyprefs.supported&&typeof polyprefs.loaded==="undefined"){loadnow.push(polyname)}}}}}_len=loadnow.length;while(_len--){polyprefs=polyfills[loadnow[_len]];js[js.length]=(typeof polyprefs.load!=="undefined"?polyprefs.load:lib+"polyfills/"+loadnow[_len]+pe.suffix+".js");if(typeof polyprefs.init!=="undefined"){needsinit.push(loadnow[_len])}polyprefs.loaded=true}payload.push(polydep);payload.push(needsinit);pe.add._load_arr(js,msg,payload)},enhance:function(poly_name,objs){if(pe.html.hasClass("polyfill-"+poly_name)){objs=(typeof objs.jquery!=="undefined"?objs.get():objs);var polyobj=this.polyfill[poly_name],objs_len=objs.length;while(objs_len--){polyobj.update($(objs[objs_len]).addClass("polyfill"))}}},polyfill:{datalist:{selector:"input[list]",update:function(elms){elms.datalist()},support_check:!!(document.createElement("datalist")&&window.HTMLDataListElement)},datepicker:{selector:'input[type="date"]',depends:["calendar","xregexp"],update:function(elms){elms.datepicker()},support_check:function(){var el=document.createElement("input"),supported;el.setAttribute("type","date");el.value=":)";el.style.cssText="position:absolute;visibility:hidden;";document.body.appendChild(el);supported=(el.value!==":)");document.body.removeChild(el);return supported}},detailssummary:{selector:"details",init:function(){$("details").details()},update:function(elms){elms.details()},support_check:function(){var doc=document,el=doc.createElement("details"),fake,root,diff;if(typeof el.open==="undefined"){return false}root=doc.body||(function(){var de=doc.documentElement;fake=true;return de.insertBefore(doc.createElement("body"),de.firstElementChild||de.firstChild)}());el.innerHTML="ab";el.style.display="block";root.appendChild(el);diff=el.offsetHeight;el.open=true;diff=diff!==el.offsetHeight;root.removeChild(el);if(fake){root.parentNode.removeChild(root)}return diff}},mathml:{selector:"math",load:"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=Accessible",support_check:function(){var hasMathML=false,ns,divParent,div,divCompare,mrow,mo,mfrac;if(document.createElementNS){ns="http://www.w3.org/1998/Math/MathML";divParent=document.createElement("div");div=divParent.appendChild(document.createElement("div"));div.style.position="absolute";div.style.color="#fff";mrow=div.appendChild(document.createElementNS(ns,"math")).appendChild(document.createElementNS(ns,"mrow"));mo=mrow.appendChild(document.createElementNS(ns,"mo"));mo.appendChild(document.createTextNode("|"));mfrac=mrow.appendChild(document.createElementNS(ns,"mfrac"));mfrac.appendChild(document.createElementNS(ns,"mi")).appendChild(document.createTextNode("xx"));mfrac.appendChild(document.createElementNS(ns,"mi")).appendChild(document.createTextNode("yy"));mrow.appendChild(document.createElementNS(ns,"mo")).appendChild(document.createTextNode("|"));divCompare=divParent.appendChild(document.createElement("div"));divCompare.style.color="#fff";divCompare.style.display="inline";divCompare.appendChild(document.createTextNode("|xx|"));document.body.appendChild(divParent);hasMathML=div.offsetHeight>div.offsetWidth;div.style.position="static";div.style.display="inline";hasMathML=hasMathML&&div.offsetWidth0?themecss.attr("href").substr(0,themecss.attr("href").lastIndexOf("/")+1):"theme-not-found/"}()),staged:[],_load:function(js,message){var head=pe.add.head,msg=(message!==undefined?message:"wet-boew-dependency-loaded");if($.inArray(js,this.staged)>-1){pe.document.trigger({type:msg,js:js});return this}setTimeout(function timeout(){if(typeof head.item!=="undefined"){if(!head[0]){setTimeout(timeout,25);return}head=head[0]}var scriptElem=document.createElement("script"),scriptdone=false;pe.add.set(scriptElem,"async","async");scriptElem.onload=scriptElem.onreadystatechange=function(){if(scriptdone||(scriptElem.readyState&&scriptElem.readyState!=="complete"&&scriptElem.readyState!=="loaded")){return false}scriptElem.onload=scriptElem.onreadystatechange=null;scriptdone=true;pe.document.trigger({type:msg,js:js})};scriptElem.src=js;if(pe.preIE9||!head.insertBefore){$(scriptElem).appendTo($(head)).delay(100)}else{head.insertBefore(scriptElem,head.firstChild)}},0);this.staged[this.staged.length]=js;return this},_load_arr:function(js,msg_all,payload){var js_loaded=0,i,_len,msg_single=msg_all+"-single";pe.document.on(msg_single,function(){js_loaded+=1;if(js_loaded===js.length){pe.document.off(msg_single);pe.document.trigger({type:msg_all,payload:payload})}});if(js.length>0){for(i=0,_len=js.length;i<_len;i+=1){pe.add._load(js[i],msg_single)}}else{pe.document.off(msg_single);pe.document.trigger({type:msg_all,payload:payload})}return this},set:function(elm,name,value){elm.setAttribute(name,value);return this},css:function(css){var head=pe.add.head,styleElement=document.createElement("link");pe.add.set(styleElement,"rel","stylesheet").set(styleElement,"href",css);if(pe.preIE10||!head.insertBefore){$(styleElement).appendTo($(head)).attr("href",css)}else{head.insertBefore(styleElement,head.firstChild)}return this},depends:function(d,css){var iscss=typeof css!=="undefined"?css:false,extension=pe.suffix+(iscss?".css":".js"),dir=pe.add.liblocation+"dependencies/"+(iscss?"css/":""),c_d=$.map(d,function(a){return(/^http(s)?/i.test(a))?a:dir+a+extension});return c_d},language:function(lang){var url;lang=pe.get_language(lang,pe.languages);url=pe.add.liblocation+"i18n/"+(lang!==null?lang:"en")+pe.suffix+".js";pe.add._load(url)},meta:function(name,content){var styleElement;styleElement=document.createElement("meta");pe.add.set(styleElement,"name",name).set(styleElement,"content",content);pe.add.head.appendChild(styleElement);return this},favicon:function(href,rel,sizes){var favicon=document.createElement("link");pe.add.set(favicon,"href",href).set(favicon,"rel",rel).set(favicon,"sizes",sizes);pe.add.head.appendChild(favicon);return this}}}()),wb_load:function(options,finished_event){if(typeof options==="undefined"){options={}}if(typeof finished_event==="undefined"){finished_event="wb-loaded"}var i,j,_len,_len2,settings=pe.settings,plugins=typeof options.plugins!=="undefined"?options.plugins:{},plug,_pcalls,pcalls=typeof options.global!=="undefined"?options.global:[],pcall,node,classes,dep=typeof options.dep!=="undefined"?options.dep:[],depcss=typeof options.depcss!=="undefined"?options.depcss:[],poly=typeof options.poly!=="undefined"?options.poly:[],checkdom=typeof options.checkdom!=="undefined"?options.checkdom:false,polycheckdom=typeof options.polycheckdom!=="undefined"?options.polycheckdom:false,wetboew=checkdom?$('[class^="wet-boew-"]'):$(),time=(new Date()).getTime(),event_polyinit="wb-polyinit-loaded-"+time,event_pcalldeps="wb-pcalldeps-loaded-"+time,event_polydep="wb-polydeps-loaded-"+time;for(plug in plugins){if(plugins.hasOwnProperty(plug)){wetboew=wetboew.add(plugins[plug].addClass("wet-boew-"+plug))}}for(j=0,_len2=wetboew.length;j!==_len2;j+=1){node=wetboew[j];classes=node.className.split(" ");_pcalls=[];for(i=0,_len=classes.length;i!==_len;i+=1){if(classes[i].indexOf("wet-boew-")===0){_pcalls.push(classes[i].substr(9).toLowerCase())}}node.setAttribute("data-load",_pcalls.join(","));pcalls.push.apply(pcalls,_pcalls)}if(settings){pcalls.push(settings.globals)}pcalls=pe.array.noduplicates(pcalls);for(i=0,_len=pcalls.length;i!==_len;i+=1){pcall=pcalls[i];if(typeof pe.fn[pcall]!=="undefined"){if(typeof pe.fn[pcall].polyfills!=="undefined"){poly.push.apply(poly,pe.fn[pcall].polyfills)}if(typeof pe.fn[pcall].depends!=="undefined"){dep.push.apply(dep,pe.fn[pcall].depends);if(typeof pe.fn[pcall].dependscss!=="undefined"){dep.push.apply(depcss,pe.fn[pcall].dependscss)}}}}pe.document.one(event_polyinit,function(e){var polyfills=pe.polyfills.polyfill,polydeps=e.payload[0],polyinit=e.payload[1],polydeps_load=[],polyname;for(i=0,_len=polyinit.length;i!==_len;i+=1){polyfills[polyinit[i]].init()}for(polyname in polydeps){if(polydeps.hasOwnProperty(polyname)){dep.push.apply(dep,polydeps[polyname]);polydeps_load.push(polyname)}}pe.document.one(event_pcalldeps,function(){pe.document.one(event_polydep,function(e){polyinit=typeof e.payload!=="undefined"?e.payload[1]:[];for(i=0,_len=polyinit.length;i!==_len;i+=1){polyfills[polyinit[i]].init()}var _len2=wetboew.length,_node,_fcall;while(_len2--){_node=wetboew.eq(_len2);_fcall=_node.attr("data-load").split(",");for(i=0,_len=_fcall.length;i!==_len;i+=1){if(typeof pe.fn[_fcall[i]]!=="undefined"){pe.fn[_fcall[i]]._exec(_node)}}}if(settings){for(i=0,_len=settings.globals.length;i!==_len;i+=1){pe.fn[settings.globals[i]]._exec(document)}}pe.document.trigger(finished_event)});if(polydeps_load.length!==0){pe.polyfills.polyload(polydeps_load,event_polydep,false)}else{pe.document.trigger(event_polydep)}});if(dep.length!==0){if(depcss.length>0){depcss=pe.add.depends(pe.array.noduplicates(depcss),true);_len=depcss.length;while(_len--){pe.add.css(depcss[_len])}}pe.add._load_arr(pe.add.depends(pe.array.noduplicates(dep)),event_pcalldeps)}else{pe.document.trigger(event_pcalldeps)}});pe.polyfills.polyload(pe.array.noduplicates(poly),event_polyinit,polycheckdom)},dance:function(){var loading_finished="wb-init-loaded",plugins={};pe.document.one(loading_finished,function(){if(!pe.preIE9){pe.resize(function(){var mobilecheck=pe.mobilecheck(),mediumcheck;if(pe.mobile!==mobilecheck){pe.mobile=mobilecheck;window.location.reload()}else{mediumcheck=pe.mediumcheck();if(pe.medium!==mediumcheck){pe.html.toggleClass("medium-screen small-screen")}pe.medium=mediumcheck}})}});if(pe.ie>0){plugins.equalize=pe.main;if(pe.preIE9){plugins.css3ie=pe.main}}pe.resizeutil.init();pe.wb_load({plugins:plugins,checkdom:true,polycheckdom:true},loading_finished)}};window.pe=$.extend(true,pe,_pe);return window.pe}(jQuery))._init();(function(b){var a=window.pe||{fn:{}};a.fn.archived={type:"plugin",_exec:function(f){if(a.mobile){return}var c=b('"),e=a.window,d=e.scrollTop();e.on("scroll",function(){if(b(this).scrollTop()>10){c.fadeIn("normal").attr("aria-hidden","false")}else{c.fadeOut("normal").attr("aria-hidden","true")}});a.document.on("focusin",function(h){var g=b(h.target);if(c.attr("aria-hidden")==="false"&&typeof g.offset()!=="undefined"&&g.offset().top<=(c.offset().top+c.outerHeight())){setTimeout(function(){e.scrollTop(g.offset().top-c.outerHeight())},100)}});c.on("click","a",function(h){var g=h.button;if(typeof g==="undefined"||g===a.leftMouseButton){window.location.hash=this.hash}});if(d<10||d==="undefined"){c.attr("aria-hidden","true")}else{c.fadeIn("normal").attr("aria-hidden","false")}a.pagecontainer().append(c);return f}};window.pe=a;return a}(jQuery));(function(){var a=window.pe||{fn:{}};a.fn.charts={type:"plugin",depends:(a.preIE9?["parserTable","excanvas","flot","charts"]:["parserTable","flot","charts"]),polyfills:["detailssummary"],_exec:function(b){a.fn.chartsGraph.generate(b)}};window.pe=a;return a}());(function(b){var a=window.pe||{fn:{}};a.fn.css3ie={type:"plugin",depends:(a.preIE9?["pie"]:[]),_exec:function(j){if(a.mobile||!a.preIE9){return}var l=b(".rounded, .pie-enhance, .ui-icon"),g=false,k=b("#wb-core"),d=k.children("#wb-core-in"),i=k.css("margin-bottom"),h,c,f,e;f=function(){l.each(function(){PIE.attach(this)});return true};e=function(){l.each(function(){PIE.detach(this)});return false};if(window.PIE){l.filter(function(){return b(this).css("position")==="static"}).css("position","relative");if(a.ie>0&&a.ie<8){h=document.body;c=h.getBoundingClientRect();if((c.left-c.right)/h.offsetWidth===-1){g=f()}else{k.css("margin-bottom",(d.offset().top+d.height())-(k.offset().top+k.height()))}}else{g=f()}a.resize(function(){if(a.ie===7){var m=document.body,n=m.getBoundingClientRect();if((n.left-n.right)/m.offsetWidth!==-1){g=e(l);k.css("margin-bottom",(d.offset().top+d.height())-(k.offset().top+k.height()))}else{if(!g){f()}k.css("margin-bottom",i)}}})}return j}};window.pe=a;return a}(jQuery));(function(b){var a=window.pe||{fn:{}};a.fn.datemodified={type:"plugin",_exec:function(){var c,d,e=document.getElementsByName("dcterms.modified")[0];if(typeof e==="undefined"||e===null){return false}c={updateNonEmpty:false,modifiedId:"gcwu-date-mod"};if(typeof wet_boew_datemodified!=="undefined"){b.extend(c,wet_boew_datemodified)}d=document.getElementById(c.modifiedId);if(typeof d==="undefined"||d===null){return false}d=d.getElementsByTagName("time")[0];if(typeof d==="undefined"||d===null){return false}if(d.innerHTML===""||c.updateNonEmpty){d.innerHTML=e.content}return false}};window.pe=a;return a}(jQuery));(function(){var a=window.pe||{fn:{}};a.fn.deselectradio={type:"plugin",depends:[],_exec:function(e){var b=document.getElementsByTagName("input"),d=b.length,c;while(d--){c=b[d];if(c.type==="radio"&&c.className.indexOf("deselect-off")===-1){c.className+=" deselectable"+(c.checked?" checked":"")}}a.document.on("click vclick",'input[type="radio"].deselectable',function(k){var h,f,g,j,i=k.button;if(typeof i==="undefined"||i===a.leftMouseButton){k.stopPropagation();if(this.className.indexOf(" checked")!==-1){this.checked=false;this.className=this.className.replace(" checked","")}else{h=this.getAttribute("name");if(h!==undefined){f=document.getElementsByName(h);j=f.length;while(j--){g=f[j];if(g.className.indexOf(" checked")!==-1){g.className=g.className.replace(" checked","")}}this.className+=" checked"}}}});return e}};window.pe=a;return a}());(function(b){var a=window.pe||{fn:{}};a.fn.equalize={type:"plugin",depends:(a.mobile?[]:["equalheights"]),_exec:function(c){if(a.mobile){return}b(".equalize").children().css("min-height","").parent().equalHeights(true);a.resize(function(){b(".equalize").children().css("min-height","").parent().equalHeights(true)});return c}};window.pe=a;return a}(jQuery));(function(b){var a=window.pe||{fn:{}};a.fn.eventscalendar={type:"plugin",depends:["calendar","xregexp"],_exec:function(h){var w=new Date(),q=a.fn.calendar,m=w.getFullYear(),x=w.getMonth(),y=h.find(".year"),j=h.find(".month"),s,d,n,p,z,v,t,o,e,l,c,r,u,g,k,f,i=a.dic.get("%calendar-monthNames");z=function(D){var C=!(b(D).hasClass("event-anchoring")),B={minDate:null,maxDate:null,iCount:0,list:[{a:1}]},A=null;if(D.find("ol").length>0){A=D.find("ol")}else{if(D.find("ul").length>0){A=D.find("ul")}}if(A.length>0){A.children("li").each(function(){var F=b(this),K=F.find("*:header:first"),P=K.text(),I=F.find("a").first(),N=I.attr("href"),G,H,E,R,S,Q,O,M,J,L;if(!C){G=(F.attr("id")!==undefined)?F.attr("id"):v(6);F.attr("id",G);if(a.ie>0){F.attr("tabindex","-1")}N="#"+G}H=new Date();E=F.find("time, span.datetime");if(E.length>1){S=(b(E[0]).get(0).nodeName.toLowerCase()==="time")?b(E[0]).attr("datetime").substr(0,10).split("-"):b(E[0]).attr("class").match(/datetime\s+\{date\:\s*(\d+-\d+-\d+)\}/)[1].substr(0,10).split("-");Q=(b(E[1]).get(0).nodeName.toLowerCase()==="time")?b(E[1]).attr("datetime").substr(0,10).split("-"):b(E[1]).attr("class").match(/datetime\s+\{date\:\s*(\d+-\d+-\d+)\}/)[1].substr(0,10).split("-");S[1]=S[1]-1;Q[1]=Q[1]-1;H.setFullYear(S[0],S[1],S[2]);for(M=0,J=a.date.daysBetween(S,Q);M<=J;M+=1){if(B.minDate===null||HB.maxDate){B.maxDate=H}B.list[B.iCount]={title:P,date:new Date(H.getTime()),href:N};H=new Date(H.setDate(H.getDate()+1));L="filter-"+(H.getFullYear())+"-"+a.string.pad(H.getMonth()+1,2);if(!K.hasClass(L)){K.addClass(L)}B.iCount+=1}}else{if(E.length===1){R=b(E[0]);O=(R.get(0).nodeName.toLowerCase()==="time")?R.attr("datetime").substr(0,10).split("-"):R.attr("class").match(/datetime\s+\{date\:\s*(\d+-\d+-\d+)\}/)[1].substr(0,10).split("-");H.setFullYear(O[0],O[1]-1,O[2]);if(B.minDate===null||HB.maxDate){B.maxDate=H}B.list[B.iCount]={title:P,date:H,href:N};L="filter-"+(H.getFullYear())+"-"+a.string.pad(H.getMonth()+1,2);if(!K.hasClass(L)){K.addClass(L)}B.iCount+=1}}})}window.events=B;return B};v=function(C){var B="",A,D;A=function(){D=Math.floor(Math.random()*62);if(D<10){return D}if(D<36){return String.fromCharCode(D+55)}return String.fromCharCode(D+61)};while(B.length'+G+"");L.append(K);E=b('
    ');K.on("keydown",{details:E},l);L.on("mouseover",{details:E},c);L.on("mouseout",{details:E},r);K.on("focus",{details:E},u);K.on("blur",{details:E},g);L.append(E)}else{E=L.find("ul.wb-invisible")}F=b('
  • '+B[I].title+"
  • ");if(a.cssenabled){F.children("a").attr("tabindex","-1")}E.append(F);D=F.children("a");D.on("keydown",e);D.on("blur",{details:E},k);D.on("focus",{details:E},f)}}};o=function(B,C,A){b("."+A+" li.calendar-display-onshow").addClass("wb-invisible").has(":header[class*=filter-"+B+"-"+a.string.pad(parseInt(C,10)+1,2)+"]").removeClass("wb-invisible")};b.when.apply(b,b.map(h.find("[data-cal-events]"),function(E){var H=b(E),G=H.attr("data-cal-events").split(/\s+/),B=b.Deferred(),D,A=G.length,C=[],F;F=function(I){H.append(b.trim(I))};for(D=0;D0&&j.length>0){m=y.text();if(j.hasClass("textformat")){s=b.inArray(j.text(),i);x=s}else{x=j.text()-1}}d=z(h);n=h.attr("class").split(" ").slice(-1);p=b("#"+n);if(b("#wb-main-in").css("padding-left")==="0px"){p.css("margin-left","10px")}p.on("calendarDisplayed",function(C,A,B,D){t(A,B,D,n,d.list);o(A,B,n)});q.create(n,m,x,true,d.minDate,d.maxDate);p.attr("aria-label",a.dic.get("%calendar"))})}};window.pe=a;return a}(jQuery));(function(b){var a=window.pe||{fn:{}};a.fn.expandcollapseall={type:"plugin",_open:false,_polyfill:false,_togglers:[],_aria_controls:null,_exec:function(f){var e,c,d;c={togglers:{toggle:false,open:false,close:false},accentFirst:false,printOpen:false,text:{toggle:a.dic.get("%td-toggle"),open:a.dic.get("%td-open"),close:a.dic.get("%td-close"),titleOpen:a.dic.get("%td-ttl-open"),titleClose:a.dic.get("%td-ttl-close")}};d={togglers:{toggle:f.hasClass("toggle")?true:false,open:f.hasClass("toggle-open")?true:false,close:f.hasClass("toggle-close")?true:false},accentFirst:f.hasClass("accent-first")?true:undefined,printOpen:f.hasClass("print-open")?true:undefined};b.extend(c,(typeof wet_boew_expandcollapseall!=="undefined"?wet_boew_expandcollapseall:{}),d,a.data.getData(f,"wet-boew"));this._polyfill=a.html.hasClass("polyfill-detailssummary");this._initTogglers(f,c);if(c.printOpen){a.window.on("beforeprint",b.proxy(function(){this.setOpen(false);this.toggle()},this));if(typeof window.matchMedia!=="undefined"){e=window.matchMedia("print");if(typeof e.addListener!=="undefined"){e.addListener(function(g){if(g.matches){a.window.trigger("beforeprint")}})}}b("details").addClass("print-open")}return f},isOpen:function(){return this._open===true},setOpen:function(c){this._open=c},toggle:function(){var e,d=0,c=b("details");if(this._polyfill){c.prop("open",this.isOpen());c.find("summary").click()}else{c.prop("open",!this.isOpen())}this.setOpen(!this.isOpen());for(e=this._togglers.length;d .button").addClass("button-accent")}},_createToggler:function(d,e){var c=b("").attr({href:"#",role:"button","class":"button","aria-controls":this._getAriaControls(),"data-type":d,"data-title-close":e.text.titleClose,"data-title-open":e.text.titleOpen}).text(e.text[d]);c.on("click",b.proxy(function(g){var f=g.button;if(typeof f==="undefined"||f===a.leftMouseButton){this.setOpen(d==="open"?false:d==="close"?true:this.isOpen());this.toggle();g.preventDefault();g.target.focus()}},this));this._setTitle(c);return c},_getAriaControls:function(){var c="";if(this._aria_controls===null){b("details").each(function(d){if(this.id===""){this.id="details_"+d}c+=this.id+" "});this._aria_controls=b.trim(c)}return this._aria_controls},_setTitle:function(d){var c=d.data("type");d[0].title=c==="close"||(c!=="open"&&this.isOpen())?d.data("title-close"):d.data("title-open")}};window.pe=a;return a}(jQuery));(function(){var a=window.pe||{fn:{}};a.fn.feedback={type:"plugin",depends:[],_exec:function(k){var c=k.find("#feedback"),h=k.find("#web"),g=h.find("#access"),b=h.find("#mobile"),l=h.find("#computer"),n=k.find("#contact-coord"),o=n.find("#contact1"),i=o.attr("type"),j=(typeof i!=="undefined"&&i.toLowerCase()==="checkbox"),m=n.find("#contact2"),f=n.find("#info"),e=document.referrer,d=a.url(window.location.href).params;c.attr("aria-controls","web").on("keyup click load",function(r){var q=(r.type==="load"),p=r.button;if(typeof p==="undefined"||p===a.leftMouseButton){if(!q&&this.value==="web"){this.setAttribute("aria-hidden","false");h.show("slow")}else{this.setAttribute("aria-hidden","true");if(q){h.css("display","none")}else{h.hide("slow")}}}});if(d.submit===undefined&&d.feedback!==undefined){c.find('option[value="'+d.feedback+'"]').attr("selected","selected")}c.trigger("load");g.attr("aria-controls","mobile computer").on("keyup click load",function(r){var q=(r.type==="load"),p=r.button;if(typeof p==="undefined"||p===a.leftMouseButton){if(!q&&this.value==="mobile"){b.attr("aria-hidden","false").show("slow");l.attr("aria-hidden","true").hide("slow")}else{l.attr("aria-hidden","false");b.attr("aria-hidden","true");if(q){l.css("display","block");b.css("display","none")}else{l.show("slow");b.hide("slow")}}}}).trigger("load");o.on("keyup click load",function(r){var q=(r.type==="load"),p=r.button;if(typeof p==="undefined"||p===a.leftMouseButton){if(!q&&(this.checked||(!j&&this.value==="yes"))){f.attr("aria-hidden","false").show("slow")}else{if(q||(!this.checked&&!m.prop("checked"))||(!j&&this.value!=="yes"&&m.val()!=="yes")){f.attr("aria-hidden","true");if(q){f.css("display","none")}else{f.hide("slow")}}}}}).trigger("load");m.on("keyup click load",function(r){var q=(r.type==="load"),p=r.button;if(typeof p==="undefined"||p===a.leftMouseButton){if(!q&&(this.checked||(!j&&this.value==="yes"))){f.attr("aria-hidden","false").show("slow")}else{if(q||(!this.checked&&!o.prop("checked"))||(!j&&this.value!=="yes"&&o.val()!=="yes")){f.attr("aria-hidden","true");if(q){f.css("display","none")}else{f.hide("slow")}}}}}).trigger("load");h.find("#page").attr("value",e);k.find("input[type=reset]").on("click",function(q){var p=q.button;if(typeof p==="undefined"||p===a.leftMouseButton){c.trigger("load");g.trigger("load");o.trigger("load");m.trigger("load")}});return k}};window.pe=a;return a}(jQuery));(function(b){var a=window.pe||{fn:{}};a.fn.footnotes={type:"plugin",_exec:function(e){var c=a.main.not(".wet-boew-footnotes"),d=e.find("dd").attr("tabindex","-1");d.each(function(){var g=b(this),f=this.id+"-dt";g.attr("aria-labelledby",f).prev().attr("id",f)});d.find("p.footnote-return a").each(function(){var g,f,h=b(this);h.find("span span").remove();h.off("click vclick").on("click vclick",function(j){var i=j.button;if(typeof i==="undefined"||i===a.leftMouseButton){g=a.string.jqescape(b(this).attr("href")).substring(1),f=c.find(g).find("a");if(a.mobile){b.mobile.silentScroll(a.focus(f).offset().top)}else{a.focus(f)}return false}})});c.find("sup a.footnote-link").on("click vclick",function(h){var f=e.find(a.string.jqescape(b(this).attr("href")).substring(1)),g=h.button;if(typeof g==="undefined"||g===a.leftMouseButton){f.find("p.footnote-return a").attr("href","#"+this.parentNode.id).off("click vclick").on("click vclick",function(l){var j=l.button,k,i;if(typeof j==="undefined"||j===a.leftMouseButton){k=a.string.jqescape(b(this).attr("href")).substring(1);i=c.find(k).find("a");if(a.mobile){b.mobile.silentScroll(a.focus(i).offset().top)}else{a.focus(i)}return false}});if(a.mobile){b.mobile.silentScroll(a.focus(f).offset().top)}else{a.focus(f)}if(a.preIE8){f.addClass("footnote-focus").one("blur",function(){b(this).removeClass("footnote-focus")})}return false}})}};window.pe=a;return a}(jQuery));(function(b){var a=window.pe||{fn:{}};a.fn.formvalid={type:"plugin",inited:false,depends:["validate","validateAdditional","metadata"],languages:["ar","bg","ca","cs","da","de","el","es","et","eu","fa","fi","fr","he","hr","hu","it","ja","ka","kk","ko","lt","lv","my","nl","no","pl","pt","pt_BR","pt_PT","ro","ru","si","sk","sl","sr","sv","th","tr","uk","vi","zh","zh_TW"],methods:["de","nl","pt"],_exec:function(h){var d=h.find("form"),m=d.get(0),w=m.getElementsByTagName("label"),v=w.length,e=d.find("input, select, textarea"),f,k=e.filter("input"),s=k.filter("[pattern]"),p,q,j,o,c,n=false,l=d.find("[required]").attr("aria-required","true"),y="errors-"+(d.attr("id")===undefined?"default":d.attr("id")),g,r=a.language.replace("-","_"),z=a.get_language(r,a.fn.formvalid.languages,"_"),x=a.get_language(r,a.fn.formvalid.methods,"_"),u=a.add.liblocation,t=a.suffix+".js";h.append('
    ');if(z!==null){a.add._load(u+"i18n/formvalid/messages_"+z+t)}if(x!==null){a.add._load(u+"i18n/formvalid/methods_"+x+t)}if(!a.fn.formvalid.inited){a.fn.formvalid.inited=true;b.validator.addMethod("postcodeCA",function(A,i){return this.optional(i)||/^([a-zA-Z]\d[a-zA-z](?: )?\d[a-zA-Z]\d)$/.test(A)},"The specified postal code is invalid");if(z==="fr"){b.validator.messages.postcodeCA="Veuillez fournir un code postal valide."}}q=v;while(q--){w[q].innerHTML+=" "}q=s.length;while(q--){s.eq(q).removeAttr("pattern")}if(a.mobile){m.setAttribute("data-ajax","false");k.filter('[type="checkbox"]').closest("fieldset").attr("data-role","controlgroup")}k.filter('[type="reset"]').on("click vclick touchstart",function(B){var i,A=B.button,C=h.find(".arialive")[0];if(typeof A==="undefined"||A===a.leftMouseButton){g.resetForm();i=d.find("#"+y);if(i.length>0){i.empty()}d.find('[aria-invalid="true"]').removeAttr("aria-invalid")}d.find('[aria-invalid="true"]').removeAttr("aria-invalid");if(C.innerHTML.length!==0){C.innerHTML=""}});if(a.preIE9){l.removeAttr("required").each(function(){this.setAttribute("data-rule-required","true")});k.filter('[type="date"]').each(function(){var B=b(this),i=B.wrap("
    ").parent(),A=b(i.html().replace("type=date","type=text"));i.replaceWith(A)});e=d.find("input, select, textarea")}g=d.validate({meta:"validate",focusInvalid:false,errorElement:"strong",errorPlacement:function(A,B){var D=B.attr("type"),i,C;A.data("element-id",B.attr("id"));if(typeof D!=="undefined"){D=D.toLowerCase();if(D==="radio"||D==="checkbox"){i=B.closest("fieldset");if(i.length!==0){C=i.find("legend").first();if(C.length!==0&&i.find('input[name="'+B.attr("name")+'"]')!==1){A.appendTo(C);return}}}}A.appendTo(d.find('label[for="'+B.attr("id")+'"]'));return},showErrors:function(C){this.defaultShowErrors();var I=d.find("strong.error").filter(":not(:hidden)"),A=d.find("input.error, select.error, textarea.error"),F=d.find("#"+y),E=''+a.dic.get("%error")+" ",i=a.dic.get("%colon")+" ",D=a.dic.get("%hyphen"),J=h.find(".arialive")[0],G,K,H,B;d.find('[aria-invalid="true"]').removeAttr("aria-invalid");if(I.length!==0){if(F.length===0){F=b('
    ').prependTo(d)}else{F.empty()}G="

    "+a.dic.get("%form-not-submitted")+I.length+(I.length!==1?a.dic.get("%errors-found"):a.dic.get("%error-found"))+"

    ";F.append(G);if(n){a.focus(F)}else{p=0;for(K in C){if(C.hasOwnProperty(K)){p+=1;break}}if(p!==0){q=I.length;for(p=0;p!==q;p+=1){H=I[p].parentNode;if(H.getAttribute("for")===K){B=H.innerHTML;if(B!==J.innerHTML){J.innerHTML=B}break}}}else{if(J.innerHTML.length!==0){J.innerHTML=""}}}d.find(".errorContainer a").on("click vclick",function(R){var Q=this.href.substring(this.href.indexOf("#")),L=b(Q),M=L.prev(),P=M.length===0?L.closest("fieldset").find("legend"):[],O=M.length!==0?M.offset().top:(P.length!==0?P.offset().top:-1),N=R.button;if(typeof N==="undefined"||N===a.leftMouseButton){a.focus(L);if(O!==-1){b.mobile.silentScroll(O)}return false}});n=false}else{if(J.innerHTML.length!==0){J.innerHTML=""}F.detach()}},invalidHandler:function(){n=true}});o=e.filter('[class*="{validate"]');for(p=0,q=o.length;p!==q;p+=1){f=o.eq(p);c=f.attr("class");j=c.indexOf("{validate");f.rules("add",a.data.toObject(c.substring(c.indexOf("{",j+1),c.indexOf("}",j+1)+1)))}return h}};window.pe=a;return a}(jQuery));(function(d){var c=window.pe||{fn:{}},b=2000,f=0,e=[],a;c.fn.geomap={type:"plugin",depends:["openlayers","proj4js"],polyfills:["detailssummary"],debug:false,_exec:function(k){var h,g,j,i=c.add.liblocation;h={config:{controls:[],autoUpdateSize:true,fractionalZoom:true,theme:null},overlays:[],features:[],tables:[],useScaleLine:false,useMousePosition:false,debug:false,useLegend:false,useTab:false,useMapControls:true};j={useScaleLine:k.hasClass("scaleline")?true:undefined,useMousePosition:k.hasClass("position")?true:undefined,debug:k.hasClass("debug"),useLegend:k.hasClass("legend"),useTab:k.hasClass("tab"),useMapControls:k.hasClass("static")?false:true};d.extend(h,(typeof wet_boew_geomap!=="undefined"?wet_boew_geomap:{}),j,c.data.getData(k,"wet-boew"));OpenLayers.Lang.setCode(c.language);OpenLayers.ImgPath=i+"images/geomap/";Proj4js.defs["EPSG:3978"]="+proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs";c.document.on("wb-init-loaded",function(){c.document.one("geomap-init",function(){if(h.debug){c.fn.geomap_debug.init()}f+=1;g=c.fn.geomap.setGeomapObject(k);if(typeof h.layersFile!=="undefined"){d.ajax({url:h.layersFile,dataType:"script",async:false,success:function(){d.extend(h,wet_boew_geomap);c.fn.geomap.createMap(g,h);if(h.debug){c.document.trigger("geomap-overlayLoad")}},error:function(){if(h.debug){c.document.trigger("geomap-overlayNotLoad")}}})}else{c.fn.geomap.createMap(g,h);if(h.debug){c.document.trigger("geomap-overlayNotSpecify")}}if(!g.overlays){c.fn.geomap.refreshPlugins(g)}});if(h.debug){c.fn.geomap.debug=true;c.add._load(i+"dependencies/geomap-debug"+c.suffix+".js","geomap-init")}else{c.document.trigger("geomap-init")}});return k},setGeomapObject:function(i){var g={uniqueid:f,mapid:i.attr("id"),map:null,selectControl:null,showAttribNRCan:false,queryLayers:[],overlays:0,overlaysLoaded:0,overlaysLoading:{}},h=i.find(".wet-boew-geomap-map");if(h.length!==0){g.gmap=h.attr("id","geomap-map-"+f).height(h.width()*0.8);g.glegend=i.find(".wet-boew-geomap-legend").attr("id","geomap-legend-"+f);g.glayers=i.find(".wet-boew-geomap-layers").attr("id","geomap-layers-"+f)}else{g.gmap=i.attr("id","geomap-map-"+f).height(i.width()*0.8).addClass("wet-boew-geomap-map");g.glegend=c.main.find(".wet-boew-geomap-legend").attr("id","geomap-legend-"+f);g.glayers=c.main.find(".wet-boew-geomap-layers").attr("id","geomap-layers-"+f)}return g},addPanZoomBar:function(g){var h=new OpenLayers.Control.PanZoomBar();OpenLayers.Util.extend(h,{draw:function(){var k=this,j=["zoomworld","zoomout","zoomin"],l=["zoom-world-mini","zoom-minus-mini","zoom-plus-mini"],i=j.length;OpenLayers.Control.prototype.draw.apply(k,arguments);k.buttons=[];while(i--){k._addButton(j[i],l[i]+".png")}return k.div}});g.map.addControl(h);c.fn.geomap.setPanZoomBar(g)},setPanZoomBar:function(k){var m=k.gmap.find(".olControlPanZoomBar")[0],i=m.getElementsByTagName("div"),g=i.length,n,h,j,l;m.setAttribute("role","toolbar");while(g--){n=i[g];h=n.getElementsByTagName("img")[0];if(typeof h!=="undefined"){l=n.action;j=c.dic.get("%geo-"+l);n.setAttribute("aria-label",j);n.setAttribute("title",j);n.setAttribute("role","button");n.className+=" olControl"+l;n.tabIndex=0;h.setAttribute("alt",j);h.className+=" olControl"+l}}},onFeatureSelect:function(g){d("#"+g.id.replace(/\W/g,"_")).addClass("background-highlight");d("#cb_"+g.id.replace(/\W/g,"_")).prop("checked",true)},onFeatureUnselect:function(g){d("#"+g.id.replace(/\W/g,"_")).removeClass("background-highlight");d("#cb_"+g.id.replace(/\W/g,"_")).prop("checked",false);if(g.popup!==null&&g.popup.visible()){g.popup.hide()}},onFeatureClick:function(g){var h=g.layer.map.getControlsByClass("OpenLayers.Control.SelectFeature")[0];if(typeof g._lastHighlighter!=="undefined"){h.unselect(g)}else{h.select(g);if(g.layer.popups!==undefined){if(a!==undefined&&a.popup!==null&&a.popup.visible()){a.popup.hide()}a=g;if(g.popup===null){c.fn.geomap.createPopup(g)}else{g.popup.toggle()}}}},createPopup:function(t){var l=t.layer.popupsInfo,i,r,j,s,n,h,g,o,p,k=t.id.replace(/\W/g,"_"),q=c.dic.get("%close"),m=t.layer.map.size;if(l){i=(typeof l.id!=="undefined"?l.id:"popup_")+"_"+k;r=typeof l.height!=="undefined"?l.height:m.size.h/2;j=typeof l.width!=="undefined"?l.width:m.size.w/2;s=typeof l.width!=="undefined"?l.close:true;n="

    "+d("#"+t.layer.name).attr("aria-label")+"

    "+l.content;for(h in t.attributes){if(t.attributes.hasOwnProperty(h)&&h.length!==0){p=new RegExp("_"+h,"igm");n=n.replace(p,t.attributes[h])}}}else{i="popup_"+k;r=m.h/2;j=m.w/2;s=true;n="

    "+d("#"+t.layer.name).attr("aria-label")+"

    ";for(h in t.attributes){if(t.attributes.hasOwnProperty(h)&&h.length!==0){n+="

    "+h+c.dic.get("%colon")+"
    "+t.attributes[h]+"

    "}}}g=new OpenLayers.Popup.FramedCloud(i,t.geometry.getBounds().getCenterLonLat(),new OpenLayers.Size(j,r),n,null,s,null);g.maxSize=new OpenLayers.Size(j,r);t.popup=g;t.layer.map.addPopup(g);o=document.createElement("span");o.setAttribute("class","wb-icon-x-alt2 close_"+k);o.setAttribute("aria-label",q);o.setAttribute("title",q);o.setAttribute("role","button");o.setAttribute("tabindex","0");t.popup.closeDiv.appendChild(o);d(".close_"+k).on("keypress click",function(v){var u=v.button;if(v.type==="keypress"){if(v.keyCode===13){t.popup.hide()}}else{if(typeof u==="undefined"||u===c.leftMouseButton){t.layer.map.getControlsByClass("OpenLayers.Control.SelectFeature")[0].unselect(a)}}})},getMap:function(i){var h,g=e.length;if(typeof i!=="undefined"){while(g--){if(e[g].id===i){h=e[g]}}}else{h=e[0]}return h},createLegend:function(){if(c.fn.geomap.debug&&!(d(".wet-boew-geomap-legend").length)){c.document.trigger("geomap-warningLegend")}},createLayerHolder:function(h,i){if(i){var g=h.glayers.find(".wet-boew-geomap-tabs");if(g.length!==0){g.attr({"class":"wet-boew-tabbedinterface auto-height-none",id:"geomap-tabs-"+f}).append('
      ')}else{h.glayers.attr("id","geomap-tabs-"+f).append('
        ')}}},createTable:function(i,j,h,g){return d('"+(g?'
        '+h+"
        ':""))},randomColor:function(){var j="0123456789ABCDEF".split(""),g="#",h;for(h=0;h!==6;h+=1){g+=j[Math.round(Math.random()*15)]}return g},addLayerData:function(p,i,k,l,g){if(p.glegend.length!==0){c.fn.geomap.addToLegend(p,i,k,l)}var q=p.glayers,o=d(i).attr("id"),n=d('
        '),m=i[0].attributes["aria-label"].value,h=d('

        '+m+"

        "),j=d('

        '+c.dic.get("%geo-hiddenlayer")+"

        ");if(c.fn.geomap.debug&&(q.length===0)){c.document.trigger("geomap-layersNotSpecify")}if(g&&d(".wet-boew-geomap-tabs").length!==0){c.fn.geomap.addToTabs(p,i,k,l)}else{n.append(h,i);q.append(n,'
        ');if(!k){n.append(j);i.fadeOut()}}if(c.fn.geomap.debug&&g&&(d(".wet-boew-geomap-tabs").length===0)){c.document.trigger("geomap-warningTab")}},addToLegend:function(q,j,m,n){var h=d(j),p=h.attr("id"),l,i,g,k,o;if(typeof q.glegend!=="undefined"){l=q.glegend.find("fieldset");if(l.length===0){l=d('
        '+c.dic.get("%geo-togglelayer")+"
        ").appendTo(q.glegend)}g=m?'checked="checked"':"";i=q.glegend.find("ul");if(i.length===0){i=d('
          ').appendTo(l)}k=d('").appendTo('
          ');k.on("change",function(){var t=q.map.getLayer(n),r=q.glegend.find("#cb_"+p).prop("checked")?true:false,s=q.glayers.find("#"+p),v=s.parent(),u;t.setVisibility(r);if(!v.hasClass("dataTables_wrapper")){v=s}u=d("#msg_"+p);if(u.length!==0){u.fadeToggle()}else{v.after('

          '+c.dic.get("%geo-hiddenlayer")+"

          ")}if(r){v.css("display","table")}else{v.css("display","none")}});o=d("