/**
 * This file is part of the UNL WDN templates.
 * @see http://wdn.unl.edu/
 * $Id$
 */
(function(c,o){function x(){if(!d.isReady){try{l.documentElement.doScroll("left")}catch(a){setTimeout(x,1);return}d.ready()}}function A(a,b){b.src?d.ajax({url:b.src,async:false,dataType:"script"}):d.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function L(a,b,e,g,f,p){var r=a.length;if(typeof b==="object"){for(var w in b)L(a,w,b[w],g,f,e);return a}if(e!==o){g=!p&&g&&d.isFunction(e);for(w=0;w<r;w++)f(a[w],b,g?e.call(a[w],w,f(a[w],b)):e,p);return a}return r?
f(a[0],b):null}function G(){return(new Date).getTime()}function N(){return false}function B(){return true}function T(a,b,e){e[0].type=a;return d.event.handle.apply(b,e)}function S(a){var b,e=[],g=[],f=arguments,p,r,w,z,v,I,Q=d.extend({},d.data(this,"events").live);if(!(a.button&&a.type==="click")){for(z in Q){r=Q[z];if(r.live===a.type||r.altLive&&d.inArray(a.type,r.altLive)>-1){p=r.data;p.beforeFilter&&p.beforeFilter[a.type]&&!p.beforeFilter[a.type](a)||g.push(r.selector)}else delete Q[z]}p=d(a.target).closest(g,
a.currentTarget);v=0;for(I=p.length;v<I;v++)for(z in Q){r=Q[z];w=p[v].elem;g=null;if(p[v].selector===r.selector){if(r.live==="mouseenter"||r.live==="mouseleave")g=d(a.relatedTarget).closest(r.selector)[0];if(!g||g!==w)e.push({elem:w,fn:r})}}v=0;for(I=e.length;v<I;v++){p=e[v];a.currentTarget=p.elem;a.data=p.fn.data;if(p.fn.apply(p.elem,f)===false){b=false;break}}return b}}function V(a,b){return"live."+(a?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function ba(a){return!a||!a.parentNode||a.parentNode.nodeType===
11}function oa(a,b){var e=0;b.each(function(){if(this.nodeName===(a[e]&&a[e].nodeName)){var g=d.data(a[e++]),f=d.data(this,g);if(g=g&&g.events){delete f.handle;f.events={};for(var p in g)for(var r in g[p])d.event.add(this,p,g[p][r],g[p][r].data)}}})}function ha(a,b,e){var g,f,p;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&a[0].indexOf("<option")<0&&(d.support.checkClone||!Ma.test(a[0]))){f=true;if(p=d.fragments[a[0]])if(p!==1)g=p}if(!g){b=b&&b[0]?b[0].ownerDocument||b[0]:l;g=b.createDocumentFragment();
d.clean(a,b,g,e)}if(f)d.fragments[a[0]]=p?g:1;return{fragment:g,cacheable:f}}function Z(a,b){var e={};d.each(Na.concat.apply([],Na.slice(0,b)),function(){e[this]=a});return e}function Y(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var d=function(a,b){return new d.fn.init(a,b)},k=c.jQuery,q=c.$,l=c.document,h,n=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,t=/^.[^:#\[\.,]*$/,C=/\S/,y=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,F=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,H=navigator.userAgent,
$=false,O=[],aa,fa=Object.prototype.toString,ca=Object.prototype.hasOwnProperty,ua=Array.prototype.push,ra=Array.prototype.slice,wa=Array.prototype.indexOf;d.fn=d.prototype={init:function(a,b){var e,g;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(typeof a==="string")if((e=n.exec(a))&&(e[1]||!b))if(e[1]){g=b?b.ownerDocument||b:l;if(a=F.exec(a))if(d.isPlainObject(b)){a=[l.createElement(a[1])];d.fn.attr.call(a,b,true)}else a=[g.createElement(a[1])];else{a=ha([e[1]],
[g]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}}else{if(b=l.getElementById(e[2])){if(b.id!==e[2])return h.find(a);this.length=1;this[0]=b}this.context=l;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=l;a=l.getElementsByTagName(a)}else return!b||b.jquery?(b||h).find(a):d(b).find(a);else if(d.isFunction(a))return h.ready(a);if(a.selector!==o){this.selector=a.selector;this.context=a.context}return d.isArray(a)?this.setArray(a):d.makeArray(a,
this)},selector:"",jquery:"1.4.1",length:0,size:function(){return this.length},toArray:function(){return ra.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,e){a=d(a||null);a.prevObject=this;a.context=this.context;if(b==="find")a.selector=this.selector+(this.selector?" ":"")+e;else if(b)a.selector=this.selector+"."+b+"("+e+")";return a},setArray:function(a){this.length=0;ua.apply(this,a);return this},each:function(a,b){return d.each(this,
a,b)},ready:function(a){d.bindReady();if(d.isReady)a.call(l,d);else O&&O.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(ra.apply(this,arguments),"slice",ra.call(arguments).join(","))},map:function(a){return this.pushStack(d.map(this,function(b,e){return a.call(b,e,b)}))},end:function(){return this.prevObject||d(null)},push:ua,sort:[].sort,splice:[].splice};
d.fn.init.prototype=d.fn;d.extend=d.fn.extend=function(){var a=arguments[0]||{},b=1,e=arguments.length,g=false,f,p,r,w;if(typeof a==="boolean"){g=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!d.isFunction(a))a={};if(e===b){a=this;--b}for(;b<e;b++)if((f=arguments[b])!=null)for(p in f){r=a[p];w=f[p];if(a!==w)if(g&&w&&(d.isPlainObject(w)||d.isArray(w))){r=r&&(d.isPlainObject(r)||d.isArray(r))?r:d.isArray(w)?[]:{};a[p]=d.extend(g,r,w)}else if(w!==o)a[p]=w}return a};d.extend({noConflict:function(a){c.$=
q;if(a)c.jQuery=k;return d},isReady:false,ready:function(){if(!d.isReady){if(!l.body)return setTimeout(d.ready,13);d.isReady=true;if(O){for(var a,b=0;a=O[b++];)a.call(l,d);O=null}d.fn.triggerHandler&&d(l).triggerHandler("ready")}},bindReady:function(){if(!$){$=true;if(l.readyState==="complete")return d.ready();if(l.addEventListener){l.addEventListener("DOMContentLoaded",aa,false);c.addEventListener("load",d.ready,false)}else if(l.attachEvent){l.attachEvent("onreadystatechange",aa);c.attachEvent("onload",
d.ready);var a=false;try{a=c.frameElement==null}catch(b){}l.documentElement.doScroll&&a&&x()}}},isFunction:function(a){return fa.call(a)==="[object Function]"},isArray:function(a){return fa.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||fa.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!ca.call(a,"constructor")&&!ca.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===o||ca.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;
return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return c.JSON&&c.JSON.parse?c.JSON.parse(a):(new Function("return "+a))();else d.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&C.test(a)){var b=l.getElementsByTagName("head")[0]||
l.documentElement,e=l.createElement("script");e.type="text/javascript";if(d.support.scriptEval)e.appendChild(l.createTextNode(a));else e.text=a;b.insertBefore(e,b.firstChild);b.removeChild(e)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,e){var g,f=0,p=a.length,r=p===o||d.isFunction(a);if(e)if(r)for(g in a){if(b.apply(a[g],e)===false)break}else for(;f<p;){if(b.apply(a[f++],e)===false)break}else if(r)for(g in a){if(b.call(a[g],g,a[g])===false)break}else for(e=
a[0];f<p&&b.call(e,f,e)!==false;e=a[++f]);return a},trim:function(a){return(a||"").replace(y,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||d.isFunction(a)||typeof a!=="function"&&a.setInterval?ua.call(b,a):d.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var e=0,g=b.length;e<g;e++)if(b[e]===a)return e;return-1},merge:function(a,b){var e=a.length,g=0;if(typeof b.length==="number")for(var f=b.length;g<f;g++)a[e++]=b[g];else for(;b[g]!==
o;)a[e++]=b[g++];a.length=e;return a},grep:function(a,b,e){for(var g=[],f=0,p=a.length;f<p;f++)!e!==!b(a[f],f)&&g.push(a[f]);return g},map:function(a,b,e){for(var g=[],f,p=0,r=a.length;p<r;p++){f=b(a[p],p,e);if(f!=null)g[g.length]=f}return g.concat.apply([],g)},guid:1,proxy:function(a,b,e){if(arguments.length===2)if(typeof b==="string"){e=a;a=e[b];b=o}else if(b&&!d.isFunction(b)){e=b;b=o}if(!b&&a)b=function(){return a.apply(e||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||d.guid++;return b},
uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});H=d.uaMatch(H);if(H.browser){d.browser[H.browser]=true;d.browser.version=H.version}if(d.browser.webkit)d.browser.safari=true;if(wa)d.inArray=function(a,b){return wa.call(b,a)};h=d(l);if(l.addEventListener)aa=function(){l.removeEventListener("DOMContentLoaded",
aa,false);d.ready()};else if(l.attachEvent)aa=function(){if(l.readyState==="complete"){l.detachEvent("onreadystatechange",aa);d.ready()}};(function(){d.support={};var a=l.documentElement,b=l.createElement("script"),e=l.createElement("div"),g="script"+G();e.style.display="none";e.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var f=e.getElementsByTagName("*"),p=e.getElementsByTagName("a")[0];if(!(!f||!f.length||!p)){d.support=
{leadingWhitespace:e.firstChild.nodeType===3,tbody:!e.getElementsByTagName("tbody").length,htmlSerialize:!!e.getElementsByTagName("link").length,style:/red/.test(p.getAttribute("style")),hrefNormalized:p.getAttribute("href")==="/a",opacity:/^0.55$/.test(p.style.opacity),cssFloat:!!p.style.cssFloat,checkOn:e.getElementsByTagName("input")[0].value==="on",optSelected:l.createElement("select").appendChild(l.createElement("option")).selected,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};
b.type="text/javascript";try{b.appendChild(l.createTextNode("window."+g+"=1;"))}catch(r){}a.insertBefore(b,a.firstChild);if(c[g]){d.support.scriptEval=true;delete c[g]}a.removeChild(b);if(e.attachEvent&&e.fireEvent){e.attachEvent("onclick",function w(){d.support.noCloneEvent=false;e.detachEvent("onclick",w)});e.cloneNode(true).fireEvent("onclick")}e=l.createElement("div");e.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=l.createDocumentFragment();a.appendChild(e.firstChild);
d.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;d(function(){var w=l.createElement("div");w.style.width=w.style.paddingLeft="1px";l.body.appendChild(w);d.boxModel=d.support.boxModel=w.offsetWidth===2;l.body.removeChild(w).style.display="none"});a=function(w){var z=l.createElement("div");w="on"+w;var v=w in z;if(!v){z.setAttribute(w,"return;");v=typeof z[w]==="function"}return v};d.support.submitBubbles=a("submit");d.support.changeBubbles=a("change");a=b=e=f=p=null}})();d.props=
{"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var ja="jQuery"+G(),J=0,U={},W={};d.extend({cache:{},expando:ja,noData:{embed:true,object:true,applet:true},data:function(a,b,e){if(!(a.nodeName&&d.noData[a.nodeName.toLowerCase()])){a=a==c?U:a;var g=a[ja],f=d.cache;if(!b&&!g)return null;g||(g=++J);if(typeof b==="object"){a[ja]=g;f=f[g]=d.extend(true,
{},b)}else f=f[g]?f[g]:typeof e==="undefined"?W:(f[g]={});if(e!==o){a[ja]=g;f[b]=e}return typeof b==="string"?f[b]:f}},removeData:function(a,b){if(!(a.nodeName&&d.noData[a.nodeName.toLowerCase()])){a=a==c?U:a;var e=a[ja],g=d.cache,f=g[e];if(b){if(f){delete f[b];d.isEmptyObject(f)&&d.removeData(a)}}else{try{delete a[ja]}catch(p){a.removeAttribute&&a.removeAttribute(ja)}delete g[e]}}}});d.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return d.data(this[0]);else if(typeof a===
"object")return this.each(function(){d.data(this,a)});var e=a.split(".");e[1]=e[1]?"."+e[1]:"";if(b===o){var g=this.triggerHandler("getData"+e[1]+"!",[e[0]]);if(g===o&&this.length)g=d.data(this[0],a);return g===o&&e[1]?this.data(e[0]):g}else return this.trigger("setData"+e[1]+"!",[e[0],b]).each(function(){d.data(this,a,b)})},removeData:function(a){return this.each(function(){d.removeData(this,a)})}});d.extend({queue:function(a,b,e){if(a){b=(b||"fx")+"queue";var g=d.data(a,b);if(!e)return g||[];if(!g||
d.isArray(e))g=d.data(a,b,d.makeArray(e));else g.push(e);return g}},dequeue:function(a,b){b=b||"fx";var e=d.queue(a,b),g=e.shift();if(g==="inprogress")g=e.shift();if(g){b==="fx"&&e.unshift("inprogress");g.call(a,function(){d.dequeue(a,b)})}}});d.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===o)return d.queue(this[0],a);return this.each(function(){var e=d.queue(this,a,b);a==="fx"&&e[0]!=="inprogress"&&d.dequeue(this,a)})},dequeue:function(a){return this.each(function(){d.dequeue(this,
a)})},delay:function(a,b){a=d.fx?d.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var e=this;setTimeout(function(){d.dequeue(e,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var ea=/[\n\t]/g,da=/\s+/,ka=/\r/g,pa=/href|src|style/,qa=/(button|input)/i,va=/(button|input|object|select|textarea)/i,ab=/^(a|area)$/i,Oa=/radio|checkbox/;d.fn.extend({attr:function(a,b){return L(this,a,b,true,d.attr)},removeAttr:function(a){return this.each(function(){d.attr(this,a,"");this.nodeType===
1&&this.removeAttribute(a)})},addClass:function(a){if(d.isFunction(a))return this.each(function(z){var v=d(this);v.addClass(a.call(this,z,v.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(da),e=0,g=this.length;e<g;e++){var f=this[e];if(f.nodeType===1)if(f.className)for(var p=" "+f.className+" ",r=0,w=b.length;r<w;r++){if(p.indexOf(" "+b[r]+" ")<0)f.className+=" "+b[r]}else f.className=a}return this},removeClass:function(a){if(d.isFunction(a))return this.each(function(z){var v=
d(this);v.removeClass(a.call(this,z,v.attr("class")))});if(a&&typeof a==="string"||a===o)for(var b=(a||"").split(da),e=0,g=this.length;e<g;e++){var f=this[e];if(f.nodeType===1&&f.className)if(a){for(var p=(" "+f.className+" ").replace(ea," "),r=0,w=b.length;r<w;r++)p=p.replace(" "+b[r]+" "," ");f.className=p.substring(1,p.length-1)}else f.className=""}return this},toggleClass:function(a,b){var e=typeof a,g=typeof b==="boolean";if(d.isFunction(a))return this.each(function(f){var p=d(this);p.toggleClass(a.call(this,
f,p.attr("class"),b),b)});return this.each(function(){if(e==="string")for(var f,p=0,r=d(this),w=b,z=a.split(da);f=z[p++];){w=g?w:!r.hasClass(f);r[w?"addClass":"removeClass"](f)}else if(e==="undefined"||e==="boolean"){this.className&&d.data(this,"__className__",this.className);this.className=this.className||a===false?"":d.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,e=this.length;b<e;b++)if((" "+this[b].className+" ").replace(ea," ").indexOf(a)>-1)return true;return false},
val:function(a){if(a===o){var b=this[0];if(b){if(d.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(d.nodeName(b,"select")){var e=b.selectedIndex,g=[],f=b.options;b=b.type==="select-one";if(e<0)return null;var p=b?e:0;for(e=b?e+1:f.length;p<e;p++){var r=f[p];if(r.selected){a=d(r).val();if(b)return a;g.push(a)}}return g}if(Oa.test(b.type)&&!d.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(ka,"")}return o}var w=d.isFunction(a);
return this.each(function(z){var v=d(this),I=a;if(this.nodeType===1){if(w)I=a.call(this,z,v.val());if(typeof I==="number")I+="";if(d.isArray(I)&&Oa.test(this.type))this.checked=d.inArray(v.val(),I)>=0;else if(d.nodeName(this,"select")){var Q=d.makeArray(I);d("option",this).each(function(){this.selected=d.inArray(d(this).val(),Q)>=0});if(!Q.length)this.selectedIndex=-1}else this.value=I}})}});d.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,
b,e,g){if(!a||a.nodeType===3||a.nodeType===8)return o;if(g&&b in d.attrFn)return d(a)[b](e);g=a.nodeType!==1||!d.isXMLDoc(a);var f=e!==o;b=g&&d.props[b]||b;if(a.nodeType===1){var p=pa.test(b);if(b in a&&g&&!p){if(f){b==="type"&&qa.test(a.nodeName)&&a.parentNode&&d.error("type property can't be changed");a[b]=e}if(d.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:va.test(a.nodeName)||ab.test(a.nodeName)&&
a.href?0:o;return a[b]}if(!d.support.style&&g&&b==="style"){if(f)a.style.cssText=""+e;return a.style.cssText}f&&a.setAttribute(b,""+e);a=!d.support.hrefNormalized&&g&&p?a.getAttribute(b,2):a.getAttribute(b);return a===null?o:a}return d.style(a,b,e)}});var bb=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};d.event={add:function(a,b,e,g){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==c&&!a.frameElement)a=c;if(!e.guid)e.guid=d.guid++;if(g!==o){e=d.proxy(e);e.data=
g}var f=d.data(a,"events")||d.data(a,"events",{}),p=d.data(a,"handle"),r;if(!p){r=function(){return typeof d!=="undefined"&&!d.event.triggered?d.event.handle.apply(r.elem,arguments):o};p=d.data(a,"handle",r)}if(p){p.elem=a;b=b.split(/\s+/);for(var w,z=0;w=b[z++];){var v=w.split(".");w=v.shift();if(z>1){e=d.proxy(e);if(g!==o)e.data=g}e.type=v.slice(0).sort().join(".");var I=f[w],Q=this.special[w]||{};if(!I){I=f[w]={};if(!Q.setup||Q.setup.call(a,g,v,e)===false)if(a.addEventListener)a.addEventListener(w,
p,false);else a.attachEvent&&a.attachEvent("on"+w,p)}if(Q.add)if((v=Q.add.call(a,e,g,v,I))&&d.isFunction(v)){v.guid=v.guid||e.guid;v.data=v.data||e.data;v.type=v.type||e.type;e=v}I[e.guid]=e;this.global[w]=true}a=null}}},global:{},remove:function(a,b,e){if(!(a.nodeType===3||a.nodeType===8)){var g=d.data(a,"events"),f,p,r;if(g){if(b===o||typeof b==="string"&&b.charAt(0)===".")for(p in g)this.remove(a,p+(b||""));else{if(b.type){e=b.handler;b=b.type}b=b.split(/\s+/);for(var w=0;p=b[w++];){var z=p.split(".");
p=z.shift();var v=!z.length,I=d.map(z.slice(0).sort(),bb);I=new RegExp("(^|\\.)"+I.join("\\.(?:.*\\.)?")+"(\\.|$)");var Q=this.special[p]||{};if(g[p]){if(e){r=g[p][e.guid];delete g[p][e.guid]}else for(var X in g[p])if(v||I.test(g[p][X].type))delete g[p][X];Q.remove&&Q.remove.call(a,z,r);for(f in g[p])break;if(!f){if(!Q.teardown||Q.teardown.call(a,z)===false)if(a.removeEventListener)a.removeEventListener(p,d.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+p,d.data(a,"handle"));f=null;
delete g[p]}}}}for(f in g)break;if(!f){if(X=d.data(a,"handle"))X.elem=null;d.removeData(a,"events");d.removeData(a,"handle")}}}},trigger:function(a,b,e,g){var f=a.type||a;if(!g){a=typeof a==="object"?a[ja]?a:d.extend(d.Event(f),a):d.Event(f);if(f.indexOf("!")>=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!e){a.stopPropagation();this.global[f]&&d.each(d.cache,function(){this.events&&this.events[f]&&d.event.trigger(a,b,this.handle.elem)})}if(!e||e.nodeType===3||e.nodeType===8)return o;a.result=o;a.target=
e;b=d.makeArray(b);b.unshift(a)}a.currentTarget=e;(g=d.data(e,"handle"))&&g.apply(e,b);g=e.parentNode||e.ownerDocument;try{if(!(e&&e.nodeName&&d.noData[e.nodeName.toLowerCase()]))if(e["on"+f]&&e["on"+f].apply(e,b)===false)a.result=false}catch(p){}if(!a.isPropagationStopped()&&g)d.event.trigger(a,b,g,true);else if(!a.isDefaultPrevented()){e=a.target;var r;if(!(d.nodeName(e,"a")&&f==="click")&&!(e&&e.nodeName&&d.noData[e.nodeName.toLowerCase()])){try{if(e[f]){if(r=e["on"+f])e["on"+f]=null;this.triggered=
true;e[f]()}}catch(w){}if(r)e["on"+f]=r;this.triggered=false}}},handle:function(a){var b,e;a=arguments[0]=d.event.fix(a||c.event);a.currentTarget=this;e=a.type.split(".");a.type=e.shift();b=!e.length&&!a.exclusive;var g=new RegExp("(^|\\.)"+e.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");e=(d.data(this,"events")||{})[a.type];for(var f in e){var p=e[f];if(b||g.test(p.type)){a.handler=p;a.data=p.data;p=p.apply(this,arguments);if(p!==o){a.result=p;if(p===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}return a.result},
props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[ja])return a;var b=a;a=d.Event(b);for(var e=this.props.length,g;e;){g=this.props[--e];a[g]=b[g]}if(!a.target)a.target=a.srcElement||
l;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=l.documentElement;e=l.body;a.pageX=a.clientX+(b&&b.scrollLeft||e&&e.scrollLeft||0)-(b&&b.clientLeft||e&&e.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||e&&e.scrollTop||0)-(b&&b.clientTop||e&&e.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&
a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==o)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:d.proxy,special:{ready:{setup:d.bindReady,teardown:d.noop},live:{add:function(a,b){d.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;d.event.add(this,b.live,S,b)},remove:function(a){if(a.length){var b=0,e=new RegExp("(^|\\.)"+a[0]+"(\\.|$)");d.each(d.data(this,"events").live||{},function(){e.test(this.type)&&b++});b<1&&d.event.remove(this,a[0],S)}},special:{}},
beforeunload:{setup:function(a,b,e){if(this.setInterval)this.onbeforeunload=e;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};d.Event=function(a){if(!this.preventDefault)return new d.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=G();this[ja]=true};d.Event.prototype={preventDefault:function(){this.isDefaultPrevented=B;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},
stopPropagation:function(){this.isPropagationStopped=B;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=B;this.stopPropagation()},isDefaultPrevented:N,isPropagationStopped:N,isImmediatePropagationStopped:N};var Pa=function(a){for(var b=a.relatedTarget;b&&b!==this;)try{b=b.parentNode}catch(e){break}if(b!==this){a.type=a.data;d.event.handle.apply(this,arguments)}},Qa=function(a){a.type=
a.data;d.event.handle.apply(this,arguments)};d.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){d.event.special[a]={setup:function(e){d.event.add(this,b,e&&e.selector?Qa:Pa,a)},teardown:function(e){d.event.remove(this,b,e&&e.selector?Qa:Pa)}}});if(!d.support.submitBubbles)d.event.special.submit={setup:function(a,b,e){if(this.nodeName.toLowerCase()!=="form"){d.event.add(this,"click.specialSubmit."+e.guid,function(g){var f=g.target,p=f.type;if((p==="submit"||p==="image")&&d(f).closest("form").length)return T("submit",
this,arguments)});d.event.add(this,"keypress.specialSubmit."+e.guid,function(g){var f=g.target,p=f.type;if((p==="text"||p==="password")&&d(f).closest("form").length&&g.keyCode===13)return T("submit",this,arguments)})}else return false},remove:function(a,b){d.event.remove(this,"click.specialSubmit"+(b?"."+b.guid:""));d.event.remove(this,"keypress.specialSubmit"+(b?"."+b.guid:""))}};if(!d.support.changeBubbles){var Ea=/textarea|input|select/i;function Ra(a){var b=a.type,e=a.value;if(b==="radio"||b===
"checkbox")e=a.checked;else if(b==="select-multiple")e=a.selectedIndex>-1?d.map(a.options,function(g){return g.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")e=a.selectedIndex;return e}function Fa(a,b){var e=a.target,g,f;if(!(!Ea.test(e.nodeName)||e.readOnly)){g=d.data(e,"_change_data");f=Ra(e);if(a.type!=="focusout"||e.type!=="radio")d.data(e,"_change_data",f);if(!(g===o||f===g))if(g!=null||f){a.type="change";return d.event.trigger(a,b,e)}}}d.event.special.change={filters:{focusout:Fa,
click:function(a){var b=a.target,e=b.type;if(e==="radio"||e==="checkbox"||b.nodeName.toLowerCase()==="select")return Fa.call(this,a)},keydown:function(a){var b=a.target,e=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(e==="checkbox"||e==="radio")||e==="select-multiple")return Fa.call(this,a)},beforeactivate:function(a){a=a.target;a.nodeName.toLowerCase()==="input"&&a.type==="radio"&&d.data(a,"_change_data",Ra(a))}},setup:function(a,b,e){for(var g in Aa)d.event.add(this,
g+".specialChange."+e.guid,Aa[g]);return Ea.test(this.nodeName)},remove:function(a,b){for(var e in Aa)d.event.remove(this,e+".specialChange"+(b?"."+b.guid:""),Aa[e]);return Ea.test(this.nodeName)}};var Aa=d.event.special.change.filters}l.addEventListener&&d.each({focus:"focusin",blur:"focusout"},function(a,b){function e(g){g=d.event.fix(g);g.type=b;return d.event.handle.call(this,g)}d.event.special[b]={setup:function(){this.addEventListener(a,e,true)},teardown:function(){this.removeEventListener(a,
e,true)}}});d.each(["bind","one"],function(a,b){d.fn[b]=function(e,g,f){if(typeof e==="object"){for(var p in e)this[b](p,g,e[p],f);return this}if(d.isFunction(g)){f=g;g=o}var r=b==="one"?d.proxy(f,function(w){d(this).unbind(w,r);return f.apply(this,arguments)}):f;return e==="unload"&&b!=="one"?this.one(e,g,f):this.each(function(){d.event.add(this,e,r,g)})}});d.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault){for(var e in a)this.unbind(e,a[e]);return this}return this.each(function(){d.event.remove(this,
a,b)})},trigger:function(a,b){return this.each(function(){d.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=d.Event(a);a.preventDefault();a.stopPropagation();d.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,e=1;e<b.length;)d.proxy(a,b[e++]);return this.click(d.proxy(a,function(g){var f=(d.data(this,"lastToggle"+a.guid)||0)%e;d.data(this,"lastToggle"+a.guid,f+1);g.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,
b){return this.mouseenter(a).mouseleave(b||a)}});d.each(["live","die"],function(a,b){d.fn[b]=function(e,g,f){var p,r=0;if(d.isFunction(g)){f=g;g=o}for(e=(e||"").split(/\s+/);(p=e[r++])!=null;){p=p==="focus"?"focusin":p==="blur"?"focusout":p==="hover"?e.push("mouseleave")&&"mouseenter":p;b==="live"?d(this.context).bind(V(p,this.selector),{data:g,selector:this.selector,live:p},f):d(this.context).unbind(V(p,this.selector),f?{guid:f.guid+this.selector+p}:null)}return this}});d.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
function(a,b){d.fn[b]=function(e){return e?this.bind(b,e):this.trigger(b)};if(d.attrFn)d.attrFn[b]=true});c.attachEvent&&!c.addEventListener&&c.attachEvent("onunload",function(){for(var a in d.cache)if(d.cache[a].handle)try{d.event.remove(d.cache[a].handle.elem)}catch(b){}});(function(){function a(j){for(var m="",s,u=0;j[u];u++){s=j[u];if(s.nodeType===3||s.nodeType===4)m+=s.nodeValue;else if(s.nodeType!==8)m+=a(s.childNodes)}return m}function b(j,m,s,u,E,D){E=0;for(var M=u.length;E<M;E++){var K=u[E];
if(K){K=K[j];for(var R=false;K;){if(K.sizcache===s){R=u[K.sizset];break}if(K.nodeType===1&&!D){K.sizcache=s;K.sizset=E}if(K.nodeName.toLowerCase()===m){R=K;break}K=K[j]}u[E]=R}}}function e(j,m,s,u,E,D){E=0;for(var M=u.length;E<M;E++){var K=u[E];if(K){K=K[j];for(var R=false;K;){if(K.sizcache===s){R=u[K.sizset];break}if(K.nodeType===1){if(!D){K.sizcache=s;K.sizset=E}if(typeof m!=="string"){if(K===m){R=true;break}}else if(z.filter(m,[K]).length>0){R=K;break}}K=K[j]}u[E]=R}}}var g=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
f=0,p=Object.prototype.toString,r=false,w=true;[0,0].sort(function(){w=false;return 0});var z=function(j,m,s,u){s=s||[];var E=m=m||l;if(m.nodeType!==1&&m.nodeType!==9)return[];if(!j||typeof j!=="string")return s;for(var D=[],M,K,R,za,sa=true,xa=P(m),ta=j;(g.exec(""),M=g.exec(ta))!==null;){ta=M[3];D.push(M[1]);if(M[2]){za=M[3];break}}if(D.length>1&&I.exec(j))if(D.length===2&&v.relative[D[0]])K=Ga(D[0]+D[1],m);else for(K=v.relative[D[0]]?[m]:z(D.shift(),m);D.length;){j=D.shift();if(v.relative[j])j+=
D.shift();K=Ga(j,K)}else{if(!u&&D.length>1&&m.nodeType===9&&!xa&&v.match.ID.test(D[0])&&!v.match.ID.test(D[D.length-1])){M=z.find(D.shift(),m,xa);m=M.expr?z.filter(M.expr,M.set)[0]:M.set[0]}if(m){M=u?{expr:D.pop(),set:X(u)}:z.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&m.parentNode?m.parentNode:m,xa);K=M.expr?z.filter(M.expr,M.set):M.set;if(D.length>0)R=X(K);else sa=false;for(;D.length;){var la=D.pop();M=la;if(v.relative[la])M=D.pop();else la="";if(M==null)M=m;v.relative[la](R,M,xa)}}else R=
[]}R||(R=K);R||z.error(la||j);if(p.call(R)==="[object Array]")if(sa)if(m&&m.nodeType===1)for(j=0;R[j]!=null;j++){if(R[j]&&(R[j]===true||R[j].nodeType===1&&ma(m,R[j])))s.push(K[j])}else for(j=0;R[j]!=null;j++)R[j]&&R[j].nodeType===1&&s.push(K[j]);else s.push.apply(s,R);else X(R,s);if(za){z(za,E,s,u);z.uniqueSort(s)}return s};z.uniqueSort=function(j){if(ia){r=w;j.sort(ia);if(r)for(var m=1;m<j.length;m++)j[m]===j[m-1]&&j.splice(m--,1)}return j};z.matches=function(j,m){return z(j,null,null,m)};z.find=
function(j,m,s){var u,E;if(!j)return[];for(var D=0,M=v.order.length;D<M;D++){var K=v.order[D];if(E=v.leftMatch[K].exec(j)){var R=E[1];E.splice(1,1);if(R.substr(R.length-1)!=="\\"){E[1]=(E[1]||"").replace(/\\/g,"");u=v.find[K](E,m,s);if(u!=null){j=j.replace(v.match[K],"");break}}}}u||(u=m.getElementsByTagName("*"));return{set:u,expr:j}};z.filter=function(j,m,s,u){for(var E=j,D=[],M=m,K,R,za=m&&m[0]&&P(m[0]);j&&m.length;){for(var sa in v.filter)if((K=v.leftMatch[sa].exec(j))!=null&&K[2]){var xa=v.filter[sa],
ta,la;la=K[1];R=false;K.splice(1,1);if(la.substr(la.length-1)!=="\\"){if(M===D)D=[];if(v.preFilter[sa])if(K=v.preFilter[sa](K,M,s,D,u,za)){if(K===true)continue}else R=ta=true;if(K)for(var Ba=0;(la=M[Ba])!=null;Ba++)if(la){ta=xa(la,K,Ba,M);var Sa=u^!!ta;if(s&&ta!=null)if(Sa)R=true;else M[Ba]=false;else if(Sa){D.push(la);R=true}}if(ta!==o){s||(M=D);j=j.replace(v.match[sa],"");if(!R)return[];break}}}if(j===E)if(R==null)z.error(j);else break;E=j}return M};z.error=function(j){throw"Syntax error, unrecognized expression: "+
j;};var v=z.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},
leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(j){return j.getAttribute("href")}},relative:{"+":function(j,m){var s=typeof m==="string",u=s&&!/\W/.test(m);s=s&&!u;if(u)m=m.toLowerCase();u=0;for(var E=j.length,D;u<E;u++)if(D=j[u]){for(;(D=D.previousSibling)&&D.nodeType!==1;);j[u]=s||D&&D.nodeName.toLowerCase()===m?D||false:D===m}s&&z.filter(m,j,true)},">":function(j,m){var s=typeof m==="string";if(s&&!/\W/.test(m)){m=m.toLowerCase();for(var u=0,E=j.length;u<E;u++){var D=
j[u];if(D){s=D.parentNode;j[u]=s.nodeName.toLowerCase()===m?s:false}}}else{u=0;for(E=j.length;u<E;u++)if(D=j[u])j[u]=s?D.parentNode:D.parentNode===m;s&&z.filter(m,j,true)}},"":function(j,m,s){var u=f++,E=e;if(typeof m==="string"&&!/\W/.test(m)){var D=m=m.toLowerCase();E=b}E("parentNode",m,u,j,D,s)},"~":function(j,m,s){var u=f++,E=e;if(typeof m==="string"&&!/\W/.test(m)){var D=m=m.toLowerCase();E=b}E("previousSibling",m,u,j,D,s)}},find:{ID:function(j,m,s){if(typeof m.getElementById!=="undefined"&&
!s)return(j=m.getElementById(j[1]))?[j]:[]},NAME:function(j,m){if(typeof m.getElementsByName!=="undefined"){var s=[];m=m.getElementsByName(j[1]);for(var u=0,E=m.length;u<E;u++)m[u].getAttribute("name")===j[1]&&s.push(m[u]);return s.length===0?null:s}},TAG:function(j,m){return m.getElementsByTagName(j[1])}},preFilter:{CLASS:function(j,m,s,u,E,D){j=" "+j[1].replace(/\\/g,"")+" ";if(D)return j;D=0;for(var M;(M=m[D])!=null;D++)if(M)if(E^(M.className&&(" "+M.className+" ").replace(/[\t\n]/g," ").indexOf(j)>=
0))s||u.push(M);else if(s)m[D]=false;return false},ID:function(j){return j[1].replace(/\\/g,"")},TAG:function(j){return j[1].toLowerCase()},CHILD:function(j){if(j[1]==="nth"){var m=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(j[2]==="even"&&"2n"||j[2]==="odd"&&"2n+1"||!/\D/.test(j[2])&&"0n+"+j[2]||j[2]);j[2]=m[1]+(m[2]||1)-0;j[3]=m[3]-0}j[0]=f++;return j},ATTR:function(j,m,s,u,E,D){m=j[1].replace(/\\/g,"");if(!D&&v.attrMap[m])j[1]=v.attrMap[m];if(j[2]==="~=")j[4]=" "+j[4]+" ";return j},PSEUDO:function(j,m,s,u,
E){if(j[1]==="not")if((g.exec(j[3])||"").length>1||/^\w/.test(j[3]))j[3]=z(j[3],null,null,m);else{j=z.filter(j[3],m,s,true^E);s||u.push.apply(u,j);return false}else if(v.match.POS.test(j[0])||v.match.CHILD.test(j[0]))return true;return j},POS:function(j){j.unshift(true);return j}},filters:{enabled:function(j){return j.disabled===false&&j.type!=="hidden"},disabled:function(j){return j.disabled===true},checked:function(j){return j.checked===true},selected:function(j){return j.selected===true},parent:function(j){return!!j.firstChild},
empty:function(j){return!j.firstChild},has:function(j,m,s){return!!z(s[3],j).length},header:function(j){return/h\d/i.test(j.nodeName)},text:function(j){return"text"===j.type},radio:function(j){return"radio"===j.type},checkbox:function(j){return"checkbox"===j.type},file:function(j){return"file"===j.type},password:function(j){return"password"===j.type},submit:function(j){return"submit"===j.type},image:function(j){return"image"===j.type},reset:function(j){return"reset"===j.type},button:function(j){return"button"===
j.type||j.nodeName.toLowerCase()==="button"},input:function(j){return/input|select|textarea|button/i.test(j.nodeName)}},setFilters:{first:function(j,m){return m===0},last:function(j,m,s,u){return m===u.length-1},even:function(j,m){return m%2===0},odd:function(j,m){return m%2===1},lt:function(j,m,s){return m<s[3]-0},gt:function(j,m,s){return m>s[3]-0},nth:function(j,m,s){return s[3]-0===m},eq:function(j,m,s){return s[3]-0===m}},filter:{PSEUDO:function(j,m,s,u){var E=m[1],D=v.filters[E];if(D)return D(j,
s,m,u);else if(E==="contains")return(j.textContent||j.innerText||a([j])||"").indexOf(m[3])>=0;else if(E==="not"){m=m[3];s=0;for(u=m.length;s<u;s++)if(m[s]===j)return false;return true}else z.error("Syntax error, unrecognized expression: "+E)},CHILD:function(j,m){var s=m[1],u=j;switch(s){case "only":case "first":for(;u=u.previousSibling;)if(u.nodeType===1)return false;if(s==="first")return true;u=j;case "last":for(;u=u.nextSibling;)if(u.nodeType===1)return false;return true;case "nth":s=m[2];var E=
m[3];if(s===1&&E===0)return true;m=m[0];var D=j.parentNode;if(D&&(D.sizcache!==m||!j.nodeIndex)){var M=0;for(u=D.firstChild;u;u=u.nextSibling)if(u.nodeType===1)u.nodeIndex=++M;D.sizcache=m}j=j.nodeIndex-E;return s===0?j===0:j%s===0&&j/s>=0}},ID:function(j,m){return j.nodeType===1&&j.getAttribute("id")===m},TAG:function(j,m){return m==="*"&&j.nodeType===1||j.nodeName.toLowerCase()===m},CLASS:function(j,m){return(" "+(j.className||j.getAttribute("class"))+" ").indexOf(m)>-1},ATTR:function(j,m){var s=
m[1];j=v.attrHandle[s]?v.attrHandle[s](j):j[s]!=null?j[s]:j.getAttribute(s);s=j+"";var u=m[2];m=m[4];return j==null?u==="!=":u==="="?s===m:u==="*="?s.indexOf(m)>=0:u==="~="?(" "+s+" ").indexOf(m)>=0:!m?s&&j!==false:u==="!="?s!==m:u==="^="?s.indexOf(m)===0:u==="$="?s.substr(s.length-m.length)===m:u==="|="?s===m||s.substr(0,m.length+1)===m+"-":false},POS:function(j,m,s,u){var E=v.setFilters[m[2]];if(E)return E(j,s,m,u)}}},I=v.match.POS;for(var Q in v.match){v.match[Q]=new RegExp(v.match[Q].source+/(?![^\[]*\])(?![^\(]*\))/.source);
v.leftMatch[Q]=new RegExp(/(^(?:.|\r|\n)*?)/.source+v.match[Q].source.replace(/\\(\d+)/g,function(j,m){return"\\"+(m-0+1)}))}var X=function(j,m){j=Array.prototype.slice.call(j,0);if(m){m.push.apply(m,j);return m}return j};try{Array.prototype.slice.call(l.documentElement.childNodes,0)}catch(ga){X=function(j,m){m=m||[];if(p.call(j)==="[object Array]")Array.prototype.push.apply(m,j);else if(typeof j.length==="number")for(var s=0,u=j.length;s<u;s++)m.push(j[s]);else for(s=0;j[s];s++)m.push(j[s]);return m}}var ia;
if(l.documentElement.compareDocumentPosition)ia=function(j,m){if(!j.compareDocumentPosition||!m.compareDocumentPosition){if(j==m)r=true;return j.compareDocumentPosition?-1:1}j=j.compareDocumentPosition(m)&4?-1:j===m?0:1;if(j===0)r=true;return j};else if("sourceIndex"in l.documentElement)ia=function(j,m){if(!j.sourceIndex||!m.sourceIndex){if(j==m)r=true;return j.sourceIndex?-1:1}j=j.sourceIndex-m.sourceIndex;if(j===0)r=true;return j};else if(l.createRange)ia=function(j,m){if(!j.ownerDocument||!m.ownerDocument){if(j==
m)r=true;return j.ownerDocument?-1:1}var s=j.ownerDocument.createRange(),u=m.ownerDocument.createRange();s.setStart(j,0);s.setEnd(j,0);u.setStart(m,0);u.setEnd(m,0);j=s.compareBoundaryPoints(Range.START_TO_END,u);if(j===0)r=true;return j};(function(){var j=l.createElement("div"),m="script"+(new Date).getTime();j.innerHTML="<a name='"+m+"'/>";var s=l.documentElement;s.insertBefore(j,s.firstChild);if(l.getElementById(m)){v.find.ID=function(u,E,D){if(typeof E.getElementById!=="undefined"&&!D)return(E=
E.getElementById(u[1]))?E.id===u[1]||typeof E.getAttributeNode!=="undefined"&&E.getAttributeNode("id").nodeValue===u[1]?[E]:o:[]};v.filter.ID=function(u,E){var D=typeof u.getAttributeNode!=="undefined"&&u.getAttributeNode("id");return u.nodeType===1&&D&&D.nodeValue===E}}s.removeChild(j);s=j=null})();(function(){var j=l.createElement("div");j.appendChild(l.createComment(""));if(j.getElementsByTagName("*").length>0)v.find.TAG=function(m,s){s=s.getElementsByTagName(m[1]);if(m[1]==="*"){m=[];for(var u=
0;s[u];u++)s[u].nodeType===1&&m.push(s[u]);s=m}return s};j.innerHTML="<a href='#'></a>";if(j.firstChild&&typeof j.firstChild.getAttribute!=="undefined"&&j.firstChild.getAttribute("href")!=="#")v.attrHandle.href=function(m){return m.getAttribute("href",2)};j=null})();l.querySelectorAll&&function(){var j=z,m=l.createElement("div");m.innerHTML="<p class='TEST'></p>";if(!(m.querySelectorAll&&m.querySelectorAll(".TEST").length===0)){z=function(u,E,D,M){E=E||l;if(!M&&E.nodeType===9&&!P(E))try{return X(E.querySelectorAll(u),
D)}catch(K){}return j(u,E,D,M)};for(var s in j)z[s]=j[s];m=null}}();(function(){var j=l.createElement("div");j.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!j.getElementsByClassName||j.getElementsByClassName("e").length===0)){j.lastChild.className="e";if(j.getElementsByClassName("e").length!==1){v.order.splice(1,0,"CLASS");v.find.CLASS=function(m,s,u){if(typeof s.getElementsByClassName!=="undefined"&&!u)return s.getElementsByClassName(m[1])};j=null}}})();var ma=l.compareDocumentPosition?
function(j,m){return j.compareDocumentPosition(m)&16}:function(j,m){return j!==m&&(j.contains?j.contains(m):true)},P=function(j){return(j=(j?j.ownerDocument||j:0).documentElement)?j.nodeName!=="HTML":false},Ga=function(j,m){var s=[],u="",E;for(m=m.nodeType?[m]:m;E=v.match.PSEUDO.exec(j);){u+=E[0];j=j.replace(v.match.PSEUDO,"")}j=v.relative[j]?j+"*":j;E=0;for(var D=m.length;E<D;E++)z(j,m[E],s);return z.filter(u,s)};d.find=z;d.expr=z.selectors;d.expr[":"]=d.expr.filters;d.unique=z.uniqueSort;d.getText=
a;d.isXMLDoc=P;d.contains=ma})();var cb=/Until$/,db=/^(?:parents|prevUntil|prevAll)/,eb=/,/;ra=Array.prototype.slice;var Ta=function(a,b,e){if(d.isFunction(b))return d.grep(a,function(f,p){return!!b.call(f,p,f)===e});else if(b.nodeType)return d.grep(a,function(f){return f===b===e});else if(typeof b==="string"){var g=d.grep(a,function(f){return f.nodeType===1});if(t.test(b))return d.filter(b,g,!e);else b=d.filter(b,g)}return d.grep(a,function(f){return d.inArray(f,b)>=0===e})};d.fn.extend({find:function(a){for(var b=
this.pushStack("","find",a),e=0,g=0,f=this.length;g<f;g++){e=b.length;d.find(a,this[g],b);if(g>0)for(var p=e;p<b.length;p++)for(var r=0;r<e;r++)if(b[r]===b[p]){b.splice(p--,1);break}}return b},has:function(a){var b=d(a);return this.filter(function(){for(var e=0,g=b.length;e<g;e++)if(d.contains(this,b[e]))return true})},not:function(a){return this.pushStack(Ta(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ta(this,a,true),"filter",a)},is:function(a){return!!a&&d.filter(a,this).length>
0},closest:function(a,b){if(d.isArray(a)){var e=[],g=this[0],f,p={},r;if(g&&a.length){f=0;for(var w=a.length;f<w;f++){r=a[f];p[r]||(p[r]=d.expr.match.POS.test(r)?d(r,b||this.context):r)}for(;g&&g.ownerDocument&&g!==b;){for(r in p){f=p[r];if(f.jquery?f.index(g)>-1:d(g).is(f)){e.push({selector:r,elem:g});delete p[r]}}g=g.parentNode}}return e}var z=d.expr.match.POS.test(a)?d(a,b||this.context):null;return this.map(function(v,I){for(;I&&I.ownerDocument&&I!==b;){if(z?z.index(I)>-1:d(I).is(a))return I;
I=I.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return d.inArray(this[0],a?d(a):this.parent().children());return d.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?d(a,b||this.context):d.makeArray(a);b=d.merge(this.get(),a);return this.pushStack(ba(a[0])||ba(b[0])?b:d.unique(b))},andSelf:function(){return this.add(this.prevObject)}});d.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return d.dir(a,"parentNode")},
parentsUntil:function(a,b,e){return d.dir(a,"parentNode",e)},next:function(a){return d.nth(a,2,"nextSibling")},prev:function(a){return d.nth(a,2,"previousSibling")},nextAll:function(a){return d.dir(a,"nextSibling")},prevAll:function(a){return d.dir(a,"previousSibling")},nextUntil:function(a,b,e){return d.dir(a,"nextSibling",e)},prevUntil:function(a,b,e){return d.dir(a,"previousSibling",e)},siblings:function(a){return d.sibling(a.parentNode.firstChild,a)},children:function(a){return d.sibling(a.firstChild)},
contents:function(a){return d.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:d.makeArray(a.childNodes)}},function(a,b){d.fn[a]=function(e,g){var f=d.map(this,b,e);cb.test(a)||(g=e);if(g&&typeof g==="string")f=d.filter(g,f);f=this.length>1?d.unique(f):f;if((this.length>1||eb.test(g))&&db.test(a))f=f.reverse();return this.pushStack(f,a,ra.call(arguments).join(","))}});d.extend({filter:function(a,b,e){if(e)a=":not("+a+")";return d.find.matches(a,b)},dir:function(a,b,e){var g=[];for(a=
a[b];a&&a.nodeType!==9&&(e===o||a.nodeType!==1||!d(a).is(e));){a.nodeType===1&&g.push(a);a=a[b]}return g},nth:function(a,b,e){b=b||1;for(var g=0;a;a=a[e])if(a.nodeType===1&&++g===b)break;return a},sibling:function(a,b){for(var e=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&e.push(a);return e}});var Ua=/ jQuery\d+="(?:\d+|null)"/g,Ca=/^\s+/,Va=/(<([\w:]+)[^>]*?)\/>/g,fb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Wa=/<([\w:]+)/,gb=/<tbody/i,hb=/<|&\w+;/,Ma=/checked\s*(?:[^=]|=\s*.checked.)/i,
Xa=function(a,b,e){return fb.test(e)?a:b+"></"+e+">"},na={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};na.optgroup=na.option;na.tbody=na.tfoot=na.colgroup=na.caption=na.thead;na.th=na.td;if(!d.support.htmlSerialize)na._default=
[1,"div<div>","</div>"];d.fn.extend({text:function(a){if(d.isFunction(a))return this.each(function(b){var e=d(this);e.text(a.call(this,b,e.text()))});if(typeof a!=="object"&&a!==o)return this.empty().append((this[0]&&this[0].ownerDocument||l).createTextNode(a));return d.getText(this)},wrapAll:function(a){if(d.isFunction(a))return this.each(function(e){d(this).wrapAll(a.call(this,e))});if(this[0]){var b=d(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var e=
this;e.firstChild&&e.firstChild.nodeType===1;)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapInner(a.call(this,b))});return this.each(function(){var b=d(this),e=b.contents();e.length?e.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){d(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){d.nodeName(this,"body")||d(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,
true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=d(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,
false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,d(arguments[0]).toArray());return a}},clone:function(a){var b=this.map(function(){if(!d.support.noCloneEvent&&!d.isXMLDoc(this)){var e=this.outerHTML,g=this.ownerDocument;if(!e){e=g.createElement("div");e.appendChild(this.cloneNode(true));e=e.innerHTML}return d.clean([e.replace(Ua,"").replace(Ca,"")],g)[0]}else return this.cloneNode(true)});if(a===
true){oa(this,b);oa(this.find("*"),b.find("*"))}return b},html:function(a){if(a===o)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ua,""):null;else if(typeof a==="string"&&!/<script/i.test(a)&&(d.support.leadingWhitespace||!Ca.test(a))&&!na[(Wa.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Va,Xa);try{for(var b=0,e=this.length;b<e;b++)if(this[b].nodeType===1){d.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(g){this.empty().append(a)}}else d.isFunction(a)?
this.each(function(f){var p=d(this),r=p.html();p.empty().append(function(){return a.call(this,f,r)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(d.isFunction(a))return this.each(function(b){var e=d(this),g=e.html();e.replaceWith(a.call(this,b,g))});else a=d(a).detach();return this.each(function(){var b=this.nextSibling,e=this.parentNode;d(this).remove();b?d(b).before(a):d(e).append(a)})}else return this.pushStack(d(d.isFunction(a)?a():a),"replaceWith",
a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,e){function g(I){return d.nodeName(I,"table")?I.getElementsByTagName("tbody")[0]||I.appendChild(I.ownerDocument.createElement("tbody")):I}var f,p,r=a[0],w=[];if(!d.support.checkClone&&arguments.length===3&&typeof r==="string"&&Ma.test(r))return this.each(function(){d(this).domManip(a,b,e,true)});if(d.isFunction(r))return this.each(function(I){var Q=d(this);a[0]=r.call(this,I,b?Q.html():o);Q.domManip(a,b,e)});if(this[0]){f=a[0]&&
a[0].parentNode&&a[0].parentNode.nodeType===11?{fragment:a[0].parentNode}:ha(a,this,w);if(p=f.fragment.firstChild){b=b&&d.nodeName(p,"tr");for(var z=0,v=this.length;z<v;z++)e.call(b?g(this[z],p):this[z],f.cacheable||this.length>1||z>0?f.fragment.cloneNode(true):f.fragment)}w&&d.each(w,A)}return this}});d.fragments={};d.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){d.fn[a]=function(e){var g=[];e=d(e);for(var f=0,p=e.length;f<
p;f++){var r=(f>0?this.clone(true):this).get();d.fn[b].apply(d(e[f]),r);g=g.concat(r)}return this.pushStack(g,a,e.selector)}});d.each({remove:function(a,b){if(!a||d.filter(a,[this]).length){if(!b&&this.nodeType===1){d.cleanData(this.getElementsByTagName("*"));d.cleanData([this])}this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(this.nodeType===1&&d.cleanData(this.getElementsByTagName("*"));this.firstChild;)this.removeChild(this.firstChild)}},function(a,b){d.fn[a]=function(){return this.each(b,
arguments)}});d.extend({clean:function(a,b,e,g){b=b||l;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||l;var f=[];d.each(a,function(p,r){if(typeof r==="number")r+="";if(r){if(typeof r==="string"&&!hb.test(r))r=b.createTextNode(r);else if(typeof r==="string"){r=r.replace(Va,Xa);var w=(Wa.exec(r)||["",""])[1].toLowerCase(),z=na[w]||na._default,v=z[0];p=b.createElement("div");for(p.innerHTML=z[1]+r+z[2];v--;)p=p.lastChild;if(!d.support.tbody){v=gb.test(r);w=w==="table"&&
!v?p.firstChild&&p.firstChild.childNodes:z[1]==="<table>"&&!v?p.childNodes:[];for(z=w.length-1;z>=0;--z)d.nodeName(w[z],"tbody")&&!w[z].childNodes.length&&w[z].parentNode.removeChild(w[z])}!d.support.leadingWhitespace&&Ca.test(r)&&p.insertBefore(b.createTextNode(Ca.exec(r)[0]),p.firstChild);r=d.makeArray(p.childNodes)}if(r.nodeType)f.push(r);else f=d.merge(f,r)}});if(e)for(a=0;f[a];a++)if(g&&d.nodeName(f[a],"script")&&(!f[a].type||f[a].type.toLowerCase()==="text/javascript"))g.push(f[a].parentNode?
f[a].parentNode.removeChild(f[a]):f[a]);else{f[a].nodeType===1&&f.splice.apply(f,[a+1,0].concat(d.makeArray(f[a].getElementsByTagName("script"))));e.appendChild(f[a])}return f},cleanData:function(a){for(var b=0,e;(e=a[b])!=null;b++){d.event.remove(e);d.removeData(e)}}});var ib=/z-?index|font-?weight|opacity|zoom|line-?height/i,Ya=/alpha\([^)]*\)/,Za=/opacity=([^)]*)/,Ha=/float/i,Ia=/-([a-z])/ig,jb=/([A-Z])/g,kb=/^-?\d+(?:px)?$/i,lb=/^-?\d/,mb={position:"absolute",visibility:"hidden",display:"block"},
nb=["Left","Right"],ob=["Top","Bottom"],pb=l.defaultView&&l.defaultView.getComputedStyle,$a=d.support.cssFloat?"cssFloat":"styleFloat",Ja=function(a,b){return b.toUpperCase()};d.fn.css=function(a,b){return L(this,a,b,true,function(e,g,f){if(f===o)return d.curCSS(e,g);if(typeof f==="number"&&!ib.test(g))f+="px";d.style(e,g,f)})};d.extend({style:function(a,b,e){if(!a||a.nodeType===3||a.nodeType===8)return o;if((b==="width"||b==="height")&&parseFloat(e)<0)e=o;var g=a.style||a,f=e!==o;if(!d.support.opacity&&
b==="opacity"){if(f){g.zoom=1;b=parseInt(e,10)+""==="NaN"?"":"alpha(opacity="+e*100+")";a=g.filter||d.curCSS(a,"filter")||"";g.filter=Ya.test(a)?a.replace(Ya,b):b}return g.filter&&g.filter.indexOf("opacity=")>=0?parseFloat(Za.exec(g.filter)[1])/100+"":""}if(Ha.test(b))b=$a;b=b.replace(Ia,Ja);if(f)g[b]=e;return g[b]},css:function(a,b,e,g){if(b==="width"||b==="height"){var f,p=b==="width"?nb:ob;function r(){f=b==="width"?a.offsetWidth:a.offsetHeight;g!=="border"&&d.each(p,function(){g||(f-=parseFloat(d.curCSS(a,
"padding"+this,true))||0);if(g==="margin")f+=parseFloat(d.curCSS(a,"margin"+this,true))||0;else f-=parseFloat(d.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?r():d.swap(a,mb,r);return Math.max(0,Math.round(f))}return d.curCSS(a,b,e)},curCSS:function(a,b,e){var g,f=a.style;if(!d.support.opacity&&b==="opacity"&&a.currentStyle){g=Za.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return g===""?"1":g}if(Ha.test(b))b=$a;if(!e&&f&&f[b])g=f[b];else if(pb){if(Ha.test(b))b="float";
b=b.replace(jb,"-$1").toLowerCase();f=a.ownerDocument.defaultView;if(!f)return null;if(a=f.getComputedStyle(a,null))g=a.getPropertyValue(b);if(b==="opacity"&&g==="")g="1"}else if(a.currentStyle){e=b.replace(Ia,Ja);g=a.currentStyle[b]||a.currentStyle[e];if(!kb.test(g)&&lb.test(g)){b=f.left;var p=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;f.left=e==="fontSize"?"1em":g||0;g=f.pixelLeft+"px";f.left=b;a.runtimeStyle.left=p}}return g},swap:function(a,b,e){var g={};for(var f in b){g[f]=
a.style[f];a.style[f]=b[f]}e.call(a);for(f in b)a.style[f]=g[f]}});if(d.expr&&d.expr.filters){d.expr.filters.hidden=function(a){var b=a.offsetWidth,e=a.offsetHeight,g=a.nodeName.toLowerCase()==="tr";return b===0&&e===0&&!g?true:b>0&&e>0&&!g?false:d.curCSS(a,"display")==="none"};d.expr.filters.visible=function(a){return!d.expr.filters.hidden(a)}}var qb=G(),rb=/<script(.|\s)*?\/script>/gi,sb=/select|textarea/i,tb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,
ya=/=\?(&|$)/,Ka=/\?/,ub=/(\?|&)_=.*?(&|$)/,vb=/^(\w+:)?\/\/([^\/?#]+)/,wb=/%20/g;d.fn.extend({_load:d.fn.load,load:function(a,b,e){if(typeof a!=="string")return this._load(a);else if(!this.length)return this;var g=a.indexOf(" ");if(g>=0){var f=a.slice(g,a.length);a=a.slice(0,g)}g="GET";if(b)if(d.isFunction(b)){e=b;b=null}else if(typeof b==="object"){b=d.param(b,d.ajaxSettings.traditional);g="POST"}var p=this;d.ajax({url:a,type:g,dataType:"html",data:b,complete:function(r,w){if(w==="success"||w===
"notmodified")p.html(f?d("<div />").append(r.responseText.replace(rb,"")).find(f):r.responseText);e&&p.each(e,[r.responseText,w,r])}});return this},serialize:function(){return d.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?d.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||sb.test(this.nodeName)||tb.test(this.type))}).map(function(a,b){a=d(this).val();return a==null?null:d.isArray(a)?d.map(a,
function(e){return{name:b.name,value:e}}):{name:b.name,value:a}}).get()}});d.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){d.fn[b]=function(e){return this.bind(b,e)}});d.extend({get:function(a,b,e,g){if(d.isFunction(b)){g=g||e;e=b;b=null}return d.ajax({type:"GET",url:a,data:b,success:e,dataType:g})},getScript:function(a,b){return d.get(a,null,b,"script")},getJSON:function(a,b,e){return d.get(a,b,e,"json")},post:function(a,b,e,g){if(d.isFunction(b)){g=
g||e;e=b;b={}}return d.ajax({type:"POST",url:a,data:b,success:e,dataType:g})},ajaxSetup:function(a){d.extend(d.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:c.XMLHttpRequest&&(c.location.protocol!=="file:"||!c.ActiveXObject)?function(){return new c.XMLHttpRequest}:function(){try{return new c.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",
script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){f.success&&f.success.call(z,w,r,P);f.global&&g("ajaxSuccess",[P,f])}function e(){f.complete&&f.complete.call(z,P,r);f.global&&g("ajaxComplete",[P,f]);f.global&&!--d.active&&d.event.trigger("ajaxStop")}function g(E,D){(f.context?d(f.context):d.event).trigger(E,D)}var f=d.extend(true,{},d.ajaxSettings,a),p,r,w,z=a&&a.context||
f,v=f.type.toUpperCase();if(f.data&&f.processData&&typeof f.data!=="string")f.data=d.param(f.data,f.traditional);if(f.dataType==="jsonp"){if(v==="GET")ya.test(f.url)||(f.url+=(Ka.test(f.url)?"&":"?")+(f.jsonp||"callback")+"=?");else if(!f.data||!ya.test(f.data))f.data=(f.data?f.data+"&":"")+(f.jsonp||"callback")+"=?";f.dataType="json"}if(f.dataType==="json"&&(f.data&&ya.test(f.data)||ya.test(f.url))){p=f.jsonpCallback||"jsonp"+qb++;if(f.data)f.data=(f.data+"").replace(ya,"="+p+"$1");f.url=f.url.replace(ya,
"="+p+"$1");f.dataType="script";c[p]=c[p]||function(E){w=E;b();e();c[p]=o;try{delete c[p]}catch(D){}X&&X.removeChild(ga)}}if(f.dataType==="script"&&f.cache===null)f.cache=false;if(f.cache===false&&v==="GET"){var I=G(),Q=f.url.replace(ub,"$1_="+I+"$2");f.url=Q+(Q===f.url?(Ka.test(f.url)?"&":"?")+"_="+I:"")}if(f.data&&v==="GET")f.url+=(Ka.test(f.url)?"&":"?")+f.data;f.global&&!d.active++&&d.event.trigger("ajaxStart");I=(I=vb.exec(f.url))&&(I[1]&&I[1]!==location.protocol||I[2]!==location.host);if(f.dataType===
"script"&&v==="GET"&&I){var X=l.getElementsByTagName("head")[0]||l.documentElement,ga=l.createElement("script");ga.src=f.url;if(f.scriptCharset)ga.charset=f.scriptCharset;if(!p){var ia=false;ga.onload=ga.onreadystatechange=function(){if(!ia&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){ia=true;b();e();ga.onload=ga.onreadystatechange=null;X&&ga.parentNode&&X.removeChild(ga)}}}X.insertBefore(ga,X.firstChild);return o}var ma=false,P=f.xhr();if(P){f.username?P.open(v,
f.url,f.async,f.username,f.password):P.open(v,f.url,f.async);try{if(f.data||a&&a.contentType)P.setRequestHeader("Content-Type",f.contentType);if(f.ifModified){d.lastModified[f.url]&&P.setRequestHeader("If-Modified-Since",d.lastModified[f.url]);d.etag[f.url]&&P.setRequestHeader("If-None-Match",d.etag[f.url])}I||P.setRequestHeader("X-Requested-With","XMLHttpRequest");P.setRequestHeader("Accept",f.dataType&&f.accepts[f.dataType]?f.accepts[f.dataType]+", */*":f.accepts._default)}catch(Ga){}if(f.beforeSend&&
f.beforeSend.call(z,P,f)===false){f.global&&!--d.active&&d.event.trigger("ajaxStop");P.abort();return false}f.global&&g("ajaxSend",[P,f]);var j=P.onreadystatechange=function(E){if(!P||P.readyState===0||E==="abort"){ma||e();ma=true;if(P)P.onreadystatechange=d.noop}else if(!ma&&P&&(P.readyState===4||E==="timeout")){ma=true;P.onreadystatechange=d.noop;r=E==="timeout"?"timeout":!d.httpSuccess(P)?"error":f.ifModified&&d.httpNotModified(P,f.url)?"notmodified":"success";var D;if(r==="success")try{w=d.httpData(P,
f.dataType,f)}catch(M){r="parsererror";D=M}if(r==="success"||r==="notmodified")p||b();else d.handleError(f,P,r,D);e();E==="timeout"&&P.abort();if(f.async)P=null}};try{var m=P.abort;P.abort=function(){P&&m.call(P);j("abort")}}catch(s){}f.async&&f.timeout>0&&setTimeout(function(){P&&!ma&&j("timeout")},f.timeout);try{P.send(v==="POST"||v==="PUT"||v==="DELETE"?f.data:null)}catch(u){d.handleError(f,P,null,u);e()}f.async||j();return P}},handleError:function(a,b,e,g){if(a.error)a.error.call(a.context||a,
b,e,g);if(a.global)(a.context?d(a.context):d.event).trigger("ajaxError",[b,a,g])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var e=a.getResponseHeader("Last-Modified"),g=a.getResponseHeader("Etag");if(e)d.lastModified[b]=e;if(g)d.etag[b]=g;return a.status===304||a.status===0},httpData:function(a,b,e){var g=a.getResponseHeader("content-type")||
"",f=b==="xml"||!b&&g.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&d.error("parsererror");if(e&&e.dataFilter)a=e.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&g.indexOf("json")>=0)a=d.parseJSON(a);else if(b==="script"||!b&&g.indexOf("javascript")>=0)d.globalEval(a);return a},param:function(a,b){function e(r,w){if(d.isArray(w))d.each(w,function(z,v){b?g(r,v):e(r+"["+(typeof v==="object"||d.isArray(v)?z:"")+"]",v)});else!b&&w!=null&&typeof w===
"object"?d.each(w,function(z,v){e(r+"["+z+"]",v)}):g(r,w)}function g(r,w){w=d.isFunction(w)?w():w;f[f.length]=encodeURIComponent(r)+"="+encodeURIComponent(w)}var f=[];if(b===o)b=d.ajaxSettings.traditional;if(d.isArray(a)||a.jquery)d.each(a,function(){g(this.name,this.value)});else for(var p in a)e(p,a[p]);return f.join("&").replace(wb,"+")}});var La={},xb=/toggle|show|hide/,yb=/^([+-]=)?([\d+-.]+)(.*)$/,Da,Na=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft",
"marginRight","paddingLeft","paddingRight"],["opacity"]];d.fn.extend({show:function(a,b){if(a||a===0)return this.animate(Z("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var e=d.data(this[a],"olddisplay");this[a].style.display=e||"";if(d.css(this[a],"display")==="none"){e=this[a].nodeName;var g;if(La[e])g=La[e];else{var f=d("<"+e+" />").appendTo("body");g=f.css("display");if(g==="none")g="block";f.remove();La[e]=g}d.data(this[a],"olddisplay",g)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=
d.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(Z("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var e=d.data(this[a],"olddisplay");!e&&e!=="none"&&d.data(this[a],"olddisplay",d.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:d.fn.toggle,toggle:function(a,b){var e=typeof a==="boolean";if(d.isFunction(a)&&d.isFunction(b))this._toggle.apply(this,arguments);else a==null||e?this.each(function(){var g=
e?a:d(this).is(":hidden");d(this)[g?"show":"hide"]()}):this.animate(Z("toggle",3),a,b);return this},fadeTo:function(a,b,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,e)},animate:function(a,b,e,g){var f=d.speed(b,e,g);if(d.isEmptyObject(a))return this.each(f.complete);return this[f.queue===false?"each":"queue"](function(){var p=d.extend({},f),r,w=this.nodeType===1&&d(this).is(":hidden"),z=this;for(r in a){var v=r.replace(Ia,Ja);if(r!==v){a[v]=a[r];delete a[r];
r=v}if(a[r]==="hide"&&w||a[r]==="show"&&!w)return p.complete.call(this);if((r==="height"||r==="width")&&this.style){p.display=d.css(this,"display");p.overflow=this.style.overflow}if(d.isArray(a[r])){(p.specialEasing=p.specialEasing||{})[r]=a[r][1];a[r]=a[r][0]}}if(p.overflow!=null)this.style.overflow="hidden";p.curAnim=d.extend({},a);d.each(a,function(I,Q){var X=new d.fx(z,p,I);if(xb.test(Q))X[Q==="toggle"?w?"show":"hide":Q](a);else{var ga=yb.exec(Q),ia=X.cur(true)||0;if(ga){Q=parseFloat(ga[2]);var ma=
ga[3]||"px";if(ma!=="px"){z.style[I]=(Q||1)+ma;ia=(Q||1)/X.cur(true)*ia;z.style[I]=ia+ma}if(ga[1])Q=(ga[1]==="-="?-1:1)*Q+ia;X.custom(ia,Q,ma)}else X.custom(ia,Q,"")}});return true})},stop:function(a,b){var e=d.timers;a&&this.queue([]);this.each(function(){for(var g=e.length-1;g>=0;g--)if(e[g].elem===this){b&&e[g](true);e.splice(g,1)}});b||this.dequeue();return this}});d.each({slideDown:Z("show",1),slideUp:Z("hide",1),slideToggle:Z("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,
b){d.fn[a]=function(e,g){return this.animate(b,e,g)}});d.extend({speed:function(a,b,e){var g=a&&typeof a==="object"?a:{complete:e||!e&&b||d.isFunction(a)&&a,duration:a,easing:e&&b||b&&!d.isFunction(b)&&b};g.duration=d.fx.off?0:typeof g.duration==="number"?g.duration:d.fx.speeds[g.duration]||d.fx.speeds._default;g.old=g.complete;g.complete=function(){g.queue!==false&&d(this).dequeue();d.isFunction(g.old)&&g.old.call(this)};return g},easing:{linear:function(a,b,e,g){return e+g*a},swing:function(a,b,
e,g){return(-Math.cos(a*Math.PI)/2+0.5)*g+e}},timers:[],fx:function(a,b,e){this.options=b;this.elem=a;this.prop=e;if(!b.orig)b.orig={}}});d.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(d.fx.step[this.prop]||d.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];
return(a=parseFloat(d.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(d.curCSS(this.elem,this.prop))||0},custom:function(a,b,e){function g(p){return f.step(p)}this.startTime=G();this.start=a;this.end=b;this.unit=e||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;g.elem=this.elem;if(g()&&d.timers.push(g)&&!Da)Da=setInterval(d.fx.tick,13)},show:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop===
"height"?1:0,this.cur());d(this.elem).show()},hide:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=G(),e=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var g in this.options.curAnim)if(this.options.curAnim[g]!==true)e=false;if(e){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;
a=d.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(d.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&d(this.elem).hide();if(this.options.hide||this.options.show)for(var f in this.options.curAnim)d.style(this.elem,f,this.options.orig[f]);this.options.complete.call(this.elem)}return false}else{f=b-this.startTime;this.state=f/this.options.duration;a=this.options.easing||(d.easing.swing?"swing":"linear");this.pos=d.easing[this.options.specialEasing&&
this.options.specialEasing[this.prop]||a](this.state,f,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};d.extend(d.fx,{tick:function(){for(var a=d.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||d.fx.stop()},stop:function(){clearInterval(Da);Da=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){d.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=
(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(d.expr&&d.expr.filters)d.expr.filters.animated=function(a){return d.grep(d.timers,function(b){return a===b.elem}).length};d.fn.offset="getBoundingClientRect"in l.documentElement?function(a){var b=this[0];if(a)return this.each(function(f){d.offset.setOffset(this,a,f)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return d.offset.bodyOffset(b);var e=b.getBoundingClientRect(),g=b.ownerDocument;
b=g.body;g=g.documentElement;return{top:e.top+(self.pageYOffset||d.support.boxModel&&g.scrollTop||b.scrollTop)-(g.clientTop||b.clientTop||0),left:e.left+(self.pageXOffset||d.support.boxModel&&g.scrollLeft||b.scrollLeft)-(g.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(I){d.offset.setOffset(this,a,I)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return d.offset.bodyOffset(b);d.offset.initialize();var e=b.offsetParent,g=b,f=b.ownerDocument,
p,r=f.documentElement,w=f.body;g=(f=f.defaultView)?f.getComputedStyle(b,null):b.currentStyle;for(var z=b.offsetTop,v=b.offsetLeft;(b=b.parentNode)&&b!==w&&b!==r;){if(d.offset.supportsFixedPosition&&g.position==="fixed")break;p=f?f.getComputedStyle(b,null):b.currentStyle;z-=b.scrollTop;v-=b.scrollLeft;if(b===e){z+=b.offsetTop;v+=b.offsetLeft;if(d.offset.doesNotAddBorder&&!(d.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){z+=parseFloat(p.borderTopWidth)||0;v+=parseFloat(p.borderLeftWidth)||
0}g=e;e=b.offsetParent}if(d.offset.subtractsBorderForOverflowNotVisible&&p.overflow!=="visible"){z+=parseFloat(p.borderTopWidth)||0;v+=parseFloat(p.borderLeftWidth)||0}g=p}if(g.position==="relative"||g.position==="static"){z+=w.offsetTop;v+=w.offsetLeft}if(d.offset.supportsFixedPosition&&g.position==="fixed"){z+=Math.max(r.scrollTop,w.scrollTop);v+=Math.max(r.scrollLeft,w.scrollLeft)}return{top:z,left:v}};d.offset={initialize:function(){var a=l.body,b=l.createElement("div"),e,g,f,p=parseFloat(d.curCSS(a,
"marginTop",true))||0;d.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.insertBefore(b,a.firstChild);e=b.firstChild;g=e.firstChild;
f=e.nextSibling.firstChild.firstChild;this.doesNotAddBorder=g.offsetTop!==5;this.doesAddBorderForTableAndCells=f.offsetTop===5;g.style.position="fixed";g.style.top="20px";this.supportsFixedPosition=g.offsetTop===20||g.offsetTop===15;g.style.position=g.style.top="";e.style.overflow="hidden";e.style.position="relative";this.subtractsBorderForOverflowNotVisible=g.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==p;a.removeChild(b);d.offset.initialize=d.noop},bodyOffset:function(a){var b=
a.offsetTop,e=a.offsetLeft;d.offset.initialize();if(d.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(d.curCSS(a,"marginTop",true))||0;e+=parseFloat(d.curCSS(a,"marginLeft",true))||0}return{top:b,left:e}},setOffset:function(a,b,e){if(/static/.test(d.curCSS(a,"position")))a.style.position="relative";var g=d(a),f=g.offset(),p=parseInt(d.curCSS(a,"top",true),10)||0,r=parseInt(d.curCSS(a,"left",true),10)||0;if(d.isFunction(b))b=b.call(a,e,f);e={top:b.top-f.top+p,left:b.left-f.left+r};"using"in
b?b.using.call(a,e):g.css(e)}};d.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),e=this.offset(),g=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();e.top-=parseFloat(d.curCSS(a,"marginTop",true))||0;e.left-=parseFloat(d.curCSS(a,"marginLeft",true))||0;g.top+=parseFloat(d.curCSS(b[0],"borderTopWidth",true))||0;g.left+=parseFloat(d.curCSS(b[0],"borderLeftWidth",true))||0;return{top:e.top-g.top,left:e.left-g.left}},offsetParent:function(){return this.map(function(){for(var a=
this.offsetParent||l.body;a&&!/^body|html$/i.test(a.nodeName)&&d.css(a,"position")==="static";)a=a.offsetParent;return a})}});d.each(["Left","Top"],function(a,b){var e="scroll"+b;d.fn[e]=function(g){var f=this[0],p;if(!f)return null;if(g!==o)return this.each(function(){if(p=Y(this))p.scrollTo(!a?g:d(p).scrollLeft(),a?g:d(p).scrollTop());else this[e]=g});else return(p=Y(f))?"pageXOffset"in p?p[a?"pageYOffset":"pageXOffset"]:d.support.boxModel&&p.document.documentElement[e]||p.document.body[e]:f[e]}});
d.each(["Height","Width"],function(a,b){var e=b.toLowerCase();d.fn["inner"+b]=function(){return this[0]?d.css(this[0],e,false,"padding"):null};d.fn["outer"+b]=function(g){return this[0]?d.css(this[0],e,false,g?"margin":"border"):null};d.fn[e]=function(g){var f=this[0];if(!f)return g==null?null:this;if(d.isFunction(g))return this.each(function(p){var r=d(this);r[e](g.call(this,p,r[e]()))});return"scrollTo"in f&&f.document?f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||
f.document.body["client"+b]:f.nodeType===9?Math.max(f.documentElement["client"+b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]):g===o?d.css(f,e):this.css(e,typeof g==="string"?g:g+"px")}});c.jQuery=c.$=d})(window);
var WDN=function(){return{loadedJS:{},template_path:"",loadJS:function(c,o,x,A){if(arguments.length>2&&x===false||!WDN.loadedJS[c]){WDN.log("begin loading JS: "+c);var L=document.createElement("script");if(c.match(/^wdn\/templates_3\.0/))c=WDN.template_path+c;L.setAttribute("src",c);L.setAttribute("type","text/javascript");document.getElementsByTagName("head").item(0).appendChild(L);o=o||function(){};var G=function(){WDN.loadedJS[c]=true;WDN.log("finished loading JS file: "+c);o()};L.onreadystatechange=
function(){if(L.readyState=="loaded"||L.readyState=="complete")G()};L.onload=G}else{WDN.log("JS file already loaded: "+c);arguments.length>3&&A===false||!o||o()}},loadCSS:function(c){if(c.match(/^wdn\/templates_3\.0/))c=WDN.template_path+c;var o=document.createElement("link");o.href=c;o.rel="stylesheet";o.type="text/css";document.getElementsByTagName("head")[0].appendChild(o)},initializeTemplate:function(){WDN.loadCSS("wdn/templates_3.0/css/script.css");WDN.loadJS("wdn/templates_3.0/scripts/xmlhttp.js");
WDN.loadJS("wdn/templates_3.0/scripts/global_functions.js");WDN.loadJS("wdn/templates_3.0/scripts/jquery.js",WDN.jQueryUsage)},jQueryUsage:function(){if(!WDN.jQuery)WDN.jQuery=jQuery.noConflict(true);WDN.jQuery(document).ready(function(){WDN.initializePlugin("navigation");WDN.initializePlugin("search");WDN.initializePlugin("feedback");WDN.initializePlugin("socialmediashare");WDN.contentAdjustments();WDN.initializePlugin("tooltip");WDN.initializePlugin("toolbar");WDN.initializePlugin("tabs");WDN.initializePlugin("unlalert");
WDN.initializePlugin("idm");WDN.initializePlugin("analytics");WDN.browserAdjustments();WDN.screenAdjustments()})},log:function(c){try{console.log(c)}catch(o){}},browserAdjustments:function(){if(WDN.jQuery.browser.msie&&WDN.jQuery.browser.version=="6.0"&&!navigator.userAgent.match(/MSIE 8.0/)){WDN.jQuery("body").prepend('<div id="wdn_upgrade_notice"></div>');fetchURLInto("http://www.unl.edu/wdn/templates_3.0/includes/browserupgrade.html","wdn_upgrade_notice");WDN.jQuery("head link[rel=stylesheet]").each(function(){this.disabled=
true});WDN.jQuery("body").removeAttr("class");WDN.jQuery("body").addClass("document");WDN.loadCSS("wdn/templates_3.0/css/content/columns.css")}if(navigator.userAgent.match(/applewebkit/i)&&!navigator.userAgent.match(/Version\/[34]/)||navigator.userAgent.match(/firefox/i)&&(navigator.userAgent.match(/firefox\/[12]/i)||navigator.userAgent.match(/firefox\/3.[01234]/i))||navigator.userAgent.match(/msie/i)){WDN.jQuery("table.zentable tbody tr:nth-child(odd)").addClass("rowOdd");WDN.jQuery("table.zentable tbody tr:nth-child(even)").addClass("rowEven")}},
screenAdjustments:function(){if(screen.width<=1024){WDN.jQuery("#wdn_wrapper").css({"border-left-width":"7px","border-right-width":"7px","border-bottom-width":"7px"});if(WDN.jQuery.browser.mozilla){WDN.jQuery("#wdn_wrapper").css({"-moz-border-radius":"7px"});WDN.jQuery("body.fixed").css({margin:"0 auto"})}}},contentAdjustments:function(){WDN.jQuery("#maincontent p.caption, #footer p.caption").each(function(){WDN.jQuery(this).height()>20&&WDN.jQuery(this).css({border:"1px solid #ededed",marginleft:"0"})});
WDN.jQuery("#maincontent a img, #footer a img").each(function(){WDN.jQuery(this).parent("a").addClass("imagelink")})},initializePlugin:function(c,o){o=o||function(){try{WDN[c].initialize()}catch(x){WDN.log("Could not initialize "+c)}};WDN.loadJS("wdn/templates_3.0/scripts/"+c+".js",o)},setCookie:function(c,o,x){var A="";if(x){A=new Date;A.setTime(A.getTime()+x*1E3);A=";expires="+A.toGMTString()}document.cookie=c+"="+o+A+";path=/;domain=.unl.edu"},getCookie:function(c){c=c+"=";for(var o=document.cookie.split(";"),
x=0;x<o.length;x++){for(var A=o[x];A.charAt(0)===" ";)A=A.substring(1,A.length);if(A.indexOf(c)===0)return A.substring(c.length,A.length)}return null},toAbs:function(c,o){var x=c.split("/");if(/http:|https:|ftp:/.test(x[0]))return c;c=o.split("/");c.length>3&&c.pop();if(x[0]===""){host=c[0]+"//"+c[2];c=o.split("/");delete x[0]}for(o=0;o<x.length;o++){if(x[o]===".."){if(typeof x[o-1]!=="undefined")delete x[o-1];else c.length>3&&c.pop();delete x[o]}x[o]==="."&&delete x[o]}var A=[];for(o=0;o<x.length;o++)if(typeof x[o]!==
"undefined")A[A.length]=x[o];return c.join("/")+"/"+A.join("/")},post:function(c,o,x,A){try{WDN.log("Using jQuery to post data");WDN.jQuery.post(c,o,x,A)}catch(L){WDN.log("jQuery post() failed.");A="";for(key in o)A=A+"&"+key+"="+o[key];if(WDN.jQuery.browser.msie&&window.XDomainRequest){WDN.log("Using XDR");var G=new XDomainRequest;G.open("post",c);G.send(A);G.onload=function(){x(G.responseText,"success")}}else try{WDN.log("Using proxy");request=new WDN.proxy_xmlhttp;request.open("POST",c,true);request.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded");request.onreadystatechange=function(){var B="error",T="error";if(this.readyState==4&&this.status=="200"){B="success";T=this.responseText}x(T,B)};request.send(A)}catch(N){}}},get:function(c,o,x,A){try{WDN.log("Using jQuery to get data");WDN.jQuery.get(c,o,x,A)}catch(L){WDN.log("jQuery get() failed.");if(WDN.jQuery.browser.msie&&window.XDomainRequest){WDN.log("Using XDR");o=new XDomainRequest;o.open("get",c);o.onload=function(){x(this.responseText,"success")};o.send()}else try{WDN.log("Using proxy");
request=new WDN.proxy_xmlhttp;request.open("GET",c,true);request.onreadystatechange=function(){var N="error",B="error";if(this.readyState==4&&this.status=="200"){N="success";B=this.responseText}x(B,N)};request.send()}catch(G){WDN.log("Could not fetch using the proxy");WDN.log(G)}}}}}();WDN.jQuery=jQuery.noConflict(true);WDN.loadedJS["wdn/templates_3.0/scripts/jquery.js"]=true;WDN.template_path="/";WDN.loadedJS["wdn/templates_3.0/scripts/wdn.js"]=true;
WDN.proxy_xmlhttp=function(){this.responseXML=this.responseText=this.statusText=this.status=null;this.synchronous=false;this.readyState=0;this.onreadystatechange=function(){};this.onerror=function(){};this.onload=function(){};this.abort=function(){V=true;d()};this.getAllResponseHeaders=function(){var n="";for(property in G)n+=property+": "+G[property]+"\r\n";return n};this.getResponseHeader=function(n){for(property in G)if(property.toLowerCase()==n.toLowerCase())return G[property];return null};this.overrideMimeType=
function(n){N=n};this.open=function(n,t,C,y,F){if(ha(n,t)){c=n?n:"";o=t?t:"";x=y?y:"";A=F?F:"";k(1)}};this.openRequest=function(n,t,C,y,F){return this.open(n,t,C,y,F)};this.send=function(n){if(!V){n=oa(n);Z(n)}};this.setRequestHeader=function(n,t){if(!V){for(property in L)if(property.toLowerCase()==n.toLowerCase()){L[property]=t;return}L[n]=t}};var c="",o="",x="",A="",L={"HTTP-Referer":escape(document.location),"Content-Type":"application/x-www-form-urlencoded"},G={},N="",B=this,T="",S=[],V=false,
ba=function(n){B.onerror(n);B.abort();return false},oa=function(n){n||(n="");var t="";for(property in L)t+=property+"="+L[property]+"&";t=n=c+"$"+T+"$"+x+"$"+A+"$"+t+"$"+Y(n)+"$"+o;for(var C=[],y=Math.floor(t.length/1500),F=0;t.length>0;){var H="http://ucommxsrv1.unl.edu/xmlhttp/?multipart$"+T+"$"+F++ +"$"+y+"$"+t.substr(0,1500);C.push(H);t=t.substr(1500)}return t=C.length==1?"http://ucommxsrv1.unl.edu/xmlhttp/?"+n:C},ha=function(n,t){if(!n)return ba("Please, specify the query method (GET, POST or HEAD)");
if(!t)return ba("Please, specify the URL");if(n.toLowerCase()!="get"&&n.toLowerCase()!="post"&&n.toLowerCase()!="head")return ba("Please, specify either a GET, POST or a HEAD method");if(t.toLowerCase().substr(0,7)!="http://")return ba("Only HTTP protocol is supported (http://)");return true},Z=function(n){if("object"==typeof n){for(var t=0;t<n.length;t++)Z(n[t]);return true}t=document.createElement("script");t.src=n;t.type="text/javascript";if(navigator.userAgent.indexOf("Safari"))t.charset="utf-8";
t=document.getElementsByTagName("head")[0].appendChild(t);S.push(t);return t},Y=function(n){n=escape(n);return n=n.replace("+","%2B")},d=function(){for(var n=0;n<S.length;n++)S[n].parentNode&&S[n].parentNode.removeChild(S[n])},k=function(n){B.readyState=n;B.onreadystatechange();n==4&&B.onload()},q=function(){var n=B.getResponseHeader("Content-type")+N;if(n.indexOf("html")>-1||n.indexOf("xml")>-1)if(document.implementation&&document.implementation.createDocument&&navigator.userAgent.indexOf("Opera")==
-1){n=(new DOMParser).parseFromString(B.responseText,"text/xml");B.responseXML=n}else if(window.ActiveXObject){n=new ActiveXObject("MSXML2.DOMDocument.3.0");if(n.loadXML(B.responseText))B.responseXML=n}else{n=document.body.appendChild(document.createElement("div"));n.style.display="none";n.innerHTML=B.responseText;l(n,true);B.responseXML=n.childNodes[0];document.body.removeChild(n)}},l=function(n,t){var C=n.childNodes.length;if(C!==0){do{var y=n.childNodes[--C];y.nodeType==3&&!h(y.nodeValue)&&n.removeChild(y);
y.nodeType==1&&t&&l(y,true)}while(C>0)}},h=function(n){n=n.replace("\r","");n=n.replace("\n","");n=n.replace(" ","");return n.length===0?false:true};this._parse=function(n){if(V)return true;if(n.multipart)return true;if(!n.success)return ba(n.description);G=n.responseHeaders;this.status=n.status;this.statusText=n.statusText;this.responseText=n.responseText;q();d();k(4);return true};(function(){T="v"+Math.random().toString().substr(2);window[T]=B})()};
WDN.loadedJS["wdn/templates_3.0/scripts/xmlhttp.js"]=true;
WDN.navigation=function(){return{preferredState:0,currentState:-1,navigation:Array(),siteHomepage:false,timeout:false,expandDelay:400,collapseDelay:120,changeSiteNavDelay:400,initialize:function(){if(!(WDN.jQuery("body").hasClass("popup")||WDN.jQuery("body").hasClass("document"))){WDN.jQuery("#navigation").append('<div id="navigation-close"></div>');WDN.jQuery("#navigation").append('<div id="navigation-expand-collapse"><span></span></div>');WDN.jQuery("#navigation-expand-collapse").click(WDN.navigation.setPreferredState);
WDN.jQuery("#navigation-close").click(WDN.navigation.collapse);WDN.navigation.determineSelectedBreadcrumb();WDN.navigation.linkSiteTitle();WDN.jQuery("#breadcrumbs ul li a").hover(WDN.navigation.startChangeNavigationDelay);if(WDN.getCookie("n")==1)WDN.navigation.preferredState=1;WDN.navigation.initializePreferredState();if(WDN.jQuery.browser.msie){WDN.jQuery("#breadcrumbs").append("<span></span>");WDN.jQuery("#breadcrumbs span").css({height:"35px",width:"8px",position:"absolute",top:"0",right:"-3px",
margin:"0 0 0 100%",background:'url("'+WDN.template_path+'wdn/templates_3.0/css/navigation/images/breadcrumbBarSprite2.png") 0 -72px no-repeat'})}}},determineSelectedBreadcrumb:function(){for(var c=document.getElementsByTagName("link"),o=0;o<c.length;o++)if(c[o].getAttribute("rel")=="home"){WDN.navigation.siteHomepage=WDN.toAbs(c[o].getAttribute("href"),window.location.toString());WDN.log("Setting homepage to "+WDN.navigation.siteHomepage)}if(WDN.navigation.siteHomepage===false){WDN.log("No homepage set!");
WDN.jQuery("#breadcrumbs > ul >  li:nth-child(2)").addClass("selected");if(WDN.jQuery("#breadcrumbs > ul > li.selected a").size())WDN.navigation.siteHomepage=WDN.jQuery("#breadcrumbs > ul > li.selected").find("a").attr("href");else{WDN.navigation.siteHomepage=window.location;WDN.jQuery("#breadcrumbs > ul > li.selected").wrapInner('<a href="'+WDN.navigation.siteHomepage+'"></a>')}}else{WDN.log("Homepage has been set.");WDN.jQuery("#breadcrumbs > ul > li > a").each(function(){if(this.href==WDN.navigation.siteHomepage){WDN.jQuery(this).parent().addClass("selected");
return false}});if(WDN.jQuery("#breadcrumbs > ul > li.selected").size()<1){WDN.log("We are on the current homepage.");WDN.jQuery("#breadcrumbs > ul > li:last-child").addClass("selected");WDN.jQuery("#breadcrumbs > ul > li.selected").wrapInner('<a href="'+WDN.navigation.siteHomepage+'"></a>')}}},linkSiteTitle:function(){WDN.jQuery("#titlegraphic h1 a").length>0||WDN.jQuery("#titlegraphic h1").wrapInner('<a href="'+WDN.navigation.siteHomepage+'" />')},expand:function(){WDN.log("expand called");WDN.jQuery.browser.msie?
WDN.jQuery("#navigation-close").show():WDN.jQuery("#navigation-close").fadeIn();WDN.navigation.setWrapperClass("expanded");WDN.navigation.currentState=1;WDN.navigation.updateHelperText()},updateHelperText:function(){if(WDN.navigation.preferredState==1)WDN.jQuery("#navigation-expand-collapse span").text("click to always hide full navigation");else WDN.navigation.currentState===0?WDN.jQuery("#navigation-expand-collapse span").text("roll over for full navigation"):WDN.jQuery("#navigation-expand-collapse span").text("click to always show full navigation")},
collapse:function(){WDN.log("collapse called");if(WDN.navigation.currentState!==0){WDN.jQuery("#navigation-close").hide();WDN.jQuery("#navigation-expand-collapse span").text("roll over for full navigation");WDN.navigation.setWrapperClass("collapsed");WDN.navigation.currentState=0}},startExpandDelay:function(){WDN.log("start expand delay");clearTimeout(WDN.navigation.timeout);if(WDN.navigation.currentState!=1)WDN.navigation.timeout=setTimeout(WDN.navigation.expand,WDN.navigation.expandDelay)},startCollapseDelay:function(){WDN.log("start collapse delay");
clearTimeout(WDN.navigation.timeout);if(WDN.navigation.currentState!==0)if(WDN.navigation.preferredState!=1)WDN.navigation.timeout=setTimeout(WDN.navigation.collapse,WDN.navigation.collapseDelay)},startChangeNavigationDelay:function(c){WDN.navigation.startExpandDelay();WDN.navigation.timeout=setTimeout(function(){WDN.navigation.switchSiteNavigation(c)},WDN.navigation.changeSiteNavDelay)},setPreferredState:function(){WDN.log("set preferred state");if(WDN.getCookie("n")!=1){WDN.log("Setting preferred navigation state OPEN");
WDN.setCookie("n",1,5E3);WDN.navigation.preferredState=1;WDN.analytics.trackNavigationPreferredState("Open")}else{WDN.log("Setting preferred navigation state CLOSED");WDN.setCookie("n",0,-100);WDN.navigation.preferredState=0;WDN.analytics.trackNavigationPreferredState("Closed")}WDN.navigation.initializePreferredState()},initializePreferredState:function(){WDN.log("initializepreferredstate, current state is "+WDN.navigation.currentState);var c=null;if(WDN.navigation.preferredState==1){WDN.navigation.setWrapperClass("pinned");
WDN.navigation.expand()}else{WDN.jQuery("#navigation ul:first li:nth-child(6) a:visible:first").css({width:"95%"});WDN.navigation.collapse();c=WDN.navigation.startCollapseDelay}WDN.jQuery("#wdn_navigation_bar").hover(WDN.navigation.startExpandDelay,c);WDN.jQuery("#wdn_content_wrapper,#header").hover(WDN.navigation.startCollapseDelay);WDN.navigation.updateHelperText()},switchSiteNavigation:function(c){WDN.log("Switch site nav called");if(WDN.jQuery(c.target).parent().hasClass("selected")){WDN.log("already showing this nav");
return true}if(WDN.jQuery("#breadcrumbs ul li.selected div.storednav").length===0){WDN.log("Storing it");WDN.jQuery("#breadcrumbs ul > li.selected:first").append('<div class="storednav"><ul>'+WDN.jQuery("#navigation ul").html()+"</ul></div>")}WDN.jQuery("#breadcrumbs ul li.selected").removeClass("selected");WDN.jQuery(c.target).parent().addClass("selected");if(WDN.jQuery(c.target).parent().find(".storednav").length>0){WDN.log("Already got it.");WDN.navigation.setNavigationContents(WDN.jQuery(c.target).parent().find(".storednav").html());
return true}var o=WDN.jQuery("#navigation ul").height();WDN.jQuery("#navigation ul").hide();WDN.jQuery("#navloading").remove();WDN.jQuery("#navigation").append('<div id="navloading" style="height:'+o+'px;"></div>');o="http://www1.unl.edu/wdn/test/wdn/templates_3.0/scripts/navigationSniffer.php?u=";o+=escape(WDN.toAbs(c.target.href,window.location));WDN.log("Attempting to retrieve navigation from "+o);WDN.get(o,"",function(x,A){WDN.jQuery("#navloading").remove();try{if(A=="success"){WDN.jQuery('#breadcrumbs ul li a[href="'+
c.currentTarget.href+'"').append('<div class="storednav">'+x+"</div>");WDN.navigation.setNavigationContents(x)}else{WDN.log("Incorrect status code returned remotely retrieving navigation.");WDN.log(x);WDN.log(A);WDN.navigation.setNavigationContents("An error occurred")}}catch(L){WDN.log("Caught error remotely retrieving navigation.");WDN.log(L)}});return false},setNavigationContents:function(c){WDN.log("setNavigationContents called");WDN.jQuery("#navigation>ul").replaceWith(c);WDN.navigation.currentState=
-1;WDN.navigation.expand()},setWrapperClass:function(c){WDN.log("Adding class "+c);if(c=="collapsed"){WDN.jQuery("#wdn_wrapper").removeClass("nav_pinned");WDN.jQuery("#wdn_wrapper").removeClass("nav_expanded")}else WDN.jQuery("#wdn_wrapper").removeClass("nav_collapsed");WDN.jQuery("#wdn_wrapper").addClass("nav_"+c)}}}();WDN.loadedJS["wdn/templates_3.0/scripts/navigation.js"]=true;
WDN.search=function(){return{initialize:function(){WDN.jQuery("#wdn_search_form fieldset input#q").focus(WDN.search.hideLabel);WDN.jQuery("#wdn_search_form fieldset input#q").val()!==""&&WDN.search.hideLabel();WDN.jQuery("#wdn_search_form fieldset input#q").blur(function(){WDN.jQuery("#wdn_search_form fieldset input#q").val()===""&&WDN.search.showLabel()});var c=WDN.search.hasLocalSearch();if(c)WDN.jQuery("#wdn_search_form").attr("action",c);else{WDN.jQuery("#wdn_search_form").attr("action","http://www1.unl.edu/search/");
WDN.navigation.siteHomepage!==false&&WDN.navigation.siteHomepage!="http://www.unl.edu/"&&WDN.jQuery("#wdn_search_form").append('<input type="hidden" name="u" value="'+WDN.navigation.siteHomepage+'" />')}},hasLocalSearch:function(){for(var c=document.getElementsByTagName("link"),o,x,A=0;A<c.length;A++){o=c[A].getAttribute("rel");x=c[A].getAttribute("type");if(o=="search"&&x!="application/opensearchdescription+xml")return c[A].getAttribute("href")}return false},hideLabel:function(){WDN.jQuery("#wdn_search_form fieldset label").hide()},
showLabel:function(){WDN.jQuery("#wdn_search_form fieldset label").show()}}}();WDN.loadedJS["wdn/templates_3.0/scripts/search.js"]=true;
WDN.toolbar=function(){return{tools:{},initialize:function(){WDN.jQuery("#header").append('<div class="hidden"><div id="toolbarcontent"></div></div>');WDN.loadJS("wdn/templates_3.0/scripts/plugins/colorbox/jquery.colorbox.js",WDN.toolbar.toolTabsSetup);WDN.jQuery.browser.msie&&WDN.loadCSS("wdn/templates_3.0/css/header/colorbox-ie.css");WDN.jQuery().bind("cbox_closed",function(){WDN.jQuery("#tooltabs").hide()})},toolTabsSetup:function(){WDN.jQuery("#cboxWrapper").append('<div id="tooltabs"><ul></ul></div>');
WDN.toolbar.registerTool("feeds","RSS Feeds",1002,500);WDN.toolbar.registerTool("weather","Weather",1002,500);WDN.toolbar.registerTool("events","Events",1002,550);WDN.toolbar.registerTool("peoplefinder","Peoplefinder",1002,550);WDN.toolbar.registerTool("webcams","Webcams",1002,400)},setMaskHeight:function(c,o){maskheight=c=="feeds"?o-257+"px":c=="peoplefinder"?o-172+"px":o-121+"px";WDN.jQuery("#toolbar_"+c+" div.toolbarMask").height(maskheight);WDN.jQuery("#toolbar_"+c+" div.toolbarMask").css({overflow:"auto",
padding:"0 3px 0 0"})},registerTool:function(c,o,x,A){WDN.jQuery("#tooltabs ul").append('<li class="'+c+'"><a href="#" class="'+c+'">'+o+"</a></li>");WDN.jQuery("a."+c).colorbox({width:x,height:A,inline:true,href:"#toolbarcontent"},function(){WDN.jQuery("#tooltabs").show()});WDN.jQuery("a."+c).click(function(){WDN.toolbar.switchToolFocus(c,A)})},setToolContent:function(c,o){WDN.jQuery("#toolbarcontent").append('<div id="toolbar_'+c+'" class="toolbar_plugin">'+o+"</div>")},getContent:function(c,o){WDN["toolbar_"+
c].display();WDN.toolbar.setMaskHeight(c,o)},switchToolFocus:function(c,o){WDN.jQuery("#toolbarcontent .toolbar_plugin").hide();WDN.initializePlugin("toolbar_"+c,function(){if(!WDN.toolbar.tools[c]){var x=WDN["toolbar_"+c].setupToolContent();WDN.toolbar.setToolContent(c,x);WDN.toolbar.tools[c]=true}WDN["toolbar_"+c].initialize();WDN.jQuery("#toolbar_"+c).show();WDN.toolbar.getContent(c,o)});WDN.jQuery("#tooltabs li").hasClass("current")&&WDN.jQuery("#tooltabs li").removeClass("current");WDN.jQuery("#tooltabs li."+
c+"").addClass("current")},colorbox:function(c,o){WDN.jQuery("#tooltabs").hide();WDN.jQuery(c).colorbox(o)}}}();WDN.loadedJS["wdn/templates_3.0/scripts/toolbar.js"]=true;
WDN.tooltip=function(c){return{initialize:function(){WDN.log("initialize tooltip");WDN.loadJS("wdn/templates_3.0/scripts/plugins/qtip/jquery.qtip.js",WDN.tooltip.idInit)},idInit:function(){WDN.tooltip.tooltipSetup("wdn_tool_links");WDN.tooltip.tooltipSetup("maincontent");WDN.tooltip.tooltipSetup("footer")},tooltipSetup:function(o){c("#"+o+" a.tooltip, #"+o+" img.tooltip").each(function(){c(this).qtip({content:c(this).attr("title"),show:{effect:{type:"fade",length:0}},hide:{effect:{type:"fade",length:0}},
style:{width:200,padding:5,"font-family":"Arial, sans-serif","font-size":"12px",background:"#faf7aa",color:"#434343",textAlign:"center",border:{width:1,radius:5,color:"#f8e98e"},tip:"bottomLeft",name:"cream"},position:{adjust:{screen:true},corner:{target:"topMiddle",tooltip:"bottomMiddle"}}});c(this).removeAttr("title");c(this).removeAttr("alt")})}}}(WDN.jQuery);WDN.loadedJS["wdn/templates_3.0/scripts/tooltip.js"]=true;
WDN.analytics=function(){return{thisURL:String(window.location),rated:false,initialize:function(){try{wdnTracker=_gat._getTracker("UA-3203435-1");wdnTracker._setDomainName(".unl.edu");wdnTracker._setAllowLinker(true);wdnTracker._setAllowHash(false);wdnTracker._trackPageview()}catch(c){}WDN.log("WDN site analytics loaded for "+WDN.analytics.thisURL);filetypes=/\.(zip|exe|pdf|doc*|xls*|ppt*|mp3|m4v)$/i;WDN.jQuery("#navigation a[href], #maincontent a[href]").each(function(){var o=WDN.jQuery(this).attr("href");
if(o.match(/^https?\:/i)&&!o.match(document.domain))WDN.jQuery(this).click(function(){WDN.analytics.callTrackEvent("Outgoing Link",o,WDN.analytics.thisURL)});else if(o.match(/^mailto\:/i))WDN.jQuery(this).click(function(){var x=o.replace(/^mailto\:/i,"");WDN.analytics.callTrackEvent("Email",x,WDN.analytics.thisURL)});else o.match(filetypes)&&WDN.jQuery(this).click(function(){/[.]/.exec(o)&&/[^.]+$/.exec(o);WDN.analytics.callTrackEvent("File Download",o,WDN.analytics.thisURL);WDN.analytics.callTrackPageview(o)})});
WDN.jQuery("ul.socialmedia a").click(function(){var o=WDN.jQuery(this).attr("id");WDN.analytics.callTrackEvent("Page Sharing",o,WDN.analytics.thisURL)});WDN.jQuery("#wdn_tool_links a").click(function(){var o=WDN.jQuery(this).text();WDN.analytics.callTrackEvent("WDN Tool Links",o,WDN.analytics.thisURL)});WDN.jQuery("div.rating div.star a").click(function(){if(!WDN.analytics.rated){WDN.analytics.rated=true;var o=WDN.jQuery(this).text();WDN.analytics.callTrackEvent("Page Rating","Rated a "+o,WDN.analytics.thisURL,
o)}})},trackNavigationPreferredState:function(c){try{WDN.analytics.callTrackEvent("Navigation Preference",c,WDN.analytics.thisURL)}catch(o){}},callTrackPageview:function(c){wdnTracker._trackPageview(c);WDN.log("Pageview tracking for wdn worked!");try{pageTracker._trackPageview(c);WDN.log("Pageview tracking for local site worked!")}catch(o){WDN.log("Pageview tracking for local site didn't work.")}},callTrackEvent:function(c,o,x,A){if(A===undefined)A=0;var L=wdnTracker._trackEvent(c,o,x,A);WDN.log("WDN Event tracking success? "+
L);try{var G=pageTracker._trackEvent(c,o,x,A);WDN.log("Page Event tracking success? "+G)}catch(N){WDN.log("Event tracking for local site didn't work.")}}}}();WDN.loadedJS["wdn/templates_3.0/scripts/analytics.js"]=true;
(function(c){var o=function(G){var N=A(G);G=x(G);var B=c("div.star",G);c("div.cancel",G);var T=function(){S();c("a",B).css("width","100%");B.slice(0,B.index(this)+1).addClass("hover")},S=function(){B.removeClass("on").removeClass("hover")},V=function(){S();B.slice(0,N[0]).addClass("on");if(percent=N[1]?N[1]*10:null)B.eq(N[0]).addClass("on").children("a").css("width",percent+"%")};B.hover(T,V).focus(T).blur(V).click(function(){N=[B.index(this)+1,0];WDN.log("rating= "+N[0]);WDN.analytics.callTrackEvent("Page Rating",
"Rated a "+N[0],WDN.analytics.thisURL,N[0]);WDN.post("http://www1.unl.edu/comments/",{rating:N[0]},function(){});V();B.unbind().addClass("done");c(this).css("cursor","default");return false});V();return G},x=function(G){var N=c("<div><p>Please rate this page: </p></div>").attr({title:G.title,"class":G.className});c.extend(N,{url:G.action});var B=c("option",c(G)),T=B.length;B.each(function(){N.append(c('<div class="star"><a href="#'+this.value+'" title="Give it '+this.value+"/"+T+'">'+this.value+"</a></div>"))});
c(G).after(N).remove();return N},A=function(){return 0};c.fn.rating=function(){return c(c.map(this,function(G){return o(G)[0]}))};if(c.browser.msie)try{document.execCommand("BackgroundImageCache",false,true)}catch(L){}})(WDN.jQuery);WDN.loadedJS["wdn/templates_3.0/scripts/plugins/rating/jquery.rating.js"]=true;
(function(c){function o(){aa.css({position:"absolute",width:l.width(),height:l.height(),top:l.scrollTop(),left:l.scrollLeft()})}function x(){function J(){q.text(B.slideshowStop).bind("cbox_complete",function(){k=setTimeout(c.fn.colorbox.next,B.slideshowSpeed)}).bind("cbox_load",function(){clearTimeout(k)}).one("click",function(){U();c(this).removeClass("hover")});F.removeClass("cboxSlideshow_off").addClass("cboxSlideshow_on")}var U;U=function(){clearTimeout(k);q.text(B.slideshowStart).unbind("cbox_complete cbox_load").one("click",
function(){J();k=setTimeout(c.fn.colorbox.next,B.slideshowSpeed);c(this).removeClass("hover")});F.removeClass("cboxSlideshow_on").addClass("cboxSlideshow_off")};if(B.slideshow&&d.length>1)B.slideshowAuto?J():U()}function A(){c("#cboxInlineTemp").length>0&&ca.children().insertAfter("#cboxInlineTemp")}function L(J){if(J.keyCode==37){J.preventDefault();t.click()}else if(J.keyCode==39){J.preventDefault();n.click()}}function G(J,U){U=U=="x"?document.documentElement.clientWidth:document.documentElement.clientHeight;
return typeof J=="string"?J.match(/%/)?U/100*parseInt(J,10):parseInt(J,10):J}function N(J){return B.photo?true:J.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(.*))?$/i)}var B,T,S,V,ba,oa,ha,Z,Y,d,k,q,l,h,n,t,C,y,F,H,$,O,aa,fa,ca,ua,ra,wa,ja;c.fn.colorbox=function(J,U){this.length?this.each(function(){c(this).data("colorbox")?c(this).data("colorbox",c.extend({},c(this).data("colorbox"),J)):c(this).data("colorbox",c.extend({},c.fn.colorbox.settings,J));var W=c(this).data("colorbox");W.title=W.title?
W.title:this.title;W.href=W.href?W.href:this.href;W.rel=W.rel?W.rel:this.rel;c(this).data("colorbox",W).addClass("cboxelement")}):c(this).data("colorbox",c.extend({},c.fn.colorbox.settings,J));c(this).unbind("click.colorbox").bind("click.colorbox",function(W){B=c(this).data("colorbox");this.blur();if(U){var ea=this;T=function(){c(ea).each(U)}}else T=function(){};if(B.rel&&B.rel!="nofollow"){d=c(".cboxelement").filter(function(){return c(this).data("colorbox").rel==B.rel});Y=d.index(this)}else{d=c(this);
Y=0}if(F.data("open")!==true){c.event.trigger("cbox_open");h.html(B.close);aa.css({opacity:B.opacity}).show();F.data("open",true);c.fn.colorbox.position(G(B.initialWidth,"x"),G(B.initialHeight,"y"),0);c.browser.msie&&c.browser.version<7&&l.bind("resize scroll",o)}x();c.fn.colorbox.load();B.overlayClose===true&&aa.css({cursor:"pointer"}).click(c.fn.colorbox.close);W.preventDefault()});J&&J.open&&c(this).triggerHandler("click.colorbox");return this};c.fn.colorbox.init=function(){l=c(window);c("body").prepend(aa=
c('<div id="cboxOverlay" />').hide(),F=c('<div id="colorbox" />'));H=c('<div id="cboxWrapper" />').appendTo(F).append(c("<div/>").append(c('<div id="cboxTopLeft"/>'),ua=c('<div id="cboxTopCenter"/>'),c('<div id="cboxTopRight"/>')),ra=c('<div id="cboxMiddleLeft" />'),fa=c('<div id="cboxContent" />'),wa=c('<div id="cboxMiddleRight" />'),c("<div/>").append(c('<div id="cboxBottomLeft"/>'),ja=c('<div id="cboxBottomCenter"/>'),c('<div id="cboxBottomRight"/>')));H.find("[id]").css({"float":"left"});fa.append(ca=
c('<div id="cboxLoadedContent" />'),$=c('<div id="cboxLoadingOverlay" />'),O=c('<div id="cboxLoadingGraphic" />'),y=c('<div id="cboxTitle" />'),C=c('<div id="cboxCurrent" />'),q=c('<div id="cboxSlideshow" />'),n=c('<div id="cboxNext" />').click(c.fn.colorbox.next),t=c('<div id="cboxPrevious" />').click(c.fn.colorbox.prev),h=c('<div id="cboxClose" />').click(c.fn.colorbox.close));fa.children().addClass("hover").mouseover(function(){c(this).addClass("hover")}).mouseout(function(){c(this).removeClass("hover")}).hide();
ha=ua.height()+ja.height()+fa.outerHeight(true)-fa.height();Z=ra.width()+wa.width()+fa.outerWidth(true)-fa.width();oa=ca.outerHeight(true);ba=ca.outerWidth(true);F.css({"padding-bottom":ha,"padding-right":Z}).hide();c().bind("keydown.cbox_close",function(J){if(J.keyCode==27){J.preventDefault();h.click()}});fa.children().removeClass("hover")};c.fn.colorbox.next=function(){Y=Y<d.length-1?Y+1:0;c.fn.colorbox.load()};c.fn.colorbox.prev=function(){Y=Y>0?Y-1:d.length-1;c.fn.colorbox.load()};c.fn.colorbox.position=
function(J,U,W,ea){function da(va){ua[0].style.width=ja[0].style.width=fa[0].style.width=va.style.width;O[0].style.height=$[0].style.height=fa[0].style.height=ra[0].style.height=wa[0].style.height=va.style.height}var ka=document.documentElement.clientHeight,pa=ka/2-U/2,qa=document.documentElement.clientWidth/2-J/2;if(U>ka)pa-=U-ka;if(pa<0)pa=0;if(qa<0)qa=0;pa+=l.scrollTop();qa+=l.scrollLeft();J-=Z;U-=ha;H[0].style.width=H[0].style.height="9999px";W=F.width()===J&&F.height()===U?0:W;F.dequeue().animate({height:U,
width:J,top:pa,left:qa},{duration:W,complete:function(){da(this);H[0].style.width=J+Z+"px";H[0].style.height=U+ha+"px";ea&&ea();c.browser.msie&&c.browser.version<7&&o()},step:function(){da(this)}})};c.fn.colorbox.dimensions=function(J){function U(){return B.width?S:S&&S<ca.width()?S:ca.width()}function W(){return B.height?V:V&&V<ca.height()?V:ca.height()}function ea(pa){var qa=ca.width()+ba+Z,va=ca.height()+oa+ha;c.fn.colorbox.position(qa,va,pa,function(){if(F.data("open")!==true)return false;fa.children().show();
$.hide();O.hide();q.hide();if(d.length>1){C.html(B.current.replace(/\{current\}/,Y+1).replace(/\{total\}/,d.length));n.html(B.next);t.html(B.previous);c().unbind("keydown",L).one("keydown",L);B.slideshow&&q.show()}else C.add(n).add(t).hide();y.html(B.title);c("#cboxIframe").attr("src",c("#cboxIframe").attr("src"));c.event.trigger("cbox_complete");T();B.transition==="fade"&&F.fadeTo(da,1);l.bind("resize.cbox_resize",function(){c.fn.colorbox.position(qa,va,0)});return true})}l.unbind("resize.cbox_resize");
if(F.data("open")!==true)return false;var da=B.transition=="none"?0:B.speed;ca.remove();ca=c(J);ca.hide().appendTo("body").css({width:U()}).css({height:W()}).attr({id:"cboxLoadedContent"}).prependTo(fa);c.browser.msie&&c.browser.version<7&&c("select").not(c("#colorbox select")).css({visibility:"hidden"});if(c("#cboxPhoto").length>0&&B.height){J=(ca.height()-parseInt(c("#cboxPhoto")[0].style.height,10))/2;c("#cboxPhoto").css({marginTop:J>0?J:0})}B.transition=="fade"?F.fadeTo(da,0,function(){ea(0)}):
ea(da);if(B.preloading&&d.length>1){J=Y>0?d[Y-1]:d[d.length-1];var ka=Y<d.length-1?d[Y+1]:d[0];N(c(ka).data("colorbox").href)&&c("<img />").attr("src",ka);N(c(J).data("colorbox").href)&&c("<img />").attr("src",J)}return true};c.fn.colorbox.load=function(){c.event.trigger("cbox_load");B=c(d[Y]).data("colorbox");$.show();O.show();h.show();A();var J=B.height?G(B.height,"y")-oa-ha:false,U=B.width?G(B.width,"x")-ba-Z:false;if(B.maxHeight){V=B.maxHeight?G(B.maxHeight,"y")-oa-ha:false;J=J&&J<V?J:V}if(B.maxWidth){S=
B.maxWidth?G(B.maxWidth,"x")-ba-Z:false;U=U&&U<S?U:S}V=J;S=U;J=B.href;if(B.inline){c('<div id="cboxInlineTemp" />').hide().insertBefore(c(J)[0]);c.fn.colorbox.dimensions(c(J).wrapAll("<div />").parent())}else if(B.iframe)c.fn.colorbox.dimensions(c("<div><iframe id='cboxIframe' name='iframe_"+(new Date).getTime()+"' frameborder=0 src='"+J+"' /></div>"));else if(N(J)){var W=new Image;W.onload=function(){W.onload=null;if((V||S)&&B.resize){var ea=this.width,da=this.height,ka=0,pa=this,qa=function(){da+=
da*ka;ea+=ea*ka;pa.height=da;pa.width=ea};if(S&&ea>S){ka=(S-ea)/ea;qa()}if(V&&da>V){ka=(V-da)/da;qa()}}c.fn.colorbox.dimensions(c("<div />").css({width:this.width,height:this.height}).append(c(this).css({width:this.width,height:this.height,display:"block",margin:"auto",border:0}).attr("id","cboxPhoto")));d.length>1&&c(this).css({cursor:"pointer"}).click(c.fn.colorbox.next)};W.src=J}else c("<div />").load(J,function(ea,da){da=="success"?c.fn.colorbox.dimensions(c(this)):c.fn.colorbox.dimensions(c("<p>Request unsuccessful.</p>"))})};
c.fn.colorbox.close=function(){clearTimeout(k);l.unbind("resize.cbox_resize");q.unbind("cbox_complete cbox_load click");A();aa.css({cursor:"auto"}).fadeOut("fast").unbind("click",c.fn.colorbox.close);c().unbind("keydown",L);if(c.browser.msie&&c.browser.version<7){c("select").css({visibility:"inherit"});l.unbind("resize scroll",o)}fa.children().hide();F.stop(true,false).removeClass().fadeOut("fast",function(){ca.remove();F.removeData("open").css({opacity:1});c.event.trigger("cbox_closed")})};c.fn.colorbox.settings=
{transition:"elastic",speed:350,width:false,height:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,resize:true,inline:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:true,current:"{current}/{total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:true,slideshow:false,slideshowAuto:true,slideshowSpeed:3500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow"};c(function(){c.fn.colorbox.init()})})(WDN.jQuery);
WDN.loadedJS["wdn/templates_3.0/scripts/plugins/colorbox/jquery.colorbox.js"]=true;
(function(c){function o(k,q,l){var h=this;h.id=l;h.options=q;h.status={animated:false,rendered:false,disabled:false,focused:false};h.elements={target:k.addClass(h.options.style.classes.target),tooltip:null,wrapper:null,content:null,contentWrapper:null,title:null,button:null,tip:null,bgiframe:null};h.cache={mouse:{},position:{},toggle:0};h.timers={};c.extend(h,h.options.api,{show:function(n){function t(){h.options.position.type!=="static"&&h.focus();h.onShow.call(h,n);c.browser.msie&&h.elements.tooltip.get(0).style.removeAttribute("filter")}
var C;if(!h.status.rendered)return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"show");if(h.elements.tooltip.css("display")!=="none")return h;h.elements.tooltip.stop(true,false);if(h.beforeShow.call(h,n)===false)return h;h.cache.toggle=1;h.options.position.type!=="static"&&h.updatePosition(n,h.options.show.effect.length>0);if(typeof h.options.show.solo=="object")C=c(h.options.show.solo);else if(h.options.show.solo===true)C=c("div.qtip").not(h.elements.tooltip);C&&C.each(function(){c(this).qtip("api").status.rendered===
true&&c(this).qtip("api").hide()});if(typeof h.options.show.effect.type=="function"){h.options.show.effect.type.call(h.elements.tooltip,h.options.show.effect.length);h.elements.tooltip.queue(function(){t();c(this).dequeue()})}else{switch(h.options.show.effect.type.toLowerCase()){case "fade":h.elements.tooltip.fadeIn(h.options.show.effect.length,t);break;case "slide":h.elements.tooltip.slideDown(h.options.show.effect.length,function(){t();h.options.position.type!=="static"&&h.updatePosition(n,true)});
break;case "grow":h.elements.tooltip.show(h.options.show.effect.length,t);break;default:h.elements.tooltip.show(null,t);break}h.elements.tooltip.addClass(h.options.style.classes.active)}return c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_SHOWN,"show")},hide:function(n){function t(){h.onHide.call(h,n)}if(h.status.rendered){if(h.elements.tooltip.css("display")==="none")return h}else return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"hide");clearTimeout(h.timers.show);
h.elements.tooltip.stop(true,false);if(h.beforeHide.call(h,n)===false)return h;h.cache.toggle=0;if(typeof h.options.hide.effect.type=="function"){h.options.hide.effect.type.call(h.elements.tooltip,h.options.hide.effect.length);h.elements.tooltip.queue(function(){t();c(this).dequeue()})}else{switch(h.options.hide.effect.type.toLowerCase()){case "fade":h.elements.tooltip.fadeOut(h.options.hide.effect.length,t);break;case "slide":h.elements.tooltip.slideUp(h.options.hide.effect.length,t);break;case "grow":h.elements.tooltip.hide(h.options.hide.effect.length,
t);break;default:h.elements.tooltip.hide(null,t);break}h.elements.tooltip.removeClass(h.options.style.classes.active)}return c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_HIDDEN,"hide")},updatePosition:function(n,t){var C,y,F,H,$,O,aa;if(h.status.rendered){if(h.options.position.type=="static")return c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.CANNOT_POSITION_STATIC,"updatePosition")}else return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updatePosition");y=
{position:{left:0,top:0},dimensions:{height:0,width:0},corner:h.options.position.corner.target};F={position:h.getPosition(),dimensions:h.getDimensions(),corner:h.options.position.corner.tooltip};if(h.options.position.target!=="mouse"){if(h.options.position.target.get(0).nodeName.toLowerCase()=="area"){H=h.options.position.target.attr("coords").split(",");for(C=0;C<H.length;C++)H[C]=parseInt(H[C]);C=h.options.position.target.parent("map").attr("name");$=c('img[usemap="#'+C+'"]:first').offset();y.position=
{left:Math.floor($.left+H[0]),top:Math.floor($.top+H[1])};switch(h.options.position.target.attr("shape").toLowerCase()){case "rect":y.dimensions={width:Math.ceil(Math.abs(H[2]-H[0])),height:Math.ceil(Math.abs(H[3]-H[1]))};break;case "circle":y.dimensions={width:H[2]+1,height:H[2]+1};break;case "poly":y.dimensions={width:H[0],height:H[1]};for(C=0;C<H.length;C++)if(C%2==0){if(H[C]>y.dimensions.width)y.dimensions.width=H[C];if(H[C]<H[0])y.position.left=Math.floor($.left+H[C])}else{if(H[C]>y.dimensions.height)y.dimensions.height=
H[C];if(H[C]<H[1])y.position.top=Math.floor($.top+H[C])}y.dimensions.width-=y.position.left-$.left;y.dimensions.height-=y.position.top-$.top;break;default:return c.fn.qtip.log.error.call(h,4,c.fn.qtip.constants.INVALID_AREA_SHAPE,"updatePosition")}y.dimensions.width-=2;y.dimensions.height-=2}else if(h.options.position.target.add(document.body).length===1){y.position={left:c(document).scrollLeft(),top:c(document).scrollTop()};y.dimensions={height:c(window).height(),width:c(window).width()}}else{y.position=
typeof h.options.position.target.attr("qtip")!=="undefined"?h.options.position.target.qtip("api").cache.position:h.options.position.target.offset();y.dimensions={height:h.options.position.target.outerHeight(),width:h.options.position.target.outerWidth()}}O=c.extend({},y.position);if(y.corner.search(/right/i)!==-1)O.left+=y.dimensions.width;if(y.corner.search(/bottom/i)!==-1)O.top+=y.dimensions.height;if(y.corner.search(/((top|bottom)Middle)|center/)!==-1)O.left+=y.dimensions.width/2;if(y.corner.search(/((left|right)Middle)|center/)!==
-1)O.top+=y.dimensions.height/2}else{y.position=O={left:h.cache.mouse.x,top:h.cache.mouse.y};y.dimensions={height:1,width:1}}if(F.corner.search(/right/i)!==-1)O.left-=F.dimensions.width;if(F.corner.search(/bottom/i)!==-1)O.top-=F.dimensions.height;if(F.corner.search(/((top|bottom)Middle)|center/)!==-1)O.left-=F.dimensions.width/2;if(F.corner.search(/((left|right)Middle)|center/)!==-1)O.top-=F.dimensions.height/2;H=c.browser.msie?1:0;c.browser.msie&&parseInt(c.browser.version.charAt(0));if(h.options.style.border.radius>
0){if(F.corner.search(/Left/)!==-1)O.left-=h.options.style.border.radius;else if(F.corner.search(/Right/)!==-1)O.left+=h.options.style.border.radius;if(F.corner.search(/Top/)!==-1)O.top-=h.options.style.border.radius;else if(F.corner.search(/Bottom/)!==-1)O.top+=h.options.style.border.radius}if(H){if(F.corner.search(/top/)!==-1)O.top-=H;else if(F.corner.search(/bottom/)!==-1)O.top+=H;if(F.corner.search(/left/)!==-1)O.left-=H;else if(F.corner.search(/right/)!==-1)O.left+=H;if(F.corner.search(/leftMiddle|rightMiddle/)!==
-1)O.top-=1}if(h.options.position.adjust.screen===true)O=V.call(h,O,y,F);if(h.options.position.target==="mouse"&&h.options.position.adjust.mouse===true){y=h.options.position.adjust.screen===true&&h.elements.tip?h.elements.tip.attr("rel"):h.options.position.corner.tooltip;O.left+=y.search(/right/i)!==-1?-6:6;O.top+=y.search(/bottom/i)!==-1?-6:6}!h.elements.bgiframe&&c.browser.msie&&parseInt(c.browser.version.charAt(0))==6&&c("select, object").each(function(){aa=c(this).offset();aa.bottom=aa.top+c(this).height();
aa.right=aa.left+c(this).width();O.top+F.dimensions.height>=aa.top&&O.left+F.dimensions.width>=aa.left&&d.call(h)});O.left+=h.options.position.adjust.x;O.top+=h.options.position.adjust.y;y=h.getPosition();if(O.left!=y.left||O.top!=y.top){y=h.beforePositionUpdate.call(h,n);if(y===false)return h;h.cache.position=O;if(t===true){h.status.animated=true;h.elements.tooltip.animate(O,200,"swing",function(){h.status.animated=false})}else h.elements.tooltip.css(O);h.onPositionUpdate.call(h,n);typeof n!=="undefined"&&
n.type&&n.type!=="mousemove"&&c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_POSITION_UPDATED,"updatePosition")}return h},updateWidth:function(n){var t;if(h.status.rendered){if(n&&typeof n!=="number")return c.fn.qtip.log.error.call(h,2,"newWidth must be of type number","updateWidth")}else return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateWidth");t=h.elements.contentWrapper.siblings().add(h.elements.tip).add(h.elements.button);if(!n)if(typeof h.options.style.width.value==
"number")n=h.options.style.width.value;else{h.elements.tooltip.css({width:"auto"});t.hide();c.browser.msie&&h.elements.wrapper.add(h.elements.contentWrapper.children()).css({zoom:"normal"});n=h.getDimensions().width+1;if(!h.options.style.width.value){if(n>h.options.style.width.max)n=h.options.style.width.max;if(n<h.options.style.width.min)n=h.options.style.width.min}}if(n%2!==0)n-=1;h.elements.tooltip.width(n);t.show();h.options.style.border.radius&&h.elements.tooltip.find(".qtip-betweenCorners").each(function(){c(this).width(n-
h.options.style.border.radius*2)});if(c.browser.msie){h.elements.wrapper.add(h.elements.contentWrapper.children()).css({zoom:"1"});h.elements.wrapper.width(n);h.elements.bgiframe&&h.elements.bgiframe.width(n).height(h.getDimensions.height)}return c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_WIDTH_UPDATED,"updateWidth")},updateStyle:function(n){var t,C,y,F;if(h.status.rendered){if(typeof n!=="string"||!c.fn.qtip.styles[n])return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.STYLE_NOT_DEFINED,
"updateStyle")}else return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateStyle");h.options.style=ha.call(h,c.fn.qtip.styles[n],h.options.user.style);h.elements.content.css(ba(h.options.style));h.options.content.title.text!==false&&h.elements.title.css(ba(h.options.style.title,true));h.elements.contentWrapper.css({borderColor:h.options.style.border.color});if(h.options.style.tip.corner!==false)if(c("<canvas>").get(0).getContext){n=h.elements.tooltip.find(".qtip-tip canvas:first");
C=n.get(0).getContext("2d");C.clearRect(0,0,300,300);y=n.parent("div[rel]:first").attr("rel");F=Z(y,h.options.style.tip.size.width,h.options.style.tip.size.height);N.call(h,n,F,h.options.style.tip.color||h.options.style.border.color)}else if(c.browser.msie){n=h.elements.tooltip.find('.qtip-tip [nodeName="shape"]');n.attr("fillcolor",h.options.style.tip.color||h.options.style.border.color)}if(h.options.style.border.radius>0){h.elements.tooltip.find(".qtip-betweenCorners").css({backgroundColor:h.options.style.border.color});
if(c("<canvas>").get(0).getContext){t=Y(h.options.style.border.radius);h.elements.tooltip.find(".qtip-wrapper canvas").each(function(){C=c(this).get(0).getContext("2d");C.clearRect(0,0,300,300);y=c(this).parent("div[rel]:first").attr("rel");L.call(h,c(this),t[y],h.options.style.border.radius,h.options.style.border.color)})}else c.browser.msie&&h.elements.tooltip.find('.qtip-wrapper [nodeName="arc"]').each(function(){c(this).attr("fillcolor",h.options.style.border.color)})}return c.fn.qtip.log.error.call(h,
1,c.fn.qtip.constants.EVENT_STYLE_UPDATED,"updateStyle")},updateContent:function(n,t){function C(){h.updateWidth();if(t!==false){h.options.position.type!=="static"&&h.updatePosition(h.elements.tooltip.is(":visible"),true);h.options.style.tip.corner!==false&&B.call(h)}}var y,F,H;if(h.status.rendered){if(!n)return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateContent")}else return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateContent");y=
h.beforeContentUpdate.call(h,n);if(typeof y=="string")n=y;else if(y===false)return;c.browser.msie&&h.elements.contentWrapper.children().css({zoom:"normal"});n.jquery&&n.length>0?n.clone(true).appendTo(h.elements.content).show():h.elements.content.html(n);F=h.elements.content.find("img[complete=false]");if(F.length>0){H=0;F.each(function(){c('<img src="'+c(this).attr("src")+'" />').load(function(){++H==F.length&&C()})})}else C();h.onContentUpdate.call(h);return c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_CONTENT_UPDATED,
"loadContent")},loadContent:function(n,t,C){function y(F){h.onContentLoad.call(h);c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_CONTENT_LOADED,"loadContent");h.updateContent(F)}if(!h.status.rendered)return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"loadContent");if(h.beforeContentLoad.call(h)===false)return h;C=="post"?c.post(n,t,y):c.get(n,t,y);return h},updateTitle:function(n){if(h.status.rendered){if(!n)return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.NO_CONTENT_PROVIDED,
"updateTitle")}else return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateTitle");returned=h.beforeTitleUpdate.call(h);if(returned===false)return h;if(h.elements.button)h.elements.button=h.elements.button.clone(true);h.elements.title.html(n);h.elements.button&&h.elements.title.prepend(h.elements.button);h.onTitleUpdate.call(h);return c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_TITLE_UPDATED,"updateTitle")},focus:function(n){var t,C,y;if(h.status.rendered){if(h.options.position.type==
"static")return c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.CANNOT_FOCUS_STATIC,"focus")}else return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"focus");t=parseInt(h.elements.tooltip.css("z-index"));C=6E3+c("div.qtip[qtip]").length-1;if(!h.status.focused&&t!==C){t=h.beforeFocus.call(h,n);if(t===false)return h;c("div.qtip[qtip]").not(h.elements.tooltip).each(function(){if(c(this).qtip("api").status.rendered===true){y=parseInt(c(this).css("z-index"));typeof y=="number"&&
y>-1&&c(this).css({zIndex:parseInt(c(this).css("z-index"))-1});c(this).qtip("api").status.focused=false}});h.elements.tooltip.css({zIndex:C});h.status.focused=true;h.onFocus.call(h,n);c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_FOCUSED,"focus")}return h},disable:function(n){if(!h.status.rendered)return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"disable");if(n)if(h.status.disabled)c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.TOOLTIP_ALREADY_DISABLED,"disable");
else{h.status.disabled=true;c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_DISABLED,"disable")}else if(h.status.disabled){h.status.disabled=false;c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_ENABLED,"disable")}else c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.TOOLTIP_ALREADY_ENABLED,"disable");return h},destroy:function(){var n,t;if(h.beforeDestroy.call(h)===false)return h;if(h.status.rendered){h.options.show.when.target.unbind("mousemove.qtip",h.updatePosition);h.options.show.when.target.unbind("mouseout.qtip",
h.hide);h.options.show.when.target.unbind(h.options.show.when.event+".qtip");h.options.hide.when.target.unbind(h.options.hide.when.event+".qtip");h.elements.tooltip.unbind(h.options.hide.when.event+".qtip");h.elements.tooltip.unbind("mouseover.qtip",h.focus);h.elements.tooltip.remove()}else h.options.show.when.target.unbind(h.options.show.when.event+".qtip-create");if(typeof h.elements.target.data("qtip")=="object"){t=h.elements.target.data("qtip").interfaces;if(typeof t=="object"&&t.length>0)for(n=
0;n<t.length-1;n++)t[n].id==h.id&&t.splice(n,1)}delete c.fn.qtip.interfaces[h.id];if(typeof t=="object"&&t.length>0)h.elements.target.data("qtip").current=t.length-1;else h.elements.target.removeData("qtip");h.onDestroy.call(h);c.fn.qtip.log.error.call(h,1,c.fn.qtip.constants.EVENT_DESTROYED,"destroy");return h.elements.target},getPosition:function(){var n,t;if(!h.status.rendered)return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getPosition");(n=h.elements.tooltip.css("display")!==
"none"?false:true)&&h.elements.tooltip.css({visiblity:"hidden"}).show();t=h.elements.tooltip.offset();n&&h.elements.tooltip.css({visiblity:"visible"}).hide();return t},getDimensions:function(){var n,t;if(!h.status.rendered)return c.fn.qtip.log.error.call(h,2,c.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getDimensions");(n=!h.elements.tooltip.is(":visible")?true:false)&&h.elements.tooltip.css({visiblity:"hidden"}).show();t={height:h.elements.tooltip.outerHeight(),width:h.elements.tooltip.outerWidth()};
n&&h.elements.tooltip.css({visiblity:"visible"}).hide();return t}})}function x(){var k,q,l,h;k=this;k.beforeRender.call(k);k.status.rendered=true;k.elements.tooltip='<div qtip="'+k.id+'" class="qtip '+(k.options.style.classes.tooltip||k.options.style)+'"style="display:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;position:'+k.options.position.type+';">  <div class="qtip-wrapper" style="position:relative; overflow:hidden; text-align:left;">    <div class="qtip-contentWrapper" style="overflow:hidden;">       <div class="qtip-content '+
k.options.style.classes.content+'"></div></div></div></div>';k.elements.tooltip=c(k.elements.tooltip);k.elements.tooltip.appendTo(k.options.position.container);k.elements.tooltip.data("qtip",{current:0,interfaces:[k]});k.elements.wrapper=k.elements.tooltip.children("div:first");k.elements.contentWrapper=k.elements.wrapper.children("div:first").css({background:k.options.style.background});k.elements.content=k.elements.contentWrapper.children("div:first").css(ba(k.options.style));c.browser.msie&&k.elements.wrapper.add(k.elements.content).css({zoom:1});
k.options.hide.when.event=="unfocus"&&k.elements.tooltip.attr("unfocus",true);typeof k.options.style.width.value=="number"&&k.updateWidth();if(c("<canvas>").get(0).getContext||c.browser.msie){k.options.style.border.radius>0?A.call(k):k.elements.contentWrapper.css({border:k.options.style.border.width+"px solid "+k.options.style.border.color});k.options.style.tip.corner!==false&&G.call(k)}else{k.elements.contentWrapper.css({border:k.options.style.border.width+"px solid "+k.options.style.border.color});
k.options.style.border.radius=0;k.options.style.tip.corner=false;c.fn.qtip.log.error.call(k,2,c.fn.qtip.constants.CANVAS_VML_NOT_SUPPORTED,"render")}if(typeof k.options.content.text=="string"&&k.options.content.text.length>0||k.options.content.text.jquery&&k.options.content.text.length>0)q=k.options.content.text;else if(typeof k.elements.target.attr("title")=="string"&&k.elements.target.attr("title").length>0){q=k.elements.target.attr("title").replace("\\n","<br />");k.elements.target.attr("title",
"")}else if(typeof k.elements.target.attr("alt")=="string"&&k.elements.target.attr("alt").length>0){q=k.elements.target.attr("alt").replace("\\n","<br />");k.elements.target.attr("alt","")}else{q=" ";c.fn.qtip.log.error.call(k,1,c.fn.qtip.constants.NO_VALID_CONTENT,"render")}k.options.content.title.text!==false&&T.call(k);k.updateContent(q);S.call(k);k.options.show.ready===true&&k.show();if(k.options.content.url!==false){q=k.options.content.url;l=k.options.content.data;h=k.options.content.method||
"get";k.loadContent(q,l,h)}k.onRender.call(k);c.fn.qtip.log.error.call(k,1,c.fn.qtip.constants.EVENT_RENDERED,"render")}function A(){var k,q,l,h,n,t,C,y,F;k=this;k.elements.wrapper.find(".qtip-borderBottom, .qtip-borderTop").remove();l=k.options.style.border.width;h=k.options.style.border.radius;n=k.options.style.border.color||k.options.style.tip.color;t=Y(h);C={};for(q in t){C[q]='<div rel="'+q+'" style="'+(q.search(/Left/)!==-1?"left":"right")+":0; position:absolute; height:"+h+"px; width:"+h+'px; overflow:hidden; line-height:0.1px; font-size:1px">';
if(c("<canvas>").get(0).getContext)C[q]+='<canvas height="'+h+'" width="'+h+'" style="vertical-align: top"></canvas>';else if(c.browser.msie){y=h*2+3;C[q]+='<v:arc stroked="false" fillcolor="'+n+'" startangle="'+t[q][0]+'" endangle="'+t[q][1]+'" style="width:'+y+"px; height:"+y+"px; margin-top:"+(q.search(/bottom/)!==-1?-2:-1)+"px; margin-left:"+(q.search(/Right/)!==-1?t[q][2]-3.5:-1)+'px; vertical-align:top; display:inline-block; behavior:url(#default#VML)"></v:arc>'}C[q]+="</div>"}q=k.getDimensions().width-
Math.max(l,h)*2;q='<div class="qtip-betweenCorners" style="height:'+h+"px; width:"+q+"px; overflow:hidden; background-color:"+n+'; line-height:0.1px; font-size:1px;">';k.elements.wrapper.prepend('<div class="qtip-borderTop" dir="ltr" style="height:'+h+"px; margin-left:"+h+'px; line-height:0.1px; font-size:1px; padding:0;">'+C.topLeft+C.topRight+q);k.elements.wrapper.append('<div class="qtip-borderBottom" dir="ltr" style="height:'+h+"px; margin-left:"+h+'px; line-height:0.1px; font-size:1px; padding:0;">'+
C.bottomLeft+C.bottomRight+q);if(c("<canvas>").get(0).getContext)k.elements.wrapper.find("canvas").each(function(){F=t[c(this).parent("[rel]:first").attr("rel")];L.call(k,c(this),F,h,n)});else c.browser.msie&&k.elements.tooltip.append('<v:image style="behavior:url(#default#VML);"></v:image>');C=Math.max(h,h+(l-h));l=Math.max(l-h,0);k.elements.contentWrapper.css({border:"0px solid "+n,borderWidth:l+"px "+C+"px"})}function L(k,q,l,h){k=k.get(0).getContext("2d");k.fillStyle=h;k.beginPath();k.arc(q[0],
q[1],l,0,Math.PI*2,false);k.fill()}function G(k){var q,l,h,n,t;q=this;q.elements.tip!==null&&q.elements.tip.remove();l=q.options.style.tip.color||q.options.style.border.color;if(q.options.style.tip.corner!==false){if(!k)k=q.options.style.tip.corner;h=Z(k,q.options.style.tip.size.width,q.options.style.tip.size.height);q.elements.tip='<div class="'+q.options.style.classes.tip+'" dir="ltr" rel="'+k+'" style="position:absolute; height:'+q.options.style.tip.size.height+"px; width:"+q.options.style.tip.size.width+
'px; margin:0 auto; line-height:0.1px; font-size:1px;">';if(c("<canvas>").get(0).getContext)q.elements.tip+='<canvas height="'+q.options.style.tip.size.height+'" width="'+q.options.style.tip.size.width+'"></canvas>';else if(c.browser.msie){n=q.options.style.tip.size.width+","+q.options.style.tip.size.height;t="m"+h[0][0]+","+h[0][1];t+=" l"+h[1][0]+","+h[1][1];t+=" "+h[2][0]+","+h[2][1];t+=" xe";q.elements.tip+='<v:shape fillcolor="'+l+'" stroked="false" filled="true" path="'+t+'" coordsize="'+n+
'" style="width:'+q.options.style.tip.size.width+"px; height:"+q.options.style.tip.size.height+"px; line-height:0.1px; display:inline-block; behavior:url(#default#VML); vertical-align:"+(k.search(/top/)!==-1?"bottom":"top")+'"></v:shape>';q.elements.tip+='<v:image style="behavior:url(#default#VML);"></v:image>';q.elements.contentWrapper.css("position","relative")}q.elements.tooltip.prepend(q.elements.tip+"</div>");q.elements.tip=q.elements.tooltip.find("."+q.options.style.classes.tip).eq(0);c("<canvas>").get(0).getContext&&
N.call(q,q.elements.tip.find("canvas:first"),h,l);k.search(/top/)!==-1&&c.browser.msie&&parseInt(c.browser.version.charAt(0))===6&&q.elements.tip.css({marginTop:-4});B.call(q,k)}}function N(k,q,l){k=k.get(0).getContext("2d");k.fillStyle=l;k.beginPath();k.moveTo(q[0][0],q[0][1]);k.lineTo(q[1][0],q[1][1]);k.lineTo(q[2][0],q[2][1]);k.fill()}function B(k){var q,l;q=this;if(!(q.options.style.tip.corner===false||!q.elements.tip)){k||(k=q.elements.tip.attr("rel"));l=positionAdjust=c.browser.msie?1:0;q.elements.tip.css(k.match(/left|right|top|bottom/)[0],
0);if(k.search(/top|bottom/)!==-1){if(c.browser.msie)positionAdjust=parseInt(c.browser.version.charAt(0))===6?k.search(/top/)!==-1?-3:1:k.search(/top/)!==-1?1:2;if(k.search(/Middle/)!==-1)q.elements.tip.css({left:"50%",marginLeft:-(q.options.style.tip.size.width/2)});else if(k.search(/Left/)!==-1)q.elements.tip.css({left:q.options.style.border.radius-l});else k.search(/Right/)!==-1&&q.elements.tip.css({right:q.options.style.border.radius+l});k.search(/top/)!==-1?q.elements.tip.css({top:-positionAdjust}):
q.elements.tip.css({bottom:positionAdjust})}else if(k.search(/left|right/)!==-1){if(c.browser.msie)positionAdjust=parseInt(c.browser.version.charAt(0))===6?1:k.search(/left/)!==-1?1:2;if(k.search(/Middle/)!==-1)q.elements.tip.css({top:"50%",marginTop:-(q.options.style.tip.size.height/2)});else if(k.search(/Top/)!==-1)q.elements.tip.css({top:q.options.style.border.radius-l});else k.search(/Bottom/)!==-1&&q.elements.tip.css({bottom:q.options.style.border.radius+l});k.search(/left/)!==-1?q.elements.tip.css({left:-positionAdjust}):
q.elements.tip.css({right:positionAdjust})}k="padding-"+k.match(/left|right|top|bottom/)[0];l=q.options.style.tip.size[k.search(/left|right/)!==-1?"width":"height"];q.elements.tooltip.css("padding",0);q.elements.tooltip.css(k,l);if(c.browser.msie&&parseInt(c.browser.version.charAt(0))==6){k=parseInt(q.elements.tip.css("margin-top"))||0;k+=parseInt(q.elements.content.css("margin-top"))||0;q.elements.tip.css({marginTop:k})}}}function T(){var k=this;k.elements.title!==null&&k.elements.title.remove();
k.elements.title=c('<div class="'+k.options.style.classes.title+'">').css(ba(k.options.style.title,true)).css({zoom:c.browser.msie?1:0}).prependTo(k.elements.contentWrapper);k.options.content.title.text&&k.updateTitle.call(k,k.options.content.title.text);if(k.options.content.title.button!==false&&typeof k.options.content.title.button=="string")k.elements.button=c('<a class="'+k.options.style.classes.button+'" style="float:right; position: relative"></a>').css(ba(k.options.style.button,true)).html(k.options.content.title.button).prependTo(k.elements.title).click(function(q){k.status.disabled||
k.hide(q)})}function S(){function k(y){if(l.status.disabled!==true){if(l.options.hide.when.event=="inactive"){c(t).each(function(){n.bind(this+".qtip-inactive",C);l.elements.content.bind(this+".qtip-inactive",C)});C()}clearTimeout(l.timers.show);clearTimeout(l.timers.hide);l.timers.show=setTimeout(function(){l.show(y)},l.options.show.delay)}}function q(y){if(l.status.disabled!==true){if(l.options.hide.fixed===true&&l.options.hide.when.event.search(/mouse(out|leave)/i)!==-1&&c(y.relatedTarget).parents("div.qtip[qtip]").length>
0){y.stopPropagation();y.preventDefault();clearTimeout(l.timers.hide);return false}clearTimeout(l.timers.show);clearTimeout(l.timers.hide);l.elements.tooltip.stop(true,true);l.timers.hide=setTimeout(function(){l.hide(y)},l.options.hide.delay)}}var l,h,n,t;l=this;h=l.options.show.when.target;n=l.options.hide.when.target;if(l.options.hide.fixed)n=n.add(l.elements.tooltip);if(l.options.hide.when.event=="inactive"){t=["click","dblclick","mousedown","mouseup","mousemove","mouseout","mouseenter","mouseleave",
"mouseover"];function C(y){if(l.status.disabled!==true){clearTimeout(l.timers.inactive);l.timers.inactive=setTimeout(function(){c(t).each(function(){n.unbind(this+".qtip-inactive");l.elements.content.unbind(this+".qtip-inactive")});l.hide(y)},l.options.hide.delay)}}}else l.options.hide.fixed===true&&l.elements.tooltip.bind("mouseover.qtip",function(){l.status.disabled!==true&&clearTimeout(l.timers.hide)});if(l.options.show.when.target.add(l.options.hide.when.target).length===1&&l.options.show.when.event==
l.options.hide.when.event&&l.options.hide.when.event!=="inactive"||l.options.hide.when.event=="unfocus"){l.cache.toggle=0;h.bind(l.options.show.when.event+".qtip",function(y){l.cache.toggle==0?k(y):q(y)})}else{h.bind(l.options.show.when.event+".qtip",k);l.options.hide.when.event!=="inactive"&&n.bind(l.options.hide.when.event+".qtip",q)}l.options.position.type.search(/(fixed|absolute)/)!==-1&&l.elements.tooltip.bind("mouseover.qtip",l.focus);l.options.position.target==="mouse"&&l.options.position.type!==
"static"&&h.bind("mousemove.qtip",function(y){l.cache.mouse={x:y.pageX,y:y.pageY};l.status.disabled===false&&l.options.position.adjust.mouse===true&&l.options.position.type!=="static"&&l.elements.tooltip.css("display")!=="none"&&l.updatePosition(y)})}function V(k,q,l){var h,n,t,C;h=this;if(l.corner=="center")return q.position;n=c.extend({},k);C={x:false,y:false};t={left:n.left<c.fn.qtip.cache.screen.scroll.left,right:n.left+l.dimensions.width+2>=c.fn.qtip.cache.screen.width+c.fn.qtip.cache.screen.scroll.left,
top:n.top<c.fn.qtip.cache.screen.scroll.top,bottom:n.top+l.dimensions.height+2>=c.fn.qtip.cache.screen.height+c.fn.qtip.cache.screen.scroll.top};t={left:t.left&&(l.corner.search(/right/i)!=-1||l.corner.search(/right/i)==-1&&!t.right),right:t.right&&(l.corner.search(/left/i)!=-1||l.corner.search(/left/i)==-1&&!t.left),top:t.top&&l.corner.search(/top/i)==-1,bottom:t.bottom&&l.corner.search(/bottom/i)==-1};if(t.left){n.left=h.options.position.target!=="mouse"?q.position.left+q.dimensions.width:h.cache.mouse.x;
C.x="Left"}else if(t.right){n.left=h.options.position.target!=="mouse"?q.position.left-l.dimensions.width:h.cache.mouse.x-l.dimensions.width;C.x="Right"}if(t.top){n.top=h.options.position.target!=="mouse"?q.position.top+q.dimensions.height:h.cache.mouse.y;C.y="top"}else if(t.bottom){n.top=h.options.position.target!=="mouse"?q.position.top-l.dimensions.height:h.cache.mouse.y-l.dimensions.height;C.y="bottom"}if(n.left<0){n.left=k.left;C.x=false}if(n.top<0){n.top=k.top;C.y=false}if(h.options.style.tip.corner!==
false){n.corner=new String(l.corner);if(C.x!==false)n.corner=n.corner.replace(/Left|Right|Middle/,C.x);if(C.y!==false)n.corner=n.corner.replace(/top|bottom/,C.y);n.corner!==h.elements.tip.attr("rel")&&G.call(h,n.corner)}return n}function ba(k,q){var l;k=c.extend(true,{},k);for(l in k)if(q===true&&l.search(/(tip|classes)/i)!==-1)delete k[l];else!q&&l.search(/(width|border|tip|title|classes|user)/i)!==-1&&delete k[l];return k}function oa(k){if(typeof k.tip!=="object")k.tip={corner:k.tip};if(typeof k.tip.size!==
"object")k.tip.size={width:k.tip.size,height:k.tip.size};if(typeof k.border!=="object")k.border={width:k.border};if(typeof k.width!=="object")k.width={value:k.width};if(typeof k.width.max=="string")k.width.max=parseInt(k.width.max.replace(/([0-9]+)/i,"$1"));if(typeof k.width.min=="string")k.width.min=parseInt(k.width.min.replace(/([0-9]+)/i,"$1"));if(typeof k.tip.size.x=="number"){k.tip.size.width=k.tip.size.x;delete k.tip.size.x}if(typeof k.tip.size.y=="number"){k.tip.size.height=k.tip.size.y;delete k.tip.size.y}return k}
function ha(){var k,q,l;k=this;l=[true,{}];for(q=0;q<arguments.length;q++)l.push(arguments[q]);for(q=[c.extend.apply(c,l)];typeof q[0].name=="string";)q.unshift(oa(c.fn.qtip.styles[q[0].name]));q.unshift(true,{classes:{tooltip:"qtip-"+(arguments[0].name||"defaults")}},c.fn.qtip.styles.defaults);q=c.extend.apply(c,q);l=c.browser.msie?1:0;q.tip.size.width+=l;q.tip.size.height+=l;if(q.tip.size.width%2>0)q.tip.size.width+=1;if(q.tip.size.height%2>0)q.tip.size.height+=1;if(q.tip.corner===true)q.tip.corner=
k.options.position.corner.tooltip==="center"?false:k.options.position.corner.tooltip;return q}function Z(k,q,l){q={bottomRight:[[0,0],[q,l],[q,0]],bottomLeft:[[0,0],[q,0],[0,l]],topRight:[[0,l],[q,0],[q,l]],topLeft:[[0,0],[0,l],[q,l]],topMiddle:[[0,l],[q/2,0],[q,l]],bottomMiddle:[[0,0],[q,0],[q/2,l]],rightMiddle:[[0,0],[q,l/2],[0,l]],leftMiddle:[[q,0],[q,l],[0,l/2]]};q.leftTop=q.bottomRight;q.rightTop=q.bottomLeft;q.leftBottom=q.topRight;q.rightBottom=q.topLeft;return q[k]}function Y(k){var q;if(c("<canvas>").get(0).getContext)q=
{topLeft:[k,k],topRight:[0,k],bottomLeft:[k,0],bottomRight:[0,0]};else if(c.browser.msie)q={topLeft:[-90,90,0],topRight:[-90,90,-k],bottomLeft:[90,270,0],bottomRight:[90,270,-k]};return q}function d(){var k,q;k=this;q=k.getDimensions();k.elements.bgiframe=k.elements.wrapper.prepend('<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:false" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=\'0\'); border: 1px solid red; height:'+q.height+"px; width:"+
q.width+'px" />').children(".qtip-bgiframe:first")}c.fn.qtip=function(k,q){var l,h,n,t,C,y,F,H;if(typeof k=="string"){typeof c(this).data("qtip")!=="object"&&c.fn.qtip.log.error.call(self,1,c.fn.qtip.constants.NO_TOOLTIP_PRESENT,false);if(k=="api")return c(this).data("qtip").interfaces[c(this).data("qtip").current];else if(k=="interfaces")return c(this).data("qtip").interfaces}else{k||(k={});if(typeof k.content!=="object"||k.content.jquery&&k.content.length>0)k.content={text:k.content};if(typeof k.content.title!==
"object")k.content.title={text:k.content.title};if(typeof k.position!=="object")k.position={corner:k.position};if(typeof k.position.corner!=="object")k.position.corner={target:k.position.corner,tooltip:k.position.corner};if(typeof k.show!=="object")k.show={when:k.show};if(typeof k.show.when!=="object")k.show.when={event:k.show.when};if(typeof k.show.effect!=="object")k.show.effect={type:k.show.effect};if(typeof k.hide!=="object")k.hide={when:k.hide};if(typeof k.hide.when!=="object")k.hide.when={event:k.hide.when};
if(typeof k.hide.effect!=="object")k.hide.effect={type:k.hide.effect};if(typeof k.style!=="object")k.style={name:k.style};k.style=oa(k.style);t=c.extend(true,{},c.fn.qtip.defaults,k);t.style=ha.call({options:t},t.style);t.user=c.extend(true,{},k)}return c(this).each(function(){if(typeof k=="string"){y=k.toLowerCase();n=c(this).qtip("interfaces");if(typeof n=="object")if(q===true&&y=="destroy")for(;n.length>0;)n[n.length-1].destroy();else{if(q!==true)n=[c(this).qtip("api")];for(l=0;l<n.length;l++)if(y==
"destroy")n[l].destroy();else if(n[l].status.rendered===true)if(y=="show")n[l].show();else if(y=="hide")n[l].hide();else if(y=="focus")n[l].focus();else if(y=="disable")n[l].disable(true);else y=="enable"&&n[l].disable(false)}}else{F=c.extend(true,{},t);F.hide.effect.length=t.hide.effect.length;F.show.effect.length=t.show.effect.length;if(F.position.container===false)F.position.container=c(document.body);if(F.position.target===false)F.position.target=c(this);if(F.show.when.target===false)F.show.when.target=
c(this);if(F.hide.when.target===false)F.hide.when.target=c(this);h=c.fn.qtip.interfaces.length;for(l=0;l<h;l++)if(typeof c.fn.qtip.interfaces[l]=="undefined"){h=l;break}C=new o(c(this),F,h);c.fn.qtip.interfaces[h]=C;if(typeof c(this).data("qtip")=="object"){if(typeof c(this).attr("qtip")==="undefined")c(this).data("qtip").current=c(this).data("qtip").interfaces.length;c(this).data("qtip").interfaces.push(C)}else c(this).data("qtip",{current:0,interfaces:[C]});if(F.content.prerender===false&&F.show.when.event!==
false&&F.show.ready!==true)F.show.when.target.bind(F.show.when.event+".qtip-"+h+"-create",{qtip:h},function($){H=c.fn.qtip.interfaces[$.data.qtip];H.options.show.when.target.unbind(H.options.show.when.event+".qtip-"+$.data.qtip+"-create");H.cache.mouse={x:$.pageX,y:$.pageY};x.call(H);H.options.show.when.target.trigger(H.options.show.when.event)});else{C.cache.mouse={x:F.show.when.target.offset().left,y:F.show.when.target.offset().top};x.call(C)}}})};c(document).ready(function(){c.fn.qtip.cache={screen:{scroll:{left:c(window).scrollLeft(),
top:c(window).scrollTop()},width:c(window).width(),height:c(window).height()}};var k;c(window).bind("resize scroll",function(q){clearTimeout(k);k=setTimeout(function(){if(q.type==="scroll")c.fn.qtip.cache.screen.scroll={left:c(window).scrollLeft(),top:c(window).scrollTop()};else{c.fn.qtip.cache.screen.width=c(window).width();c.fn.qtip.cache.screen.height=c(window).height()}for(i=0;i<c.fn.qtip.interfaces.length;i++){var l=c.fn.qtip.interfaces[i];if(l.status.rendered===true&&(l.options.position.type!==
"static"||l.options.position.adjust.scroll&&q.type==="scroll"||l.options.position.adjust.resize&&q.type==="resize"))l.updatePosition(q,true)}},100)});c(document).bind("mousedown.qtip",function(q){c(q.target).parents("div.qtip").length===0&&c(".qtip[unfocus]").each(function(){var l=c(this).qtip("api");c(this).is(":visible")&&!l.status.disabled&&c(q.target).add(l.elements.target).length>1&&l.hide(q)})})});c.fn.qtip.interfaces=[];c.fn.qtip.log={error:function(){return this}};c.fn.qtip.constants={};c.fn.qtip.defaults=
{content:{prerender:false,text:false,url:false,data:null,title:{text:false,button:false}},position:{target:false,corner:{target:"bottomRight",tooltip:"topLeft"},adjust:{x:0,y:0,mouse:true,screen:false,scroll:true,resize:true},type:"absolute",container:false},show:{when:{target:false,event:"mouseover"},effect:{type:"fade",length:100},delay:140,solo:false,ready:false},hide:{when:{target:false,event:"mouseout"},effect:{type:"fade",length:100},delay:0,fixed:false},api:{beforeRender:function(){},onRender:function(){},
beforePositionUpdate:function(){},onPositionUpdate:function(){},beforeShow:function(){},onShow:function(){},beforeHide:function(){},onHide:function(){},beforeContentUpdate:function(){},onContentUpdate:function(){},beforeContentLoad:function(){},onContentLoad:function(){},beforeTitleUpdate:function(){},onTitleUpdate:function(){},beforeDestroy:function(){},onDestroy:function(){},beforeFocus:function(){},onFocus:function(){}}};c.fn.qtip.styles={defaults:{background:"white",color:"#111",overflow:"hidden",
textAlign:"left",width:{min:0,max:250},padding:"5px 9px",border:{width:1,radius:0,color:"#d3d3d3"},tip:{corner:false,color:false,size:{width:13,height:13},opacity:1},title:{background:"#e1e1e1",fontWeight:"bold",padding:"7px 12px"},button:{cursor:"pointer"},classes:{target:"",tip:"qtip-tip",title:"qtip-title",button:"qtip-button",content:"qtip-content",active:"qtip-active"}},cream:{border:{width:3,radius:0,color:"#F9E98E"},title:{background:"#F0DE7D",color:"#A27D35"},background:"#FBF7AA",color:"#A27D35",
classes:{tooltip:"qtip-cream"}},light:{border:{width:3,radius:0,color:"#E2E2E2"},title:{background:"#f1f1f1",color:"#454545"},background:"white",color:"#454545",classes:{tooltip:"qtip-light"}},dark:{border:{width:3,radius:0,color:"#303030"},title:{background:"#404040",color:"#f3f3f3"},background:"#505050",color:"#f3f3f3",classes:{tooltip:"qtip-dark"}},red:{border:{width:3,radius:0,color:"#CE6F6F"},title:{background:"#f28279",color:"#9C2F2F"},background:"#F79992",color:"#9C2F2F",classes:{tooltip:"qtip-red"}},
green:{border:{width:3,radius:0,color:"#A9DB66"},title:{background:"#b9db8c",color:"#58792E"},background:"#CDE6AC",color:"#58792E",classes:{tooltip:"qtip-green"}},blue:{border:{width:3,radius:0,color:"#ADD9ED"},title:{background:"#D0E9F5",color:"#5E99BD"},background:"#E5F6FE",color:"#4D9FBF",classes:{tooltip:"qtip-blue"}}}})(WDN.jQuery);WDN.loadedJS["wdn/templates_3.0/scripts/plugins/qtip/jquery.qtip.js"]=true;
WDN.idm=function(){return{logoutURL:"https://login.unl.edu/cas/logout?url="+escape(window.location),user:false,initialize:function(){WDN.idm.isLoggedIn()&&WDN.loadJS("https://login.unl.edu/demo/pf-whoami/",function(){WDN.idm.getUserId()&&WDN.idm.displayNotice(WDN.idm.getUserId())})},logout:function(){WDN.setCookie("sso","0",-1);WDN.idm.user=false},isLoggedIn:function(){if(WDN.getCookie("sso")!==null)return true;return false},getUserId:function(){return WDN.idm.user.uid},displayNotice:function(c){WDN.jQuery("#wdn_identity_management").length===
0&&WDN.jQuery("#header").append('<div id="wdn_identity_management" class="loggedin"></div>');WDN.jQuery("#wdn_search").length>0&&WDN.jQuery("#wdn_identity_management").css({right:"362px"});var o="";if("https:"!=document.location.protocol){o=c.substring(2,0)=="s-"?"unl_"+c.replace("-","_"):"unl_"+c;o='<a href="http://planetred.unl.edu/pg/profile/'+o+'" title="Your Planet Red Profile"><img src="http://planetred.unl.edu/mod/profile/icondirect.php?username='+o+'&size=topbar" alt="Your Profile Pic" /></a>'}WDN.jQuery("#wdn_identity_management").html(o+
' <span class="username">'+c+'</span> <a id="wdn_idm_logout" href="'+WDN.idm.logoutURL+'">Logout</a>');WDN.jQuery("#wdn_identity_management a").click(WDN.idm.logout);WDN.jQuery("#wdn_identity_management .username").html(WDN.idm.user.cn)},setLogoutURL:function(c){WDN.jQuery("#wdn_idm_logout").attr("href",c);WDN.idm.logoutURL=c}}}();WDN.loadedJS["wdn/templates_3.0/scripts/idm.js"]=true;
WDN.tabs=function(){return{initialize:function(){var c=document.all&&navigator.appVersion.indexOf("MSIE 7.")!=-1;WDN.log("tabs JS loaded");WDN.jQuery("ul.wdn_tabs > li > a:not(:has(span))").each(function(){theHTML=WDN.jQuery(this).html();WDN.jQuery(this).html("<span>"+theHTML+"</span>")});if(window.location.hash)WDN.tabs.showOnlyDiv(window.location.hash);else{var o;o=WDN.jQuery("ul.wdn_tabs:not(.disableSwitching) li.selected").length?WDN.jQuery("ul.wdn_tabs:not(.disableSwitching) li.selected:first a").attr("href"):
WDN.jQuery("ul.wdn_tabs:not(.disableSwitching) li:first a").attr("href");WDN.tabs.showOnlyDiv(o)}WDN.jQuery("ul.wdn_tabs li").each(function(){var x=WDN.jQuery(this).children("a").text(),A=WDN.jQuery(this).children("a").attr("href");WDN.jQuery("div#"+A).prepend("<h5 class='yesprint'>"+x+"</h5>");return true});WDN.jQuery("ul.wdn_tabs:not(.disableSwitching) a").click(function(){var x=WDN.jQuery(this).attr("href");if(!c)window.location.hash=x;WDN.tabs.showOnlyDiv(x);WDN.tabs.cleanLastTab();return false});
WDN.jQuery("#maincontent ul.wdn_tabs li ul").length&&WDN.jQuery("#maincontent ul.wdn_tabs").css({"margin-bottom":"70px"});WDN.tabs.cleanLastTab();return true},showOnlyDiv:function(c){WDN.jQuery("ul.wdn_tabs:not(.disableSwitching) li.selected").removeClass("selected");WDN.jQuery("ul.wdn_tabs:not(.disableSwitching) ul").hide();WDN.jQuery("ul.wdn_tabs li a[href="+c+"]").parents("li").addClass("selected");WDN.jQuery("ul.wdn_tabs li a[href="+c+"]").siblings().show();WDN.jQuery("ul.wdn_tabs li a[href="+
c+"]").parents("ul").show();WDN.jQuery("div.wdn_tabs_content > div").hide();WDN.jQuery("div"+c).show();return true},cleanLastTab:function(){WDN.jQuery("ul.wdn_tabs > li:last-child > a").css({"margin-right":"-7px",background:"url('"+WDN.template_path+"wdn/templates_3.0/css/content/images/tabs/inactiveRightLast.png') no-repeat top right"});WDN.jQuery("ul.wdn_tabs > li:last-child.selected > a").css({background:"url('"+WDN.template_path+"wdn/templates_3.0/css/content/images/tabs/activeRight.png') no-repeat top right"});
return true}}}();WDN.loadedJS["wdn/templates_3.0/scripts/tabs.js"]=true;
WDN.feedback=function(){return{initialize:function(){WDN.loadJS("wdn/templates_3.0/scripts/plugins/rating/jquery.rating.js",WDN.feedback.ratingSetup);WDN.feedback.commentSetup()},ratingSetup:function(){WDN.log("setting up rating");try{WDN.jQuery("#wdn_feedback").rating()}catch(c){}},commentSetup:function(){WDN.jQuery("#wdn_feedback_comments textarea").keyup(function(){this.value.length>0&&WDN.jQuery("#wdn_feedback_comments input").css({display:"block"})});WDN.jQuery("#wdn_feedback_comments").submit(function(c){var o=
WDN.jQuery("#wdn_feedback_comments textarea").val();if(o.split(" ").length<4){alert("Please enter more information.");return false}WDN.post("http://www1.unl.edu/comments/",{comment:o},function(){});WDN.jQuery("#wdn_feedback_comments").replaceWith("<h4>Thanks!</h4>");c.stopPropagation();return false})}}}();WDN.loadedJS["wdn/templates_3.0/scripts/feedback.js"]=true;
WDN.socialmediashare=function(){return{initialize:function(){function c(A){return document.getElementById(A)}try{c("wdn_facebook").href="http://www.facebook.com/share.php?u="+window.location+"";c("wdn_twitter").href="http://twitter.com/home?status=Reading: "+window.location+" %23UNL";c("wdn_plurk").href="http://www.plurk.com/?status="+window.location+" from University%20of%20Nebraska-Lincoln&qualifier=shares";c("wdn_myspace").href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&u="+window.location+
"&t=University%20of%20Nebraska-Lincoln: "+document.title+"";c("wdn_digg").href="http://digg.com/submit?phase=2&url="+window.location+"&title=University%20of%20Nebraska-Lincoln: "+document.title+"";c("wdn_linkedin").href="http://www.linkedin.com/shareArticle?mini=true&url="+window.location+"&title=University%20of%20Nebraska-Lincoln: "+document.title+"&summary=&source=";c("wdn_googlebookmark").href="http://www.google.com/bookmarks/mark?op=edit&bkmk="+window.location+"&title=University%20of%20Nebraska-Lincoln: "+
document.title+"";c("wdn_delicious").href="http://del.icio.us/post?url="+window.location+"&title=University%20of%20Nebraska-Lincoln: "+document.title+"";c("wdn_reddit").href="http://reddit.com/submit?url="+window.location+"&title=University%20of%20Nebraska-Lincoln: "+document.title+"";c("wdn_stumbleupon").href="http://www.stumbleupon.com/submit?url="+window.location+"&title=University%20of%20Nebraska-Lincoln: "+document.title+"";c("wdn_newsvine").href="http://www.newsvine.com/_tools/seed&save?popoff=0&u="+
window.location+"&h=University%20of%20Nebraska-Lincoln: "+document.title+""}catch(o){}WDN.jQuery("a#wdn_createGoURL").click(function(){WDN.jQuery(this).remove();WDN.socialmediashare.createURL(window.location.href,function(A){WDN.jQuery(".socialmedia:last").after("<input type='text' id='goURLResponse' value='"+A+"' />");WDN.jQuery("#goURLResponse").focus().select()});return false});var x="";WDN.jQuery(".socialmedia a").click(function(){x=WDN.jQuery(this).attr("id");gaTagging="utm_campaign=wdn_social&utm_medium=share_this&utm_source="+
x;thisPage=new String(window.location.href);thisURL=thisPage.indexOf("?")!=-1?thisPage+"&"+gaTagging:thisPage+"?"+gaTagging;WDN.socialmediashare.createURL(thisURL,function(A){var L=new String(window.location);L=L.replace(/\?/g,"\\?");L=new RegExp(L);WDN.log("regExpURL: "+L);var G=WDN.jQuery("#"+x).attr("href");WDN.log("currentHref: "+G);WDN.jQuery("#"+x).attr({href:G.replace(L,A)});window.location.href=WDN.jQuery("#"+x).attr("href")});return false})},createURL:function(c,o){WDN.post("http://go.unl.edu/api_create.php",
{theURL:c},function(x){WDN.log("current URL: "+c+" GoURL: "+x);x!="There was an error. "&&o(x)})}}}();WDN.loadedJS["wdn/templates_3.0/scripts/socialmediashare.js"]=true;var unlAlerts=function(){};
WDN.unlalert=function(){return{data_url:"http://alert1.unl.edu/json/unlcap.js",current_id:false,calltimeout:false,initialize:function(){WDN.log("Initializing the UNL Alert Plugin");"https:"!=document.location.protocol&&WDN.unlalert.checkIfCallNeeded()},checkIfCallNeeded:function(){WDN.unlalert._dataHasExpired()&&WDN.unlalert._callServer()},dataReceived:function(){WDN.log("UNL Alert data received");clearTimeout(WDN.unlalert.calltimeout);WDN.setCookie("unlAlertsData","y",60);WDN.unlalert.calltimeout=
setTimeout(WDN.unlalert.checkIfCallNeeded,6E4)},_dataHasExpired:function(){return WDN.getCookie("unlAlertsData")?false:true},_callServer:function(){WDN.log("Checking the alert server for data "+WDN.unlalert.data_url);var c=document.getElementsByTagName("head").item(0),o=document.getElementById("lastLoadedCmds");o&&c.removeChild(o);o=new Date;script=document.createElement("script");script.src=WDN.unlalert.data_url+"?"+o.getTime();script.type="text/javascript";script.defer=true;script.id="lastLoadedCmds";
c.appendChild(script)},alertWasAcknowledged:function(c){return WDN.getCookie("unlAlertIdClosed_"+c)?true:false},_acknowledgeAlert:function(c){WDN.setCookie("unlAlertIdClosed_"+c,c,3600)},alertUser:function(c,o){WDN.log("Alerting the user");var x=c.headline;c=c.description;WDN.unlalert.current_id=o;if(WDN.jQuery("#alertbox").length===0){WDN.jQuery("#wdn_tool_links").prepend('<li><a id="unlalerttool" class="alert tooltip" title="Emergency Alert: An alert has been issued!" href="#alertbox">UNL Alert</a></li>');
WDN.jQuery("#maincontent").append('<div id="alertbox" style="display:none"></div>');WDN.jQuery("#unlalerttool").click(function(){WDN.jQuery("#alertbox").show();WDN.jQuery().bind("cbox_closed",WDN.unlalert.closeAlert);WDN.jQuery("#unlalerttool").colorbox({inline:true,width:"640px",href:"#alertbox",open:true});return false})}WDN.jQuery("#alertbox").html('<div id="alertboxContent"><div class="col left"><img src="/wdn/templates_3.0/css/images/alert/generic.png" alt="An emergency has been issued" /></div><div class="two_col right" style="width:70%;"><h1 class="sec_header">Emergency Alert: An alert has been issued!<h4>'+
x+"</h4><p>"+c+"<!-- Number "+o+" --\></p></div></div>");WDN.unlalert.alertWasAcknowledged(o)?WDN.log("Alert was previously acknowledged"):WDN.jQuery("#unlalerttool").click()},closeAlert:function(){WDN.jQuery("#alertbox").hide();WDN.unlalert._acknowledgeAlert(WDN.unlalert.current_id)}}}();
unlAlerts.server={init:function(){WDN.unlalert.dataReceived();var c=unlAlerts.data.alert.info,o=c.parameter.value;if(c.severity=="Extreme"){WDN.log("Found an alert, calling alertUser()");return WDN.unlalert.alertUser(c,o)}else return false}};WDN.loadedJS["wdn/templates_3.0/scripts/unlalert.js"]=true;
function fetchURLInto(c,o,x){WDN.get(c,null,function(A,L){if(L=="success")document.getElementById(o).innerHTML=A;else if(undefined===x)document.getElementById(o).innerHTML="Error loading results.";else document.getElementById(o).innerHTML=x})}
function rotateImg(c,o,x,A){function L(){if(G.src!==null&&eval(c+"["+A+"][0]")!==null)G.src=eval(c+"["+A+"][0]");if(G.alt!==null&&eval(c+"["+A+"][1]")!==null)G.alt=eval(c+"["+A+"][1]");if(G.parentNode.href!==null&&eval(c+"["+A+"][2]")!==null){G.parentNode.href=eval(c+"["+A+"][2]");if(eval(c+"["+A+"][3]")!==null){var N=eval(c+"["+A+"][3]");G.parentNode.onclick=function(){eval(N)}}else G.parentNode.onclick=null}else G.parentNode.href="#"}if(A==undefined)A=Math.floor(Math.random()*eval(c+".length"));
if(A>=eval(c+".length"))A=0;if(eval(c+"["+A+"]")!==null){var G=document.getElementById(o);L()}A++;if(x>0)return setTimeout("rotateImg('"+c+"','"+o+"',"+x+","+A+")",x*1E3);return true}
function newRandomPromo(c){var o=new WDN.proxy_xmlhttp;o.open("GET",c,true);o.onreadystatechange=function(){if(o.readyState==4)if(o.status==200){var x=o.responseXML.documentElement,A=x.getElementsByTagName("promo").length,L=Math.floor(Math.random()*A);A=x.getElementsByTagName("contentContainer")[0].childNodes[0].nodeValue;var G=x.getElementsByTagName("promo")[L].getAttribute("id"),N=x.getElementsByTagName("promo")[L].getElementsByTagName("media")[0].getAttribute("type"),B=" ";try{var T=x.getElementsByTagName("promo")[L].getElementsByTagName("media")[0].childNodes[0].nodeValue;
B=x.getElementsByTagName("promo")[L].getElementsByTagName("text")[0].childNodes[0].nodeValue}catch(S){B=" "}x=x.getElementsByTagName("promo")[L].getElementsByTagName("link")[0].childNodes[0].nodeValue;if(N=="image")document.getElementById(A).innerHTML='<a class="imagelink" href="'+x+'" title="'+G+'" /><img src="'+T+'" alt="promo" class="frame" /></a>\n<p>'+B+"</p>\n";else if(N=="flash")document.getElementById(A).innerHTML='<div class="image_small_short">\n<object width="210" height="80" wmode="opaque"><param name="movie" value="'+
T+'"><embed src="'+T+'" width="210" height="80"></embed></object>\n</div>\n<p>'+B+"</p>\n"}o=new XMLHTTP};o.send(null)}function addLoadEvent(c){WDN.jQuery(document).ready(c)}var wraphandler={addEvent:function(c,o,x){if(c.attachEvent){c["e"+o+x]=x;c[o+x]=function(){c["e"+o+x](window.event)};c.attachEvent("on"+o,c[o+x])}else c.addEventListener(o,x,false)}},XMLHTTP=WDN.proxy_xmlhttp;function hasClass(c){var o=false;if(c.getAttributeNode("class")!==null)o=c.getAttributeNode("class").value;return o}
function stripe(c,o,x){var A=false;o=o?o:"#ffffff";x=x?x:"#ecf7fd";if(c=document.getElementById(c)){c=c.getElementsByTagName("tbody");for(var L=0;L<c.length;L++)for(var G=c[L].getElementsByTagName("tr"),N=0;N<G.length;N++){if(!hasClass(G[N])&&!G[N].style.backgroundColor)for(var B=G[N].getElementsByTagName("td"),T=0;T<B.length;T++){var S=B[T];if(!hasClass(S)&&!S.style.backgroundColor)S.style.backgroundColor=A?o:x}A=!A}}}WDN.loadedJS["wdn/templates_3.0/scripts/global_functions.js"]=true;WDN.initializeTemplate();
