/*!
 *  _______ .___  ___.  _______ .______        _______  _______ .__   __.   ______ ____    ____         ___       __       _______ .______     .___________.    _______.
 * |   ____||   \/   | |   ____||   _  \      /  _____||   ____||  \ |  |  /      |\   \  /   /        /   \     |  |     |   ____||   _  \    |           |   /       |
 * |  |__   |  \  /  | |  |__   |  |_)  |    |  |  __  |  |__   |   \|  | |  ,----' \   \/   /        /  ^  \    |  |     |  |__   |  |_)  |   `---|  |----`  |   (----`
 * |   __|  |  |\/|  | |   __|  |      /     |  | |_ | |   __|  |  . `  | |  |       \_    _/        /  /_\  \   |  |     |   __|  |      /        |  |        \   \    
 * |  |____ |  |  |  | |  |____ |  |\  \----.|  |__| | |  |____ |  |\   | |  `----.    |  |         /  _____  \  |  `----.|  |____ |  |\  \----.   |  |    .----)   |   
 * |_______||__|  |__| |_______|| _| `._____| \______| |_______||__| \__|  \______|    |__|        /__/     \__\ |_______||_______|| _| `._____|   |__|    |_______/    
 *	
 *	Emergency Alerts v2.0
 *	OmniUpdate
 *	Please visit https://www.omniupdate.com to learn more about this module
 */
