function onYouTubePlayerAPIReady(){mejs.YouTubeApi.iFrameReady()}function onYouTubePlayerReady(n){mejs.YouTubeApi.flashReady(n)}namespace("awardsCommon");awardsCommon.FieldModel=Backbone.Model.extend({dataProperties:["rangeValueToFillWithTodayDate"],selected:!1,initialize:function(n,t){if((this.options=t||{},this.options.canNotChangeSettings&&this.set("canNotChangeSettings",this.options.canNotChangeSettings,{silent:!0}),this.options.unremovable&&this.set("unremovable",this.options.unremovable,{silent:!0}),n)&&(this.set(n.data,{silent:!0}),delete this.attributes.data,this.isContainer()&&this.set("fields",new this.options.fieldCollectionModel(n.fields,this.options),{silent:!0}),this.isTable()))this.on("change:hidden",function(n){var t=n.get("hidden");n.get("fields").each(function(n){n.set({hidden:t})})})},isText:function(){return this.get("typeName")=="Text"},isMultilineText:function(){return this.get("typeName")=="MultilineText"},isDropDownList:function(){return this.get("typeName")=="DropDownList"},isRadioList:function(){return this.get("typeName")=="RadioList"},isCheckBoxList:function(){return this.get("typeName")=="CheckboxList"},isList:function(){return this.isDropDownList()||this.isRadioList()||this.isCheckBoxList()},isDate:function(){return this.get("typeName")=="Date"},isNumber:function(){return this.get("typeName")=="Number"},isFileUpload:function(){return this.get("typeName")=="FileUpload"},isEmail:function(){return this.get("typeName")=="Email"},isSeparator:function(){return this.get("typeName")=="Separator"},isUserProfileFieldSelector:function(){return this.get("typeName")=="UserProfileFieldSelector"},isGlobalFormTemplateSelector:function(){return this.get("typeName")=="GlobalFormTemplateSelector"},isUrl:function(){return this.get("typeName")=="Url"},isAddress:function(){return this.get("typeName")=="Address"},isTable:function(){return this.get("typeName")=="Table"},isDigitalSignature:function(){return this.get("typeName")=="DigitalSignature"},isPhoneNumber:function(){return this.get("typeName")=="PhoneNumber"},isSizeable:function(){return this.isText()||this.isMultilineText()||this.isEmail()},isDefaultType:function(){return this.isText()||this.isMultilineText()||this.isList()||this.isDate()||this.isNumber()||this.isFileUpload()||this.isEmail()||this.isUrl()||this.isAddress()||this.isSeparator()||this.isTable()||this.isDigitalSignature()||this.isPhoneNumber()},isLinked:function(){return this.get("userProfileFieldId")!=null},isDependentField:function(){return this.get("visibilityCondition")!=null},isContainer:function(){return this.isTable()},canHaveDependentFields:function(){return this.isDropDownList()||this.isRadioList()||this.isCheckBoxList()},getFriendlyTypeName:function(){return this.get("typeName").splitUpperCase()},isComplexField:function(){return!1},isComplexFieldAggregateParent:function(){return!1},isComplexFieldAggregate:function(){return!1},getComplexFieldAggregateId:function(){return null},getComplexFieldAggregateParentId:function(){return null},setComplexFieldAggregateId:function(){},setComplexFieldAggreateParentId:function(){},getParentComplexFieldAggregate:function(){return null},getComplexFields:function(){return[]},hasComplexFields:function(){return!1},isVisible:function(){return this.get("hiddenByParentContainer")?!1:this.isDependentField()?!this.get("hidden")&&!this.get("hiddenByParent"):!this.get("hidden")},isUnremovable:function(){return!!this.get("unremovable")},passVisibilityCondition:function(n){if(!this.isDependentField()&&!n)return!0;if(!this.isDependentField()&&n||this.isDependentField()&&!n)return!1;var t=this.get("visibilityCondition");return t.fieldId==n.fieldId&&t.selectedListValueId==n.selectedListValueId},duplicate:function(){var n,i,t;return this.isLinked()?undefined:(n=this.clone(),n.set({id:uuid.v4(),isNew:!0,clonedFromFieldId:this.id}),n.isContainer()&&(i=n.get("fields").duplicate(),n.set({fields:i}),n.isTable()&&(t=n.get("rowTemplate"),t&&(i.each(function(n){t=t.replaceAll(n.get("clonedFromFieldId"),n.id)}),n.set({rowTemplate:t})))),n)},toJSON:function(n){var t=Backbone.Model.prototype.toJSON.call(this,n),i;if(delete t.settings,delete t.path,!t)return undefined;this.isContainer()&&(t.fields=t.fields.toJSON());t.data={};for(i in t)i&&!_.isFunction(t[i])&&_.indexOf(this.dataProperties,i.firstLetterToLowerCase())!=-1&&(t.data[i]=t[i],delete t[i]);return _.isEmpty(t.data)&&delete t.data,t},getPath:function(){var n=this.id,i=this.get("rowId"),t;return i!=undefined&&(n="["+i+"]_"+n),t=this.get("parentFieldPath"),t&&(n=i!=undefined?t+n:t+"_"+n),this.get("inEditMode")&&(n=n+"_inEditMode"),n},getData:function(){return this.attributes}},{modelType:"awardsCommon.FieldModel"});namespace("awardsCommon");awardsCommon.FieldCollection=Backbone.Collection.extend({initialize:function(n,t){this.options=_.extend({fieldCollectionModel:this.constructor},t);this.readOnly=t.readOnly},model:function(n,t){t=_.clone(t)||{};var i=n.typeName.firstLetterToLowerCase();return _(t.fieldModels).has(i)?new(getFunctionByName(t.fieldModels[i]))(n,t):new(getFunctionByName(t.fieldModel)||awardsCommon.FieldModel)(n,t)},deepSearch:function(n){return this.toFlatDictionary().value()[n]},getFieldsLinkedToUserProfileFields:function(){return this.toFlatDictionary().filter(function(n){return n.isLinked()})},hasDependentFieldsFor:function(n){return n.canHaveDependentFields()?this.toFlatDictionary().some(function(t){var i=t.get("visibilityCondition");return i&&i.fieldId==n.id}):!1},getDependentFieldsGroupedByVisibilityConditionFor:function(n){return _(this.getDependentFieldsFor(n)).groupBy(function(n){return n.get("visibilityCondition").selectedListValueId})},getDependentFieldsFor:function(n,t){var i,r,u;return n.canHaveDependentFields()?(i=[],r=this.toFlatDictionary().filter(function(t){var i=t.get("visibilityCondition");return i&&i.fieldId==n.id}),!t)?r:(r.length&&(u=this,_(r).each(function(n){i.push(n);i=i.concat(u.getDependentFieldsFor(n,t))})),i):[]},toFlatDictionary:function(){var n={};return this.walkTree(function(t){n[t.id]=t}),_(n)},walkTree:function(n){var t=function(i){i.each||(i=_(i));i.each(function(i){n(i);var r=i.fields||i.get("fields");r&&r.length&&t(r)})};t(this)},duplicate:function(){var n={},t=this.map(function(t){var i=t.duplicate();return n[t.id]=i.id,i});return _(t).chain().filter(function(n){return n.has("visibilityCondition")}).each(function(t){var i=t.get("visibilityCondition");t.set("visibilityCondition",_.extend({},i,{fieldId:n[i.fieldId]}))},this),new this.constructor(t,this.options)}});String.prototype.resolveTerms=function(){return this.replace(/_(\w+)_/gi,function(n){var t=n.substring(1,n.length-1);return window.clientTerms[t.firstLetterToLowerCase()]||t})},function(){function u(){}function n(){}function t(){function s(){var i,r,u;if(this instanceof s){i=this;i.iface=r=new n;for(u in l)(function(){var n;n=l[u];r[u]=function(){return n.apply(i,arguments)}})();return null!=c&&c.apply(i,arguments),r}return t(s,arguments[0])}var r,h,f,l,c,e,o;if(r=arguments[0],typeof r=="function"?h=arguments[1]:(h=r,r=undefined),null!=r?(u.prototype=r.prototype,f=new u,f.constructor=s,s.prototype=f,s.superclass=r):f=s.prototype,null!=h)for(e in h)o=h[e],null!=r&&typeof o=="function"?function(n){f[e]=function(){var t,u;t=this._super;u=this._superApply;this._super=function(n){var t;return t=i.call(arguments,1),r.prototype[n].apply(this,t)};this._superApply=function(n,t){return r.prototype[n].apply(this,t)};try{return n.apply(this,arguments)}finally{this._super=t;this._superApply=u}}}(o):f[e]=o;l={};for(e in f)e.charAt(0)!=="_"&&(o=f[e],typeof o=="function")&&e!=="constructor"&&(l[e]=o);return c=f._create,typeof c!="function"&&(c=undefined),s}function f(t,i){return(t instanceof n)?typeof t.isInstanceOf=="function"?t.isInstanceOf(i):void 0:!1}var i,r;i=Array.prototype.slice;r=t({_create:function(){var r,n,u,t,i;for(this._destroyFns=[],r=[],n=this.constructor;null!=n;)r.push(n),n=n.superclass;for(u=r.length-1;u>=0;u--)n=r[u],t=n.prototype,null!=t&&(t.hasOwnProperty("_dispose")&&(i=t._dispose,typeof i=="function"&&this._addDestroyFn(i)),t.hasOwnProperty("_init")&&(i=t._init,typeof i=="function"&&i.apply(this,arguments)))},isInstanceOf:function(n){return this instanceof n},_addDestroyFn:function(n){this._destroyFns.push(n)},destroy:function(){for(var t=this._destroyFns,n=t.length-1;n>=0;n--)t[n].call(this);delete this._destroyFns}});null==this.oo&&(this.oo={});this.oo.createClass=t;this.oo.Interface=n;this.oo.Base=r;this.oo.isInterfaceOf=f}();oo.CustomBase=oo.createClass({_create:function(){for(var t,i,r,u=[],n=this.constructor;n!=null;)u.push(n),n=n.superclass;for(t=u.length-1;t>=0;t--)n=u[t],i=n.prototype,i!=null&&i.hasOwnProperty("_init")&&(r=i._init,typeof r=="function"&&r.apply(this,arguments))}});
/*!
* MediaElement.js
* HTML5 <video> and <audio> shim and player
* http://mediaelementjs.com/
*
* Creates a JavaScript object that mimics HTML5 MediaElement API
* for browsers that don't understand HTML5 or can't play the provided codec
* Can play MP4 (H.264), Ogg, WebM, FLV, WMV, WMA, ACC, and MP3
*
* Copyright 2010-2013, John Dyer (http://j.hn)
* License: MIT
*
*/
var mejs=mejs||{};mejs.version="2.11.3";mejs.meIndex=0;mejs.plugins={silverlight:[{version:[3,0],types:["video/mp4","video/m4v","video/mov","video/wmv","audio/wma","audio/m4a","audio/mp3","audio/wav","audio/mpeg"]}],flash:[{version:[9,0,124],types:["video/mp4","video/m4v","video/mov","video/flv","video/rtmp","video/x-flv","audio/flv","audio/x-flv","audio/mp3","audio/m4a","audio/mpeg","video/youtube","video/x-youtube"]}],youtube:[{version:null,types:["video/youtube","video/x-youtube","audio/youtube","audio/x-youtube"]}],vimeo:[{version:null,types:["video/vimeo","video/x-vimeo"]}]};mejs.Utility={encodeUrl:function(n){return encodeURIComponent(n)},escapeHTML:function(n){return n.toString().split("&").join("&amp;").split("<").join("&lt;").split('"').join("&quot;")},absolutizeUrl:function(n){var t=document.createElement("div");return t.innerHTML='<a href="'+this.escapeHTML(n)+'">x<\/a>',t.firstChild.href},getScriptPath:function(n){for(var u=0,t,f="",r="",i,e,o=document.getElementsByTagName("script"),s=o.length,h=n.length;u<s;u++){for(i=o[u].src,t=i.lastIndexOf("/"),t>-1?(e=i.substring(t+1),i=i.substring(0,t+1)):(e=i,i=""),t=0;t<h;t++)if(r=n[t],r=e.indexOf(r),r>-1){f=i;break}if(f!=="")break}return f},secondsToTimeCode:function(n,t,i,r){typeof i=="undefined"?i=!1:typeof r=="undefined"&&(r=25);var u=Math.floor(n/3600)%24,f=Math.floor(n/60)%60,e=Math.floor(n%60);return n=Math.floor((n%1*r).toFixed(3)),(t||u>0?(u<10?"0"+u:u)+":":"")+(f<10?"0"+f:f)+":"+(e<10?"0"+e:e)+(i?":"+(n<10?"0"+n:n):"")},timeCodeToSeconds:function(n,t,i,r){typeof i=="undefined"?i=!1:typeof r=="undefined"&&(r=25);n=n.split(":");t=parseInt(n[0],10);var f=parseInt(n[1],10),e=parseInt(n[2],10),u=0;return i&&(u=parseInt(n[3])/r),t*3600+f*60+e+u},convertSMPTEtoSeconds:function(n){var t;if(typeof n!="string")return!1;n=n.replace(",",".");var r=0,u=n.indexOf(".")!=-1?n.split(".")[1].length:0,i=1;for(n=n.split(":").reverse(),t=0;t<n.length;t++)i=1,t>0&&(i=Math.pow(60,t)),r+=Number(n[t])*i;return Number(r.toFixed(u))},removeSwf:function(n){var t=document.getElementById(n);t&&/object|embed/i.test(t.nodeName)&&(mejs.MediaFeatures.isIE?(t.style.display="none",function(){t.readyState==4?mejs.Utility.removeObjectInIE(n):setTimeout(arguments.callee,10)}()):t.parentNode.removeChild(t))},removeObjectInIE:function(n){if(n=document.getElementById(n)){for(var t in n)typeof n[t]=="function"&&(n[t]=null);n.parentNode.removeChild(n)}}};mejs.PluginDetector={hasPluginVersion:function(n,t){var i=this.plugins[n];return t[1]=t[1]||0,t[2]=t[2]||0,i[0]>t[0]||i[0]==t[0]&&i[1]>t[1]||i[0]==t[0]&&i[1]==t[1]&&i[2]>=t[2]?!0:!1},nav:window.navigator,ua:window.navigator.userAgent.toLowerCase(),plugins:[],addPlugin:function(n,t,i,r,u){this.plugins[n]=this.detectPlugin(t,i,r,u)},detectPlugin:function(n,t,i,r){var u=[0,0,0],f;if(typeof this.nav.plugins!="undefined"&&typeof this.nav.plugins[n]=="object"){if((i=this.nav.plugins[n].description)&&!(typeof this.nav.mimeTypes!="undefined"&&this.nav.mimeTypes[t]&&!this.nav.mimeTypes[t].enabledPlugin))for(u=i.replace(n,"").replace(/^\s+/,"").replace(/\sr/gi,".").split("."),n=0;n<u.length;n++)u[n]=parseInt(u[n].match(/\d+/),10)}else if(typeof ActiveXObject!="undefined")try{(f=new ActiveXObject(i))&&(u=r(f))}catch(e){}return u}};mejs.PluginDetector.addPlugin("flash","Shockwave Flash","application/x-shockwave-flash","ShockwaveFlash.ShockwaveFlash",function(n){var t=[];return(n=n.GetVariable("$version"))&&(n=n.split(" ")[1].split(","),t=[parseInt(n[0],10),parseInt(n[1],10),parseInt(n[2],10)]),t});mejs.PluginDetector.addPlugin("silverlight","Silverlight Plug-In","application/x-silverlight-2","AgControl.AgControl",function(n){var t=[0,0,0,0],i=function(n,t,i,r){for(;n.isVersionSupported(t[0]+"."+t[1]+"."+t[2]+"."+t[3]);)t[i]+=r;t[i]-=r};return i(n,t,0,1),i(n,t,1,1),i(n,t,2,1e4),i(n,t,2,1e3),i(n,t,2,100),i(n,t,2,10),i(n,t,2,1),i(n,t,3,1),t});mejs.MediaFeatures={init:function(){var n=this,u=document,r=mejs.PluginDetector.nav,t=mejs.PluginDetector.ua.toLowerCase(),i,f=["source","track","audio","video"];for(n.isiPad=t.match(/ipad/i)!==null,n.isiPhone=t.match(/iphone/i)!==null,n.isiOS=n.isiPhone||n.isiPad,n.isAndroid=t.match(/android/i)!==null,n.isBustedAndroid=t.match(/android 2\.[12]/)!==null,n.isIE=r.appName.toLowerCase().indexOf("microsoft")!=-1,n.isChrome=t.match(/chrome/gi)!==null,n.isFirefox=t.match(/firefox/gi)!==null,n.isWebkit=t.match(/webkit/gi)!==null,n.isGecko=t.match(/gecko/gi)!==null&&!n.isWebkit,n.isOpera=t.match(/opera/gi)!==null,n.hasTouch=("ontouchstart"in window),n.svg=!!document.createElementNS&&!!document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,r=0;r<f.length;r++)i=document.createElement(f[r]);n.supportsMediaTag=typeof i.canPlayType!="undefined"||n.isBustedAndroid;n.hasSemiNativeFullScreen=typeof i.webkitEnterFullscreen!="undefined";n.hasWebkitNativeFullScreen=typeof i.webkitRequestFullScreen!="undefined";n.hasMozNativeFullScreen=typeof i.mozRequestFullScreen!="undefined";n.hasTrueNativeFullScreen=n.hasWebkitNativeFullScreen||n.hasMozNativeFullScreen;n.nativeFullScreenEnabled=n.hasTrueNativeFullScreen;n.hasMozNativeFullScreen&&(n.nativeFullScreenEnabled=i.mozFullScreenEnabled);this.isChrome&&(n.hasSemiNativeFullScreen=!1);n.hasTrueNativeFullScreen&&(n.fullScreenEventName=n.hasWebkitNativeFullScreen?"webkitfullscreenchange":"mozfullscreenchange",n.isFullScreen=function(){return i.mozRequestFullScreen?u.mozFullScreen:i.webkitRequestFullScreen?u.webkitIsFullScreen:void 0},n.requestFullScreen=function(t){n.hasWebkitNativeFullScreen?t.webkitRequestFullScreen():n.hasMozNativeFullScreen&&t.mozRequestFullScreen()},n.cancelFullScreen=function(){n.hasWebkitNativeFullScreen?document.webkitCancelFullScreen():n.hasMozNativeFullScreen&&document.mozCancelFullScreen()});n.hasSemiNativeFullScreen&&t.match(/mac os x 10_5/i)&&(n.hasNativeFullScreen=!1,n.hasSemiNativeFullScreen=!1)}};mejs.MediaFeatures.init();mejs.HtmlMediaElement={pluginType:"native",isFullScreen:!1,setCurrentTime:function(n){this.currentTime=n},setMuted:function(n){this.muted=n},setVolume:function(n){this.volume=n},stop:function(){this.pause()},setSrc:function(n){for(var i,t=this.getElementsByTagName("source");t.length>0;)this.removeChild(t[0]);if(typeof n=="string")this.src=n;else for(t=0;t<n.length;t++)if(i=n[t],this.canPlayType(i.type)){this.src=i.src;break}},setVideoSize:function(n,t){this.width=n;this.height=t}};mejs.PluginMediaElement=function(n,t,i){this.id=n;this.pluginType=t;this.src=i;this.events={};this.attributes={}};mejs.PluginMediaElement.prototype={pluginElement:null,pluginType:"",isFullScreen:!1,playbackRate:-1,defaultPlaybackRate:-1,seekable:[],played:[],paused:!0,ended:!1,seeking:!1,duration:0,error:null,tagName:"",muted:!1,volume:1,currentTime:0,play:function(){this.pluginApi!=null&&(this.pluginType=="youtube"?this.pluginApi.playVideo():this.pluginApi.playMedia(),this.paused=!1)},load:function(){this.pluginApi!=null&&(this.pluginType!="youtube"&&this.pluginApi.loadMedia(),this.paused=!1)},pause:function(){this.pluginApi!=null&&(this.pluginType=="youtube"?this.pluginApi.pauseVideo():this.pluginApi.pauseMedia(),this.paused=!0)},stop:function(){this.pluginApi!=null&&(this.pluginType=="youtube"?this.pluginApi.stopVideo():this.pluginApi.stopMedia(),this.paused=!0)},canPlayType:function(n){for(var i,r,u=mejs.plugins[this.pluginType],t=0;t<u.length;t++)if(r=u[t],mejs.PluginDetector.hasPluginVersion(this.pluginType,r.version))for(i=0;i<r.types.length;i++)if(n==r.types[i])return"probably";return""},positionFullscreenButton:function(n,t,i){this.pluginApi!=null&&this.pluginApi.positionFullscreenButton&&this.pluginApi.positionFullscreenButton(n,t,i)},hideFullscreenButton:function(){this.pluginApi!=null&&this.pluginApi.hideFullscreenButton&&this.pluginApi.hideFullscreenButton()},setSrc:function(n){if(typeof n=="string")this.pluginApi.setSrc(mejs.Utility.absolutizeUrl(n)),this.src=mejs.Utility.absolutizeUrl(n);else for(var i,t=0;t<n.length;t++)if(i=n[t],this.canPlayType(i.type)){this.pluginApi.setSrc(mejs.Utility.absolutizeUrl(i.src));this.src=mejs.Utility.absolutizeUrl(n);break}},setCurrentTime:function(n){this.pluginApi!=null&&(this.pluginType=="youtube"?this.pluginApi.seekTo(n):this.pluginApi.setCurrentTime(n),this.currentTime=n)},setVolume:function(n){this.pluginApi!=null&&(this.pluginType=="youtube"?this.pluginApi.setVolume(n*100):this.pluginApi.setVolume(n),this.volume=n)},setMuted:function(n){this.pluginApi!=null&&(this.pluginType=="youtube"?(n?this.pluginApi.mute():this.pluginApi.unMute(),this.muted=n,this.dispatchEvent("volumechange")):this.pluginApi.setMuted(n),this.muted=n)},setVideoSize:function(n,t){this.pluginElement.style&&(this.pluginElement.style.width=n+"px",this.pluginElement.style.height=t+"px");this.pluginApi!=null&&this.pluginApi.setVideoSize&&this.pluginApi.setVideoSize(n,t)},setFullscreen:function(n){this.pluginApi!=null&&this.pluginApi.setFullscreen&&this.pluginApi.setFullscreen(n)},enterFullScreen:function(){this.pluginApi!=null&&this.pluginApi.setFullscreen&&this.setFullscreen(!0)},exitFullScreen:function(){this.pluginApi!=null&&this.pluginApi.setFullscreen&&this.setFullscreen(!1)},addEventListener:function(n,t){this.events[n]=this.events[n]||[];this.events[n].push(t)},removeEventListener:function(n,t){if(!n)return this.events={},!0;var r=this.events[n];if(!r)return!0;if(!t)return this.events[n]=[],!0;for(i=0;i<r.length;i++)if(r[i]===t)return this.events[n].splice(i,1),!0;return!1},dispatchEvent:function(n){var t,r,i=this.events[n];if(i)for(r=Array.prototype.slice.call(arguments,1),t=0;t<i.length;t++)i[t].apply(null,r)},hasAttribute:function(n){return n in this.attributes},removeAttribute:function(n){delete this.attributes[n]},getAttribute:function(n){return this.hasAttribute(n)?this.attributes[n]:""},setAttribute:function(n,t){this.attributes[n]=t},remove:function(){mejs.Utility.removeSwf(this.pluginElement.id);mejs.MediaPluginBridge.unregisterPluginElement(this.pluginElement.id)}};mejs.MediaPluginBridge={pluginMediaElements:{},htmlMediaElements:{},registerPluginElement:function(n,t,i){this.pluginMediaElements[n]=t;this.htmlMediaElements[n]=i},unregisterPluginElement:function(n){delete this.pluginMediaElements[n];delete this.htmlMediaElements[n]},initPlugin:function(n){var t=this.pluginMediaElements[n],i=this.htmlMediaElements[n];if(t){switch(t.pluginType){case"flash":t.pluginElement=t.pluginApi=document.getElementById(n);break;case"silverlight":t.pluginElement=document.getElementById(t.id);t.pluginApi=t.pluginElement.Content.MediaElementJS}t.pluginApi!=null&&t.success&&t.success(t,i)}},fireEvent:function(n,t,i){var r,u;n=this.pluginMediaElements[n];t={type:t,target:n};for(r in i)n[r]=i[r],t[r]=i[r];u=i.bufferedTime||0;t.target.buffered=t.buffered={start:function(){return 0},end:function(){return u},length:1};n.dispatchEvent(t.type,t)}};mejs.MediaElementDefaults={mode:"auto",plugins:["flash","silverlight","youtube","vimeo"],enablePluginDebug:!1,type:"",pluginPath:mejs.Utility.getScriptPath(["mediaelement.js","mediaelement.min.js","mediaelement-and-player.js","mediaelement-and-player.min.js"]),flashName:"flashmediaelement.swf",flashStreamer:"",enablePluginSmoothing:!1,enablePseudoStreaming:!1,pseudoStreamingStartQueryParam:"start",silverlightName:"silverlightmediaelement.xap",defaultVideoWidth:480,defaultVideoHeight:270,pluginWidth:-1,pluginHeight:-1,pluginVars:[],timerRate:250,startVolume:.8,success:function(){},error:function(){}};mejs.MediaElement=function(n,t){return mejs.HtmlMediaElementShim.create(n,t)};mejs.HtmlMediaElementShim={create:function(n,t){var s=mejs.MediaElementDefaults,r=typeof n=="string"?document.getElementById(n):n,u=r.tagName.toLowerCase(),c=u==="audio"||u==="video",e=c?r.getAttribute("src"):r.getAttribute("href");u=r.getAttribute("poster");var o=r.getAttribute("autoplay"),f=r.getAttribute("preload"),h=r.getAttribute("controls");for(var i in t)s[i]=t[i];return e=typeof e=="undefined"||e===null||e==""?null:e,u=typeof u=="undefined"||u===null?"":u,f=typeof f=="undefined"||f===null||f==="false"?"none":f,o=!(typeof o=="undefined"||o===null||o==="false"),h=!(typeof h=="undefined"||h===null||h==="false"),i=this.determinePlayback(r,s,mejs.MediaFeatures.supportsMediaTag,c,e),i.url=i.url!==null?mejs.Utility.absolutizeUrl(i.url):"",i.method=="native"?(mejs.MediaFeatures.isBustedAndroid&&(r.src=i.url,r.addEventListener("click",function(){r.play()},!1)),this.updateNative(i,s,o,f)):i.method!==""?this.createPlugin(i,s,u,o,f,h):(this.createErrorMessage(i,s,u),this)},determinePlayback:function(n,t,i,r,u){var o=[],f,s,h,e={method:"",url:"",htmlMediaElement:n,isVideo:n.tagName.toLowerCase()!="audio"},c;if(typeof t.type!="undefined"&&t.type!=="")if(typeof t.type=="string")o.push({type:t.type,url:u});else for(f=0;f<t.type.length;f++)o.push({type:t.type[f],url:u});else if(u!==null)h=this.formatType(u,n.getAttribute("type")),o.push({type:h,url:u});else for(f=0;f<n.childNodes.length;f++)s=n.childNodes[f],s.nodeType==1&&s.tagName.toLowerCase()=="source"&&(u=s.getAttribute("src"),h=this.formatType(u,s.getAttribute("type")),s=s.getAttribute("media"),(!s||!window.matchMedia||window.matchMedia&&window.matchMedia(s).matches)&&o.push({type:h,url:u}));if(!r&&o.length>0&&o[0].url!==null&&this.getTypeFromFile(o[0].url).indexOf("audio")>-1&&(e.isVideo=!1),mejs.MediaFeatures.isBustedAndroid&&(n.canPlayType=function(n){return n.match(/video\/(mp4|m4v)/gi)!==null?"maybe":""}),i&&(t.mode==="auto"||t.mode==="auto_plugin"||t.mode==="native")){for(r||(f=document.createElement(e.isVideo?"video":"audio"),n.parentNode.insertBefore(f,n),n.style.display="none",e.htmlMediaElement=n=f),f=0;f<o.length;f++)if(n.canPlayType(o[f].type).replace(/no/,"")!==""||n.canPlayType(o[f].type.replace(/mp3/,"mpeg")).replace(/no/,"")!==""){e.method="native";e.url=o[f].url;break}if(e.method==="native"&&(e.url!==null&&(n.src=e.url),t.mode!=="auto_plugin"))return e}if(t.mode==="auto"||t.mode==="auto_plugin"||t.mode==="shim")for(f=0;f<o.length;f++)for(h=o[f].type,n=0;n<t.plugins.length;n++)for(u=t.plugins[n],s=mejs.plugins[u],i=0;i<s.length;i++)if(c=s[i],c.version==null||mejs.PluginDetector.hasPluginVersion(u,c.version))for(r=0;r<c.types.length;r++)if(h==c.types[r])return e.method=u,e.url=o[f].url,e;return t.mode==="auto_plugin"&&e.method==="native"?e:(e.method===""&&o.length>0&&(e.url=o[0].url),e)},formatType:function(n,t){return n&&!t?this.getTypeFromFile(n):t&&~t.indexOf(";")?t.substr(0,t.indexOf(";")):t},getTypeFromFile:function(n){return n=n.split("?")[0],n=n.substring(n.lastIndexOf(".")+1).toLowerCase(),(/(mp4|m4v|ogg|ogv|webm|webmv|flv|wmv|mpeg|mov)/gi.test(n)?"video":"audio")+"/"+this.getTypeFromExtension(n)},getTypeFromExtension:function(n){switch(n){case"mp4":case"m4v":return"mp4";case"webm":case"webma":case"webmv":return"webm";case"ogg":case"oga":case"ogv":return"ogg";default:return n}},createErrorMessage:function(n,t,i){var r=n.htmlMediaElement,u=document.createElement("div");u.className="me-cannotplay";try{u.style.width=r.width+"px";u.style.height=r.height+"px"}catch(f){}u.innerHTML=i!==""?'<a href="'+n.url+'"><img src="'+i+'" width="100%" height="100%" /><\/a>':'<a href="'+n.url+'"><span>'+mejs.i18n.t("Download File")+"<\/span><\/a>";r.parentNode.insertBefore(u,r);r.style.display="none";t.error(r)},createPlugin:function(n,t,i,r,u,f){var a;i=n.htmlMediaElement;var o=1,s=1,h="me_"+n.method+"_"+mejs.meIndex++,l=new mejs.PluginMediaElement(h,n.method,n.url),c=document.createElement("div"),e;for(l.tagName=i.tagName,e=0;e<i.attributes.length;e++)a=i.attributes[e],a.specified==!0&&l.setAttribute(a.name,a.value);for(e=i.parentNode;e!==null&&e.tagName.toLowerCase()!="body";){if(e.parentNode.tagName.toLowerCase()=="p"){e.parentNode.parentNode.insertBefore(e,e.parentNode);break}e=e.parentNode}n.isVideo?(o=t.videoWidth>0?t.videoWidth:i.getAttribute("width")!==null?i.getAttribute("width"):t.defaultVideoWidth,s=t.videoHeight>0?t.videoHeight:i.getAttribute("height")!==null?i.getAttribute("height"):t.defaultVideoHeight,o=mejs.Utility.encodeUrl(o),s=mejs.Utility.encodeUrl(s)):t.enablePluginDebug&&(o=320,s=240);l.success=t.success;mejs.MediaPluginBridge.registerPluginElement(h,l,i);c.className="me-plugin";c.id=h+"_container";n.isVideo?i.parentNode.insertBefore(c,i):document.body.insertBefore(c,document.body.childNodes[0]);r=["id="+h,"isvideo="+(n.isVideo?"true":"false"),"autoplay="+(r?"true":"false"),"preload="+u,"width="+o,"startvolume="+t.startVolume,"timerrate="+t.timerRate,"flashstreamer="+t.flashStreamer,"height="+s,"pseudostreamstart="+t.pseudoStreamingStartQueryParam];n.url!==null&&(n.method=="flash"?r.push("file="+mejs.Utility.encodeUrl(n.url)):r.push("file="+n.url));t.enablePluginDebug&&r.push("debug=true");t.enablePluginSmoothing&&r.push("smoothing=true");t.enablePseudoStreaming&&r.push("pseudostreaming=true");f&&r.push("controls=true");t.pluginVars&&(r=r.concat(t.pluginVars));switch(n.method){case"silverlight":c.innerHTML='<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" id="'+h+'" name="'+h+'" width="'+o+'" height="'+s+'" class="mejs-shim"><param name="initParams" value="'+r.join(",")+'" /><param name="windowless" value="true" /><param name="background" value="black" /><param name="minRuntimeVersion" value="3.0.0.0" /><param name="autoUpgrade" value="true" /><param name="source" value="'+t.pluginPath+t.silverlightName+'" /><\/object>';break;case"flash":mejs.MediaFeatures.isIE?(n=document.createElement("div"),c.appendChild(n),n.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="'+h+'" width="'+o+'" height="'+s+'" class="mejs-shim"><param name="movie" value="'+t.pluginPath+t.flashName+"?x="+new Date+'" /><param name="flashvars" value="'+r.join("&amp;")+'" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><\/object>'):c.innerHTML='<embed id="'+h+'" name="'+h+'" play="true" loop="false" quality="high" bgcolor="#000000" wmode="transparent" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayer" src="'+t.pluginPath+t.flashName+'" flashvars="'+r.join("&")+'" width="'+o+'" height="'+s+'" class="mejs-shim"><\/embed>';break;case"youtube":t=n.url.substr(n.url.lastIndexOf("=")+1);youtubeSettings={container:c,containerId:c.id,pluginMediaElement:l,pluginId:h,videoId:t,height:s,width:o};mejs.PluginDetector.hasPluginVersion("flash",[10,0,0])?mejs.YouTubeApi.createFlash(youtubeSettings):mejs.YouTubeApi.enqueueIframe(youtubeSettings);break;case"vimeo":l.vimeoid=n.url.substr(n.url.lastIndexOf("/")+1);c.innerHTML='<iframe src="http://player.vimeo.com/video/'+l.vimeoid+'?portrait=0&byline=0&title=0" width="'+o+'" height="'+s+'" frameborder="0" class="mejs-shim"><\/iframe>'}return i.style.display="none",l},updateNative:function(n,t){var i=n.htmlMediaElement;for(var r in mejs.HtmlMediaElement)i[r]=mejs.HtmlMediaElement[r];return t.success(i,i),i}};mejs.YouTubeApi={isIframeStarted:!1,isIframeLoaded:!1,loadIframeApi:function(){var n,t;this.isIframeStarted||(n=document.createElement("script"),n.src="//www.youtube.com/player_api",t=document.getElementsByTagName("script")[0],t.parentNode.insertBefore(n,t),this.isIframeStarted=!0)},iframeQueue:[],enqueueIframe:function(n){this.isLoaded?this.createIframe(n):(this.loadIframeApi(),this.iframeQueue.push(n))},createIframe:function(n){var i=n.pluginMediaElement,t=new YT.Player(n.containerId,{height:n.height,width:n.width,videoId:n.videoId,playerVars:{controls:0},events:{onReady:function(){n.pluginMediaElement.pluginApi=t;mejs.MediaPluginBridge.initPlugin(n.pluginId);setInterval(function(){mejs.YouTubeApi.createEvent(t,i,"timeupdate")},250)},onStateChange:function(n){mejs.YouTubeApi.handleStateChange(n.data,t,i)}}})},createEvent:function(n,t,i){if(i={type:i,target:t},n&&n.getDuration){t.currentTime=i.currentTime=n.getCurrentTime();t.duration=i.duration=n.getDuration();i.paused=t.paused;i.ended=t.ended;i.muted=n.isMuted();i.volume=n.getVolume()/100;i.bytesTotal=n.getVideoBytesTotal();i.bufferedBytes=n.getVideoBytesLoaded();var r=i.bufferedBytes/i.bytesTotal*i.duration;i.target.buffered=i.buffered={start:function(){return 0},end:function(){return r},length:1}}t.dispatchEvent(i.type,i)},iFrameReady:function(){for(this.isIframeLoaded=this.isLoaded=!0;this.iframeQueue.length>0;)this.createIframe(this.iframeQueue.pop())},flashPlayers:{},createFlash:function(n){this.flashPlayers[n.pluginId]=n;var t,i="//www.youtube.com/apiplayer?enablejsapi=1&amp;playerapiid="+n.pluginId+"&amp;version=3&amp;autoplay=0&amp;controls=0&amp;modestbranding=1&loop=0";mejs.MediaFeatures.isIE?(t=document.createElement("div"),n.container.appendChild(t),t.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="'+n.pluginId+'" width="'+n.width+'" height="'+n.height+'" class="mejs-shim"><param name="movie" value="'+i+'" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><\/object>'):n.container.innerHTML='<object type="application/x-shockwave-flash" id="'+n.pluginId+'" data="'+i+'" width="'+n.width+'" height="'+n.height+'" style="visibility: visible; " class="mejs-shim"><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent"><\/object>'},flashReady:function(n){var r=this.flashPlayers[n],t=document.getElementById(n),i=r.pluginMediaElement;i.pluginApi=i.pluginElement=t;mejs.MediaPluginBridge.initPlugin(n);t.cueVideoById(r.videoId);n=r.containerId+"_callback";window[n]=function(n){mejs.YouTubeApi.handleStateChange(n,t,i)};t.addEventListener("onStateChange",n);setInterval(function(){mejs.YouTubeApi.createEvent(t,i,"timeupdate")},250)},handleStateChange:function(n,t,i){switch(n){case-1:i.paused=!0;i.ended=!0;mejs.YouTubeApi.createEvent(t,i,"loadedmetadata");break;case 0:i.paused=!1;i.ended=!0;mejs.YouTubeApi.createEvent(t,i,"ended");break;case 1:i.paused=!1;i.ended=!1;mejs.YouTubeApi.createEvent(t,i,"play");mejs.YouTubeApi.createEvent(t,i,"playing");break;case 2:i.paused=!0;i.ended=!1;mejs.YouTubeApi.createEvent(t,i,"pause");break;case 3:mejs.YouTubeApi.createEvent(t,i,"progress")}}};window.mejs=mejs;window.MediaElement=mejs.MediaElement,function(n,t){var i={locale:{strings:{}},methods:{}};i.locale.getLanguage=function(){return{language:navigator.language}};i.locale.INIT_LANGUAGE=i.locale.getLanguage();i.methods.checkPlain=function(n){var t,r,i={"&":"&amp;",'"':"&quot;","<":"&lt;",">":"&gt;"};n=String(n);for(t in i)i.hasOwnProperty(t)&&(r=RegExp(t,"g"),n=n.replace(r,i[t]));return n};i.methods.formatString=function(n,t){for(var r in t){switch(r.charAt(0)){case"@":t[r]=i.methods.checkPlain(t[r]);break;case"!":break;default:t[r]='<em class="placeholder">'+i.methods.checkPlain(t[r])+"<\/em>"}n=n.replace(r,t[r])}return n};i.methods.t=function(n,t,r){return i.locale.strings&&i.locale.strings[r.context]&&i.locale.strings[r.context][n]&&(n=i.locale.strings[r.context][n]),t&&(n=i.methods.formatString(n,t)),n};i.t=function(n,t,r){if(typeof n=="string"&&n.length>0){var u=i.locale.getLanguage();return r=r||{context:u.language},i.methods.t(n,t,r)}throw{name:"InvalidArgumentException",message:"First argument is either not a string or empty."};};t.i18n=i}(document,mejs),function(n){n.de={Fullscreen:"Vollbild","Go Fullscreen":"Vollbild an","Turn off Fullscreen":"Vollbild aus",Close:"Schließen"}}(mejs.i18n.locale.strings),function(n){n.zh={Fullscreen:"全螢幕","Go Fullscreen":"全屏模式","Turn off Fullscreen":"退出全屏模式",Close:"關閉"}}(mejs.i18n.locale.strings);
/*!
 * MediaElementPlayer
 * http://mediaelementjs.com/
 *
 * Creates a controller bar for HTML5 <video> add <audio> tags
 * using jQuery and MediaElement.js (HTML5 Flash/Silverlight wrapper)
 *
 * Copyright 2010-2012, John Dyer (http://j.hn/)
 * License: MIT
 *
 */
typeof jQuery!="undefined"?mejs.$=jQuery:typeof ender!="undefined"&&(mejs.$=ender),function(n){mejs.MepDefaults={poster:"",defaultVideoWidth:480,defaultVideoHeight:270,videoWidth:-1,videoHeight:-1,defaultAudioWidth:400,defaultAudioHeight:30,defaultSeekBackwardInterval:function(n){return n.duration*.05},defaultSeekForwardInterval:function(n){return n.duration*.05},audioWidth:-1,audioHeight:-1,startVolume:.8,loop:!1,autoRewind:!0,enableAutosize:!0,alwaysShowHours:!1,showTimecodeFrameCount:!1,framesPerSecond:25,autosizeProgress:!0,alwaysShowControls:!1,hideVideoControlsOnLoad:!1,clickToPlayPause:!0,iPadUseNativeControls:!1,iPhoneUseNativeControls:!1,AndroidUseNativeControls:!1,features:["playpause","current","progress","duration","tracks","volume","fullscreen"],isVideo:!0,enableKeyboard:!0,pauseOtherPlayers:!0,keyActions:[{keys:[32,179],action:function(n,t){t.paused||t.ended?t.play():t.pause()}},{keys:[38],action:function(n,t){t.setVolume(Math.min(t.volume+.1,1))}},{keys:[40],action:function(n,t){t.setVolume(Math.max(t.volume-.1,0))}},{keys:[37,227],action:function(n,t){if(!isNaN(t.duration)&&t.duration>0){n.isVideo&&(n.showControls(),n.startControlsTimer());var i=Math.max(t.currentTime-n.options.defaultSeekBackwardInterval(t),0);t.setCurrentTime(i)}}},{keys:[39,228],action:function(n,t){if(!isNaN(t.duration)&&t.duration>0){n.isVideo&&(n.showControls(),n.startControlsTimer());var i=Math.min(t.currentTime+n.options.defaultSeekForwardInterval(t),t.duration);t.setCurrentTime(i)}}},{keys:[70],action:function(n){typeof n.enterFullScreen!="undefined"&&(n.isFullScreen?n.exitFullScreen():n.enterFullScreen())}}]};mejs.mepIndex=0;mejs.players={};mejs.MediaElementPlayer=function(t,i){return(this instanceof mejs.MediaElementPlayer)?(this.$media=this.$node=n(t),this.node=this.media=this.$media[0],typeof this.node.player!="undefined")?this.node.player:(this.node.player=this,typeof i=="undefined"&&(i=this.$node.data("mejsoptions")),this.options=n.extend({},mejs.MepDefaults,i),this.id="mep_"+mejs.mepIndex++,mejs.players[this.id]=this,this.init(),this):new mejs.MediaElementPlayer(t,i)};mejs.MediaElementPlayer.prototype={hasFocus:!1,controlsAreVisible:!0,init:function(){var t=this,i=mejs.MediaFeatures,u=n.extend(!0,{},t.options,{success:function(n,i){t.meReady(n,i)},error:function(n){t.handleError(n)}}),r=t.media.tagName.toLowerCase();t.isDynamic=r!=="audio"&&r!=="video";t.isVideo=t.isDynamic?t.options.isVideo:r!=="audio"&&t.options.isVideo;i.isiPad&&t.options.iPadUseNativeControls||i.isiPhone&&t.options.iPhoneUseNativeControls?(t.$media.attr("controls","controls"),i.isiPad&&t.media.getAttribute("autoplay")!==null&&(t.media.load(),t.media.play())):i.isAndroid&&t.options.AndroidUseNativeControls||(t.$media.removeAttr("controls"),t.container=n('<div id="'+t.id+'" class="mejs-container '+(mejs.MediaFeatures.svg?"svg":"no-svg")+'"><div class="mejs-inner"><div class="mejs-mediaelement"><\/div><div class="mejs-layers"><\/div><div class="mejs-controls"><\/div><div class="mejs-clear"><\/div><\/div><\/div>').addClass(t.$media[0].className).insertBefore(t.$media),t.container.addClass((i.isAndroid?"mejs-android ":"")+(i.isiOS?"mejs-ios ":"")+(i.isiPad?"mejs-ipad ":"")+(i.isiPhone?"mejs-iphone ":"")+(t.isVideo?"mejs-video ":"mejs-audio ")),i.isiOS?(i=t.$media.clone(),t.container.find(".mejs-mediaelement").append(i),t.$media.remove(),t.$node=t.$media=i,t.node=t.media=i[0]):t.container.find(".mejs-mediaelement").append(t.$media),t.controls=t.container.find(".mejs-controls"),t.layers=t.container.find(".mejs-layers"),i=t.isVideo?"video":"audio",r=i.substring(0,1).toUpperCase()+i.substring(1),t.width=t.options[i+"Width"]>0||t.options[i+"Width"].toString().indexOf("%")>-1?t.options[i+"Width"]:t.media.style.width!==""&&t.media.style.width!==null?t.media.style.width:t.media.getAttribute("width")!==null?t.$media.attr("width"):t.options["default"+r+"Width"],t.height=t.options[i+"Height"]>0||t.options[i+"Height"].toString().indexOf("%")>-1?t.options[i+"Height"]:t.media.style.height!==""&&t.media.style.height!==null?t.media.style.height:t.$media[0].getAttribute("height")!==null?t.$media.attr("height"):t.options["default"+r+"Height"],t.setPlayerSize(t.width,t.height),u.pluginWidth=t.height,u.pluginHeight=t.width);mejs.MediaElement(t.$media[0],u);typeof t.container!="undefined"&&t.container.trigger("controlsshown")},showControls:function(n){var t=this;n=typeof n=="undefined"||n;t.controlsAreVisible||(n?(t.controls.css("visibility","visible").stop(!0,!0).fadeIn(200,function(){t.controlsAreVisible=!0;t.container.trigger("controlsshown")}),t.container.find(".mejs-control").css("visibility","visible").stop(!0,!0).fadeIn(200,function(){t.controlsAreVisible=!0})):(t.controls.css("visibility","visible").css("display","block"),t.container.find(".mejs-control").css("visibility","visible").css("display","block"),t.controlsAreVisible=!0,t.container.trigger("controlsshown")),t.setControlsSize())},hideControls:function(t){var i=this;t=typeof t=="undefined"||t;i.controlsAreVisible&&(t?(i.controls.stop(!0,!0).fadeOut(200,function(){n(this).css("visibility","hidden").css("display","block");i.controlsAreVisible=!1;i.container.trigger("controlshidden")}),i.container.find(".mejs-control").stop(!0,!0).fadeOut(200,function(){n(this).css("visibility","hidden").css("display","block")})):(i.controls.css("visibility","hidden").css("display","block"),i.container.find(".mejs-control").css("visibility","hidden").css("display","block"),i.controlsAreVisible=!1,i.container.trigger("controlshidden")))},controlsTimer:null,startControlsTimer:function(n){var t=this;n=typeof n!="undefined"?n:1500;t.killControlsTimer("start");t.controlsTimer=setTimeout(function(){t.hideControls();t.killControlsTimer("hide")},n)},killControlsTimer:function(){this.controlsTimer!==null&&(clearTimeout(this.controlsTimer),delete this.controlsTimer,this.controlsTimer=null)},controlsEnabled:!0,disableControls:function(){this.killControlsTimer();this.hideControls(!1);this.controlsEnabled=!1},enableControls:function(){this.showControls(!1);this.controlsEnabled=!0},meReady:function(n,t){var i=this,r=mejs.MediaFeatures,u=t.getAttribute("autoplay"),f;if(u=!(typeof u=="undefined"||u===null||u==="false"),!i.created){if(i.created=!0,i.media=n,i.domNode=t,!(r.isAndroid&&i.options.AndroidUseNativeControls)&&!(r.isiPad&&i.options.iPadUseNativeControls)&&!(r.isiPhone&&i.options.iPhoneUseNativeControls)){i.buildposter(i,i.controls,i.layers,i.media);i.buildkeyboard(i,i.controls,i.layers,i.media);i.buildoverlays(i,i.controls,i.layers,i.media);i.findTracks();for(f in i.options.features)if(r=i.options.features[f],i["build"+r])try{i["build"+r](i,i.controls,i.layers,i.media)}catch(e){}i.container.trigger("controlsready");i.setPlayerSize(i.width,i.height);i.setControlsSize();i.isVideo&&(mejs.MediaFeatures.hasTouch?i.$media.bind("touchstart",function(){i.controlsAreVisible?i.hideControls(!1):i.controlsEnabled&&i.showControls(!1)}):(i.media.addEventListener("click",function(){i.options.clickToPlayPause&&(i.media.paused?i.media.play():i.media.pause())}),i.container.bind("mouseenter mouseover",function(){i.controlsEnabled&&(i.options.alwaysShowControls||(i.killControlsTimer("enter"),i.showControls(),i.startControlsTimer(2500)))}).bind("mousemove",function(){i.controlsEnabled&&(i.controlsAreVisible||i.showControls(),i.options.alwaysShowControls||i.startControlsTimer(2500))}).bind("mouseleave",function(){!i.controlsEnabled||i.media.paused||i.options.alwaysShowControls||i.startControlsTimer(1e3)})),i.options.hideVideoControlsOnLoad&&i.hideControls(!1),u&&!i.options.alwaysShowControls&&i.hideControls(),i.options.enableAutosize&&i.media.addEventListener("loadedmetadata",function(n){i.options.videoHeight<=0&&i.domNode.getAttribute("height")===null&&!isNaN(n.target.videoHeight)&&(i.setPlayerSize(n.target.videoWidth,n.target.videoHeight),i.setControlsSize(),i.media.setVideoSize(n.target.videoWidth,n.target.videoHeight))},!1));n.addEventListener("play",function(){var t,n;for(t in mejs.players)n=mejs.players[t],n.id==i.id||!i.options.pauseOtherPlayers||n.paused||n.ended||n.pause(),n.hasFocus=!1;i.hasFocus=!0},!1);i.media.addEventListener("ended",function(){if(i.options.autoRewind)try{i.media.setCurrentTime(0)}catch(n){}i.media.pause();i.setProgressRail&&i.setProgressRail();i.setCurrentRail&&i.setCurrentRail();i.options.loop?i.media.play():!i.options.alwaysShowControls&&i.controlsEnabled&&i.showControls()},!1);i.media.addEventListener("loadedmetadata",function(){i.updateDuration&&i.updateDuration();i.updateCurrent&&i.updateCurrent();i.isFullScreen||(i.setPlayerSize(i.width,i.height),i.setControlsSize())},!1);setTimeout(function(){i.setPlayerSize(i.width,i.height);i.setControlsSize()},50);i.globalBind("resize",function(){i.isFullScreen||mejs.MediaFeatures.hasTrueNativeFullScreen&&document.webkitIsFullScreen||i.setPlayerSize(i.width,i.height);i.setControlsSize()});i.media.pluginType=="youtube"&&i.container.find(".mejs-overlay-play").hide()}u&&n.pluginType=="native"&&(n.load(),n.play());i.options.success&&(typeof i.options.success=="string"?window[i.options.success](i.media,i.domNode,i):i.options.success(i.media,i.domNode,i))}},handleError:function(n){this.controls.hide();this.options.error&&this.options.error(n)},setPlayerSize:function(t,i){if(typeof t!="undefined"&&(this.width=t),typeof i!="undefined"&&(this.height=i),this.height.toString().indexOf("%")>0||this.$node.css("max-width")==="100%"||this.$node[0].currentStyle&&this.$node[0].currentStyle.maxWidth==="100%"){var r=this.isVideo?this.media.videoWidth&&this.media.videoWidth>0?this.media.videoWidth:this.options.defaultVideoWidth:this.options.defaultAudioWidth,f=this.isVideo?this.media.videoHeight&&this.media.videoHeight>0?this.media.videoHeight:this.options.defaultVideoHeight:this.options.defaultAudioHeight,u=this.container.parent().closest(":visible").width();r=this.isVideo||!this.options.autosizeProgress?parseInt(u*f/r,10):f;this.container.parent()[0].tagName.toLowerCase()==="body"&&(u=n(window).width(),r=n(window).height());r!=0&&u!=0&&(this.container.width(u).height(r),this.$media.add(this.container.find(".mejs-shim")).width("100%").height("100%"),this.isVideo&&this.media.setVideoSize&&this.media.setVideoSize(u,r),this.layers.children(".mejs-layer").width("100%").height("100%"))}else this.container.width(this.width).height(this.height),this.layers.children(".mejs-layer").width(this.width).height(this.height)},setControlsSize:function(){var u=0,t=0,i=this.controls.find(".mejs-time-rail"),r=this.controls.find(".mejs-time-total"),f;this.controls.find(".mejs-time-current");this.controls.find(".mejs-time-loaded");f=i.siblings();this.options&&!this.options.autosizeProgress&&(t=parseInt(i.css("width")));t!==0&&t||(f.each(function(){var t=n(this);t.css("position")!="absolute"&&t.is(":visible")&&(u+=n(this).outerWidth(!0))}),t=this.controls.width()-u-(i.outerWidth(!0)-i.width()));t--;i.width(t);r.width(t-(r.outerWidth(!0)-r.width()));this.setProgressRail&&this.setProgressRail();this.setCurrentRail&&this.setCurrentRail()},buildposter:function(t,i,r,u){var f=n('<div class="mejs-poster mejs-layer"><\/div>').appendTo(r);i=t.$media.attr("poster");t.options.poster!==""&&(i=t.options.poster);i!==""&&i!=null?this.setPoster(i):f.hide();u.addEventListener("play",function(){f.hide()},!1)},setPoster:function(t){var r=this.container.find(".mejs-poster"),i=r.find("img");i.length==0&&(i=n('<img width="100%" height="100%" />').appendTo(r));i.attr("src",t)},buildoverlays:function(t,i,r,u){var s=this;if(t.isVideo){var f=n('<div class="mejs-overlay mejs-layer"><div class="mejs-overlay-loading"><span><\/span><\/div><\/div>').hide().appendTo(r),e=n('<div class="mejs-overlay mejs-layer"><div class="mejs-overlay-error"><\/div><\/div>').hide().appendTo(r),o=n('<div class="mejs-overlay mejs-layer mejs-overlay-play"><div class="mejs-overlay-button"><\/div><\/div>').appendTo(r).click(function(){s.options.clickToPlayPause&&(u.paused?u.play():u.pause())});u.addEventListener("play",function(){o.hide();f.hide();i.find(".mejs-time-buffering").hide();e.hide()},!1);u.addEventListener("playing",function(){o.hide();f.hide();i.find(".mejs-time-buffering").hide();e.hide()},!1);u.addEventListener("seeking",function(){f.show();i.find(".mejs-time-buffering").show()},!1);u.addEventListener("seeked",function(){f.hide();i.find(".mejs-time-buffering").hide()},!1);u.addEventListener("pause",function(){mejs.MediaFeatures.isiPhone||o.show()},!1);u.addEventListener("waiting",function(){f.show();i.find(".mejs-time-buffering").show()},!1);u.addEventListener("loadeddata",function(){f.show();i.find(".mejs-time-buffering").show()},!1);u.addEventListener("canplay",function(){f.hide();i.find(".mejs-time-buffering").hide()},!1);u.addEventListener("error",function(){f.hide();i.find(".mejs-time-buffering").hide();e.show();e.find("mejs-overlay-error").html("Error loading this resource")},!1)}},buildkeyboard:function(t,i,r,u){this.globalBind("keydown",function(n){var i,e;if(t.hasFocus&&t.options.enableKeyboard)for(i=0,e=t.options.keyActions.length;i<e;i++)for(var r=t.options.keyActions[i],f=0,o=r.keys.length;f<o;f++)if(n.keyCode==r.keys[f])return n.preventDefault(),r.action(t,u,n.keyCode),!1;return!0});this.globalBind("click",function(i){n(i.target).closest(".mejs-container").length==0&&(t.hasFocus=!1)})},findTracks:function(){var t=this,i=t.$media.find("track");t.tracks=[];i.each(function(i,r){r=n(r);t.tracks.push({srclang:r.attr("srclang")?r.attr("srclang").toLowerCase():"",src:r.attr("src"),kind:r.attr("kind"),label:r.attr("label")||"",entries:[],isLoaded:!1})})},changeSkin:function(n){this.container[0].className="mejs-container "+n;this.setPlayerSize(this.width,this.height);this.setControlsSize()},play:function(){this.media.play()},pause:function(){this.media.pause()},load:function(){this.media.load()},setMuted:function(n){this.media.setMuted(n)},setCurrentTime:function(n){this.media.setCurrentTime(n)},getCurrentTime:function(){return this.media.currentTime},setVolume:function(n){this.media.setVolume(n)},getVolume:function(){return this.media.volume},setSrc:function(n){this.media.setSrc(n)},remove:function(){var t,n;for(t in this.options.features)if(n=this.options.features[t],this["clean"+n])try{this["clean"+n](this)}catch(i){}this.media.pluginType==="native"?this.$media.prop("controls",!0):this.media.remove();this.isDynamic||this.$node.insertBefore(this.container);delete mejs.players[this.id];this.container.remove();this.globalUnbind();delete this.node.player}},function(){function t(t,r){var u={d:[],w:[]};return n.each((t||"").split(" "),function(n,t){u[i.test(t)?"w":"d"].push(t+"."+r)}),u.d=u.d.join(" "),u.w=u.w.join(" "),u}var i=/^((after|before)print|(before)?unload|hashchange|message|o(ff|n)line|page(hide|show)|popstate|resize|storage)\b/;mejs.MediaElementPlayer.prototype.globalBind=function(i,r,u){i=t(i,this.id);i.d&&n(document).bind(i.d,r,u);i.w&&n(window).bind(i.w,r,u)};mejs.MediaElementPlayer.prototype.globalUnbind=function(i,r){i=t(i,this.id);i.d&&n(document).unbind(i.d,r);i.w&&n(window).unbind(i.w,r)}}();typeof jQuery!="undefined"&&(jQuery.fn.mediaelementplayer=function(n){return n===!1?this.each(function(){var n=jQuery(this).data("mediaelementplayer");n&&n.remove();jQuery(this).removeData("mediaelementplayer")}):this.each(function(){jQuery(this).data("mediaelementplayer",new mejs.MediaElementPlayer(this,n))}),this});n(document).ready(function(){n(".mejs-player").mediaelementplayer()});window.MediaElementPlayer=mejs.MediaElementPlayer}(mejs.$),function(n){n.extend(mejs.MepDefaults,{playpauseText:"Play/Pause"});n.extend(MediaElementPlayer.prototype,{buildplaypause:function(t,i,r,u){var f=n('<div class="mejs-button mejs-playpause-button mejs-play" ><button type="button" aria-controls="'+this.id+'" title="'+this.options.playpauseText+'" aria-label="'+this.options.playpauseText+'"><\/button><\/div>').appendTo(i).click(function(n){return n.preventDefault(),u.paused?u.play():u.pause(),!1});u.addEventListener("play",function(){f.removeClass("mejs-play").addClass("mejs-pause")},!1);u.addEventListener("playing",function(){f.removeClass("mejs-play").addClass("mejs-pause")},!1);u.addEventListener("pause",function(){f.removeClass("mejs-pause").addClass("mejs-play")},!1);u.addEventListener("paused",function(){f.removeClass("mejs-pause").addClass("mejs-play")},!1)}})}(mejs.$),function(n){n.extend(mejs.MepDefaults,{stopText:"Stop"});n.extend(MediaElementPlayer.prototype,{buildstop:function(t,i,r,u){n('<div class="mejs-button mejs-stop-button mejs-stop"><button type="button" aria-controls="'+this.id+'" title="'+this.options.stopText+'" aria-label="'+this.options.stopText+'"><\/button><\/div>').appendTo(i).click(function(){u.paused||u.pause();u.currentTime>0&&(u.setCurrentTime(0),u.pause(),i.find(".mejs-time-current").width("0px"),i.find(".mejs-time-handle").css("left","0px"),i.find(".mejs-time-float-current").html(mejs.Utility.secondsToTimeCode(0)),i.find(".mejs-currenttime").html(mejs.Utility.secondsToTimeCode(0)),r.find(".mejs-poster").show())})}})}(mejs.$),function(n){n.extend(MediaElementPlayer.prototype,{buildprogress:function(t,i,r,u){var f,e;n('<div class="mejs-time-rail"><span class="mejs-time-total"><span class="mejs-time-buffering"><\/span><span class="mejs-time-loaded"><\/span><span class="mejs-time-current"><\/span><span class="mejs-time-handle"><\/span><span class="mejs-time-float"><span class="mejs-time-float-current">00:00<\/span><span class="mejs-time-float-corner"><\/span><\/span><\/span><\/div>').appendTo(i);i.find(".mejs-time-buffering").hide();f=this;e=i.find(".mejs-time-total");r=i.find(".mejs-time-loaded");var c=i.find(".mejs-time-current"),l=i.find(".mejs-time-handle"),o=i.find(".mejs-time-float"),a=i.find(".mejs-time-float-current"),h=function(n){n=n.pageX;var i=e.offset(),r=e.outerWidth(!0),t=0,f=t=0;u.duration&&(n<i.left?n=i.left:n>r+i.left&&(n=r+i.left),f=n-i.left,t=f/r,t=t<=.02?0:t*u.duration,s&&t!==u.currentTime&&u.setCurrentTime(t),mejs.MediaFeatures.hasTouch||(o.css("left",f),a.html(mejs.Utility.secondsToTimeCode(t)),o.show()))},s=!1;e.bind("mousedown",function(n){if(n.which===1)return s=!0,h(n),f.globalBind("mousemove.dur",function(n){h(n)}),f.globalBind("mouseup.dur",function(){s=!1;o.hide();f.globalUnbind(".dur")}),!1}).bind("mouseenter",function(){f.globalBind("mousemove.dur",function(n){h(n)});mejs.MediaFeatures.hasTouch||o.show()}).bind("mouseleave",function(){s||(f.globalUnbind(".dur"),o.hide())});u.addEventListener("progress",function(n){t.setProgressRail(n);t.setCurrentRail(n)},!1);u.addEventListener("timeupdate",function(n){t.setProgressRail(n);t.setCurrentRail(n)},!1);f.loaded=r;f.total=e;f.current=c;f.handle=l},setProgressRail:function(n){var t=n!=undefined?n.target:this.media,i=null;t&&t.buffered&&t.buffered.length>0&&t.buffered.end&&t.duration?i=t.buffered.end(0)/t.duration:t&&t.bytesTotal!=undefined&&t.bytesTotal>0&&t.bufferedBytes!=undefined?i=t.bufferedBytes/t.bytesTotal:n&&n.lengthComputable&&n.total!=0&&(i=n.loaded/n.total);i!==null&&(i=Math.min(1,Math.max(0,i)),this.loaded&&this.total&&this.loaded.width(this.total.width()*i))},setCurrentRail:function(){if(this.media.currentTime!=undefined&&this.media.duration&&this.total&&this.handle){var n=Math.round(this.total.width()*this.media.currentTime/this.media.duration),t=n-Math.round(this.handle.outerWidth(!0)/2);this.current.width(n);this.handle.css("left",t)}}})}(mejs.$),function(n){n.extend(mejs.MepDefaults,{duration:-1,timeAndDurationSeparator:" <span> | <\/span> "});n.extend(MediaElementPlayer.prototype,{buildcurrent:function(t,i,r,u){n('<div class="mejs-time"><span class="mejs-currenttime">'+(t.options.alwaysShowHours?"00:":"")+(t.options.showTimecodeFrameCount?"00:00:00":"00:00")+"<\/span><\/div>").appendTo(i);this.currenttime=this.controls.find(".mejs-currenttime");u.addEventListener("timeupdate",function(){t.updateCurrent()},!1)},buildduration:function(t,i,r,u){i.children().last().find(".mejs-currenttime").length>0?n(this.options.timeAndDurationSeparator+'<span class="mejs-duration">'+(this.options.duration>0?mejs.Utility.secondsToTimeCode(this.options.duration,this.options.alwaysShowHours||this.media.duration>3600,this.options.showTimecodeFrameCount,this.options.framesPerSecond||25):(t.options.alwaysShowHours?"00:":"")+(t.options.showTimecodeFrameCount?"00:00:00":"00:00"))+"<\/span>").appendTo(i.find(".mejs-time")):(i.find(".mejs-currenttime").parent().addClass("mejs-currenttime-container"),n('<div class="mejs-time mejs-duration-container"><span class="mejs-duration">'+(this.options.duration>0?mejs.Utility.secondsToTimeCode(this.options.duration,this.options.alwaysShowHours||this.media.duration>3600,this.options.showTimecodeFrameCount,this.options.framesPerSecond||25):(t.options.alwaysShowHours?"00:":"")+(t.options.showTimecodeFrameCount?"00:00:00":"00:00"))+"<\/span><\/div>").appendTo(i));this.durationD=this.controls.find(".mejs-duration");u.addEventListener("timeupdate",function(){t.updateDuration()},!1)},updateCurrent:function(){this.currenttime&&this.currenttime.html(mejs.Utility.secondsToTimeCode(this.media.currentTime,this.options.alwaysShowHours||this.media.duration>3600,this.options.showTimecodeFrameCount,this.options.framesPerSecond||25))},updateDuration:function(){this.container.toggleClass("mejs-long-video",this.media.duration>3600);this.durationD&&(this.options.duration>0||this.media.duration)&&this.durationD.html(mejs.Utility.secondsToTimeCode(this.options.duration>0?this.options.duration:this.media.duration,this.options.alwaysShowHours,this.options.showTimecodeFrameCount,this.options.framesPerSecond||25))}})}(mejs.$),function(n){n.extend(mejs.MepDefaults,{muteText:"Mute Toggle",hideVolumeOnTouchDevices:!0,audioVolume:"horizontal",videoVolume:"vertical"});n.extend(MediaElementPlayer.prototype,{buildvolume:function(t,i,r,u){if(!(mejs.MediaFeatures.hasTouch&&this.options.hideVolumeOnTouchDevices)){var f=this,h=f.isVideo?f.options.videoVolume:f.options.audioVolume,s=h=="horizontal"?n('<div class="mejs-button mejs-volume-button mejs-mute"><button type="button" aria-controls="'+f.id+'" title="'+f.options.muteText+'" aria-label="'+f.options.muteText+'"><\/button><\/div><div class="mejs-horizontal-volume-slider"><div class="mejs-horizontal-volume-total"><\/div><div class="mejs-horizontal-volume-current"><\/div><div class="mejs-horizontal-volume-handle"><\/div><\/div>').appendTo(i):n('<div class="mejs-button mejs-volume-button mejs-mute"><button type="button" aria-controls="'+f.id+'" title="'+f.options.muteText+'" aria-label="'+f.options.muteText+'"><\/button><div class="mejs-volume-slider"><div class="mejs-volume-total"><\/div><div class="mejs-volume-current"><\/div><div class="mejs-volume-handle"><\/div><\/div><\/div>').appendTo(i),o=f.container.find(".mejs-volume-slider, .mejs-horizontal-volume-slider"),e=f.container.find(".mejs-volume-total, .mejs-horizontal-volume-total"),y=f.container.find(".mejs-volume-current, .mejs-horizontal-volume-current"),l=f.container.find(".mejs-volume-handle, .mejs-horizontal-volume-handle"),c=function(n,t){if(o.is(":visible")||typeof t!="undefined")if(n=Math.max(0,n),n=Math.min(n,1),n==0?s.removeClass("mejs-mute").addClass("mejs-unmute"):s.removeClass("mejs-unmute").addClass("mejs-mute"),h=="vertical"){var i=e.height(),r=e.position(),u=i-i*n;l.css("top",Math.round(r.top+u-l.height()/2));y.height(i-u);y.css("top",r.top+u)}else i=e.width(),r=e.position(),i=i*n,l.css("left",Math.round(r.left+i-l.width()/2)),y.width(Math.round(i));else o.show(),c(n,!0),o.hide()},p=function(n){var t=null,i=e.offset();if(h=="vertical"){if(t=e.height(),parseInt(e.css("top").replace(/px/,""),10),t=(t-(n.pageY-i.top))/t,i.top==0||i.left==0)return}else t=e.width(),t=(n.pageX-i.left)/t;t=Math.max(0,t);t=Math.min(t,1);c(t);t==0?u.setMuted(!0):u.setMuted(!1);u.setVolume(t)},a=!1,v=!1;s.hover(function(){o.show();v=!0},function(){v=!1;a||h!="vertical"||o.hide()});o.bind("mouseover",function(){v=!0}).bind("mousedown",function(n){return p(n),f.globalBind("mousemove.vol",function(n){p(n)}),f.globalBind("mouseup.vol",function(){a=!1;f.globalUnbind(".vol");v||h!="vertical"||o.hide()}),a=!0,!1});s.find("button").click(function(){u.setMuted(!u.muted)});u.addEventListener("volumechange",function(){a||(u.muted?(c(0),s.removeClass("mejs-mute").addClass("mejs-unmute")):(c(u.volume),s.removeClass("mejs-unmute").addClass("mejs-mute")))},!1);f.container.is(":visible")&&(c(t.options.startVolume),t.options.startVolume===0&&u.setMuted(!0),u.pluginType==="native"&&u.setVolume(t.options.startVolume))}}})}(mejs.$),function(n){n.extend(mejs.MepDefaults,{usePluginFullScreen:!0,newWindowCallback:function(){return""},fullscreenText:mejs.i18n.t("Fullscreen")});n.extend(MediaElementPlayer.prototype,{isFullScreen:!1,isNativeFullScreen:!1,docStyleOverflow:null,isInIframe:!1,buildfullscreen:function(t,i,r,u){var f,e,s,h,l;if(t.isVideo){if(t.isInIframe=window.location!=window.parent.location,mejs.MediaFeatures.hasTrueNativeFullScreen&&(r=function(){mejs.MediaFeatures.isFullScreen()?(t.isNativeFullScreen=!0,t.setControlsSize()):(t.isNativeFullScreen=!1,t.exitFullScreen())},mejs.MediaFeatures.hasMozNativeFullScreen?t.globalBind(mejs.MediaFeatures.fullScreenEventName,r):t.container.bind(mejs.MediaFeatures.fullScreenEventName,r)),f=this,e=n('<div class="mejs-button mejs-fullscreen-button"><button type="button" aria-controls="'+f.id+'" title="'+f.options.fullscreenText+'" aria-label="'+f.options.fullscreenText+'"><\/button><\/div>').appendTo(i),f.media.pluginType!=="native"&&(f.options.usePluginFullScreen||mejs.MediaFeatures.isFirefox))if(s=null,function(){var n=document.createElement("x"),i=document.documentElement,t=window.getComputedStyle;return("pointerEvents"in n.style)?(n.style.pointerEvents="auto",n.style.pointerEvents="x",i.appendChild(n),t=t&&t(n,"").pointerEvents==="auto",i.removeChild(n),!!t):!1}()&&!mejs.MediaFeatures.isOpera){var c=!1,a=function(){if(c){for(var n in o)o[n].hide();e.css("pointer-events","");f.controls.css("pointer-events","");c=!1}},o={};for(i=["top","left","right","bottom"],l=function(){var i=e.offset().left-f.container.offset().left,n=e.offset().top-f.container.offset().top,u=e.outerWidth(!0),t=e.outerHeight(!0),r=f.container.width(),s=f.container.height();for(h in o)o[h].css({position:"absolute",top:0,left:0});o.top.width(r).height(n);o.left.width(i).height(t).css({top:n});o.right.width(r-i-u).height(t).css({top:n,left:i+u});o.bottom.width(r).height(s-t-n).css({top:n+t})},f.globalBind("resize",function(){l()}),h=0,r=i.length;h<r;h+=1)o[i[h]]=n('<div class="mejs-fullscreen-hover" />').appendTo(f.container).mouseover(a).hide();e.mouseover(function(){if(!f.isFullScreen){var n=e.offset(),i=t.container.offset();u.positionFullscreenButton(n.left-i.left,n.top-i.top,!1);e.css("pointer-events","none");f.controls.css("pointer-events","none");for(h in o)o[h].show();l();c=!0}});u.addEventListener("fullscreenchange",function(){a()})}else e.mouseover(function(){s!==null&&(clearTimeout(s),delete s);var n=e.offset(),i=t.container.offset();u.positionFullscreenButton(n.left-i.left,n.top-i.top,!0)}).mouseout(function(){s!==null&&(clearTimeout(s),delete s);s=setTimeout(function(){u.hideFullscreenButton()},1500)});else e.click(function(){mejs.MediaFeatures.hasTrueNativeFullScreen&&mejs.MediaFeatures.isFullScreen()||t.isFullScreen?t.exitFullScreen():t.enterFullScreen()});t.fullscreenBtn=e;f.globalBind("keydown",function(n){(mejs.MediaFeatures.hasTrueNativeFullScreen&&mejs.MediaFeatures.isFullScreen()||f.isFullScreen)&&n.keyCode==27&&t.exitFullScreen()})}},cleanfullscreen:function(n){n.exitFullScreen()},containerSizeTimeout:null,enterFullScreen:function(){var t=this,i;if(!(t.media.pluginType!=="native"&&(mejs.MediaFeatures.isFirefox||t.options.usePluginFullScreen))){if(docStyleOverflow=document.documentElement.style.overflow,document.documentElement.style.overflow="hidden",normalHeight=t.container.height(),normalWidth=t.container.width(),t.media.pluginType==="native")if(mejs.MediaFeatures.hasTrueNativeFullScreen)mejs.MediaFeatures.requestFullScreen(t.container[0]),t.isInIframe&&setTimeout(function r(){t.isNativeFullScreen&&(n(window).width()!==screen.width?t.exitFullScreen():setTimeout(r,500))},500);else if(mejs.MediaFeatures.hasSemiNativeFullScreen){t.media.webkitEnterFullscreen();return}if(t.isInIframe&&(i=t.options.newWindowCallback(this),i!==""))if(mejs.MediaFeatures.hasTrueNativeFullScreen)setTimeout(function(){t.isNativeFullScreen||(t.pause(),window.open(i,t.id,"top=0,left=0,width="+screen.availWidth+",height="+screen.availHeight+",resizable=yes,scrollbars=no,status=no,toolbar=no"))},250);else{t.pause();window.open(i,t.id,"top=0,left=0,width="+screen.availWidth+",height="+screen.availHeight+",resizable=yes,scrollbars=no,status=no,toolbar=no");return}t.container.addClass("mejs-container-fullscreen").width("100%").height("100%");t.containerSizeTimeout=setTimeout(function(){t.container.css({width:"100%",height:"100%"});t.setControlsSize()},500);t.pluginType==="native"?t.$media.width("100%").height("100%"):(t.container.find(".mejs-shim").width("100%").height("100%"),t.media.setVideoSize(n(window).width(),n(window).height()));t.layers.children("div").width("100%").height("100%");t.fullscreenBtn&&t.fullscreenBtn.removeClass("mejs-fullscreen").addClass("mejs-unfullscreen");t.setControlsSize();t.isFullScreen=!0}},exitFullScreen:function(){clearTimeout(this.containerSizeTimeout);this.media.pluginType!=="native"&&mejs.MediaFeatures.isFirefox?this.media.setFullscreen(!1):(mejs.MediaFeatures.hasTrueNativeFullScreen&&(mejs.MediaFeatures.isFullScreen()||this.isFullScreen)&&mejs.MediaFeatures.cancelFullScreen(),document.documentElement.style.overflow=docStyleOverflow,this.container.removeClass("mejs-container-fullscreen").width(normalWidth).height(normalHeight),this.pluginType==="native"?this.$media.width(normalWidth).height(normalHeight):(this.container.find("object embed").width(normalWidth).height(normalHeight),this.media.setVideoSize(normalWidth,normalHeight)),this.layers.children("div").width(normalWidth).height(normalHeight),this.fullscreenBtn.removeClass("mejs-unfullscreen").addClass("mejs-fullscreen"),this.setControlsSize(),this.isFullScreen=!1)}})}(mejs.$),function(n){n.extend(mejs.MepDefaults,{startLanguage:"",tracksText:"Captions/Subtitles",hideCaptionsButtonWhenEmpty:!0,toggleCaptionsButtonWhenOnlyOne:!1,slidesSelector:""});n.extend(MediaElementPlayer.prototype,{hasChapters:!1,buildtracks:function(t,i,r,u){if(t.tracks.length!=0){for(t.chapters=n('<div class="mejs-chapters mejs-layer"><\/div>').prependTo(r).hide(),t.captions=n('<div class="mejs-captions-layer mejs-layer"><div class="mejs-captions-position mejs-captions-position-hover"><span class="mejs-captions-text"><\/span><\/div><\/div>').prependTo(r).hide(),t.captionsText=t.captions.find(".mejs-captions-text"),t.captionsButton=n('<div class="mejs-button mejs-captions-button"><button type="button" aria-controls="'+this.id+'" title="'+this.options.tracksText+'" aria-label="'+this.options.tracksText+'"><\/button><div class="mejs-captions-selector"><ul><li><input type="radio" name="'+t.id+'_captions" id="'+t.id+'_captions_none" value="none" checked="checked" /><label for="'+t.id+'_captions_none">None<\/label><\/li><\/ul><\/div><\/div>').appendTo(i),i=r=0;i<t.tracks.length;i++)t.tracks[i].kind=="subtitles"&&r++;for(this.options.toggleCaptionsButtonWhenOnlyOne&&r==1?t.captionsButton.on("click",function(){t.setTrack(t.selectedTrack==null?t.tracks[0].srclang:"none")}):t.captionsButton.hover(function(){n(this).find(".mejs-captions-selector").css("visibility","visible")},function(){n(this).find(".mejs-captions-selector").css("visibility","hidden")}).on("click","input[type=radio]",function(){lang=this.value;t.setTrack(lang)}),t.options.alwaysShowControls?t.container.find(".mejs-captions-position").addClass("mejs-captions-position-hover"):t.container.bind("controlsshown",function(){t.container.find(".mejs-captions-position").addClass("mejs-captions-position-hover")}).bind("controlshidden",function(){u.paused||t.container.find(".mejs-captions-position").removeClass("mejs-captions-position-hover")}),t.trackToLoad=-1,t.selectedTrack=null,t.isLoadingTrack=!1,i=0;i<t.tracks.length;i++)t.tracks[i].kind=="subtitles"&&t.addTrackButton(t.tracks[i].srclang,t.tracks[i].label);t.loadNextTrack();u.addEventListener("timeupdate",function(){t.displayCaptions()},!1);t.options.slidesSelector!=""&&(t.slidesContainer=n(t.options.slidesSelector),u.addEventListener("timeupdate",function(){t.displaySlides()},!1));u.addEventListener("loadedmetadata",function(){t.displayChapters()},!1);t.container.hover(function(){t.hasChapters&&(t.chapters.css("visibility","visible"),t.chapters.fadeIn(200).height(t.chapters.find(".mejs-chapter").outerHeight()))},function(){t.hasChapters&&!u.paused&&t.chapters.fadeOut(200,function(){n(this).css("visibility","hidden");n(this).css("display","block")})});t.node.getAttribute("autoplay")!==null&&t.chapters.css("visibility","hidden")}},setTrack:function(n){var t;if(n=="none")this.selectedTrack=null,this.captionsButton.removeClass("mejs-captions-enabled");else for(t=0;t<this.tracks.length;t++)if(this.tracks[t].srclang==n){this.selectedTrack==null&&this.captionsButton.addClass("mejs-captions-enabled");this.selectedTrack=this.tracks[t];this.captions.attr("lang",this.selectedTrack.srclang);this.displayCaptions();break}},loadNextTrack:function(){this.trackToLoad++;this.trackToLoad<this.tracks.length?(this.isLoadingTrack=!0,this.loadTrack(this.trackToLoad)):(this.isLoadingTrack=!1,this.checkForTracks())},loadTrack:function(t){var r=this,i=r.tracks[t];n.ajax({url:i.src,dataType:"text",success:function(n){i.entries=typeof n=="string"&&/<tt\s+xml/ig.exec(n)?mejs.TrackFormatParser.dfxp.parse(n):mejs.TrackFormatParser.webvvt.parse(n);i.isLoaded=!0;r.enableTrackButton(i.srclang,i.label);r.loadNextTrack();i.kind=="chapters"&&r.media.addEventListener("play",function(){r.media.duration>0&&r.displayChapters(i)},!1);i.kind=="slides"&&r.setupSlides(i)},error:function(){r.loadNextTrack()}})},enableTrackButton:function(t,i){i===""&&(i=mejs.language.codes[t]||t);this.captionsButton.find("input[value="+t+"]").prop("disabled",!1).siblings("label").html(i);this.options.startLanguage==t&&n("#"+this.id+"_captions_"+t).click();this.adjustLanguageBox()},addTrackButton:function(t,i){i===""&&(i=mejs.language.codes[t]||t);this.captionsButton.find("ul").append(n('<li><input type="radio" name="'+this.id+'_captions" id="'+this.id+"_captions_"+t+'" value="'+t+'" disabled="disabled" /><label for="'+this.id+"_captions_"+t+'">'+i+" (loading)<\/label><\/li>"));this.adjustLanguageBox();this.container.find(".mejs-captions-translations option[value="+t+"]").remove()},adjustLanguageBox:function(){this.captionsButton.find(".mejs-captions-selector").height(this.captionsButton.find(".mejs-captions-selector ul").outerHeight(!0)+this.captionsButton.find(".mejs-captions-translations").outerHeight(!0))},checkForTracks:function(){var n=!1;if(this.options.hideCaptionsButtonWhenEmpty){for(i=0;i<this.tracks.length;i++)if(this.tracks[i].kind=="subtitles"){n=!0;break}n||(this.captionsButton.hide(),this.setControlsSize())}},displayCaptions:function(){if(typeof this.tracks!="undefined"){var n,t=this.selectedTrack;if(t!=null&&t.isLoaded)for(n=0;n<t.entries.times.length;n++)if(this.media.currentTime>=t.entries.times[n].start&&this.media.currentTime<=t.entries.times[n].stop){this.captionsText.html(t.entries.text[n]);this.captions.show().height(0);return}this.captions.hide()}},setupSlides:function(n){this.slides=n;this.slides.entries.imgs=[this.slides.entries.text.length];this.showSlide(0)},showSlide:function(t){if(!(typeof this.tracks=="undefined"||typeof this.slidesContainer=="undefined")){var r=this,u=r.slides.entries.text[t],i=r.slides.entries.imgs[t];typeof i=="undefined"||typeof i.fadeIn=="undefined"?r.slides.entries.imgs[t]=i=n('<img src="'+u+'">').on("load",function(){i.appendTo(r.slidesContainer).hide().fadeIn().siblings(":visible").fadeOut()}):i.is(":visible")||i.is(":animated")||(console.log("showing existing slide"),i.fadeIn().siblings(":visible").fadeOut())}},displaySlides:function(){if(typeof this.slides!="undefined")for(var t=this.slides,n=0;n<t.entries.times.length;n++)if(this.media.currentTime>=t.entries.times[n].start&&this.media.currentTime<=t.entries.times[n].stop){this.showSlide(n);break}},displayChapters:function(){for(var n=0;n<this.tracks.length;n++)if(this.tracks[n].kind=="chapters"&&this.tracks[n].isLoaded){this.drawChapters(this.tracks[n]);this.hasChapters=!0;break}},drawChapters:function(t){var u=this,i,r,f=r=0;for(u.chapters.empty(),i=0;i<t.entries.times.length;i++)r=t.entries.times[i].stop-t.entries.times[i].start,r=Math.floor(r/u.media.duration*100),(r+f>100||i==t.entries.times.length-1&&r+f<100)&&(r=100-f),u.chapters.append(n('<div class="mejs-chapter" rel="'+t.entries.times[i].start+'" style="left: '+f.toString()+"%;width: "+r.toString()+'%;"><div class="mejs-chapter-block'+(i==t.entries.times.length-1?" mejs-chapter-block-last":"")+'"><span class="ch-title">'+t.entries.text[i]+'<\/span><span class="ch-time">'+mejs.Utility.secondsToTimeCode(t.entries.times[i].start)+"&ndash;"+mejs.Utility.secondsToTimeCode(t.entries.times[i].stop)+"<\/span><\/div><\/div>")),f+=r;u.chapters.find("div.mejs-chapter").click(function(){u.media.setCurrentTime(parseFloat(n(this).attr("rel")));u.media.paused&&u.media.play()});u.chapters.show()}});mejs.language={codes:{af:"Afrikaans",sq:"Albanian",ar:"Arabic",be:"Belarusian",bg:"Bulgarian",ca:"Catalan",zh:"Chinese","zh-cn":"Chinese Simplified","zh-tw":"Chinese Traditional",hr:"Croatian",cs:"Czech",da:"Danish",nl:"Dutch",en:"English",et:"Estonian",tl:"Filipino",fi:"Finnish",fr:"French",gl:"Galician",de:"German",el:"Greek",ht:"Haitian Creole",iw:"Hebrew",hi:"Hindi",hu:"Hungarian",is:"Icelandic",id:"Indonesian",ga:"Irish",it:"Italian",ja:"Japanese",ko:"Korean",lv:"Latvian",lt:"Lithuanian",mk:"Macedonian",ms:"Malay",mt:"Maltese",no:"Norwegian",fa:"Persian",pl:"Polish",pt:"Portuguese",ro:"Romanian",ru:"Russian",sr:"Serbian",sk:"Slovak",sl:"Slovenian",es:"Spanish",sw:"Swahili",sv:"Swedish",tl:"Tagalog",th:"Thai",tr:"Turkish",uk:"Ukrainian",vi:"Vietnamese",cy:"Welsh",yi:"Yiddish"}};mejs.TrackFormatParser={webvvt:{pattern_identifier:/^([a-zA-z]+-)?[0-9]+$/,pattern_timecode:/^([0-9]{2}:[0-9]{2}:[0-9]{2}([,.][0-9]{1,3})?) --\> ([0-9]{2}:[0-9]{2}:[0-9]{2}([,.][0-9]{3})?)(.*)$/,parse:function(t){var i=0,f,u,r;for(t=mejs.TrackFormatParser.split2(t,/\r?\n/),f={text:[],times:[]};i<t.length;i++)if(this.pattern_identifier.exec(t[i])&&(i++,(u=this.pattern_timecode.exec(t[i]))&&i<t.length)){for(i++,r=t[i],i++;t[i]!==""&&i<t.length;)r=r+"\n"+t[i],i++;r=n.trim(r).replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig,"<a href='$1' target='_blank'>$1<\/a>");f.text.push(r);f.times.push({start:mejs.Utility.convertSMPTEtoSeconds(u[1])==0?.2:mejs.Utility.convertSMPTEtoSeconds(u[1]),stop:mejs.Utility.convertSMPTEtoSeconds(u[3]),settings:u[5]})}return f}},dfxp:{parse:function(t){var i,u,f,r,e,o;if(t=n(t).filter("tt"),i=0,i=t.children("div").eq(0),u=i.find("p"),i=t.find("#"+i.attr("style")),t={text:[],times:[]},i.length&&(r=i.removeAttr("id").get(0).attributes,r.length))for(f={},i=0;i<r.length;i++)f[r[i].name.split(":")[1]]=r[i].value;for(i=0;i<u.length;i++){if(r={start:null,stop:null,style:null},u.eq(i).attr("begin")&&(r.start=mejs.Utility.convertSMPTEtoSeconds(u.eq(i).attr("begin"))),!r.start&&u.eq(i-1).attr("end")&&(r.start=mejs.Utility.convertSMPTEtoSeconds(u.eq(i-1).attr("end"))),u.eq(i).attr("end")&&(r.stop=mejs.Utility.convertSMPTEtoSeconds(u.eq(i).attr("end"))),!r.stop&&u.eq(i+1).attr("begin")&&(r.stop=mejs.Utility.convertSMPTEtoSeconds(u.eq(i+1).attr("begin"))),f){e="";for(o in f)e+=o+":"+f[o]+";"}e&&(r.style=e);r.start==0&&(r.start=.2);t.times.push(r);r=n.trim(u.eq(i).html()).replace(/(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/ig,"<a href='$1' target='_blank'>$1<\/a>");t.text.push(r);t.times.start==0&&(t.times.start=2)}return t}},split2:function(n,t){return n.split(t)}};"x\n\ny".split(/\n/gi).length!=3&&(mejs.TrackFormatParser.split2=function(n,t){for(var u=[],i="",r=0;r<n.length;r++)i+=n.substring(r,r+1),t.test(i)&&(u.push(i.replace(t,"")),i="");return u.push(i),u})}(mejs.$),function(n){n.extend(mejs.MepDefaults,{contextMenuItems:[{render:function(n){return typeof n.enterFullScreen=="undefined"?null:n.isFullScreen?"Turn off Fullscreen":"Go Fullscreen"},click:function(n){n.isFullScreen?n.exitFullScreen():n.enterFullScreen()}},{render:function(n){return n.media.muted?"Unmute":"Mute"},click:function(n){n.media.muted?n.setMuted(!1):n.setMuted(!0)}},{isSeparator:!0},{render:function(){return"Download Video"},click:function(n){window.location.href=n.media.currentSrc}}]});n.extend(MediaElementPlayer.prototype,{buildcontextmenu:function(t){t.contextMenu=n('<div class="mejs-contextmenu"><\/div>').appendTo(n("body")).hide();t.container.bind("contextmenu",function(n){if(t.isContextMenuEnabled)return n.preventDefault(),t.renderContextMenu(n.clientX-1,n.clientY-1),!1});t.container.bind("click",function(){t.contextMenu.hide()});t.contextMenu.bind("mouseleave",function(){t.startContextMenuTimer()})},cleancontextmenu:function(n){n.contextMenu.remove()},isContextMenuEnabled:!0,enableContextMenu:function(){this.isContextMenuEnabled=!0},disableContextMenu:function(){this.isContextMenuEnabled=!1},contextMenuTimeout:null,startContextMenuTimer:function(){var n=this;n.killContextMenuTimer();n.contextMenuTimer=setTimeout(function(){n.hideContextMenu();n.killContextMenuTimer()},750)},killContextMenuTimer:function(){var n=this.contextMenuTimer;n!=null&&(clearTimeout(n),delete n)},hideContextMenu:function(){this.contextMenu.hide()},renderContextMenu:function(t,i){for(var o,r=this,f="",e=r.options.contextMenuItems,u=0,s=e.length;u<s;u++)e[u].isSeparator?f+='<div class="mejs-contextmenu-separator"><\/div>':(o=e[u].render(r),o!=null&&(f+='<div class="mejs-contextmenu-item" data-itemindex="'+u+'" id="element-'+Math.random()*1e6+'">'+o+"<\/div>"));r.contextMenu.empty().append(n(f)).css({top:i,left:t}).show();r.contextMenu.find(".mejs-contextmenu-item").each(function(){var i=n(this),u=parseInt(i.data("itemindex"),10),t=r.options.contextMenuItems[u];typeof t.show!="undefined"&&t.show(i,r);i.click(function(){typeof t.click!="undefined"&&t.click(r);r.contextMenu.hide()})});setTimeout(function(){r.killControlsTimer("rev3")},100)}})}(mejs.$),function(n){n.extend(mejs.MepDefaults,{postrollCloseText:mejs.i18n.t("Close")});n.extend(MediaElementPlayer.prototype,{buildpostroll:function(t,i,r){var u=this.container.find('link[rel="postroll"]').attr("href");typeof u!="undefined"&&(t.postroll=n('<div class="mejs-postroll-layer mejs-layer"><a class="mejs-postroll-close" onclick="$(this).parent().hide();return false;">'+this.options.postrollCloseText+'<\/a><div class="mejs-postroll-layer-content"><\/div><\/div>').prependTo(r).hide(),this.media.addEventListener("ended",function(){n.ajax({dataType:"html",url:u,success:function(n){r.find(".mejs-postroll-layer-content").html(n)}});t.postroll.show()},!1))}})}(mejs.$),function(n){function o(n){var i={},r,t,u;if(!n)return i;for(r=n.substring(n.indexOf("?")+1).split("&"),t=r.length-1;t>=0;t--)u=r[t].split("="),i[decodeURIComponent(u[0])]=decodeURIComponent(u[1]||"");return i}function t(n){return o(n)["response-content-type"]}function i(n){return n?'type="'+n+'"':""}function r(t,i,r,u){var f=n("<iframe><\/iframe>"),o,e;f.attr("src",i);f.height(r);f.width(u);o=n('<div style="position: relative;"/>');o.append(f);e=n("<div class='spinner' style='position: absolute; z-index: 999; top: 0; background: url(/common/Content/images/spinner.gif) no-repeat center center;'><\/div>");e.height(r);e.width(u);o.append(e);f.on("load",function(){e.remove()});f.attr("title",uuid.v4());t.append(o)}function u(n){n.html("<span>We couldn't show your Document<\/span>")}function f(n,t){Backbone.get(appConfig.fileInfoUrl.replace("{{:fileUrl}}",encodeURIComponent(n)),{success:function(n){t(n.result)}})}function e(n){if(n.length!==1)throw new Error("Can't render preview because there are multiple containers found or it doesn't exist.");}window.Preview={generate:function(t,i,r,u,f){var s=decodeURI(i),h=s.lastIndexOf("."),o,e;if(h>0){e=s.substring(h+1);e.indexOf("?")>-1&&(e=e.substring(0,e.indexOf("?")));e.indexOf("&")>-1&&(e=e.substring(0,e.indexOf("&")));e.indexOf('"')>-1&&(e=e.substring(0,e.indexOf('"')));switch(e.toLowerCase()){case"jpg":case"jpeg":case"gif":case"png":case"tif":case"tiff":case"pdf":o=this.generateImage(i,r,u,f);break;case"mp4":o=this.generateVideo(i,r,u);break;case"mp3":o=this.generateAudio(i);break;default:o='<p class="no-preview">No preview available for '+e+' files.  <a target="_blank" href="'+i+'">Open File<\/a><\/p>'}}else o='<p class="no-preview">No preview available <a target="_blank" href="'+i+'">Open File<\/a><\/p>';n(t).html(o);t.find("video, audio").each(function(){var t=n(this);t.success=function(){t.mediaelementplayer({features:["playpause","progress","duration","volume","fullscreen"],enableAutosize:!0})};t.waitForMedia=function(){setTimeout(function(){t.mediaelementplayer?t.success():t.waitForMedia()},500)};t.waitForMedia()})},generateDocumentPreview:function(t,i,o,s){var h=n(t),c;e(h);c=this;f(i,function(n){var f,e;n.contentType==="application/pdf"?(f=26214400,n.size<f?(e="https://docs.google.com/gview?url="+encodeURIComponent(i)+"&embedded=true&random="+uuid.v4()+'"',r(h,e,o,s)):u(h)):c.generateOfficeDocumentPreview(t,i,o,s,n)})},generateOfficeDocumentPreview:function(t,i,o,s,h){var c=n(t),a,l;e(c);a=this;l=function(n){if(!a.canPreviewOfficeDocument(n.contentType,n.size)){u(c);return}var t="https://view.officeapps.live.com/op/embed.aspx?src="+encodeURIComponent(i);r(c,t,o,s)};_.isNullOrUndefined(h)?f(i,l):l(h)},generateImage:function(n,t,i,r){return'<a target="_blank" href="'+r+'"><img onerror="this.onerror=null; this.src=\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZ8AAAE9CAIAAABbVPgmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAASdEVYdFNvZnR3YXJlAEdyZWVuc2hvdF5VCAUAACLoSURBVHhe7d35e1RVtofx+++3goBMCkQig4KCODYOTIpAg4iMAQRUDCrKJN0qdms399NZJ/VUKpVoY6hbve/3/SFP5Zx91h4O6z1rVyXhfx6GEEKLxG4hhDaJ3UIIbRK7hRDaJHYLIbRJ7BZCaJPYLYTQJrFbCKFNYrcQQpvEbiGENondQghtEruFENokdgshtEnsFkJok9gthNAmsVsIoU1itxBCm8RuIYQ2id1CCG0Su4UQ2iR2CyG0SewWQmiT2C2E0CaxWwihTWK3EEKbxG4hhDaJ3UIIbRK7hRDaJHYLIbRJ7BZCaJPYLYTQJrFbCKFNYrcQQpvEbiGENondQghtEruFENokdgshtEnsFkJok9gthNAmsVsIoU1itxBCm8RuIYQ2id1CCG0Su4UQ2iR2CyG0SewWQmiT2C2E0CaxWwihTWK3EEKbxG4hhDaJ3UIIbRK7hRDaJHYLIbRJ7BZCaJPYLYTQJrFbCKFNYrcQQpvEbiGENondQghtEruFENokdgshtEnsFkJok9gthNAmsVsIoU1itxBCm8RuIYQ2id1CCG0Su4UQ2iR2CyG0SewWQmiT2C2E0CaxWwihTWK3EEKbxG4hhDaJ3UIIbRK7hRDaJHYLIbRJ7BZCaJPYLYTQJrFbCKFNYrcQQpvEbiGENondQghtEruFENokdgshtEnsFkJok9gthNAmsVsIoU1itxBCm8RuIYQ2id1CCG0Su4UQ2iR2CyG0SewWQmiT2C2E0CaxWwihTWK3EEKbxG4hhDaJ3UIIbRK7hRDaJHYLIbRJ7BZCaJPYLYTQJrFbCKFNYrcQQpvEbiGENondQghtEruFENokdgshtEnsFkJok9gthNAmsVsIoU1itxBCm8RuIYQ2id1CCG0Su4UQ2iR2CyG0SewWQmiT2C2E0CaxWwihTWK3EEKbxG4hhDaJ3UIIbRK7hRDaJHYLIbRJ7BZCaJPYLYTQJrFbCKFNYrcQQpvEbiGENondQghtEruFENokdgshtEnsFkJok9gthNAmsVsIoU1it1Hw008/3bx587PPPvv0008vXbr07bff/v3vf//nP//5r3/9q2sxy61btzTQ8vbt26765ZdfuhMPH/7888/ff/+9ONevX79y5crFixfPz+K1I9PT0/fu3Xvw4EH/VUPRRqivv/7aeLoQwxD2yy+/NKQffvjBUI35/v3733zzzdWrV7sWw7hw4YKwn3/+uSn84x//qB4Nydhu3LjhWg26psMw/WvXrulXRyb7xRdfGIbXxjx0xRz59ddf//rXv9ayuORvf/ubvgxbd0JZFkdc++OPP969e1fk/qVbCKFq/AJOTU0J4vKBAViW7777Tr/GbMpfffVVrX93embW2ohjJBZE7/PHHx4fsdso8O/75MmTf/7zn3fv3v3SSy+dOnVKNvqnL1u6FjP4py+vNNi7dy8FyE+C6849fChzWO/jjz/et2/fnj17Xnjhhc2zeO3IBx98ICelUH+CDUUbaX/s2DHj6UIM48UXXzxw4IAhyXAGoTau+eijj1577bWuxTC2bNki7Ntvv00KjFA9esFrhw8ffuONNzTomg5jx44d2hw8ePDEiRMm++6775rd8ePHjXn+isER2qWY/fv3WwTrXA417A8//FCoQ4cOOcJTHio0JHL/0i2EUMbPTQJu3779/ffftwiC9AbgZjly5swZ/e7cuXPXrl1HjhzR7507d3oKM2teFsfELQgDWsY6FUZA7DYK/BOXY9u2bXvmmWeefvpp/9A9ydmqV9oUskIar127VjqRiNqqiibN5Am1HT161LUSTzpRj2Y9BH/11VdlES3KOgm/SCKpODQjjk2bNq1atcrXLsosBDQxMfHcc89JWs1IgWfZVtXDd44vW7bMXLrWsxjD888/Pzk56asIBqOcMXJWUj2dO3eO35ll3bp1GzZs0KC7bC6vvPKKOTI1rcC3RugIfwkiVDeHWaqk5TJK1S/FWDfjtJK6c4SLLZ0F4bhPPvnEt6tXr16zZg2FdV0O480337x8+bIeKdIdYUlB+gfgvjjCle6FaFZDGzrWe89ungeeIkbicWUi1nz++MPjI3YbBWW3rVu3Suzly5cTU9VZ5NW1mGGo3apokplKLXWNayWeaApAtUDxl7/8RWqV8jhOQUGdfNRLswHKbmpAipH/onWBZhHBCHUkIAvoWkliPMqQshtHc0fXehZn6YNf+PfZZ581JN8aOcGV3SQ5uShOda2L7rK5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\'" src="//openwaterserverless.azurewebsites.net/api/imageconvert?color=white&height='+t+"&width="+i+"&url="+encodeURIComponent(n)+'"/><\/a>'},generateVideo:function(n,r,u){var f=t(n),e=i(f);return"<video height="+r+" width="+u+' preload="none" src="'+n+'" '+e+"><\/video>"},generateAudio:function(n){var r=t(n)||"audio/mpeg",u=i(r);return'<audio preload="none" src="'+n+'" '+u+"><\/audio>"},canPreviewOfficeDocument:function(n,t){var i=1048576,r=10*i,u=5*i;return(n==="application/vnd.ms-excel"||n==="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")&&t<=u||(n==="application/msword"||n==="application/vnd.openxmlformats-officedocument.wordprocessingml.document"||n==="application/vnd.ms-powerpoint"||n==="application/vnd.openxmlformats-officedocument.presentationml.presentation")&&t<=r}}}(jQuery),function(){var n={},t={};window.FrontendApiManager={onReady:function(i,r){var u,f;if(!_.isString(i)||!i)throw"'apiName' should be not empty string.";if(!_.isFunction(r))throw"'handler' is not a function.";u=n[i];u?r(u):(f=t[i]=t[i]||[],f.push(r))},triggerReady:function(i,r){if(!_.isString(i)||!i)throw"'apiName' should be not empty string.";if(_.isNullOrUndefined(r))throw"'apiInstance' is null or undefined.";if(n[i])throw"'ready' event is already triggered for API with name '"+i+"'.";n[i]=r;_(t[i]||[]).each(function(n){n(r)})}}}()