CINXE.COM
BBC Weather
<!DOCTYPE html> <html lang="en-GB"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.bbc.co.uk/weather/","20180203143510","https://web.archive.org/","web","/_static/", "1517668510"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- Barlesque 3.21.31 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="description" content="Latest hourly weather forecast for the UK with a detailed world view. Includes UK hour by hour forecasts, 10 day forecast, long range weather in our monthly outlook, weather warnings, videos, maps and analysis."/> <meta name="keywords" content="BBC, Weather"/> <title>BBC Weather</title> <link rel="copyright" href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/terms/" title="Terms of Use"/> <link rel="icon" href="https://web.archive.org/web/20180203143510im_/http://www.bbc.co.uk/favicon.ico" type="image/x-icon"/> <meta name="viewport" content="width = 996"/> <meta property="fb:admins" content="100004154058350"/> <script type="text/javascript">window.bbcredirection={geo:true,device:true}</script><script type="text/javascript">window.orb = window.orb || {};</script> <script type="text/javascript">/*<![CDATA[*/ (function(){window.orb={};window.orb.figState={ad:0,ap:0,ck:1,eu:1,mb:0,tb:0,uk:1,df:1};window.orb.fig=function(a){return(arguments.length)?window.orb.figState[a]:window.orb.figState};window.orb.fig.device={};window.orb.fig.geo={};window.orb.fig.user={};window.orb.fig.isDefault=function(){return window.orb.fig("df")};window.orb.fig.device.isTablet=function(){return window.orb.fig("tb")};window.orb.fig.device.isMobile=function(){return window.orb.fig("mb")};window.orb.fig.geo.isUK=function(){return window.orb.fig("uk")};window.orb.fig.geo.isEU=function(){return window.orb.fig("eu")};window.fig=window.fig||{};window.fig.manager={include:function(e){e=e||window;var g=false;var j=e.document,k=j.cookie,i=k.match(/(?:^|; ?)ckns_orb_fig=([^;]+)/),h;if(i){i=this.deserialise(decodeURIComponent(RegExp.$1));this.setFig(e,i)}if(window.fig.async&&typeof JSON!="undefined"){var b=(document.cookie.match("(^|; )ckns_orb_cachedfig=([^;]*)")||0)[2];h=b?JSON.parse(b):null;if(h){this.setFig(e,h);g=true}}var a="https://web.archive.org/web/20180203143510/https://fig.bbc.co.uk/frameworks/fig/1/fig.js";if(g){j.write('<script src="'+a+'" async><'+"/script>")}else{j.write('<script src="'+a+'"><'+"/script>")}},confirm:function(a){return true},setFig:function(a,b){(function(){a.orb=a.orb||{};a.orb.figState=b})()},deserialise:function(b){var a={};b.replace(/([a-z]{2}):([0-9]+)/g,function(){a[RegExp.$1]=+RegExp.$2});return a}}})();fig.manager.include();/*]]>*/</script> <script type="text/javascript"> fig.manager.confirm(); </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180203143510cs_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/style/main.css"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180203143510cs_/http://static.bbci.co.uk/locator/weather/0.19.0/style/locator-weather.css"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180203143510cs_/http://static.bbci.co.uk/locator/0.120.0/style/locator.css"/> <script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEq=name+"=",ca=window.bbccookies.get().split("; "),i,c;validateCookieName(name);for(i=0;i<ca.length;i++){c=ca[i];if(c.indexOf(nameEq)===0){return decodeURIComponent(c.substring(nameEq.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString()+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;str="{"+str+"}";if(!validateSerialisation(str)){throw"Invalid input provided for deserialisation."}eval("o = "+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN="<Object>",ESCAPED_CHAR='"\\n\\r\\u2028\\u2029\\u000A\\u000D\\u005C',ALLOWED_CHAR="([^"+ESCAPED_CHAR+"]|\\\\["+ESCAPED_CHAR+"])",KEY='"'+ALLOWED_CHAR+'+"',VALUE='(null|"'+ALLOWED_CHAR+'*"|'+OBJECT_TOKEN+")",KEY_VALUE=KEY+":"+VALUE,KEY_VALUE_SEQUENCE="("+KEY_VALUE+",)*"+KEY_VALUE,OBJECT_LITERAL="({}|{"+KEY_VALUE_SEQUENCE+"})",objectPattern=new RegExp(OBJECT_LITERAL,"g");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(/ ,;/)){throw"Illegal name provided, must be valid in browser cookie."}}})(); /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = false; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON')); (function(){var m="ckns_policy",q="Thu, 01 Jan 1970 00:00:00 GMT",i={ads:true,personalisation:true,performance:true,necessary:true};function c(u){if(c.cache[u]){return c.cache[u]}var t=u.split("/"),v=[""];do{v.unshift((t.join("/")||"/"));t.pop()}while(v[0]!=="/");c.cache[u]=v;return v}c.cache={};function a(u){if(a.cache[u]){return a.cache[u]}var v=u.split("."),t=[];while(v.length&&"|co.uk|com|".indexOf("|"+v.join(".")+"|")===-1){if(v.length){t.push(v.join("."))}v.shift()}c.cache[u]=t;return t}a.cache={};function s(t,y,u){var E=[""].concat(a(window.location.hostname)),B=c(window.location.pathname),D="",w,C;for(var x=0,A=E.length;x<A;x++){w=E[x];for(var v=0,z=B.length;v<z;v++){C=B[v];D=t+"="+y+";"+(w?"domain="+w+";":"")+(C?"path="+C+";":"")+(u?"expires="+u+";":"");bbccookies.set(D,true)}}}window.bbccookies={POLICY_REFRESH_DATE_MILLIS:new Date(2015,4,21,0,0,0,0).getTime(),POLICY_EXPIRY_COOKIENAME:"ckns_policy_exp",_setEverywhere:s,cookiesEnabled:function(){var t="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(t+"=1");if(this.get().indexOf(t)>-1){e(t);return true}return false},get:function(){return document.cookie},getCrumb:function(t){if(!t){return null}return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(t).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},policyRequiresRefresh:function(){var u=new Date();u.setHours(0);u.setMinutes(0);u.setSeconds(0);u.setMilliseconds(0);if(bbccookies.POLICY_REFRESH_DATE_MILLIS<=u.getTime()){var t=bbccookies.getCrumb(bbccookies.POLICY_EXPIRY_COOKIENAME);if(t){t=new Date(parseInt(t));t.setYear(t.getFullYear()-1);return bbccookies.POLICY_REFRESH_DATE_MILLIS>=t.getTime()}else{return true}}else{return false}},_setPolicy:function(t){return f.apply(this,arguments)},readPolicy:function(){return l.apply(this,arguments)},_deletePolicy:function(){s(m,"",q)},_isConfirmed:function(){return n()!==null},_acceptsAll:function(){var t=l();return t&&!(j(t).indexOf("0")>-1)},_getCookieName:function(){return b.apply(this,arguments)},_showPrompt:function(){var t=((!this._isConfirmed()||this.policyRequiresRefresh())&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?t&&(window.orb.fig("no")||window.orb.fig("ck")):t},_getPolicy:this.readPolicy};function b(u){var t=(""+u).match(/^([^=]+)(?==)/);return(t&&t.length?t[0]:"")}function j(t){return""+(t.ads?1:0)+(t.personalisation?1:0)+(t.performance?1:0)}function f(x){if(typeof x==="undefined"){x=i}if(typeof arguments[0]==="string"){var u=arguments[0],w=arguments[1];if(u==="necessary"){w=true}x=l();x[u]=w}else{if(typeof arguments[0]==="object"){x.necessary=true}}var v=new Date();v.setYear(v.getFullYear()+1);bbccookies.set(m+"="+j(x)+";domain=bbc.co.uk;path=/;expires="+v.toUTCString()+";");bbccookies.set(m+"="+j(x)+";domain=bbc.com;path=/;expires="+v.toUTCString()+";");bbccookies.set(m+"="+j(x)+";domain=bbci.co.uk;path=/;expires="+v.toUTCString()+";");var t=new Date(v.getTime());t.setMonth(t.getMonth()+1);bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+v.getTime()+";domain=bbc.co.uk;path=/;expires="+t.toUTCString()+";");bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+v.getTime()+";domain=bbc.com;path=/;expires="+t.toUTCString()+";");bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+v.getTime()+";domain=bbci.co.uk;path=/;expires="+t.toUTCString()+";");return x}function o(t){if(t===null){return null}var u=t.split("");return{ads:!!+u[0],personalisation:!!+u[1],performance:!!+u[2],necessary:true}}function n(){var t=new RegExp("(?:^|; ?)"+m+"=(\\d\\d\\d)($|;)"),u=document.cookie.match(t);if(!u){return null}return u[1]}function l(t){var u=o(n());if(!u){u=i}if(t){return u[t]}else{return u}}function e(t){return document.cookie=t+"=;expires="+q+";"}var g=!(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable);var k={},d={"personalisation":"ckps_.+|X-AB-iplayer-.+|ACTVTYMKR|BBC_EXAMPLE_COOKIE|BBCIplayer|BBCiPlayerM|BBCIplayerSession|BBCMediaselector|BBCPostcoder|bbctravel|CGISESSID|ed|food-view|forceDesktop|h4|IMRID|locserv|MyLang|myloc|NTABS|ttduserPrefs|V5|WEATHER|BBCScienceDiscoveryPlaylist_.+|bitratePref|correctAnswerCount|genreCookie|highestQuestionScore|incorrectAnswerCount|longestStreak|MSCSProfile|programmes-oap-expanded|quickestAnswer|score|servicePanel|slowestAnswer|totalTimeForAllFormatted|v|BBCwords|score|correctAnswerCount|highestQuestionScore|hploc|BGUID|BBCWEACITY|mstouch|myway|BBCNewsCustomisation|cbbc_anim|cbeebies_snd|bbcsr_usersx|cbeebies_rd|BBC-Latest_Blogs|zh-enc|pref_loc|m|bbcEmp.+|recs-.+|_lvd2|_lvs2|tick|_fcap_CAM1|_rcc2","performance":"ckpf_.+|optimizely.*|BBCLiveStatsClick|id|_em_.+|cookies_enabled|mbox|mbox-admin|mc_.+|omniture_unique|s_.+|sc_.+|adpolicyAdDisplayFrequency|s1|ns_session|ns_cookietest|ns_ux|NO-SA|tr_pr1|gvsurvey|bbcsurvey|si_v|sa_labels|obuid|mm_.+|mmid|mmcore.+|mmpa.+","ads":"ckad_.+|rsi_segs|c","necessary":"ckns_.+|BBC-UID|blq\\.dPref|SSO2-UID|BBC-H2-User|rmRpDetectReal|bbcComSurvey|IDENTITY_ENV|IDENTITY|IDENTITY-HTTPS|IDENTITY_SESSION|BBCCOMMENTSMODULESESSID|bbcBump.+|IVOTE_VOTE_HISTORY|pulse|BBCPG|BBCPGstat|ecos\\.dt"};function r(){var x=document.cookie.replace(/; +/g,";").split(";"),u,v=[];for(var w=0,t=x.length;w<t;w++){u=x[w];v.push(bbccookies._getCookieName(u))}return v}function h(w){var v=JSON.stringify(w);if(typeof(k[v])!=="undefined"){return k[v]}var u="";for(var t in w){if(w.hasOwnProperty(t)&&d[t]){if(w[t]===true){u+=(u?"|":"")+d[t]}}}k[v]=new RegExp("^("+(u?u:".*")+")$","i");return k[v]}bbccookies.getPolicyExpiryDateTime=function(){return bbccookies.POLICY_EXPIRY_COOKIENAME};bbccookies.purge=function(){var u=bbccookies.readPolicy(),w=r(),x;for(var v=0,t=w.length;v<t;v++){if(!bbccookies.isAllowed(w[v],u)){x=new Date();x.setTime(0);x=x.toUTCString();s(w[v],"deleted",x)}}};function p(){if(g){return}bbccookies.purge();contentLoaded(window,bbccookies.purge);if(window.addEventListener){window.addEventListener("beforeunload",bbccookies.purge,false)}else{if(window.attachEvent){window.attachEvent("onbeforeunload",bbccookies.purge)}else{window.onbeforeunload=bbccookies.purge}}}bbccookies.set=function(u,t){if(g){return document.cookie=u}var v=bbccookies._getCookieName(u);if(t||bbccookies.isAllowed(v)){return document.cookie=u}return null};bbccookies.isAllowed=function(v){var u=bbccookies.readPolicy();var t=h(u);return t.test(v)};p()})(); /*! * contentloaded.js * * Author: Diego Perini (diego.perini at gmail.com) * Summary: cross-browser wrapper for DOMContentLoaded * Updated: 20101020 * License: MIT * Version: 1.2 * * URL: * http://javascript.nwbox.com/ContentLoaded/ * http://javascript.nwbox.com/ContentLoaded/MIT-LICENSE * */ function contentLoaded(d,i){var c=false,h=true,k=d.document,j=k.documentElement,a=k.addEventListener,n=a?"addEventListener":"attachEvent",l=a?"removeEventListener":"detachEvent",b=a?"":"on",m=function(o){if(o.type==="readystatechange"&&k.readyState!="complete"){return}(o.type==="load"?d:k)[l](b+o.type,m,false);if(!c&&(c=true)){i.call(d,o.type||o)}},g=function(){try{j.doScroll("left")}catch(o){setTimeout(g,50);return}m("poll")};if(k.readyState==="complete"){i.call(d,"lazy")}else{if(!a&&j.doScroll){try{h=!d.frameElement}catch(f){}if(h){g()}}k[n](b+"DOMContentLoaded",m,false);k[n](b+"readystatechange",m,false);d[n](b+"load",m,false)}}if(typeof(require)==="function"&&!require.defined("orb/cookies")){define("orb/cookies",function(){return window.bbccookies})}; /*]]>*/</script> <script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "https://web.archive.org/web/20180203143510/http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script> <script type="text/javascript" src="https://web.archive.org/web/20180203143510js_/http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script> <!--orb.ws.require.lib--> <script class="js-require-lib" src="https://web.archive.org/web/20180203143510js_/http://static.bbci.co.uk/frameworks/requirejs/lib.js"></script> <script type="text/javascript"> bbcRequireMap = {"jquery-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2", "jquery-1.4":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.4", "jquery-1.9":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1", "jquery-1.12":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.12.0.min", "jquery-2.2":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-2.2.0.min", "istats-1":"//web.archive.org/web/20180203143510/http://nav.files.bbci.co.uk/nav-analytics/0.1.0-43/js/istats-1", "swfobject-2":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/demi/0.10.1/sharedmodules/demi-1", "gelui-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "relay-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/relay/0.2.6/sharedmodules/relay-1", "clock-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1", "bump-3":"//web.archive.org/web/20180203143510/http://emp.bbci.co.uk/emp/bump-3/bump-3", "components/average-conditions":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/average-conditions", "components/average-conditions/chart-config":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/average-conditions/chart-config", "components/average-conditions/chart-legend":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/average-conditions/chart-legend", "components/average-conditions/chart-theme":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/average-conditions/chart-theme", "components/average-conditions/chart":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/average-conditions/chart", "components/average-conditions/table-parser":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/average-conditions/table-parser", "components/average-conditions/tabs":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/average-conditions/tabs", "components/coast-sea/coastal-sections":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/coast-sea/coastal-sections", "components/coast-sea/list-with-warnings":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/coast-sea/list-with-warnings", "components/coast-sea/tide-graph-config":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/coast-sea/tide-graph-config", "components/coast-sea/tide-graph":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/coast-sea/tide-graph", "components/coast-sea/tide-tables":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/coast-sea/tide-tables", "components/contact-us":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/contact-us", "components/dotcom-travel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/dotcom-travel", "components/forecast-carousel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/forecast-carousel", "components/forecast-details":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/forecast-details", "components/forecast-details/loupe":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/forecast-details/loupe", "components/forecast-summary":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/forecast-summary", "components/forecast-videos-morph":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/forecast-videos-morph", "components/forecast-videos":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/forecast-videos", "components/istats-tracking":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/istats-tracking", "components/maps":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps", "components/maps/OpenLayers/Layer/ForecastMarkers":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/OpenLayers/Layer/ForecastMarkers", "components/maps/OpenLayers/Layer/Weather":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/OpenLayers/Layer/Weather", "components/maps/OpenLayers/PinPoints/Forecast":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/OpenLayers/PinPoints/Forecast", "components/maps/OpenLayers/PinPoints/Location":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/OpenLayers/PinPoints/Location", "components/maps/Providers/Weather":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/Providers/Weather", "components/maps/forecastmap/DataLoader":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/DataLoader", "components/maps/forecastmap/Draggable":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/Draggable", "components/maps/forecastmap/ForecastLayerManager":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/ForecastLayerManager", "components/maps/forecastmap/ForecastMapController":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/ForecastMapController", "components/maps/forecastmap/ForecastMapModel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/ForecastMapModel", "components/maps/forecastmap/ForecastMapView":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/ForecastMapView", "components/maps/forecastmap/GenericTree":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/GenericTree", "components/maps/forecastmap/KeyFocusHandler":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/KeyFocusHandler", "components/maps/forecastmap/PressureMapController":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/PressureMapController", "components/maps/forecastmap/PressureMapModel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/PressureMapModel", "components/maps/forecastmap/PressureMapView":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/PressureMapView", "components/maps/forecastmap/TemporalNavLabel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/TemporalNavLabel", "components/maps/forecastmap/TemporalNavView":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/maps/forecastmap/TemporalNavView", "components/my-favourites":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/my-favourites", "components/promo":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/promo", "components/rss-panel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/rss-panel", "components/settings-panel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/settings-panel", "components/spec/forecast-videos-spec.html":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/spec/forecast-videos-spec.html", "components/spec/forecast-videos-spec":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/spec/forecast-videos-spec", "components/spec/promo-spec.html":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/spec/promo-spec.html", "components/spec/promo-spec":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/spec/promo-spec", "components/tabbed-forecast":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/tabbed-forecast", "components/unit-switching":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/unit-switching", "components/warnings":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/warnings", "components/welcome":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/components/welcome", "domReady":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/domReady", "i18n":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/i18n", "jqueryui/accordion":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/accordion", "jqueryui/autocomplete":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/autocomplete", "jqueryui/button":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/button", "jqueryui/core":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/core", "jqueryui/datepicker-af":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-af", "jqueryui/datepicker-ar-DZ":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ar-DZ", "jqueryui/datepicker-ar":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ar", "jqueryui/datepicker-az":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-az", "jqueryui/datepicker-be":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-be", "jqueryui/datepicker-bg":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-bg", "jqueryui/datepicker-bs":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-bs", "jqueryui/datepicker-ca":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ca", "jqueryui/datepicker-cs":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-cs", "jqueryui/datepicker-cy-GB":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-cy-GB", "jqueryui/datepicker-da":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-da", "jqueryui/datepicker-de":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-de", "jqueryui/datepicker-el":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-el", "jqueryui/datepicker-en-AU":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-en-AU", "jqueryui/datepicker-en-GB":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-en-GB", "jqueryui/datepicker-en-NZ":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-en-NZ", "jqueryui/datepicker-eo":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-eo", "jqueryui/datepicker-es":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-es", "jqueryui/datepicker-et":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-et", "jqueryui/datepicker-eu":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-eu", "jqueryui/datepicker-fa":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-fa", "jqueryui/datepicker-fi":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-fi", "jqueryui/datepicker-fo":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-fo", "jqueryui/datepicker-fr-CA":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-fr-CA", "jqueryui/datepicker-fr-CH":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-fr-CH", "jqueryui/datepicker-fr":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-fr", "jqueryui/datepicker-gl":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-gl", "jqueryui/datepicker-he":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-he", "jqueryui/datepicker-hi":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-hi", "jqueryui/datepicker-hr":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-hr", "jqueryui/datepicker-hu":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-hu", "jqueryui/datepicker-hy":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-hy", "jqueryui/datepicker-id":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-id", "jqueryui/datepicker-is":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-is", "jqueryui/datepicker-it":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-it", "jqueryui/datepicker-ja":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ja", "jqueryui/datepicker-ka":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ka", "jqueryui/datepicker-kk":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-kk", "jqueryui/datepicker-km":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-km", "jqueryui/datepicker-ko":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ko", "jqueryui/datepicker-ky":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ky", "jqueryui/datepicker-lb":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-lb", "jqueryui/datepicker-lt":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-lt", "jqueryui/datepicker-lv":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-lv", "jqueryui/datepicker-mk":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-mk", "jqueryui/datepicker-ml":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ml", "jqueryui/datepicker-ms":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ms", "jqueryui/datepicker-nb":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-nb", "jqueryui/datepicker-nl-BE":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-nl-BE", "jqueryui/datepicker-nl":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-nl", "jqueryui/datepicker-nn":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-nn", "jqueryui/datepicker-no":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-no", "jqueryui/datepicker-pl":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-pl", "jqueryui/datepicker-pt-BR":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-pt-BR", "jqueryui/datepicker-pt":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-pt", "jqueryui/datepicker-rm":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-rm", "jqueryui/datepicker-ro":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ro", "jqueryui/datepicker-ru":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ru", "jqueryui/datepicker-sk":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-sk", "jqueryui/datepicker-sl":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-sl", "jqueryui/datepicker-sq":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-sq", "jqueryui/datepicker-sr-SR":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-sr-SR", "jqueryui/datepicker-sr":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-sr", "jqueryui/datepicker-sv":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-sv", "jqueryui/datepicker-ta":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-ta", "jqueryui/datepicker-th":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-th", "jqueryui/datepicker-tj":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-tj", "jqueryui/datepicker-tr":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-tr", "jqueryui/datepicker-uk":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-uk", "jqueryui/datepicker-vi":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-vi", "jqueryui/datepicker-zh-CN":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-zh-CN", "jqueryui/datepicker-zh-HK":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-zh-HK", "jqueryui/datepicker-zh-TW":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker-zh-TW", "jqueryui/datepicker":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/datepicker", "jqueryui/dialog":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/dialog", "jqueryui/draggable":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/draggable", "jqueryui/droppable":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/droppable", "jqueryui/effect-blind":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-blind", "jqueryui/effect-bounce":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-bounce", "jqueryui/effect-clip":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-clip", "jqueryui/effect-drop":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-drop", "jqueryui/effect-explode":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-explode", "jqueryui/effect-fade":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-fade", "jqueryui/effect-fold":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-fold", "jqueryui/effect-highlight":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-highlight", "jqueryui/effect-pulsate":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-pulsate", "jqueryui/effect-scale":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-scale", "jqueryui/effect-shake":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-shake", "jqueryui/effect-slide":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-slide", "jqueryui/effect-transfer":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect-transfer", "jqueryui/effect":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/effect", "jqueryui/menu":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/menu", "jqueryui/mouse":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/mouse", "jqueryui/position":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/position", "jqueryui/progressbar":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/progressbar", "jqueryui/resizable":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/resizable", "jqueryui/selectable":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/selectable", "jqueryui/slider":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/slider", "jqueryui/sortable":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/sortable", "jqueryui/spinner":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/spinner", "jqueryui/tabs":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/tabs", "jqueryui/tooltip":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/tooltip", "jqueryui/widget":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/jqueryui/widget", "lib/highcharts":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/highcharts", "lib/highcharts.src":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/highcharts.src", "lib/jquery.ajax-cache-response":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.ajax-cache-response", "lib/jquery.autogrow-textarea":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.autogrow-textarea", "lib/jquery.jcarousel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.jcarousel", "lib/jquery.mockjax":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.mockjax", "lib/jquery.scrollTo":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.scrollTo", "lib/jquery.simplemodal":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.simplemodal", "lib/jquery.text-overflow":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.text-overflow", "lib/jquery.tmpl":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/lib/jquery.tmpl", "specs":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/specs", "test/fakes":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/test/fakes", "test/lib/json2":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/test/lib/json2", "test/shared":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/test/shared", "test/stubs/emp/config":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/test/stubs/emp/config", "test/stubs/emp/embedded-media":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/test/stubs/emp/embedded-media", "test/stubs/emp/settings":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/test/stubs/emp/settings", "test/stubs/util/state":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/test/stubs/util/state", "tests/init":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/init", "tests/lib/jasmine-1.3.1/jasmine-html":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jasmine-1.3.1/jasmine-html", "cssp!tests/lib/jasmine-1.3.1/jasmine":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jasmine-1.3.1/jasmine.css", "tests/lib/jasmine-1.3.1/jasmine":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jasmine-1.3.1/jasmine", "tests/lib/jasmine-signals":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jasmine-signals", "tests/lib/jasmine.console_reporter":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jasmine.console_reporter", "tests/lib/jquery-1.7.2":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jquery-1.7.2", "tests/lib/jquery-1.9.1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jquery-1.9.1", "tests/lib/jssignals-1":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/jssignals-1", "tests/lib/require":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/tests/lib/require", "translations/nls/cy/weather":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/translations/nls/cy/weather", "translations/nls/ga/weather":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/translations/nls/ga/weather", "translations/nls/gd/weather":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/translations/nls/gd/weather", "translations/nls/weather":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/translations/nls/weather", "ui/optionpanel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/ui/optionpanel", "ui/tabset":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/ui/tabset", "ui/toggle":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/ui/toggle", "util/carousel":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/carousel", "util/cookie":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/cookie", "util/device-preference":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/device-preference", "util/dom":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/dom", "util/edition":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/edition", "util/favourites":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/favourites", "util/namespace":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/namespace", "util/sharedLocation":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/sharedLocation", "util/state":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/state", "util/time-ago":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/time-ago", "util/units":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/util/units", "vendor/echo/echo":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/vendor/echo/echo", "vendor/eventListener.polyfill":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/vendor/eventListener.polyfill", "vendor/fastclick":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/vendor/fastclick", "vendor/i18n":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/vendor/i18n", "vendor/mustache":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/vendor/mustache", "weather-built":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/weather-built", "weather":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/weather", "locator/locator":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/locator", "locator/utils":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/utils", "locator/search":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/search", "locator/confirm":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/confirm", "locator/autocomplete":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/autocomplete", "locator/mobile/locator":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/locator", "locator/mobile/vendor/ender/reqwest":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/vendor/ender/reqwest", "locator/mobile/vendor/ender/bonzo":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/vendor/ender/bonzo", "locator/mobile/vendor/ender/qwery-mobile":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/vendor/ender/qwery-mobile", "locator/cookies":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/cookies", "locator/geolocation":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/geolocation", "locator/bootstrap":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/bootstrap", "locator/mobile/bootstrap":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/locator/0.120.0/modules/locator/mobile/bootstrap"}; require({ baseUrl: 'https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script> <script type="text/javascript"> define('orb/cookies', function() { return window.bbccookies; }); </script> <!-- Nav Analytics : 89 --> <script type="text/javascript">window.bbcFlagpoles_istats="ON",require.config({paths:{"istats-1":"//web.archive.org/web/20180203143510/http://nav.files.bbci.co.uk/nav-analytics/0.1.0-89/js/istats-1","megavolt-client":"//web.archive.org/web/20180203143510/http://nav.files.bbci.co.uk/nav-analytics/0.1.0-89/js/megavolt-client"},config:{"megavolt-client":{baseUrl:"https://web.archive.org/web/20180203143510/https://mvt.api.bbc.com"}}}),require(["istats-1","orb/cookies"],function(e,t){if(t.isAllowed("s1")){e.addCollector({name:"default",url:"https://web.archive.org/web/20180203143510/https://sa.bbc.co.uk/bbc/bbc/s",separator:"&"});var a="weather.home.page";e.setCountername(a),window.istats_countername&&e.setCountername(window.istats_countername),e.addLabels("ml_name=webmodule&ml_version=89")}});</script> <script type="text/javascript">/*<![CDATA[*/ window.bbcFlagpoles_istats = 'ON'; window.orb = window.orb || {}; if (typeof bbccookies !== 'undefined' && bbccookies.isAllowed('s1')) { var istatsTrackingUrl = '//web.archive.org/web/20180203143510/http://sa.bbc.co.uk/bbc/bbc/s?name=weather.home.page&pal_route=home_page&app_type=web&language=en-GB&pal_webapp=weather&prod_name=weather&app_name=weather'; require(['istats-1'], function (istats) { var counterName = (window.istats_countername) ? window.istats_countername : istatsTrackingUrl.match(/[\?&]name=([^&]*)/i)[1]; istats.setCountername(counterName); istats.addLabels('pal_route=home_page&app_type=web&language=en-GB&pal_webapp=weather&prod_name=weather&app_name=weather'); var c = (document.cookie.match(/\bckns_policy=(\d\d\d)/) || []).pop() || ''; istats.addLabels({ 'blq_s': '3.5d', 'blq_r': '3.5', 'blq_v': 'default-worldwide', 'blq_e': 'pal', 'bbc_mc': (c ? 'ad' + c.charAt(0) + 'ps' + c.charAt(1) + 'pf' + c.charAt(2) : 'not_set') } ); }); } /*]]>*/</script> <script type="text/javascript" src="https://web.archive.org/web/20180203143510js_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/script/barlesque.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20180203143510js_/http://static.bbci.co.uk/locator/0.120.0/script/locator.js"></script> <!--[if IE 6]> <script type="text/javascript"> try { document.execCommand("BackgroundImageCache",false,true); } catch(e) {} </script> <style type="text/css"> /* Use filters for IE6 */ #blq-blocks a { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5//img/blq-blocks_white_alpha.png', sizingMethod='image'); } .blq-masthead-focus #blq-blocks a, .blq-mast-text-dark #blq-blocks a { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5//img/blq-blocks_grey_alpha.png', sizingMethod='image'); } #blq-nav-search button span { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5//img/blq-search_grey_alpha.png', sizingMethod='image'); } #blq-nav-search button img { position: absolute; left: -999em; } </style> <![endif]--> <!--[if (IE 7])|(IE 8)> <style type="text/css"> .blq-clearfix { display: inline-block; } </style> <![endif]--> <script type="text/javascript"> blq.setEnvironment('live'); if (! /bbc\.co\.uk$/i.test(window.location.hostname) ) { document.documentElement.className += ' blq-not-bbc-co-uk'; } </script> <script type="text/javascript"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) { if (flag !== 'OFF' && (w.orb.fig("no") || w.orb.fig("uk"))) { w.document.write('<script type="text/javascript" src="https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/script/vendor/edr.min.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script> <!-- BBCDOTCOM template: desktop journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON adsenseEnabled: true adsense flagpole: ON --> <script type="text/javascript"> /*<![CDATA[*/ var _sf_startpt = (new Date()).getTime(); if (window.bbcdotcom === undefined) { var bbcdotcom = { adverts: { keyValues: { set: function() {} } }, advert: { write: function () {}, show: function () {}, isActive: function () { return false; }, layout: function() { return { reset: function() {} } } }, config: { init: function() {}, isActive: function() {}, setSections: function() {}, isAdsEnabled: function() {}, setAdsEnabled: function() {}, isAnalyticsEnabled: function() {}, setAnalyticsEnabled: function() {}, setAssetPrefix: function() {}, setJsPrefix: function() {}, setSwfPrefix: function() {}, setCssPrefix: function() {}, setConfig: function() {}, getJsPrefix: function () {}, getSwfPrefix: function () {}, getCssPrefix: function () {}, setVersion: function () {}, getVersion: function () {} }, survey: { init: function(){ return false; } }, data: {}, init: function() {}, objects: function(str) { return false; }, locale: { set: function() {} }, setAdKeyValue: function() {}, utils: { addEvent: function() {}, addHtmlTagClass: function() {}, log: function () {} }, addLoadEvent: function() {} }; } bbcdotcom.objects = function (strName, action, obj) { var i, len, args = arguments, nameParts = strName.split("."); if (action === undefined) { action = 'valid'; } if (obj === undefined) { obj = window; } for (i = 0, len = nameParts.length; i < len; i++) { if (obj[nameParts[i]] === undefined) { if (action === 'create') { obj[nameParts[i]] = {}; } else { return false; } } else if (typeof obj[nameParts[i]] === 'function') { if (typeof args[1] !== 'undefined' && args[1] !== null && obj[nameParts[i]](args[1]) !== undefined) { return obj[nameParts[i]](args[1]); } else if (obj[nameParts[i]]() !== undefined) { return obj[nameParts[i]](); } } obj = obj[nameParts[i]]; } return obj; }; /*]]>*/ </script> <style type="text/css">.bbccom_display_none{display:none;}</style> <script type="text/javascript"> /*<![CDATA[*/ bbcdotcom.objects('bbcdotcom.stats', 'create'); /* Create BBC.adverts skeleton */ if (window.BBC === undefined) { var BBC = {}; } if (window.BBC.adverts === undefined) { BBC.adverts = { setZone: function () {}, configure: function () {}, write: function () {}, show: function () {}, isActive: function () { return false; }, hasStyles: function() {}, setScriptRoot: function () {}, setImgRoot: function () {}, getAdvertTag: function () {}, getSectionPath: function() {}, showPartnerButtons: function() {} }; } (function(){ if(typeof require !== 'undefined') { require({ paths:{ "bbcdotcom":"https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/script" } }); } })(); if (typeof orb !== 'undefined' && typeof orb.fig === 'function') { bbcdotcom.data = { a: orb.fig('ad')? 1 : 0, b: (0 == orb.fig('uk')) ? 1 : 0, c: orb.fig('ap') }; } else { document.write('<script type="text/javascript" src="https://web.archive.org/web/20180203143510/http://tps.bbc.com/wwscripts/data">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (typeof bbcdotcom.data == 'undefined' || typeof bbcdotcom.data.a == 'undefined' || typeof bbcdotcom.data.b == 'undefined' || typeof bbcdotcom.data.c == 'undefined') { bbcdotcom.data = {a:0,b:0,c:0}; } if (bbcdotcom.data.a == 1) { document.write('<script type="text/javascript" src="https://web.archive.org/web/20180203143510/http://www.bbc.com/wwscripts/flag">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (typeof bbcdotcom.flag == 'undefined' || bbcdotcom.flag.a != 1) { bbcdotcom.data.a = 0; } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) { bbcdotcom.assetPrefix = "https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/"; document.write('<link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/style/3pt_ads.css" />'); document.write('<script type="text/javascript" src="//web.archive.org/web/20180203143510/http://www.googletagservices.com/tag/js/gpt.js">\x3C/script>'); document.write('<script type="text/javascript" src="https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/script/dist/bbccom_all.js">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) { BBC.adverts.setData(bbcdotcom.data); bbcdotcom.config.setAdsEnabled(bbcdotcom.data.a); bbcdotcom.config.setAnalyticsEnabled(bbcdotcom.data.b); bbcdotcom.config.setJsPrefix("https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/script"); bbcdotcom.config.setAssetPrefix("https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/"); bbcdotcom.config.setVersion("1.73.0"); bbcdotcom.config.setSwfPrefix("https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/swf"); bbcdotcom.config.setCssPrefix("https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/style"); bbcdotcom.dataOrb = { ads: bbcdotcom.data.a, stats: bbcdotcom.data.b, statsProvider: bbcdotcom.data.c }; bbcdotcom.config.setData(bbcdotcom.dataOrb); if(document.location.pathname.indexOf("/weather/coast_and_sea") === 0 || (document.getElementsByName("CPS_ASSET_TYPE").length > 0 && document.getElementsByName("CPS_ASSET_TYPE")[0].content === "PGL")){ bbcdotcom.adsToDisplay = ["leaderboard"]; } else if( document.getElementsByName("CPS_ASSET_TYPE").length > 0 && document.getElementsByName("CPS_ASSET_TYPE")[0].content === "MAP" ){ bbcdotcom.adsToDisplay = []; } else if (document.location.pathname.indexOf("/sport") === 0 ){ bbcdotcom.adsToDisplay = ["leaderboard", "mpu", "sponsor_banner"]; } else { bbcdotcom.adsToDisplay = ["leaderboard", "mpu", "sponsor_section"]; } bbcdotcom.init({adsToDisplay: bbcdotcom.adsToDisplay}); } if (bbcdotcom.data.a == 1) { (function(){ var zoneFile = "3pt_zone_file"; bbcdotcom.objects('page', 'create', bbcdotcom); BBC.adverts.setScriptRoot("https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/script/"); BBC.adverts.setImgRoot("https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/bbcdotcom/1.73.0/img/"); BBC.adverts.init({ domain: "www.bbc.co.uk", location: window.location.pathname, zoneVersion: zoneFile, zoneAuto: false, siteAuto: false, keywordsAuto: false, zoneReferrer: document.referrer }); })(); if(typeof bbcdotcom !== 'undefined' && typeof bbcdotcom.survey !== 'undefined' && typeof bbcdotcom.survey.init === 'function') { bbcdotcom.survey.init(); } } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('ads')) { document.write(unescape('%3Cscript id="gnlAdsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } if (BBC.adverts.isActive('analytics')) { document.write(unescape('%3Cscript id="gnlAnalyticsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } /*]]>*/ </script> <!--[if IE 6]> <link type="text/css" rel="stylesheet" href="http://static.bbci.co.uk/locator/weather/0.19.0/style/locator-weather-ie6.css" /> <![endif]--> <script type="text/javascript"> window.locator = window.locator || {}; window.locator.suppressSearchResultEvents = true; </script> <script type="text/javascript"> /*<![CDATA[*/ window.locator = window.locator || {}; window.locator.screen = 'desktop'; window.locator.search = window.locator.search || {}; window.locator.search['default'] = { options: { isPostcodeUnitAllowed: false, isPostcodeDistrictAllowed: true, truncationLengths: { search: 37, autocomplete: 39 }, filter: 'international', place_types: [], restrict_to_countries: [], emitJavascriptEvent: false, language: 'en-GB', autosuggest: { enabled: true }, reversegeocode: { enabled: false } }, routes: { search: '/locator/:client/:lang/search.json', targetUri: '/weather/:location_id', reversegeocode: '/locator/default/:lang/reversegeocode.json?latitude=:latitude&longitude=:longitude', autosuggest: '/locator/:client/:lang/autocomplete.json?search={input}' }, translations: { prompt: 'Enter a town, county or UK postcode', error: { search: 'Sorry, we are experiencing technical problems.' }, close: 'Close location search results', tryAgain: 'Please try again', reversegeocode: { detect_label: 'Detect your location', permission_denied: 'Please enable Location Services in your device settings or browser.', permission_unavailable: 'Sorry, the \'detect your location\' feature is not currently available.', service_unavailable: 'Sorry, the \'detect your location\' feature is not currently available.', confirm: 'We have detected your location as', outsideContext: "Your location is not currently supported by this application." } } }; /*]]>*/ </script> <!-- MORPH INCLUDE DATA ROLLOUT SCRIPT START --> <script>"use strict";!function(){function a(){return"localStorage"in window}function b(){var a="weather-test-dummy";try{return localStorage.setItem(a,a),localStorage.removeItem(a),!0}catch(a){return!1}}function c(){return a()&&b()}function d(a){localStorage.setItem(r,a)}function e(){return localStorage.getItem(r)||void 0}function f(){var a=Math.ceil(100*Math.random());return d(a),a}function g(){return e()||f()}function h(a){return g()<=a}function i(){return window.navigator.userAgent.indexOf("Googlebot")>-1}function j(){return window.navigator.userAgent.indexOf("bingbot")>-1||window.navigator.userAgent.indexOf("msnbot")>-1}function k(){return!i()&&!j()}function l(a){return k()&&h(a)}function m(){return"https://"+window.location.host+"/weather/0"}function n(a){return a?"/"+a:""}function o(a){return m()+n(a)}function p(a){window.location.replace(o(a))}function q(a,b){c()&&l(a)&&p(b)}var r="weather-v6-rollout-lucky-number";window.initMozartRedirect=q}();</script> <script>window.initMozartRedirect(50, '');</script> <!-- MORPH INCLUDE DATA ROLLOUT SCRIPT END --> <meta content="NOODP" name="robots"> <meta property="og:type" content="article"> <meta property="og:url" content="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weather/"> <meta property="og:site_name" content="BBC Weather"> <meta property="og:image" content="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/og-tag-logo.png"> <meta property="twitter:card" content="summary"> <meta property="twitter:site" content="@BBCWeather"> <meta property="twitter:creator" content="@BBCWeather"> <meta property="twitter:app:name:iphone" content="BBC Weather"> <meta property="twitter:app:name:googleplay" content="BBC Weather"> <meta property="twitter:app:id:iphone" content="649420946"> <meta property="twitter:app:id:googleplay" content="bbc.mobile.weather"> <meta name="application-name" content="BBC Weather"> <meta name="msapplication-TileImage" content="http://static.bbci.co.uk/weather/0.5.4515/images/pin-logo.png"> <meta name="msapplication-TileColor" content="#226083"> <link rel="apple-touch-icon" href="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/apple-touch-icon.png"/> <!--[if (IE 6)|(IE 7)|(IE 8)]> <link rel="stylesheet" href="http://static.bbci.co.uk/weather/0.5.4515/css/ie678.css" /> <![endif]--> <!--[if (IE 8)]> <link rel="stylesheet" href="http://static.bbci.co.uk/weather/0.5.4515/css/ie8.css" /> <![endif]--> <link rel="canonical" href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weather/"/> <link rel="alternate" hreflang="en-GB" href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weather/"/> <link rel="alternate" hreflang="en" href="https://web.archive.org/web/20180203143510/http://www.bbc.com/weather/"/> <link rel="alternate" hreflang="ga-GB" href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weather/ga"/> <link rel="alternate" hreflang="ga" href="https://web.archive.org/web/20180203143510/http://www.bbc.com/weather/ga"/> <link rel="alternate" hreflang="gd-GB" href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weather/gd"/> <link rel="alternate" hreflang="gd" href="https://web.archive.org/web/20180203143510/http://www.bbc.com/weather/gd"/> <link rel="alternate" hreflang="cy-GB" href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weather/cy"/> <link rel="alternate" hreflang="cy" href="https://web.archive.org/web/20180203143510/http://www.bbc.com/weather/cy"/> <link href="https://web.archive.org/web/20180203143510cs_/http://static.bbci.co.uk/weather/0.5.4515/css/core.css" rel="stylesheet"/> <script src="https://web.archive.org/web/20180203143510js_/http://static.bbci.co.uk/weather/0.5.4515/javascripts/initial-state.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20180203143510js_/http://emp.bbci.co.uk/emp/bump-3/bump-3"></script> <script type="text/javascript"> /*<![CDATA[*/ requirejs.config({ locale: 'en-GB', paths: { 'translations' : 'https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/translations' } }); window.weather = window.weather || {}; weather.config = weather.config || {}; weather.config.static_host = 'https://web.archive.org/web/20180203143510/http://static.bbci.co.uk'; weather.config.env = 'live'; weather.config.version = '0.5.4515'; weather.config.language = 'en'; /*]]>*/ </script> <script> /*<![CDATA[*/ function syncRoadBlock(src,companionId) { var compidarg; if (arguments.length == 2 && typeof companionId == 'string') { compidarg = companionId; } BBC.adverts.empCompanionResponse(src, compidarg); }; pt=new Object(); pt.aenab = "yes"; /*]]>*/ </script> <script type="text/javascript"> require(["istats-1"], function (istats) { istats.setSite('weather'); }); </script> <meta property="og:title" content="BBC Weather"> <meta property="og:description" content="Latest hourly weather forecast for the UK with a detailed world view. Includes UK hour by hour forecasts, 10 day forecast, long range weather in our monthly outlook, weather warnings, videos, maps and analysis."> <meta property="twitter:app:url:iphone" content="bbcweather://"> <meta property="twitter:app:url:googleplay" content="http://www.bbc.co.uk/weather"> <link rel="alternate" href="https://web.archive.org/web/20180203143510/android-app://bbc.mobile.weather/http/www.bbc.co.uk/weather/home"/> <!-- MORPH INCLUDE HEAD START --> <script>window.Morph = {}</script> <script type="text/javascript">Morph.markPerformance = function(label) { if(window.performance && window.performance.mark) { window.performance.mark(label); } }; Morph.versions = {}; Morph.modules = {}; Morph.config = { cdn: "m.files.bbci.co.uk", pushEnv: "live" }; Morph.styles = {}; Morph.styleSrc = []; Morph.toInit = {bundles: [], registers: [], payloads: [], ptrs: []}; Morph.initStyles = function() { if (!Morph.enhanced) { var eles = Array.prototype.slice.call(document.getElementsByTagName('noscript')); for (var i = 0, len = eles.length; i<len; i++) { if (eles[i].className === 'morph-core-style') { document.write(eles[i].innerText); eles[i].parentNode.removeChild(eles[i]); } } return; } for (var j = 0, jLen = Morph.styleSrc.length; j<jLen; j++) { document.write(Morph.styleSrc[j]); } Morph.styleSrc = []; };</script> <script type="text/javascript">Morph.forceCore = window.location.search.indexOf('morph-disable-enhanced=1')>-1; Morph.modernBrowser = ( 'addEventListener' in window && 'querySelector' in document && 'localStorage' in window ); Morph.isOperaMini = ( window.navigator.userAgent.indexOf('Opera Mini/')>-1 && window.navigator.userAgent.indexOf('Presto/')>-1 ); Morph.enhanced = (!Morph.forceCore && Morph.modernBrowser && !Morph.isOperaMini);</script> <!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><link rel="stylesheet" href="//web.archive.org/web/20180203143510cs_/http://m.files.bbci.co.uk/modules/bbc-morph-grandstand-latin-flexbox/2.0.12/core.css"/><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-grandstand-latin-flexbox/2.0.12"]=true; Morph.styleSrc.push("<link rel=\"stylesheet\" href=\"//m.files.bbci.co.uk/modules/bbc-morph-grandstand-latin-flexbox/2.0.12/enhanced.css\"/>"); }</script> <!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>.wr-c-forecast-video__info{color:#767676;margin:16px 0;text-transform:uppercase}.wr-c-forecast-video__last-updated,.wr-c-forecast-video__update-frequency,.wr-c-forecast-video__english-only{display:block} </style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-wr-forecast-video/2.0.1"]=true; Morph.styleSrc.push("<style>.wr-c-forecast-video__info{color:#767676;margin:16px 0;text-transform:uppercase}.wr-c-forecast-video__last-updated,.wr-c-forecast-video__update-frequency,.wr-c-forecast-video__english-only{display:block}\n</style>"); }</script> <!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>.smp--audio{height:100%} </style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-smp/2.8.0"]=true; Morph.styleSrc.push("<style>.smp--audio{height:100%}\n</style>"); }</script> <!--[if gt IE 8]><!--><noscript class="morph-core-style"><!--<![endif]--><style>.orb-js .wr-c-smp-wrapper__javascript-needed,.blq-js .wr-c-smp-wrapper__javascript-needed,.js-loaded .wr-c-smp-wrapper__javascript-needed .enhanced .wr-c-smp-wrapper__javascript-needed{display:none !important;visibility:hidden} </style><!--[if gt IE 8]><!--></noscript><!--<![endif]--><script>if (Morph.enhanced) { Morph.styles["bbc-morph-wr-smp-wrapper/1.0.1"]=true; Morph.styleSrc.push("<style>.orb-js .wr-c-smp-wrapper__javascript-needed,.blq-js .wr-c-smp-wrapper__javascript-needed,.js-loaded .wr-c-smp-wrapper__javascript-needed .enhanced .wr-c-smp-wrapper__javascript-needed{display:none !important;visibility:hidden}\n</style>"); }</script> <script type="text/javascript">Morph.initStyles(); /* u2744185111951083 */</script> <script type="text/javascript">Morph.initStyles(); /* u6261430373415351 */</script> <!-- MORPH INCLUDE HEAD END --> </head> <body class="bbc-weather disable-wide-advert edition-domestic lang-en initial-temperature-unit-c initial-windspeed-unit-mph initial-distance-unit-miles weather-pagetype-home"> <!-- BBCDOTCOM body first --> <div id="bbccom_interstitial_ad" class="bbccom_display_none"></div> <div id="bbccom_interstitial" class="bbccom_display_none"> <script type="text/javascript"> /*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.slot) { (function () { if (window.bbcdotcom && bbcdotcom.config.isActive('ads')) { googletag.cmd.push(function () { googletag.display('bbccom_interstitial'); }); } }()); } /*]]>*/ </script> </div> <div id="bbccom_wallpaper_ad" class="bbccom_display_none"></div> <div id="bbccom_wallpaper" class="bbccom_display_none"> <script type="text/javascript"> /*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.slot) { (function () { var wallpaper; if (window.bbcdotcom && bbcdotcom.config.isActive('ads')) { if (bbcdotcom.config.isAsync()) { googletag.cmd.push(function () { googletag.display('bbccom_wallpaper'); }); } else { googletag.display("wallpaper"); } wallpaper = bbcdotcom.adverts.adRegister.getAd('wallpaper'); } }()); } else { BBC.adverts.write("wallpaper",false); /*<![CDATA[*/ body= document.getElementsByTagName('body'); aTags = document.getElementsByTagName('a'); if('undefined' != typeof aTags && 'undefined' != typeof aTags[0] && -1 !== aTags[0].href.indexOf('https://web.archive.org/web/20180203143510/http://ad.doubleclick.net')) { body[0].removeChild(aTags[0]); } /*]]>*/ } /*]]>*/ </script> </div> <noscript><p style="position: absolute; top: -999em"><img src="https://web.archive.org/web/20180203143510im_/https://sa.bbc.co.uk/bbc/bbc/s?name=weather.home.page&ml_name=webmodule&ml_version=89&blq_js_enabled=0&blq_s=3.5d&blq_r=3.5&blq_v=default-worldwide&blq_e=pal&pal_route=home_page&app_type=web&language=en-GB&pal_webapp=weather&prod_name=weather&app_name=weather" height="1" width="1" alt=""></p></noscript> <!-- Begin iStats 20100118 (UX-CMC 1.1009.3) --> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies !== 'undefined' && bbccookies.isAllowed('s1')) { (function () { require(['istats-1'], function (istats) { istatsTrackingUrl = istats.getDefaultURL(); if (istats.isEnabled() && bbcFlagpoles_istats === 'ON') { sitestat(istatsTrackingUrl); } else { window.ns_pixelUrl = istatsTrackingUrl; /* used by Flash library to track */ } function sitestat(n) { var j = document, f = j.location, b = ""; if (j.cookie.indexOf("st_ux=") != -1) { var k = j.cookie.split(";"); var e = "st_ux", h = document.domain, a = "/"; if (typeof ns_ != "undefined" && typeof ns_.ux != "undefined") { e = ns_.ux.cName || e; h = ns_.ux.cDomain || h; a = ns_.ux.cPath || a } for (var g = 0, f = k.length; g < f; g++) { var m = k[g].indexOf("st_ux="); if (m != -1) { b = "&" + decodeURI(k[g].substring(m + 6)) } } bbccookies.set(e + "=; expires=" + new Date(new Date().getTime() - 60).toGMTString() + "; path=" + a + "; domain=" + h); } window.ns_pixelUrl = n; } }); })(); } else { window.istats = {enabled: false}; } /*]]>*/</script> <!-- End iStats (UX-CMC) --> <div id="blq-global"> <noscript> <div id="blq-no-js-banner"> <p>For a better experience on your device, try our <a href="https://web.archive.org/web/20180203143510/http://m.bbc.co.uk/">mobile site</a>.</p> </div> </noscript> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast --> <!-- BBCDOTCOM leaderboard template:client-side journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON showAdAboveBlq: true blqLeaderboardAd: true --> <div id="bbccom_leaderboard_container"> <div id="bbccom_leaderboard_1_2_3_4" class="bbccom_slot"> <div class="bbccom_advert bbccom_display_none" id="bbccom_leaderboard"> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.slot) { bbcdotcom.slot('leaderboard', [1,2,3,4]); } else { BBC.adverts.write("leaderboard", true); } </script> </div> <script type="text/javascript"> if (window.bbcdotcom && bbcdotcom.show) { bbcdotcom.show(); } else { BBC.adverts.show("leaderboard"); } </script> </div> </div> </div> </div> <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-w"> <h2> Cookies on the BBC website </h2> <p> The BBC has updated its cookie policy. We use cookies to ensure that we give you the best experience on our website. This includes cookies from third party social media websites if you visit a page which contains embedded content from social media. Such third party cookies may track your use of the BBC website.<span class="bbccookies-international-message"> We and our partners also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script> <script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy(bbccookies.readPolicy())}}})(); /*]]>*/</script> <div id="blq-masthead" class="blq-clearfix blq-mast-bg-transparent-light blq-lang-en-GB blq-ltr"> <span id="blq-mast-background"><span></span></span> <div id="blq-mast" class="blq-rst"> <div id="blq-mast-bar" class="blq-masthead-container blq-default-worldwide"> <div id="blq-blocks"> <a href="/web/20180203143510/http://www.bbc.co.uk/" hreflang="en-GB"> <abbr title="British Broadcasting Corporation" class="blq-home"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/img/blq-blocks_grey_alpha.png" alt="BBC" width="84" height="24"/> </abbr> </a> </div> <div id="blq-acc-links"> <h2 id="page-top">Accessibility links</h2> <ul> <li><a href="#blq-content">Skip to content</a></li> <li><a href="#blq-local-nav">Skip to local navigation</a></li> <li><a href="/web/20180203143510/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul> </div> <div id="blq-sign-in" class="blq-gel"> </div> <div id="blq-nav"> <h2>BBC navigation</h2> <ul id="blq-nav-main"> <li id="blq-nav-news"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.com/news">News</a> </li> <li id="blq-nav-sport"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/sport">Sport</a> </li> <li id="blq-nav-weather"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weather/">Weather</a> </li> <li id="blq-nav-shop"> <a href="https://web.archive.org/web/20180203143510/http://shop.bbc.com/">Shop</a> </li> <li id="blq-nav-earth"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.com/earth">Earth</a> </li> <li id="blq-nav-travel"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.com/travel">Travel</a> </li> <li id="blq-nav-capital"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.com/capital">Capital</a> </li> <li id="blq-nav-culture"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.com/culture/">Culture</a> </li> <li id="blq-nav-more"> <a href="#blq-footlinks">More…</a> </li> </ul> <div id="blq-nav-search"> <form method="get" action="https://web.archive.org/web/20180203143510/http://search.bbc.co.uk/search" accept-charset="utf-8" id="blq-search-form"> <div> <input type="hidden" name="go" value="toolbar"/> <input type="hidden" name="uri" value="/weather/en"/> <label for="blq-search-q" class="blq-hide">Search term:</label> <input id="blq-search-q" type="text" name="q" value="" maxlength="128"/> <button id="blq-search-btn" type="submit"><span><img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/img/blq-search_grey_alpha.png" width="13" height="13" alt="Search"/></span></button> </div> </form> </div> </div> </div> </div> </div> <div id="blq-container-outer" class="blq-default-worldwide blq-ltr"> <div id="blq-container" class="blq-lang-en-GB blq-dotcom"> <div id="blq-container-inner" lang="en-GB"> <div id="blq-main" class="blq-clearfix"> <div id="blq-content" role="main"> <div class="site-masthead"> <h1><a class="site-name" href="/web/20180203143510/http://www.bbc.co.uk/weather/">Weather</a></h1> </div> <div class="site-options"> <div class="add-state"></div> <div class="settings-control">Settings</div> <div class="settings-panel"> <span class="arrow-up"></span> <div id="unit-picker"> <ul class="temp unit-options" data-unit-type="temperature"> <li data-unit="c" class="unit-option unit-option-c selected">°C</li> <li data-unit="f" class="unit-option unit-option-f "><a href="/web/20180203143510/http://www.bbc.co.uk/weather/?tempUnit=F" rel="nofollow">°F</a></li> </ul> <ul class="wind unit-options" data-unit-type="windspeed"> <li data-unit="mph" class="unit-option unit-option-mph selected"> mph </li> <li data-unit="kph" class="unit-option unit-option-kph "> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/?windUnit=K" rel="nofollow">km/h</a> </li> </ul> </div> <script>bbc.weather.setInitialUnitPickerState('unit-picker')</script> </div> <div class="language-control">Language</div> <div class="language-panel"> <span class="arrow-up"></span> <div class="language-picker"> <ul> <li class="selected lang-en" lang="en"> English </li> <li class=" lang-ga" lang="ga"> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/ga"> Gaeilge </a> </li> <li class=" lang-gd" lang="gd"> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/gd"> Gàidhlig </a> </li> <li class=" lang-cy" lang="cy"> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/cy"> Cymraeg </a> </li> </ul> </div> </div> </div> <div class="ambience-templates"> <script class="ferris-wheel-foreground" type="text/x-jquery-tmpl"> <div class="ferris-wheel"> <div class="wheel"> <div class="steel-arch"></div> <canvas height="88" width="108" class="car-ctx"> <div id="car-fallback"></div> </canvas> </div> </div> </script> </div> <div id="forecast-carousel" data-ajax-location-summary-path="/weather/${locationId}/location-summary"> <h2 class="favourites-title">Favourite Locations</h2> <script class="forecast-carousel-tmpl-error" type="text/x-jquery-tmpl"> <div class="error"> <div class="head"> <h2>Favourites</h2> </div> <div class="body"> <p><span class="icon"></span>This content is not available at the moment. Please try again later.</p> </div> </div> </script> <script class="forecast-carousel-tmpl-favourites-promotion" type="text/x-jquery-tmpl" data-default-location-id="2643743"> <div class="advisory"> <div class="head"> <h2>Add location</h2> </div> <div class="body"> <p>Did you know you can add favourite locations? Here is London as an example.</p> <div class="add-state"> <button class="add uk"> <span>Add London</span> </button> </div> </div> </div> </script> <script class="forecast-carousel-tmpl-add-more-favourites-message" type="text/x-jquery-tmpl"> <div class="advisory"> <div class="head"> <h2>Your Forecast</h2> </div> <div class="body"> <p>This location is used across the BBC. You can search for other locations in “Find a Forecast”</p> </div> </div> </script> </div> <div id="find-a-forecast" role="search" data-search-placeholder="Enter a town, country or UK postcode"> <h2>Find a Forecast</h2> <div class="locator-weather"> <div class="locator-component"> <div class="locator-search" id="locator-search-default"> <form action="/web/20180203143510/http://www.bbc.co.uk/weather" method="get"><div> <span class="locator-search-input"><label for="locator-form-search" class="required">Search for a location</label> <input type="text" name="search" id="locator-form-search" value="" title="Search for a location" maxlength="75"/></span> <input type="submit" name="submitBtn" id="locator-form-submit" value="Search" class="locator-submit" title="Search for location"/> <input type="hidden" name="page" value="" id="locator-form-page"/> <input type="hidden" name="restrict_to_countries" value="" id="restrict_to_countries"/> <input type="hidden" name="place_types" value="" id="place_types"/> <input type="hidden" name="instanceId" value="" id="locator-form-instance-id"/></div></form> </div> </div> </div> <div id="favourites" data-ajax-path="/weather/${id}/location-next-weather"> <h2><span class="arrow"></span>Favourite Locations (<span class="count">—</span>)</h2> <noscript>You need javascript enabled to save favourites.</noscript> <div class="templates"> <script class="favourites-tmpl-base" type="text/x-jquery-tmpl"> <div class="favourites-list-content"> <div class="message loading"> <span class="loader">Loading</span> </div> <ul></ul> <div class="sharedcookie-note"></div> <div class="edit-state"> <div class="manage"></div> </div> <div class="sharedcookie-legend"></div> </div> </script> <script class="favourites-tmpl-add" type="text/x-jquery-tmpl"> <button class="add"> <span>Add to favourites</span> </button> </script> <script class="favourites-tmpl-edit" type="text/x-jquery-tmpl"> <button class="edit"> Edit<span> favourites</span> </button> </script> <script class="favourites-tmpl-save" type="text/x-jquery-tmpl"> <button class="save"> Save<span> favourites</span> </button> <button class="cancel"> Cancel </button> </script> <script class="favourites-tmpl-legend" type="text/x-jquery-tmpl"> <p>We will use the starred location to give you relevant local information across the BBC.</p> </script> <script class="favourites-tmpl-legend-notshared" type="text/x-jquery-tmpl"> <p>Edit your location and get relevant local information across the BBC.</p> </script> <script class="favourites-tmpl-legend-shareremoved" type="text/x-jquery-tmpl"> <p>favourites.sharedCookie.legendShareRemoved</p> </script> <script class="favourites-tmpl-note-changed" type="text/x-jquery-tmpl"> <p>We will now use <strong>${locationName}</strong> to give you relevant local information across the BBC.</p> </script> <script class="favourites-tmpl-note-removed" type="text/x-jquery-tmpl"> <p>This means we will no longer use <strong>${locationName}</strong> to give you relevant local information across the BBC.</p> </script> </div> <!-- .templates --> </div><!-- #favourites --> </div> <div class="columns"> <div class="column-main"> <div id="summary" class="homepage-summary domestic-summary module"> <div class="text"> <h2>UK Today</h2> <p class="headline" lang="en-GB">Cold, cloudy and wet today, brighter on Sunday.</p> <p class="summary-text" lang="en-GB">Cold and cloudy with outbreaks of mainly light rain for much of the UK, perhaps turning to sleet or wet snow for a time. However sunny spells and showers are likely across Northern Ireland and western Scotland.</p> <div class="warnings"> <p class="weather-warning"> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/2635167#extra-uk-content"> <strong>Weather warnings have been issued</strong> </a> </p> </div> <ul class="related-links"> <li><a href="/web/20180203143510/http://www.bbc.co.uk/weather/2635167">More UK Weather</a></li> <li><a href="/web/20180203143510/http://www.bbc.co.uk/weather/2635167#outlook">Monthly Outlook</a></li> <li><a href="/web/20180203143510/http://www.bbc.co.uk/weather/coast_and_sea">Coast & Sea</a></li> <li><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/35727564">Winter Sports</a></li> </ul> </div> <div class="summary-map"> <img class="map-bg" src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/summary-map/infographmap.gif" width="310" height="487" alt="Map of the United Kingdom"/> <p class="summary-map-time">15:00</p> <div id="location-2643736" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/10.png" alt="Londonderry - Light Rain Shower" title="Londonderry - Light Rain Shower"/> </div> <div id="location-2635199" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/3.png" alt="Ullapool - Sunny Intervals" title="Ullapool - Sunny Intervals"/> </div> <div id="location-2638339" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/15.png" alt="Scrabster - Heavy Rain" title="Scrabster - Heavy Rain"/> </div> <div id="location-2657782" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/7.png" alt="Aberystwyth - Light Cloud" title="Aberystwyth - Light Cloud"/> </div> <div id="location-2641673" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/12.png" alt="Newcastle upon Tyne - Light Rain" title="Newcastle upon Tyne - Light Rain"/> </div> <div id="location-2641181" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/15.png" alt="Norwich - Heavy Rain" title="Norwich - Heavy Rain"/> </div> <div id="location-2654965" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/27.png" alt="Braemar - Heavy Snow" title="Braemar - Heavy Snow"/> </div> <div id="location-2641430" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/8.png" alt="Northampton - Thick Cloud" title="Northampton - Thick Cloud"/> </div> <div id="location-2641108" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/3.png" alt="Oban - Sunny Intervals" title="Oban - Sunny Intervals"/> </div> <div id="location-2640194" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/3.png" alt="Plymouth - Sunny Intervals" title="Plymouth - Sunny Intervals"/> </div> <div id="location-6296592" class="summary-map-icon"> <img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/icons/individual_40_icons/en_on_infograph_bg/12.png" alt="Southampton - Light Rain" title="Southampton - Light Rain"/> </div> <div id="location-2655984" class="summary-map-pinpoint"> <span class="summary-map-temp temp-4-6" title="Belfast"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">6<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">43<span class="unit">°F</span></span></span> </span> <a class="summary-map-label label-align-right" href="/web/20180203143510/http://www.bbc.co.uk/weather/2655984">Belfast</a> </div> <div id="location-2653822" class="summary-map-pinpoint"> <a class="summary-map-label label-align-left" href="/web/20180203143510/http://www.bbc.co.uk/weather/2653822">Cardiff</a> <span class="summary-map-temp temp-4-6" title="Cardiff"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">6<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">43<span class="unit">°F</span></span></span> </span> </div> <div id="location-2650225" class="summary-map-pinpoint"> <span class="summary-map-temp temp-1-3" title="Edinburgh"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">°F</span></span></span> </span> <a class="summary-map-label label-align-right" href="/web/20180203143510/http://www.bbc.co.uk/weather/2650225">Edinburgh</a> </div> <div id="location-2643743" class="summary-map-pinpoint"> <span class="summary-map-temp temp-4-6" title="London"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">5<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">41<span class="unit">°F</span></span></span> </span> <a class="summary-map-label label-align-right" href="/web/20180203143510/http://www.bbc.co.uk/weather/2643743">London</a> </div> <div id="location-2645425" class="summary-map-pinpoint"> <span class="summary-map-temp temp-1-3" title="Hull"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">°F</span></span></span> </span> <a class="summary-map-label label-align-right" href="/web/20180203143510/http://www.bbc.co.uk/weather/2645425">Hull</a> </div> <div id="location-2643123" class="summary-map-pinpoint"> <a class="summary-map-label label-align-left" href="/web/20180203143510/http://www.bbc.co.uk/weather/2643123">Manchester</a> <span class="summary-map-temp temp-1-3" title="Manchester"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">3<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">37<span class="unit">°F</span></span></span> </span> </div> <div id="location-3042091" class="summary-map-pinpoint"> <span class="summary-map-temp temp-7-9" title="St Helier"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">7<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">45<span class="unit">°F</span></span></span> </span> <a class="summary-map-label label-align-right" href="/web/20180203143510/http://www.bbc.co.uk/weather/3042091">St Helier</a> </div> <div id="location-2644605" class="summary-map-pinpoint"> <a class="summary-map-label label-align-left" href="/web/20180203143510/http://www.bbc.co.uk/weather/2644605">Lerwick</a> <span class="summary-map-temp temp-4-6" title="Lerwick"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">4<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">39<span class="unit">°F</span></span></span> </span> </div> </div> </div> <!-- Morph Featured Article --> <div id="cps-featured-articles"><div id="u6750616992358118"><div class="featured-articles article-count-3" lang="en-GB" data-reactid=".4qo0fulszk" data-react-checksum="900820500"><h2 lang="en-GB" data-reactid=".4qo0fulszk.0">Features & Analysis</h2><div class="article article-1" data-reactid=".4qo0fulszk.2:$42926762"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/42926762" data-reactid=".4qo0fulszk.2:$42926762.0"><img src="https://web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/304/cpsprodpb/07C2/production/_99868910_p05wy8rd.jpg" data-reactid=".4qo0fulszk.2:$42926762.0.0"/><h3 data-reactid=".4qo0fulszk.2:$42926762.0.1">Weather for the week ahead</h3></a><div class="article-summary" data-reactid=".4qo0fulszk.2:$42926762.1"><p data-reactid=".4qo0fulszk.2:$42926762.1.0">Snow and sleet showers over the next few days but will the weather have changed again by next weekend? Philip Avery takes a look.</p></div></div><div class="article article-2" data-reactid=".4qo0fulszk.2:$42931333"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/42931333" data-reactid=".4qo0fulszk.2:$42931333.0"><img src="https://web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/144/cpsprodpb/180DF/production/_99872589_p05wzrcw.jpg" data-reactid=".4qo0fulszk.2:$42931333.0.0"/><h3 data-reactid=".4qo0fulszk.2:$42931333.0.1">No let up in SA drought</h3></a><div class="article-summary" data-reactid=".4qo0fulszk.2:$42931333.1"><p data-reactid=".4qo0fulszk.2:$42931333.1.0">No respite ahead for Capetown as rain remains absent in the forecast</p></div></div><div class="article article-3" data-reactid=".4qo0fulszk.2:$34872369"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/34872369" data-reactid=".4qo0fulszk.2:$34872369.0"><img src="https://web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/144/cpsprodpb/A1E7/production/_86774414_louisesnow.jpg" data-reactid=".4qo0fulszk.2:$34872369.0.0"/><h3 data-reactid=".4qo0fulszk.2:$34872369.0.1">Snow, sleet or rain?</h3></a><div class="article-summary" data-reactid=".4qo0fulszk.2:$34872369.1"><p data-reactid=".4qo0fulszk.2:$34872369.1.0">Louise Lear explains some of the difficulties involved in forecasting snow.</p></div></div></div></div></div> <!-- Morph Featured Article end --> </div> <div class="column-sidebar clear-find-a-forecast"> <div class="forecast-videos forecast-videos--morph module "> <h2>UK Forecast Video</h2> <div class="video"> <div id="forecast-video"><div id="u2744185111951083"><div lang="en" class="wr-c-forecast-video gel-minion-bold" data-reactid=".27ibaabegw0" data-react-checksum="534588326"><div data-reactid=".27ibaabegw0.0"><div class="wr-c-forecast-video-forecast__video" data-reactid=".27ibaabegw0.0.0"><div class="wr-c-video-forecast__media" lang="en" data-vpid="p05wzgzl" data-title="Weather Bulletin: UK" data-holding-image-url="https://ichef.bbci.co.uk/images/ic/$recipe/p05kqz4x.jpg" data-parent-pid="p05wzgzj" data-reactid=".27ibaabegw0.0.0.0"><div class="smp" data-reactid=".27ibaabegw0.0.0.0.0"></div><div class="wr-c-smp-wrapper__javascript-needed" data-reactid=".27ibaabegw0.0.0.0.1">Please turn on JavaScript. Media requires JavaScript to play.</div></div></div><p class="wr-c-forecast-video__info" data-reactid=".27ibaabegw0.0.1"><span class="wr-c-forecast-video__last-updated" data-reactid=".27ibaabegw0.0.1.0">Last updated 09:58 GMT, Saturday 3 Feb</span></p></div></div></div></div> </div> </div> <div class="weather-watchers module"> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.co.uk/weatherwatchers" class="weather-watchers__link"> <img class="weather-watchers__image" src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/weather/0.5.4515/images/other/weather-watchers-promo.jpg"/> <div class="weather-watchers__text"> <h2>BBC Weather Watchers</h2> <p>How's the weather where you are? Join the nation's favourite conversation.</p> </div> </a> </div> <div class="extremes"> <div class="extreme type-cold"> <h2>UK Cold Spots</h2> <ol> <li class="item-1"> <span class="index">1</span> <span class="location" title="Haslingden">Haslingden</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">-2<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">28<span class="unit">°F</span></span></span></span> </li> <li class="item-2"> <span class="index">2</span> <span class="location" title="Reigate">Reigate</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">1<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">34<span class="unit">°F</span></span></span></span> </li> <li class="item-3"> <span class="index">3</span> <span class="location" title="Melton Mowbray">Melton Mowbray</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">1<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">34<span class="unit">°F</span></span></span></span> </li> <li class="item-4"> <span class="index">4</span> <span class="location" title="Hemel Hempstead">Hemel Hempstead</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">1<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">34<span class="unit">°F</span></span></span></span> </li> <li class="item-5"> <span class="index">5</span> <span class="location" title="Windsor">Windsor</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">2<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">36<span class="unit">°F</span></span></span></span> </li> </ol> </div> <div class="extreme type-hot"> <h2>UK Hot Spots</h2> <ol> <li class="item-1"> <span class="index">1</span> <span class="location" title="Jersey Airport">Jersey Airport</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">8<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">46<span class="unit">°F</span></span></span></span> </li> <li class="item-2"> <span class="index">2</span> <span class="location" title="Kilmarnock">Kilmarnock</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">6<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">43<span class="unit">°F</span></span></span></span> </li> <li class="item-3"> <span class="index">3</span> <span class="location" title="Gravesend">Gravesend</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">5<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">41<span class="unit">°F</span></span></span></span> </li> <li class="item-4"> <span class="index">4</span> <span class="location" title="Windsor">Windsor</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">4<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">39<span class="unit">°F</span></span></span></span> </li> <li class="item-5"> <span class="index">5</span> <span class="location" title="Crawley">Crawley</span> <span class="temperature"> <span class="units-values temperature-units-values"><span data-unit="c" class="units-value temperature-value temperature-value-unit-c">4<span class="unit">°C</span></span><span class="unit-types-separator"> </span><span data-unit="f" class="units-value temperature-value temperature-value-unit-f">39<span class="unit">°F</span></span></span></span> </li> </ol> </div> <div class="smallprint"> <p>Temperatures are for the next 24 hours</p> </div> </div> </div> </div> <!-- Morph Picture Gallery --> <div id="cps-picture-gallery"><div id="u6261430373415351"><div class="picture-gallery" data-reactid=".9ywzz4b280" data-react-checksum="-137424590"><h2 data-reactid=".9ywzz4b280.0">In Pictures</h2><div class="thumbnails" data-reactid=".9ywzz4b280.1"><ol data-reactid=".9ywzz4b280.1.0"><li class="first" data-reactid=".9ywzz4b280.1.0.$0"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/41901263" data-reactid=".9ywzz4b280.1.0.$0.0"><img src="//web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/144/cpsprodpb/8978/production/_99729153_mediaitem99729152.jpg" alt="A man makes his way through heavy snow" data-reactid=".9ywzz4b280.1.0.$0.0.0"/></a></li><li data-reactid=".9ywzz4b280.1.0.$1"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/41901263" data-reactid=".9ywzz4b280.1.0.$1.0"><img src="//web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/144/cpsprodpb/296B/production/_99730601_swiss.jpg" alt="A closed road due to snow" data-reactid=".9ywzz4b280.1.0.$1.0.0"/></a></li><li data-reactid=".9ywzz4b280.1.0.$2"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/41901263" data-reactid=".9ywzz4b280.1.0.$2.0"><img src="//web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/144/cpsprodpb/C3C1/production/_99731105_mediaitem99731104.jpg" alt="Waves break on the sea port" data-reactid=".9ywzz4b280.1.0.$2.0.0"/></a></li><li data-reactid=".9ywzz4b280.1.0.$3"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/41901263" data-reactid=".9ywzz4b280.1.0.$3.0"><img src="//web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/144/cpsprodpb/433D/production/_99731271_mediaitem99731270.jpg" alt="Northern Lights over a plane wreck" data-reactid=".9ywzz4b280.1.0.$3.0.0"/></a></li><li data-reactid=".9ywzz4b280.1.0.$4"><a href="/web/20180203143510/http://www.bbc.co.uk/weather/features/41901263" data-reactid=".9ywzz4b280.1.0.$4.0"><img src="//web.archive.org/web/20180203143510im_/http://ichef.bbci.co.uk/news/144/cpsprodpb/AD19/production/_99731344_mediaitem99731343.jpg" alt="A lorry trailer is nearly blown over" data-reactid=".9ywzz4b280.1.0.$4.0.0"/></a></li></ol></div></div></div></div> <!-- Morph Picture Gallery end --> <div id="related-links"> <div class="internal-links column"> <h2>Related Links</h2> <ul> <li><a href="/web/20180203143510/http://www.bbc.co.uk/weather/2635167">More UK Weather</a></li> <li><a href="/web/20180203143510/http://www.bbc.co.uk/weather/coast_and_sea">Coast & Sea</a></li> </ul> </div> <div class="elsewhere-links column"> <h2>Elsewhere</h2> <ul> <li> <a href="https://web.archive.org/web/20180203143510/http://www.metoffice.gov.uk/">Met Office</a> </li> <li> <a href="https://web.archive.org/web/20180203143510/http://public.wmo.int/">World Meteorological Organization</a> </li> </ul> </div> <div class="about-links column"> <h2>About BBC Weather</h2> <ul> <li> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/about/19119489">BBC Weather Presenters</a> </li> <li> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/about/17185651">Help & FAQs</a> </li> <li> <a href="/web/20180203143510/http://www.bbc.co.uk/weather/about/17543675">Feeds</a> </li> </ul> </div> </div> <div class="ack"> <p>BBC Weather in association with the <a href="https://web.archive.org/web/20180203143510/http://www.metoffice.gov.uk/">Met Office</a></p> <p>All times are GMT (Europe/London, GMT+0000) unless otherwise stated</p> </div> <!-- MORPH INCLUDE BODY-LAST START --> <script>Morph.toInit.ptrs.push(function() { Morph.ptrs = Morph.ptrs || {}; Morph.names = Morph.names || {}; var newPtrs = {}; Object.keys(newPtrs).forEach(function(key) { Morph.names[key] = newPtrs[key].name; Morph.ptrs[key] = newPtrs[key].ptrs; }); });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-wr-video-forecast-data-lookup@2.0.2"]={},function(e){function a(n){if(i[n])return i[n].exports;var r=i[n]={exports:{},id:n,loaded:!1};return e[n].call(r.exports,r,r.exports,a),r.loaded=!0,r.exports}var i={};return a.m=e,a.c=i,a.p="",a(0)}([function(e,a,i){Morph.modules["bbc-morph-wr-video-forecast-data-lookup@2.0.2"]=i(1)},function(e,a,i){e.exports=i(2)},function(e,a,i){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(a,"__esModule",{value:!0});var r=i(3),t=n(r),s=i(4),o=n(s),d=i(5),_=n(d),m=i(6),u=n(m),l=i(7),c=n(l),g=i(8),N=n(g),p=function(e){return"[object Object]"===Object.prototype.toString.call(e)},h=function(e){return/^test$/i.test(e)},f=function(e){var a=e.nitroEnv;return h(a)?u.default:_.default},b=function(e){var a=e.nitroEnv;return h(a)?N.default:c.default},y=function e(a){var i=a.tvChannel,n=a.nitroEnv,r=f({nitroEnv:n})[i];if("undefined"!=typeof r){if(r.mapToChannel)return e({tvChannel:r.mapToChannel,nitroEnv:n});var t=r.brandPid,s=r.title,o=r.updateFrequency;return{brandPid:t,title:s,updateFrequency:o}}},k=function(e){var a=e.countryCode,i=e.nitroEnv;if("string"==typeof a){var n=t.default[a.toLowerCase()];if(p(n)){var r=n.region,s=b({nitroEnv:i})[r];if("string"==typeof s)return{brandPid:s,title:o.default[r]}}}},v=function(e){var a=e.tvChannel,i=e.countryCode,n=e.nitroEnv,r=void 0===n?"live":n;if("string"==typeof a&&a.length>0&&"none"!==a){var t=y({tvChannel:a,nitroEnv:r});if(p(t))return t}if("string"==typeof i&&i.length>0&&"none"!==i){var s=k({countryCode:i,nitroEnv:r});if(p(s))return s}return{}};a.default=v},function(e,a){"use strict";e.exports={0:{siteName:"Macau International",region:"australasia"},co:{siteName:"Colombia",region:"south_and_central_america"},np:{siteName:"Nepal",region:"south_and_central_asia"},vn:{siteName:"Vietnam",region:"australasia"},de:{siteName:"Germany",region:"europe"},sn:{siteName:"Senegal",region:"middle_east_and_africa"},aw:{siteName:"Aruba",region:"south_and_central_america"},la:{siteName:"Laos",region:"australasia"},tr:{siteName:"Turkey",region:"europe"},cz:{siteName:"Czech Republic",region:"europe"},kp:{siteName:"North Korea",region:"australasia"},gn:{siteName:"Guinea",region:"middle_east_and_africa"},za:{siteName:"South Africa",region:"middle_east_and_africa"},by:{siteName:"Belarus",region:"europe"},mk:{siteName:"Macedonia",region:"europe"},gq:{siteName:"Equatorial Guinea",region:"middle_east_and_africa"},pe:{siteName:"Peru",region:"south_and_central_america"},ir:{siteName:"Iran",region:"middle_east_and_africa"},sr:{siteName:"Suriname",region:"south_and_central_america"},br:{siteName:"Brazil",region:"south_and_central_america"},mr:{siteName:"Mauritania",region:"middle_east_and_africa"},ma:{siteName:"Morocco",region:"middle_east_and_africa"},us:{siteName:"United States of America",region:"north_america"},gf:{siteName:"French Guiana",region:"south_and_central_america"},rw:{siteName:"Rwanda",region:"middle_east_and_africa"},ad:{siteName:"Andorra",region:"europe"},kz:{siteName:"Kazakhstan",region:"south_and_central_asia"},tg:{siteName:"Togo",region:"middle_east_and_africa"},ky:{siteName:"Cayman Islands",region:"south_and_central_america"},ck:{siteName:"Cook Islands",region:"australasia"},nz:{siteName:"New Zealand",region:"australasia"},ye:{siteName:"Yemen",region:"middle_east_and_africa"},gl:{siteName:"Greenland",region:"europe"},sg:{siteName:"Singapore",region:"australasia"},az:{siteName:"Azerbaijan",region:"europe"},lr:{siteName:"Liberia",region:"middle_east_and_africa"},ug:{siteName:"Uganda",region:"middle_east_and_africa"},do:{siteName:"Dominican Republic",region:"south_and_central_america"},pk:{siteName:"Pakistan",region:"south_and_central_asia"},hn:{siteName:"Honduras",region:"south_and_central_america"},sh:{siteName:"St Helena",region:"south_and_central_america"},bm:{siteName:"Bermuda",region:"north_america"},mv:{siteName:"Maldives",region:"south_and_central_asia"},fk:{siteName:"Falkland Islands",region:"south_and_central_america"},pr:{siteName:"Puerto Rico",region:"south_and_central_america"},it:{siteName:"Italy",region:"europe"},sy:{siteName:"Syria",region:"middle_east_and_africa"},bi:{siteName:"Burundi",region:"middle_east_and_africa"},md:{siteName:"Moldova",region:"europe"},cn:{siteName:"China",region:"australasia"},nr:{siteName:"Nauru",region:"australasia"},ve:{siteName:"Venezuela",region:"south_and_central_america"},ge:{siteName:"Georgia",region:"europe"},sa:{siteName:"Saudi Arabia",region:"middle_east_and_africa"},am:{siteName:"Armenia",region:"europe"},kg:{siteName:"Kyrgyzstan",region:"south_and_central_asia"},tn:{siteName:"Tunisia",region:"middle_east_and_africa"},cy:{siteName:"Cyprus",region:"europe"},nu:{siteName:"Niue",region:"australasia"},gt:{siteName:"Guatemala",region:"south_and_central_america"},so:{siteName:"Somalia",region:"middle_east_and_africa"},bb:{siteName:"Barbados",region:"south_and_central_america"},lu:{siteName:"Luxembourg",region:"europe"},sv:{siteName:"El Salvador",region:"south_and_central_america"},py:{siteName:"Paraguay",region:"south_and_central_america"},id:{siteName:"Indonesia",region:"australasia"},sd:{siteName:"Sudan",region:"middle_east_and_africa"},bw:{siteName:"Botswana",region:"middle_east_and_africa"},mq:{siteName:"Martinique",region:"south_and_central_america"},fr:{siteName:"France",region:"europe"},ru:{siteName:"Russia",region:"europe"},as:{siteName:"American Samoa",region:"australasia"},jo:{siteName:"Jordan",region:"middle_east_and_africa"},th:{siteName:"Thailand",region:"australasia"},cv:{siteName:"Cape Verde",region:"middle_east_and_africa"},ms:{siteName:"Montserrat",region:"south_and_central_america"},cd:{siteName:"Democratic Republic of Congo",region:"middle_east_and_africa"},nc:{siteName:"New Caledonia",region:"australasia"},eh:{siteName:"Western Sahara",region:"middle_east_and_africa"},gr:{siteName:"Greece",region:"europe"},sl:{siteName:"Sierra Leone",region:"middle_east_and_africa"},at:{siteName:"Austria",region:"europe"},ls:{siteName:"Lesotho",region:"middle_east_and_africa"},tv:{siteName:"Tuvalu",region:"australasia"},dm:{siteName:"Dominica",region:"south_and_central_america"},om:{siteName:"Oman",region:"middle_east_and_africa"},ht:{siteName:"Haiti",region:"south_and_central_america"},lk:{siteName:"Sri Lanka",region:"south_and_central_asia"},bj:{siteName:"Benin",region:"middle_east_and_africa"},my:{siteName:"Malaysia",region:"australasia"},et:{siteName:"Ethiopia",region:"middle_east_and_africa"},pt:{siteName:"Portugal",region:"europe"},il:{siteName:"Israel",region:"middle_east_and_africa"},ch:{siteName:"Switzerland",region:"europe"},bf:{siteName:"Burkina Faso",region:"middle_east_and_africa"},fm:{siteName:"Micronesia",region:"australasia"},na:{siteName:"Namibia",region:"middle_east_and_africa"},vu:{siteName:"Vanuatu",region:"australasia"},gm:{siteName:"The Gambia",region:"middle_east_and_africa"},st:{siteName:"Sao Tome and Principe",region:"middle_east_and_africa"},ar:{siteName:"Argentina",region:"south_and_central_america"},kw:{siteName:"Kuwait",region:"middle_east_and_africa"},tt:{siteName:"Trinidad and Tobago",region:"south_and_central_america"},cl:{siteName:"Chile",region:"south_and_central_america"},cu:{siteName:"Cuba",region:"south_and_central_america"},ng:{siteName:"Nigeria",region:"middle_east_and_africa"},im:{siteName:"Isle of Man",region:"uk"},gu:{siteName:"Guam",region:"australasia"},sb:{siteName:"Solomon Islands",region:"australasia"},bd:{siteName:"Bangladesh",region:"south_and_central_asia"},lt:{siteName:"Lithuania",region:"europe"},gb:{siteName:"United Kingdom",region:"uk"},eg:{siteName:"Egypt",region:"middle_east_and_africa"},pg:{siteName:"Papua New Guinea",region:"australasia"},in:{siteName:"India",region:"south_and_central_asia"},vc:{siteName:"St Vincent and the Grenadines",region:"south_and_central_america"},ba:{siteName:"Bosnia-Hercegovina",region:"europe"},mh:{siteName:"Marshall Islands",region:"australasia"},fi:{siteName:"Finland",region:"europe"},ro:{siteName:"Romania",region:"europe"},dz:{siteName:"Algeria",region:"middle_east_and_africa"},jp:{siteName:"Japan",region:"australasia"},tz:{siteName:"Tanzania",region:"middle_east_and_africa"},ca:{siteName:"Canada",region:"north_america"},me:{siteName:"Montenegro",region:"europe"},cg:{siteName:"Republic of Congo",region:"middle_east_and_africa"},an:{siteName:"Netherlands Antilles",region:"south_and_central_america"},wf:{siteName:"Wallis and Futuna Islands",region:"australasia"},gi:{siteName:"Gibraltar",region:"europe"},sc:{siteName:"Seychelles",region:"middle_east_and_africa"},au:{siteName:"Australia",region:"australasia"},lb:{siteName:"Lebanon",region:"middle_east_and_africa"},tc:{siteName:"Turks and Caicos Islands",region:"south_and_central_america"},dj:{siteName:"Djibouti",region:"middle_east_and_africa"},no:{siteName:"Norway",region:"europe"},gy:{siteName:"Guyana",region:"south_and_central_america"},es:{siteName:"Spain",region:"europe"},bz:{siteName:"Belize",region:"south_and_central_america"},mw:{siteName:"Malawi",region:"middle_east_and_africa"},ee:{siteName:"Estonia",region:"europe"},pl:{siteName:"Poland",region:"europe"},ie:{siteName:"Irish Republic",region:"europe"},se:{siteName:"Sweden",region:"europe"},bg:{siteName:"Bulgaria",region:"europe"},mx:{siteName:"Mexico",region:"south_and_central_america"},mm:{siteName:"Myanmar (Burma)",region:"south_and_central_asia"},uz:{siteName:"Uzbekistan",region:"south_and_central_asia"},ga:{siteName:"Gabon",region:"middle_east_and_africa"},sm:{siteName:"San Marino",region:"europe"},ag:{siteName:"Antigua and Barbuda",region:"south_and_central_america"},ki:{siteName:"Kiribati",region:"australasia"},to:{siteName:"Tonga",region:"australasia"},td:{siteName:"Chad",region:"middle_east_and_africa"},hr:{siteName:"Croatia",region:"europe"},ne:{siteName:"Niger",region:"middle_east_and_africa"},zw:{siteName:"Zimbabwe",region:"middle_east_and_africa"},gp:{siteName:"Guadeloupe",region:"south_and_central_america"},si:{siteName:"Slovenia",region:"europe"},bh:{siteName:"Bahrain",region:"middle_east_and_africa"},li:{siteName:"Liechtenstein",region:"europe"},ae:{siteName:"United Arab Emirates",region:"middle_east_and_africa"},ec:{siteName:"Ecuador",region:"south_and_central_america"},pa:{siteName:"Panama",region:"south_and_central_america"},is:{siteName:"Iceland",region:"europe"},lc:{siteName:"St Lucia",region:"south_and_central_america"},bo:{siteName:"Bolivia",region:"south_and_central_america"},mt:{siteName:"Malta",region:"europe"},fj:{siteName:"Fiji",region:"australasia"},re:{siteName:"Reunion",region:"middle_east_and_africa"},al:{siteName:"Albania",region:"europe"},jm:{siteName:"Jamaica",region:"south_and_central_america"},tj:{siteName:"Tajikistan",region:"south_and_central_asia"},cm:{siteName:"Cameroon",region:"middle_east_and_africa"},mn:{siteName:"Mongolia",region:"australasia"},km:{siteName:"Comoros",region:"middle_east_and_africa"},nl:{siteName:"Netherlands",region:"europe"},vg:{siteName:"Virgin Islands (uk)",region:"south_and_central_america"},gh:{siteName:"Ghana",region:"middle_east_and_africa"},rs:{siteName:"Serbia",region:"europe"},ac:{siteName:"Ascension",region:"middle_east_and_africa"},lv:{siteName:"Latvia",region:"europe"},tm:{siteName:"Turkmenistan",region:"south_and_central_asia"},dk:{siteName:"Denmark",region:"europe"},mp:{siteName:"Northern Mariana Islands",region:"australasia"},gw:{siteName:"Guinea-Bissau",region:"middle_east_and_africa"},kr:{siteName:"South Korea",region:"australasia"},be:{siteName:"Belgium",region:"europe"},mg:{siteName:"Madagascar",region:"middle_east_and_africa"},er:{siteName:"Eritrea",region:"middle_east_and_africa"},ph:{siteName:"Philippines",region:"australasia"},iq:{siteName:"Iraq",region:"middle_east_and_africa"},sz:{siteName:"Swaziland",region:"middle_east_and_africa"},bn:{siteName:"Brunei",region:"australasia"},mu:{siteName:"Mauritius",region:"middle_east_and_africa"},mz:{siteName:"Mozambique",region:"middle_east_and_africa"},uy:{siteName:"Uruguay",region:"south_and_central_america"},pf:{siteName:"French Polynesia",region:"australasia"},ws:{siteName:"Samoa",region:"australasia"},ao:{siteName:"Angola",region:"middle_east_and_africa"},ke:{siteName:"Kenya",region:"middle_east_and_africa"},tk:{siteName:"Tokelau",region:"australasia"},cf:{siteName:"Central African Republic",region:"middle_east_and_africa"},cr:{siteName:"Costa Rica",region:"south_and_central_america"},ni:{siteName:"Nicaragua",region:"south_and_central_america"},zm:{siteName:"Zambia",region:"middle_east_and_africa"},gd:{siteName:"Grenada",region:"south_and_central_america"},sk:{siteName:"Slovakia",region:"europe"},bs:{siteName:"The Bahamas",region:"south_and_central_america"},ly:{siteName:"Libya",region:"middle_east_and_africa"},ua:{siteName:"ukraine",region:"europe"},tl:{siteName:"East Timor",region:"australasia"},pw:{siteName:"Palau",region:"australasia"},hu:{siteName:"Hungary",region:"europe"},kn:{siteName:"St Kitts & Nevis",region:"south_and_central_america"},bt:{siteName:"Bhutan",region:"south_and_central_asia"},ml:{siteName:"Mali",region:"middle_east_and_africa"},fo:{siteName:"Faroe Islands",region:"europe"},qa:{siteName:"Qatar",region:"middle_east_and_africa"},af:{siteName:"Afghanistan",region:"south_and_central_asia"},ci:{siteName:"Ivory Coast",region:"middle_east_and_africa"},tw:{siteName:"Taiwan",region:"australasia"},kh:{siteName:"Cambodia",region:"australasia"},mc:{siteName:"Monaco",region:"europe"}}},function(e,a){"use strict";e.exports={australasia:"Australasia",europe:"Europe",middle_east_and_africa:"Middle East and Africa",north_america:"North America",south_and_central_america:"South and Central America",south_and_central_asia:"South and Central Asia",uk:"UK"}},function(e,a){"use strict";e.exports={bbc_one_east:{updateFrequency:"weekdays",brandPid:"p008qz2l",title:"BBC Look East"},bbc_one_east_midlands:{updateFrequency:"weekdays",brandPid:"p008qz7j",title:"BBC East Midlands Today"},bbc_one_london:{updateFrequency:"weekdays",brandPid:"p008rd61",title:"BBC London"},bbc_one_north_east:{updateFrequency:"weekdays",brandPid:"p008rdfp",title:"BBC Look North"},bbc_one_east_yorkshire:{updateFrequency:"weekdays",brandPid:"p008qz7m",title:"BBC Look North"},bbc_one_yorkshire:{updateFrequency:"weekdays",brandPid:"p008qzd6",title:"BBC Look North"},bbc_one_north_west:{updateFrequency:"weekdays",brandPid:"p008rdfr",title:"BBC North West Tonight"},bbc_one_south:{updateFrequency:"daily",brandPid:"p008qzw6",title:"BBC South Today"},bbc_one_south_east:{updateFrequency:"daily",brandPid:"p008qzz4",title:"BBC South East Today"},bbc_one_south_west:{updateFrequency:"weekdays",brandPid:"p008qzmh",title:"BBC Spotlight"},bbc_one_west:{updateFrequency:"weekdays",brandPid:"p008qzf5",title:"BBC Points West"},bbc_one_west_midlands:{updateFrequency:"weekdays",brandPid:"p008qzdh",title:"BBC Midlands Today"},bbc_one_northern_ireland:{updateFrequency:"weekdays",brandPid:"p008rdfk",title:"BBC Newsline"},bbc_one_scotland:{updateFrequency:"daily",brandPid:"p008qzzn",title:"Reporting Scotland"},bbc_one_wales:{updateFrequency:"weekdays",brandPid:"p008qzfg",title:"BBC Wales Today"},bbc_one_channel_islands:{updateFrequency:"weekdays",brandPid:"p008qzlx",title:"BBC Channel Island News"},bbc_one_cambridge:{mapToChannel:"bbc_one_east"},bbc_one_oxford:{mapToChannel:"bbc_one_south"},bbc_one_yorks:{mapToChannel:"bbc_one_yorkshire"}}},function(e,a){"use strict";e.exports={}},function(e,a){"use strict";e.exports={australasia:"p008qyjn",europe:"p008qymg",middle_east_and_africa:"p008qyql",north_america:"p008qys0",south_and_central_america:"p008qys3",south_and_central_asia:"p008qyfd",uk:"p008qyxd"}},function(e,a){"use strict";e.exports={australasia:"p005sjyf",europe:"p005sjyk",middle_east_and_africa:"p005sjym",north_america:"p005sjyp",south_and_central_america:"p005sjyr",south_and_central_asia:"p005sjyc",uk:"p005sjyt"}}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-wr-language-helper@1.0.1"]={},function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){Morph.modules["bbc-morph-wr-language-helper@1.0.1"]=n(1)},function(e,t,n){e.exports=n(2)},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(3),i=r(o),u=n(4),c=r(u);t.default={langFromLocale:i.default,lookup:c.default},e.exports=t.default},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){var t="en",n=["en","cy","ga","gd"],r=new RegExp("^("+n.join("|")+")$");if("string"!=typeof e||e.length<2)return t;var o=e.toLowerCase().replace(/\-.*$/,"");return r.test(o)?o:t};t.default=n,e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=n(5),i=r(o),u=function(e,t){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];var u=e.texts,c=e.lang,l=e.defaultLang,a=u[c];if(a&&a[t]||(a=u[l]),!a)return t;var s=a[t];return s?r.length>0?i.default.format.apply(i.default,[s].concat(r)):s:t},c=function(e){var t=e.texts,n=e.lang,r=e.defaultLang,o=void 0===r?"en":r;return function(e){for(var r=arguments.length,i=Array(r>1?r-1:0),c=1;c<r;c++)i[c-1]=arguments[c];return u.apply(void 0,[{texts:t,lang:n,defaultLang:o},e].concat(i))}};t.default=c,e.exports=t.default},function(e,t,n){(function(e,r){function o(e,n){var r={seen:[],stylize:u};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),y(n)?r.showHidden=n:n&&t._extend(r,n),x(r.showHidden)&&(r.showHidden=!1),x(r.depth)&&(r.depth=2),x(r.colors)&&(r.colors=!1),x(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=i),l(r,e,r.depth)}function i(e,t){var n=o.styles[t];return n?"["+o.colors[n][0]+"m"+e+"["+o.colors[n][1]+"m":e}function u(e,t){return e}function c(e){var t={};return e.forEach(function(e,n){t[e]=!0}),t}function l(e,n,r){if(e.customInspect&&n&&E(n.inspect)&&n.inspect!==t.inspect&&(!n.constructor||n.constructor.prototype!==n)){var o=n.inspect(r,e);return b(o)||(o=l(e,o,r)),o}var i=a(e,n);if(i)return i;var u=Object.keys(n),y=c(u);if(e.showHidden&&(u=Object.getOwnPropertyNames(n)),z(n)&&(u.indexOf("message")>=0||u.indexOf("description")>=0))return s(n);if(0===u.length){if(E(n)){var h=n.name?": "+n.name:"";return e.stylize("[Function"+h+"]","special")}if(j(n))return e.stylize(RegExp.prototype.toString.call(n),"regexp");if(S(n))return e.stylize(Date.prototype.toString.call(n),"date");if(z(n))return s(n)}var v="",m=!1,w=["{","}"];if(g(n)&&(m=!0,w=["[","]"]),E(n)){var x=n.name?": "+n.name:"";v=" [Function"+x+"]"}if(j(n)&&(v=" "+RegExp.prototype.toString.call(n)),S(n)&&(v=" "+Date.prototype.toUTCString.call(n)),z(n)&&(v=" "+s(n)),0===u.length&&(!m||0==n.length))return w[0]+v+w[1];if(r<0)return j(n)?e.stylize(RegExp.prototype.toString.call(n),"regexp"):e.stylize("[Object]","special");e.seen.push(n);var O;return O=m?f(e,n,r,y,u):u.map(function(t){return p(e,n,r,y,t,m)}),e.seen.pop(),d(O,v,w)}function a(e,t){if(x(t))return e.stylize("undefined","undefined");if(b(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}return m(t)?e.stylize(""+t,"number"):y(t)?e.stylize(""+t,"boolean"):h(t)?e.stylize("null","null"):void 0}function s(e){return"["+Error.prototype.toString.call(e)+"]"}function f(e,t,n,r,o){for(var i=[],u=0,c=t.length;u<c;++u)M(t,String(u))?i.push(p(e,t,n,r,String(u),!0)):i.push("");return o.forEach(function(o){o.match(/^\d+$/)||i.push(p(e,t,n,r,o,!0))}),i}function p(e,t,n,r,o,i){var u,c,a;if(a=Object.getOwnPropertyDescriptor(t,o)||{value:t[o]},a.get?c=a.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):a.set&&(c=e.stylize("[Setter]","special")),M(r,o)||(u="["+o+"]"),c||(e.seen.indexOf(a.value)<0?(c=h(n)?l(e,a.value,null):l(e,a.value,n-1),c.indexOf("\n")>-1&&(c=i?c.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+c.split("\n").map(function(e){return" "+e}).join("\n"))):c=e.stylize("[Circular]","special")),x(u)){if(i&&o.match(/^\d+$/))return c;u=JSON.stringify(""+o),u.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(u=u.substr(1,u.length-2),u=e.stylize(u,"name")):(u=u.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),u=e.stylize(u,"string"))}return u+": "+c}function d(e,t,n){var r=0,o=e.reduce(function(e,t){return r++,t.indexOf("\n")>=0&&r++,e+t.replace(/\u001b\[\d\d?m/g,"").length+1},0);return o>60?n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1]:n[0]+t+" "+e.join(", ")+" "+n[1]}function g(e){return Array.isArray(e)}function y(e){return"boolean"==typeof e}function h(e){return null===e}function v(e){return null==e}function m(e){return"number"==typeof e}function b(e){return"string"==typeof e}function w(e){return"symbol"==typeof e}function x(e){return void 0===e}function j(e){return O(e)&&"[object RegExp]"===_(e)}function O(e){return"object"==typeof e&&null!==e}function S(e){return O(e)&&"[object Date]"===_(e)}function z(e){return O(e)&&("[object Error]"===_(e)||e instanceof Error)}function E(e){return"function"==typeof e}function T(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function _(e){return Object.prototype.toString.call(e)}function D(e){return e<10?"0"+e.toString(10):e.toString(10)}function A(){var e=new Date,t=[D(e.getHours()),D(e.getMinutes()),D(e.getSeconds())].join(":");return[e.getDate(),R[e.getMonth()],t].join(" ")}function M(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var N=/%[sdj%]/g;t.format=function(e){if(!b(e)){for(var t=[],n=0;n<arguments.length;n++)t.push(o(arguments[n]));return t.join(" ")}for(var n=1,r=arguments,i=r.length,u=String(e).replace(N,function(e){if("%%"===e)return"%";if(n>=i)return e;switch(e){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(e){return"[Circular]"}default:return e}}),c=r[n];n<i;c=r[++n])u+=h(c)||!O(c)?" "+c:" "+o(c);return u},t.deprecate=function(n,o){function i(){if(!u){if(r.throwDeprecation)throw new Error(o);r.traceDeprecation?console.trace(o):console.error(o),u=!0}return n.apply(this,arguments)}if(x(e.process))return function(){return t.deprecate(n,o).apply(this,arguments)};if(r.noDeprecation===!0)return n;var u=!1;return i};var L,P={};t.debuglog=function(e){if(x(L)&&(L=r.env.NODE_DEBUG||""),e=e.toUpperCase(),!P[e])if(new RegExp("\\b"+e+"\\b","i").test(L)){var n=r.pid;P[e]=function(){var r=t.format.apply(t,arguments);console.error("%s %d: %s",e,n,r)}}else P[e]=function(){};return P[e]},t.inspect=o,o.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},o.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=g,t.isBoolean=y,t.isNull=h,t.isNullOrUndefined=v,t.isNumber=m,t.isString=b,t.isSymbol=w,t.isUndefined=x,t.isRegExp=j,t.isObject=O,t.isDate=S,t.isError=z,t.isFunction=E,t.isPrimitive=T,t.isBuffer=n(7);var R=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];t.log=function(){console.log("%s - %s",A(),t.format.apply(t,arguments))},t.inherits=n(8),t._extend=function(e,t){if(!t||!O(t))return e;for(var n=Object.keys(t),r=n.length;r--;)e[n[r]]=t[n[r]];return e}}).call(t,function(){return this}(),n(6))},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(e){if(s===setTimeout)return setTimeout(e,0);if((s===n||!s)&&setTimeout)return s=setTimeout,setTimeout(e,0);try{return s(e,0)}catch(t){try{return s.call(null,e,0)}catch(t){return s.call(this,e,0)}}}function i(e){if(f===clearTimeout)return clearTimeout(e);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(e);try{return f(e)}catch(t){try{return f.call(null,e)}catch(t){return f.call(this,e)}}}function u(){y&&d&&(y=!1,d.length?g=d.concat(g):h=-1,g.length&&c())}function c(){if(!y){var e=o(u);y=!0;for(var t=g.length;t;){for(d=g,g=[];++h<t;)d&&d[h].run();h=-1,t=g.length}d=null,y=!1,i(e)}}function l(e,t){this.fun=e,this.array=t}function a(){}var s,f,p=e.exports={};!function(){try{s="function"==typeof setTimeout?setTimeout:n}catch(e){s=n}try{f="function"==typeof clearTimeout?clearTimeout:r}catch(e){f=r}}();var d,g=[],y=!1,h=-1;p.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];g.push(new l(e,t)),1!==g.length||y||o(c)},l.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=a,p.addListener=a,p.once=a,p.off=a,p.removeListener=a,p.removeAllListeners=a,p.emit=a,p.binding=function(e){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(e){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},function(e,t){e.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},function(e,t){"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-wr-smp-wrapper@1.0.1"]={"bbc-morph-wr-language-helper":"1.0.1",react:"0.14.7"},function(e){function r(a){if(t[a])return t[a].exports;var p=t[a]={exports:{},id:a,loaded:!1};return e[a].call(p.exports,p,p.exports,r),p.loaded=!0,p.exports}var t={};return r.m=e,r.c=t,r.p="",r(0)}([function(e,r,t){Morph.modules["bbc-morph-wr-smp-wrapper@1.0.1"]=t(1)},function(e,r,t){e.exports=t(2)},function(e,r,t){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}function p(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function o(e,r){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!r||"object"!=typeof r&&"function"!=typeof r?e:r}function n(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function, not "+typeof r);e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),r&&(Object.setPrototypeOf?Object.setPrototypeOf(e,r):e.__proto__=r)}var i=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},s=function(){function e(e,r){for(var t=0;t<r.length;t++){var a=r[t];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}return function(r,t,a){return t&&e(r.prototype,t),a&&e(r,a),r}}(),c=t(3),l=a(c),u=t(4),d=t(5),f=a(d),h=function(e){function r(){return p(this,r),o(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return n(r,e),s(r,[{key:"videoDataProps",value:function(){return{"data-vpid":this.props.playerProps.vpid,"data-title":this.props.playerProps.title,"data-holding-image-url":this.props.playerProps.holdingImageUrl,"data-guidance":this.props.playerProps.guidance,"data-parent-pid":this.props.playerProps.parentPid,"data-clip-type":this.props.playerProps.mediaType}}},{key:"render",value:function(){var e=(0,u.langFromLocale)(this.props.locale),r=(0,u.lookup)({texts:f.default,lang:e}),t=this.videoDataProps();return l.default.createElement("div",i({className:this.props.wrapperClass,lang:e},t),this.props.children,l.default.createElement("div",{className:"wr-c-smp-wrapper__javascript-needed"},r("needsJavaScript")))}}]),r}(l.default.Component);h.displayName="WeatherSmpWrapper",h.propTypes={children:l.default.PropTypes.object,locale:l.default.PropTypes.string,playerProps:l.default.PropTypes.object,wrapperClass:l.default.PropTypes.string},h.defaultProps={locale:"en-GB",playerProps:{},wrapperClass:"wr-c-smp-wrapper"},e.exports=h},function(e,r){e.exports=React},function(e,r){e.exports=Morph.modules["bbc-morph-wr-language-helper@1.0.1"]},function(e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.default={en:{needsJavaScript:"Please turn on JavaScript. Media requires JavaScript to play."},cy:{needsJavaScript:"Trowch JavaScript ymlaen. Mae angen JavaScript i chwarae hwn."},gd:{needsJavaScript:"Cuir air JavaScript. Feumar JavaScript airson a chluich."},ga:{needsJavaScript:"Iarrtar ort JavaScript a chur ar obair. Tá JavaScript de dhíth leis na meáin a sheinm."}}}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-promise@1.0.6"]={"es6-promise":"3.2.1"},function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var e={};return n.m=t,n.c=e,n.p="",n(0)}([function(t,n,e){Morph.modules["bbc-morph-promise@1.0.6"]=e(1)},function(t,n,e){var r=e(2).Promise;t.exports=r},function(t,n,e){var r;(function(t,o,i){(function(){"use strict";function s(t){return"function"==typeof t||"object"==typeof t&&null!==t}function u(t){return"function"==typeof t}function c(t){V=t}function a(t){tt=t}function f(){return function(){t.nextTick(v)}}function l(){return function(){R(v)}}function h(){var t=0,n=new rt(v),e=document.createTextNode("");return n.observe(e,{characterData:!0}),function(){e.data=t=++t%2}}function p(){var t=new MessageChannel;return t.port1.onmessage=v,function(){t.port2.postMessage(0)}}function d(){return function(){setTimeout(v,1)}}function v(){for(var t=0;t<$;t+=2){var n=st[t],e=st[t+1];n(e),st[t]=void 0,st[t+1]=void 0}$=0}function _(){try{var t=e(5);return R=t.runOnLoop||t.runOnContext,l()}catch(t){return d()}}function y(t,n){var e=this,r=new this.constructor(w);void 0===r[at]&&N(r);var o=e._state;if(o){var i=arguments[o-1];tt(function(){F(o,r,i,e._result)})}else C(e,r,t,n);return r}function m(t){var n=this;if(t&&"object"==typeof t&&t.constructor===n)return t;var e=new n(w);return j(e,t),e}function w(){}function b(){return new TypeError("You cannot resolve a promise with itself")}function g(){return new TypeError("A promises callback cannot return that same promise.")}function A(t){try{return t.then}catch(t){return pt.error=t,pt}}function x(t,n,e,r){try{t.call(n,e,r)}catch(t){return t}}function E(t,n,e){tt(function(t){var r=!1,o=x(e,n,function(e){r||(r=!0,n!==e?j(t,e):M(t,e))},function(n){r||(r=!0,k(t,n))},"Settle: "+(t._label||" unknown promise"));!r&&o&&(r=!0,k(t,o))},t)}function T(t,n){n._state===lt?M(t,n._result):n._state===ht?k(t,n._result):C(n,void 0,function(n){j(t,n)},function(n){k(t,n)})}function S(t,n,e){n.constructor===t.constructor&&e===ut&&constructor.resolve===ct?T(t,n):e===pt?k(t,pt.error):void 0===e?M(t,n):u(e)?E(t,n,e):M(t,n)}function j(t,n){t===n?k(t,b()):s(n)?S(t,n,A(n)):M(t,n)}function P(t){t._onerror&&t._onerror(t._result),O(t)}function M(t,n){t._state===ft&&(t._result=n,t._state=lt,0!==t._subscribers.length&&tt(O,t))}function k(t,n){t._state===ft&&(t._state=ht,t._result=n,tt(P,t))}function C(t,n,e,r){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=n,o[i+lt]=e,o[i+ht]=r,0===i&&t._state&&tt(O,t)}function O(t){var n=t._subscribers,e=t._state;if(0!==n.length){for(var r,o,i=t._result,s=0;s<n.length;s+=3)r=n[s],o=n[s+e],r?F(e,r,o,i):o(i);t._subscribers.length=0}}function L(){this.error=null}function Y(t,n){try{return t(n)}catch(t){return dt.error=t,dt}}function F(t,n,e,r){var o,i,s,c,a=u(e);if(a){if(o=Y(e,r),o===dt?(c=!0,i=o.error,o=null):s=!0,n===o)return void k(n,g())}else o=r,s=!0;n._state!==ft||(a&&s?j(n,o):c?k(n,i):t===lt?M(n,o):t===ht&&k(n,o))}function D(t,n){try{n(function(n){j(t,n)},function(n){k(t,n)})}catch(n){k(t,n)}}function K(){return vt++}function N(t){t[at]=vt++,t._state=void 0,t._result=void 0,t._subscribers=[]}function U(t){return new bt(this,t).promise}function W(t){var n=this;return new n(Z(t)?function(e,r){for(var o=t.length,i=0;i<o;i++)n.resolve(t[i]).then(e,r)}:function(t,n){n(new TypeError("You must pass an array to race."))})}function q(t){var n=this,e=new n(w);return k(e,t),e}function z(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function B(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}function G(t){this[at]=K(),this._result=this._state=void 0,this._subscribers=[],w!==t&&("function"!=typeof t&&z(),this instanceof G?D(this,t):B())}function H(t,n){this._instanceConstructor=t,this.promise=new t(w),this.promise[at]||N(this.promise),Z(n)?(this._input=n,this.length=n.length,this._remaining=n.length,this._result=new Array(this.length),0===this.length?M(this.promise,this._result):(this.length=this.length||0,this._enumerate(),0===this._remaining&&M(this.promise,this._result))):k(this.promise,I())}function I(){return new Error("Array Methods must be provided an Array")}function J(){var t;if("undefined"!=typeof o)t=o;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var n=t.Promise;n&&"[object Promise]"===Object.prototype.toString.call(n.resolve())&&!n.cast||(t.Promise=wt)}var Q;Q=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)};var R,V,X,Z=Q,$=0,tt=function(t,n){st[$]=t,st[$+1]=n,$+=2,2===$&&(V?V(v):X())},nt="undefined"!=typeof window?window:void 0,et=nt||{},rt=et.MutationObserver||et.WebKitMutationObserver,ot="undefined"==typeof self&&"undefined"!=typeof t&&"[object process]"==={}.toString.call(t),it="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,st=new Array(1e3);X=ot?f():rt?h():it?p():void 0===nt?_():d();var ut=y,ct=m,at=Math.random().toString(36).substring(16),ft=void 0,lt=1,ht=2,pt=new L,dt=new L,vt=0,_t=U,yt=W,mt=q,wt=G;G.all=_t,G.race=yt,G.resolve=ct,G.reject=mt,G._setScheduler=c,G._setAsap=a,G._asap=tt,G.prototype={constructor:G,then:ut,catch:function(t){return this.then(null,t)}};var bt=H;H.prototype._enumerate=function(){for(var t=this.length,n=this._input,e=0;this._state===ft&&e<t;e++)this._eachEntry(n[e],e)},H.prototype._eachEntry=function(t,n){var e=this._instanceConstructor,r=e.resolve;if(r===ct){var o=A(t);if(o===ut&&t._state!==ft)this._settledAt(t._state,n,t._result);else if("function"!=typeof o)this._remaining--,this._result[n]=t;else if(e===wt){var i=new e(w);S(i,t,o),this._willSettleAt(i,n)}else this._willSettleAt(new e(function(n){n(t)}),n)}else this._willSettleAt(r(t),n)},H.prototype._settledAt=function(t,n,e){var r=this.promise;r._state===ft&&(this._remaining--,t===ht?k(r,e):this._result[n]=e),0===this._remaining&&M(r,this._result)},H.prototype._willSettleAt=function(t,n){var e=this;C(t,void 0,function(t){e._settledAt(lt,n,t)},function(t){e._settledAt(ht,n,t)})};var gt=J,At={Promise:wt,polyfill:gt};e(6).amd?(r=function(){return At}.call(n,e,n,i),!(void 0!==r&&(i.exports=r))):"undefined"!=typeof i&&i.exports?i.exports=At:"undefined"!=typeof this&&(this.ES6Promise=At),gt()}).call(this)}).call(n,e(3),function(){return this}(),e(4)(t))},function(t,n){function e(){l&&a&&(l=!1,a.length?f=a.concat(f):h=-1,f.length&&r())}function r(){if(!l){var t=s(e);l=!0;for(var n=f.length;n;){for(a=f,f=[];++h<n;)a&&a[h].run();h=-1,n=f.length}a=null,l=!1,u(t)}}function o(t,n){this.fun=t,this.array=n}function i(){}var s,u,c=t.exports={};!function(){try{s=setTimeout}catch(t){s=function(){throw new Error("setTimeout is not defined")}}try{u=clearTimeout}catch(t){u=function(){throw new Error("clearTimeout is not defined")}}}();var a,f=[],l=!1,h=-1;c.nextTick=function(t){var n=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)n[e-1]=arguments[e];f.push(new o(t,n)),1!==f.length||l||s(r,0)},o.prototype.run=function(){this.fun.apply(null,this.array)},c.title="browser",c.browser=!0,c.env={},c.argv=[],c.version="",c.versions={},c.on=i,c.addListener=i,c.once=i,c.off=i,c.removeListener=i,c.removeAllListeners=i,c.emit=i,c.binding=function(t){throw new Error("process.binding is not supported")},c.cwd=function(){return"/"},c.chdir=function(t){throw new Error("process.chdir is not supported")},c.umask=function(){return 0}},function(t,n){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children=[],t.webpackPolyfill=1),t}},function(t,n){},function(t,n){t.exports=function(){throw new Error("define cannot be used indirect")}}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-istats@1.1.10"]={"bbc-morph-promise":"1.0.6",requirejs:"2.3.4"},function(r){function n(e){if(t[e])return t[e].exports;var o=t[e]={exports:{},id:e,loaded:!1};return r[e].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var t={};return n.m=r,n.c=t,n.p="",n(0)}([function(r,n,t){Morph.modules["bbc-morph-istats@1.1.10"]=t(1)},function(r,n,t){function e(){return p?f.resolve(p):new f(function(r){requirejs(["istats-1"],function(n){p=n,r(p)})})}function o(r){return"string"==typeof r&&r[0]}function u(r,n){return o(r)&&o(n)}function i(r,n,t){return e().then(function(e){e.log(n,r,t)})}function c(r,n,t){return u(r,n)?i(r,n,t):f.reject("Invalid parameters")}function s(){return e().then(function(r){return r.getCountername()})}var p,f=t(2);n.track=c,n.getCountername=s},function(r,n){r.exports=Morph.modules["bbc-morph-promise@1.0.6"]}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-classnames@1.0.1"]={classnames:"2.2.5"},function(r){function e(o){if(n[o])return n[o].exports;var s=n[o]={exports:{},id:o,loaded:!1};return r[o].call(s.exports,s,s.exports,e),s.loaded=!0,s.exports}var n={};return e.m=r,e.c=n,e.p="",e(0)}([function(r,e,n){Morph.modules["bbc-morph-classnames@1.0.1"]=n(1)},function(r,e,n){var o=n(2);r.exports=o},function(r,e,n){var o,s;!function(){"use strict";function n(){for(var r=[],e=0;e<arguments.length;e++){var o=arguments[e];if(o){var s=typeof o;if("string"===s||"number"===s)r.push(o);else if(Array.isArray(o))r.push(n.apply(null,o));else if("object"===s)for(var a in o)t.call(o,a)&&o[a]&&r.push(a)}}return r.join(" ")}var t={}.hasOwnProperty;"undefined"!=typeof r&&r.exports?r.exports=n:(o=[],s=function(){return n}.apply(e,o),!(void 0!==s&&(r.exports=s)))}()}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-bump@1.0.2"]={"bbc-morph-promise":"1.0.6"},function(r){function o(e){if(n[e])return n[e].exports;var t=n[e]={exports:{},id:e,loaded:!1};return r[e].call(t.exports,t,t.exports,o),t.loaded=!0,t.exports}var n={};return o.m=r,o.c=n,o.p="",o(0)}([function(r,o,n){Morph.modules["bbc-morph-bump@1.0.2"]=n(1)},function(r,o,n){function e(){return new p(function(r){requirejs(["bump-3"],function(o){u=o,r(u)})})}function t(){return u?p.resolve(u):e()}var u,p=n(2);o.load=t},function(r,o){r.exports=Morph.modules["bbc-morph-promise@1.0.6"]}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-smp@2.8.0"]={"bbc-morph-bump":"1.0.2","bbc-morph-classnames":"1.0.1","bbc-morph-istats":"1.1.10","bbc-morph-promise":"1.0.6",lodash:"4.17.4",morph:"3.9.0",react:"0.14.7","react-dom":"0.14.7",requirejs:"2.3.5"},function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var e={};return n.m=t,n.c=e,n.p="",n(0)}([function(t,n,e){Morph.modules["bbc-morph-smp@2.8.0"]=e(1)},function(t,n,e){function r(){var t;if(document&&document.cookie&&(t=document.cookie.match(/ckps_morph_smp_mediator_host=([a-z]{3,4})/i)))return t[1]}function o(t){var n=r(),e="live";return n&&(e=n),t.mediator&&t.mediator.host?t.mediator.host:"open."+e+".bbc.co.uk"}function i(t){return void 0===t||t}function a(t){return void 0!==t&&t}function u(t){return"false"!==t&&!!t}function c(t){var n;return t.playlistObject?t.playlistObject:(n={title:t.title,holdingImageURL:t.holdingImageUrl,items:[{vpid:t.vpid,kind:t.mediaType}]},t.guidance&&t.guidance.trim().length&&(n.guidance=t.guidance),n)}function s(t){return"clip"===t||"episode"===t?t+"PID":"PID"}function p(t){var n={playlistLabels:{title:t.title,status:t.status}},e=s(t.mediaForm);return n[e]=t.parentPid,"undefined"!=typeof t.sessionLabels&&(n.sessionLabels=t.sessionLabels),n}function f(t,n,e){return{product:t.product,delayEmbed:t.delayEmbed,appName:t.appName,appType:t.appType,playlistObject:c(e),statsObject:p(t),counterName:n,mediator:{host:o(t)},ui:v(t),responsive:t.responsive,superResponsive:t.superResponsive,autoplay:t.autoplay,mediaProfile:t.mediaProfile,allowCasting:t.allowCasting,plugins:{toLoad:t.plugins},significantTime:t.significantTime||10}}function l(t){return{cta:{enabled:!0,backgroundColour:"#000000"},controls:{availableOnMediaEnded:t.availableOnMediaEnded},markers:{enabled:!1},fullscreen:{enabled:!0},poster:{enabled:!0}}}function v(t){var n=l(t);return b(n,t.ui),n}function d(t){return{title:t.title||"",holdingImageUrl:t.holdingImageUrl,vpid:t.sid||t.vpid,guidance:t.guidance,status:"string"==typeof t.status?t.status.toLowerCase():"",mediaForm:"string"==typeof t.mediaForm?t.mediaForm.toLowerCase():"",parentPid:t.parentPid,product:t.product||"news",delayEmbed:i(t.delayEmbed),appName:t.appName||t.product,appType:t.appType||"responsive",availableOnMediaEnded:t.controlsAvailableOnMediaEnded!==!1,responsive:a(t.responsive),superResponsive:i(t.superResponsive),autoplay:t.autoplay||!1,mediaProfile:t.mediaProfile||"journalism",mediaType:t.mediaType,sessionLabels:t.sessionLabels,allowCasting:u(t.allowCasting)||!1,plugins:t.plugins||[],playlistObject:t.playlistObject,ui:t.ui||{},mediator:t.mediator,significantTime:t.significantTime}}e(2);var h=e(3),y=e(4),b=e(5),x=e(101),_=e(102),m=e(103);t.exports=h.createClass({displayName:"Smp",componentWillReceiveProps:function(t){var t=d(t);this.setState({title:t.title,holdingImageUrl:t.holdingImageUrl,vpid:t.vpid,mediaType:t.mediaType,guidance:t.guidance,playlistObject:t.playlistObject})},shouldComponentUpdate:function(t,n){function e(t){return t.vpid!==n.vpid}function r(t){return JSON.stringify(t.playlistObject)!==JSON.stringify(n.playlistObject)}return this.state&&(e(this.state)||r(this.state))},componentWillUpdate:function(t,n){if(this.player){var e={autoplay:!0,statsObject:p(t)};this.player.loadPlaylist(c(n),e)}},componentDidMount:function(){var t=d(this.props);this.setState({title:t.title,holdingImageUrl:t.holdingImageUrl,vpid:t.vpid,mediaType:t.mediaType,guidance:t.guidance,playlistObject:t.playlistObject}),_.load().then(function(n){x.getCountername().then(function(e){var r=n(y.findDOMNode(this)),o=f(t,e,this.state),i=r.player(o);this.player=i,this.player.bind("initialised",function(){this.props.onPlayerLoaded&&this.props.onPlayerLoaded(this.player)}.bind(this)),this.player.load()}.bind(this))}.bind(this))},playerInstance:function(){return this.player},render:function(){var t=m({smp:!0});return h.createElement("div",{className:t})}})},function(t,n){t.exports=Morph.modules["bbc-morph-promise@1.0.6"]},function(t,n){t.exports=React},function(t,n){t.exports=ReactDOM},function(t,n,e){var r=e(6),o=e(91),i=o(function(t,n,e){r(t,n,e)});t.exports=i},function(t,n,e){function r(t,n,e,p,f){t!==n&&a(n,function(a,s){if(c(a))f||(f=new o),u(t,n,s,e,r,p,f);else{var l=p?p(t[s],a,s+"",t,n,f):void 0;void 0===l&&(l=a),i(t,s,l)}},s)}var o=e(7),i=e(51),a=e(54),u=e(56),c=e(31),s=e(85);t.exports=r},function(t,n,e){function r(t){var n=this.__data__=new o(t);this.size=n.size}var o=e(8),i=e(16),a=e(17),u=e(18),c=e(19),s=e(20);r.prototype.clear=i,r.prototype.delete=a,r.prototype.get=u,r.prototype.has=c,r.prototype.set=s,t.exports=r},function(t,n,e){function r(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var r=t[n];this.set(r[0],r[1])}}var o=e(9),i=e(10),a=e(13),u=e(14),c=e(15);r.prototype.clear=o,r.prototype.delete=i,r.prototype.get=a,r.prototype.has=u,r.prototype.set=c,t.exports=r},function(t,n){function e(){this.__data__=[],this.size=0}t.exports=e},function(t,n,e){function r(t){var n=this.__data__,e=o(n,t);if(e<0)return!1;var r=n.length-1;return e==r?n.pop():a.call(n,e,1),--this.size,!0}var o=e(11),i=Array.prototype,a=i.splice;t.exports=r},function(t,n,e){function r(t,n){for(var e=t.length;e--;)if(o(t[e][0],n))return e;return-1}var o=e(12);t.exports=r},function(t,n){function e(t,n){return t===n||t!==t&&n!==n}t.exports=e},function(t,n,e){function r(t){var n=this.__data__,e=o(n,t);return e<0?void 0:n[e][1]}var o=e(11);t.exports=r},function(t,n,e){function r(t){return o(this.__data__,t)>-1}var o=e(11);t.exports=r},function(t,n,e){function r(t,n){var e=this.__data__,r=o(e,t);return r<0?(++this.size,e.push([t,n])):e[r][1]=n,this}var o=e(11);t.exports=r},function(t,n,e){function r(){this.__data__=new o,this.size=0}var o=e(8);t.exports=r},function(t,n){function e(t){var n=this.__data__,e=n.delete(t);return this.size=n.size,e}t.exports=e},function(t,n){function e(t){return this.__data__.get(t)}t.exports=e},function(t,n){function e(t){return this.__data__.has(t)}t.exports=e},function(t,n,e){function r(t,n){var e=this.__data__;if(e instanceof o){var r=e.__data__;if(!i||r.length<u-1)return r.push([t,n]),this.size=++e.size,this;e=this.__data__=new a(r)}return e.set(t,n),this.size=e.size,this}var o=e(8),i=e(21),a=e(36),u=200;t.exports=r},function(t,n,e){var r=e(22),o=e(27),i=r(o,"Map");t.exports=i},function(t,n,e){function r(t,n){var e=i(t,n);return o(e)?e:void 0}var o=e(23),i=e(35);t.exports=r},function(t,n,e){function r(t){if(!a(t)||i(t))return!1;var n=o(t)?d:s;return n.test(u(t))}var o=e(24),i=e(32),a=e(31),u=e(34),c=/[\\^$.*+?()[\]{}|]/g,s=/^\[object .+?Constructor\]$/,p=Function.prototype,f=Object.prototype,l=p.toString,v=f.hasOwnProperty,d=RegExp("^"+l.call(v).replace(c,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=r},function(t,n,e){function r(t){if(!i(t))return!1;var n=o(t);return n==u||n==c||n==a||n==s}var o=e(25),i=e(31),a="[object AsyncFunction]",u="[object Function]",c="[object GeneratorFunction]",s="[object Proxy]";t.exports=r},function(t,n,e){function r(t){return null==t?void 0===t?c:u:s&&s in Object(t)?i(t):a(t)}var o=e(26),i=e(29),a=e(30),u="[object Null]",c="[object Undefined]",s=o?o.toStringTag:void 0;t.exports=r},function(t,n,e){var r=e(27),o=r.Symbol;t.exports=o},function(t,n,e){var r=e(28),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},function(t,n){(function(n){var e="object"==typeof n&&n&&n.Object===Object&&n;t.exports=e}).call(n,function(){return this}())},function(t,n,e){function r(t){var n=a.call(t,c),e=t[c];try{t[c]=void 0;var r=!0}catch(t){}var o=u.call(t);return r&&(n?t[c]=e:delete t[c]),o}var o=e(26),i=Object.prototype,a=i.hasOwnProperty,u=i.toString,c=o?o.toStringTag:void 0;t.exports=r},function(t,n){function e(t){return o.call(t)}var r=Object.prototype,o=r.toString;t.exports=e},function(t,n){function e(t){var n=typeof t;return null!=t&&("object"==n||"function"==n)}t.exports=e},function(t,n,e){function r(t){return!!i&&i in t}var o=e(33),i=function(){var t=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();t.exports=r},function(t,n,e){var r=e(27),o=r["__core-js_shared__"];t.exports=o},function(t,n){function e(t){if(null!=t){try{return o.call(t)}catch(t){}try{return t+""}catch(t){}}return""}var r=Function.prototype,o=r.toString;t.exports=e},function(t,n){function e(t,n){return null==t?void 0:t[n]}t.exports=e},function(t,n,e){function r(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var r=t[n];this.set(r[0],r[1])}}var o=e(37),i=e(45),a=e(48),u=e(49),c=e(50);r.prototype.clear=o,r.prototype.delete=i,r.prototype.get=a,r.prototype.has=u,r.prototype.set=c,t.exports=r},function(t,n,e){function r(){this.size=0,this.__data__={hash:new o,map:new(a||i),string:new o}}var o=e(38),i=e(8),a=e(21);t.exports=r},function(t,n,e){function r(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var r=t[n];this.set(r[0],r[1])}}var o=e(39),i=e(41),a=e(42),u=e(43),c=e(44);r.prototype.clear=o,r.prototype.delete=i,r.prototype.get=a,r.prototype.has=u,r.prototype.set=c,t.exports=r},function(t,n,e){function r(){this.__data__=o?o(null):{},this.size=0}var o=e(40);t.exports=r},function(t,n,e){var r=e(22),o=r(Object,"create");t.exports=o},function(t,n){function e(t){var n=this.has(t)&&delete this.__data__[t];return this.size-=n?1:0,n}t.exports=e},function(t,n,e){function r(t){var n=this.__data__;if(o){var e=n[t];return e===i?void 0:e}return u.call(n,t)?n[t]:void 0}var o=e(40),i="__lodash_hash_undefined__",a=Object.prototype,u=a.hasOwnProperty;t.exports=r},function(t,n,e){function r(t){var n=this.__data__;return o?void 0!==n[t]:a.call(n,t)}var o=e(40),i=Object.prototype,a=i.hasOwnProperty;t.exports=r},function(t,n,e){function r(t,n){var e=this.__data__;return this.size+=this.has(t)?0:1,e[t]=o&&void 0===n?i:n,this}var o=e(40),i="__lodash_hash_undefined__";t.exports=r},function(t,n,e){function r(t){var n=o(this,t).delete(t);return this.size-=n?1:0,n}var o=e(46);t.exports=r},function(t,n,e){function r(t,n){var e=t.__data__;return o(n)?e["string"==typeof n?"string":"hash"]:e.map}var o=e(47);t.exports=r},function(t,n){function e(t){var n=typeof t;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==t:null===t}t.exports=e},function(t,n,e){function r(t){return o(this,t).get(t)}var o=e(46);t.exports=r},function(t,n,e){function r(t){return o(this,t).has(t)}var o=e(46);t.exports=r},function(t,n,e){function r(t,n){var e=o(this,t),r=e.size;return e.set(t,n),this.size+=e.size==r?0:1,this}var o=e(46);t.exports=r},function(t,n,e){function r(t,n,e){(void 0===e||i(t[n],e))&&(void 0!==e||n in t)||o(t,n,e)}var o=e(52),i=e(12);t.exports=r},function(t,n,e){function r(t,n,e){"__proto__"==n&&o?o(t,n,{configurable:!0,enumerable:!0,value:e,writable:!0}):t[n]=e}var o=e(53);t.exports=r},function(t,n,e){var r=e(22),o=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},function(t,n,e){var r=e(55),o=r();t.exports=o},function(t,n){function e(t){return function(n,e,r){for(var o=-1,i=Object(n),a=r(n),u=a.length;u--;){var c=a[t?u:++o];if(e(i[c],c,i)===!1)break}return n}}t.exports=e},function(t,n,e){function r(t,n,e,r,x,_,m){var g=t[e],j=n[e],O=m.get(j);if(O)return void o(t,e,O);var w=_?_(g,j,e+"",t,n,m):void 0,P=void 0===w;if(P){var T=p(j),A=!T&&l(j),z=!T&&!A&&y(j);w=j,T||A||z?p(g)?w=g:f(g)?w=u(g):A?(P=!1,w=i(j,!0)):z?(P=!1,w=a(j,!0)):w=[]:h(j)||s(j)?(w=g,s(g)?w=b(g):(!d(g)||r&&v(g))&&(w=c(j))):P=!1}P&&(m.set(j,w),x(w,j,r,_,m),m.delete(j)),o(t,e,w)}var o=e(51),i=e(57),a=e(59),u=e(62),c=e(63),s=e(68),p=e(71),f=e(72),l=e(75),v=e(24),d=e(31),h=e(77),y=e(78),b=e(82);t.exports=r},function(t,n,e){(function(t){function r(t,n){if(n)return t.slice();var e=t.length,r=s?s(e):new t.constructor(e);return t.copy(r),r}var o=e(27),i="object"==typeof n&&n&&!n.nodeType&&n,a=i&&"object"==typeof t&&t&&!t.nodeType&&t,u=a&&a.exports===i,c=u?o.Buffer:void 0,s=c?c.allocUnsafe:void 0;t.exports=r}).call(n,e(58)(t))},function(t,n){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children=[],t.webpackPolyfill=1),t}},function(t,n,e){function r(t,n){var e=n?o(t.buffer):t.buffer;return new t.constructor(e,t.byteOffset,t.length)}var o=e(60);t.exports=r},function(t,n,e){function r(t){var n=new t.constructor(t.byteLength);return new o(n).set(new o(t)),n}var o=e(61);t.exports=r},function(t,n,e){var r=e(27),o=r.Uint8Array;t.exports=o},function(t,n){function e(t,n){var e=-1,r=t.length;for(n||(n=Array(r));++e<r;)n[e]=t[e];return n}t.exports=e},function(t,n,e){function r(t){return"function"!=typeof t.constructor||a(t)?{}:o(i(t))}var o=e(64),i=e(65),a=e(67);t.exports=r},function(t,n,e){var r=e(31),o=Object.create,i=function(){function t(){}return function(n){if(!r(n))return{};if(o)return o(n);t.prototype=n;var e=new t;return t.prototype=void 0,e}}();t.exports=i},function(t,n,e){var r=e(66),o=r(Object.getPrototypeOf,Object);t.exports=o},function(t,n){function e(t,n){return function(e){return t(n(e))}}t.exports=e},function(t,n){function e(t){var n=t&&t.constructor,e="function"==typeof n&&n.prototype||r;return t===e}var r=Object.prototype;t.exports=e},function(t,n,e){var r=e(69),o=e(70),i=Object.prototype,a=i.hasOwnProperty,u=i.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(t){return o(t)&&a.call(t,"callee")&&!u.call(t,"callee")};t.exports=c},function(t,n,e){function r(t){return i(t)&&o(t)==a}var o=e(25),i=e(70),a="[object Arguments]";t.exports=r},function(t,n){function e(t){return null!=t&&"object"==typeof t}t.exports=e},function(t,n){var e=Array.isArray;t.exports=e},function(t,n,e){function r(t){return i(t)&&o(t)}var o=e(73),i=e(70);t.exports=r},function(t,n,e){function r(t){return null!=t&&i(t.length)&&!o(t)}var o=e(24),i=e(74);t.exports=r},function(t,n){function e(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=r}var r=9007199254740991;t.exports=e},function(t,n,e){(function(t){var r=e(27),o=e(76),i="object"==typeof n&&n&&!n.nodeType&&n,a=i&&"object"==typeof t&&t&&!t.nodeType&&t,u=a&&a.exports===i,c=u?r.Buffer:void 0,s=c?c.isBuffer:void 0,p=s||o;t.exports=p}).call(n,e(58)(t))},function(t,n){function e(){return!1}t.exports=e},function(t,n,e){function r(t){if(!a(t)||o(t)!=u)return!1;var n=i(t);if(null===n)return!0;var e=f.call(n,"constructor")&&n.constructor;return"function"==typeof e&&e instanceof e&&p.call(e)==l}var o=e(25),i=e(65),a=e(70),u="[object Object]",c=Function.prototype,s=Object.prototype,p=c.toString,f=s.hasOwnProperty,l=p.call(Object);t.exports=r},function(t,n,e){var r=e(79),o=e(80),i=e(81),a=i&&i.isTypedArray,u=a?o(a):r;t.exports=u},function(t,n,e){function r(t){return a(t)&&i(t.length)&&!!U[o(t)]}var o=e(25),i=e(74),a=e(70),u="[object Arguments]",c="[object Array]",s="[object Boolean]",p="[object Date]",f="[object Error]",l="[object Function]",v="[object Map]",d="[object Number]",h="[object Object]",y="[object RegExp]",b="[object Set]",x="[object String]",_="[object WeakMap]",m="[object ArrayBuffer]",g="[object DataView]",j="[object Float32Array]",O="[object Float64Array]",w="[object Int8Array]",P="[object Int16Array]",T="[object Int32Array]",A="[object Uint8Array]",z="[object Uint8ClampedArray]",S="[object Uint16Array]",M="[object Uint32Array]",U={};U[j]=U[O]=U[w]=U[P]=U[T]=U[A]=U[z]=U[S]=U[M]=!0,U[u]=U[c]=U[m]=U[s]=U[g]=U[p]=U[f]=U[l]=U[v]=U[d]=U[h]=U[y]=U[b]=U[x]=U[_]=!1,t.exports=r},function(t,n){function e(t){return function(n){return t(n)}}t.exports=e},function(t,n,e){(function(t){var r=e(28),o="object"==typeof n&&n&&!n.nodeType&&n,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=i&&i.exports===o,u=a&&r.process,c=function(){try{return u&&u.binding&&u.binding("util")}catch(t){}}();t.exports=c}).call(n,e(58)(t))},function(t,n,e){function r(t){return o(t,i(t))}var o=e(83),i=e(85);t.exports=r},function(t,n,e){function r(t,n,e,r){var a=!e;e||(e={});for(var u=-1,c=n.length;++u<c;){var s=n[u],p=r?r(e[s],t[s],s,e,t):void 0;void 0===p&&(p=t[s]),a?i(e,s,p):o(e,s,p)}return e}var o=e(84),i=e(52);t.exports=r},function(t,n,e){function r(t,n,e){var r=t[n];u.call(t,n)&&i(r,e)&&(void 0!==e||n in t)||o(t,n,e)}var o=e(52),i=e(12),a=Object.prototype,u=a.hasOwnProperty;t.exports=r},function(t,n,e){function r(t){return a(t)?o(t,!0):i(t)}var o=e(86),i=e(89),a=e(73);t.exports=r},function(t,n,e){function r(t,n){var e=a(t),r=!e&&i(t),p=!e&&!r&&u(t),l=!e&&!r&&!p&&s(t),v=e||r||p||l,d=v?o(t.length,String):[],h=d.length;for(var y in t)!n&&!f.call(t,y)||v&&("length"==y||p&&("offset"==y||"parent"==y)||l&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||c(y,h))||d.push(y);return d}var o=e(87),i=e(68),a=e(71),u=e(75),c=e(88),s=e(78),p=Object.prototype,f=p.hasOwnProperty;t.exports=r},function(t,n){function e(t,n){for(var e=-1,r=Array(t);++e<t;)r[e]=n(e);return r}t.exports=e},function(t,n){function e(t,n){return n=null==n?r:n,!!n&&("number"==typeof t||o.test(t))&&t>-1&&t%1==0&&t<n}var r=9007199254740991,o=/^(?:0|[1-9]\d*)$/;t.exports=e},function(t,n,e){function r(t){if(!o(t))return a(t);var n=i(t),e=[];for(var r in t)("constructor"!=r||!n&&c.call(t,r))&&e.push(r);return e}var o=e(31),i=e(67),a=e(90),u=Object.prototype,c=u.hasOwnProperty;t.exports=r},function(t,n){function e(t){var n=[];if(null!=t)for(var e in Object(t))n.push(e);return n}t.exports=e},function(t,n,e){function r(t){return o(function(n,e){var r=-1,o=e.length,a=o>1?e[o-1]:void 0,u=o>2?e[2]:void 0;for(a=t.length>3&&"function"==typeof a?(o--,a):void 0,u&&i(e[0],e[1],u)&&(a=o<3?void 0:a,o=1),n=Object(n);++r<o;){var c=e[r];c&&t(n,c,r,a)}return n})}var o=e(92),i=e(100);t.exports=r},function(t,n,e){function r(t,n){return a(i(t,n,o),t+"")}var o=e(93),i=e(94),a=e(96);t.exports=r},function(t,n){function e(t){return t}t.exports=e},function(t,n,e){function r(t,n,e){return n=i(void 0===n?t.length-1:n,0),function(){for(var r=arguments,a=-1,u=i(r.length-n,0),c=Array(u);++a<u;)c[a]=r[n+a];a=-1;for(var s=Array(n+1);++a<n;)s[a]=r[a];return s[n]=e(c),o(t,this,s)}}var o=e(95),i=Math.max;t.exports=r},function(t,n){function e(t,n,e){switch(e.length){case 0:return t.call(n);case 1:return t.call(n,e[0]);case 2:return t.call(n,e[0],e[1]);case 3:return t.call(n,e[0],e[1],e[2])}return t.apply(n,e)}t.exports=e},function(t,n,e){var r=e(97),o=e(99),i=o(r);t.exports=i},function(t,n,e){var r=e(98),o=e(53),i=e(93),a=o?function(t,n){return o(t,"toString",{configurable:!0,enumerable:!1,value:r(n),writable:!0})}:i;t.exports=a},function(t,n){function e(t){return function(){return t}}t.exports=e},function(t,n){function e(t){var n=0,e=0;return function(){var a=i(),u=o-(a-e);if(e=a,u>0){if(++n>=r)return arguments[0]}else n=0;return t.apply(void 0,arguments)}}var r=800,o=16,i=Date.now;t.exports=e},function(t,n,e){function r(t,n,e){if(!u(e))return!1;var r=typeof n;return!!("number"==r?i(e)&&a(n,e.length):"string"==r&&n in e)&&o(e[n],t)}var o=e(12),i=e(73),a=e(88),u=e(31);t.exports=r},function(t,n){t.exports=Morph.modules["bbc-morph-istats@1.1.10"]},function(t,n){t.exports=Morph.modules["bbc-morph-bump@1.0.2"]},function(t,n){t.exports=Morph.modules["bbc-morph-classnames@1.0.1"]}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-wr-smp@2.0.1"]={"bbc-morph-smp":"2.8.0",react:"0.14.7","weather-web-library-js-smp":"1.2.2"},function(e){function r(o){if(t[o])return t[o].exports;var n=t[o]={exports:{},id:o,loaded:!1};return e[o].call(n.exports,n,n.exports,r),n.loaded=!0,n.exports}var t={};return r.m=e,r.c=t,r.p="",r(0)}([function(e,r,t){Morph.modules["bbc-morph-wr-smp@2.0.1"]=t(1)},function(e,r,t){e.exports=t(2)},function(e,r,t){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}function n(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function i(e,r){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!r||"object"!=typeof r&&"function"!=typeof r?e:r}function a(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function, not "+typeof r);e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),r&&(Object.setPrototypeOf?Object.setPrototypeOf(e,r):e.__proto__=r)}var u=function(){function e(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}return function(r,t,o){return t&&e(r.prototype,t),o&&e(r,o),r}}(),p=t(3),f=o(p),s=t(4),l=o(s),c=t(5),d=function(e){function r(){return n(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return a(r,e),u(r,[{key:"render",value:function(){var e=(0,c.playerPropsWithWeatherDefaultsAndOverrides)(this.props);return f.default.createElement(l.default,e)}}]),r}(f.default.Component);d.displayName="WeatherSMP",d.propTypes={vpid:f.default.PropTypes.string,title:f.default.PropTypes.string,holdingImageUrl:f.default.PropTypes.string,guidance:f.default.PropTypes.string,parentPid:f.default.PropTypes.string,mediaForm:f.default.PropTypes.string,mediaType:f.default.PropTypes.string,product:f.default.PropTypes.string,miniMode:f.default.PropTypes.bool,delayEmbed:f.default.PropTypes.bool,autoplay:f.default.PropTypes.bool,ui:f.default.PropTypes.object},e.exports=d},function(e,r){e.exports=React},function(e,r){e.exports=Morph.modules["bbc-morph-smp@2.8.0"]},function(e,r,t){e.exports=t(6)},function(e,r,t){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.playerPropsWithWeatherDefaultsAndOverrides=r.defaultUiForLang=void 0;var o=t(7),n=function(e){var r=(0,o.playerConfigDefaults)();for(var t in e)r[t]=e[t];return r},i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"en";return{locale:{lang:e}}},a=function(e){var r=JSON.parse(JSON.stringify(e)),t=(0,o.weatherUiConfig)();"ui"in r||(r.ui={});for(var n in t)r.ui[n]=t[n];return r},u=function(e){var r=(0,o.playerConfigOverrides)();for(var t in e)t in r||(r[t]=e[t]);return r},p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return u(a(n(e)))};r.defaultUiForLang=i,r.playerPropsWithWeatherDefaultsAndOverrides=p},function(e,r){"use strict";Object.defineProperty(r,"__esModule",{value:!0});var t="#067eb3",o="#ffffff",n=function(){return{colour:t,foreColour:o,alternateColour:t,alternateForeColour:o}},i=function(){return{mediaType:"video",mediaForm:"clip"}},a=function(){return{product:"weather",delayEmbed:!1,superResponsive:!0,autoplay:!1}};r.weatherUiConfig=n,r.playerConfigDefaults=i,r.playerConfigOverrides=a}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-moment-timezone-wrapper@1.0.4"]={"moment-timezone":"0.5.4"},function(e){function t(n){if(a[n])return a[n].exports;var s=a[n]={exports:{},id:n,loaded:!1};return e[n].call(s.exports,s,s.exports,t),s.loaded=!0,s.exports}var a={};return t.m=e,t.c=a,t.p="",t(0)}([function(e,t,a){Morph.modules["bbc-morph-moment-timezone-wrapper@1.0.4"]=a(1)},function(e,t,a){var n=a(2);n.tz.add("Europe/Belfast|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00"),n.tz.link("Europe/Belfast|Europe/London"),e.exports=n},function(e,t,a){var n,s,r;!function(i,_){"use strict";s=[a(3)],n=_,r="function"==typeof n?n.apply(t,s):n,!(void 0!==r&&(e.exports=r))}(this,function(e){"use strict";function t(e){return e>96?e-87:e>64?e-29:e-48}function a(e){var a,n=0,s=e.split("."),r=s[0],i=s[1]||"",_=1,d=0,o=1;for(45===e.charCodeAt(0)&&(n=1,o=-1),n;n<r.length;n++)a=t(r.charCodeAt(n)),d=60*d+a;for(n=0;n<i.length;n++)_/=60,a=t(i.charCodeAt(n)),d+=a*_;return d*o}function n(e){for(var t=0;t<e.length;t++)e[t]=a(e[t])}function s(e,t){for(var a=0;a<t;a++)e[a]=Math.round((e[a-1]||0)+6e4*e[a]);e[t-1]=1/0}function r(e,t){var a,n=[];for(a=0;a<t.length;a++)n[a]=e[t[a]];return n}function i(e){var t=e.split("|"),a=t[2].split(" "),i=t[3].split(""),_=t[4].split(" ");return n(a),n(i),n(_),s(_,i.length),{name:t[0],abbrs:r(t[1].split(" "),i),offsets:r(a,i),untils:_,population:0|t[5]}}function _(e){e&&this._set(i(e))}function d(e){var t=e.toTimeString(),a=t.match(/\([a-z ]+\)/i);a&&a[0]?(a=a[0].match(/[A-Z]/g),a=a?a.join(""):void 0):(a=t.match(/[A-Z]{3,5}/g),a=a?a[0]:void 0),"GMT"===a&&(a=void 0),this.at=+e,this.abbr=a,this.offset=e.getTimezoneOffset()}function o(e){this.zone=e,this.offsetScore=0,this.abbrScore=0}function u(e,t){for(var a,n;n=6e4*((t.at-e.at)/12e4|0);)a=new d(new Date(e.at+n)),a.offset===e.offset?e=a:t=a;return e}function m(){var e,t,a,n=(new Date).getFullYear()-2,s=new d(new Date(n,0,1)),r=[s];for(a=1;a<48;a++)t=new d(new Date(n,a,1)),t.offset!==s.offset&&(e=u(s,t),r.push(e),r.push(new d(new Date(e.at+6e4)))),s=t;for(a=0;a<4;a++)r.push(new d(new Date(n+a,0,1))),r.push(new d(new Date(n+a,6,1)));return r}function l(e,t){return e.offsetScore!==t.offsetScore?e.offsetScore-t.offsetScore:e.abbrScore!==t.abbrScore?e.abbrScore-t.abbrScore:t.zone.population-e.zone.population}function c(e,t){var a,s;for(n(t),a=0;a<t.length;a++)s=t[a],A[s]=A[s]||{},A[s][e]=!0}function h(e){var t,a,n,s=e.length,r={},i=[];for(t=0;t<s;t++){n=A[e[t].offset]||{};for(a in n)n.hasOwnProperty(a)&&(r[a]=!0)}for(t in r)r.hasOwnProperty(t)&&i.push(P[t]);return i}function M(){try{var e=Intl.DateTimeFormat().resolvedOptions().timeZone;if(e){var t=P[Y(e)];if(t)return t;w("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(e){}var a,n,s,r=m(),i=r.length,_=h(r),d=[];for(n=0;n<_.length;n++){for(a=new o(y(_[n]),i),s=0;s<i;s++)a.scoreOffsetAt(r[s]);d.push(a)}return d.sort(l),d.length>0?d[0].zone.name:void 0}function L(e){return H&&!e||(H=M()),H}function Y(e){return(e||"").toLowerCase().replace(/\//g,"_")}function f(e){var t,a,n,s;for("string"==typeof e&&(e=[e]),t=0;t<e.length;t++)n=e[t].split("|"),a=n[0],s=Y(a),x[s]=e[t],P[s]=a,n[5]&&c(s,n[2].split(" "))}function y(e,t){e=Y(e);var a,n=x[e];return n instanceof _?n:"string"==typeof n?(n=new _(n),x[e]=n,n):W[e]&&t!==y&&(a=y(W[e],y))?(n=x[e]=new _,n._set(a),n.name=P[e],n):null}function p(){var e,t=[];for(e in P)P.hasOwnProperty(e)&&(x[e]||x[W[e]])&&P[e]&&t.push(P[e]);return t.sort()}function k(e){var t,a,n,s;for("string"==typeof e&&(e=[e]),t=0;t<e.length;t++)a=e[t].split("|"),n=Y(a[0]),s=Y(a[1]),W[n]=s,P[n]=a[0],W[s]=n,P[s]=a[1]}function D(e){f(e.zones),k(e.links),v.dataVersion=e.version}function T(e){return T.didShowError||(T.didShowError=!0,w("moment.tz.zoneExists('"+e+"') has been deprecated in favor of !moment.tz.zone('"+e+"')")),!!y(e)}function g(e){return!(!e._a||void 0!==e._tzm)}function w(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e)}function v(t){var a=Array.prototype.slice.call(arguments,0,-1),n=arguments[arguments.length-1],s=y(n),r=e.utc.apply(null,a);return s&&!e.isMoment(t)&&g(r)&&r.add(s.parse(r),"minutes"),r.tz(n),r}function S(e){return function(){return this._z?this._z.abbr(this):e.call(this)}}function b(e){return function(){return this._z=null,e.apply(this,arguments)}}if(void 0!==e.tz)return w("Moment Timezone "+e.tz.version+" was already loaded "+(e.tz.dataVersion?"with data from ":"without any data")+e.tz.dataVersion),e;var H,j="0.5.4",x={},W={},P={},A={},E=e.version.split("."),z=+E[0],F=+E[1];(z<2||2===z&&F<6)&&w("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com"),_.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){var t,a=+e,n=this.untils;for(t=0;t<n.length;t++)if(a<n[t])return t},parse:function(e){var t,a,n,s,r=+e,i=this.offsets,_=this.untils,d=_.length-1;for(s=0;s<d;s++)if(t=i[s],a=i[s+1],n=i[s?s-1:s],t<a&&v.moveAmbiguousForward?t=a:t>n&&v.moveInvalidForward&&(t=n),r<_[s]-6e4*t)return i[s];return i[d]},abbr:function(e){return this.abbrs[this._index(e)]},offset:function(e){return this.offsets[this._index(e)]}},o.prototype.scoreOffsetAt=function(e){this.offsetScore+=Math.abs(this.zone.offset(e.at)-e.offset),this.zone.abbr(e.at).replace(/[^A-Z]/g,"")!==e.abbr&&this.abbrScore++},v.version=j,v.dataVersion="",v._zones=x,v._links=W,v._names=P,v.add=f,v.link=k,v.load=D,v.zone=y,v.zoneExists=T,v.guess=L,v.names=p,v.Zone=_,v.unpack=i,v.unpackBase60=a,v.needsOffset=g,v.moveInvalidForward=!0,v.moveAmbiguousForward=!1;var O=e.fn;e.tz=v,e.defaultZone=null,e.updateOffset=function(t,a){var n,s=e.defaultZone;void 0===t._z&&(s&&g(t)&&!t._isUTC&&(t._d=e.utc(t._a)._d,t.utc().add(s.parse(t),"minutes")),t._z=s),t._z&&(n=t._z.offset(t),Math.abs(n)<16&&(n/=60),void 0!==t.utcOffset?t.utcOffset(-n,a):t.zone(n,a))},O.tz=function(t){return t?(this._z=y(t),this._z?e.updateOffset(this):w("Moment Timezone has no data for "+t+". See http://momentjs.com/timezone/docs/#/data-loading/."),this):this._z?this._z.name:void 0},O.zoneName=S(O.zoneName),O.zoneAbbr=S(O.zoneAbbr),O.utc=b(O.utc),e.tz.setDefault=function(t){return(z<2||2===z&&F<9)&&w("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+"."),e.defaultZone=t?y(t):null,e};var J=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(J)?(J.push("_z"),J.push("_a")):J&&(J._z=null),e})},function(e,t,a){(function(e){!function(t,a){e.exports=a()}(this,function(){"use strict";function t(){return Mn.apply(null,arguments)}function n(e){Mn=e}function s(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function r(e){return"[object Object]"===Object.prototype.toString.call(e)}function i(e){var t;for(t in e)return!1;return!0}function _(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function d(e,t){var a,n=[];for(a=0;a<e.length;++a)n.push(t(e[a],a));return n}function o(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e,t){for(var a in t)o(t,a)&&(e[a]=t[a]);return o(t,"toString")&&(e.toString=t.toString),o(t,"valueOf")&&(e.valueOf=t.valueOf),e}function m(e,t,a,n){return ft(e,t,a,n,!0).utc()}function l(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null}}function c(e){return null==e._pf&&(e._pf=l()),e._pf}function h(e){if(null==e._isValid){var t=c(e),a=Ln.call(t.parsedDateParts,function(e){return null!=e});e._isValid=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&a),e._strict&&(e._isValid=e._isValid&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour)}return e._isValid}function M(e){var t=m(NaN);return null!=e?u(c(t),e):c(t).userInvalidated=!0,t}function L(e){return void 0===e}function Y(e,t){var a,n,s;if(L(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),L(t._i)||(e._i=t._i),L(t._f)||(e._f=t._f),L(t._l)||(e._l=t._l),L(t._strict)||(e._strict=t._strict),L(t._tzm)||(e._tzm=t._tzm),L(t._isUTC)||(e._isUTC=t._isUTC),L(t._offset)||(e._offset=t._offset),L(t._pf)||(e._pf=c(t)),L(t._locale)||(e._locale=t._locale),Yn.length>0)for(a in Yn)n=Yn[a],s=t[n],L(s)||(e[n]=s);return e}function f(e){Y(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),fn===!1&&(fn=!0,t.updateOffset(this),fn=!1)}function y(e){return e instanceof f||null!=e&&null!=e._isAMomentObject}function p(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function k(e){var t=+e,a=0;return 0!==t&&isFinite(t)&&(a=p(t)),a}function D(e,t,a){var n,s=Math.min(e.length,t.length),r=Math.abs(e.length-t.length),i=0;for(n=0;n<s;n++)(a&&e[n]!==t[n]||!a&&k(e[n])!==k(t[n]))&&i++;return i+r}function T(e){t.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function g(e,a){var n=!0;return u(function(){return null!=t.deprecationHandler&&t.deprecationHandler(null,e),n&&(T(e+"\nArguments: "+Array.prototype.slice.call(arguments).join(", ")+"\n"+(new Error).stack),n=!1),a.apply(this,arguments)},a)}function w(e,a){null!=t.deprecationHandler&&t.deprecationHandler(e,a),yn[e]||(T(a),yn[e]=!0)}function v(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function S(e){var t,a;for(a in e)t=e[a],v(t)?this[a]=t:this["_"+a]=t;this._config=e,this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}function b(e,t){var a,n=u({},e);for(a in t)o(t,a)&&(r(e[a])&&r(t[a])?(n[a]={},u(n[a],e[a]),u(n[a],t[a])):null!=t[a]?n[a]=t[a]:delete n[a]);for(a in e)o(e,a)&&!o(t,a)&&r(e[a])&&(n[a]=u({},n[a]));return n}function H(e){null!=e&&this.set(e)}function j(e,t,a){var n=this._calendar[e]||this._calendar.sameElse;return v(n)?n.call(t,a):n}function x(e){var t=this._longDateFormat[e],a=this._longDateFormat[e.toUpperCase()];return t||!a?t:(this._longDateFormat[e]=a.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])}function W(){return this._invalidDate}function P(e){return this._ordinal.replace("%d",e)}function A(e,t,a,n){var s=this._relativeTime[a];return v(s)?s(e,t,a,n):s.replace(/%d/i,e)}function E(e,t){var a=this._relativeTime[e>0?"future":"past"];return v(a)?a(t):a.replace(/%s/i,t)}function z(e,t){var a=e.toLowerCase();bn[a]=bn[a+"s"]=bn[t]=e}function F(e){return"string"==typeof e?bn[e]||bn[e.toLowerCase()]:void 0}function O(e){var t,a,n={};for(a in e)o(e,a)&&(t=F(a),t&&(n[t]=e[a]));return n}function J(e,t){Hn[e]=t}function R(e){var t=[];for(var a in e)t.push({unit:a,priority:Hn[a]});return t.sort(function(e,t){return e.priority-t.priority}),t}function C(e,a){return function(n){return null!=n?(I(this,e,n),t.updateOffset(this,a),this):G(this,e)}}function G(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function I(e,t,a){e.isValid()&&e._d["set"+(e._isUTC?"UTC":"")+t](a)}function N(e){return e=F(e),v(this[e])?this[e]():this}function U(e,t){if("object"==typeof e){e=O(e);for(var a=R(e),n=0;n<a.length;n++)this[a[n].unit](e[a[n].unit])}else if(e=F(e),v(this[e]))return this[e](t);return this}function V(e,t,a){var n=""+Math.abs(e),s=t-n.length,r=e>=0;return(r?a?"+":"":"-")+Math.pow(10,Math.max(0,s)).toString().substr(1)+n}function q(e,t,a,n){var s=n;"string"==typeof n&&(s=function(){return this[n]()}),e&&(Pn[e]=s),t&&(Pn[t[0]]=function(){return V(s.apply(this,arguments),t[1],t[2])}),a&&(Pn[a]=function(){return this.localeData().ordinal(s.apply(this,arguments),e)})}function Z(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function K(e){var t,a,n=e.match(jn);for(t=0,a=n.length;t<a;t++)Pn[n[t]]?n[t]=Pn[n[t]]:n[t]=Z(n[t]);return function(t){var s,r="";for(s=0;s<a;s++)r+=n[s]instanceof Function?n[s].call(t,e):n[s];return r}}function $(e,t){return e.isValid()?(t=B(t,e.localeData()),Wn[t]=Wn[t]||K(t),Wn[t](e)):e.localeData().invalidDate()}function B(e,t){function a(e){return t.longDateFormat(e)||e}var n=5;for(xn.lastIndex=0;n>=0&&xn.test(e);)e=e.replace(xn,a),xn.lastIndex=0,n-=1;return e}function Q(e,t,a){Bn[e]=v(t)?t:function(e,n){return e&&a?a:t}}function X(e,t){return o(Bn,e)?Bn[e](t._strict,t._locale):new RegExp(ee(e))}function ee(e){return te(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,a,n,s){return t||a||n||s}))}function te(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function ae(e,t){var a,n=t;for("string"==typeof e&&(e=[e]),"number"==typeof t&&(n=function(e,a){a[t]=k(e)}),a=0;a<e.length;a++)Qn[e[a]]=n}function ne(e,t){ae(e,function(e,a,n,s){n._w=n._w||{},t(e,n._w,n,s)})}function se(e,t,a){null!=t&&o(Qn,e)&&Qn[e](t,a._a,a,e)}function re(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()}function ie(e,t){return s(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||ds).test(t)?"format":"standalone"][e.month()]}function _e(e,t){return s(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[ds.test(t)?"format":"standalone"][e.month()]}function de(e,t,a){var n,s,r,i=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)r=m([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(r,"").toLocaleLowerCase();return a?"MMM"===t?(s=kn.call(this._shortMonthsParse,i),s!==-1?s:null):(s=kn.call(this._longMonthsParse,i),s!==-1?s:null):"MMM"===t?(s=kn.call(this._shortMonthsParse,i),s!==-1?s:(s=kn.call(this._longMonthsParse,i),s!==-1?s:null)):(s=kn.call(this._longMonthsParse,i),s!==-1?s:(s=kn.call(this._shortMonthsParse,i),s!==-1?s:null))}function oe(e,t,a){var n,s,r;if(this._monthsParseExact)return de.call(this,e,t,a);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(s=m([2e3,n]),a&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(s,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(s,"").replace(".","")+"$","i")),a||this._monthsParse[n]||(r="^"+this.months(s,"")+"|^"+this.monthsShort(s,""),this._monthsParse[n]=new RegExp(r.replace(".",""),"i")),a&&"MMMM"===t&&this._longMonthsParse[n].test(e))return n;if(a&&"MMM"===t&&this._shortMonthsParse[n].test(e))return n;if(!a&&this._monthsParse[n].test(e))return n}}function ue(e,t){var a;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=k(t);else if(t=e.localeData().monthsParse(t),"number"!=typeof t)return e;return a=Math.min(e.date(),re(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,a),e}function me(e){return null!=e?(ue(this,e),t.updateOffset(this,!0),this):G(this,"Month")}function le(){return re(this.year(),this.month())}function ce(e){return this._monthsParseExact?(o(this,"_monthsRegex")||Me.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(o(this,"_monthsShortRegex")||(this._monthsShortRegex=ms),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function he(e){return this._monthsParseExact?(o(this,"_monthsRegex")||Me.call(this),e?this._monthsStrictRegex:this._monthsRegex):(o(this,"_monthsRegex")||(this._monthsRegex=ls),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function Me(){function e(e,t){return t.length-e.length}var t,a,n=[],s=[],r=[];for(t=0;t<12;t++)a=m([2e3,t]),n.push(this.monthsShort(a,"")),s.push(this.months(a,"")),r.push(this.months(a,"")),r.push(this.monthsShort(a,""));for(n.sort(e),s.sort(e),r.sort(e),t=0;t<12;t++)n[t]=te(n[t]),s[t]=te(s[t]);for(t=0;t<24;t++)r[t]=te(r[t]);this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+n.join("|")+")","i")}function Le(e){return Ye(e)?366:365}function Ye(e){return e%4===0&&e%100!==0||e%400===0}function fe(){return Ye(this.year())}function ye(e,t,a,n,s,r,i){var _=new Date(e,t,a,n,s,r,i);return e<100&&e>=0&&isFinite(_.getFullYear())&&_.setFullYear(e),_}function pe(e){var t=new Date(Date.UTC.apply(null,arguments));return e<100&&e>=0&&isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e),t}function ke(e,t,a){var n=7+t-a,s=(7+pe(e,0,n).getUTCDay()-t)%7;return-s+n-1}function De(e,t,a,n,s){var r,i,_=(7+a-n)%7,d=ke(e,n,s),o=1+7*(t-1)+_+d;return o<=0?(r=e-1,i=Le(r)+o):o>Le(e)?(r=e+1,i=o-Le(e)):(r=e,i=o),{year:r,dayOfYear:i}}function Te(e,t,a){var n,s,r=ke(e.year(),t,a),i=Math.floor((e.dayOfYear()-r-1)/7)+1;return i<1?(s=e.year()-1,n=i+ge(s,t,a)):i>ge(e.year(),t,a)?(n=i-ge(e.year(),t,a),s=e.year()+1):(s=e.year(),n=i),{week:n,year:s}}function ge(e,t,a){var n=ke(e,t,a),s=ke(e+1,t,a);return(Le(e)-n+s)/7}function we(e){return Te(e,this._week.dow,this._week.doy).week}function ve(){return this._week.dow}function Se(){return this._week.doy}function be(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function He(e){var t=Te(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function je(e,t){return"string"!=typeof e?e:isNaN(e)?(e=t.weekdaysParse(e),"number"==typeof e?e:null):parseInt(e,10)}function xe(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function We(e,t){return s(this._weekdays)?this._weekdays[e.day()]:this._weekdays[this._weekdays.isFormat.test(t)?"format":"standalone"][e.day()]}function Pe(e){return this._weekdaysShort[e.day()]}function Ae(e){return this._weekdaysMin[e.day()]}function Ee(e,t,a){var n,s,r,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)r=m([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(r,"").toLocaleLowerCase();return a?"dddd"===t?(s=kn.call(this._weekdaysParse,i),s!==-1?s:null):"ddd"===t?(s=kn.call(this._shortWeekdaysParse,i),s!==-1?s:null):(s=kn.call(this._minWeekdaysParse,i),s!==-1?s:null):"dddd"===t?(s=kn.call(this._weekdaysParse,i),s!==-1?s:(s=kn.call(this._shortWeekdaysParse,i),s!==-1?s:(s=kn.call(this._minWeekdaysParse,i),s!==-1?s:null))):"ddd"===t?(s=kn.call(this._shortWeekdaysParse,i),s!==-1?s:(s=kn.call(this._weekdaysParse,i),s!==-1?s:(s=kn.call(this._minWeekdaysParse,i),s!==-1?s:null))):(s=kn.call(this._minWeekdaysParse,i),s!==-1?s:(s=kn.call(this._weekdaysParse,i),s!==-1?s:(s=kn.call(this._shortWeekdaysParse,i),s!==-1?s:null)))}function ze(e,t,a){var n,s,r;if(this._weekdaysParseExact)return Ee.call(this,e,t,a);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(s=m([2e3,1]).day(n),a&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(s,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(s,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(s,"").replace(".",".?")+"$","i")),this._weekdaysParse[n]||(r="^"+this.weekdays(s,"")+"|^"+this.weekdaysShort(s,"")+"|^"+this.weekdaysMin(s,""),this._weekdaysParse[n]=new RegExp(r.replace(".",""),"i")),a&&"dddd"===t&&this._fullWeekdaysParse[n].test(e))return n;if(a&&"ddd"===t&&this._shortWeekdaysParse[n].test(e))return n;if(a&&"dd"===t&&this._minWeekdaysParse[n].test(e))return n;if(!a&&this._weekdaysParse[n].test(e))return n}}function Fe(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=je(e,this.localeData()),this.add(e-t,"d")):t}function Oe(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Je(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=xe(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Re(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||Ie.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(o(this,"_weekdaysRegex")||(this._weekdaysRegex=fs),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Ce(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||Ie.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(o(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=ys),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Ge(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||Ie.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(o(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=ps),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Ie(){function e(e,t){return t.length-e.length}var t,a,n,s,r,i=[],_=[],d=[],o=[];for(t=0;t<7;t++)a=m([2e3,1]).day(t),n=this.weekdaysMin(a,""),s=this.weekdaysShort(a,""),r=this.weekdays(a,""),i.push(n),_.push(s),d.push(r),o.push(n),o.push(s),o.push(r);for(i.sort(e),_.sort(e),d.sort(e),o.sort(e),t=0;t<7;t++)_[t]=te(_[t]),d[t]=te(d[t]),o[t]=te(o[t]);this._weekdaysRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+_.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Ne(){return this.hours()%12||12}function Ue(){return this.hours()||24}function Ve(e,t){q(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function qe(e,t){return t._meridiemParse}function Ze(e){return"p"===(e+"").toLowerCase().charAt(0)}function Ke(e,t,a){return e>11?a?"pm":"PM":a?"am":"AM"}function $e(e){return e?e.toLowerCase().replace("_","-"):e}function Be(e){for(var t,a,n,s,r=0;r<e.length;){for(s=$e(e[r]).split("-"),t=s.length,a=$e(e[r+1]),a=a?a.split("-"):null;t>0;){if(n=Qe(s.slice(0,t).join("-")))return n;if(a&&a.length>=t&&D(s,a,!0)>=t-1)break;t--}r++}return null}function Qe(t){var n=null;if(!ws[t]&&"undefined"!=typeof e&&e&&e.exports)try{n=ks._abbr,a(5)("./"+t),Xe(n)}catch(e){}return ws[t]}function Xe(e,t){var a;return e&&(a=L(t)?at(e):et(e,t),a&&(ks=a)),ks._abbr}function et(e,t){if(null!==t){var a=gs;return t.abbr=e,null!=ws[e]?(w("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),a=ws[e]._config):null!=t.parentLocale&&(null!=ws[t.parentLocale]?a=ws[t.parentLocale]._config:w("parentLocaleUndefined","specified parentLocale is not defined yet. See http://momentjs.com/guides/#/warnings/parent-locale/")),ws[e]=new H(b(a,t)),Xe(e),ws[e]}return delete ws[e],null}function tt(e,t){if(null!=t){var a,n=gs;null!=ws[e]&&(n=ws[e]._config),t=b(n,t),a=new H(t),a.parentLocale=ws[e],ws[e]=a,Xe(e)}else null!=ws[e]&&(null!=ws[e].parentLocale?ws[e]=ws[e].parentLocale:null!=ws[e]&&delete ws[e]);return ws[e]}function at(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return ks;if(!s(e)){if(t=Qe(e))return t;e=[e]}return Be(e)}function nt(){return pn(ws)}function st(e){var t,a=e._a;return a&&c(e).overflow===-2&&(t=a[es]<0||a[es]>11?es:a[ts]<1||a[ts]>re(a[Xn],a[es])?ts:a[as]<0||a[as]>24||24===a[as]&&(0!==a[ns]||0!==a[ss]||0!==a[rs])?as:a[ns]<0||a[ns]>59?ns:a[ss]<0||a[ss]>59?ss:a[rs]<0||a[rs]>999?rs:-1,c(e)._overflowDayOfYear&&(t<Xn||t>ts)&&(t=ts),c(e)._overflowWeeks&&t===-1&&(t=is),c(e)._overflowWeekday&&t===-1&&(t=_s),c(e).overflow=t),e}function rt(e){var t,a,n,s,r,i,_=e._i,d=vs.exec(_)||Ss.exec(_);if(d){for(c(e).iso=!0,t=0,a=Hs.length;t<a;t++)if(Hs[t][1].exec(d[1])){s=Hs[t][0],n=Hs[t][2]!==!1;break}if(null==s)return void(e._isValid=!1);if(d[3]){for(t=0,a=js.length;t<a;t++)if(js[t][1].exec(d[3])){r=(d[2]||" ")+js[t][0];break}if(null==r)return void(e._isValid=!1)}if(!n&&null!=r)return void(e._isValid=!1);if(d[4]){if(!bs.exec(d[4]))return void(e._isValid=!1);i="Z"}e._f=s+(r||"")+(i||""),mt(e)}else e._isValid=!1}function it(e){var a=xs.exec(e._i);return null!==a?void(e._d=new Date((+a[1]))):(rt(e),void(e._isValid===!1&&(delete e._isValid,t.createFromInputFallback(e))))}function _t(e,t,a){return null!=e?e:null!=t?t:a}function dt(e){var a=new Date(t.now());return e._useUTC?[a.getUTCFullYear(),a.getUTCMonth(),a.getUTCDate()]:[a.getFullYear(),a.getMonth(),a.getDate()]}function ot(e){var t,a,n,s,r=[];if(!e._d){for(n=dt(e),e._w&&null==e._a[ts]&&null==e._a[es]&&ut(e),e._dayOfYear&&(s=_t(e._a[Xn],n[Xn]),e._dayOfYear>Le(s)&&(c(e)._overflowDayOfYear=!0),a=pe(s,0,e._dayOfYear),e._a[es]=a.getUTCMonth(),e._a[ts]=a.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=r[t]=n[t];for(;t<7;t++)e._a[t]=r[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[as]&&0===e._a[ns]&&0===e._a[ss]&&0===e._a[rs]&&(e._nextDay=!0,e._a[as]=0),e._d=(e._useUTC?pe:ye).apply(null,r),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[as]=24)}}function ut(e){var t,a,n,s,r,i,_,d;t=e._w,null!=t.GG||null!=t.W||null!=t.E?(r=1,i=4,a=_t(t.GG,e._a[Xn],Te(yt(),1,4).year),n=_t(t.W,1),s=_t(t.E,1),(s<1||s>7)&&(d=!0)):(r=e._locale._week.dow,i=e._locale._week.doy,a=_t(t.gg,e._a[Xn],Te(yt(),r,i).year),n=_t(t.w,1),null!=t.d?(s=t.d,(s<0||s>6)&&(d=!0)):null!=t.e?(s=t.e+r,(t.e<0||t.e>6)&&(d=!0)):s=r),n<1||n>ge(a,r,i)?c(e)._overflowWeeks=!0:null!=d?c(e)._overflowWeekday=!0:(_=De(a,n,s,r,i),e._a[Xn]=_.year,e._dayOfYear=_.dayOfYear)}function mt(e){if(e._f===t.ISO_8601)return void rt(e);e._a=[],c(e).empty=!0;var a,n,s,r,i,_=""+e._i,d=_.length,o=0;for(s=B(e._f,e._locale).match(jn)||[],a=0;a<s.length;a++)r=s[a],n=(_.match(X(r,e))||[])[0],n&&(i=_.substr(0,_.indexOf(n)),i.length>0&&c(e).unusedInput.push(i),_=_.slice(_.indexOf(n)+n.length),o+=n.length),Pn[r]?(n?c(e).empty=!1:c(e).unusedTokens.push(r),se(r,n,e)):e._strict&&!n&&c(e).unusedTokens.push(r);c(e).charsLeftOver=d-o,_.length>0&&c(e).unusedInput.push(_),e._a[as]<=12&&c(e).bigHour===!0&&e._a[as]>0&&(c(e).bigHour=void 0),c(e).parsedDateParts=e._a.slice(0),c(e).meridiem=e._meridiem,e._a[as]=lt(e._locale,e._a[as],e._meridiem),ot(e),st(e)}function lt(e,t,a){var n;return null==a?t:null!=e.meridiemHour?e.meridiemHour(t,a):null!=e.isPM?(n=e.isPM(a),n&&t<12&&(t+=12),n||12!==t||(t=0),t):t}function ct(e){var t,a,n,s,r;if(0===e._f.length)return c(e).invalidFormat=!0,void(e._d=new Date(NaN));for(s=0;s<e._f.length;s++)r=0,t=Y({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[s],mt(t),h(t)&&(r+=c(t).charsLeftOver,r+=10*c(t).unusedTokens.length,c(t).score=r,(null==n||r<n)&&(n=r,a=t));u(e,a||t)}function ht(e){if(!e._d){var t=O(e._i);e._a=d([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],function(e){return e&&parseInt(e,10)}),ot(e)}}function Mt(e){var t=new f(st(Lt(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Lt(e){var t=e._i,a=e._f;return e._locale=e._locale||at(e._l),null===t||void 0===a&&""===t?M({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),y(t)?new f(st(t)):(s(a)?ct(e):_(t)?e._d=t:a?mt(e):Yt(e),h(e)||(e._d=null),e))}function Yt(e){var a=e._i;void 0===a?e._d=new Date(t.now()):_(a)?e._d=new Date(a.valueOf()):"string"==typeof a?it(e):s(a)?(e._a=d(a.slice(0),function(e){return parseInt(e,10)}),ot(e)):"object"==typeof a?ht(e):"number"==typeof a?e._d=new Date(a):t.createFromInputFallback(e)}function ft(e,t,a,n,_){var d={};return"boolean"==typeof a&&(n=a,a=void 0),(r(e)&&i(e)||s(e)&&0===e.length)&&(e=void 0),d._isAMomentObject=!0,d._useUTC=d._isUTC=_,d._l=a,d._i=e,d._f=t,d._strict=n,Mt(d)}function yt(e,t,a,n){return ft(e,t,a,n,!1)}function pt(e,t){var a,n;if(1===t.length&&s(t[0])&&(t=t[0]),!t.length)return yt();for(a=t[0],n=1;n<t.length;++n)t[n].isValid()&&!t[n][e](a)||(a=t[n]);return a}function kt(){var e=[].slice.call(arguments,0);return pt("isBefore",e)}function Dt(){var e=[].slice.call(arguments,0);return pt("isAfter",e)}function Tt(e){var t=O(e),a=t.year||0,n=t.quarter||0,s=t.month||0,r=t.week||0,i=t.day||0,_=t.hour||0,d=t.minute||0,o=t.second||0,u=t.millisecond||0;this._milliseconds=+u+1e3*o+6e4*d+1e3*_*60*60,this._days=+i+7*r,this._months=+s+3*n+12*a,this._data={},this._locale=at(),this._bubble()}function gt(e){return e instanceof Tt}function wt(e,t){q(e,0,0,function(){var e=this.utcOffset(),a="+";return e<0&&(e=-e,a="-"),a+V(~~(e/60),2)+t+V(~~e%60,2)})}function vt(e,t){var a=(t||"").match(e)||[],n=a[a.length-1]||[],s=(n+"").match(Es)||["-",0,0],r=+(60*s[1])+k(s[2]);return"+"===s[0]?r:-r}function St(e,a){var n,s;return a._isUTC?(n=a.clone(),s=(y(e)||_(e)?e.valueOf():yt(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+s),t.updateOffset(n,!1),n):yt(e).local()}function bt(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)}function Ht(e,a){var n,s=this._offset||0;return this.isValid()?null!=e?("string"==typeof e?e=vt(Zn,e):Math.abs(e)<16&&(e=60*e),!this._isUTC&&a&&(n=bt(this)),this._offset=e,this._isUTC=!0,null!=n&&this.add(n,"m"),s!==e&&(!a||this._changeInProgress?Vt(this,Rt(e-s,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,t.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?s:bt(this):null!=e?this:NaN}function jt(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function xt(e){return this.utcOffset(0,e)}function Wt(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(bt(this),"m")),this}function Pt(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(vt(qn,this._i)),this}function At(e){return!!this.isValid()&&(e=e?yt(e).utcOffset():0,(this.utcOffset()-e)%60===0)}function Et(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function zt(){if(!L(this._isDSTShifted))return this._isDSTShifted;var e={};if(Y(e,this),e=Lt(e),e._a){var t=e._isUTC?m(e._a):yt(e._a);this._isDSTShifted=this.isValid()&&D(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function Ft(){return!!this.isValid()&&!this._isUTC}function Ot(){return!!this.isValid()&&this._isUTC}function Jt(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}function Rt(e,t){var a,n,s,r=e,i=null;return gt(e)?r={ms:e._milliseconds,d:e._days,M:e._months}:"number"==typeof e?(r={},t?r[t]=e:r.milliseconds=e):(i=zs.exec(e))?(a="-"===i[1]?-1:1, r={y:0,d:k(i[ts])*a,h:k(i[as])*a,m:k(i[ns])*a,s:k(i[ss])*a,ms:k(i[rs])*a}):(i=Fs.exec(e))?(a="-"===i[1]?-1:1,r={y:Ct(i[2],a),M:Ct(i[3],a),w:Ct(i[4],a),d:Ct(i[5],a),h:Ct(i[6],a),m:Ct(i[7],a),s:Ct(i[8],a)}):null==r?r={}:"object"==typeof r&&("from"in r||"to"in r)&&(s=It(yt(r.from),yt(r.to)),r={},r.ms=s.milliseconds,r.M=s.months),n=new Tt(r),gt(e)&&o(e,"_locale")&&(n._locale=e._locale),n}function Ct(e,t){var a=e&&parseFloat(e.replace(",","."));return(isNaN(a)?0:a)*t}function Gt(e,t){var a={milliseconds:0,months:0};return a.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(a.months,"M").isAfter(t)&&--a.months,a.milliseconds=+t-+e.clone().add(a.months,"M"),a}function It(e,t){var a;return e.isValid()&&t.isValid()?(t=St(t,e),e.isBefore(t)?a=Gt(e,t):(a=Gt(t,e),a.milliseconds=-a.milliseconds,a.months=-a.months),a):{milliseconds:0,months:0}}function Nt(e){return e<0?Math.round(-1*e)*-1:Math.round(e)}function Ut(e,t){return function(a,n){var s,r;return null===n||isNaN(+n)||(w(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=a,a=n,n=r),a="string"==typeof a?+a:a,s=Rt(a,n),Vt(this,s,e),this}}function Vt(e,a,n,s){var r=a._milliseconds,i=Nt(a._days),_=Nt(a._months);e.isValid()&&(s=null==s||s,r&&e._d.setTime(e._d.valueOf()+r*n),i&&I(e,"Date",G(e,"Date")+i*n),_&&ue(e,G(e,"Month")+_*n),s&&t.updateOffset(e,i||_))}function qt(e,t){var a=e.diff(t,"days",!0);return a<-6?"sameElse":a<-1?"lastWeek":a<0?"lastDay":a<1?"sameDay":a<2?"nextDay":a<7?"nextWeek":"sameElse"}function Zt(e,a){var n=e||yt(),s=St(n,this).startOf("day"),r=t.calendarFormat(this,s)||"sameElse",i=a&&(v(a[r])?a[r].call(this,n):a[r]);return this.format(i||this.localeData().calendar(r,this,yt(n)))}function Kt(){return new f(this)}function $t(e,t){var a=y(e)?e:yt(e);return!(!this.isValid()||!a.isValid())&&(t=F(L(t)?"millisecond":t),"millisecond"===t?this.valueOf()>a.valueOf():a.valueOf()<this.clone().startOf(t).valueOf())}function Bt(e,t){var a=y(e)?e:yt(e);return!(!this.isValid()||!a.isValid())&&(t=F(L(t)?"millisecond":t),"millisecond"===t?this.valueOf()<a.valueOf():this.clone().endOf(t).valueOf()<a.valueOf())}function Qt(e,t,a,n){return n=n||"()",("("===n[0]?this.isAfter(e,a):!this.isBefore(e,a))&&(")"===n[1]?this.isBefore(t,a):!this.isAfter(t,a))}function Xt(e,t){var a,n=y(e)?e:yt(e);return!(!this.isValid()||!n.isValid())&&(t=F(t||"millisecond"),"millisecond"===t?this.valueOf()===n.valueOf():(a=n.valueOf(),this.clone().startOf(t).valueOf()<=a&&a<=this.clone().endOf(t).valueOf()))}function ea(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function ta(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function aa(e,t,a){var n,s,r,i;return this.isValid()?(n=St(e,this),n.isValid()?(s=6e4*(n.utcOffset()-this.utcOffset()),t=F(t),"year"===t||"month"===t||"quarter"===t?(i=na(this,n),"quarter"===t?i/=3:"year"===t&&(i/=12)):(r=this-n,i="second"===t?r/1e3:"minute"===t?r/6e4:"hour"===t?r/36e5:"day"===t?(r-s)/864e5:"week"===t?(r-s)/6048e5:r),a?i:p(i)):NaN):NaN}function na(e,t){var a,n,s=12*(t.year()-e.year())+(t.month()-e.month()),r=e.clone().add(s,"months");return t-r<0?(a=e.clone().add(s-1,"months"),n=(t-r)/(r-a)):(a=e.clone().add(s+1,"months"),n=(t-r)/(a-r)),-(s+n)||0}function sa(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ra(){var e=this.clone().utc();return 0<e.year()&&e.year()<=9999?v(Date.prototype.toISOString)?this.toDate().toISOString():$(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):$(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function ia(e){e||(e=this.isUtc()?t.defaultFormatUtc:t.defaultFormat);var a=$(this,e);return this.localeData().postformat(a)}function _a(e,t){return this.isValid()&&(y(e)&&e.isValid()||yt(e).isValid())?Rt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function da(e){return this.from(yt(),e)}function oa(e,t){return this.isValid()&&(y(e)&&e.isValid()||yt(e).isValid())?Rt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ua(e){return this.to(yt(),e)}function ma(e){var t;return void 0===e?this._locale._abbr:(t=at(e),null!=t&&(this._locale=t),this)}function la(){return this._locale}function ca(e){switch(e=F(e)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===e&&this.weekday(0),"isoWeek"===e&&this.isoWeekday(1),"quarter"===e&&this.month(3*Math.floor(this.month()/3)),this}function ha(e){return e=F(e),void 0===e||"millisecond"===e?this:("date"===e&&(e="day"),this.startOf(e).add(1,"isoWeek"===e?"week":e).subtract(1,"ms"))}function Ma(){return this._d.valueOf()-6e4*(this._offset||0)}function La(){return Math.floor(this.valueOf()/1e3)}function Ya(){return new Date(this.valueOf())}function fa(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function ya(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function pa(){return this.isValid()?this.toISOString():null}function ka(){return h(this)}function Da(){return u({},c(this))}function Ta(){return c(this).overflow}function ga(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function wa(e,t){q(0,[e,e.length],0,t)}function va(e){return ja.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Sa(e){return ja.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function ba(){return ge(this.year(),1,4)}function Ha(){var e=this.localeData()._week;return ge(this.year(),e.dow,e.doy)}function ja(e,t,a,n,s){var r;return null==e?Te(this,n,s).year:(r=ge(e,n,s),t>r&&(t=r),xa.call(this,e,t,a,n,s))}function xa(e,t,a,n,s){var r=De(e,t,a,n,s),i=pe(r.year,0,r.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}function Wa(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}function Pa(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}function Aa(e,t){t[rs]=k(1e3*("0."+e))}function Ea(){return this._isUTC?"UTC":""}function za(){return this._isUTC?"Coordinated Universal Time":""}function Fa(e){return yt(1e3*e)}function Oa(){return yt.apply(null,arguments).parseZone()}function Ja(e){return e}function Ra(e,t,a,n){var s=at(),r=m().set(n,t);return s[a](r,e)}function Ca(e,t,a){if("number"==typeof e&&(t=e,e=void 0),e=e||"",null!=t)return Ra(e,t,a,"month");var n,s=[];for(n=0;n<12;n++)s[n]=Ra(e,n,a,"month");return s}function Ga(e,t,a,n){"boolean"==typeof e?("number"==typeof t&&(a=t,t=void 0),t=t||""):(t=e,a=t,e=!1,"number"==typeof t&&(a=t,t=void 0),t=t||"");var s=at(),r=e?s._week.dow:0;if(null!=a)return Ra(t,(a+r)%7,n,"day");var i,_=[];for(i=0;i<7;i++)_[i]=Ra(t,(i+r)%7,n,"day");return _}function Ia(e,t){return Ca(e,t,"months")}function Na(e,t){return Ca(e,t,"monthsShort")}function Ua(e,t,a){return Ga(e,t,a,"weekdays")}function Va(e,t,a){return Ga(e,t,a,"weekdaysShort")}function qa(e,t,a){return Ga(e,t,a,"weekdaysMin")}function Za(){var e=this._data;return this._milliseconds=Ks(this._milliseconds),this._days=Ks(this._days),this._months=Ks(this._months),e.milliseconds=Ks(e.milliseconds),e.seconds=Ks(e.seconds),e.minutes=Ks(e.minutes),e.hours=Ks(e.hours),e.months=Ks(e.months),e.years=Ks(e.years),this}function Ka(e,t,a,n){var s=Rt(t,a);return e._milliseconds+=n*s._milliseconds,e._days+=n*s._days,e._months+=n*s._months,e._bubble()}function $a(e,t){return Ka(this,e,t,1)}function Ba(e,t){return Ka(this,e,t,-1)}function Qa(e){return e<0?Math.floor(e):Math.ceil(e)}function Xa(){var e,t,a,n,s,r=this._milliseconds,i=this._days,_=this._months,d=this._data;return r>=0&&i>=0&&_>=0||r<=0&&i<=0&&_<=0||(r+=864e5*Qa(tn(_)+i),i=0,_=0),d.milliseconds=r%1e3,e=p(r/1e3),d.seconds=e%60,t=p(e/60),d.minutes=t%60,a=p(t/60),d.hours=a%24,i+=p(a/24),s=p(en(i)),_+=s,i-=Qa(tn(s)),n=p(_/12),_%=12,d.days=i,d.months=_,d.years=n,this}function en(e){return 4800*e/146097}function tn(e){return 146097*e/4800}function an(e){var t,a,n=this._milliseconds;if(e=F(e),"month"===e||"year"===e)return t=this._days+n/864e5,a=this._months+en(t),"month"===e?a:a/12;switch(t=this._days+Math.round(tn(this._months)),e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return 24*t+n/36e5;case"minute":return 1440*t+n/6e4;case"second":return 86400*t+n/1e3;case"millisecond":return Math.floor(864e5*t)+n;default:throw new Error("Unknown unit "+e)}}function nn(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*k(this._months/12)}function sn(e){return function(){return this.as(e)}}function rn(e){return e=F(e),this[e+"s"]()}function _n(e){return function(){return this._data[e]}}function dn(){return p(this.days()/7)}function on(e,t,a,n,s){return s.relativeTime(t||1,!!a,e,n)}function un(e,t,a){var n=Rt(e).abs(),s=mr(n.as("s")),r=mr(n.as("m")),i=mr(n.as("h")),_=mr(n.as("d")),d=mr(n.as("M")),o=mr(n.as("y")),u=s<lr.s&&["s",s]||r<=1&&["m"]||r<lr.m&&["mm",r]||i<=1&&["h"]||i<lr.h&&["hh",i]||_<=1&&["d"]||_<lr.d&&["dd",_]||d<=1&&["M"]||d<lr.M&&["MM",d]||o<=1&&["y"]||["yy",o];return u[2]=t,u[3]=+e>0,u[4]=a,on.apply(null,u)}function mn(e){return void 0===e?mr:"function"==typeof e&&(mr=e,!0)}function ln(e,t){return void 0!==lr[e]&&(void 0===t?lr[e]:(lr[e]=t,!0))}function cn(e){var t=this.localeData(),a=un(this,!e,t);return e&&(a=t.pastFuture(+this,a)),t.postformat(a)}function hn(){var e,t,a,n=cr(this._milliseconds)/1e3,s=cr(this._days),r=cr(this._months);e=p(n/60),t=p(e/60),n%=60,e%=60,a=p(r/12),r%=12;var i=a,_=r,d=s,o=t,u=e,m=n,l=this.asSeconds();return l?(l<0?"-":"")+"P"+(i?i+"Y":"")+(_?_+"M":"")+(d?d+"D":"")+(o||u||m?"T":"")+(o?o+"H":"")+(u?u+"M":"")+(m?m+"S":""):"P0D"}var Mn,Ln;Ln=Array.prototype.some?Array.prototype.some:function(e){for(var t=Object(this),a=t.length>>>0,n=0;n<a;n++)if(n in t&&e.call(this,t[n],n,t))return!0;return!1};var Yn=t.momentProperties=[],fn=!1,yn={};t.suppressDeprecationWarnings=!1,t.deprecationHandler=null;var pn;pn=Object.keys?Object.keys:function(e){var t,a=[];for(t in e)o(e,t)&&a.push(t);return a};var kn,Dn={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Tn={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},gn="Invalid date",wn="%d",vn=/\d{1,2}/,Sn={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},bn={},Hn={},jn=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,xn=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Wn={},Pn={},An=/\d/,En=/\d\d/,zn=/\d{3}/,Fn=/\d{4}/,On=/[+-]?\d{6}/,Jn=/\d\d?/,Rn=/\d\d\d\d?/,Cn=/\d\d\d\d\d\d?/,Gn=/\d{1,3}/,In=/\d{1,4}/,Nn=/[+-]?\d{1,6}/,Un=/\d+/,Vn=/[+-]?\d+/,qn=/Z|[+-]\d\d:?\d\d/gi,Zn=/Z|[+-]\d\d(?::?\d\d)?/gi,Kn=/[+-]?\d+(\.\d{1,3})?/,$n=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Bn={},Qn={},Xn=0,es=1,ts=2,as=3,ns=4,ss=5,rs=6,is=7,_s=8;kn=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},q("M",["MM",2],"Mo",function(){return this.month()+1}),q("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),q("MMMM",0,0,function(e){return this.localeData().months(this,e)}),z("month","M"),J("month",8),Q("M",Jn),Q("MM",Jn,En),Q("MMM",function(e,t){return t.monthsShortRegex(e)}),Q("MMMM",function(e,t){return t.monthsRegex(e)}),ae(["M","MM"],function(e,t){t[es]=k(e)-1}),ae(["MMM","MMMM"],function(e,t,a,n){var s=a._locale.monthsParse(e,n,a._strict);null!=s?t[es]=s:c(a).invalidMonth=e});var ds=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/,os="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),us="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ms=$n,ls=$n;q("Y",0,0,function(){var e=this.year();return e<=9999?""+e:"+"+e}),q(0,["YY",2],0,function(){return this.year()%100}),q(0,["YYYY",4],0,"year"),q(0,["YYYYY",5],0,"year"),q(0,["YYYYYY",6,!0],0,"year"),z("year","y"),J("year",1),Q("Y",Vn),Q("YY",Jn,En),Q("YYYY",In,Fn),Q("YYYYY",Nn,On),Q("YYYYYY",Nn,On),ae(["YYYYY","YYYYYY"],Xn),ae("YYYY",function(e,a){a[Xn]=2===e.length?t.parseTwoDigitYear(e):k(e)}),ae("YY",function(e,a){a[Xn]=t.parseTwoDigitYear(e)}),ae("Y",function(e,t){t[Xn]=parseInt(e,10)}),t.parseTwoDigitYear=function(e){return k(e)+(k(e)>68?1900:2e3)};var cs=C("FullYear",!0);q("w",["ww",2],"wo","week"),q("W",["WW",2],"Wo","isoWeek"),z("week","w"),z("isoWeek","W"),J("week",5),J("isoWeek",5),Q("w",Jn),Q("ww",Jn,En),Q("W",Jn),Q("WW",Jn,En),ne(["w","ww","W","WW"],function(e,t,a,n){t[n.substr(0,1)]=k(e)});var hs={dow:0,doy:6};q("d",0,"do","day"),q("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),q("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),q("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),q("e",0,0,"weekday"),q("E",0,0,"isoWeekday"),z("day","d"),z("weekday","e"),z("isoWeekday","E"),J("day",11),J("weekday",11),J("isoWeekday",11),Q("d",Jn),Q("e",Jn),Q("E",Jn),Q("dd",function(e,t){return t.weekdaysMinRegex(e)}),Q("ddd",function(e,t){return t.weekdaysShortRegex(e)}),Q("dddd",function(e,t){return t.weekdaysRegex(e)}),ne(["dd","ddd","dddd"],function(e,t,a,n){var s=a._locale.weekdaysParse(e,n,a._strict);null!=s?t.d=s:c(a).invalidWeekday=e}),ne(["d","e","E"],function(e,t,a,n){t[n]=k(e)});var Ms="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ls="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ys="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),fs=$n,ys=$n,ps=$n;q("H",["HH",2],0,"hour"),q("h",["hh",2],0,Ne),q("k",["kk",2],0,Ue),q("hmm",0,0,function(){return""+Ne.apply(this)+V(this.minutes(),2)}),q("hmmss",0,0,function(){return""+Ne.apply(this)+V(this.minutes(),2)+V(this.seconds(),2)}),q("Hmm",0,0,function(){return""+this.hours()+V(this.minutes(),2)}),q("Hmmss",0,0,function(){return""+this.hours()+V(this.minutes(),2)+V(this.seconds(),2)}),Ve("a",!0),Ve("A",!1),z("hour","h"),J("hour",13),Q("a",qe),Q("A",qe),Q("H",Jn),Q("h",Jn),Q("HH",Jn,En),Q("hh",Jn,En),Q("hmm",Rn),Q("hmmss",Cn),Q("Hmm",Rn),Q("Hmmss",Cn),ae(["H","HH"],as),ae(["a","A"],function(e,t,a){a._isPm=a._locale.isPM(e),a._meridiem=e}),ae(["h","hh"],function(e,t,a){t[as]=k(e),c(a).bigHour=!0}),ae("hmm",function(e,t,a){var n=e.length-2;t[as]=k(e.substr(0,n)),t[ns]=k(e.substr(n)),c(a).bigHour=!0}),ae("hmmss",function(e,t,a){var n=e.length-4,s=e.length-2;t[as]=k(e.substr(0,n)),t[ns]=k(e.substr(n,2)),t[ss]=k(e.substr(s)),c(a).bigHour=!0}),ae("Hmm",function(e,t,a){var n=e.length-2;t[as]=k(e.substr(0,n)),t[ns]=k(e.substr(n))}),ae("Hmmss",function(e,t,a){var n=e.length-4,s=e.length-2;t[as]=k(e.substr(0,n)),t[ns]=k(e.substr(n,2)),t[ss]=k(e.substr(s))});var ks,Ds=/[ap]\.?m?\.?/i,Ts=C("Hours",!0),gs={calendar:Dn,longDateFormat:Tn,invalidDate:gn,ordinal:wn,ordinalParse:vn,relativeTime:Sn,months:os,monthsShort:us,week:hs,weekdays:Ms,weekdaysMin:Ys,weekdaysShort:Ls,meridiemParse:Ds},ws={},vs=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,Ss=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,bs=/Z|[+-]\d\d(?::?\d\d)?/,Hs=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],js=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],xs=/^\/?Date\((\-?\d+)/i;t.createFromInputFallback=g("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),t.ISO_8601=function(){};var Ws=g("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=yt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:M()}),Ps=g("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=yt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:M()}),As=function(){return Date.now?Date.now():+new Date};wt("Z",":"),wt("ZZ",""),Q("Z",Zn),Q("ZZ",Zn),ae(["Z","ZZ"],function(e,t,a){a._useUTC=!0,a._tzm=vt(Zn,e)});var Es=/([\+\-]|\d\d)/gi;t.updateOffset=function(){};var zs=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?\d*)?$/,Fs=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Rt.fn=Tt.prototype;var Os=Ut(1,"add"),Js=Ut(-1,"subtract");t.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",t.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Rs=g("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)});q(0,["gg",2],0,function(){return this.weekYear()%100}),q(0,["GG",2],0,function(){return this.isoWeekYear()%100}),wa("gggg","weekYear"),wa("ggggg","weekYear"),wa("GGGG","isoWeekYear"),wa("GGGGG","isoWeekYear"),z("weekYear","gg"),z("isoWeekYear","GG"),J("weekYear",1),J("isoWeekYear",1),Q("G",Vn),Q("g",Vn),Q("GG",Jn,En),Q("gg",Jn,En),Q("GGGG",In,Fn),Q("gggg",In,Fn),Q("GGGGG",Nn,On),Q("ggggg",Nn,On),ne(["gggg","ggggg","GGGG","GGGGG"],function(e,t,a,n){t[n.substr(0,2)]=k(e)}),ne(["gg","GG"],function(e,a,n,s){a[s]=t.parseTwoDigitYear(e)}),q("Q",0,"Qo","quarter"),z("quarter","Q"),J("quarter",7),Q("Q",An),ae("Q",function(e,t){t[es]=3*(k(e)-1)}),q("D",["DD",2],"Do","date"),z("date","D"),J("date",9),Q("D",Jn),Q("DD",Jn,En),Q("Do",function(e,t){return e?t._ordinalParse:t._ordinalParseLenient}),ae(["D","DD"],ts),ae("Do",function(e,t){t[ts]=k(e.match(Jn)[0],10)});var Cs=C("Date",!0);q("DDD",["DDDD",3],"DDDo","dayOfYear"),z("dayOfYear","DDD"),J("dayOfYear",4),Q("DDD",Gn),Q("DDDD",zn),ae(["DDD","DDDD"],function(e,t,a){a._dayOfYear=k(e)}),q("m",["mm",2],0,"minute"),z("minute","m"),J("minute",14),Q("m",Jn),Q("mm",Jn,En),ae(["m","mm"],ns);var Gs=C("Minutes",!1);q("s",["ss",2],0,"second"),z("second","s"),J("second",15),Q("s",Jn),Q("ss",Jn,En),ae(["s","ss"],ss);var Is=C("Seconds",!1);q("S",0,0,function(){return~~(this.millisecond()/100)}),q(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),q(0,["SSS",3],0,"millisecond"),q(0,["SSSS",4],0,function(){return 10*this.millisecond()}),q(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),q(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),q(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),q(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),q(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),z("millisecond","ms"),J("millisecond",16),Q("S",Gn,An),Q("SS",Gn,En),Q("SSS",Gn,zn);var Ns;for(Ns="SSSS";Ns.length<=9;Ns+="S")Q(Ns,Un);for(Ns="S";Ns.length<=9;Ns+="S")ae(Ns,Aa);var Us=C("Milliseconds",!1);q("z",0,0,"zoneAbbr"),q("zz",0,0,"zoneName");var Vs=f.prototype;Vs.add=Os,Vs.calendar=Zt,Vs.clone=Kt,Vs.diff=aa,Vs.endOf=ha,Vs.format=ia,Vs.from=_a,Vs.fromNow=da,Vs.to=oa,Vs.toNow=ua,Vs.get=N,Vs.invalidAt=Ta,Vs.isAfter=$t,Vs.isBefore=Bt,Vs.isBetween=Qt,Vs.isSame=Xt,Vs.isSameOrAfter=ea,Vs.isSameOrBefore=ta,Vs.isValid=ka,Vs.lang=Rs,Vs.locale=ma,Vs.localeData=la,Vs.max=Ps,Vs.min=Ws,Vs.parsingFlags=Da,Vs.set=U,Vs.startOf=ca,Vs.subtract=Js,Vs.toArray=fa,Vs.toObject=ya,Vs.toDate=Ya,Vs.toISOString=ra,Vs.toJSON=pa,Vs.toString=sa,Vs.unix=La,Vs.valueOf=Ma,Vs.creationData=ga,Vs.year=cs,Vs.isLeapYear=fe,Vs.weekYear=va,Vs.isoWeekYear=Sa,Vs.quarter=Vs.quarters=Wa,Vs.month=me,Vs.daysInMonth=le,Vs.week=Vs.weeks=be,Vs.isoWeek=Vs.isoWeeks=He,Vs.weeksInYear=Ha,Vs.isoWeeksInYear=ba,Vs.date=Cs,Vs.day=Vs.days=Fe,Vs.weekday=Oe,Vs.isoWeekday=Je,Vs.dayOfYear=Pa,Vs.hour=Vs.hours=Ts,Vs.minute=Vs.minutes=Gs,Vs.second=Vs.seconds=Is,Vs.millisecond=Vs.milliseconds=Us,Vs.utcOffset=Ht,Vs.utc=xt,Vs.local=Wt,Vs.parseZone=Pt,Vs.hasAlignedHourOffset=At,Vs.isDST=Et,Vs.isLocal=Ft,Vs.isUtcOffset=Ot,Vs.isUtc=Jt,Vs.isUTC=Jt,Vs.zoneAbbr=Ea,Vs.zoneName=za,Vs.dates=g("dates accessor is deprecated. Use date instead.",Cs),Vs.months=g("months accessor is deprecated. Use month instead",me),Vs.years=g("years accessor is deprecated. Use year instead",cs),Vs.zone=g("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",jt),Vs.isDSTShifted=g("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",zt);var qs=Vs,Zs=H.prototype;Zs.calendar=j,Zs.longDateFormat=x,Zs.invalidDate=W,Zs.ordinal=P,Zs.preparse=Ja,Zs.postformat=Ja,Zs.relativeTime=A,Zs.pastFuture=E,Zs.set=S,Zs.months=ie,Zs.monthsShort=_e,Zs.monthsParse=oe,Zs.monthsRegex=he,Zs.monthsShortRegex=ce,Zs.week=we,Zs.firstDayOfYear=Se,Zs.firstDayOfWeek=ve,Zs.weekdays=We,Zs.weekdaysMin=Ae,Zs.weekdaysShort=Pe,Zs.weekdaysParse=ze,Zs.weekdaysRegex=Re,Zs.weekdaysShortRegex=Ce,Zs.weekdaysMinRegex=Ge,Zs.isPM=Ze,Zs.meridiem=Ke,Xe("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,a=1===k(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}}),t.lang=g("moment.lang is deprecated. Use moment.locale instead.",Xe),t.langData=g("moment.langData is deprecated. Use moment.localeData instead.",at);var Ks=Math.abs,$s=sn("ms"),Bs=sn("s"),Qs=sn("m"),Xs=sn("h"),er=sn("d"),tr=sn("w"),ar=sn("M"),nr=sn("y"),sr=_n("milliseconds"),rr=_n("seconds"),ir=_n("minutes"),_r=_n("hours"),dr=_n("days"),or=_n("months"),ur=_n("years"),mr=Math.round,lr={s:45,m:45,h:22,d:26,M:11},cr=Math.abs,hr=Tt.prototype;hr.abs=Za,hr.add=$a,hr.subtract=Ba,hr.as=an,hr.asMilliseconds=$s,hr.asSeconds=Bs,hr.asMinutes=Qs,hr.asHours=Xs,hr.asDays=er,hr.asWeeks=tr,hr.asMonths=ar,hr.asYears=nr,hr.valueOf=nn,hr._bubble=Xa,hr.get=rn,hr.milliseconds=sr,hr.seconds=rr,hr.minutes=ir,hr.hours=_r,hr.days=dr,hr.weeks=dn,hr.months=or,hr.years=ur,hr.humanize=cn,hr.toISOString=hn,hr.toString=hn,hr.toJSON=hn,hr.locale=ma,hr.localeData=la,hr.toIsoString=g("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",hn),hr.lang=Rs,q("X",0,0,"unix"),q("x",0,0,"valueOf"),Q("x",Vn),Q("X",Kn),ae("X",function(e,t,a){a._d=new Date(1e3*parseFloat(e,10))}),ae("x",function(e,t,a){a._d=new Date(k(e))}),t.version="2.14.1",n(yt),t.fn=qs,t.min=kt,t.max=Dt,t.now=As,t.utc=m,t.unix=Fa,t.months=Ia,t.isDate=_,t.locale=Xe,t.invalid=M,t.duration=Rt,t.isMoment=y,t.weekdays=Ua,t.parseZone=Oa,t.localeData=at,t.isDuration=gt,t.monthsShort=Na,t.weekdaysMin=qa,t.defineLocale=et,t.updateLocale=tt,t.locales=nt,t.weekdaysShort=Va,t.normalizeUnits=F,t.relativeTimeRounding=mn,t.relativeTimeThreshold=ln,t.calendarFormat=qt,t.prototype=qs;var Mr=t;return Mr})}).call(t,a(4)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children=[],e.webpackPolyfill=1),e}},function(e,t,a){function n(e){return a(s(e))}function s(e){return r[e]||function(){throw new Error("Cannot find module '"+e+"'.")}()}var r={"./af":6,"./af.js":6,"./ar":7,"./ar-ma":8,"./ar-ma.js":8,"./ar-sa":9,"./ar-sa.js":9,"./ar-tn":10,"./ar-tn.js":10,"./ar.js":7,"./az":11,"./az.js":11,"./be":12,"./be.js":12,"./bg":13,"./bg.js":13,"./bn":14,"./bn.js":14,"./bo":15,"./bo.js":15,"./br":16,"./br.js":16,"./bs":17,"./bs.js":17,"./ca":18,"./ca.js":18,"./cs":19,"./cs.js":19,"./cv":20,"./cv.js":20,"./cy":21,"./cy.js":21,"./da":22,"./da.js":22,"./de":23,"./de-at":24,"./de-at.js":24,"./de.js":23,"./dv":25,"./dv.js":25,"./el":26,"./el.js":26,"./en-au":27,"./en-au.js":27,"./en-ca":28,"./en-ca.js":28,"./en-gb":29,"./en-gb.js":29,"./en-ie":30,"./en-ie.js":30,"./en-nz":31,"./en-nz.js":31,"./eo":32,"./eo.js":32,"./es":33,"./es-do":34,"./es-do.js":34,"./es.js":33,"./et":35,"./et.js":35,"./eu":36,"./eu.js":36,"./fa":37,"./fa.js":37,"./fi":38,"./fi.js":38,"./fo":39,"./fo.js":39,"./fr":40,"./fr-ca":41,"./fr-ca.js":41,"./fr-ch":42,"./fr-ch.js":42,"./fr.js":40,"./fy":43,"./fy.js":43,"./gd":44,"./gd.js":44,"./gl":45,"./gl.js":45,"./he":46,"./he.js":46,"./hi":47,"./hi.js":47,"./hr":48,"./hr.js":48,"./hu":49,"./hu.js":49,"./hy-am":50,"./hy-am.js":50,"./id":51,"./id.js":51,"./is":52,"./is.js":52,"./it":53,"./it.js":53,"./ja":54,"./ja.js":54,"./jv":55,"./jv.js":55,"./ka":56,"./ka.js":56,"./kk":57,"./kk.js":57,"./km":58,"./km.js":58,"./ko":59,"./ko.js":59,"./ky":60,"./ky.js":60,"./lb":61,"./lb.js":61,"./lo":62,"./lo.js":62,"./lt":63,"./lt.js":63,"./lv":64,"./lv.js":64,"./me":65,"./me.js":65,"./mk":66,"./mk.js":66,"./ml":67,"./ml.js":67,"./mr":68,"./mr.js":68,"./ms":69,"./ms-my":70,"./ms-my.js":70,"./ms.js":69,"./my":71,"./my.js":71,"./nb":72,"./nb.js":72,"./ne":73,"./ne.js":73,"./nl":74,"./nl.js":74,"./nn":75,"./nn.js":75,"./pa-in":76,"./pa-in.js":76,"./pl":77,"./pl.js":77,"./pt":78,"./pt-br":79,"./pt-br.js":79,"./pt.js":78,"./ro":80,"./ro.js":80,"./ru":81,"./ru.js":81,"./se":82,"./se.js":82,"./si":83,"./si.js":83,"./sk":84,"./sk.js":84,"./sl":85,"./sl.js":85,"./sq":86,"./sq.js":86,"./sr":87,"./sr-cyrl":88,"./sr-cyrl.js":88,"./sr.js":87,"./ss":89,"./ss.js":89,"./sv":90,"./sv.js":90,"./sw":91,"./sw.js":91,"./ta":92,"./ta.js":92,"./te":93,"./te.js":93,"./th":94,"./th.js":94,"./tl-ph":95,"./tl-ph.js":95,"./tlh":96,"./tlh.js":96,"./tr":97,"./tr.js":97,"./tzl":98,"./tzl.js":98,"./tzm":99,"./tzm-latn":100,"./tzm-latn.js":100,"./tzm.js":99,"./uk":101,"./uk.js":101,"./uz":102,"./uz.js":102,"./vi":103,"./vi.js":103,"./x-pseudo":104,"./x-pseudo.js":104,"./zh-cn":105,"./zh-cn.js":105,"./zh-tw":106,"./zh-tw.js":106};n.keys=function(){return Object.keys(r)},n.resolve=s,e.exports=n,n.id=5},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"vm":"VM":a?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},s={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,a,r,i){var _=n(t),d=s[e][n(t)];return 2===_&&(d=d[a?0:1]),d.replace(/%d/i,t)}},i=["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"],_=e.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/\u200f/g,"").replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return a[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}});return _})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L" },relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return a[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"},a=e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,a){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},ordinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var a=e%10,n=e%100-a,s=e>=100?100:null;return e+(t[a]||t[n]||t[s])},week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var s={mm:a?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:a?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"};return"m"===n?a?"хвіліна":"хвіліну":"h"===n?a?"гадзіна":"гадзіну":e+" "+t(s[n],+e)}var n=e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Вв] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:a,mm:a,h:a,hh:a,d:"дзень",dd:a,M:"месяц",MM:a,y:"год",yy:a},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},ordinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!==2&&e%10!==3||e%100===12||e%100===13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"},n=e.defineLocale("bn",{months:"জানুয়ারী_ফেবুয়ারী_মার্চ_এপ্রিল_মে_জুন_জুলাই_অগাস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপর_মে_জুন_জুল_অগ_সেপ্ট_অক্টো_নভ_ডিসেম্".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পত্তিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পত্তি_শুক্র_শনি".split("_"),weekdaysMin:"রব_সম_মঙ্গ_বু_ব্রিহ_শু_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,function(e){return a[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,a){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},a={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"},n=e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(e){return a[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,a){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a){var n={mm:"munutenn",MM:"miz",dd:"devezh"};return e+" "+s(n[a],e)}function a(e){switch(n(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function n(e){return e>9?n(e%10):e}function s(e,t){return 2===t?r(e):e}function r(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var i=e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:a},ordinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){var t=1===e?"añ":"vet";return e+t},week:{dow:1,doy:4}});return i})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a){var n=e+" ";switch(a){case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return n+=1===e?"dan":"dana";case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}var a=e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ca",{months:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),monthsShort:"gen._febr._mar._abr._mai._jun._jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd D MMMM YYYY H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"fa %s",s:"uns segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},ordinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e){return e>1&&e<5&&1!==~~(e/10)}function a(e,a,n,s){var r=e+" ";switch(n){case"s":return a||s?"pár sekund":"pár sekundami";case"m":return a?"minuta":s?"minutu":"minutou";case"mm":return a||s?r+(t(e)?"minuty":"minut"):r+"minutami";case"h":return a?"hodina":s?"hodinu":"hodinou";case"hh":return a||s?r+(t(e)?"hodiny":"hodin"):r+"hodinami";case"d":return a||s?"den":"dnem";case"dd":return a||s?r+(t(e)?"dny":"dní"):r+"dny";case"M":return a||s?"měsíc":"měsícem";case"MM":return a||s?r+(t(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return a||s?"rok":"rokem";case"yy":return a||s?r+(t(e)?"roky":"let"):r+"lety"}}var n="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),s="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=e.defineLocale("cs",{months:n,monthsShort:s,monthsParse:function(e,t){var a,n=[];for(a=0;a<12;a++)n[a]=new RegExp("^"+e[a]+"$|^"+t[a]+"$","i");return n}(n,s),shortMonthsParse:function(e){var t,a=[];for(t=0;t<12;t++)a[t]=new RegExp("^"+e[t]+"$","i");return a}(s),longMonthsParse:function(e){var t,a=[];for(t=0;t<12;t++)a[t]=new RegExp("^"+e[t]+"$","i");return a}(n),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){var t=/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран";return e+t},past:"%s каялла",s:"пӗр-ик ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},ordinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},ordinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t=e,a="",n=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return t>20?a=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(a=n[t]),e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY HH:mm"},calendar:{sameDay:"[I dag kl.] LT",nextDay:"[I morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[I går kl.] LT",lastWeek:"[sidste] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?s[a][0]:s[a][1]}var a=e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?s[a][0]:s[a][1]}var a=e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],a=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],n=e.defineLocale("dv",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,a){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}var a=e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,a){return e>11?a?"μμ":"ΜΜ":a?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,a){var n=this._calendarEl[e],s=a&&a.hours();return t(n)&&(n=n.apply(a)),n.replace("{}",s%12===1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},ordinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"Dimanĉo_Lundo_Mardo_Merkredo_Ĵaŭdo_Vendredo_Sabato".split("_"),weekdaysShort:"Dim_Lun_Mard_Merk_Ĵaŭ_Ven_Sab".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Ĵa_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-an de] MMMM, YYYY",LLL:"D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-an de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,a){return e>11?a?"p.t.m.":"P.T.M.":a?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT", sameElse:"L"},relativeTime:{future:"je %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},ordinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return/-MMM-/.test(n)?a[e.month()]:t[e.month()]},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return/-MMM-/.test(n)?a[e.month()]:t[e.month()]},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s={s:["mõne sekundi","mõni sekund","paar sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?s[a][2]?s[a][2]:s[a][1]:n?s[a][0]:s[a][1]}var a=e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},a={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"},n=e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,a){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چندین ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,function(e){return a[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},ordinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,n,s){var r="";switch(n){case"s":return s?"muutaman sekunnin":"muutama sekunti";case"m":return s?"minuutin":"minuutti";case"mm":r=s?"minuutin":"minuuttia";break;case"h":return s?"tunnin":"tunti";case"hh":r=s?"tunnin":"tuntia";break;case"d":return s?"päivän":"päivä";case"dd":r=s?"päivän":"päivää";break;case"M":return s?"kuukauden":"kuukausi";case"MM":r=s?"kuukauden":"kuukautta";break;case"y":return s?"vuoden":"vuosi";case"yy":r=s?"vuoden":"vuotta"}return r=a(e,s)+" "+r}function a(e,t){return e<10?t?s[e]:n[e]:e}var n="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),s=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",n[7],n[8],n[9]],r=e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",m:"ein minutt",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaði",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|)/,ordinal:function(e){return e+(1===e?"er":"")},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|e)/,ordinal:function(e){return e+(1===e?"er":"e")}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|e)/,ordinal:function(e){return e+(1===e?"er":"e")},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),a="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),n=e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,n){return/-MMM-/.test(n)?a[e.month()]:t[e.month()]},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],a=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],n=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],s=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],r=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],i=e.defineLocale("gd",{months:t,monthsShort:a,monthsParseExact:!0,weekdays:n,weekdaysShort:s,weekdaysMin:r,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},ordinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){var t=1===e?"d":e%10===2?"na":"mh";return e+t},week:{dow:1,doy:4}});return i})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("gl",{months:"Xaneiro_Febreiro_Marzo_Abril_Maio_Xuño_Xullo_Agosto_Setembro_Outubro_Novembro_Decembro".split("_"),monthsShort:"Xan._Feb._Mar._Abr._Mai._Xuñ._Xul._Ago._Set._Out._Nov._Dec.".split("_"),monthsParseExact:!0,weekdays:"Domingo_Luns_Martes_Mércores_Xoves_Venres_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mér._Xov._Ven._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mé_Xo_Ve_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd D MMMM YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return"uns segundos"===e?"nuns segundos":"en "+e},past:"hai %s",s:"uns segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10===0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,a){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?a?'לפנה"צ':"לפני הצהריים":e<18?a?'אחה"צ':"אחרי הצהריים":"בערב"}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},n=e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return a[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a){var n=e+" ";switch(a){case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return n+=1===e?"dan":"dana";case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}var a=e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s=e;switch(a){case"s":return n||t?"néhány másodperc":"néhány másodperce";case"m":return"egy"+(n||t?" perc":" perce");case"mm":return s+(n||t?" perc":" perce");case"h":return"egy"+(n||t?" óra":" órája");case"hh":return s+(n||t?" óra":" órája");case"d":return"egy"+(n||t?" nap":" napja");case"dd":return s+(n||t?" nap":" napja");case"M":return"egy"+(n||t?" hónap":" hónapja");case"MM":return s+(n||t?" hónap":" hónapja");case"y":return"egy"+(n||t?" év":" éve");case"yy":return s+(n||t?" év":" éve")}return""}function a(e){return(e?"":"[múlt] ")+"["+n[this.day()]+"] LT[-kor]"}var n="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" "),s=e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,a){return e<12?a===!0?"de":"DE":a===!0?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return a.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return a.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return s})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},ordinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e){return e%100===11||e%10!==1}function a(e,a,n,s){var r=e+" ";switch(n){case"s":return a||s?"nokkrar sekúndur":"nokkrum sekúndum";case"m":return a?"mínúta":"mínútu";case"mm":return t(e)?r+(a||s?"mínútur":"mínútum"):a?r+"mínúta":r+"mínútu";case"hh":return t(e)?r+(a||s?"klukkustundir":"klukkustundum"):r+"klukkustund";case"d":return a?"dagur":s?"dag":"degi";case"dd":return t(e)?a?r+"dagar":r+(s?"daga":"dögum"):a?r+"dagur":r+(s?"dag":"degi");case"M":return a?"mánuður":s?"mánuð":"mánuði";case"MM":return t(e)?a?r+"mánuðir":r+(s?"mánuði":"mánuðum"):a?r+"mánuður":r+(s?"mánuð":"mánuði");case"y":return a||s?"ár":"ári";case"yy":return t(e)?r+(a||s?"ár":"árum"):r+(a||s?"ár":"ári")}}var n=e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:a,m:a,mm:a,h:"klukkustund",hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"Do_Lu_Ma_Me_Gi_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",LTS:"Ah時m分s秒",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah時m分",LLLL:"YYYY年M月D日Ah時m分 dddd"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,a){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},ordinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_") },monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return/(წამი|წუთი|საათი|წელი)/.test(e)?e.replace(/ი$/,"ში"):e+"ში"},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},ordinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20===0||e%100===0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"},a=e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},ordinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysMin:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 m분",LTS:"A h시 m분 s초",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h시 m분",LLLL:"YYYY년 MMMM D일 dddd A h시 m분"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"일분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},ordinalParse:/\d{1,2}일/,ordinal:"%d일",meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,a){return e<12?"오전":"오후"}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"},a=e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кече саат] LT",lastWeek:"[Өткен аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},ordinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?s[a][0]:s[a][1]}function a(e){var t=e.substr(0,e.indexOf(" "));return s(t)?"a "+e:"an "+e}function n(e){var t=e.substr(0,e.indexOf(" "));return s(t)?"viru "+e:"virun "+e}function s(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10,a=e/10;return s(0===t?a:t)}if(e<1e4){for(;e>=10;)e/=10;return s(e)}return e/=1e3,s(e)}var r=e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:a,past:n,s:"e puer Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,a){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},ordinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){return t?"kelios sekundės":n?"kelių sekundžių":"kelias sekundes"}function a(e,t,a,n){return t?s(a)[0]:n?s(a)[1]:s(a)[2]}function n(e){return e%10===0||e>10&&e<20}function s(e){return i[e].split("_")}function r(e,t,r,i){var _=e+" ";return 1===e?_+a(e,t,r[0],i):t?_+(n(e)?s(r)[1]:s(r)[0]):i?_+s(r)[1]:_+(n(e)?s(r)[1]:s(r)[2])}var i={m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"},_=e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?|MMMM?(\[[^\[\]]*\]|\s+)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:t,m:a,mm:r,h:a,hh:r,d:a,dd:r,M:a,MM:r,y:a,yy:r},ordinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}});return _})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a){return a?t%10===1&&t%100!==11?e[2]:e[3]:t%10===1&&t%100!==11?e[0]:e[1]}function a(e,a,n){return e+" "+t(r[n],e,a)}function n(e,a,n){return t(r[n],e,a)}function s(e,t){return t?"dažas sekundes":"dažām sekundēm"}var r={m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")},i=e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:s,m:n,mm:a,h:n,hh:a,d:n,dd:a,M:n,MM:a,y:n,yy:a},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={words:{m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var s=t.words[n];return 1===n.length?a?s[0]:s[1]:e+" "+t.correctGrammaticalCase(e,s)}},a=e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,a){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s="";if(t)switch(a){case"s":s="काही सेकंद";break;case"m":s="एक मिनिट";break;case"mm":s="%d मिनिटे";break;case"h":s="एक तास";break;case"hh":s="%d तास";break;case"d":s="एक दिवस";break;case"dd":s="%d दिवस";break;case"M":s="एक महिना";break;case"MM":s="%d महिने";break;case"y":s="एक वर्ष";break;case"yy":s="%d वर्षे"}else switch(a){case"s":s="काही सेकंदां";break;case"m":s="एका मिनिटा";break;case"mm":s="%d मिनिटां";break;case"h":s="एका तासा";break;case"hh":s="%d तासां";break;case"d":s="एका दिवसा";break;case"dd":s="%d दिवसां";break;case"M":s="एका महिन्या";break;case"MM":s="%d महिन्यां";break;case"y":s="एका वर्षा";break;case"yy":s="%d वर्षां"}return s.replace(/%d/i,e)}var a={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},s=e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return a[e]})},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात्री"===t?e<4?e:e+12:"सकाळी"===t?e:"दुपारी"===t?e>=10?e:e+12:"सायंकाळी"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"रात्री":e<10?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}});return s})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},a={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"},n=e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,function(e){return a[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},week:{dow:1,doy:4}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},n=e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return a[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,a){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),a="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){return/-MMM-/.test(n)?a[e.month()]:t[e.month()]},monthsParseExact:!0,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},a={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"},n=e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,function(e){return a[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e){return e%10<5&&e%10>1&&~~(e/10)%10!==1}function a(e,a,n){var s=e+" ";switch(n){case"m":return a?"minuta":"minutę";case"mm":return s+(t(e)?"minuty":"minut");case"h":return a?"godzina":"godzinę";case"hh":return s+(t(e)?"godziny":"godzin");case"MM":return s+(t(e)?"miesiące":"miesięcy");case"yy":return s+(t(e)?"lata":"lat")}}var n="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),s="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),r=e.defineLocale("pl",{months:function(e,t){return""===t?"("+s[e.month()]+"|"+n[e.month()]+")":/D MMMM/.test(t)?s[e.month()]:n[e.month()]},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"nie_pon_wt_śr_czw_pt_sb".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:a,mm:a,h:a,hh:a,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:a,y:"rok",yy:a},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia", dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"poucos segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº"});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a){var n={mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},s=" ";return(e%100>=20||e>=100&&e%100===0)&&(s=" de "),e+s+n[a]}var a=e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var s={mm:a?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};return"m"===n?a?"минута":"минуту":e+" "+t(s[n],+e)}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],s=e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В следующее] dddd [в] LT";case 1:case 2:case 4:return"[В следующий] dddd [в] LT";case 3:case 5:case 6:return"[В следующую] dddd [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:a,mm:a,h:"час",hh:a,d:"день",dd:a,M:"месяц",MM:a,y:"год",yy:a},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},ordinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:7}});return s})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},ordinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,a){return e>11?a?"ප.ව.":"පස් වරු":a?"පෙ.ව.":"පෙර වරු"}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e){return e>1&&e<5}function a(e,a,n,s){var r=e+" ";switch(n){case"s":return a||s?"pár sekúnd":"pár sekundami";case"m":return a?"minúta":s?"minútu":"minútou";case"mm":return a||s?r+(t(e)?"minúty":"minút"):r+"minútami";case"h":return a?"hodina":s?"hodinu":"hodinou";case"hh":return a||s?r+(t(e)?"hodiny":"hodín"):r+"hodinami";case"d":return a||s?"deň":"dňom";case"dd":return a||s?r+(t(e)?"dni":"dní"):r+"dňami";case"M":return a||s?"mesiac":"mesiacom";case"MM":return a||s?r+(t(e)?"mesiace":"mesiacov"):r+"mesiacmi";case"y":return a||s?"rok":"rokom";case"yy":return a||s?r+(t(e)?"roky":"rokov"):r+"rokmi"}}var n="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),s="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_"),r=e.defineLocale("sk",{months:n,monthsShort:s,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"nekaj sekund":"nekaj sekundami";case"m":return t?"ena minuta":"eno minuto";case"mm":return s+=1===e?t?"minuta":"minuto":2===e?t||n?"minuti":"minutama":e<5?t||n?"minute":"minutami":t||n?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return s+=1===e?t?"ura":"uro":2===e?t||n?"uri":"urama":e<5?t||n?"ure":"urami":t||n?"ur":"urami";case"d":return t||n?"en dan":"enim dnem";case"dd":return s+=1===e?t||n?"dan":"dnem":2===e?t||n?"dni":"dnevoma":t||n?"dni":"dnevi";case"M":return t||n?"en mesec":"enim mesecem";case"MM":return s+=1===e?t||n?"mesec":"mesecem":2===e?t||n?"meseca":"mesecema":e<5?t||n?"mesece":"meseci":t||n?"mesecev":"meseci";case"y":return t||n?"eno leto":"enim letom";case"yy":return s+=1===e?t||n?"leto":"letom":2===e?t||n?"leti":"letoma":e<5?t||n?"leta":"leti":t||n?"let":"leti"}}var a=e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,a){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={words:{m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var s=t.words[n];return 1===n.length?a?s[0]:s[1]:e+" "+t.correctGrammaticalCase(e,s)}},a=e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={words:{m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var s=t.words[n];return 1===n.length?a?s[0]:s[1]:e+" "+t.correctGrammaticalCase(e,s)}},a=e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var e=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,a){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},ordinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"e":1===t?"a":2===t?"a":"e";return e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},a={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"},n=e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},ordinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,function(e){return a[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,a){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t?e:"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}});return n})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జూలై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జూలై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},ordinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H นาฬิกา m นาที",LTS:"H นาฬิกา m นาที s วินาที",L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H นาฬิกา m นาที",LLLL:"วันddddที่ D MMMM YYYY เวลา H นาฬิกา m นาที"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,a){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"[Ngayon sa] LT",nextDay:"[Bukas sa] LT",nextWeek:"dddd [sa] LT",lastDay:"[Kahapon sa] LT",lastWeek:"dddd [huling linggo] LT",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},ordinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e){var t=e;return t=e.indexOf("jaj")!==-1?t.slice(0,-3)+"leS":e.indexOf("jar")!==-1?t.slice(0,-3)+"waQ":e.indexOf("DIS")!==-1?t.slice(0,-3)+"nem":t+" pIq"}function a(e){var t=e;return t=e.indexOf("jaj")!==-1?t.slice(0,-3)+"Hu’":e.indexOf("jar")!==-1?t.slice(0,-3)+"wen":e.indexOf("DIS")!==-1?t.slice(0,-3)+"ben":t+" ret"}function n(e,t,a,n){var r=s(e);switch(a){case"mm":return r+" tup";case"hh":return r+" rep";case"dd":return r+" jaj";case"MM":return r+" jar";case"yy":return r+" DIS"}}function s(e){var t=Math.floor(e%1e3/100),a=Math.floor(e%100/10),n=e%10,s="";return t>0&&(s+=r[t]+"vatlh"),a>0&&(s+=(""!==s?" ":"")+r[a]+"maH"),n>0&&(s+=(""!==s?" ":"")+r[n]),""===s?"pagh":s}var r="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_"),i=e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:t,past:a,s:"puS lup",m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"},a=e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal:function(e){if(0===e)return e+"'ıncı";var a=e%10,n=e%100-a,s=e>=100?100:null;return e+(t[a]||t[n]||t[s])},week:{dow:1,doy:7}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t,a,n){var s={s:["viensas secunds","'iensas secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",""+e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",""+e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",""+e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",""+e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",""+e+" ars"]};return n?s[a][0]:t?s[a][0]:s[a][1]}var a=e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,a){return e>11?a?"d'o":"D'O":a?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"), weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var s={mm:a?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:a?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===n?a?"хвилина":"хвилину":"h"===n?a?"година":"годину":e+" "+t(s[n],+e)}function n(e,t){var a={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")},n=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative";return a[n][e.day()]}function s(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}var r=e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:n,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:s("[Сьогодні "),nextDay:s("[Завтра "),lastDay:s("[Вчора "),nextWeek:s("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return s("[Минулої] dddd [").call(this);case 1:case 2:case 4:return s("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",m:a,mm:a,h:"годину",hh:a,d:"день",dd:a,M:"місяць",MM:a,y:"рік",yy:a},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},ordinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}});return r})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"sa":"SA":a?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},ordinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah点mm分",LTS:"Ah点m分s秒",L:"YYYY-MM-DD",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah点mm分",LLLL:"YYYY年MMMD日ddddAh点mm分",l:"YYYY-MM-DD",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日Ah点mm分",llll:"YYYY年MMMD日ddddAh点mm分"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:function(){return 0===this.minutes()?"[今天]Ah[点整]":"[今天]LT"},nextDay:function(){return 0===this.minutes()?"[明天]Ah[点整]":"[明天]LT"},lastDay:function(){return 0===this.minutes()?"[昨天]Ah[点整]":"[昨天]LT"},nextWeek:function(){var t,a;return t=e().startOf("week"),a=this.diff(t,"days")>=7?"[下]":"[本]",0===this.minutes()?a+"dddAh点整":a+"dddAh点mm"},lastWeek:function(){var t,a;return t=e().startOf("week"),a=this.unix()<t.unix()?"[上]":"[本]",0===this.minutes()?a+"dddAh点整":a+"dddAh点mm"},sameElse:"LL"},ordinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}});return t})},function(e,t,a){!function(e,t){t(a(3))}(this,function(e){"use strict";var t=e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah點mm分",LTS:"Ah點m分s秒",L:"YYYY年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah點mm分",LLLL:"YYYY年MMMD日ddddAh點mm分",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日Ah點mm分",llll:"YYYY年MMMD日ddddAh點mm分"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},ordinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t})}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-grandstand@4.2.5"]={"morph-require":"3.0.15","bbc-morph-grandstand-arabic":"1.1.0","bbc-morph-grandstand-bengali":"1.1.0","bbc-morph-grandstand-burmese":"1.1.0","bbc-morph-grandstand-chinese":"1.1.0","bbc-morph-grandstand-cyrillic":"1.1.0","bbc-morph-grandstand-hindi":"1.1.0","bbc-morph-grandstand-latin":"1.0.17","bbc-morph-grandstand-latin-flexbox":"2.0.12","bbc-morph-grandstand-japanese":"1.1.0","bbc-morph-grandstand-sinhala":"1.1.0","bbc-morph-grandstand-tamil":"1.1.0"},function(r){function n(i){if(a[i])return a[i].exports;var e=a[i]={exports:{},id:i,loaded:!1};return r[i].call(e.exports,e,e.exports,n),e.loaded=!0,e.exports}var a={};return n.m=r,n.c=a,n.p="",n(0)}([function(r,n,a){Morph.modules["bbc-morph-grandstand@4.2.5"]=a(1)},function(r,n,a){var i=a(2),e={arabic:"arabic",bengali:"bengali",burmese:"burmese",hindi:"hindi",japanese:"japanese",kyrgyz:"cyrillic","latin-flexbox":"latin-flexbox",nepali:"hindi",pashto:"arabic",persian:"arabic",russian:"cyrillic",sinhala:"sinhala",tajik:"cyrillic",tamil:"tamil",thai:"latin-flexbox","ukchina-simp":"chinese","ukchina-trad":"chinese",ukrainian:"cyrillic",urdu:"arabic",uzbek:"cyrillic","zhongwen-simp":"chinese","zhongwen-trad":"chinese"};r.exports=function(r){var n=e[r]||"latin",a="bbc-morph-grandstand-"+n;return i.transitiveThenUpdate(a,this)}},function(r,n){r.exports={transitive:function(r,n){return Morph.requireTransitiveWithCaller("bbc-morph-grandstand@4.2.5",r,n)},selfTransitive:function(r,n){return Morph.requireTransitiveWithCaller("bbc-morph-grandstand@4.2.5",r,n,!0)},transitiveThenUpdate:function(r,n){return Morph.requireTransitiveWithCallerThenUpdate("bbc-morph-grandstand@4.2.5",r,n)},selfTransitiveThenUpdate:function(r,n){return Morph.requireTransitiveWithCallerThenUpdate("bbc-morph-grandstand@4.2.5",r,n,!0)}}}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-gnl-smp-analytics@1.1.0"]={"bbc-morph-promise":"1.0.6"},function(o){function r(t){if(n[t])return n[t].exports;var e=n[t]={exports:{},id:t,loaded:!1};return o[t].call(e.exports,e,e.exports,r),e.loaded=!0,e.exports}var n={};return r.m=o,r.c=n,r.p="",r(0)}([function(o,r,n){Morph.modules["bbc-morph-gnl-smp-analytics@1.1.0"]=n(1)},function(o,r,n){var t=n(2);r.load=function(){return new t(function(o,r){requirejs(["bbcdotcom/av/emp/analytics"],function(r){o(r)},r)})}},function(o,r){o.exports=Morph.modules["bbc-morph-promise@1.0.6"]}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-gnl-smp-adverts@1.1.0"]={"bbc-morph-promise":"1.0.6"},function(r){function o(n){if(e[n])return e[n].exports;var t=e[n]={exports:{},id:n,loaded:!1};return r[n].call(t.exports,t,t.exports,o),t.loaded=!0,t.exports}var e={};return o.m=r,o.c=e,o.p="",o(0)}([function(r,o,e){Morph.modules["bbc-morph-gnl-smp-adverts@1.1.0"]=e(1)},function(r,o,e){var n=e(2);o.load=function(){return new n(function(r,o){requirejs(["bbcdotcom/av/emp/adverts"],function(o){advertsInstance=o,r(advertsInstance)},o)})}},function(r,o){r.exports=Morph.modules["bbc-morph-promise@1.0.6"]}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-wr-forecast-video@2.0.1"]={"bbc-morph-gnl-smp-adverts":"1.1.0","bbc-morph-gnl-smp-analytics":"1.1.0","bbc-morph-grandstand":"4.2.5","bbc-morph-moment-timezone-wrapper":"1.0.4","bbc-morph-wr-cs-video-data":"1.1.0","bbc-morph-wr-language-helper":"1.0.1","bbc-morph-wr-smp":"2.0.1","bbc-morph-wr-smp-wrapper":"1.0.1","bbc-morph-wr-video-forecast-data-lookup":"2.0.2",morph:"3.10.0","morph-container":"2.1.16",react:"0.14.7","weather-web-library-js-smp":"1.2.2"},function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){Morph.modules["bbc-morph-wr-forecast-video@2.0.1"]=n(1)},function(e,t,n){e.exports=n(2)},function(e,t,n){(function(t){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}var o=n(4),a=r(o),i=n(5),u=r(i),l=n(18),c=r(l),s=n(19),d=function(e){return"string"==typeof e&&("none"===e||/^[A-Z]{2}$/i.test(e))},f=function(e){return"string"==typeof e&&("none"===e||/^[a-z_]+$/i.test(e))},p=function(e){return(0,s.isObject)(e)&&f(e.tvChannel)&&d(e.countryCode)},h=function(){return"undefined"!=typeof window&&"undefined"!=typeof document},m=function(){if("undefined"==typeof t||!(0,s.isObject)(t.env))return!1;var e=/^(int|test)$/i;return e.test(t.env.ENV)||e.test(t.env.API_ENV)},y=function(){if(h()){var e=/\bckps_morph_smp_mediator_host=([a-z]{3,4})\b/i,t=e.exec(document.cookie);if(t&&/^test$/i.test(t[1]))return"test"}return m()?"test":"live"},v=function(e){if(p(e)){var t=e.tvChannel,n=e.countryCode,r=y(),o=(0,c.default)({tvChannel:t,countryCode:n,nitroEnv:r}),a={data:"bbc-morph-wr-cs-video-data",pid:o.brandPid,pidType:"brand"};return{weatherVideoData:{requireSuccess:!0,updates:!1,uri:a}}}};e.exports=a.default.create(u.default,{data:function(e){return v(e)}})}).call(t,n(3))},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(e){if(s===setTimeout)return setTimeout(e,0);if((s===n||!s)&&setTimeout)return s=setTimeout,setTimeout(e,0);try{return s(e,0)}catch(t){try{return s.call(null,e,0)}catch(t){return s.call(this,e,0)}}}function a(e){if(d===clearTimeout)return clearTimeout(e);if((d===r||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(e);try{return d(e)}catch(t){try{return d.call(null,e)}catch(t){return d.call(this,e)}}}function i(){m&&p&&(m=!1,p.length?h=p.concat(h):y=-1,h.length&&u())}function u(){if(!m){var e=o(i);m=!0;for(var t=h.length;t;){for(p=h,h=[];++y<t;)p&&p[y].run();y=-1,t=h.length}p=null,m=!1,a(e)}}function l(e,t){this.fun=e,this.array=t}function c(){}var s,d,f=e.exports={};!function(){try{s="function"==typeof setTimeout?setTimeout:n}catch(e){s=n}try{d="function"==typeof clearTimeout?clearTimeout:r}catch(e){d=r}}();var p,h=[],m=!1,y=-1;f.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];h.push(new l(e,t)),1!==h.length||m||o(u)},l.prototype.run=function(){this.fun.apply(null,this.array)},f.title="browser",f.browser=!0,f.env={},f.argv=[],f.version="",f.versions={},f.on=c,f.addListener=c,f.once=c,f.off=c,f.removeListener=c,f.removeAllListeners=c,f.emit=c,f.binding=function(e){throw new Error("process.binding is not supported")},f.cwd=function(){return"/"},f.chdir=function(e){throw new Error("process.chdir is not supported")},f.umask=function(){return 0}},function(e,t){e.exports={create:function(e,t){return Morph.createContainerWithCaller("bbc-morph-wr-forecast-video@2.0.1",e,t)}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var u=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),l=n(6),c=r(l),s=n(7),d=r(s),f=n(8),p=r(f),h=n(18),m=r(h),y=n(14),v=n(19),b=n(20),g=r(b),w=n(21),_=function(e){return e.locale||"en"},M=function(e){function t(e){o(this,t);var n=a(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.locale=_(n.props),n.lang=(0,y.langFromLocale)(n.locale),n.translate=(0,y.lookup)({texts:g.default,lang:n.lang}),n}return i(t,e),u(t,[{key:"componentWillMount",value:function(){(0,c.default)("latin-flexbox")}},{key:"shouldComponentUpdate",value:function(){return!1}},{key:"videoData",value:function(){return this.props.weatherVideoData}},{key:"isVideoDataPresent",value:function(){var e=this.videoData();return(0,v.isObject)(e)&&(0,v.isObject)(e.body)&&(0,v.isObject)(e.body.video)}},{key:"getVideoSpec",value:function(){return this.videoData().body.video}},{key:"renderFrequency",value:function(){var e=this.props,t=e.tvChannel,n=e.countryCode,r=(0,m.default)({tvChannel:t,countryCode:n}).updateFrequency;return"string"!=typeof r?null:d.default.createElement("span",{className:"wr-c-forecast-video__update-frequency"},this.translate("videoUpdateFrequency."+r))}},{key:"videoComponent",value:function(e){var t=e.videoSpec;return t.versionPid?d.default.createElement(p.default,{wrapperClass:"wr-c-video-forecast__media",video:t,locale:this.locale}):null}},{key:"renderContent",value:function(){return this.isVideoDataPresent()?this.videoMAPComponent():this.renderError()}},{key:"videoMAPComponent",value:function(){var e=this.getVideoSpec();return d.default.createElement("div",null,d.default.createElement("div",{className:"wr-c-forecast-video-forecast__video"},this.videoComponent({videoSpec:e})),d.default.createElement("p",{className:"wr-c-forecast-video__info"},d.default.createElement("span",{className:"wr-c-forecast-video__last-updated"},this.lastUpdated(e.updatedTime)),this.renderFrequency(),this.englishOnly()))}},{key:"lastUpdated",value:function(e){var t=(0,w.momentWithLocale)(e,this.locale).format("HH:mm z, dddd D MMM");return this.translate("updated",t)}},{key:"renderError",value:function(){return d.default.createElement("p",{className:"wr-c-forecast-video__error error"},this.translate("contentNotAvailable"))}},{key:"langIsEnglish",value:function(){return"en"===this.lang}},{key:"englishOnly",value:function(){return this.langIsEnglish()?null:d.default.createElement("span",{className:"wr-c-forecast-video__english-only"},this.translate("videoInEnglishOnly"))}},{key:"render",value:function(){return d.default.createElement("div",{lang:this.lang,className:"wr-c-forecast-video gel-minion-bold"},this.renderContent())}}]),t}(d.default.Component);M.displayName="WeatherForecastVideo",M.propTypes={locale:d.default.PropTypes.string,weatherVideoData:d.default.PropTypes.object,tvChannel:d.default.PropTypes.string,countryCode:d.default.PropTypes.string},M.defaultProps={locale:"en-GB"},e.exports=M},function(e,t){e.exports=Morph.modules["bbc-morph-grandstand@4.2.5"]},function(e,t){e.exports=React},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var u=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),l=n(7),c=r(l),s=n(9),d=r(s),f=n(10),p=r(f),h=n(11),m=n(14),y=n(15),v="https://web.archive.org/web/20180203143510/https://ichef.bbci.co.uk/images/ic/$recipe/p05kqz4x.jpg",b=function(e){var t=[{vpid:e.vpid,kind:e.mediaType}],n={title:e.title,holdingImageURL:e.holdingImageUrl,items:t};e.playlistObject=n},g=function(e){function t(){return o(this,t),a(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return i(t,e),u(t,[{key:"shouldComponentUpdate",value:function(){return!1}},{key:"render",value:function(){var e=this.props.video,t={title:e.brandTitle,parentPid:e.clipPid,vpid:e.versionPid,holdingImageUrl:v,ui:(0,h.defaultUiForLang)((0,m.langFromLocale)(this.props.locale))};return t.onPlayerLoaded=y.gnlOnPlayerLoaded,b(t),c.default.createElement(d.default,{locale:this.props.locale,wrapperClass:this.props.wrapperClass,playerProps:t},c.default.createElement(p.default,t))}}]),t}(c.default.Component);t.default=g,g.displayName="video-player-component",g.propTypes={locale:c.default.PropTypes.string,video:c.default.PropTypes.object.isRequired,wrapperClass:c.default.PropTypes.string},g.defaultProps={video:{}}},function(e,t){e.exports=Morph.modules["bbc-morph-wr-smp-wrapper@1.0.1"]},function(e,t){e.exports=Morph.modules["bbc-morph-wr-smp@2.0.1"]},function(e,t,n){e.exports=n(12)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.playerPropsWithWeatherDefaultsAndOverrides=t.defaultUiForLang=void 0;var r=n(13),o=function(e){var t=(0,r.playerConfigDefaults)();for(var n in e)t[n]=e[n];return t},a=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"en";return{locale:{lang:e}}},i=function(e){var t=JSON.parse(JSON.stringify(e)),n=(0,r.weatherUiConfig)();"ui"in t||(t.ui={});for(var o in n)t.ui[o]=n[o];return t},u=function(e){var t=(0,r.playerConfigOverrides)();for(var n in e)n in t||(t[n]=e[n]);return t},l=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return u(i(o(e)))};t.defaultUiForLang=a,t.playerPropsWithWeatherDefaultsAndOverrides=l},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n="#067eb3",r="#ffffff",o=function(){return{colour:n,foreColour:r,alternateColour:n,alternateForeColour:r}},a=function(){return{mediaType:"video",mediaForm:"clip"}},i=function(){return{product:"weather",delayEmbed:!1,superResponsive:!0,autoplay:!1}};t.weatherUiConfig=o,t.playerConfigDefaults=a,t.playerConfigOverrides=i},function(e,t){e.exports=Morph.modules["bbc-morph-wr-language-helper@1.0.1"]},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.gnlOnPlayerLoaded=void 0;var o=n(16),a=r(o),i=n(17),u=(r(i),function(){return"undefined"!=typeof window&&window.bbcdotcom&&window.bbcdotcom.config&&window.bbcdotcom.config.isAnalyticsEnabled&&window.bbcdotcom.config.isAnalyticsEnabled()}),l=function(e){u()&&a.default.load().then(function(t){t.addEventListeners(e)})};t.gnlOnPlayerLoaded=l},function(e,t){e.exports=Morph.modules["bbc-morph-gnl-smp-analytics@1.1.0"]},function(e,t){e.exports=Morph.modules["bbc-morph-gnl-smp-adverts@1.1.0"]},function(e,t){e.exports=Morph.modules["bbc-morph-wr-video-forecast-data-lookup@2.0.2"]},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){return"[object Object]"===Object.prototype.toString.call(e)};t.isObject=n},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={en:{contentNotAvailable:"This content is not available at the moment.",updated:"Last updated %s",videoInEnglishOnly:"This video is only available in English","videoUpdateFrequency.daily":"Forecast updated 7 days a week","videoUpdateFrequency.weekdays":"Forecast updated Monday to Friday only"},cy:{contentNotAvailable:"Nid yw'r cynnwys hwn ar gael ar hyn o bryd.",updated:"Diweddarwyd %s",videoInEnglishOnly:"Mae’r fideo yma ar gael yn Saesneg yn unig.","videoUpdateFrequency.daily":"Rhagolwg wedi’i ddiweddaru 7 diwrnod yr wythnos","videoUpdateFrequency.weekdays":"Rhagolwg wedi’i ddiweddaru o Ddydd Llun i Ddydd Gwener yn unig"},gd:{contentNotAvailable:"Chan eil seo ri fhaighinn an-dràsta.",updated:"Air ùrachadh aig %s",videoInEnglishOnly:"Bhidiothan aimsir ann am Beurla a-mhàin","videoUpdateFrequency.daily":"Aimsir air ùrachadh 7 làithean san t-seachdain","videoUpdateFrequency.weekdays":"Aimsir air ùrachadh Diluain gu Dihaoine a-mhàin"},ga:{contentNotAvailable:"Níl an t-inneachar seo ar fáil faoi láthair.",updated:"Uasdátaithe an uair dheireanach %s",videoInEnglishOnly:"Níl ach físeáin réamhaisnéise béarla ar fáil","videoUpdateFrequency.daily":"Réamhaisnéis uasdátaithe 7 lá na seachtaine","videoUpdateFrequency.weekdays":"Réamhaisnéis uasdátaithe ón Luan go dtí an Aoine amháin"}}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.momentWithLocale=void 0;var o=n(22),a=r(o),i=function(e){return/^ga/.test(e)},u=function(e,t){return t.substring(0,2)===e.locale().substring(0,2)},l=function(){var e=n(23);a.default.defineLocale("ga",e)},c=function(e,t){e.locale(t),u(e,t)||i(t)&&(l(),e.locale(t))};t.momentWithLocale=function(e,t){var n=(0,a.default)(e).tz("Europe/London");return c(n,t),n}},function(e,t){e.exports=Morph.modules["bbc-morph-moment-timezone-wrapper@1.0.4"]},function(e,t){"use strict";e.exports={months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","Márta","Aib","Beal","Meith","Iúil","Lún","MFómh","DFómh","Samh","Noll"],weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],weekdaysShort:["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],weekdaysMin:["Do","Lu","Má","Cé","Dé","Ao","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{},relativeTime:{},ordinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}}]);; });</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-grandstand-latin-flexbox@2.0.12"]={},function(r){function o(t){if(n[t])return n[t].exports;var e=n[t]={exports:{},id:t,loaded:!1};return r[t].call(e.exports,e,e.exports,o),e.loaded=!0,e.exports}var n={};return o.m=r,o.c=n,o.p="",o(0)}([function(r,o,n){Morph.modules["bbc-morph-grandstand-latin-flexbox@2.0.12"]=n(1)},function(r,o){}]);; });</script> <script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-wr-cs-video-data/pid/p008qyxd/pidType/brand/version/1.1.0', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"content-type":"application\/json"}},"body":{"video":{"brandPid":"p008qyxd","clipPid":"p05wzgzj","versionPid":"p05wzgzl","durationSeconds":149,"imageTemplateUrl":"ichef.bbci.co.uk\/images\/ic\/$recipe\/p028s846.png","title":"Weather: weather_uk.avi","updatedTime":"2018-02-03T09:58:05Z","brandTitle":"Weather Bulletin: UK"}}}); });</script> <script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-wr-forecast-video","countryCode":"gb","locale":"en-GB","tvChannel":"none","version":"2.0.1","_mrrVersion":"1.13.4"},'u2744185111951083'); });</script> <script>Morph.init = function() { if (!Morph.initCalled) { Morph.markPerformance('morph-init'); Morph.initCalled = true; requirejs.config({ paths: { 'morph/react' : '//web.archive.org/web/20180203143510/http://m.files.bbci.co.uk/modules/vendor-react/1.0.0/react.min', 'morph/react-dom' : '//web.archive.org/web/20180203143510/http://m.files.bbci.co.uk/modules/vendor-react-dom/1.0.0/react-dom.min', 'morph/es5-shim' : '//web.archive.org/web/20180203143510/http://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-shim.min', 'morph/es5-sham' : '//web.archive.org/web/20180203143510/http://m.files.bbci.co.uk/modules/vendor-es5-shim/4.1.13/es5-sham.min', 'morph/module/morph': '//web.archive.org/web/20180203143510/http://m.files.bbci.co.uk/modules/morph/4.3.3/bundle', 'live-push' : '//web.archive.org/web/20180203143510/http://push.api.bbci.co.uk/public/client' }, shim: { 'morph/react': { deps: ['morph/es5-shim', 'morph/es5-sham'] }, 'morph/es5-sham': { deps: ['morph/es5-shim'] } }, map: { 'morph/react-dom': { 'react': 'morph/react' } } }); } function attempt(fn) { fn(); } requirejs(['morph/react', 'morph/react-dom', 'morph/module/morph'], function(React, ReactDOM) { window.React = React; window.ReactDOM = ReactDOM; if (!Morph.toInitsCalled) { Morph.markPerformance('morph-init-core-deps-complete'); Morph.toInitsCalled = true; } Morph.toInit.ptrs.forEach(attempt); Morph.toInit.ptrs = []; Morph.toInit.bundles.forEach(attempt); Morph.toInit.bundles = []; Morph.markPerformance('morph-init-bundles-complete'); Morph.toInit.payloads.forEach(attempt); Morph.toInit.payloads = []; Morph.markPerformance('morph-init-payloads-complete'); Morph.toInit.registers.forEach(attempt); Morph.toInit.registers = []; Morph.markPerformance('morph-init-registers-complete'); }); };</script> <script>if (!Morph.manualInit) { Morph.init(); } /* u2744185111951083 */</script> <script>Morph.toInit.bundles.push(function() { Morph.versions["bbc-morph-wr-in-pictures@1.1.0"]={react:"0.14.7","bbc-morph-wr-in-pictures-feed":"2.0.1",morph:"3.6.0","morph-container":"2.1.11"},function(e){function t(n){if(r[n])return r[n].exports;var i=r[n]={exports:{},id:n,loaded:!1};return e[n].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}var r={};return t.m=e,t.c=r,t.p="",t(0)}([function(e,t,r){Morph.modules["bbc-morph-wr-in-pictures@1.1.0"]=r(1)},function(e,t,r){e.exports=r(2)},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}var i=r(3),u=n(i),o=r(4),c=n(o),a=5,l=function(){var e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0];return e.limit||a},s=function(){var e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0];return"string"==typeof e.isDomestic?e.isDomestic:"false"};e.exports=u.default.create(c.default,{data:function(e){return{picturesFeed:{uri:{data:"bbc-morph-wr-in-pictures-feed",limit:l(e),isDomestic:s(e)},required:!0,updates:!1}}}})},function(e,t){e.exports={create:function(e,t){return Morph.createContainerWithCaller("bbc-morph-wr-in-pictures@1.1.0",e,t)}}},function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},u=r(5),o=n(u),c=144,a={"en-GB":{title:"In Pictures"},"cy-GB":{title:"Mewn Lluniau"},"gd-GB":{title:"Dealbhan"},"ga-GB":{title:"Do Phictiúir"}},l=function(e){return e.replace("{width}",c)},s=function(e){var t=function(e){return e&&"object"===("undefined"==typeof e?"undefined":i(e))};return t(e)&&t(e.body)&&"string"==typeof e.body.assetUri&&t(e.body.pictures)&&e.body.pictures.length>0},f=function(e){return e.body},p=function(e){var t=e.pictures,r=e.assetUri;return t.map(function(e){return{href:r,src:l(e.imageChefHref),alt:e.altText}})},d=function(e,t){return o.default.createElement("li",{key:t,className:0===t?"first":null},o.default.createElement("a",{href:e.href},o.default.createElement("img",{src:e.src,alt:e.alt})))},m=function(e,t){return o.default.createElement("div",{className:"picture-gallery"},o.default.createElement("h2",null,t),o.default.createElement("div",{className:"thumbnails"},o.default.createElement("ol",null,e)))},h=function(e,t){var r=p(f(e)).map(d);return m(r,t)},y=function(e){var t=a[e.locale];return t&&t.title||(t=a["en-GB"]),t.title};e.exports=o.default.createClass({displayName:"InPicturesSection",propTypes:{locale:o.default.PropTypes.string.isRequired,picturesFeed:o.default.PropTypes.object.isRequired},getInitialState:function(){return{title:y(this.props)}},render:function(){var e=this.props.picturesFeed;return s(e)?h(e,this.state.title):null}})},function(e,t){e.exports=React}]);; });</script> <script>Morph.toInit.payloads.push(function() { Morph.setPayload('/data/bbc-morph-wr-in-pictures-feed/isDomestic/true/limit/5/version/2.0.1', {"meta":{"responseCode":200,"errorMessage":null,"headers":{"content-type":"application\/json"}},"body":{"assetUri":"\/weather\/features\/41901263","pictures":[{"imageChefHref":"\/\/web.archive.org\/web\/20180203143510\/http:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/8978\/production\/_99729153_mediaitem99729152.jpg","altText":"A man makes his way through heavy snow"},{"imageChefHref":"\/\/web.archive.org\/web\/20180203143510\/http:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/296B\/production\/_99730601_swiss.jpg","altText":"A closed road due to snow"},{"imageChefHref":"\/\/web.archive.org\/web\/20180203143510\/http:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/C3C1\/production\/_99731105_mediaitem99731104.jpg","altText":"Waves break on the sea port"},{"imageChefHref":"\/\/web.archive.org\/web\/20180203143510\/http:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/433D\/production\/_99731271_mediaitem99731270.jpg","altText":"Northern Lights over a plane wreck"},{"imageChefHref":"\/\/web.archive.org\/web\/20180203143510\/http:\/\/ichef.bbci.co.uk\/news\/{width}\/cpsprodpb\/AD19\/production\/_99731344_mediaitem99731343.jpg","altText":"A lorry trailer is nearly blown over"}]}}); });</script> <script>Morph.toInit.registers.push(function() { Morph.register({"view":"bbc-morph-wr-in-pictures","isDomestic":"true","limit":"5","locale":"en-GB","version":"1.1.0","_mrrVersion":"1.13.4"},'u6261430373415351'); });</script> <script>if (!Morph.manualInit) { Morph.init(); } /* u6261430373415351 */</script> <!-- MORPH INCLUDE BODY-LAST END --> </div> <script class="cookie-prompt-template" type="text/x-jquery-tmpl"> <div class="dialog cookie-prompt"> <span class="title">Your BBC cookies have been disabled.</span> <span class="explanation">To store preferences for future visits to this site, you need to <a href=http://bbc.co.uk/privacy/cookies/managing/cookie-settings.html>change your cookie settings</a>.</span> </div> </script> <script type="text/javascript"> (function (d) { var s = document.createElement('script'); s.src = 'https://web.archive.org/web/20180203143510/http://static.bbci.co.uk/weather/0.5.4515/modules/weather-built.js'; d.getElementsByTagName('head')[0].appendChild(s); }(document)); </script> </div> <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="http://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here…</a> </p> </div> <![endif]--> <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-foot-transparent blq-foot-text-dark"> <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20180203143510/http://m.bbc.co.uk/weather" id="blq-footer-mobile">Mobile site</a></li><li><a href="/web/20180203143510/http://www.bbc.co.uk/terms/">Terms of Use</a></li><li><a href="/web/20180203143510/http://www.bbc.co.uk/aboutthebbc/">About the BBC</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20180203143510/http://advertising.bbcworldwide.com/">Advertise With Us</a></li><li><a href="/web/20180203143510/http://www.bbc.co.uk/privacy/">Privacy</a></li><li><a href="/web/20180203143510/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="/web/20180203143510/http://www.bbc.co.uk/privacy/cookies/international/">Ad Choices</a></li><li><a href="/web/20180203143510/http://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li><li><a href="/web/20180203143510/http://www.bbc.co.uk/contact">Contact the BBC</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="/web/20180203143510/http://www.bbc.co.uk/guidance/">Parental Guidance</a></li> </ul> </li> </ul> <script type="text/javascript">/*<![CDATA[*/ (function() { var mLink = document.getElementById('blq-footer-mobile'), stick = function() { var d = new Date (); d.setYear(d.getFullYear() + 1); d = d.toUTCString(); window.bbccookies.set('ckps_d=m;domain=.bbc.co.uk;path=/;expires=' + d ); window.bbccookies.set('ckps_d=m;domain=.bbc.com;path=/;expires=' + d ); }; if (mLink) { if (mLink.addEventListener) { mLink.addEventListener('click', stick, false); } else if (mLink.attachEvent) { mLink.attachEvent('onclick', stick); } } })(); /*]]>*/</script> </div> <div id="blq-foot-blocks" class="blq-footer-image-dark"><img src="https://web.archive.org/web/20180203143510im_/http://static.bbci.co.uk/frameworks/barlesque/3.21.31/desktop/3.5/img/blocks/dark.png" width="84" height="24" alt="BBC"/></div> <div id="bbccom_bottom" class="bbccom_display_none" style="width:468px; text-align:right;"> <script type="text/javascript">BBC.adverts.write("bottom",true);</script> </div> <script type="text/javascript">BBC.adverts.show("bottom");</script> <p id="blq-disclaim"><span id="blq-copy">Copyright © 2018 BBC.</span> <a href="/web/20180203143510/http://www.bbc.co.uk/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div> <!-- BBCDOTCOM analytics template:client-side journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { if (bbcdotcom && bbcdotcom.analytics) { bbcdotcom.analytics.page(); } } /*]]>*/ </script> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-au')) { <!-- COPYRIGHT 2009 Nielsen Online --> document.write('<script type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20180203143510/http://secure-au.imrworldwide.com/v60.js">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-au')) { nol_t({cid:"au-bbc",content:"0",server:"secure-au"}).record().post(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-nz')) { <!-- COPYRIGHT 2009 Nielsen Online --> document.write('<script type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20180203143510/http://secure-nz.imrworldwide.com/v60.js">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-nz')) { nol_t({cid:"nz-bbc",content:"0",server:"secure-nz"}).record().post(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-us')) { <!-- COPYRIGHT 2010 Nielsen Online --> (function () { var d = new Image(1, 1); d.onerror = d.onload = function () { d.onerror = d.onload = null; }; d.src = [('https:' == document.location.protocol ? 'https:' : 'http:') + "//web.archive.org/web/20180203143510/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&cg=0&cc=1&si=", encodeURI(window.location.href), "&rp=", encodeURI(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join(''); })(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Effective Measure BBCCOM-1195 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { (function() { var em = document.createElement('script'); em.type = 'text/javascript'; em.async = true; em.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20180203143510/https://me-ssl' : 'https://web.archive.org/web/20180203143510/http://me-cdn') + '.effectivemeasure.net/em.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(em, s); })(); } /*]]>*/ </script> <!-- End Effective Measure --> <!-- Start BBCCOM-5811: Chartbeat Part 2/2 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics') && window.location.pathname === '/' && window.bbccookies && bbccookies.readPolicy('performance') ) { var getMetaPropertyContent = function(property) { var metas = document.getElementsByTagName('meta'), i; for (i = 0; i < metas.length; i++) { if (metas[i].getAttribute("property") == property) { return metas[i].getAttribute("content"); } } return ''; }; var wwhpEdition = getMetaPropertyContent('wwhp-edition'); var _sf_async_config={}; /** CONFIGURATION START **/ _sf_async_config.uid = 50924; _sf_async_config.domain = "bbc.co.uk"; _sf_async_config.title = "Homepage"+(wwhpEdition !== '' ? ' - '+wwhpEdition : ''); _sf_async_config.sections = "Homepage"+(wwhpEdition !== '' ? ', Homepage - '+wwhpEdition : ''); _sf_async_config.region = wwhpEdition; _sf_async_config.path = "/"+(wwhpEdition !== '' ? '?'+wwhpEdition : ''); /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//web.archive.org/web/20180203143510/http://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); } /*]]>*/ </script> <!-- End BBCCOM-5811: Chartbeat Part 2/2 --> <!-- BBCDOTCOM Body Last --> </div> </div> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script> <script type="text/html" id="blq-panel-template-promo"><![CDATA[ <div id="blq-panel-promo" class="blq-masthead-container"></div> ]]></script> <script type="text/html" id="blq-panel-template-more"><![CDATA[ <div id="blq-panel-more" class="blq-masthead-container blq-clearfix" lang="en-GB" dir="ltr"> <div class="blq-panel-container panel-paneltype-more"> <div class="panel-header"> <h2> <a href="#blq-footlinks"> More… </a> </h2> </div> <div class="panel-component panel-links"> <ul> <li> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.com/autos" id="autos" >Autos</a> </li> <li> <a href="/cbeebies" >CBeebies</a> </li> <li> <a href="/arts" >Arts</a> </li> </ul> <ul> <li> <a href="https://web.archive.org/web/20180203143510/http://www.bbc.com/future" id="future" >Future</a> </li> <li> <a href="/food/" >Food</a> </li> <li> <a href="/makeitdigital" id="makeitdigital" >Make It Digital</a> </li> </ul> <ul> <li> <a href="/tv" >TV</a> </li> <li> <a href="/iwonder" >iWonder</a> </li> <li> <a href="/taster" id="taster" >Taster</a> </li> </ul> <ul> <li> <a href="/radio" >Radio</a> </li> <li> <a href="/education" >Bitesize</a> </li> <li> <a href="/nature/" >Nature</a> </li> </ul> <ul> <li> <a href="/cbbc" >CBBC</a> </li> <li> <a href="/music/" >Music</a> </li> <li> <a href="/local/" >Local</a> </li> </ul> </div> </div> ]]></script> <script type="text/javascript">require(["megavolt-client","istats-1","orb/cookies"],function(t,e,i){function o(){return"true"===l&&a&&t&&"function"==typeof t.getMVTIStatsLabels}function n(){!c&&o()?setTimeout(function(){e.invoke()},"500"):e.invoke()}var s=navigator.userAgent.toLowerCase(),a=!(s.indexOf("msie")>-1)||parseInt(s.split("msie")[1],10)>10,c=!1,l="true";if(i.isAllowed("s1"))try{if(o()&&t.getMVTIStatsLabels(function(t){e.addLabels(t),c=!0}),!require.s.contexts._.config.paths.idcta)return void n();require(["idcta/idcta-1"],function(t){t&&"function"==typeof t.getIStatsLabels&&e.addLabels(t.getIStatsLabels()),n()},function(t){throw t})}catch(t){console&&"function"==typeof console.log&&console.log("an exception occurred while adding idcta labels to istats, invoking istats without them",t),n()}});</script> </body> </html> <!-- FILE ARCHIVED ON 14:35:10 Feb 03, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:30:55 Nov 26, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.967 exclusion.robots: 0.048 exclusion.robots.policy: 0.028 esindex: 0.022 cdx.remote: 7.212 LoadShardBlock: 255.51 (6) PetaboxLoader3.datanode: 220.989 (7) PetaboxLoader3.resolve: 78.119 (2) load_resource: 73.478 -->