!function(e){"use strict";var t=function(e,r){var s=/[^\w\-.:]/.test(e)?new Function(t.arg+",ouEmergencyAlertsTemplate","var _e=ouEmergencyAlertsTemplate.encode"+t.helper+",_s='"+e.replace(t.regexp,t.func)+"';return _s;"):t.cache[e]=t.cache[e]||t(t.load(e));return r?s(r,t):function(e){return s(e,t)}};t.cache={},t.load=function(e){return document.getElementById(e).innerHTML},t.regexp=/([\s'\\])(?!(?:[^{]|\{(?!%))*%\})|(?:\{%(=|#)([\s\S]+?)%\})|(\{%)|(%\})/g,t.func=function(e,t,r,s,a,n){return t?{"\n":"\\n","\r":"\\r","\t":"\\t"," ":" "}[t]||"\\"+t:r?"="===r?"'+_e("+s+")+'":"'+("+s+"==null?'':"+s+")+'":a?"';":n?"_s+='":void 0},t.encReg=/[<>&"'\x00]/g,t.encMap={"<":"&lt;",">":"&gt;","&":"&amp;",'"':"&quot;","'":"&#39;"},t.encode=function(e){return(null==e?"":""+e).replace(t.encReg,function(e){return t.encMap[e]||""})},t.arg="o",t.helper=",print=function(s,e){_s+=e?(s==null?'':s):_e(s);},include=function(s,d){_s+=ouEmergencyAlertsTemplate(s,d);}","function"==typeof define&&define.amd?define(function(){return t}):"object"==typeof module&&module.exports?module.exports=t:e.ouEmergencyAlertsTemplate=t}(this),"function"!=typeof HTMLElement.prototype.removeClass&&(HTMLElement.prototype.removeClass=function(e){var t,r="",s=this.className.split(" ");for(t=0;t<s.length;t++)s[t]!==e&&(r+=s[t]+" ");this.className=r}),"function"!=typeof HTMLElement.prototype.addClass&&(HTMLElement.prototype.addClass=function(e){var t=this.className+" "+e;this.className=t.trim()});var ouEmergencyAlerts={activeAlertFeed:"/ou-alerts/active-alerts.xml",archiveAlertFeed:"/ou-alerts/archived-alerts.xml",archiveActiveAlertHeading:"Active Alerts",archiveAlertHeading:"Archived Alerts",alertId:"oualerts-active-alert-display",closeId:"oualerts-close-button",closeClass:"oualerts-close-active-by-class",topClass:"oualerts-top",modalClass:"oualerts-modal",bottomClass:"oualerts-bottom",activeClass:"oualerts-is-active",archivedAlertDivId:"oualerts-archived",archivedAlertDivTemplate:"oualerts-archived-template",groupingProp:"dc:identifier",severityProp:"ou:severity",typeProp:"dc:type",subTitleProp:"ou:subtitle",activeAlertHeight:0,modalCloseSpeed:500,currentBodyPadding:null,shortMonths:Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"),longMonths:Array("January","February","March","April","May","June","July","August","September","October","November","December"),shortDays:Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"),longDays:Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"),indexPages:Array("index.html","index.php","index.aspx","index.asp","index.htm","index.shtml","index.cfm","index.jsp","default.html","default.php","default.aspx","default.htm","default.shtml","default.cfm","default.jsp","default.asp"),addAlertsToWebpage:function(e,t){var r=document.createElement("div");for(r.innerHTML=t;r.children.length>0;)e.appendChild(r.children[0])},addActiveAlertToWebPage:function(e,t){var r=document.createElement("div");r.innerHTML=t,e.insertBefore(r.children[0],e.firstChild)},groupArchivedAlerts:function(e,t){var r,s,a=0,n=[],o=[];for(a=0;a<e.length;a++)r=e[a][t],(s=n.indexOf(r))>-1?o[s].push(e[a]):(n.push(r),o.push([e[a]]));return o},processAlertFeedForArchivePage:function(e,t,r){var s,a=this;if(r){e=e.replace(/<ou:subtitle><\/ou:subtitle>/g,"").replace(/<ou:subtitle>\s<\/ou:subtitle>/g,"").replace(/<ou:subtitle\/>/g,""),e=a.htmlEntities(e);var n=(new DOMParser).parseFromString(e,"text/xml");s=a.xmlToJson(n)}else s=JSON.parse(e);if(s.error)console.log("Alert Error: "+s.error);else if(s.rss&&s.rss.channel&&s.rss.channel.item&&s.rss.channel.item.length){s=s.rss.channel.item;for(var o=0;o<s.length;o++)s[o].pubDate&&(s[o].pubDate=new Date(s[o].pubDate).getTime()),s[o][a.severityProp]&&(s[o].severity=s[o][a.severityProp].toLowerCase()),s[o].guid&&s[o].guid.indexOf(".xml")>0&&(s[o].guid="");s.sort(function(e,t){return t.pubDate-e.pubDate}),s=a.groupArchivedAlerts(s,a.groupingProp);for(o=0;o<s.length;o++)s[o].length>1&&(s[o].sort(function(e,t){var r=e[a.typeProp].toLowerCase(),s=t[a.typeProp].toLowerCase();return r<s?-1:r>s?1:e.pubDate>t.pubDate?-1:e.pubDate<t.pubDate?1:0}),s[o][0].updates=s[o].filter(function(e){return"update"==e[a.typeProp]})),s[o]=s[o][0];s[0].htmlHeading=t,s[0].severity=s[0][a.severityProp].toLowerCase(),a.addAlertsToWebpage(document.getElementById(a.archivedAlertDivId),ouEmergencyAlertsTemplate(a.archivedAlertDivTemplate,s).replace(/\s+/g," "))}else s.rss&&s.rss.channel&&s.rss.channel.item?(s=[s.rss.channel.item])[0].title&&(s[0].severity=s[0][a.severityProp].toLowerCase(),s[0].htmlHeading=t,s[0].guid&&s[0].guid.indexOf(".xml")>0&&(s[0].guid=""),this.addAlertsToWebpage(document.getElementById(a.archivedAlertDivId),ouEmergencyAlertsTemplate(a.archivedAlertDivTemplate,s).replace(/\s+/g," "))):console.log("Invalid Archive Alert Data Structure.")},createActiveAlert:function(e){var t=document.body;t.addClass(this.activeClass);var r=ouEmergencyAlertsTemplate(this[e.currentTypeOfAlert].scriptTemplate,e).replace(/\s+/g," ");if(r.indexOf(this.bottomClass)>0?this.addAlertsToWebpage(t,r):this.addActiveAlertToWebPage(t,r),this.alertHasClass(document.getElementById(this.alertId),this.topClass)){var s=document.getElementById(this.alertId).offsetHeight;this.currentBodyPadding=parseInt(t.style.paddingTop.replace(/\D/g,"")),"NaN"!==this.currentBodyPadding.toString()?(t.style.paddingTop=this.currentBodyPadding+s+"px",this.activeAlertHeight=s):(t.style.paddingTop=s+"px",this.activeAlertHeight=s)}this.addActiveAlertEventListener(e)},processActiveAlert:function(e,t,r){var s,a,n=this;if(r){e=e.replace(/<ou:subtitle><\/ou:subtitle>/g,"").replace(/<ou:subtitle>\s<\/ou:subtitle>/g,"").replace(/<ou:subtitle\/>/g,"");var o=(new DOMParser).parseFromString(e,"text/xml");s=n.xmlToJson(o)}else s=JSON.parse(e);if(s.error)console.log("Alert Error: "+s.error);else if(s.rss&&s.rss.channel&&s.rss.channel.item&&s.rss.channel.item.length){var i,l=s.rss.channel.lastBuildDate?s.rss.channel.lastBuildDate:"";s=s.rss.channel.item;for(var c=0;c<s.length;c++)s[c].pubDate&&(s[c].pubDate=new Date(s[c].pubDate).getTime());s.sort(function(e,t){return t.pubDate-e.pubDate}),void 0===(a=s[0])[n.severityProp]&&(i=s.filter(function(e){return void 0!==e[n.severityProp]&&e[n.groupingProp]===a[n.groupingProp]})[0],a[n.severityProp]=i[n.severityProp]),0==n[a[n.severityProp].toLowerCase()].showRecent&&(a=s.filter(function(e){return"alert"==e[n.typeProp]})[0]),n.activeAlertProcessing(a,l)}else if(s.rss&&s.rss.channel&&s.rss.channel.item){l=s.rss.channel.lastBuildDate?s.rss.channel.lastBuildDate:"";s=[s.rss.channel.item],a=s[0],n.activeAlertProcessing(a,l)}else console.log("Invalid Active Alert Data Structure.")},loadAlertFeed:function(e,t,r){var s=this,a=s[t],n=new XMLHttpRequest,o=(new Date).getTime(),i=a+"time="+o,l=s[r];n.open("GET",i),n.onload=function(){if(n.status>=200&&n.status<400)s[e](n.responseText,l,!0);else{var t='{"error": "Alert Feed not found at: '+a+'"}';s[e](t,l,!1)}},n.onerror=function(){var t='{"error": "There was an error connecting to the alert feed at: '+a+'"}';s[e](t,l,!1)},n.send()},addActiveAlertEventListener:function(e){var t=this;if(document.getElementById(t.closeId)&&document.getElementById(t.closeId).addEventListener("click",function(){t.processActiveAlertClick(e)}),document.getElementsByClassName(t.closeClass))for(var r=document.getElementsByClassName(t.closeClass),s=0;s<r.length;s++)r[s].addEventListener("click",function(){t.processActiveAlertClick(e)});t.alertHasClass(document.getElementById(t.alertId),t.modalClass)&&(document.onkeydown=function(r){27==(r=r||window.event).keyCode&&document.getElementById(t.alertId)&&t.processActiveAlertClick(e)})},processActiveAlertClick:function(e){var t=this,r=document.querySelector("#"+t.alertId);if(document.getElementById(t.alertId)&&t.alertHasClass(document.getElementById(t.alertId),t.topClass)){var s=parseInt(document.body.style.paddingTop.replace(/\D/g,""))-t.activeAlertHeight;document.body.style.paddingTop=s+"px","0px"===document.body.style.paddingTop&&(document.body.style.paddingTop="")}r.addClass(t[e.currentTypeOfAlert].hideClass),setTimeout(function(){t.alertHasClass(document.getElementById(t.alertId),t.modalClass)?document.body.removeChild(r.parentNode):r.parentNode.removeChild(r),document.body.removeClass(t.activeClass)},t.modalCloseSpeed),0!==t[e.currentTypeOfAlert].cookieExpireTime&&t.createAlertCookie(e.currentTypeOfAlert,t[e.currentTypeOfAlert].cookieName,t.determineAlertCookieValue(e),1)},determineAlertCookieValue:function(e){return e.title+"/"+e.currentTypeOfAlert+"/"+this.alertHash(JSON.stringify(e))},createAlertCookie:function(e,t,r){var s=new Date;s.setTime(s.getTime()+1e3*this[e].cookieExpireTime);var a="; expires="+s.toGMTString();document.cookie=t+"="+r+a+"; path=/"},checkAlertCookie:function(e){var t=this.determineAlertCookieValue(e),r=this.getAlertCookie(this[e.currentTypeOfAlert].cookieName);return null==r||(t!=r||0==this[e.currentTypeOfAlert].cookieExpireTime)&&(this.deleteAlertCookie(this[e.currentTypeOfAlert].cookieName),!0)},activeAlertProcessing:function(e,t){e.title&&(e.severity=e[this.severityProp],e.showDate=this[e.severity.toLowerCase()].showDate,void 0!==e[this.subTitleProp]&&(e.subtitle=e[this.subTitleProp]),e.lastBuildDate=t,e.currentTypeOfAlert=e.severity.toLowerCase(),e.configuration=this[e.currentTypeOfAlert],e.guid&&e.guid.indexOf(".xml")>0&&(e.guid=""),this.checkAlertCookie(e)&&this.createActiveAlert(e))},determineActiveAlertOutput:function(){if("live"==this.status.status&&"live"==this.status.statusCheckOne)this.loadAlertFeed("processActiveAlert","activeAlertFeed","");else if("development"==this.status.status)if(window.location.pathname==this.status.statusCheckOne||window.location.pathname==this.status.statusCheckTwo)this.loadAlertFeed("processActiveAlert","activeAlertFeed","");else for(var e=0;e<this.indexPages.length;e++)if(window.location.pathname==this.status.statusCheckOne+this.indexPages[e]||window.location.pathname==this.status.statusCheckTwo+this.indexPages[e]){this.loadAlertFeed("processActiveAlert","activeAlertFeed","");break}},alertHash:function(e){function t(e,t){return e<<t|e>>>32-t}function r(e,t){var r,s,a,n,o;return a=2147483648&e,n=2147483648&t,o=(1073741823&e)+(1073741823&t),(r=1073741824&e)&(s=1073741824&t)?2147483648^o^a^n:r|s?1073741824&o?3221225472^o^a^n:1073741824^o^a^n:o^a^n}function s(e,s,a,n,o,i,l){return e=r(e,r(r(function(e,t,r){return e&t|~e&r}(s,a,n),o),l)),r(t(e,i),s)}function a(e,s,a,n,o,i,l){return e=r(e,r(r(function(e,t,r){return e&r|t&~r}(s,a,n),o),l)),r(t(e,i),s)}function n(e,s,a,n,o,i,l){return e=r(e,r(r(function(e,t,r){return e^t^r}(s,a,n),o),l)),r(t(e,i),s)}function o(e,s,a,n,o,i,l){return e=r(e,r(r(function(e,t,r){return t^(e|~r)}(s,a,n),o),l)),r(t(e,i),s)}function i(e){var t,r="",s="";for(t=0;t<=3;t++)r+=(s="0"+(e>>>8*t&255).toString(16)).substr(s.length-2,2);return r}var l,c,u,d,p,h,m,g,f,v=Array();for(v=function(e){for(var t,r=e.length,s=r+8,a=16*((s-s%64)/64+1),n=Array(a-1),o=0,i=0;i<r;)o=i%4*8,n[t=(i-i%4)/4]=n[t]|e.charCodeAt(i)<<o,i++;return o=i%4*8,n[t=(i-i%4)/4]=n[t]|128<<o,n[a-2]=r<<3,n[a-1]=r>>>29,n}(e=function(e){e=e.replace(/rn/g,"n");for(var t="",r=0;r<e.length;r++){var s=e.charCodeAt(r);s<128?t+=String.fromCharCode(s):s>127&&s<2048?(t+=String.fromCharCode(s>>6|192),t+=String.fromCharCode(63&s|128)):(t+=String.fromCharCode(s>>12|224),t+=String.fromCharCode(s>>6&63|128),t+=String.fromCharCode(63&s|128))}return t}(e)),h=1732584193,m=4023233417,g=2562383102,f=271733878,l=0;l<v.length;l+=16)c=h,u=m,d=g,p=f,h=s(h,m,g,f,v[l+0],7,3614090360),f=s(f,h,m,g,v[l+1],12,3905402710),g=s(g,f,h,m,v[l+2],17,606105819),m=s(m,g,f,h,v[l+3],22,3250441966),h=s(h,m,g,f,v[l+4],7,4118548399),f=s(f,h,m,g,v[l+5],12,1200080426),g=s(g,f,h,m,v[l+6],17,2821735955),m=s(m,g,f,h,v[l+7],22,4249261313),h=s(h,m,g,f,v[l+8],7,1770035416),f=s(f,h,m,g,v[l+9],12,2336552879),g=s(g,f,h,m,v[l+10],17,4294925233),m=s(m,g,f,h,v[l+11],22,2304563134),h=s(h,m,g,f,v[l+12],7,1804603682),f=s(f,h,m,g,v[l+13],12,4254626195),g=s(g,f,h,m,v[l+14],17,2792965006),h=a(h,m=s(m,g,f,h,v[l+15],22,1236535329),g,f,v[l+1],5,4129170786),f=a(f,h,m,g,v[l+6],9,3225465664),g=a(g,f,h,m,v[l+11],14,643717713),m=a(m,g,f,h,v[l+0],20,3921069994),h=a(h,m,g,f,v[l+5],5,3593408605),f=a(f,h,m,g,v[l+10],9,38016083),g=a(g,f,h,m,v[l+15],14,3634488961),m=a(m,g,f,h,v[l+4],20,3889429448),h=a(h,m,g,f,v[l+9],5,568446438),f=a(f,h,m,g,v[l+14],9,3275163606),g=a(g,f,h,m,v[l+3],14,4107603335),m=a(m,g,f,h,v[l+8],20,1163531501),h=a(h,m,g,f,v[l+13],5,2850285829),f=a(f,h,m,g,v[l+2],9,4243563512),g=a(g,f,h,m,v[l+7],14,1735328473),h=n(h,m=a(m,g,f,h,v[l+12],20,2368359562),g,f,v[l+5],4,4294588738),f=n(f,h,m,g,v[l+8],11,2272392833),g=n(g,f,h,m,v[l+11],16,1839030562),m=n(m,g,f,h,v[l+14],23,4259657740),h=n(h,m,g,f,v[l+1],4,2763975236),f=n(f,h,m,g,v[l+4],11,1272893353),g=n(g,f,h,m,v[l+7],16,4139469664),m=n(m,g,f,h,v[l+10],23,3200236656),h=n(h,m,g,f,v[l+13],4,681279174),f=n(f,h,m,g,v[l+0],11,3936430074),g=n(g,f,h,m,v[l+3],16,3572445317),m=n(m,g,f,h,v[l+6],23,76029189),h=n(h,m,g,f,v[l+9],4,3654602809),f=n(f,h,m,g,v[l+12],11,3873151461),g=n(g,f,h,m,v[l+15],16,530742520),h=o(h,m=n(m,g,f,h,v[l+2],23,3299628645),g,f,v[l+0],6,4096336452),f=o(f,h,m,g,v[l+7],10,1126891415),g=o(g,f,h,m,v[l+14],15,2878612391),m=o(m,g,f,h,v[l+5],21,4237533241),h=o(h,m,g,f,v[l+12],6,1700485571),f=o(f,h,m,g,v[l+3],10,2399980690),g=o(g,f,h,m,v[l+10],15,4293915773),m=o(m,g,f,h,v[l+1],21,2240044497),h=o(h,m,g,f,v[l+8],6,1873313359),f=o(f,h,m,g,v[l+15],10,4264355552),g=o(g,f,h,m,v[l+6],15,2734768916),m=o(m,g,f,h,v[l+13],21,1309151649),h=o(h,m,g,f,v[l+4],6,4149444226),f=o(f,h,m,g,v[l+11],10,3174756917),g=o(g,f,h,m,v[l+2],15,718787259),m=o(m,g,f,h,v[l+9],21,3951481745),h=r(h,c),m=r(m,u),g=r(g,d),f=r(f,p);return(i(h)+i(m)+i(g)+i(f)).toLowerCase()},xmlToJson:function(e){var t={};if(1==e.nodeType){if(e.attributes.length>0){t["@attributes"]={};for(var r=0;r<e.attributes.length;r++){var s=e.attributes.item(r);t["@attributes"][s.nodeName]=s.nodeValue}}}else 3==e.nodeType&&(t=e.nodeValue);if(e.hasChildNodes()&&1===e.childNodes.length&&3===e.childNodes[0].nodeType)t=e.childNodes[0].nodeValue;else if(e.hasChildNodes())for(var a=0;a<e.childNodes.length;a++){var n=e.childNodes.item(a),o=n.nodeName;if("#text"!=o)if(void 0===t[o])t[o]=this.xmlToJson(n);else{if(void 0===t[o].push){var i=t[o];t[o]=[],t[o].push(i)}t[o].push(this.xmlToJson(n))}}return t},htmlEntities:function(e){return String(e).replace(/\s&\s/g," &amp; ").replace(/\s<\s/g," &lt; ").replace(/\s>\s/g," &gt; ").replace(/\s"\s/g," &quot; ")},getAlertCookie:function(e){var t=document.cookie.match("(^|;) ?"+e+"=([^;]*)(;|$)");return t?t[2]:null},deleteAlertCookie:function(e){document.cookie=e+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"},alertDateFormat:function(e,t){for(var r=new Date(t),s="",a=r.getMonth(),n=a+1,o=r.getDay(),i=r.getDate(),l=r.getFullYear(),c=r.getHours(),u=r.getMinutes(),d=r.getSeconds(),p=0,h=e.length;p<h;p++)switch(e[p]){case"j":s+=i;break;case"d":s+=i<10?"0"+i:i;break;case"l":s+=this.longDays[o];break;case"w":s+=o;break;case"D":s+=this.shortDays[o];break;case"m":s+=n<10?"0"+n:n;break;case"n":s+=n;break;case"F":s+=this.longMonths[a];break;case"M":s+=this.shortMonths[a];break;case"Y":s+=l;break;case"y":s+=l.toString().slice(-2);break;case"H":s+=c<10?"0"+c:c;break;case"g":var m=0===c?12:c;s+=m>12?m-12:m;break;case"h":s+=(m=(m=0===c?12:c)>12?m-12:m)<10?"0"+m:m;break;case"A":s+=c<12?"AM":"PM";break;case"a":s+=c<12?"am":"pm";break;case"i":s+=u<10?"0"+u:u;break;case"s":s+=d<10?"0"+d:d;break;case"c":s+=r.toISOString();break;default:s+=e[p]}return s},alertHasClass:function(e,t){return new RegExp("(\\s|^)"+t+"(\\s|$)").test(e.className)}};
ouEmergencyAlerts.announcement = { "showRecent" : true, "cookieExpireTime" : 0, "showDate" : true, "showClass" : "ouAlertsFadeInDown", "hideClass" : "ouAlertsZoomOut", "lastPublish" : "20200720152635", "cookieName" : "ouEmergencyAlertsAnnouncementCookie", "scriptTemplate" : "oualerts-active-announcement", "archiveReadMore" : "" }; ouEmergencyAlerts.warning = { "showRecent" : true, "cookieExpireTime" : 0, "showDate" : true, "showClass" : "ouAlertsFadeInDown", "hideClass" : "ouAlertsZoomOut", "lastPublish" : "20200720152635", "cookieName" : "ouEmergencyAlertsWarningCookie", "scriptTemplate" : "oualerts-active-warning", "archiveReadMore" : "" }; ouEmergencyAlerts.emergency = { "showRecent" : true, "cookieExpireTime" : 0, "showDate" : true, "showClass" : "ouAlertsFadeInDown", "hideClass" : "ouAlertsZoomOut", "lastPublish" : "20200720152635", "cookieName" : "ouEmergencyAlertsEmergencyCookie", "scriptTemplate" : "oualerts-active-emergency", "archiveReadMore" : "" }; ouEmergencyAlerts.announcementArchive = { "readMoreText" : "Read More...", "updateText" : "Updates" }; ouEmergencyAlerts.warningArchive = { "readMoreText" : "Read More...", "updateText" : "Updates" }; ouEmergencyAlerts.emergencyArchive = { "readMoreText" : "Read More...", "updateText" : "Updates" }; ouEmergencyAlerts.activeAlertFeed = "/ou-alerts/active-alerts.xml?"; ouEmergencyAlerts.indexPages = Array("index.html", "index.php", "index.aspx", "index.htm", "index.shtml", "index.cfm", "index.jsp", "default.html", "default.php", "default.aspx", "default.htm", "default.shtml", "default.cfm", "default.jsp"); ouEmergencyAlerts.archiveAlertFeed = "/ou-alerts/archived-alerts.xml?"; ouEmergencyAlerts.archiveActiveAlertHeading = "Active Alerts"; ouEmergencyAlerts.archiveAlertHeading = "Archived Alerts"; ouEmergencyAlerts.status = { "status" : "development", "statusCheckOne": "/index.php", "statusCheckTwo": "/" };