/*
 * jQuery UI 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI
 */
(function(b,d){function e(g){return!b(g).parents().andSelf().filter(function(){return b.curCSS(this,"visibility")==="hidden"||b.expr.filters.hidden(this)}).length}b.ui=b.ui||{};if(!b.ui.version){b.extend(b.ui,{version:"1.8.11",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});b.fn.extend({_focus:b.fn.focus,focus:function(g,f){return typeof g==="number"?this.each(function(){var a=this;setTimeout(function(){b(a).focus();f&&f.call(a)},g)}):this._focus.apply(this,arguments)},scrollParent:function(){var g;g=b.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(b.curCSS(this,"position",1))&&/(auto|scroll)/.test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!g.length?b(document):g},zIndex:function(g){if(g!==d)return this.css("zIndex",g);if(this.length){g=b(this[0]);for(var f;g.length&&g[0]!==document;){f=g.css("position");if(f==="absolute"||f==="relative"||f==="fixed"){f=parseInt(g.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}g=g.parent()}}return 0},disableSelection:function(){return this.bind((b.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(g){g.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});b.each(["Width","Height"],function(g,f){function a(j,n,p,l){b.each(c,function(){n-=parseFloat(b.curCSS(j,"padding"+this,true))||0;if(p)n-=parseFloat(b.curCSS(j,"border"+this+"Width",true))||0;if(l)n-=parseFloat(b.curCSS(j,"margin"+this,true))||0});return n}var c=f==="Width"?["Left","Right"]:["Top","Bottom"],h=f.toLowerCase(),i={innerWidth:b.fn.innerWidth,innerHeight:b.fn.innerHeight,outerWidth:b.fn.outerWidth,outerHeight:b.fn.outerHeight};b.fn["inner"+f]=function(j){if(j===d)return i["inner"+f].call(this);return this.each(function(){b(this).css(h,a(this,j)+"px")})};b.fn["outer"+f]=function(j,n){if(typeof j!=="number")return i["outer"+f].call(this,j);return this.each(function(){b(this).css(h,a(this,j,true,n)+"px")})}});b.extend(b.expr[":"],{data:function(g,f,a){return!!b.data(g,a[3])},focusable:function(g){var f=g.nodeName.toLowerCase(),a=b.attr(g,"tabindex");if("area"===f){f=g.parentNode;a=f.name;if(!g.href||!a||f.nodeName.toLowerCase()!=="map")return false;g=b("img[usemap=#"+a+"]")[0];return!!g&&e(g)}return(/input|select|textarea|button|object/.test(f)?!g.disabled:"a"==f?g.href||!isNaN(a):!isNaN(a))&&e(g)},tabbable:function(g){var f=b.attr(g,"tabindex");return(isNaN(f)||f>=0)&&b(g).is(":focusable")}});b(function(){var g=document.body,f=g.appendChild(f=document.createElement("div"));b.extend(f.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});b.support.minHeight=f.offsetHeight===100;b.support.selectstart="onselectstart"in f;g.removeChild(f).style.display="none"});b.extend(b.ui,{plugin:{add:function(g,f,a){g=b.ui[g].prototype;for(var c in a){g.plugins[c]=g.plugins[c]||[];g.plugins[c].push([f,a[c]])}},call:function(g,f,a){if((f=g.plugins[f])&&g.element[0].parentNode)for(var c=0;c<f.length;c++)g.options[f[c][0]]&&f[c][1].apply(g.element,a)}},contains:function(g,f){return document.compareDocumentPosition?g.compareDocumentPosition(f)&16:g!==f&&g.contains(f)},hasScroll:function(g,f){if(b(g).css("overflow")==="hidden")return false;f=f&&f==="left"?"scrollLeft":"scrollTop";var a=false;if(g[f]>0)return true;g[f]=1;a=g[f]>0;g[f]=0;return a},isOverAxis:function(g,f,a){return g>f&&g<f+a},isOver:function(g,f,a,c,h,i){return b.ui.isOverAxis(g,a,h)&&b.ui.isOverAxis(f,c,i)}})}})(jQuery);(function(b,d){if(b.cleanData){var e=b.cleanData;b.cleanData=function(f){for(var a=0,c;(c=f[a])!=null;a++)b(c).triggerHandler("remove");e(f)}}else{var g=b.fn.remove;b.fn.remove=function(f,a){return this.each(function(){if(!a)if(!f||b.filter(f,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return g.call(b(this),f,a)})}}b.widget=function(f,a,c){var h=f.split(".")[0],i;f=f.split(".")[1];i=h+"-"+f;if(!c){c=a;a=b.Widget}b.expr[":"][i]=function(j){return!!b.data(j,f)};b[h]=b[h]||{};b[h][f]=function(j,n){arguments.length&&this._createWidget(j,n)};a=new a;a.options=b.extend(true,{},a.options);b[h][f].prototype=b.extend(true,a,{namespace:h,widgetName:f,widgetEventPrefix:b[h][f].prototype.widgetEventPrefix||f,widgetBaseClass:i},c);b.widget.bridge(f,b[h][f])};b.widget.bridge=function(f,a){b.fn[f]=function(c){var h=typeof c==="string",i=Array.prototype.slice.call(arguments,1),j=this;c=!h&&i.length?b.extend.apply(null,[true,c].concat(i)):c;if(h&&c.charAt(0)==="_")return j;h?this.each(function(){var n=b.data(this,f),p=n&&b.isFunction(n[c])?n[c].apply(n,i):n;if(p!==n&&p!==d){j=p;return false}}):this.each(function(){var n=b.data(this,f);n?n.option(c||{})._init():b.data(this,f,new a(c,this))});return j}};b.Widget=function(f,a){arguments.length&&this._createWidget(f,a)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(f,a){b.data(a,this.widgetName,this);this.element=b(a);this.options=b.extend(true,{},this.options,this._getCreateOptions(),f);var c=this;this.element.bind("remove."+this.widgetName,function(){c.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(f,a){var c=f;if(arguments.length===0)return b.extend({},this.options);if(typeof f==="string"){if(a===d)return this.options[f];c={};c[f]=a}this._setOptions(c);return this},_setOptions:function(f){var a=this;b.each(f,function(c,h){a._setOption(c,h)});return this},_setOption:function(f,a){this.options[f]=a;if(f==="disabled")this.widget()[a?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",a);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(f,a,c){var h=this.options[f];a=b.Event(a);a.type=(f===this.widgetEventPrefix?f:this.widgetEventPrefix+f).toLowerCase();c=c||{};if(a.originalEvent){f=b.event.props.length;for(var i;f;){i=b.event.props[--f];a[i]=a.originalEvent[i]}}this.element.trigger(a,c);return!(b.isFunction(h)&&h.call(this.element[0],a,c)===false||a.isDefaultPrevented())}}})(jQuery);(function(b){b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var d=this;this.element.bind("mousedown."+this.widgetName,function(e){return d._mouseDown(e)}).bind("click."+this.widgetName,function(e){if(true===b.data(e.target,d.widgetName+".preventClickEvent")){b.removeData(e.target,d.widgetName+".preventClickEvent");e.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(d){d.originalEvent=d.originalEvent||{};if(!d.originalEvent.mouseHandled){this._mouseStarted&&this._mouseUp(d);this._mouseDownEvent=d;var e=this,g=d.which==1,f=typeof this.options.cancel=="string"?b(d.target).parents().add(d.target).filter(this.options.cancel).length:false;if(!g||f||!this._mouseCapture(d))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){e.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d)){this._mouseStarted=this._mouseStart(d)!==false;if(!this._mouseStarted){d.preventDefault();return true}}true===b.data(d.target,this.widgetName+".preventClickEvent")&&b.removeData(d.target,this.widgetName+".preventClickEvent");this._mouseMoveDelegate=function(a){return e._mouseMove(a)};this._mouseUpDelegate=function(a){return e._mouseUp(a)};b(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);d.preventDefault();return d.originalEvent.mouseHandled=true}},_mouseMove:function(d){if(b.browser.msie&&!(document.documentMode>=9)&&!d.button)return this._mouseUp(d);if(this._mouseStarted){this._mouseDrag(d);return d.preventDefault()}if(this._mouseDistanceMet(d)&&this._mouseDelayMet(d))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,d)!==false)?this._mouseDrag(d):this._mouseUp(d);return!this._mouseStarted},_mouseUp:function(d){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;d.target==this._mouseDownEvent.target&&b.data(d.target,this.widgetName+".preventClickEvent",true);this._mouseStop(d)}return false},_mouseDistanceMet:function(d){return Math.max(Math.abs(this._mouseDownEvent.pageX-d.pageX),Math.abs(this._mouseDownEvent.pageY-d.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery);(function(b){b.widget("ui.draggable",b.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper=="original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(d){var e=this.options;if(this.helper||e.disabled||b(d.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(d);if(!this.handle)return false;return true},_mouseStart:function(d){var e=this.options;this.helper=this._createHelper(d);this._cacheHelperProportions();if(b.ui.ddmanager)b.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-
this.margins.top,left:this.offset.left-this.margins.left};b.extend(this.offset,{click:{left:d.pageX-this.offset.left,top:d.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(d);this.originalPageX=d.pageX;this.originalPageY=d.pageY;e.cursorAt&&this._adjustOffsetFromHelper(e.cursorAt);e.containment&&this._setContainment();if(this._trigger("start",d)===false){this._clear();return false}this._cacheHelperProportions();b.ui.ddmanager&&!e.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(d,true);return true},_mouseDrag:function(d,e){this.position=this._generatePosition(d);this.positionAbs=this._convertPositionTo("absolute");if(!e){e=this._uiHash();if(this._trigger("drag",d,e)===false){this._mouseUp({});return false}this.position=e.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";b.ui.ddmanager&&b.ui.ddmanager.drag(this,d);return false},_mouseStop:function(d){var e=false;if(b.ui.ddmanager&&!this.options.dropBehaviour)e=b.ui.ddmanager.drop(this,d);if(this.dropped){e=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!e||this.options.revert=="valid"&&e||this.options.revert===true||b.isFunction(this.options.revert)&&this.options.revert.call(this.element,e)){var g=this;b(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){g._trigger("stop",d)!==false&&g._clear()})}else this._trigger("stop",d)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(d){var e=!this.options.handle||!b(this.options.handle,this.element).length?true:false;b(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==d.target)e=true});return e},_createHelper:function(d){var e=this.options;d=b.isFunction(e.helper)?b(e.helper.apply(this.element[0],[d])):e.helper=="clone"?this.element.clone():this.element;d.parents("body").length||d.appendTo(e.appendTo=="parent"?this.element[0].parentNode:e.appendTo);d[0]!=this.element[0]&&!/(fixed|absolute)/.test(d.css("position"))&&d.css("position","absolute");return d},_adjustOffsetFromHelper:function(d){if(typeof d=="string")d=d.split(" ");if(b.isArray(d))d={left:+d[0],top:+d[1]||0};if("left"in d)this.offset.click.left=d.left+this.margins.left;if("right"in d)this.offset.click.left=this.helperProportions.width-d.right+this.margins.left;if("top"in d)this.offset.click.top=d.top+this.margins.top;if("bottom"in d)this.offset.click.top=this.helperProportions.height-d.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var d=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0])){d.left+=this.scrollParent.scrollLeft();d.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&b.browser.msie)d={top:0,left:0};return{top:d.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:d.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var d=this.element.position();return{top:d.top-
(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:d.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var d=this.options;if(d.containment=="parent")d.containment=this.helper[0].parentNode;if(d.containment=="document"||d.containment=="window")this.containment=[(d.containment=="document"?0:b(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(d.containment=="document"?0:b(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(d.containment=="document"?0:b(window).scrollLeft())+b(d.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(d.containment=="document"?0:b(window).scrollTop())+(b(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(d.containment)&&d.containment.constructor!=Array){var e=b(d.containment)[0];if(e){d=b(d.containment).offset();var g=b(e).css("overflow")!="hidden";this.containment=[d.left+(parseInt(b(e).css("borderLeftWidth"),10)||0)+(parseInt(b(e).css("paddingLeft"),10)||0),d.top+(parseInt(b(e).css("borderTopWidth"),10)||0)+(parseInt(b(e).css("paddingTop"),10)||0),d.left+(g?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(b(e).css("borderLeftWidth"),10)||0)-(parseInt(b(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,d.top+(g?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(b(e).css("borderTopWidth"),10)||0)-(parseInt(b(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom]}}else if(d.containment.constructor==Array)this.containment=d.containment},_convertPositionTo:function(d,e){if(!e)e=this.position;d=d=="absolute"?1:-1;var g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(g[0].tagName);return{top:e.top+this.offset.relative.top*d+this.offset.parent.top*d-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:g.scrollTop())*d),left:e.left+this.offset.relative.left*d+this.offset.parent.left*d-(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:g.scrollLeft())*d)}},_generatePosition:function(d){var e=this.options,g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(g[0].tagName),a=d.pageX,c=d.pageY;if(this.originalPosition){if(this.containment){if(d.pageX-this.offset.click.left<this.containment[0])a=this.containment[0]+this.offset.click.left;if(d.pageY-this.offset.click.top<this.containment[1])c=this.containment[1]+this.offset.click.top;if(d.pageX-this.offset.click.left>this.containment[2])a=this.containment[2]+this.offset.click.left;if(d.pageY-this.offset.click.top>this.containment[3])c=this.containment[3]+this.offset.click.top}if(e.grid){c=this.originalPageY+Math.round((c-this.originalPageY)/e.grid[1])*e.grid[1];c=this.containment?!(c-this.offset.click.top<this.containment[1]||c-this.offset.click.top>this.containment[3])?c:!(c-this.offset.click.top<this.containment[1])?c-e.grid[1]:c+e.grid[1]:c;a=this.originalPageX+Math.round((a-this.originalPageX)/e.grid[0])*e.grid[0];a=this.containment?!(a-this.offset.click.left<this.containment[0]||a-this.offset.click.left>this.containment[2])?a:!(a-this.offset.click.left<this.containment[0])?a-e.grid[0]:a+e.grid[0]:a}}return{top:c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:g.scrollTop()),left:a-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(b.browser.safari&&b.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:g.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(d,e,g){g=g||this._uiHash();b.ui.plugin.call(this,d,[e,g]);if(d=="drag")this.positionAbs=this._convertPositionTo("absolute");return b.Widget.prototype._trigger.call(this,d,e,g)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});b.extend(b.ui.draggable,{version:"1.8.11"});b.ui.plugin.add("draggable","connectToSortable",{start:function(d,e){var g=b(this).data("draggable"),f=g.options,a=b.extend({},e,{item:g.element});g.sortables=[];b(f.connectToSortable).each(function(){var c=b.data(this,"sortable");if(c&&!c.options.disabled){g.sortables.push({instance:c,shouldRevert:c.options.revert});c.refreshPositions();c._trigger("activate",d,a)}})},stop:function(d,e){var g=b(this).data("draggable"),f=b.extend({},e,{item:g.element});b.each(g.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;g.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(d);this.instance.options.helper=this.instance.options._helper;g.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",d,f)}})},drag:function(d,e){var g=b(this).data("draggable"),f=this;b.each(g.sortables,function(){this.instance.positionAbs=g.positionAbs;this.instance.helperProportions=g.helperProportions;this.instance.offset.click=g.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=b(f).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return e.helper[0]};d.target=this.instance.currentItem[0];this.instance._mouseCapture(d,true);this.instance._mouseStart(d,true,true);this.instance.offset.click.top=g.offset.click.top;this.instance.offset.click.left=g.offset.click.left;this.instance.offset.parent.left-=g.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=g.offset.parent.top-this.instance.offset.parent.top;g._trigger("toSortable",d);g.dropped=this.instance.element;g.currentItem=g.element;this.instance.fromOutside=g}this.instance.currentItem&&this.instance._mouseDrag(d)}else if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",d,this.instance._uiHash(this.instance));this.instance._mouseStop(d,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();g._trigger("fromSortable",d);g.dropped=false}})}});b.ui.plugin.add("draggable","cursor",{start:function(){var d=b("body"),e=b(this).data("draggable").options;if(d.css("cursor"))e._cursor=d.css("cursor");d.css("cursor",e.cursor)},stop:function(){var d=b(this).data("draggable").options;d._cursor&&b("body").css("cursor",d._cursor)}});b.ui.plugin.add("draggable","iframeFix",{start:function(){var d=b(this).data("draggable").options;b(d.iframeFix===true?"iframe":d.iframeFix).each(function(){b('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(b(this).offset()).appendTo("body")})},stop:function(){b("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});b.ui.plugin.add("draggable","opacity",{start:function(d,e){d=b(e.helper);e=b(this).data("draggable").options;if(d.css("opacity"))e._opacity=d.css("opacity");d.css("opacity",e.opacity)},stop:function(d,e){d=b(this).data("draggable").options;d._opacity&&b(e.helper).css("opacity",d._opacity)}});b.ui.plugin.add("draggable","scroll",{start:function(){var d=b(this).data("draggable");if(d.scrollParent[0]!=document&&d.scrollParent[0].tagName!="HTML")d.overflowOffset=d.scrollParent.offset()},drag:function(d){var e=b(this).data("draggable"),g=e.options,f=false;if(e.scrollParent[0]!=document&&e.scrollParent[0].tagName!="HTML"){if(!g.axis||g.axis!="x")if(e.overflowOffset.top+e.scrollParent[0].offsetHeight-d.pageY<g.scrollSensitivity)e.scrollParent[0].scrollTop=f=e.scrollParent[0].scrollTop+
g.scrollSpeed;else if(d.pageY-e.overflowOffset.top<g.scrollSensitivity)e.scrollParent[0].scrollTop=f=e.scrollParent[0].scrollTop-g.scrollSpeed;if(!g.axis||g.axis!="y")if(e.overflowOffset.left+e.scrollParent[0].offsetWidth-d.pageX<g.scrollSensitivity)e.scrollParent[0].scrollLeft=f=e.scrollParent[0].scrollLeft+g.scrollSpeed;else if(d.pageX-e.overflowOffset.left<g.scrollSensitivity)e.scrollParent[0].scrollLeft=f=e.scrollParent[0].scrollLeft-g.scrollSpeed}else{if(!g.axis||g.axis!="x")if(d.pageY-b(document).scrollTop()<g.scrollSensitivity)f=b(document).scrollTop(b(document).scrollTop()-g.scrollSpeed);else if(b(window).height()-(d.pageY-b(document).scrollTop())<g.scrollSensitivity)f=b(document).scrollTop(b(document).scrollTop()+g.scrollSpeed);if(!g.axis||g.axis!="y")if(d.pageX-b(document).scrollLeft()<g.scrollSensitivity)f=b(document).scrollLeft(b(document).scrollLeft()-g.scrollSpeed);else if(b(window).width()-(d.pageX-b(document).scrollLeft())<g.scrollSensitivity)f=b(document).scrollLeft(b(document).scrollLeft()+
g.scrollSpeed)}f!==false&&b.ui.ddmanager&&!g.dropBehaviour&&b.ui.ddmanager.prepareOffsets(e,d)}});b.ui.plugin.add("draggable","snap",{start:function(){var d=b(this).data("draggable"),e=d.options;d.snapElements=[];b(e.snap.constructor!=String?e.snap.items||":data(draggable)":e.snap).each(function(){var g=b(this),f=g.offset();this!=d.element[0]&&d.snapElements.push({item:this,width:g.outerWidth(),height:g.outerHeight(),top:f.top,left:f.left})})},drag:function(d,e){for(var g=b(this).data("draggable"),f=g.options,a=f.snapTolerance,c=e.offset.left,h=c+g.helperProportions.width,i=e.offset.top,j=i+g.helperProportions.height,n=g.snapElements.length-1;n>=0;n--){var p=g.snapElements[n].left,l=p+g.snapElements[n].width,k=g.snapElements[n].top,m=k+g.snapElements[n].height;if(p-a<c&&c<l+a&&k-a<i&&i<m+a||p-a<c&&c<l+a&&k-a<j&&j<m+a||p-a<h&&h<l+a&&k-a<i&&i<m+a||p-a<h&&h<l+a&&k-a<j&&j<m+a){if(f.snapMode!="inner"){var o=Math.abs(k-j)<=a,q=Math.abs(m-i)<=a,s=Math.abs(p-h)<=a,r=Math.abs(l-c)<=a;if(o)e.position.top=g._convertPositionTo("relative",{top:k-g.helperProportions.height,left:0}).top-g.margins.top;if(q)e.position.top=g._convertPositionTo("relative",{top:m,left:0}).top-g.margins.top;if(s)e.position.left=g._convertPositionTo("relative",{top:0,left:p-g.helperProportions.width}).left-g.margins.left;if(r)e.position.left=g._convertPositionTo("relative",{top:0,left:l}).left-g.margins.left}var u=o||q||s||r;if(f.snapMode!="outer"){o=Math.abs(k-i)<=a;q=Math.abs(m-j)<=a;s=Math.abs(p-c)<=a;r=Math.abs(l-h)<=a;if(o)e.position.top=g._convertPositionTo("relative",{top:k,left:0}).top-g.margins.top;if(q)e.position.top=g._convertPositionTo("relative",{top:m-g.helperProportions.height,left:0}).top-g.margins.top;if(s)e.position.left=g._convertPositionTo("relative",{top:0,left:p}).left-g.margins.left;if(r)e.position.left=g._convertPositionTo("relative",{top:0,left:l-g.helperProportions.width}).left-g.margins.left}if(!g.snapElements[n].snapping&&(o||q||s||r||u))g.options.snap.snap&&g.options.snap.snap.call(g.element,d,b.extend(g._uiHash(),{snapItem:g.snapElements[n].item}));g.snapElements[n].snapping=o||q||s||r||u}else{g.snapElements[n].snapping&&g.options.snap.release&&g.options.snap.release.call(g.element,d,b.extend(g._uiHash(),{snapItem:g.snapElements[n].item}));g.snapElements[n].snapping=false}}}});b.ui.plugin.add("draggable","stack",{start:function(){var d=b(this).data("draggable").options;d=b.makeArray(b(d.stack)).sort(function(g,f){return(parseInt(b(g).css("zIndex"),10)||0)-(parseInt(b(f).css("zIndex"),10)||0)});if(d.length){var e=parseInt(d[0].style.zIndex)||0;b(d).each(function(g){this.style.zIndex=e+g});this[0].style.zIndex=e+d.length}}});b.ui.plugin.add("draggable","zIndex",{start:function(d,e){d=b(e.helper);e=b(this).data("draggable").options;if(d.css("zIndex"))e._zIndex=d.css("zIndex");d.css("zIndex",e.zIndex)},stop:function(d,e){d=b(this).data("draggable").options;d._zIndex&&b(e.helper).css("zIndex",d._zIndex)}})})(jQuery);(function(b){b.widget("ui.droppable",{widgetEventPrefix:"drop",options:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"},_create:function(){var d=this.options,e=d.accept;this.isover=0;this.isout=1;this.accept=b.isFunction(e)?e:function(g){return g.is(e)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};b.ui.ddmanager.droppables[d.scope]=b.ui.ddmanager.droppables[d.scope]||[];b.ui.ddmanager.droppables[d.scope].push(this);d.addClasses&&this.element.addClass("ui-droppable")},destroy:function(){for(var d=b.ui.ddmanager.droppables[this.options.scope],e=0;e<d.length;e++)d[e]==this&&d.splice(e,1);this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable");return this},_setOption:function(d,e){if(d=="accept")this.accept=b.isFunction(e)?e:function(g){return g.is(e)};b.Widget.prototype._setOption.apply(this,arguments)},_activate:function(d){var e=b.ui.ddmanager.current;this.options.activeClass&&this.element.addClass(this.options.activeClass);e&&this._trigger("activate",d,this.ui(e))},_deactivate:function(d){var e=b.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass);e&&this._trigger("deactivate",d,this.ui(e))},_over:function(d){var e=b.ui.ddmanager.current;if(!(!e||(e.currentItem||e.element)[0]==this.element[0]))if(this.accept.call(this.element[0],e.currentItem||e.element)){this.options.hoverClass&&this.element.addClass(this.options.hoverClass);this._trigger("over",d,this.ui(e))}},_out:function(d){var e=b.ui.ddmanager.current;if(!(!e||(e.currentItem||e.element)[0]==this.element[0]))if(this.accept.call(this.element[0],e.currentItem||e.element)){this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("out",d,this.ui(e))}},_drop:function(d,e){var g=e||b.ui.ddmanager.current;if(!g||(g.currentItem||g.element)[0]==this.element[0])return false;var f=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var a=b.data(this,"droppable");if(a.options.greedy&&!a.options.disabled&&a.options.scope==g.options.scope&&a.accept.call(a.element[0],g.currentItem||g.element)&&b.ui.intersect(g,b.extend(a,{offset:a.element.offset()}),a.options.tolerance)){f=true;return false}});if(f)return false;if(this.accept.call(this.element[0],g.currentItem||g.element)){this.options.activeClass&&this.element.removeClass(this.options.activeClass);this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("drop",d,this.ui(g));return this.element}return false},ui:function(d){return{draggable:d.currentItem||d.element,helper:d.helper,position:d.position,offset:d.positionAbs}}});b.extend(b.ui.droppable,{version:"1.8.11"});b.ui.intersect=function(d,e,g){if(!e.offset)return false;var f=(d.positionAbs||d.position.absolute).left,a=f+d.helperProportions.width,c=(d.positionAbs||d.position.absolute).top,h=c+d.helperProportions.height,i=e.offset.left,j=i+e.proportions.width,n=e.offset.top,p=n+e.proportions.height;switch(g){case"fit":return i<=f&&a<=j&&n<=c&&h<=p;case"intersect":return i<f+d.helperProportions.width/2&&a-d.helperProportions.width/2<j&&n<c+d.helperProportions.height/2&&h-d.helperProportions.height/2<p;case"pointer":return b.ui.isOver((d.positionAbs||d.position.absolute).top+(d.clickOffset||d.offset.click).top,(d.positionAbs||d.position.absolute).left+(d.clickOffset||d.offset.click).left,n,i,e.proportions.height,e.proportions.width);case"touch":return(c>=n&&c<=p||h>=n&&h<=p||c<n&&h>p)&&(f>=i&&f<=j||a>=i&&a<=j||f<i&&a>j);default:return false}};b.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(d,e){var g=b.ui.ddmanager.droppables[d.options.scope]||[],f=e?e.type:null,a=(d.currentItem||d.element).find(":data(droppable)").andSelf(),c=0;a:for(;c<g.length;c++)if(!(g[c].options.disabled||d&&!g[c].accept.call(g[c].element[0],d.currentItem||d.element))){for(var h=0;h<a.length;h++)if(a[h]==g[c].element[0]){g[c].proportions.height=0;continue a}g[c].visible=g[c].element.css("display")!="none";if(g[c].visible){f=="mousedown"&&g[c]._activate.call(g[c],e);g[c].offset=g[c].element.offset();g[c].proportions={width:g[c].element[0].offsetWidth,height:g[c].element[0].offsetHeight}}}},drop:function(d,e){var g=false;b.each(b.ui.ddmanager.droppables[d.options.scope]||[],function(){if(this.options){if(!this.options.disabled&&this.visible&&b.ui.intersect(d,this,this.options.tolerance))g=g||this._drop.call(this,e);if(!this.options.disabled&&this.visible&&this.accept.call(this.element[0],d.currentItem||d.element)){this.isout=1;this.isover=0;this._deactivate.call(this,e)}}});return g},drag:function(d,e){d.options.refreshPositions&&b.ui.ddmanager.prepareOffsets(d,e);b.each(b.ui.ddmanager.droppables[d.options.scope]||[],function(){if(!(this.options.disabled||this.greedyChild||!this.visible)){var g=b.ui.intersect(d,this,this.options.tolerance);if(g=!g&&this.isover==1?"isout":g&&this.isover==0?"isover":null){var f;if(this.options.greedy){var a=this.element.parents(":data(droppable):eq(0)");if(a.length){f=b.data(a[0],"droppable");f.greedyChild=g=="isover"?1:0}}if(f&&g=="isover"){f.isover=0;f.isout=1;f._out.call(f,e)}this[g]=1;this[g=="isout"?"isover":"isout"]=0;this[g=="isover"?"_over":"_out"].call(this,e);if(f&&g=="isout"){f.isout=0;f.isover=1;f._over.call(f,e)}}}})}}})(jQuery);(function(b){b.widget("ui.resizable",b.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1E3},_create:function(){var g=this,f=this.options;this.element.addClass("ui-resizable");b.extend(this,{_aspectRatio:!!f.aspectRatio,aspectRatio:f.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:f.helper||f.ghost||f.animate?f.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&b.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(b('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=f.handles||(!b(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var a=this.handles.split(",");this.handles={};for(var c=0;c<a.length;c++){var h=b.trim(a[c]),i=b('<div class="ui-resizable-handle '+("ui-resizable-"+h)+'"></div>');/sw|se|ne|nw/.test(h)&&i.css({zIndex:++f.zIndex});"se"==h&&i.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[h]=".ui-resizable-"+h;this.element.append(i)}}this._renderAxis=function(j){j=j||this.element;for(var n in this.handles){if(this.handles[n].constructor==String)this.handles[n]=b(this.handles[n],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var p=b(this.handles[n],this.element),l=0;l=/sw|ne|nw|se|n|s/.test(n)?p.outerHeight():p.outerWidth();p=["padding",/ne|nw|n/.test(n)?"Top":/se|sw|s/.test(n)?"Bottom":/^e$/.test(n)?"Right":"Left"].join("");j.css(p,l);this._proportionallyResize()}b(this.handles[n])}};this._renderAxis(this.element);this._handles=b(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!g.resizing){if(this.className)var j=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);g.axis=j&&j[1]?j[1]:"se"}});if(f.autoHide){this._handles.hide();b(this.element).addClass("ui-resizable-autohide").hover(function(){b(this).removeClass("ui-resizable-autohide");g._handles.show()},function(){if(!g.resizing){b(this).addClass("ui-resizable-autohide");g._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var g=function(a){b(a).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){g(this.element);var f=this.element;f.after(this.originalElement.css({position:f.css("position"),width:f.outerWidth(),height:f.outerHeight(),top:f.css("top"),left:f.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);g(this.originalElement);return this},_mouseCapture:function(g){var f=false;for(var a in this.handles)if(b(this.handles[a])[0]==g.target)f=true;return!this.options.disabled&&f},_mouseStart:function(g){var f=this.options,a=this.element.position(),c=this.element;this.resizing=true;this.documentScroll={top:b(document).scrollTop(),left:b(document).scrollLeft()};if(c.is(".ui-draggable")||/absolute/.test(c.css("position")))c.css({position:"absolute",top:a.top,left:a.left});b.browser.opera&&/relative/.test(c.css("position"))&&c.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();a=d(this.helper.css("left"));var h=d(this.helper.css("top"));if(f.containment){a+=b(f.containment).scrollLeft()||0;h+=b(f.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:a,top:h};this.size=this._helper?{width:c.outerWidth(),height:c.outerHeight()}:{width:c.width(),height:c.height()};this.originalSize=this._helper?{width:c.outerWidth(),height:c.outerHeight()}:{width:c.width(),height:c.height()};this.originalPosition={left:a,top:h};this.sizeDiff={width:c.outerWidth()-c.width(),height:c.outerHeight()-c.height()};this.originalMousePosition={left:g.pageX,top:g.pageY};this.aspectRatio=typeof f.aspectRatio=="number"?f.aspectRatio:this.originalSize.width/this.originalSize.height||1;f=b(".ui-resizable-"+this.axis).css("cursor");b("body").css("cursor",f=="auto"?this.axis+"-resize":f);c.addClass("ui-resizable-resizing");this._propagate("start",g);return true},_mouseDrag:function(g){var f=this.helper,a=this.originalMousePosition,c=this._change[this.axis];if(!c)return false;a=c.apply(this,[g,g.pageX-a.left||0,g.pageY-a.top||0]);if(this._aspectRatio||g.shiftKey)a=this._updateRatio(a,g);a=this._respectSize(a,g);this._propagate("resize",g);f.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(a);this._trigger("resize",g,this.ui());return false},_mouseStop:function(g){this.resizing=false;var f=this.options,a=this;if(this._helper){var c=this._proportionallyResizeElements,h=c.length&&/textarea/i.test(c[0].nodeName);c=h&&b.ui.hasScroll(c[0],"left")?0:a.sizeDiff.height;h=h?0:a.sizeDiff.width;h={width:a.helper.width()-h,height:a.helper.height()-c};c=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var i=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;f.animate||this.element.css(b.extend(h,{top:i,left:c}));a.helper.height(a.size.height);a.helper.width(a.size.width);this._helper&&!f.animate&&this._proportionallyResize()}b("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",g);this._helper&&this.helper.remove();return false},_updateCache:function(g){this.offset=this.helper.offset();if(e(g.left))this.position.left=g.left;if(e(g.top))this.position.top=g.top;if(e(g.height))this.size.height=g.height;if(e(g.width))this.size.width=g.width},_updateRatio:function(g){var f=this.position,a=this.size,c=this.axis;if(g.height)g.width=a.height*this.aspectRatio;else if(g.width)g.height=a.width/this.aspectRatio;if(c=="sw"){g.left=f.left+(a.width-g.width);g.top=null}if(c=="nw"){g.top=f.top+(a.height-g.height);g.left=f.left+(a.width-g.width)}return g},_respectSize:function(g){var f=this.options,a=this.axis,c=e(g.width)&&f.maxWidth&&f.maxWidth<g.width,h=e(g.height)&&f.maxHeight&&f.maxHeight<g.height,i=e(g.width)&&f.minWidth&&f.minWidth>g.width,j=e(g.height)&&f.minHeight&&f.minHeight>g.height;if(i)g.width=f.minWidth;if(j)g.height=f.minHeight;if(c)g.width=f.maxWidth;if(h)g.height=f.maxHeight;var n=this.originalPosition.left+this.originalSize.width,p=this.position.top+
this.size.height,l=/sw|nw|w/.test(a);a=/nw|ne|n/.test(a);if(i&&l)g.left=n-f.minWidth;if(c&&l)g.left=n-f.maxWidth;if(j&&a)g.top=p-f.minHeight;if(h&&a)g.top=p-f.maxHeight;if((f=!g.width&&!g.height)&&!g.left&&g.top)g.top=null;else if(f&&!g.top&&g.left)g.left=null;return g},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var g=this.helper||this.element,f=0;f<this._proportionallyResizeElements.length;f++){var a=this._proportionallyResizeElements[f];if(!this.borderDif){var c=[a.css("borderTopWidth"),a.css("borderRightWidth"),a.css("borderBottomWidth"),a.css("borderLeftWidth")],h=[a.css("paddingTop"),a.css("paddingRight"),a.css("paddingBottom"),a.css("paddingLeft")];this.borderDif=b.map(c,function(i,j){i=parseInt(i,10)||0;j=parseInt(h[j],10)||0;return i+j})}b.browser.msie&&(b(g).is(":hidden")||b(g).parents(":hidden").length)||a.css({height:g.height()-this.borderDif[0]-this.borderDif[2]||0,width:g.width()-this.borderDif[1]-this.borderDif[3]||0})}},_renderProxy:function(){var g=this.options;this.elementOffset=this.element.offset();if(this._helper){this.helper=this.helper||b('<div style="overflow:hidden;"></div>');var f=b.browser.msie&&b.browser.version<7,a=f?1:0;f=f?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+f,height:this.element.outerHeight()+f,position:"absolute",left:this.elementOffset.left-a+"px",top:this.elementOffset.top-a+"px",zIndex:++g.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(g,f){return{width:this.originalSize.width+f}},w:function(g,f){return{left:this.originalPosition.left+f,width:this.originalSize.width-f}},n:function(g,f,a){return{top:this.originalPosition.top+a,height:this.originalSize.height-a}},s:function(g,f,a){return{height:this.originalSize.height+a}},se:function(g,f,a){return b.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[g,f,a]))},sw:function(g,f,a){return b.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[g,f,a]))},ne:function(g,f,a){return b.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[g,f,a]))},nw:function(g,f,a){return b.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[g,f,a]))}},_propagate:function(g,f){b.ui.plugin.call(this,g,[f,this.ui()]);g!="resize"&&this._trigger(g,f,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});b.extend(b.ui.resizable,{version:"1.8.11"});b.ui.plugin.add("resizable","alsoResize",{start:function(){var g=b(this).data("resizable").options,f=function(a){b(a).each(function(){var c=b(this);c.data("resizable-alsoresize",{width:parseInt(c.width(),10),height:parseInt(c.height(),10),left:parseInt(c.css("left"),10),top:parseInt(c.css("top"),10),position:c.css("position")})})};if(typeof g.alsoResize=="object"&&!g.alsoResize.parentNode)if(g.alsoResize.length){g.alsoResize=g.alsoResize[0];f(g.alsoResize)}else b.each(g.alsoResize,function(a){f(a)});else f(g.alsoResize)},resize:function(g,f){var a=b(this).data("resizable");g=a.options;var c=a.originalSize,h=a.originalPosition,i={height:a.size.height-c.height||0,width:a.size.width-c.width||0,top:a.position.top-h.top||0,left:a.position.left-h.left||0},j=function(n,p){b(n).each(function(){var l=b(this),k=b(this).data("resizable-alsoresize"),m={},o=p&&p.length?p:l.parents(f.originalElement[0]).length?["width","height"]:["width","height","top","left"];b.each(o,function(q,s){if((q=(k[s]||0)+(i[s]||0))&&q>=0)m[s]=q||null});if(b.browser.opera&&/relative/.test(l.css("position"))){a._revertToRelativePosition=true;l.css({position:"absolute",top:"auto",left:"auto"})}l.css(m)})};typeof g.alsoResize=="object"&&!g.alsoResize.nodeType?b.each(g.alsoResize,function(n,p){j(n,p)}):j(g.alsoResize)},stop:function(){var g=b(this).data("resizable"),f=g.options,a=function(c){b(c).each(function(){var h=b(this);h.css({position:h.data("resizable-alsoresize").position})})};if(g._revertToRelativePosition){g._revertToRelativePosition=false;typeof f.alsoResize=="object"&&!f.alsoResize.nodeType?b.each(f.alsoResize,function(c){a(c)}):a(f.alsoResize)}b(this).removeData("resizable-alsoresize")}});b.ui.plugin.add("resizable","animate",{stop:function(g){var f=b(this).data("resizable"),a=f.options,c=f._proportionallyResizeElements,h=c.length&&/textarea/i.test(c[0].nodeName),i=h&&b.ui.hasScroll(c[0],"left")?0:f.sizeDiff.height;h={width:f.size.width-(h?0:f.sizeDiff.width),height:f.size.height-
i};i=parseInt(f.element.css("left"),10)+(f.position.left-f.originalPosition.left)||null;var j=parseInt(f.element.css("top"),10)+(f.position.top-f.originalPosition.top)||null;f.element.animate(b.extend(h,j&&i?{top:j,left:i}:{}),{duration:a.animateDuration,easing:a.animateEasing,step:function(){var n={width:parseInt(f.element.css("width"),10),height:parseInt(f.element.css("height"),10),top:parseInt(f.element.css("top"),10),left:parseInt(f.element.css("left"),10)};c&&c.length&&b(c[0]).css({width:n.width,height:n.height});f._updateCache(n);f._propagate("resize",g)}})}});b.ui.plugin.add("resizable","containment",{start:function(){var g=b(this).data("resizable"),f=g.element,a=g.options.containment;if(f=a instanceof b?a.get(0):/parent/.test(a)?f.parent().get(0):a){g.containerElement=b(f);if(/document/.test(a)||a==document){g.containerOffset={left:0,top:0};g.containerPosition={left:0,top:0};g.parentData={element:b(document),left:0,top:0,width:b(document).width(),height:b(document).height()||document.body.parentNode.scrollHeight}}else{var c=b(f),h=[];b(["Top","Right","Left","Bottom"]).each(function(n,p){h[n]=d(c.css("padding"+p))});g.containerOffset=c.offset();g.containerPosition=c.position();g.containerSize={height:c.innerHeight()-h[3],width:c.innerWidth()-h[1]};a=g.containerOffset;var i=g.containerSize.height,j=g.containerSize.width;j=b.ui.hasScroll(f,"left")?f.scrollWidth:j;i=b.ui.hasScroll(f)?f.scrollHeight:i;g.parentData={element:f,left:a.left,top:a.top,width:j,height:i}}}},resize:function(g){var f=b(this).data("resizable"),a=f.options,c=f.containerOffset,h=f.position;g=f._aspectRatio||g.shiftKey;var i={top:0,left:0},j=f.containerElement;if(j[0]!=document&&/static/.test(j.css("position")))i=c;if(h.left<(f._helper?c.left:0)){f.size.width+=f._helper?f.position.left-c.left:f.position.left-i.left;if(g)f.size.height=f.size.width/a.aspectRatio;f.position.left=a.helper?c.left:0}if(h.top<(f._helper?c.top:0)){f.size.height+=f._helper?f.position.top-c.top:f.position.top;if(g)f.size.width=f.size.height*a.aspectRatio;f.position.top=f._helper?c.top:0}f.offset.left=f.parentData.left+f.position.left;f.offset.top=f.parentData.top+f.position.top;a=Math.abs((f._helper?f.offset.left-i.left:f.offset.left-i.left)+f.sizeDiff.width);c=Math.abs((f._helper?f.offset.top-i.top:f.offset.top-c.top)+f.sizeDiff.height);h=f.containerElement.get(0)==f.element.parent().get(0);i=/relative|absolute/.test(f.containerElement.css("position"));if(h&&i)a-=f.parentData.left;if(a+f.size.width>=f.parentData.width){f.size.width=f.parentData.width-a;if(g)f.size.height=f.size.width/f.aspectRatio}if(c+f.size.height>=f.parentData.height){f.size.height=f.parentData.height-c;if(g)f.size.width=f.size.height*f.aspectRatio}},stop:function(){var g=b(this).data("resizable"),f=g.options,a=g.containerOffset,c=g.containerPosition,h=g.containerElement,i=b(g.helper),j=i.offset(),n=i.outerWidth()-g.sizeDiff.width;i=i.outerHeight()-g.sizeDiff.height;g._helper&&!f.animate&&/relative/.test(h.css("position"))&&b(this).css({left:j.left-c.left-a.left,width:n,height:i});g._helper&&!f.animate&&/static/.test(h.css("position"))&&b(this).css({left:j.left-c.left-a.left,width:n,height:i})}});b.ui.plugin.add("resizable","ghost",{start:function(){var g=b(this).data("resizable"),f=g.options,a=g.size;g.ghost=g.originalElement.clone();g.ghost.css({opacity:0.25,display:"block",position:"relative",height:a.height,width:a.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof f.ghost=="string"?f.ghost:"");g.ghost.appendTo(g.helper)},resize:function(){var g=b(this).data("resizable");g.ghost&&g.ghost.css({position:"relative",height:g.size.height,width:g.size.width})},stop:function(){var g=b(this).data("resizable");g.ghost&&g.helper&&g.helper.get(0).removeChild(g.ghost.get(0))}});b.ui.plugin.add("resizable","grid",{resize:function(){var g=b(this).data("resizable"),f=g.options,a=g.size,c=g.originalSize,h=g.originalPosition,i=g.axis;f.grid=typeof f.grid=="number"?[f.grid,f.grid]:f.grid;var j=Math.round((a.width-c.width)/(f.grid[0]||1))*(f.grid[0]||1);f=Math.round((a.height-c.height)/(f.grid[1]||1))*(f.grid[1]||1);if(/^(se|s|e)$/.test(i)){g.size.width=c.width+j;g.size.height=c.height+f}else if(/^(ne)$/.test(i)){g.size.width=c.width+j;g.size.height=c.height+f;g.position.top=h.top-f}else{if(/^(sw)$/.test(i)){g.size.width=c.width+j;g.size.height=c.height+f}else{g.size.width=c.width+j;g.size.height=c.height+f;g.position.top=h.top-f}g.position.left=h.left-j}}});var d=function(g){return parseInt(g,10)||0},e=function(g){return!isNaN(parseInt(g,10))}})(jQuery);(function(b){b.widget("ui.selectable",b.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var d=this;this.element.addClass("ui-selectable");this.dragged=false;var e;this.refresh=function(){e=b(d.options.filter,d.element[0]);e.each(function(){var g=b(this),f=g.offset();b.data(this,"selectable-item",{element:this,$element:g,left:f.left,top:f.top,right:f.left+g.outerWidth(),bottom:f.top+g.outerHeight(),startselected:false,selected:g.hasClass("ui-selected"),selecting:g.hasClass("ui-selecting"),unselecting:g.hasClass("ui-unselecting")})})};this.refresh();this.selectees=e.addClass("ui-selectee");this._mouseInit();this.helper=b("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(d){var e=this;this.opos=[d.pageX,d.pageY];if(!this.options.disabled){var g=this.options;this.selectees=b(g.filter,this.element[0]);this._trigger("start",d);b(g.appendTo).append(this.helper);this.helper.css({left:d.clientX,top:d.clientY,width:0,height:0});g.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var f=b.data(this,"selectable-item");f.startselected=true;if(!d.metaKey){f.$element.removeClass("ui-selected");f.selected=false;f.$element.addClass("ui-unselecting");f.unselecting=true;e._trigger("unselecting",d,{unselecting:f.element})}});b(d.target).parents().andSelf().each(function(){var f=b.data(this,"selectable-item");if(f){var a=!d.metaKey||!f.$element.hasClass("ui-selected");f.$element.removeClass(a?"ui-unselecting":"ui-selected").addClass(a?"ui-selecting":"ui-unselecting");f.unselecting=!a;f.selecting=a;(f.selected=a)?e._trigger("selecting",d,{selecting:f.element}):e._trigger("unselecting",d,{unselecting:f.element});return false}})}},_mouseDrag:function(d){var e=this;this.dragged=true;if(!this.options.disabled){var g=this.options,f=this.opos[0],a=this.opos[1],c=d.pageX,h=d.pageY;if(f>c){var i=c;c=f;f=i}if(a>h){i=h;h=a;a=i}this.helper.css({left:f,top:a,width:c-f,height:h-a});this.selectees.each(function(){var j=b.data(this,"selectable-item");if(!(!j||j.element==e.element[0])){var n=false;if(g.tolerance=="touch")n=!(j.left>c||j.right<f||j.top>h||j.bottom<a);else if(g.tolerance=="fit")n=j.left>f&&j.right<c&&j.top>a&&j.bottom<h;if(n){if(j.selected){j.$element.removeClass("ui-selected");j.selected=false}if(j.unselecting){j.$element.removeClass("ui-unselecting");j.unselecting=false}if(!j.selecting){j.$element.addClass("ui-selecting");j.selecting=true;e._trigger("selecting",d,{selecting:j.element})}}else{if(j.selecting)if(d.metaKey&&j.startselected){j.$element.removeClass("ui-selecting");j.selecting=false;j.$element.addClass("ui-selected");j.selected=true}else{j.$element.removeClass("ui-selecting");j.selecting=false;if(j.startselected){j.$element.addClass("ui-unselecting");j.unselecting=true}e._trigger("unselecting",d,{unselecting:j.element})}if(j.selected)if(!d.metaKey&&!j.startselected){j.$element.removeClass("ui-selected");j.selected=false;j.$element.addClass("ui-unselecting");j.unselecting=true;e._trigger("unselecting",d,{unselecting:j.element})}}}});return false}},_mouseStop:function(d){var e=this;this.dragged=false;b(".ui-unselecting",this.element[0]).each(function(){var g=b.data(this,"selectable-item");g.$element.removeClass("ui-unselecting");g.unselecting=false;g.startselected=false;e._trigger("unselected",d,{unselected:g.element})});b(".ui-selecting",this.element[0]).each(function(){var g=b.data(this,"selectable-item");g.$element.removeClass("ui-selecting").addClass("ui-selected");g.selecting=false;g.selected=true;g.startselected=true;e._trigger("selected",d,{selected:g.element})});this._trigger("stop",d);this.helper.remove();return false}});b.extend(b.ui.selectable,{version:"1.8.11"})})(jQuery);(function(b){b.widget("ui.sortable",b.ui.mouse,{widgetEventPrefix:"sort",options:{appendTo:"parent",axis:false,connectWith:false,containment:false,cursor:"auto",cursorAt:false,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float"))||/inline|table-cell/.test(this.items[0].item.css("display")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var d=this.items.length-1;d>=0;d--)this.items[d].item.removeData("sortable-item");return this},_setOption:function(d,e){if(d==="disabled"){this.options[d]=e;this.widget()[e?"addClass":"removeClass"]("ui-sortable-disabled")}else b.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(d,e){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(d);var g=null,f=this;b(d.target).parents().each(function(){if(b.data(this,"sortable-item")==f){g=b(this);return false}});if(b.data(d.target,"sortable-item")==f)g=b(d.target);if(!g)return false;if(this.options.handle&&!e){var a=false;b(this.options.handle,g).find("*").andSelf().each(function(){if(this==d.target)a=true});if(!a)return false}this.currentItem=g;this._removeCurrentsFromItems();return true},_mouseStart:function(d,e,g){e=this.options;var f=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(d);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-
this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");b.extend(this.offset,{click:{left:d.pageX-this.offset.left,top:d.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(d);this.originalPageX=d.pageX;this.originalPageY=d.pageY;e.cursorAt&&this._adjustOffsetFromHelper(e.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();e.containment&&this._setContainment();if(e.cursor){if(b("body").css("cursor"))this._storedCursor=b("body").css("cursor");b("body").css("cursor",e.cursor)}if(e.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",e.opacity)}if(e.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",e.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",d,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!g)for(g=this.containers.length-1;g>=0;g--)this.containers[g]._trigger("activate",d,f._uiHash(this));if(b.ui.ddmanager)b.ui.ddmanager.current=this;b.ui.ddmanager&&!e.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(d);return true},_mouseDrag:function(d){this.position=this._generatePosition(d);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var e=this.options,g=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-d.pageY<e.scrollSensitivity)this.scrollParent[0].scrollTop=g=this.scrollParent[0].scrollTop+e.scrollSpeed;else if(d.pageY-this.overflowOffset.top<e.scrollSensitivity)this.scrollParent[0].scrollTop=g=this.scrollParent[0].scrollTop-e.scrollSpeed;if(this.overflowOffset.left+this.scrollParent[0].offsetWidth-d.pageX<e.scrollSensitivity)this.scrollParent[0].scrollLeft=g=this.scrollParent[0].scrollLeft+e.scrollSpeed;else if(d.pageX-this.overflowOffset.left<e.scrollSensitivity)this.scrollParent[0].scrollLeft=g=this.scrollParent[0].scrollLeft-e.scrollSpeed}else{if(d.pageY-b(document).scrollTop()<e.scrollSensitivity)g=b(document).scrollTop(b(document).scrollTop()-
e.scrollSpeed);else if(b(window).height()-(d.pageY-b(document).scrollTop())<e.scrollSensitivity)g=b(document).scrollTop(b(document).scrollTop()+e.scrollSpeed);if(d.pageX-b(document).scrollLeft()<e.scrollSensitivity)g=b(document).scrollLeft(b(document).scrollLeft()-e.scrollSpeed);else if(b(window).width()-(d.pageX-b(document).scrollLeft())<e.scrollSensitivity)g=b(document).scrollLeft(b(document).scrollLeft()+e.scrollSpeed)}g!==false&&b.ui.ddmanager&&!e.dropBehaviour&&b.ui.ddmanager.prepareOffsets(this,d)}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";for(e=this.items.length-1;e>=0;e--){g=this.items[e];var f=g.item[0],a=this._intersectsWithPointer(g);if(a)if(f!=this.currentItem[0]&&this.placeholder[a==1?"next":"prev"]()[0]!=f&&!b.ui.contains(this.placeholder[0],f)&&(this.options.type=="semi-dynamic"?!b.ui.contains(this.element[0],f):true)){this.direction=a==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(g))this._rearrange(d,g);else break;this._trigger("change",d,this._uiHash());break}}this._contactContainers(d);b.ui.ddmanager&&b.ui.ddmanager.drag(this,d);this._trigger("sort",d,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(d,e){if(d){b.ui.ddmanager&&!this.options.dropBehaviour&&b.ui.ddmanager.drop(this,d);if(this.options.revert){var g=this;e=g.placeholder.offset();g.reverting=true;b(this.helper).animate({left:e.left-this.offset.parent.left-g.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-g.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){g._clear(d)})}else this._clear(d,e);return false}},cancel:function(){var d=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--){this.containers[e]._trigger("deactivate",null,d._uiHash(this));if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",null,d._uiHash(this));this.containers[e].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();b.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?b(this.domPosition.prev).after(this.currentItem):b(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(d){var e=this._getItemsAsjQuery(d&&d.connected),g=[];d=d||{};b(e).each(function(){var f=(b(d.item||this).attr(d.attribute||"id")||"").match(d.expression||/(.+)[-=_](.+)/);if(f)g.push((d.key||f[1]+"[]")+"="+(d.key&&d.expression?f[1]:f[2]))});!g.length&&d.key&&g.push(d.key+"=");return g.join("&")},toArray:function(d){var e=this._getItemsAsjQuery(d&&d.connected),g=[];d=d||{};e.each(function(){g.push(b(d.item||this).attr(d.attribute||"id")||"")});return g},_intersectsWith:function(d){var e=this.positionAbs.left,g=e+this.helperProportions.width,f=this.positionAbs.top,a=f+this.helperProportions.height,c=d.left,h=c+d.width,i=d.top,j=i+d.height,n=this.offset.click.top,p=this.offset.click.left;n=f+n>i&&f+n<j&&e+p>c&&e+p<h;return this.options.tolerance=="pointer"||this.options.forcePointerForContainers||this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>d[this.floating?"width":"height"]?n:c<e+this.helperProportions.width/2&&g-this.helperProportions.width/2<h&&i<f+this.helperProportions.height/2&&a-this.helperProportions.height/2<j},_intersectsWithPointer:function(d){var e=b.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top,d.height);d=b.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left,d.width);e=e&&d;d=this._getDragVerticalDirection();var g=this._getDragHorizontalDirection();if(!e)return false;return this.floating?g&&g=="right"||d=="down"?2:1:d&&(d=="down"?2:1)},_intersectsWithSides:function(d){var e=b.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top+d.height/2,d.height);d=b.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left+d.width/2,d.width);var g=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();return this.floating&&f?f=="right"&&d||f=="left"&&!d:g&&(g=="down"&&e||g=="up"&&!e)},_getDragVerticalDirection:function(){var d=this.positionAbs.top-this.lastPositionAbs.top;return d!=0&&(d>0?"down":"up")},_getDragHorizontalDirection:function(){var d=this.positionAbs.left-this.lastPositionAbs.left;return d!=0&&(d>0?"right":"left")},refresh:function(d){this._refreshItems(d);this.refreshPositions();return this},_connectWith:function(){var d=this.options;return d.connectWith.constructor==String?[d.connectWith]:d.connectWith},_getItemsAsjQuery:function(d){var e=[],g=[],f=this._connectWith();if(f&&d)for(d=f.length-1;d>=0;d--)for(var a=b(f[d]),c=a.length-1;c>=0;c--){var h=b.data(a[c],"sortable");if(h&&h!=this&&!h.options.disabled)g.push([b.isFunction(h.options.items)?h.options.items.call(h.element):b(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}g.push([b.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):b(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(d=g.length-1;d>=0;d--)g[d][0].each(function(){e.push(this)});return b(e)},_removeCurrentsFromItems:function(){for(var d=this.currentItem.find(":data(sortable-item)"),e=0;e<this.items.length;e++)for(var g=0;g<d.length;g++)d[g]==this.items[e].item[0]&&this.items.splice(e,1)},_refreshItems:function(d){this.items=[];this.containers=[this];var e=this.items,g=[[b.isFunction(this.options.items)?this.options.items.call(this.element[0],d,{item:this.currentItem}):b(this.options.items,this.element),this]],f=this._connectWith();if(f)for(var a=f.length-1;a>=0;a--)for(var c=b(f[a]),h=c.length-1;h>=0;h--){var i=b.data(c[h],"sortable");if(i&&i!=this&&!i.options.disabled){g.push([b.isFunction(i.options.items)?i.options.items.call(i.element[0],d,{item:this.currentItem}):b(i.options.items,i.element),i]);this.containers.push(i)}}for(a=g.length-1;a>=0;a--){d=g[a][1];f=g[a][0];h=0;for(c=f.length;h<c;h++){i=b(f[h]);i.data("sortable-item",d);e.push({item:i,instance:d,width:0,height:0,left:0,top:0})}}},refreshPositions:function(d){if(this.offsetParent&&this.helper)this.offset.parent=this._getParentOffset();for(var e=this.items.length-1;e>=0;e--){var g=this.items[e],f=this.options.toleranceElement?b(this.options.toleranceElement,g.item):g.item;if(!d){g.width=f.outerWidth();g.height=f.outerHeight()}f=f.offset();g.left=f.left;g.top=f.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(e=this.containers.length-1;e>=0;e--){f=this.containers[e].element.offset();this.containers[e].containerCache.left=f.left;this.containers[e].containerCache.top=f.top;this.containers[e].containerCache.width=this.containers[e].element.outerWidth();this.containers[e].containerCache.height=this.containers[e].element.outerHeight()}return this},_createPlaceholder:function(d){var e=d||this,g=e.options;if(!g.placeholder||g.placeholder.constructor==String){var f=g.placeholder;g.placeholder={element:function(){var a=b(document.createElement(e.currentItem[0].nodeName)).addClass(f||e.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!f)a.style.visibility="hidden";return a},update:function(a,c){if(!(f&&!g.forcePlaceholderSize)){c.height()||c.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10));c.width()||c.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10))}}}}e.placeholder=b(g.placeholder.element.call(e.element,e.currentItem));e.currentItem.after(e.placeholder);g.placeholder.update(e,e.placeholder)},_contactContainers:function(d){for(var e=null,g=null,f=this.containers.length-1;f>=0;f--)if(!b.ui.contains(this.currentItem[0],this.containers[f].element[0]))if(this._intersectsWith(this.containers[f].containerCache)){if(!(e&&b.ui.contains(this.containers[f].element[0],e.element[0]))){e=this.containers[f];g=f}}else if(this.containers[f].containerCache.over){this.containers[f]._trigger("out",d,this._uiHash(this));this.containers[f].containerCache.over=0}if(e)if(this.containers.length===1){this.containers[g]._trigger("over",d,this._uiHash(this));this.containers[g].containerCache.over=1}else if(this.currentContainer!=this.containers[g]){e=1E4;f=null;for(var a=this.positionAbs[this.containers[g].floating?"left":"top"],c=this.items.length-1;c>=0;c--)if(b.ui.contains(this.containers[g].element[0],this.items[c].item[0])){var h=this.items[c][this.containers[g].floating?"left":"top"];if(Math.abs(h-a)<e){e=Math.abs(h-a);f=this.items[c]}}if(f||this.options.dropOnEmpty){this.currentContainer=this.containers[g];f?this._rearrange(d,f,null,true):this._rearrange(d,null,this.containers[g].element,true);this._trigger("change",d,this._uiHash());this.containers[g]._trigger("change",d,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder);this.containers[g]._trigger("over",d,this._uiHash(this));this.containers[g].containerCache.over=1}}},_createHelper:function(d){var e=this.options;d=b.isFunction(e.helper)?b(e.helper.apply(this.element[0],[d,this.currentItem])):e.helper=="clone"?this.currentItem.clone():this.currentItem;d.parents("body").length||b(e.appendTo!="parent"?e.appendTo:this.currentItem[0].parentNode)[0].appendChild(d[0]);if(d[0]==this.currentItem[0])this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")};if(d[0].style.width==""||e.forceHelperSize)d.width(this.currentItem.width());if(d[0].style.height==""||e.forceHelperSize)d.height(this.currentItem.height());return d},_adjustOffsetFromHelper:function(d){if(typeof d=="string")d=d.split(" ");if(b.isArray(d))d={left:+d[0],top:+d[1]||0};if("left"in d)this.offset.click.left=d.left+this.margins.left;if("right"in d)this.offset.click.left=this.helperProportions.width-d.right+this.margins.left;if("top"in d)this.offset.click.top=d.top+this.margins.top;if("bottom"in d)this.offset.click.top=this.helperProportions.height-d.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var d=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0])){d.left+=this.scrollParent.scrollLeft();d.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&b.browser.msie)d={top:0,left:0};return{top:d.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:d.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var d=this.currentItem.position();return{top:d.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:d.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var d=this.options;if(d.containment=="parent")d.containment=this.helper[0].parentNode;if(d.containment=="document"||d.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,b(d.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b(d.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(d.containment)){var e=b(d.containment)[0];d=b(d.containment).offset();var g=b(e).css("overflow")!="hidden";this.containment=[d.left+(parseInt(b(e).css("borderLeftWidth"),10)||0)+(parseInt(b(e).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(b(e).css("borderTopWidth"),10)||0)+(parseInt(b(e).css("paddingTop"),10)||0)-this.margins.top,d.left+(g?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(b(e).css("borderLeftWidth"),10)||0)-(parseInt(b(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(g?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(b(e).css("borderTopWidth"),10)||0)-(parseInt(b(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(d,e){if(!e)e=this.position;d=d=="absolute"?1:-1;var g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(g[0].tagName);return{top:e.top+this.offset.relative.top*d+this.offset.parent.top*d-(b.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:g.scrollTop())*d),left:e.left+this.offset.relative.left*d+this.offset.parent.left*d-(b.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:g.scrollLeft())*d)}},_generatePosition:function(d){var e=this.options,g=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&b.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(g[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0]))this.offset.relative=this._getRelativeOffset();var a=d.pageX,c=d.pageY;if(this.originalPosition){if(this.containment){if(d.pageX-
this.offset.click.left<this.containment[0])a=this.containment[0]+this.offset.click.left;if(d.pageY-this.offset.click.top<this.containment[1])c=this.containment[1]+this.offset.click.top;if(d.pageX-this.offset.click.left>this.containment[2])a=this.containment[2]+this.offset.click.left;if(d.pageY-this.offset.click.top>this.containment[3])c=this.containment[3]+this.offset.click.top}if(e.grid){c=this.originalPageY+Math.round((c-this.originalPageY)/e.grid[1])*e.grid[1];c=this.containment?!(c-this.offset.click.top<this.containment[1]||c-this.offset.click.top>this.containment[3])?c:!(c-this.offset.click.top<this.containment[1])?c-e.grid[1]:c+e.grid[1]:c;a=this.originalPageX+Math.round((a-this.originalPageX)/e.grid[0])*e.grid[0];a=this.containment?!(a-this.offset.click.left<this.containment[0]||a-this.offset.click.left>this.containment[2])?a:!(a-this.offset.click.left<this.containment[0])?a-e.grid[0]:a+e.grid[0]:a}}return{top:c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(b.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:g.scrollTop()),left:a-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(b.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:g.scrollLeft())}},_rearrange:function(d,e,g,f){g?g[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],this.direction=="down"?e.item[0]:e.item[0].nextSibling);this.counter=this.counter?++this.counter:1;var a=this,c=this.counter;window.setTimeout(function(){c==a.counter&&a.refreshPositions(!f)},0)},_clear:function(d,e){this.reverting=false;var g=[];!this._noFinalSort&&this.currentItem[0].parentNode&&this.placeholder.before(this.currentItem);this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var f in this._storedCSS)if(this._storedCSS[f]=="auto"||this._storedCSS[f]=="static")this._storedCSS[f]="";this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();this.fromOutside&&!e&&g.push(function(a){this._trigger("receive",a,this._uiHash(this.fromOutside))});if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!e)g.push(function(a){this._trigger("update",a,this._uiHash())});if(!b.ui.contains(this.element[0],this.currentItem[0])){e||g.push(function(a){this._trigger("remove",a,this._uiHash())});for(f=this.containers.length-1;f>=0;f--)if(b.ui.contains(this.containers[f].element[0],this.currentItem[0])&&!e){g.push(function(a){return function(c){a._trigger("receive",c,this._uiHash(this))}}.call(this,this.containers[f]));g.push(function(a){return function(c){a._trigger("update",c,this._uiHash(this))}}.call(this,this.containers[f]))}}for(f=this.containers.length-1;f>=0;f--){e||g.push(function(a){return function(c){a._trigger("deactivate",c,this._uiHash(this))}}.call(this,this.containers[f]));if(this.containers[f].containerCache.over){g.push(function(a){return function(c){a._trigger("out",c,this._uiHash(this))}}.call(this,this.containers[f]));this.containers[f].containerCache.over=0}}this._storedCursor&&b("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!e){this._trigger("beforeStop",d,this._uiHash());for(f=0;f<g.length;f++)g[f].call(this,d);this._trigger("stop",d,this._uiHash())}return false}e||this._trigger("beforeStop",d,this._uiHash());this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.helper[0]!=this.currentItem[0]&&this.helper.remove();this.helper=null;if(!e){for(f=0;f<g.length;f++)g[f].call(this,d);this._trigger("stop",d,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){b.Widget.prototype._trigger.apply(this,arguments)===false&&this.cancel()},_uiHash:function(d){var e=d||this;return{helper:e.helper,placeholder:e.placeholder||b([]),position:e.position,originalPosition:e.originalPosition,offset:e.positionAbs,item:e.currentItem,sender:d?d.element:null}}});b.extend(b.ui.sortable,{version:"1.8.11"})})(jQuery);jQuery.effects||function(b,d){function e(l){var k;if(l&&l.constructor==Array&&l.length==3)return l;if(k=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(l))return[parseInt(k[1],10),parseInt(k[2],10),parseInt(k[3],10)];if(k=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(l))return[parseFloat(k[1])*2.55,parseFloat(k[2])*2.55,parseFloat(k[3])*2.55];if(k=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(l))return[parseInt(k[1],16),parseInt(k[2],16),parseInt(k[3],16)];if(k=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(l))return[parseInt(k[1]+k[1],16),parseInt(k[2]+k[2],16),parseInt(k[3]+k[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(l))return j.transparent;return j[b.trim(l).toLowerCase()]}function g(l,k){var m;do{m=b.curCSS(l,k);if(m!=""&&m!="transparent"||b.nodeName(l,"body"))break;k="backgroundColor"}while(l=l.parentNode);return e(m)}function f(){var l=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,k={},m,o;if(l&&l.length&&l[0]&&l[l[0]])for(var q=l.length;q--;){m=l[q];if(typeof l[m]=="string"){o=m.replace(/\-(\w)/g,function(s,r){return r.toUpperCase()});k[o]=l[m]}}else for(m in l)if(typeof l[m]==="string")k[m]=l[m];return k}function a(l){var k,m;for(k in l){m=l[k];if(m==null||b.isFunction(m)||k in p||/scrollbar/.test(k)||!/color/i.test(k)&&isNaN(parseFloat(m)))delete l[k]}return l}function c(l,k){var m={_:0},o;for(o in k)if(l[o]!=k[o])m[o]=k[o];return m}function h(l,k,m,o){if(typeof l=="object"){o=k;m=null;k=l;l=k.effect}if(b.isFunction(k)){o=k;m=null;k={}}if(typeof k=="number"||b.fx.speeds[k]){o=m;m=k;k={}}if(b.isFunction(m)){o=m;m=null}k=k||{};m=m||k.duration;m=b.fx.off?0:typeof m=="number"?m:m in b.fx.speeds?b.fx.speeds[m]:b.fx.speeds._default;o=o||k.complete;return[l,k,m,o]}function i(l){if(!l||typeof l==="number"||b.fx.speeds[l])return true;if(typeof l==="string"&&!b.effects[l])return true;return false}b.effects={};b.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","borderColor","color","outlineColor"],function(l,k){b.fx.step[k]=function(m){if(!m.colorInit){m.start=g(m.elem,k);m.end=e(m.end);m.colorInit=true}m.elem.style[k]="rgb("+Math.max(Math.min(parseInt(m.pos*(m.end[0]-m.start[0])+m.start[0],10),255),0)+","+Math.max(Math.min(parseInt(m.pos*(m.end[1]-m.start[1])+m.start[1],10),255),0)+","+Math.max(Math.min(parseInt(m.pos*(m.end[2]-m.start[2])+m.start[2],10),255),0)+")"}});var j={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},n=["add","remove","toggle"],p={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};b.effects.animateClass=function(l,k,m,o){if(b.isFunction(m)){o=m;m=null}return this.queue("fx",function(){var q=b(this),s=q.attr("style")||" ",r=a(f.call(this)),u,v=q.attr("className");b.each(n,function(w,y){l[y]&&q[y+"Class"](l[y])});u=a(f.call(this));q.attr("className",v);q.animate(c(r,u),k,m,function(){b.each(n,function(w,y){l[y]&&q[y+"Class"](l[y])});if(typeof q.attr("style")=="object"){q.attr("style").cssText="";q.attr("style").cssText=s}else q.attr("style",s);o&&o.apply(this,arguments)});r=b.queue(this);u=r.splice(r.length-1,1)[0];r.splice(1,0,u);b.dequeue(this)})};b.fn.extend({_addClass:b.fn.addClass,addClass:function(l,k,m,o){return k?b.effects.animateClass.apply(this,[{add:l},k,m,o]):this._addClass(l)},_removeClass:b.fn.removeClass,removeClass:function(l,k,m,o){return k?b.effects.animateClass.apply(this,[{remove:l},k,m,o]):this._removeClass(l)},_toggleClass:b.fn.toggleClass,toggleClass:function(l,k,m,o,q){return typeof k=="boolean"||k===d?m?b.effects.animateClass.apply(this,[k?{add:l}:{remove:l},m,o,q]):this._toggleClass(l,k):b.effects.animateClass.apply(this,[{toggle:l},k,m,o])},switchClass:function(l,k,m,o,q){return b.effects.animateClass.apply(this,[{add:k,remove:l},m,o,q])}});b.extend(b.effects,{version:"1.8.11",save:function(l,k){for(var m=0;m<k.length;m++)k[m]!==null&&l.data("ec.storage."+k[m],l[0].style[k[m]])},restore:function(l,k){for(var m=0;m<k.length;m++)k[m]!==null&&l.css(k[m],l.data("ec.storage."+k[m]))},setMode:function(l,k){if(k=="toggle")k=l.is(":hidden")?"show":"hide";return k},getBaseline:function(l,k){var m;switch(l[0]){case"top":m=0;break;case"middle":m=0.5;break;case"bottom":m=1;break;default:m=l[0]/k.height}switch(l[1]){case"left":l=0;break;case"center":l=0.5;break;case"right":l=1;break;default:l=l[1]/k.width}return{x:l,y:m}},createWrapper:function(l){if(l.parent().is(".ui-effects-wrapper"))return l.parent();var k={width:l.outerWidth(true),height:l.outerHeight(true),"float":l.css("float")},m=b("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});l.wrap(m);m=l.parent();if(l.css("position")=="static"){m.css({position:"relative"});l.css({position:"relative"})}else{b.extend(k,{position:l.css("position"),zIndex:l.css("z-index")});b.each(["top","left","bottom","right"],function(o,q){k[q]=l.css(q);if(isNaN(parseInt(k[q],10)))k[q]="auto"});l.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return m.css(k).show()},removeWrapper:function(l){if(l.parent().is(".ui-effects-wrapper"))return l.parent().replaceWith(l);return l},setTransition:function(l,k,m,o){o=o||{};b.each(k,function(q,s){unit=l.cssUnit(s);if(unit[0]>0)o[s]=unit[0]*m+unit[1]});return o}});b.fn.extend({effect:function(l){var k=h.apply(this,arguments),m={options:k[1],duration:k[2],callback:k[3]};k=m.options.mode;var o=b.effects[l];if(b.fx.off||!o)return k?this[k](m.duration,m.callback):this.each(function(){m.callback&&m.callback.call(this)});return o.call(this,m)},_show:b.fn.show,show:function(l){if(i(l))return this._show.apply(this,arguments);else{var k=h.apply(this,arguments);k[1].mode="show";return this.effect.apply(this,k)}},_hide:b.fn.hide,hide:function(l){if(i(l))return this._hide.apply(this,arguments);else{var k=h.apply(this,arguments);k[1].mode="hide";return this.effect.apply(this,k)}},__toggle:b.fn.toggle,toggle:function(l){if(i(l)||typeof l==="boolean"||b.isFunction(l))return this.__toggle.apply(this,arguments);else{var k=h.apply(this,arguments);k[1].mode="toggle";return this.effect.apply(this,k)}},cssUnit:function(l){var k=this.css(l),m=[];b.each(["em","px","%","pt"],function(o,q){if(k.indexOf(q)>0)m=[parseFloat(k),q]});return m}});b.easing.jswing=b.easing.swing;b.extend(b.easing,{def:"easeOutQuad",swing:function(l,k,m,o,q){return b.easing[b.easing.def](l,k,m,o,q)},easeInQuad:function(l,k,m,o,q){return o*(k/=q)*k+m},easeOutQuad:function(l,k,m,o,q){return-o*(k/=q)*(k-2)+m},easeInOutQuad:function(l,k,m,o,q){if((k/=q/2)<1)return o/2*k*k+m;return-o/2*(--k*(k-2)-1)+m},easeInCubic:function(l,k,m,o,q){return o*(k/=q)*k*k+m},easeOutCubic:function(l,k,m,o,q){return o*((k=k/q-1)*k*k+1)+m},easeInOutCubic:function(l,k,m,o,q){if((k/=q/2)<1)return o/2*k*k*k+m;return o/2*((k-=2)*k*k+2)+m},easeInQuart:function(l,k,m,o,q){return o*(k/=q)*k*k*k+m},easeOutQuart:function(l,k,m,o,q){return-o*((k=k/q-1)*k*k*k-1)+m},easeInOutQuart:function(l,k,m,o,q){if((k/=q/2)<1)return o/2*k*k*k*k+m;return-o/2*((k-=2)*k*k*k-2)+m},easeInQuint:function(l,k,m,o,q){return o*(k/=q)*k*k*k*k+m},easeOutQuint:function(l,k,m,o,q){return o*((k=k/q-1)*k*k*k*k+1)+m},easeInOutQuint:function(l,k,m,o,q){if((k/=q/2)<1)return o/2*k*k*k*k*k+m;return o/2*((k-=2)*k*k*k*k+2)+m},easeInSine:function(l,k,m,o,q){return-o*Math.cos(k/q*(Math.PI/2))+o+m},easeOutSine:function(l,k,m,o,q){return o*Math.sin(k/q*(Math.PI/2))+m},easeInOutSine:function(l,k,m,o,q){return-o/2*(Math.cos(Math.PI*k/q)-1)+m},easeInExpo:function(l,k,m,o,q){return k==0?m:o*Math.pow(2,10*(k/q-1))+m},easeOutExpo:function(l,k,m,o,q){return k==q?m+o:o*(-Math.pow(2,-10*k/q)+1)+m},easeInOutExpo:function(l,k,m,o,q){if(k==0)return m;if(k==q)return m+o;if((k/=q/2)<1)return o/2*Math.pow(2,10*(k-1))+m;return o/2*(-Math.pow(2,-10*--k)+2)+m},easeInCirc:function(l,k,m,o,q){return-o*(Math.sqrt(1-(k/=q)*k)-1)+m},easeOutCirc:function(l,k,m,o,q){return o*Math.sqrt(1-(k=k/q-1)*k)+m},easeInOutCirc:function(l,k,m,o,q){if((k/=q/2)<1)return-o/2*(Math.sqrt(1-k*k)-1)+m;return o/2*(Math.sqrt(1-(k-=2)*k)+1)+m},easeInElastic:function(l,k,m,o,q){l=1.70158;var s=0,r=o;if(k==0)return m;if((k/=q)==1)return m+o;s||(s=q*0.3);if(r<Math.abs(o)){r=o;l=s/4}else l=s/(2*Math.PI)*Math.asin(o/r);return-(r*Math.pow(2,10*(k-=1))*Math.sin((k*q-l)*2*Math.PI/s))+m},easeOutElastic:function(l,k,m,o,q){l=1.70158;var s=0,r=o;if(k==0)return m;if((k/=q)==1)return m+o;s||(s=q*0.3);if(r<Math.abs(o)){r=o;l=s/4}else l=s/(2*Math.PI)*Math.asin(o/r);return r*Math.pow(2,-10*k)*Math.sin((k*q-l)*2*Math.PI/s)+o+m},easeInOutElastic:function(l,k,m,o,q){l=1.70158;var s=0,r=o;if(k==0)return m;if((k/=q/2)==2)return m+o;s||(s=q*0.3*1.5);if(r<Math.abs(o)){r=o;l=s/4}else l=s/(2*Math.PI)*Math.asin(o/r);if(k<1)return-0.5*r*Math.pow(2,10*(k-=1))*Math.sin((k*q-l)*2*Math.PI/s)+m;return r*Math.pow(2,-10*(k-=1))*Math.sin((k*q-l)*2*Math.PI/s)*0.5+o+m},easeInBack:function(l,k,m,o,q,s){if(s==d)s=1.70158;return o*(k/=q)*k*((s+1)*k-s)+m},easeOutBack:function(l,k,m,o,q,s){if(s==d)s=1.70158;return o*((k=k/q-1)*k*((s+1)*k+s)+1)+m},easeInOutBack:function(l,k,m,o,q,s){if(s==d)s=1.70158;if((k/=q/2)<1)return o/2*k*k*(((s*=1.525)+1)*k-s)+m;return o/2*((k-=2)*k*(((s*=1.525)+1)*k+s)+2)+m},easeInBounce:function(l,k,m,o,q){return o-b.easing.easeOutBounce(l,q-k,0,o,q)+m},easeOutBounce:function(l,k,m,o,q){return(k/=q)<1/2.75?o*7.5625*k*k+m:k<2/2.75?o*(7.5625*(k-=1.5/2.75)*k+0.75)+m:k<2.5/2.75?o*(7.5625*(k-=2.25/2.75)*k+0.9375)+m:o*(7.5625*(k-=2.625/2.75)*k+0.984375)+m},easeInOutBounce:function(l,k,m,o,q){if(k<q/2)return b.easing.easeInBounce(l,k*2,0,o,q)*0.5+m;return b.easing.easeOutBounce(l,k*2-q,0,o,q)*0.5+o*0.5+m}})}(jQuery);(function(b){b.effects.blind=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(e,d.options.mode||"hide"),a=d.options.direction||"vertical";b.effects.save(e,g);e.show();var c=b.effects.createWrapper(e).css({overflow:"hidden"}),h=a=="vertical"?"height":"width";a=a=="vertical"?c.height():c.width();f=="show"&&c.css(h,0);var i={};i[h]=f=="show"?a:0;c.animate(i,d.duration,d.options.easing,function(){f=="hide"&&e.hide();b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(e[0],arguments);e.dequeue()})})}})(jQuery);(function(b){b.effects.bounce=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(e,d.options.mode||"effect"),a=d.options.direction||"up",c=d.options.distance||20,h=d.options.times||5,i=d.duration||250;/show|hide/.test(f)&&g.push("opacity");b.effects.save(e,g);e.show();b.effects.createWrapper(e);var j=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";c=d.options.distance||(j=="top"?e.outerHeight({margin:true})/3:e.outerWidth({margin:true})/3);if(f=="show")e.css("opacity",0).css(j,a=="pos"?-c:c);if(f=="hide")c/=h*2;f!="hide"&&h--;if(f=="show"){var n={opacity:1};n[j]=(a=="pos"?"+=":"-=")+c;e.animate(n,i/2,d.options.easing);c/=2;h--}for(n=0;n<h;n++){var p={},l={};p[j]=(a=="pos"?"-=":"+=")+c;l[j]=(a=="pos"?"+=":"-=")+c;e.animate(p,i/2,d.options.easing).animate(l,i/2,d.options.easing);c=f=="hide"?c*2:c/2}if(f=="hide"){n={opacity:0};n[j]=(a=="pos"?"-=":"+=")+c;e.animate(n,i/2,d.options.easing,function(){e.hide();b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(this,arguments)})}else{p={};l={};p[j]=(a=="pos"?"-=":"+=")+c;l[j]=(a=="pos"?"+=":"-=")+c;e.animate(p,i/2,d.options.easing).animate(l,i/2,d.options.easing,function(){b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(this,arguments)})}e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);(function(b){b.effects.clip=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right","height","width"],f=b.effects.setMode(e,d.options.mode||"hide"),a=d.options.direction||"vertical";b.effects.save(e,g);e.show();var c=b.effects.createWrapper(e).css({overflow:"hidden"});c=e[0].tagName=="IMG"?c:e;var h={size:a=="vertical"?"height":"width",position:a=="vertical"?"top":"left"};a=a=="vertical"?c.height():c.width();if(f=="show"){c.css(h.size,0);c.css(h.position,a/2)}var i={};i[h.size]=f=="show"?a:0;i[h.position]=f=="show"?0:a/2;c.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){f=="hide"&&e.hide();b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(e[0],arguments);e.dequeue()}})})}})(jQuery);(function(b){b.effects.drop=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right","opacity"],f=b.effects.setMode(e,d.options.mode||"hide"),a=d.options.direction||"left";b.effects.save(e,g);e.show();b.effects.createWrapper(e);var c=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";var h=d.options.distance||(c=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(f=="show")e.css("opacity",0).css(c,a=="pos"?-h:h);var i={opacity:f=="show"?1:0};i[c]=(f=="show"?a=="pos"?"+=":"-=":a=="pos"?"-=":"+=")+h;e.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){f=="hide"&&e.hide();b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(this,arguments);e.dequeue()}})})}})(jQuery);(function(b){b.effects.explode=function(d){return this.queue(function(){var e=d.options.pieces?Math.round(Math.sqrt(d.options.pieces)):3,g=d.options.pieces?Math.round(Math.sqrt(d.options.pieces)):3;d.options.mode=d.options.mode=="toggle"?b(this).is(":visible")?"hide":"show":d.options.mode;var f=b(this).show().css("visibility","hidden"),a=f.offset();a.top-=parseInt(f.css("marginTop"),10)||0;a.left-=parseInt(f.css("marginLeft"),10)||0;for(var c=f.outerWidth(true),h=f.outerHeight(true),i=0;i<e;i++)for(var j=0;j<g;j++)f.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-j*(c/g),top:-i*(h/e)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:c/g,height:h/e,left:a.left+j*(c/g)+(d.options.mode=="show"?(j-Math.floor(g/2))*(c/g):0),top:a.top+i*(h/e)+(d.options.mode=="show"?(i-Math.floor(e/2))*(h/e):0),opacity:d.options.mode=="show"?0:1}).animate({left:a.left+j*(c/g)+(d.options.mode=="show"?0:(j-Math.floor(g/2))*(c/g)),top:a.top+
i*(h/e)+(d.options.mode=="show"?0:(i-Math.floor(e/2))*(h/e)),opacity:d.options.mode=="show"?1:0},d.duration||500);setTimeout(function(){d.options.mode=="show"?f.css({visibility:"visible"}):f.css({visibility:"visible"}).hide();d.callback&&d.callback.apply(f[0]);f.dequeue();b("div.ui-effects-explode").remove()},d.duration||500)})}})(jQuery);(function(b){b.effects.fade=function(d){return this.queue(function(){var e=b(this),g=b.effects.setMode(e,d.options.mode||"hide");e.animate({opacity:g},{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){d.callback&&d.callback.apply(this,arguments);e.dequeue()}})})}})(jQuery);(function(b){b.effects.fold=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(e,d.options.mode||"hide"),a=d.options.size||15,c=!!d.options.horizFirst,h=d.duration?d.duration/2:b.fx.speeds._default/2;b.effects.save(e,g);e.show();var i=b.effects.createWrapper(e).css({overflow:"hidden"}),j=f=="show"!=c,n=j?["width","height"]:["height","width"];j=j?[i.width(),i.height()]:[i.height(),i.width()];var p=/([0-9]+)%/.exec(a);if(p)a=parseInt(p[1],10)/100*j[f=="hide"?0:1];if(f=="show")i.css(c?{height:0,width:a}:{height:a,width:0});c={};p={};c[n[0]]=f=="show"?j[0]:a;p[n[1]]=f=="show"?j[1]:0;i.animate(c,h,d.options.easing).animate(p,h,d.options.easing,function(){f=="hide"&&e.hide();b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(e[0],arguments);e.dequeue()})})}})(jQuery);(function(b){b.effects.highlight=function(d){return this.queue(function(){var e=b(this),g=["backgroundImage","backgroundColor","opacity"],f=b.effects.setMode(e,d.options.mode||"show"),a={backgroundColor:e.css("backgroundColor")};if(f=="hide")a.opacity=0;b.effects.save(e,g);e.show().css({backgroundImage:"none",backgroundColor:d.options.color||"#ffff99"}).animate(a,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){f=="hide"&&e.hide();b.effects.restore(e,g);f=="show"&&!b.support.opacity&&this.style.removeAttribute("filter");d.callback&&d.callback.apply(this,arguments);e.dequeue()}})})}})(jQuery);(function(b){b.effects.pulsate=function(d){return this.queue(function(){var e=b(this),g=b.effects.setMode(e,d.options.mode||"show");times=(d.options.times||5)*2-1;duration=d.duration?d.duration/2:b.fx.speeds._default/2;isVisible=e.is(":visible");animateTo=0;if(!isVisible){e.css("opacity",0).show();animateTo=1}if(g=="hide"&&isVisible||g=="show"&&!isVisible)times--;for(g=0;g<times;g++){e.animate({opacity:animateTo},duration,d.options.easing);animateTo=(animateTo+1)%2}e.animate({opacity:animateTo},duration,d.options.easing,function(){animateTo==0&&e.hide();d.callback&&d.callback.apply(this,arguments)});e.queue("fx",function(){e.dequeue()}).dequeue()})}})(jQuery);(function(b){b.effects.puff=function(d){return this.queue(function(){var e=b(this),g=b.effects.setMode(e,d.options.mode||"hide"),f=parseInt(d.options.percent,10)||150,a=f/100,c={height:e.height(),width:e.width()};b.extend(d.options,{fade:true,mode:g,percent:g=="hide"?f:100,from:g=="hide"?c:{height:c.height*a,width:c.width*a}});e.effect("scale",d.options,d.duration,d.callback);e.dequeue()})};b.effects.scale=function(d){return this.queue(function(){var e=b(this),g=b.extend(true,{},d.options),f=b.effects.setMode(e,d.options.mode||"effect"),a=parseInt(d.options.percent,10)||(parseInt(d.options.percent,10)==0?0:f=="hide"?0:100),c=d.options.direction||"both",h=d.options.origin;if(f!="effect"){g.origin=h||["middle","center"];g.restore=true}h={height:e.height(),width:e.width()};e.from=d.options.from||(f=="show"?{height:0,width:0}:h);a={y:c!="horizontal"?a/100:1,x:c!="vertical"?a/100:1};e.to={height:h.height*a.y,width:h.width*a.x};if(d.options.fade){if(f=="show"){e.from.opacity=0;e.to.opacity=1}if(f=="hide"){e.from.opacity=1;e.to.opacity=0}}g.from=e.from;g.to=e.to;g.mode=f;e.effect("size",g,d.duration,d.callback);e.dequeue()})};b.effects.size=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right","width","height","overflow","opacity"],f=["position","top","bottom","left","right","overflow","opacity"],a=["width","height","overflow"],c=["fontSize"],h=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],i=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],j=b.effects.setMode(e,d.options.mode||"effect"),n=d.options.restore||false,p=d.options.scale||"both",l=d.options.origin,k={height:e.height(),width:e.width()};e.from=d.options.from||k;e.to=d.options.to||k;if(l){l=b.effects.getBaseline(l,k);e.from.top=(k.height-e.from.height)*l.y;e.from.left=(k.width-e.from.width)*l.x;e.to.top=(k.height-e.to.height)*l.y;e.to.left=(k.width-e.to.width)*l.x}var m={from:{y:e.from.height/k.height,x:e.from.width/k.width},to:{y:e.to.height/k.height,x:e.to.width/k.width}};if(p=="box"||p=="both"){if(m.from.y!=m.to.y){g=g.concat(h);e.from=b.effects.setTransition(e,h,m.from.y,e.from);e.to=b.effects.setTransition(e,h,m.to.y,e.to)}if(m.from.x!=m.to.x){g=g.concat(i);e.from=b.effects.setTransition(e,i,m.from.x,e.from);e.to=b.effects.setTransition(e,i,m.to.x,e.to)}}if(p=="content"||p=="both")if(m.from.y!=m.to.y){g=g.concat(c);e.from=b.effects.setTransition(e,c,m.from.y,e.from);e.to=b.effects.setTransition(e,c,m.to.y,e.to)}b.effects.save(e,n?g:f);e.show();b.effects.createWrapper(e);e.css("overflow","hidden").css(e.from);if(p=="content"||p=="both"){h=h.concat(["marginTop","marginBottom"]).concat(c);i=i.concat(["marginLeft","marginRight"]);a=g.concat(h).concat(i);e.find("*[width]").each(function(){child=b(this);n&&b.effects.save(child,a);var o={height:child.height(),width:child.width()};child.from={height:o.height*m.from.y,width:o.width*m.from.x};child.to={height:o.height*m.to.y,width:o.width*m.to.x};if(m.from.y!=m.to.y){child.from=b.effects.setTransition(child,h,m.from.y,child.from);child.to=b.effects.setTransition(child,h,m.to.y,child.to)}if(m.from.x!=m.to.x){child.from=b.effects.setTransition(child,i,m.from.x,child.from);child.to=b.effects.setTransition(child,i,m.to.x,child.to)}child.css(child.from);child.animate(child.to,d.duration,d.options.easing,function(){n&&b.effects.restore(child,a)})})}e.animate(e.to,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e.to.opacity===0&&e.css("opacity",e.from.opacity);j=="hide"&&e.hide();b.effects.restore(e,n?g:f);b.effects.removeWrapper(e);d.callback&&d.callback.apply(this,arguments);e.dequeue()}})})}})(jQuery);(function(b){b.effects.shake=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right"];b.effects.setMode(e,d.options.mode||"effect");var f=d.options.direction||"left",a=d.options.distance||20,c=d.options.times||3,h=d.duration||d.options.duration||140;b.effects.save(e,g);e.show();b.effects.createWrapper(e);var i=f=="up"||f=="down"?"top":"left",j=f=="up"||f=="left"?"pos":"neg";f={};var n={},p={};f[i]=(j=="pos"?"-=":"+=")+a;n[i]=(j=="pos"?"+=":"-=")+a*2;p[i]=(j=="pos"?"-=":"+=")+a*2;e.animate(f,h,d.options.easing);for(a=1;a<c;a++)e.animate(n,h,d.options.easing).animate(p,h,d.options.easing);e.animate(n,h,d.options.easing).animate(f,h/2,d.options.easing,function(){b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(this,arguments)});e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);(function(b){b.effects.slide=function(d){return this.queue(function(){var e=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(e,d.options.mode||"show"),a=d.options.direction||"left";b.effects.save(e,g);e.show();b.effects.createWrapper(e).css({overflow:"hidden"});var c=a=="up"||a=="down"?"top":"left";a=a=="up"||a=="left"?"pos":"neg";var h=d.options.distance||(c=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(f=="show")e.css(c,a=="pos"?isNaN(h)?"-"+h:-h:h);var i={};i[c]=(f=="show"?a=="pos"?"+=":"-=":a=="pos"?"-=":"+=")+h;e.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){f=="hide"&&e.hide();b.effects.restore(e,g);b.effects.removeWrapper(e);d.callback&&d.callback.apply(this,arguments);e.dequeue()}})})}})(jQuery);(function(b){b.effects.transfer=function(d){return this.queue(function(){var e=b(this),g=b(d.options.to),f=g.offset();g={top:f.top,left:f.left,height:g.innerHeight(),width:g.innerWidth()};f=e.offset();var a=b('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(d.options.className).css({top:f.top,left:f.left,height:e.innerHeight(),width:e.innerWidth(),position:"absolute"}).animate(g,d.duration,d.options.easing,function(){a.remove();d.callback&&d.callback.apply(e[0],arguments);e.dequeue()})})}})(jQuery);(function(b){b.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var d=this,e=d.options;d.running=0;d.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");d.headers=d.element.find(e.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){e.disabled||b(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){e.disabled||b(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){e.disabled||b(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){e.disabled||b(this).removeClass("ui-state-focus")});d.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(e.navigation){var g=d.element.find("a").filter(e.navigationFilter).eq(0);if(g.length){var f=g.closest(".ui-accordion-header");d.active=f.length?f:g.closest(".ui-accordion-content").prev()}}d.active=d._findActive(d.active||e.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");d.active.next().addClass("ui-accordion-content-active");d._createIcons();d.resize();d.element.attr("role","tablist");d.headers.attr("role","tab").bind("keydown.accordion",function(a){return d._keydown(a)}).next().attr("role","tabpanel");d.headers.not(d.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();d.active.length?d.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):d.headers.eq(0).attr("tabIndex",0);b.browser.safari||d.headers.find("a").attr("tabIndex",-1);e.event&&d.headers.bind(e.event.split(" ").join(".accordion ")+".accordion",function(a){d._clickHandler.call(d,a,this);a.preventDefault()})},_createIcons:function(){var d=this.options;if(d.icons){b("<span></span>").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var d=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex");this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var e=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(d.autoHeight||d.fillHeight)e.css("height","");return b.Widget.prototype.destroy.call(this)},_setOption:function(d,e){b.Widget.prototype._setOption.apply(this,arguments);d=="active"&&this.activate(e);if(d=="icons"){this._destroyIcons();e&&this._createIcons()}if(d=="disabled")this.headers.add(this.headers.next())[e?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(d){if(!(this.options.disabled||d.altKey||d.ctrlKey)){var e=b.ui.keyCode,g=this.headers.length,f=this.headers.index(d.target),a=false;switch(d.keyCode){case e.RIGHT:case e.DOWN:a=this.headers[(f+1)%g];break;case e.LEFT:case e.UP:a=this.headers[(f-1+g)%g];break;case e.SPACE:case e.ENTER:this._clickHandler({target:d.target},d.target);d.preventDefault()}if(a){b(d.target).attr("tabIndex",-1);b(a).attr("tabIndex",0);a.focus();return false}return true}},resize:function(){var d=this.options,e;if(d.fillSpace){if(b.browser.msie){var g=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}e=this.element.parent().height();b.browser.msie&&this.element.parent().css("overflow",g);this.headers.each(function(){e-=b(this).outerHeight(true)});this.headers.next().each(function(){b(this).height(Math.max(0,e-b(this).innerHeight()+
b(this).height()))}).css("overflow","auto")}else if(d.autoHeight){e=0;this.headers.next().each(function(){e=Math.max(e,b(this).height("").height())}).height(e)}return this},activate:function(d){this.options.active=d;d=this._findActive(d)[0];this._clickHandler({target:d},d);return this},_findActive:function(d){return d?typeof d==="number"?this.headers.filter(":eq("+d+")"):this.headers.not(this.headers.not(d)):d===false?b([]):this.headers.filter(":eq(0)")},_clickHandler:function(d,e){var g=this.options;if(!g.disabled)if(d.target){d=b(d.currentTarget||e);e=d[0]===this.active[0];g.active=g.collapsible&&e?false:this.headers.index(d);if(!(this.running||!g.collapsible&&e)){var f=this.active;i=d.next();c=this.active.next();h={options:g,newHeader:e&&g.collapsible?b([]):d,oldHeader:this.active,newContent:e&&g.collapsible?b([]):i,oldContent:c};var a=this.headers.index(this.active[0])>this.headers.index(d[0]);this.active=e?b([]):d;this._toggle(i,c,h,e,a);f.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(g.icons.headerSelected).addClass(g.icons.header);if(!e){d.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(g.icons.header).addClass(g.icons.headerSelected);d.next().addClass("ui-accordion-content-active")}}}else if(g.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(g.icons.headerSelected).addClass(g.icons.header);this.active.next().addClass("ui-accordion-content-active");var c=this.active.next(),h={options:g,newHeader:b([]),oldHeader:g.active,newContent:b([]),oldContent:c},i=this.active=b([]);this._toggle(i,c,h)}},_toggle:function(d,e,g,f,a){var c=this,h=c.options;c.toShow=d;c.toHide=e;c.data=g;var i=function(){if(c)return c._completed.apply(c,arguments)};c._trigger("changestart",null,c.data);c.running=e.size()===0?d.size():e.size();if(h.animated){g={};g=h.collapsible&&f?{toShow:b([]),toHide:e,complete:i,down:a,autoHeight:h.autoHeight||h.fillSpace}:{toShow:d,toHide:e,complete:i,down:a,autoHeight:h.autoHeight||h.fillSpace};if(!h.proxied)h.proxied=h.animated;if(!h.proxiedDuration)h.proxiedDuration=h.duration;h.animated=b.isFunction(h.proxied)?h.proxied(g):h.proxied;h.duration=b.isFunction(h.proxiedDuration)?h.proxiedDuration(g):h.proxiedDuration;f=b.ui.accordion.animations;var j=h.duration,n=h.animated;if(n&&!f[n]&&!b.easing[n])n="slide";f[n]||(f[n]=function(p){this.slide(p,{easing:n,duration:j||700})});f[n](g)}else{if(h.collapsible&&f)d.toggle();else{e.hide();d.show()}i(true)}e.prev().attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).blur();d.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(d){this.running=d?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});b.extend(b.ui.accordion,{version:"1.8.11",animations:{slide:function(d,e){d=b.extend({easing:"swing",duration:300},d,e);if(d.toHide.size())if(d.toShow.size()){var g=d.toShow.css("overflow"),f=0,a={},c={},h;e=d.toShow;h=e[0].style.width;e.width(parseInt(e.parent().width(),10)-parseInt(e.css("paddingLeft"),10)-parseInt(e.css("paddingRight"),10)-(parseInt(e.css("borderLeftWidth"),10)||0)-(parseInt(e.css("borderRightWidth"),10)||0));b.each(["height","paddingTop","paddingBottom"],function(i,j){c[j]="hide";i=(""+b.css(d.toShow[0],j)).match(/^([\d+-.]+)(.*)$/);a[j]={value:i[1],unit:i[2]||"px"}});d.toShow.css({height:0,overflow:"hidden"}).show();d.toHide.filter(":hidden").each(d.complete).end().filter(":visible").animate(c,{step:function(i,j){if(j.prop=="height")f=j.end-j.start===0?0:(j.now-j.start)/(j.end-j.start);d.toShow[0].style[j.prop]=f*a[j.prop].value+a[j.prop].unit},duration:d.duration,easing:d.easing,complete:function(){d.autoHeight||d.toShow.css("height","");d.toShow.css({width:h,overflow:g});d.complete()}})}else d.toHide.animate({height:"hide",paddingTop:"hide",paddingBottom:"hide"},d);else d.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},d)},bounceslide:function(d){this.slide(d,{easing:d.down?"easeOutBounce":"swing",duration:d.down?1E3:200})}}})})(jQuery);(function(b){var d=0;b.widget("ui.autocomplete",{options:{appendTo:"body",autoFocus:false,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var e=this,g=this.element[0].ownerDocument,f;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(a){if(!(e.options.disabled||e.element.attr("readonly"))){f=false;var c=b.ui.keyCode;switch(a.keyCode){case c.PAGE_UP:e._move("previousPage",a);break;case c.PAGE_DOWN:e._move("nextPage",a);break;case c.UP:e._move("previous",a);a.preventDefault();break;case c.DOWN:e._move("next",a);a.preventDefault();break;case c.ENTER:case c.NUMPAD_ENTER:if(e.menu.active){f=true;a.preventDefault()}case c.TAB:if(!e.menu.active)return;e.menu.select(a);break;case c.ESCAPE:e.element.val(e.term);e.close(a);break;default:clearTimeout(e.searching);e.searching=setTimeout(function(){if(e.term!=e.element.val()){e.selectedItem=null;e.search(null,a)}},e.options.delay);break}}}).bind("keypress.autocomplete",function(a){if(f){f=false;a.preventDefault()}}).bind("focus.autocomplete",function(){if(!e.options.disabled){e.selectedItem=null;e.previous=e.element.val()}}).bind("blur.autocomplete",function(a){if(!e.options.disabled){clearTimeout(e.searching);e.closing=setTimeout(function(){e.close(a);e._change(a)},150)}});this._initSource();this.response=function(){return e._response.apply(e,arguments)};this.menu=b("<ul></ul>").addClass("ui-autocomplete").appendTo(b(this.options.appendTo||"body",g)[0]).mousedown(function(a){var c=e.menu.element[0];b(a.target).closest(".ui-menu-item").length||setTimeout(function(){b(document).one("mousedown",function(h){h.target!==e.element[0]&&h.target!==c&&!b.ui.contains(c,h.target)&&e.close()})},1);setTimeout(function(){clearTimeout(e.closing)},13)}).menu({focus:function(a,c){c=c.item.data("item.autocomplete");false!==e._trigger("focus",a,{item:c})&&/^key/.test(a.originalEvent.type)&&e.element.val(c.value)},selected:function(a,c){var h=c.item.data("item.autocomplete"),i=e.previous;if(e.element[0]!==g.activeElement){e.element.focus();e.previous=i;setTimeout(function(){e.previous=i;e.selectedItem=h},1)}false!==e._trigger("select",a,{item:h})&&e.element.val(h.value);e.term=e.element.val();e.close(a);e.selectedItem=h},blur:function(){e.menu.element.is(":visible")&&e.element.val()!==e.term&&e.element.val(e.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");b.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();b.Widget.prototype.destroy.call(this)},_setOption:function(e,g){b.Widget.prototype._setOption.apply(this,arguments);e==="source"&&this._initSource();if(e==="appendTo")this.menu.element.appendTo(b(g||"body",this.element[0].ownerDocument)[0]);e==="disabled"&&g&&this.xhr&&this.xhr.abort()},_initSource:function(){var e=this,g,f;if(b.isArray(this.options.source)){g=this.options.source;this.source=function(a,c){c(b.ui.autocomplete.filter(g,a.term))}}else if(typeof this.options.source==="string"){f=this.options.source;this.source=function(a,c){e.xhr&&e.xhr.abort();e.xhr=b.ajax({url:f,data:a,dataType:"json",autocompleteRequest:++d,success:function(h){this.autocompleteRequest===d&&c(h)},error:function(){this.autocompleteRequest===d&&c([])}})}}else this.source=this.options.source},search:function(e,g){e=e!=null?e:this.element.val();this.term=this.element.val();if(e.length<this.options.minLength)return this.close(g);clearTimeout(this.closing);if(this._trigger("search",g)!==false)return this._search(e)},_search:function(e){this.pending++;this.element.addClass("ui-autocomplete-loading");this.source({term:e},this.response)},_response:function(e){if(!this.options.disabled&&e&&e.length){e=this._normalize(e);this._suggest(e);this._trigger("open")}else this.close();this.pending--;this.pending||this.element.removeClass("ui-autocomplete-loading")},close:function(e){clearTimeout(this.closing);if(this.menu.element.is(":visible")){this.menu.element.hide();this.menu.deactivate();this._trigger("close",e)}},_change:function(e){this.previous!==this.element.val()&&this._trigger("change",e,{item:this.selectedItem})},_normalize:function(e){if(e.length&&e[0].label&&e[0].value)return e;return b.map(e,function(g){if(typeof g==="string")return{label:g,value:g};return b.extend({label:g.label||g.value,value:g.value||g.label},g)})},_suggest:function(e){var g=this.menu.element.empty().zIndex(this.element.zIndex()+1);this._renderMenu(g,e);this.menu.deactivate();this.menu.refresh();g.show();this._resizeMenu();g.position(b.extend({of:this.element},this.options.position));this.options.autoFocus&&this.menu.next(new b.Event("mouseover"))},_resizeMenu:function(){var e=this.menu.element;e.outerWidth(Math.max(e.width("").outerWidth(),this.element.outerWidth()))},_renderMenu:function(e,g){var f=this;b.each(g,function(a,c){f._renderItem(e,c)})},_renderItem:function(e,g){return b("<li></li>").data("item.autocomplete",g).append(b("<a></a>").text(g.label)).appendTo(e)},_move:function(e,g){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(e)||this.menu.last()&&/^next/.test(e)){this.element.val(this.term);this.menu.deactivate()}else this.menu[e](g);else this.search(null,g)},widget:function(){return this.menu.element}});b.extend(b.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(e,g){var f=new RegExp(b.ui.autocomplete.escapeRegex(g),"i");return b.grep(e,function(a){return f.test(a.label||a.value||a)})}})})(jQuery);(function(b){b.widget("ui.menu",{_create:function(){var d=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(e){if(b(e.target).closest(".ui-menu-item a").length){e.preventDefault();d.select(e)}});this.refresh()},refresh:function(){var d=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex",-1).mouseenter(function(e){d.activate(e,b(this).parent())}).mouseleave(function(){d.deactivate()})},activate:function(d,e){this.deactivate();if(this.hasScroll()){var g=e.offset().top-this.element.offset().top,f=this.element.attr("scrollTop"),a=this.element.height();if(g<0)this.element.attr("scrollTop",f+g);else g>=a&&this.element.attr("scrollTop",f+g-a+e.height())}this.active=e.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",d,{item:e})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(d){this.move("next",".ui-menu-item:first",d)},previous:function(d){this.move("prev",".ui-menu-item:last",d)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(d,e,g){if(this.active){d=this.active[d+"All"](".ui-menu-item").eq(0);d.length?this.activate(g,d):this.activate(g,this.element.children(e))}else this.activate(g,this.element.children(e))},nextPage:function(d){if(this.hasScroll())if(!this.active||this.last())this.activate(d,this.element.children(".ui-menu-item:first"));else{var e=this.active.offset().top,g=this.element.height(),f=this.element.children(".ui-menu-item").filter(function(){var a=b(this).offset().top-e-g+b(this).height();return a<10&&a>-10});f.length||(f=this.element.children(".ui-menu-item:last"));this.activate(d,f)}else this.activate(d,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(d){if(this.hasScroll())if(!this.active||this.first())this.activate(d,this.element.children(".ui-menu-item:last"));else{var e=this.active.offset().top,g=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var f=b(this).offset().top-e+g-b(this).height();return f<10&&f>-10});result.length||(result=this.element.children(".ui-menu-item:first"));this.activate(d,result)}else this.activate(d,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()<this.element.attr("scrollHeight")},select:function(d){this._trigger("selected",d,{item:this.active})}})})(jQuery);(function(b){var d,e=function(f){b(":ui-button",f.target.form).each(function(){var a=b(this).data("button");setTimeout(function(){a.refresh()},1)})},g=function(f){var a=f.name,c=f.form,h=b([]);if(a)h=c?b(c).find("[name='"+a+"']"):b("[name='"+a+"']",f.ownerDocument).filter(function(){return!this.form});return h};b.widget("ui.button",{options:{disabled:null,text:true,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset.button").bind("reset.button",e);if(typeof this.options.disabled!=="boolean")this.options.disabled=this.element.attr("disabled");this._determineButtonType();this.hasTitle=!!this.buttonElement.attr("title");var f=this,a=this.options,c=this.type==="checkbox"||this.type==="radio",h="ui-state-hover"+(!c?" ui-state-active":"");if(a.label===null)a.label=this.buttonElement.html();if(this.element.is(":disabled"))a.disabled=true;this.buttonElement.addClass("ui-button ui-widget ui-state-default ui-corner-all").attr("role","button").bind("mouseenter.button",function(){if(!a.disabled){b(this).addClass("ui-state-hover");this===d&&b(this).addClass("ui-state-active")}}).bind("mouseleave.button",function(){a.disabled||b(this).removeClass(h)}).bind("focus.button",function(){b(this).addClass("ui-state-focus")}).bind("blur.button",function(){b(this).removeClass("ui-state-focus")});c&&this.element.bind("change.button",function(){f.refresh()});if(this.type==="checkbox")this.buttonElement.bind("click.button",function(){if(a.disabled)return false;b(this).toggleClass("ui-state-active");f.buttonElement.attr("aria-pressed",f.element[0].checked)});else if(this.type==="radio")this.buttonElement.bind("click.button",function(){if(a.disabled)return false;b(this).addClass("ui-state-active");f.buttonElement.attr("aria-pressed",true);var i=f.element[0];g(i).not(i).map(function(){return b(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed",false)});else{this.buttonElement.bind("mousedown.button",function(){if(a.disabled)return false;b(this).addClass("ui-state-active");d=this;b(document).one("mouseup",function(){d=null})}).bind("mouseup.button",function(){if(a.disabled)return false;b(this).removeClass("ui-state-active")}).bind("keydown.button",function(i){if(a.disabled)return false;if(i.keyCode==b.ui.keyCode.SPACE||i.keyCode==b.ui.keyCode.ENTER)b(this).addClass("ui-state-active")}).bind("keyup.button",function(){b(this).removeClass("ui-state-active")});this.buttonElement.is("a")&&this.buttonElement.keyup(function(i){i.keyCode===b.ui.keyCode.SPACE&&b(this).click()})}this._setOption("disabled",a.disabled)},_determineButtonType:function(){this.type=this.element.is(":checkbox")?"checkbox":this.element.is(":radio")?"radio":this.element.is("input")?"input":"button";if(this.type==="checkbox"||this.type==="radio"){var f=this.element.parents().filter(":last"),a="label[for="+this.element.attr("id")+"]";this.buttonElement=f.find(a);if(!this.buttonElement.length){f=f.length?f.siblings():this.element.siblings();this.buttonElement=f.filter(a);if(!this.buttonElement.length)this.buttonElement=f.find(a)}this.element.addClass("ui-helper-hidden-accessible");(f=this.element.is(":checked"))&&this.buttonElement.addClass("ui-state-active");this.buttonElement.attr("aria-pressed",f)}else this.buttonElement=this.element},widget:function(){return this.buttonElement},destroy:function(){this.element.removeClass("ui-helper-hidden-accessible");this.buttonElement.removeClass("ui-button ui-widget ui-state-default ui-corner-all ui-state-hover ui-state-active  ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only").removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html());this.hasTitle||this.buttonElement.removeAttr("title");b.Widget.prototype.destroy.call(this)},_setOption:function(f,a){b.Widget.prototype._setOption.apply(this,arguments);if(f==="disabled")a?this.element.attr("disabled",true):this.element.removeAttr("disabled");this._resetButton()},refresh:function(){var f=this.element.is(":disabled");f!==this.options.disabled&&this._setOption("disabled",f);if(this.type==="radio")g(this.element[0]).each(function(){b(this).is(":checked")?b(this).button("widget").addClass("ui-state-active").attr("aria-pressed",true):b(this).button("widget").removeClass("ui-state-active").attr("aria-pressed",false)});else if(this.type==="checkbox")this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed",true):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed",false)},_resetButton:function(){if(this.type==="input")this.options.label&&this.element.val(this.options.label);else{var f=this.buttonElement.removeClass("ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only"),a=b("<span></span>").addClass("ui-button-text").html(this.options.label).appendTo(f.empty()).text(),c=this.options.icons,h=c.primary&&c.secondary,i=[];if(c.primary||c.secondary){if(this.options.text)i.push("ui-button-text-icon"+(h?"s":c.primary?"-primary":"-secondary"));c.primary&&f.prepend("<span class='ui-button-icon-primary ui-icon "+c.primary+"'></span>");c.secondary&&f.append("<span class='ui-button-icon-secondary ui-icon "+c.secondary+"'></span>");if(!this.options.text){i.push(h?"ui-button-icons-only":"ui-button-icon-only");this.hasTitle||f.attr("title",a)}}else i.push("ui-button-text-only");f.addClass(i.join(" "))}}});b.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(f,a){f==="disabled"&&this.buttons.button("option",f,a);b.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()},destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");b.Widget.prototype.destroy.call(this)}})})(jQuery);(function(b,d){function e(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._inDialog=this._datepickerShowing=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false};b.extend(this._defaults,this.regional[""]);this.dpDiv=b('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>')}function g(a,c){b.extend(a,c);for(var h in c)if(c[h]==null||c[h]==d)a[h]=c[h];return a}b.extend(b.ui,{datepicker:{version:"1.8.11"}});var f=(new Date).getTime();b.extend(e.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){g(this._defaults,a||{});return this},_attachDatepicker:function(a,c){var h=null;for(var i in this._defaults){var j=a.getAttribute("date:"+i);if(j){h=h||{};try{h[i]=eval(j)}catch(n){h[i]=j}}}i=a.nodeName.toLowerCase();j=i=="div"||i=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var p=this._newInst(b(a),j);p.settings=b.extend({},c||{},h||{});if(i=="input")this._connectDatepicker(a,p);else j&&this._inlineDatepicker(a,p)},_newInst:function(a,c){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:c,dpDiv:!c?this.dpDiv:b('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>')}},_connectDatepicker:function(a,c){var h=b(a);c.append=b([]);c.trigger=b([]);if(!h.hasClass(this.markerClassName)){this._attachments(h,c);h.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(i,j,n){c.settings[j]=n}).bind("getData.datepicker",function(i,j){return this._get(c,j)});this._autoSize(c);b.data(a,"datepicker",c)}},_attachments:function(a,c){var h=this._get(c,"appendText"),i=this._get(c,"isRTL");c.append&&c.append.remove();if(h){c.append=b('<span class="'+this._appendClass+'">'+h+"</span>");a[i?"before":"after"](c.append)}a.unbind("focus",this._showDatepicker);c.trigger&&c.trigger.remove();h=this._get(c,"showOn");if(h=="focus"||h=="both")a.focus(this._showDatepicker);if(h=="button"||h=="both"){h=this._get(c,"buttonText");var j=this._get(c,"buttonImage");c.trigger=b(this._get(c,"buttonImageOnly")?b("<img/>").addClass(this._triggerClass).attr({src:j,alt:h,title:h}):b('<button type="button"></button>').addClass(this._triggerClass).html(j==""?h:b("<img/>").attr({src:j,alt:h,title:h})));a[i?"before":"after"](c.trigger);c.trigger.click(function(){b.datepicker._datepickerShowing&&b.datepicker._lastInput==a[0]?b.datepicker._hideDatepicker():b.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var c=new Date(2009,11,20),h=this._get(a,"dateFormat");if(h.match(/[DM]/)){var i=function(j){for(var n=0,p=0,l=0;l<j.length;l++)if(j[l].length>n){n=j[l].length;p=l}return p};c.setMonth(i(this._get(a,h.match(/MM/)?"monthNames":"monthNamesShort")));c.setDate(i(this._get(a,h.match(/DD/)?"dayNames":"dayNamesShort"))+20-c.getDay())}a.input.attr("size",this._formatDate(a,c).length)}},_inlineDatepicker:function(a,c){var h=b(a);if(!h.hasClass(this.markerClassName)){h.addClass(this.markerClassName).append(c.dpDiv).bind("setData.datepicker",function(i,j,n){c.settings[j]=n}).bind("getData.datepicker",function(i,j){return this._get(c,j)});b.data(a,"datepicker",c);this._setDate(c,this._getDefaultDate(c),true);this._updateDatepicker(c);this._updateAlternate(c);c.dpDiv.show()}},_dialogDatepicker:function(a,c,h,i,j){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=b('<input type="text" id="'+("dp"+this.uuid)+'" style="position: absolute; top: -100px; width: 0px; z-index: -10;"/>');this._dialogInput.keydown(this._doKeyDown);b("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};b.data(this._dialogInput[0],"datepicker",a)}g(a.settings,i||{});c=c&&c.constructor==Date?this._formatDate(a,c):c;this._dialogInput.val(c);this._pos=j?j.length?j:[j.pageX,j.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=h;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);b.blockUI&&b.blockUI(this.dpDiv);b.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var c=b(a),h=b.data(a,"datepicker");if(c.hasClass(this.markerClassName)){var i=a.nodeName.toLowerCase();b.removeData(a,"datepicker");if(i=="input"){h.append.remove();h.trigger.remove();c.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(i=="div"||i=="span")c.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var c=b(a),h=b.data(a,"datepicker");if(c.hasClass(this.markerClassName)){var i=a.nodeName.toLowerCase();if(i=="input"){a.disabled=false;h.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(i=="div"||i=="span")c.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(j){return j==a?null:j})}},_disableDatepicker:function(a){var c=b(a),h=b.data(a,"datepicker");if(c.hasClass(this.markerClassName)){var i=a.nodeName.toLowerCase();if(i=="input"){a.disabled=true;h.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(i=="div"||i=="span")c.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=b.map(this._disabledInputs,function(j){return j==a?null:j});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var c=0;c<this._disabledInputs.length;c++)if(this._disabledInputs[c]==a)return true;return false},_getInst:function(a){try{return b.data(a,"datepicker")}catch(c){throw"Missing instance data for this datepicker";}},_optionDatepicker:function(a,c,h){var i=this._getInst(a);if(arguments.length==2&&typeof c=="string")return c=="defaults"?b.extend({},b.datepicker._defaults):i?c=="all"?b.extend({},i.settings):this._get(i,c):null;var j=c||{};if(typeof c=="string"){j={};j[c]=h}if(i){this._curInst==i&&this._hideDatepicker();var n=this._getDateDatepicker(a,true),p=this._getMinMaxDate(i,"min"),l=this._getMinMaxDate(i,"max");g(i.settings,j);if(p!==null&&j.dateFormat!==d&&j.minDate===d)i.settings.minDate=this._formatDate(i,p);if(l!==null&&j.dateFormat!==d&&j.maxDate===d)i.settings.maxDate=this._formatDate(i,l);this._attachments(b(a),i);this._autoSize(i);this._setDateDatepicker(a,n);this._updateDatepicker(i)}},_changeDatepicker:function(a,c,h){this._optionDatepicker(a,c,h)},_refreshDatepicker:function(a){(a=this._getInst(a))&&this._updateDatepicker(a)},_setDateDatepicker:function(a,c){if(a=this._getInst(a)){this._setDate(a,c);this._updateDatepicker(a);this._updateAlternate(a)}},_getDateDatepicker:function(a,c){(a=this._getInst(a))&&!a.inline&&this._setDateFromField(a,c);return a?this._getDate(a):null},_doKeyDown:function(a){var c=b.datepicker._getInst(a.target),h=true,i=c.dpDiv.is(".ui-datepicker-rtl");c._keyEvent=true;if(b.datepicker._datepickerShowing)switch(a.keyCode){case 9:b.datepicker._hideDatepicker();h=false;break;case 13:h=b("td."+b.datepicker._dayOverClass+":not(."+b.datepicker._currentClass+")",c.dpDiv);h[0]?b.datepicker._selectDay(a.target,c.selectedMonth,c.selectedYear,h[0]):b.datepicker._hideDatepicker();return false;case 27:b.datepicker._hideDatepicker();break;case 33:b.datepicker._adjustDate(a.target,a.ctrlKey?-b.datepicker._get(c,"stepBigMonths"):-b.datepicker._get(c,"stepMonths"),"M");break;case 34:b.datepicker._adjustDate(a.target,a.ctrlKey?+b.datepicker._get(c,"stepBigMonths"):+b.datepicker._get(c,"stepMonths"),"M");break;case 35:if(a.ctrlKey||a.metaKey)b.datepicker._clearDate(a.target);h=a.ctrlKey||a.metaKey;break;case 36:if(a.ctrlKey||a.metaKey)b.datepicker._gotoToday(a.target);h=a.ctrlKey||a.metaKey;break;case 37:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,i?+1:-1,"D");h=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)b.datepicker._adjustDate(a.target,a.ctrlKey?-b.datepicker._get(c,"stepBigMonths"):-b.datepicker._get(c,"stepMonths"),"M");break;case 38:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,-7,"D");h=a.ctrlKey||a.metaKey;break;case 39:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,i?-1:+1,"D");h=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)b.datepicker._adjustDate(a.target,a.ctrlKey?+b.datepicker._get(c,"stepBigMonths"):+b.datepicker._get(c,"stepMonths"),"M");break;case 40:if(a.ctrlKey||a.metaKey)b.datepicker._adjustDate(a.target,+7,"D");h=a.ctrlKey||a.metaKey;break;default:h=false}else if(a.keyCode==36&&a.ctrlKey)b.datepicker._showDatepicker(this);else h=false;if(h){a.preventDefault();a.stopPropagation()}},_doKeyPress:function(a){var c=b.datepicker._getInst(a.target);if(b.datepicker._get(c,"constrainInput")){c=b.datepicker._possibleChars(b.datepicker._get(c,"dateFormat"));var h=String.fromCharCode(a.charCode==d?a.keyCode:a.charCode);return a.ctrlKey||a.metaKey||h<" "||!c||c.indexOf(h)>-1}},_doKeyUp:function(a){a=b.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(b.datepicker.parseDate(b.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,b.datepicker._getFormatConfig(a))){b.datepicker._setDateFromField(a);b.datepicker._updateAlternate(a);b.datepicker._updateDatepicker(a)}}catch(c){b.datepicker.log(c)}return true},_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=b("input",a.parentNode)[0];if(!(b.datepicker._isDisabledDatepicker(a)||b.datepicker._lastInput==a)){var c=b.datepicker._getInst(a);b.datepicker._curInst&&b.datepicker._curInst!=c&&b.datepicker._curInst.dpDiv.stop(true,true);var h=b.datepicker._get(c,"beforeShow");g(c.settings,h?h.apply(a,[a,c]):{});c.lastVal=null;b.datepicker._lastInput=a;b.datepicker._setDateFromField(c);if(b.datepicker._inDialog)a.value="";if(!b.datepicker._pos){b.datepicker._pos=b.datepicker._findPos(a);b.datepicker._pos[1]+=a.offsetHeight}var i=false;b(a).parents().each(function(){i|=b(this).css("position")=="fixed";return!i});if(i&&b.browser.opera){b.datepicker._pos[0]-=document.documentElement.scrollLeft;b.datepicker._pos[1]-=document.documentElement.scrollTop}h={left:b.datepicker._pos[0],top:b.datepicker._pos[1]};b.datepicker._pos=null;c.dpDiv.empty();c.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});b.datepicker._updateDatepicker(c);h=b.datepicker._checkOffset(c,h,i);c.dpDiv.css({position:b.datepicker._inDialog&&b.blockUI?"static":i?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"});if(!c.inline){h=b.datepicker._get(c,"showAnim");var j=b.datepicker._get(c,"duration"),n=function(){b.datepicker._datepickerShowing=true;var p=c.dpDiv.find("iframe.ui-datepicker-cover");if(p.length){var l=b.datepicker._getBorders(c.dpDiv);p.css({left:-l[0],top:-l[1],width:c.dpDiv.outerWidth(),height:c.dpDiv.outerHeight()})}};c.dpDiv.zIndex(b(a).zIndex()+1);b.effects&&b.effects[h]?c.dpDiv.show(h,b.datepicker._get(c,"showOptions"),j,n):c.dpDiv[h||"show"](h?j:null,n);if(!h||!j)n();c.input.is(":visible")&&!c.input.is(":disabled")&&c.input.focus();b.datepicker._curInst=c}}},_updateDatepicker:function(a){var c=this,h=b.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a));var i=a.dpDiv.find("iframe.ui-datepicker-cover");i.length&&i.css({left:-h[0],top:-h[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){b(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&b(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!c._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){b(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");b(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&b(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&b(this).addClass("ui-datepicker-next-hover")}}).end().find("."+
this._dayOverClass+" a").trigger("mouseover").end();h=this._getNumberOfMonths(a);i=h[1];i>1?a.dpDiv.addClass("ui-datepicker-multi-"+i).css("width",17*i+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(h[0]!=1||h[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==b.datepicker._curInst&&b.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var j=a.yearshtml;setTimeout(function(){j===a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);j=a.yearshtml=null},0)}},_getBorders:function(a){var c=function(h){return{thin:1,medium:2,thick:3}[h]||h};return[parseFloat(c(a.css("border-left-width"))),parseFloat(c(a.css("border-top-width")))]},_checkOffset:function(a,c,h){var i=a.dpDiv.outerWidth(),j=a.dpDiv.outerHeight(),n=a.input?a.input.outerWidth():0,p=a.input?a.input.outerHeight():0,l=document.documentElement.clientWidth+b(document).scrollLeft(),k=document.documentElement.clientHeight+b(document).scrollTop();c.left-=this._get(a,"isRTL")?i-n:0;c.left-=h&&c.left==a.input.offset().left?b(document).scrollLeft():0;c.top-=h&&c.top==a.input.offset().top+p?b(document).scrollTop():0;c.left-=Math.min(c.left,c.left+i>l&&l>i?Math.abs(c.left+i-l):0);c.top-=Math.min(c.top,c.top+j>k&&k>j?Math.abs(j+p):0);return c},_findPos:function(a){for(var c=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1||b.expr.filters.hidden(a));)a=a[c?"previousSibling":"nextSibling"];a=b(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var c=this._curInst;if(!(!c||a&&c!=b.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(c,"showAnim");var h=this._get(c,"duration"),i=function(){b.datepicker._tidyDialog(c);this._curInst=null};b.effects&&b.effects[a]?c.dpDiv.hide(a,b.datepicker._get(c,"showOptions"),h,i):c.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?h:null,i);a||i();if(a=this._get(c,"onClose"))a.apply(c.input?c.input[0]:null,[c.input?c.input.val():"",c]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(b.blockUI){b.unblockUI();b("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(b.datepicker._curInst){a=b(a.target);a[0].id!=b.datepicker._mainDivId&&a.parents("#"+b.datepicker._mainDivId).length==0&&!a.hasClass(b.datepicker.markerClassName)&&!a.hasClass(b.datepicker._triggerClass)&&b.datepicker._datepickerShowing&&!(b.datepicker._inDialog&&b.blockUI)&&b.datepicker._hideDatepicker()}},_adjustDate:function(a,c,h){a=b(a);var i=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(i,c+(h=="M"?this._get(i,"showCurrentAtPos"):0),h);this._updateDatepicker(i)}},_gotoToday:function(a){a=b(a);var c=this._getInst(a[0]);if(this._get(c,"gotoCurrent")&&c.currentDay){c.selectedDay=c.currentDay;c.drawMonth=c.selectedMonth=c.currentMonth;c.drawYear=c.selectedYear=c.currentYear}else{var h=new Date;c.selectedDay=h.getDate();c.drawMonth=c.selectedMonth=h.getMonth();c.drawYear=c.selectedYear=h.getFullYear()}this._notifyChange(c);this._adjustDate(a)},_selectMonthYear:function(a,c,h){a=b(a);var i=this._getInst(a[0]);i._selectingMonthYear=false;i["selected"+(h=="M"?"Month":"Year")]=i["draw"+(h=="M"?"Month":"Year")]=parseInt(c.options[c.selectedIndex].value,10);this._notifyChange(i);this._adjustDate(a)},_clickMonthYear:function(a){var c=this._getInst(b(a)[0]);c.input&&c._selectingMonthYear&&setTimeout(function(){c.input.focus()},0);c._selectingMonthYear=!c._selectingMonthYear},_selectDay:function(a,c,h,i){var j=b(a);if(!(b(i).hasClass(this._unselectableClass)||this._isDisabledDatepicker(j[0]))){j=this._getInst(j[0]);j.selectedDay=j.currentDay=b("a",i).html();j.selectedMonth=j.currentMonth=c;j.selectedYear=j.currentYear=h;this._selectDate(a,this._formatDate(j,j.currentDay,j.currentMonth,j.currentYear))}},_clearDate:function(a){a=b(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,c){a=this._getInst(b(a)[0]);c=c!=null?c:this._formatDate(a);a.input&&a.input.val(c);this._updateAlternate(a);var h=this._get(a,"onSelect");if(h)h.apply(a.input?a.input[0]:null,[c,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a);else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var c=this._get(a,"altField");if(c){var h=this._get(a,"altFormat")||this._get(a,"dateFormat"),i=this._getDate(a),j=this.formatDate(h,i,this._getFormatConfig(a));b(c).each(function(){b(this).val(j)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var c=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((c-a)/864E5)/7)+1},parseDate:function(a,c,h){if(a==null||c==null)throw"Invalid arguments";c=typeof c=="object"?c.toString():c+"";if(c=="")return null;var i=(h?h.shortYearCutoff:null)||this._defaults.shortYearCutoff;i=typeof i!="string"?i:(new Date).getFullYear()%100+parseInt(i,10);for(var j=(h?h.dayNamesShort:null)||this._defaults.dayNamesShort,n=(h?h.dayNames:null)||this._defaults.dayNames,p=(h?h.monthNamesShort:null)||this._defaults.monthNamesShort,l=(h?h.monthNames:null)||this._defaults.monthNames,k=h=-1,m=-1,o=-1,q=false,s=function(x){(x=y+1<a.length&&a.charAt(y+1)==x)&&y++;return x},r=function(x){var C=s(x);x=new RegExp("^\\d{1,"+(x=="@"?14:x=="!"?20:x=="y"&&C?4:x=="o"?3:2)+"}");x=c.substring(w).match(x);if(!x)throw"Missing number at position "+w;w+=x[0].length;return parseInt(x[0],10)},u=function(x,C,J){x=s(x)?J:C;for(C=0;C<x.length;C++)if(c.substr(w,x[C].length).toLowerCase()==x[C].toLowerCase()){w+=x[C].length;return C+1}throw"Unknown name at position "+
w;},v=function(){if(c.charAt(w)!=a.charAt(y))throw"Unexpected literal at position "+w;w++},w=0,y=0;y<a.length;y++)if(q)if(a.charAt(y)=="'"&&!s("'"))q=false;else v();else switch(a.charAt(y)){case"d":m=r("d");break;case"D":u("D",j,n);break;case"o":o=r("o");break;case"m":k=r("m");break;case"M":k=u("M",p,l);break;case"y":h=r("y");break;case"@":var B=new Date(r("@"));h=B.getFullYear();k=B.getMonth()+1;m=B.getDate();break;case"!":B=new Date((r("!")-this._ticksTo1970)/1E4);h=B.getFullYear();k=B.getMonth()+
1;m=B.getDate();break;case"'":if(s("'"))v();else q=true;break;default:v()}if(h==-1)h=(new Date).getFullYear();else if(h<100)h+=(new Date).getFullYear()-(new Date).getFullYear()%100+(h<=i?0:-100);if(o>-1){k=1;m=o;do{i=this._getDaysInMonth(h,k-1);if(m<=i)break;k++;m-=i}while(1)}B=this._daylightSavingAdjust(new Date(h,k-1,m));if(B.getFullYear()!=h||B.getMonth()+1!=k||B.getDate()!=m)throw"Invalid date";return B},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,c,h){if(!c)return"";var i=(h?h.dayNamesShort:null)||this._defaults.dayNamesShort,j=(h?h.dayNames:null)||this._defaults.dayNames,n=(h?h.monthNamesShort:null)||this._defaults.monthNamesShort;h=(h?h.monthNames:null)||this._defaults.monthNames;var p=function(s){(s=q+1<a.length&&a.charAt(q+1)==s)&&q++;return s},l=function(s,r,u){r=""+r;if(p(s))for(;r.length<u;)r="0"+r;return r},k=function(s,r,u,v){return p(s)?v[r]:u[r]},m="",o=false;if(c)for(var q=0;q<a.length;q++)if(o)if(a.charAt(q)=="'"&&!p("'"))o=false;else m+=a.charAt(q);else switch(a.charAt(q)){case"d":m+=l("d",c.getDate(),2);break;case"D":m+=k("D",c.getDay(),i,j);break;case"o":m+=l("o",(c.getTime()-(new Date(c.getFullYear(),0,0)).getTime())/864E5,3);break;case"m":m+=l("m",c.getMonth()+1,2);break;case"M":m+=k("M",c.getMonth(),n,h);break;case"y":m+=p("y")?c.getFullYear():(c.getYear()%100<10?"0":"")+c.getYear()%100;break;case"@":m+=c.getTime();break;case"!":m+=c.getTime()*1E4+this._ticksTo1970;break;case"'":if(p("'"))m+="'";else o=true;break;default:m+=a.charAt(q)}return m},_possibleChars:function(a){for(var c="",h=false,i=function(n){(n=j+1<a.length&&a.charAt(j+1)==n)&&j++;return n},j=0;j<a.length;j++)if(h)if(a.charAt(j)=="'"&&!i("'"))h=false;else c+=a.charAt(j);else switch(a.charAt(j)){case"d":case"m":case"y":case"@":c+="0123456789";break;case"D":case"M":return null;case"'":if(i("'"))c+="'";else h=true;break;default:c+=a.charAt(j)}return c},_get:function(a,c){return a.settings[c]!==d?a.settings[c]:this._defaults[c]},_setDateFromField:function(a,c){if(a.input.val()!=a.lastVal){var h=this._get(a,"dateFormat"),i=a.lastVal=a.input?a.input.val():null,j,n;j=n=this._getDefaultDate(a);var p=this._getFormatConfig(a);try{j=this.parseDate(h,i,p)||n}catch(l){this.log(l);i=c?"":i}a.selectedDay=j.getDate();a.drawMonth=a.selectedMonth=j.getMonth();a.drawYear=a.selectedYear=j.getFullYear();a.currentDay=i?j.getDate():0;a.currentMonth=i?j.getMonth():0;a.currentYear=i?j.getFullYear():0;this._adjustInstDate(a)}},_getDefaultDate:function(a){return this._restrictMinMax(a,this._determineDate(a,this._get(a,"defaultDate"),new Date))},_determineDate:function(a,c,h){var i=function(n){var p=new Date;p.setDate(p.getDate()+n);return p},j=function(n){try{return b.datepicker.parseDate(b.datepicker._get(a,"dateFormat"),n,b.datepicker._getFormatConfig(a))}catch(p){}var l=(n.toLowerCase().match(/^c/)?b.datepicker._getDate(a):null)||new Date,k=l.getFullYear(),m=l.getMonth();l=l.getDate();for(var o=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,q=o.exec(n);q;){switch(q[2]||"d"){case"d":case"D":l+=parseInt(q[1],10);break;case"w":case"W":l+=parseInt(q[1],10)*7;break;case"m":case"M":m+=parseInt(q[1],10);l=Math.min(l,b.datepicker._getDaysInMonth(k,m));break;case"y":case"Y":k+=parseInt(q[1],10);l=Math.min(l,b.datepicker._getDaysInMonth(k,m));break}q=o.exec(n)}return new Date(k,m,l)};if(c=(c=c==null||c===""?h:typeof c=="string"?j(c):typeof c=="number"?isNaN(c)?h:i(c):new Date(c.getTime()))&&c.toString()=="Invalid Date"?h:c){c.setHours(0);c.setMinutes(0);c.setSeconds(0);c.setMilliseconds(0)}return this._daylightSavingAdjust(c)},_daylightSavingAdjust:function(a){if(!a)return null;a.setHours(a.getHours()>12?a.getHours()+2:0);return a},_setDate:function(a,c,h){var i=!c,j=a.selectedMonth,n=a.selectedYear;c=this._restrictMinMax(a,this._determineDate(a,c,new Date));a.selectedDay=a.currentDay=c.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=c.getMonth();a.drawYear=a.selectedYear=a.currentYear=c.getFullYear();if((j!=a.selectedMonth||n!=a.selectedYear)&&!h)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(i?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var c=new Date;c=this._daylightSavingAdjust(new Date(c.getFullYear(),c.getMonth(),c.getDate()));var h=this._get(a,"isRTL"),i=this._get(a,"showButtonPanel"),j=this._get(a,"hideIfNoPrevNext"),n=this._get(a,"navigationAsDateFormat"),p=this._getNumberOfMonths(a),l=this._get(a,"showCurrentAtPos"),k=this._get(a,"stepMonths"),m=p[0]!=1||p[1]!=1,o=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),q=this._getMinMaxDate(a,"min"),s=this._getMinMaxDate(a,"max");l=a.drawMonth-l;var r=a.drawYear;if(l<0){l+=12;r--}if(s){var u=this._daylightSavingAdjust(new Date(s.getFullYear(),s.getMonth()-p[0]*p[1]+1,s.getDate()));for(u=q&&u<q?q:u;this._daylightSavingAdjust(new Date(r,l,1))>u;){l--;if(l<0){l=11;r--}}}a.drawMonth=l;a.drawYear=r;u=this._get(a,"prevText");u=!n?u:this.formatDate(u,this._daylightSavingAdjust(new Date(r,l-k,1)),this._getFormatConfig(a));u=this._canAdjustMonth(a,-1,r,l)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery_'+f+".datepicker._adjustDate('#"+a.id+"', -"+k+", 'M');\" title=\""+u+'"><span class="ui-icon ui-icon-circle-triangle-'+
(h?"e":"w")+'">'+u+"</span></a>":j?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+u+'"><span class="ui-icon ui-icon-circle-triangle-'+(h?"e":"w")+'">'+u+"</span></a>";var v=this._get(a,"nextText");v=!n?v:this.formatDate(v,this._daylightSavingAdjust(new Date(r,l+k,1)),this._getFormatConfig(a));j=this._canAdjustMonth(a,+1,r,l)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery_'+f+".datepicker._adjustDate('#"+a.id+"', +"+k+", 'M');\" title=\""+v+'"><span class="ui-icon ui-icon-circle-triangle-'+
(h?"w":"e")+'">'+v+"</span></a>":j?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+v+'"><span class="ui-icon ui-icon-circle-triangle-'+(h?"w":"e")+'">'+v+"</span></a>";k=this._get(a,"currentText");v=this._get(a,"gotoCurrent")&&a.currentDay?o:c;k=!n?k:this.formatDate(k,v,this._getFormatConfig(a));n=!a.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery_'+f+'.datepicker._hideDatepicker();">'+this._get(a,"closeText")+"</button>":"";i=i?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(h?n:"")+(this._isInRange(a,v)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery_'+f+".datepicker._gotoToday('#"+a.id+"');\">"+k+"</button>":"")+(h?"":n)+"</div>":"";n=parseInt(this._get(a,"firstDay"),10);n=isNaN(n)?0:n;k=this._get(a,"showWeek");v=this._get(a,"dayNames");this._get(a,"dayNamesShort");var w=this._get(a,"dayNamesMin"),y=this._get(a,"monthNames"),B=this._get(a,"monthNamesShort"),x=this._get(a,"beforeShowDay"),C=this._get(a,"showOtherMonths"),J=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var M=this._getDefaultDate(a),K="",G=0;G<p[0];G++){for(var N="",H=0;H<p[1];H++){var O=this._daylightSavingAdjust(new Date(r,l,a.selectedDay)),A=" ui-corner-all",D="";if(m){D+='<div class="ui-datepicker-group';if(p[1]>1)switch(H){case 0:D+=" ui-datepicker-group-first";A=" ui-corner-"+(h?"right":"left");break;case p[1]-
1:D+=" ui-datepicker-group-last";A=" ui-corner-"+(h?"left":"right");break;default:D+=" ui-datepicker-group-middle";A="";break}D+='">'}D+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+A+'">'+(/all|left/.test(A)&&G==0?h?j:u:"")+(/all|right/.test(A)&&G==0?h?u:j:"")+this._generateMonthYearHeader(a,l,r,q,s,G>0||H>0,y,B)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var E=k?'<th class="ui-datepicker-week-col">'+this._get(a,"weekHeader")+"</th>":"";for(A=0;A<7;A++){var z=(A+n)%7;E+="<th"+((A+n+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+v[z]+'">'+w[z]+"</span></th>"}D+=E+"</tr></thead><tbody>";E=this._getDaysInMonth(r,l);if(r==a.selectedYear&&l==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,E);A=(this._getFirstDayOfMonth(r,l)-n+7)%7;E=m?6:Math.ceil((A+E)/7);z=this._daylightSavingAdjust(new Date(r,l,1-A));for(var P=0;P<E;P++){D+="<tr>";var Q=!k?"":'<td class="ui-datepicker-week-col">'+this._get(a,"calculateWeek")(z)+"</td>";for(A=0;A<7;A++){var I=x?x.apply(a.input?a.input[0]:null,[z]):[true,""],F=z.getMonth()!=l,L=F&&!J||!I[0]||q&&z<q||s&&z>s;Q+='<td class="'+((A+n+6)%7>=5?" ui-datepicker-week-end":"")+(F?" ui-datepicker-other-month":"")+(z.getTime()==O.getTime()&&l==a.selectedMonth&&a._keyEvent||M.getTime()==z.getTime()&&M.getTime()==O.getTime()?" "+this._dayOverClass:"")+(L?" "+this._unselectableClass+" ui-state-disabled":"")+(F&&!C?"":" "+I[1]+(z.getTime()==o.getTime()?" "+this._currentClass:"")+(z.getTime()==c.getTime()?" ui-datepicker-today":""))+'"'+((!F||C)&&I[2]?' title="'+I[2]+'"':"")+(L?"":' onclick="DP_jQuery_'+f+".datepicker._selectDay('#"+a.id+"',"+z.getMonth()+","+z.getFullYear()+', this);return false;"')+">"+(F&&!C?"&#xa0;":L?'<span class="ui-state-default">'+z.getDate()+"</span>":'<a class="ui-state-default'+(z.getTime()==c.getTime()?" ui-state-highlight":"")+(z.getTime()==o.getTime()?" ui-state-active":"")+(F?" ui-priority-secondary":"")+'" href="#">'+z.getDate()+"</a>")+"</td>";z.setDate(z.getDate()+1);z=this._daylightSavingAdjust(z)}D+=Q+"</tr>"}l++;if(l>11){l=0;r++}D+="</tbody></table>"+(m?"</div>"+(p[0]>0&&H==p[1]-1?'<div class="ui-datepicker-row-break"></div>':""):"");N+=D}K+=N}K+=i+(b.browser.msie&&parseInt(b.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");a._keyEvent=false;return K},_generateMonthYearHeader:function(a,c,h,i,j,n,p,l){var k=this._get(a,"changeMonth"),m=this._get(a,"changeYear"),o=this._get(a,"showMonthAfterYear"),q='<div class="ui-datepicker-title">',s="";if(n||!k)s+='<span class="ui-datepicker-month">'+p[c]+"</span>";else{p=i&&i.getFullYear()==h;var r=j&&j.getFullYear()==h;s+='<select class="ui-datepicker-month" onchange="DP_jQuery_'+f+".datepicker._selectMonthYear('#"+a.id+"', this, 'M');\" onclick=\"DP_jQuery_"+f+".datepicker._clickMonthYear('#"+a.id+"');\">";for(var u=0;u<12;u++)if((!p||u>=i.getMonth())&&(!r||u<=j.getMonth()))s+='<option value="'+u+'"'+(u==c?' selected="selected"':"")+">"+l[u]+"</option>";s+="</select>"}o||(q+=s+(n||!(k&&m)?"&#xa0;":""));a.yearshtml="";if(n||!m)q+='<span class="ui-datepicker-year">'+h+"</span>";else{l=this._get(a,"yearRange").split(":");var v=(new Date).getFullYear();p=function(w){w=w.match(/c[+-].*/)?h+parseInt(w.substring(1),10):w.match(/[+-].*/)?v+parseInt(w,10):parseInt(w,10);return isNaN(w)?v:w};c=p(l[0]);l=Math.max(c,p(l[1]||""));c=i?Math.max(c,i.getFullYear()):c;l=j?Math.min(l,j.getFullYear()):l;for(a.yearshtml+='<select class="ui-datepicker-year" onchange="DP_jQuery_'+f+".datepicker._selectMonthYear('#"+
a.id+"', this, 'Y');\" onclick=\"DP_jQuery_"+f+".datepicker._clickMonthYear('#"+a.id+"');\">";c<=l;c++)a.yearshtml+='<option value="'+c+'"'+(c==h?' selected="selected"':"")+">"+c+"</option>";a.yearshtml+="</select>";if(b.browser.mozilla)q+='<select class="ui-datepicker-year"><option value="'+h+'" selected="selected">'+h+"</option></select>";else{q+=a.yearshtml;a.yearshtml=null}}q+=this._get(a,"yearSuffix");if(o)q+=(n||!(k&&m)?"&#xa0;":"")+s;q+="</div>";return q},_adjustInstDate:function(a,c,h){var i=a.drawYear+(h=="Y"?c:0),j=a.drawMonth+(h=="M"?c:0);c=Math.min(a.selectedDay,this._getDaysInMonth(i,j))+(h=="D"?c:0);i=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(i,j,c)));a.selectedDay=i.getDate();a.drawMonth=a.selectedMonth=i.getMonth();a.drawYear=a.selectedYear=i.getFullYear();if(h=="M"||h=="Y")this._notifyChange(a)},_restrictMinMax:function(a,c){var h=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");c=h&&c<h?h:c;return c=a&&c>a?a:c},_notifyChange:function(a){var c=this._get(a,"onChangeMonthYear");if(c)c.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,c){return this._determineDate(a,this._get(a,c+"Date"),null)},_getDaysInMonth:function(a,c){return 32-this._daylightSavingAdjust(new Date(a,c,32)).getDate()},_getFirstDayOfMonth:function(a,c){return(new Date(a,c,1)).getDay()},_canAdjustMonth:function(a,c,h,i){var j=this._getNumberOfMonths(a);h=this._daylightSavingAdjust(new Date(h,i+(c<0?c:j[0]*j[1]),1));c<0&&h.setDate(this._getDaysInMonth(h.getFullYear(),h.getMonth()));return this._isInRange(a,h)},_isInRange:function(a,c){var h=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!h||c.getTime()>=h.getTime())&&(!a||c.getTime()<=a.getTime())},_getFormatConfig:function(a){var c=this._get(a,"shortYearCutoff");c=typeof c!="string"?c:(new Date).getFullYear()%100+parseInt(c,10);return{shortYearCutoff:c,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,c,h,i){if(!c){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}c=c?typeof c=="object"?c:this._daylightSavingAdjust(new Date(i,h,c)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),c,this._getFormatConfig(a))}});b.fn.datepicker=function(a){if(!this.length)return this;if(!b.datepicker.initialized){b(document).mousedown(b.datepicker._checkExternalClick).find("body").append(b.datepicker.dpDiv);b.datepicker.initialized=true}var c=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(c));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this[0]].concat(c));return this.each(function(){typeof a=="string"?b.datepicker["_"+a+"Datepicker"].apply(b.datepicker,[this].concat(c)):b.datepicker._attachDatepicker(this,a)})};b.datepicker=new e;b.datepicker.initialized=false;b.datepicker.uuid=(new Date).getTime();b.datepicker.version="1.8.11";window["DP_jQuery_"+f]=b})(jQuery);(function(b,d){var e={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},g={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};b.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",collision:"fit",using:function(f){var a=b(this).css(f).offset().top;a<0&&b(this).css("top",f.top-a)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var f=this,a=f.options,c=a.title||"&#160;",h=b.ui.dialog.getTitleId(f.element),i=(f.uiDialog=b("<div></div>")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+a.dialogClass).css({zIndex:a.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(p){if(a.closeOnEscape&&p.keyCode&&p.keyCode===b.ui.keyCode.ESCAPE){f.close(p);p.preventDefault()}}).attr({role:"dialog","aria-labelledby":h}).mousedown(function(p){f.moveToTop(false,p)});f.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(i);var j=(f.uiDialogTitlebar=b("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(i),n=b('<a href="#"></a>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){n.addClass("ui-state-hover")},function(){n.removeClass("ui-state-hover")}).focus(function(){n.addClass("ui-state-focus")}).blur(function(){n.removeClass("ui-state-focus")}).click(function(p){f.close(p);return false}).appendTo(j);(f.uiDialogTitlebarCloseText=b("<span></span>")).addClass("ui-icon ui-icon-closethick").text(a.closeText).appendTo(n);b("<span></span>").addClass("ui-dialog-title").attr("id",h).html(c).prependTo(j);if(b.isFunction(a.beforeclose)&&!b.isFunction(a.beforeClose))a.beforeClose=a.beforeclose;j.find("*").add(j).disableSelection();a.draggable&&b.fn.draggable&&f._makeDraggable();a.resizable&&b.fn.resizable&&f._makeResizable();f._createButtons(a.buttons);f._isOpen=false;b.fn.bgiframe&&i.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var f=this;f.overlay&&f.overlay.destroy();f.uiDialog.hide();f.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");f.uiDialog.remove();f.originalTitle&&f.element.attr("title",f.originalTitle);return f},widget:function(){return this.uiDialog},close:function(f){var a=this,c,h;if(false!==a._trigger("beforeClose",f)){a.overlay&&a.overlay.destroy();a.uiDialog.unbind("keypress.ui-dialog");a._isOpen=false;if(a.options.hide)a.uiDialog.hide(a.options.hide,function(){a._trigger("close",f)});else{a.uiDialog.hide();a._trigger("close",f)}b.ui.dialog.overlay.resize();if(a.options.modal){c=0;b(".ui-dialog").each(function(){if(this!==a.uiDialog[0]){h=b(this).css("z-index");isNaN(h)||(c=Math.max(c,h))}});b.ui.dialog.maxZ=c}return a}},isOpen:function(){return this._isOpen},moveToTop:function(f,a){var c=this,h=c.options;if(h.modal&&!f||!h.stack&&!h.modal)return c._trigger("focus",a);if(h.zIndex>b.ui.dialog.maxZ)b.ui.dialog.maxZ=h.zIndex;if(c.overlay){b.ui.dialog.maxZ+=1;c.overlay.$el.css("z-index",b.ui.dialog.overlay.maxZ=b.ui.dialog.maxZ)}f={scrollTop:c.element.attr("scrollTop"),scrollLeft:c.element.attr("scrollLeft")};b.ui.dialog.maxZ+=1;c.uiDialog.css("z-index",b.ui.dialog.maxZ);c.element.attr(f);c._trigger("focus",a);return c},open:function(){if(!this._isOpen){var f=this,a=f.options,c=f.uiDialog;f.overlay=a.modal?new b.ui.dialog.overlay(f):null;f._size();f._position(a.position);c.show(a.show);f.moveToTop(true);a.modal&&c.bind("keypress.ui-dialog",function(h){if(h.keyCode===b.ui.keyCode.TAB){var i=b(":tabbable",this),j=i.filter(":first");i=i.filter(":last");if(h.target===i[0]&&!h.shiftKey){j.focus(1);return false}else if(h.target===j[0]&&h.shiftKey){i.focus(1);return false}}});b(f.element.find(":tabbable").get().concat(c.find(".ui-dialog-buttonpane :tabbable").get().concat(c.get()))).eq(0).focus();f._isOpen=true;f._trigger("open");return f}},_createButtons:function(f){var a=this,c=false,h=b("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),i=b("<div></div>").addClass("ui-dialog-buttonset").appendTo(h);a.uiDialog.find(".ui-dialog-buttonpane").remove();typeof f==="object"&&f!==null&&b.each(f,function(){return!(c=true)});if(c){b.each(f,function(j,n){n=b.isFunction(n)?{click:n,text:j}:n;j=b('<button type="button"></button>').attr(n,true).unbind("click").click(function(){n.click.apply(a.element[0],arguments)}).appendTo(i);b.fn.button&&j.button()});h.appendTo(a.uiDialog)}},_makeDraggable:function(){function f(j){return{position:j.position,offset:j.offset}}var a=this,c=a.options,h=b(document),i;a.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(j,n){i=c.height==="auto"?"auto":b(this).height();b(this).height(b(this).height()).addClass("ui-dialog-dragging");a._trigger("dragStart",j,f(n))},drag:function(j,n){a._trigger("drag",j,f(n))},stop:function(j,n){c.position=[n.position.left-h.scrollLeft(),n.position.top-h.scrollTop()];b(this).removeClass("ui-dialog-dragging").height(i);a._trigger("dragStop",j,f(n));b.ui.dialog.overlay.resize()}})},_makeResizable:function(f){function a(j){return{originalPosition:j.originalPosition,originalSize:j.originalSize,position:j.position,size:j.size}}f=f===d?this.options.resizable:f;var c=this,h=c.options,i=c.uiDialog.css("position");f=typeof f==="string"?f:"n,e,s,w,se,sw,ne,nw";c.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:c.element,maxWidth:h.maxWidth,maxHeight:h.maxHeight,minWidth:h.minWidth,minHeight:c._minHeight(),handles:f,start:function(j,n){b(this).addClass("ui-dialog-resizing");c._trigger("resizeStart",j,a(n))},resize:function(j,n){c._trigger("resize",j,a(n))},stop:function(j,n){b(this).removeClass("ui-dialog-resizing");h.height=b(this).height();h.width=b(this).width();c._trigger("resizeStop",j,a(n));b.ui.dialog.overlay.resize()}}).css("position",i).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var f=this.options;return f.height==="auto"?f.minHeight:Math.min(f.minHeight,f.height)},_position:function(f){var a=[],c=[0,0],h;if(f){if(typeof f==="string"||typeof f==="object"&&"0"in f){a=f.split?f.split(" "):[f[0],f[1]];if(a.length===1)a[1]=a[0];b.each(["left","top"],function(i,j){if(+a[i]===a[i]){c[i]=a[i];a[i]=j}});f={my:a.join(" "),at:a.join(" "),offset:c.join(" ")}}f=b.extend({},b.ui.dialog.prototype.options.position,f)}else f=b.ui.dialog.prototype.options.position;(h=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(b.extend({of:window},f));h||this.uiDialog.hide()},_setOptions:function(f){var a=this,c={},h=false;b.each(f,function(i,j){a._setOption(i,j);if(i in e)h=true;if(i in
g)c[i]=j});h&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",c)},_setOption:function(f,a){var c=this,h=c.uiDialog;switch(f){case"beforeclose":f="beforeClose";break;case"buttons":c._createButtons(a);break;case"closeText":c.uiDialogTitlebarCloseText.text(""+a);break;case"dialogClass":h.removeClass(c.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+a);break;case"disabled":a?h.addClass("ui-dialog-disabled"):h.removeClass("ui-dialog-disabled");break;case"draggable":var i=h.is(":data(draggable)");i&&!a&&h.draggable("destroy");!i&&a&&c._makeDraggable();break;case"position":c._position(a);break;case"resizable":(i=h.is(":data(resizable)"))&&!a&&h.resizable("destroy");i&&typeof a==="string"&&h.resizable("option","handles",a);!i&&a!==false&&c._makeResizable(a);break;case"title":b(".ui-dialog-title",c.uiDialogTitlebar).html(""+(a||"&#160;"));break}b.Widget.prototype._setOption.apply(c,arguments)},_size:function(){var f=this.options,a,c,h=this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(f.minWidth>f.width)f.width=f.minWidth;a=this.uiDialog.css({height:"auto",width:f.width}).height();c=Math.max(0,f.minHeight-a);if(f.height==="auto")if(b.support.minHeight)this.element.css({minHeight:c,height:"auto"});else{this.uiDialog.show();f=this.element.css("height","auto").height();h||this.uiDialog.hide();this.element.height(Math.max(f,c))}else this.element.height(Math.max(f.height-a,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});b.extend(b.ui.dialog,{version:"1.8.11",uuid:0,maxZ:0,getTitleId:function(f){f=f.attr("id");if(!f){this.uuid+=1;f=this.uuid}return"ui-dialog-title-"+f},overlay:function(f){this.$el=b.ui.dialog.overlay.create(f)}});b.extend(b.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:b.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(f){return f+".dialog-overlay"}).join(" "),create:function(f){if(this.instances.length===0){setTimeout(function(){b.ui.dialog.overlay.instances.length&&b(document).bind(b.ui.dialog.overlay.events,function(c){if(b(c.target).zIndex()<b.ui.dialog.overlay.maxZ)return false})},1);b(document).bind("keydown.dialog-overlay",function(c){if(f.options.closeOnEscape&&c.keyCode&&c.keyCode===b.ui.keyCode.ESCAPE){f.close(c);c.preventDefault()}});b(window).bind("resize.dialog-overlay",b.ui.dialog.overlay.resize)}var a=(this.oldInstances.pop()||b("<div></div>").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});b.fn.bgiframe&&a.bgiframe();this.instances.push(a);return a},destroy:function(f){var a=b.inArray(f,this.instances);a!=-1&&this.oldInstances.push(this.instances.splice(a,1)[0]);this.instances.length===0&&b([document,window]).unbind(".dialog-overlay");f.remove();var c=0;b.each(this.instances,function(){c=Math.max(c,this.css("z-index"))});this.maxZ=c},height:function(){var f,a;if(b.browser.msie&&b.browser.version<7){f=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);a=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return f<a?b(window).height()+"px":f+"px"}else return b(document).height()+"px"},width:function(){var f,a;if(b.browser.msie&&b.browser.version<7){f=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);a=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);return f<a?b(window).width()+"px":f+"px"}else return b(document).width()+"px"},resize:function(){var f=b([]);b.each(b.ui.dialog.overlay.instances,function(){f=f.add(this)});f.css({width:0,height:0}).css({width:b.ui.dialog.overlay.width(),height:b.ui.dialog.overlay.height()})}});b.extend(b.ui.dialog.overlay.prototype,{destroy:function(){b.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);(function(b){b.ui=b.ui||{};var d=/left|center|right/,e=/top|center|bottom/,g=b.fn.position,f=b.fn.offset;b.fn.position=function(a){if(!a||!a.of)return g.apply(this,arguments);a=b.extend({},a);var c=b(a.of),h=c[0],i=(a.collision||"flip").split(" "),j=a.offset?a.offset.split(" "):[0,0],n,p,l;if(h.nodeType===9){n=c.width();p=c.height();l={top:0,left:0}}else if(h.setTimeout){n=c.width();p=c.height();l={top:c.scrollTop(),left:c.scrollLeft()}}else if(h.preventDefault){a.at="left top";n=p=0;l={top:a.of.pageY,left:a.of.pageX}}else{n=c.outerWidth();p=c.outerHeight();l=c.offset()}b.each(["my","at"],function(){var k=(a[this]||"").split(" ");if(k.length===1)k=d.test(k[0])?k.concat(["center"]):e.test(k[0])?["center"].concat(k):["center","center"];k[0]=d.test(k[0])?k[0]:"center";k[1]=e.test(k[1])?k[1]:"center";a[this]=k});if(i.length===1)i[1]=i[0];j[0]=parseInt(j[0],10)||0;if(j.length===1)j[1]=j[0];j[1]=parseInt(j[1],10)||0;if(a.at[0]==="right")l.left+=n;else if(a.at[0]==="center")l.left+=n/2;if(a.at[1]==="bottom")l.top+=p;else if(a.at[1]==="center")l.top+=p/2;l.left+=j[0];l.top+=j[1];return this.each(function(){var k=b(this),m=k.outerWidth(),o=k.outerHeight(),q=parseInt(b.curCSS(this,"marginLeft",true))||0,s=parseInt(b.curCSS(this,"marginTop",true))||0,r=m+q+(parseInt(b.curCSS(this,"marginRight",true))||0),u=o+s+(parseInt(b.curCSS(this,"marginBottom",true))||0),v=b.extend({},l),w;if(a.my[0]==="right")v.left-=m;else if(a.my[0]==="center")v.left-=m/2;if(a.my[1]==="bottom")v.top-=o;else if(a.my[1]==="center")v.top-=o/2;v.left=Math.round(v.left);v.top=Math.round(v.top);w={left:v.left-q,top:v.top-s};b.each(["left","top"],function(y,B){b.ui.position[i[y]]&&b.ui.position[i[y]][B](v,{targetWidth:n,targetHeight:p,elemWidth:m,elemHeight:o,collisionPosition:w,collisionWidth:r,collisionHeight:u,offset:j,my:a.my,at:a.at})});b.fn.bgiframe&&k.bgiframe();k.offset(b.extend(v,{using:a.using}))})};b.ui.position={fit:{left:function(a,c){var h=b(window);h=c.collisionPosition.left+c.collisionWidth-h.width()-h.scrollLeft();a.left=h>0?a.left-h:Math.max(a.left-c.collisionPosition.left,a.left)},top:function(a,c){var h=b(window);h=c.collisionPosition.top+c.collisionHeight-h.height()-h.scrollTop();a.top=h>0?a.top-h:Math.max(a.top-c.collisionPosition.top,a.top)}},flip:{left:function(a,c){if(c.at[0]!=="center"){var h=b(window);h=c.collisionPosition.left+c.collisionWidth-h.width()-h.scrollLeft();var i=c.my[0]==="left"?-c.elemWidth:c.my[0]==="right"?c.elemWidth:0,j=c.at[0]==="left"?c.targetWidth:-c.targetWidth,n=-2*c.offset[0];a.left+=c.collisionPosition.left<0?i+j+n:h>0?i+j+n:0}},top:function(a,c){if(c.at[1]!=="center"){var h=b(window);h=c.collisionPosition.top+c.collisionHeight-h.height()-h.scrollTop();var i=c.my[1]==="top"?-c.elemHeight:c.my[1]==="bottom"?c.elemHeight:0,j=c.at[1]==="top"?c.targetHeight:-c.targetHeight,n=-2*c.offset[1];a.top+=c.collisionPosition.top<0?i+j+n:h>0?i+j+n:0}}}};if(!b.offset.setOffset){b.offset.setOffset=function(a,c){if(/static/.test(b.curCSS(a,"position")))a.style.position="relative";var h=b(a),i=h.offset(),j=parseInt(b.curCSS(a,"top",true),10)||0,n=parseInt(b.curCSS(a,"left",true),10)||0;i={top:c.top-i.top+j,left:c.left-i.left+n};"using"in c?c.using.call(a,i):h.css(i)};b.fn.offset=function(a){var c=this[0];if(!c||!c.ownerDocument)return null;if(a)return this.each(function(){b.offset.setOffset(this,a)});return f.call(this)}}})(jQuery);(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow");this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(e){if(e===d)return this._value();this._setOption("value",e);return this},_setOption:function(e,g){if(e==="value"){this.options.value=g;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var e=this.options.value;if(typeof e!=="number")e=0;return Math.min(this.options.max,Math.max(this.min,e))},_percentage:function(){return 100*this._value()/this.options.max},_refreshValue:function(){var e=this.value(),g=this._percentage();if(this.oldValue!==e){this.oldValue=e;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",e===this.options.max).width(g.toFixed(0)+"%");this.element.attr("aria-valuenow",e)}});b.extend(b.ui.progressbar,{version:"1.8.11"})})(jQuery);(function(b){b.widget("ui.slider",b.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var d=this,e=this.options;this._mouseSliding=this._keySliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");e.disabled&&this.element.addClass("ui-slider-disabled ui-disabled");this.range=b([]);if(e.range){if(e.range===true){this.range=b("<div></div>");if(!e.values)e.values=[this._valueMin(),this._valueMin()];if(e.values.length&&e.values.length!==2)e.values=[e.values[0],e.values[0]]}else this.range=b("<div></div>");this.range.appendTo(this.element).addClass("ui-slider-range");if(e.range==="min"||e.range==="max")this.range.addClass("ui-slider-range-"+e.range);this.range.addClass("ui-widget-header")}b(".ui-slider-handle",this.element).length===0&&b("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");if(e.values&&e.values.length)for(;b(".ui-slider-handle",this.element).length<e.values.length;)b("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");this.handles=b(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){e.disabled||b(this).addClass("ui-state-hover")},function(){b(this).removeClass("ui-state-hover")}).focus(function(){if(e.disabled)b(this).blur();else{b(".ui-slider .ui-state-focus").removeClass("ui-state-focus");b(this).addClass("ui-state-focus")}}).blur(function(){b(this).removeClass("ui-state-focus")});this.handles.each(function(g){b(this).data("index.ui-slider-handle",g)});this.handles.keydown(function(g){var f=true,a=b(this).data("index.ui-slider-handle"),c,h,i;if(!d.options.disabled){switch(g.keyCode){case b.ui.keyCode.HOME:case b.ui.keyCode.END:case b.ui.keyCode.PAGE_UP:case b.ui.keyCode.PAGE_DOWN:case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:f=false;if(!d._keySliding){d._keySliding=true;b(this).addClass("ui-state-active");c=d._start(g,a);if(c===false)return}break}i=d.options.step;c=d.options.values&&d.options.values.length?(h=d.values(a)):(h=d.value());switch(g.keyCode){case b.ui.keyCode.HOME:h=d._valueMin();break;case b.ui.keyCode.END:h=d._valueMax();break;case b.ui.keyCode.PAGE_UP:h=d._trimAlignValue(c+(d._valueMax()-d._valueMin())/5);break;case b.ui.keyCode.PAGE_DOWN:h=d._trimAlignValue(c-(d._valueMax()-d._valueMin())/5);break;case b.ui.keyCode.UP:case b.ui.keyCode.RIGHT:if(c===d._valueMax())return;h=d._trimAlignValue(c+i);break;case b.ui.keyCode.DOWN:case b.ui.keyCode.LEFT:if(c===d._valueMin())return;h=d._trimAlignValue(c-i);break}d._slide(g,a,h);return f}}).keyup(function(g){var f=b(this).data("index.ui-slider-handle");if(d._keySliding){d._keySliding=false;d._stop(g,f);d._change(g,f);b(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy();return this},_mouseCapture:function(d){var e=this.options,g,f,a,c,h;if(e.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();g=this._normValueFromMouse({x:d.pageX,y:d.pageY});f=this._valueMax()-this._valueMin()+1;c=this;this.handles.each(function(i){var j=Math.abs(g-c.values(i));if(f>j){f=j;a=b(this);h=i}});if(e.range===true&&this.values(1)===e.min){h+=1;a=b(this.handles[h])}if(this._start(d,h)===false)return false;this._mouseSliding=true;c._handleIndex=h;a.addClass("ui-state-active").focus();e=a.offset();this._clickOffset=!b(d.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:d.pageX-e.left-a.width()/2,top:d.pageY-e.top-a.height()/2-(parseInt(a.css("borderTopWidth"),10)||0)-(parseInt(a.css("borderBottomWidth"),10)||0)+(parseInt(a.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(d,h,g);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(d){var e=this._normValueFromMouse({x:d.pageX,y:d.pageY});this._slide(d,this._handleIndex,e);return false},_mouseStop:function(d){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(d,this._handleIndex);this._change(d,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(d){var e;if(this.orientation==="horizontal"){e=this.elementSize.width;d=d.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{e=this.elementSize.height;d=d.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}e=d/e;if(e>1)e=1;if(e<0)e=0;if(this.orientation==="vertical")e=1-e;d=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+e*d)},_start:function(d,e){var g={handle:this.handles[e],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(e);g.values=this.values()}return this._trigger("start",d,g)},_slide:function(d,e,g){var f;if(this.options.values&&this.options.values.length){f=this.values(e?0:1);if(this.options.values.length===2&&this.options.range===true&&(e===0&&g>f||e===1&&g<f))g=f;if(g!==this.values(e)){f=this.values();f[e]=g;d=this._trigger("slide",d,{handle:this.handles[e],value:g,values:f});this.values(e?0:1);d!==false&&this.values(e,g,true)}}else if(g!==this.value()){d=this._trigger("slide",d,{handle:this.handles[e],value:g});d!==false&&this.value(g)}},_stop:function(d,e){var g={handle:this.handles[e],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(e);g.values=this.values()}this._trigger("stop",d,g)},_change:function(d,e){if(!this._keySliding&&!this._mouseSliding){var g={handle:this.handles[e],value:this.value()};if(this.options.values&&this.options.values.length){g.value=this.values(e);g.values=this.values()}this._trigger("change",d,g)}},value:function(d){if(arguments.length){this.options.value=this._trimAlignValue(d);this._refreshValue();this._change(null,0)}return this._value()},values:function(d,e){var g,f,a;if(arguments.length>1){this.options.values[d]=this._trimAlignValue(e);this._refreshValue();this._change(null,d)}if(arguments.length)if(b.isArray(arguments[0])){g=this.options.values;f=arguments[0];for(a=0;a<g.length;a+=1){g[a]=this._trimAlignValue(f[a]);this._change(null,a)}this._refreshValue()}else return this.options.values&&this.options.values.length?this._values(d):this.value();else return this._values()},_setOption:function(d,e){var g,f=0;if(b.isArray(this.options.values))f=this.options.values.length;b.Widget.prototype._setOption.apply(this,arguments);switch(d){case"disabled":if(e){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");this.element.addClass("ui-disabled")}else{this.handles.removeAttr("disabled");this.element.removeClass("ui-disabled")}break;case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue();break;case"value":this._animateOff=true;this._refreshValue();this._change(null,0);this._animateOff=false;break;case"values":this._animateOff=true;this._refreshValue();for(g=0;g<f;g+=1)this._change(null,g);this._animateOff=false;break}},_value:function(){var d=this.options.value;return d=this._trimAlignValue(d)},_values:function(d){var e,g;if(arguments.length){e=this.options.values[d];return e=this._trimAlignValue(e)}else{e=this.options.values.slice();for(g=0;g<e.length;g+=1)e[g]=this._trimAlignValue(e[g]);return e}},_trimAlignValue:function(d){if(d<=this._valueMin())return this._valueMin();if(d>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,g=(d-this._valueMin())%e;alignValue=d-g;if(Math.abs(g)*2>=e)alignValue+=g>0?e:-e;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var d=this.options.range,e=this.options,g=this,f=!this._animateOff?e.animate:false,a,c={},h,i,j,n;if(this.options.values&&this.options.values.length)this.handles.each(function(p){a=(g.values(p)-g._valueMin())/(g._valueMax()-g._valueMin())*100;c[g.orientation==="horizontal"?"left":"bottom"]=a+"%";b(this).stop(1,1)[f?"animate":"css"](c,e.animate);if(g.options.range===true)if(g.orientation==="horizontal"){if(p===0)g.range.stop(1,1)[f?"animate":"css"]({left:a+"%"},e.animate);if(p===1)g.range[f?"animate":"css"]({width:a-h+"%"},{queue:false,duration:e.animate})}else{if(p===0)g.range.stop(1,1)[f?"animate":"css"]({bottom:a+"%"},e.animate);if(p===1)g.range[f?"animate":"css"]({height:a-h+"%"},{queue:false,duration:e.animate})}h=a});else{i=this.value();j=this._valueMin();n=this._valueMax();a=n!==j?(i-j)/(n-j)*100:0;c[g.orientation==="horizontal"?"left":"bottom"]=a+"%";this.handle.stop(1,1)[f?"animate":"css"](c,e.animate);if(d==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[f?"animate":"css"]({width:a+"%"},e.animate);if(d==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-a+"%"},{queue:false,duration:e.animate});if(d==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:a+"%"},e.animate);if(d==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-a+"%"},{queue:false,duration:e.animate})}}});b.extend(b.ui.slider,{version:"1.8.11"})})(jQuery);(function(b,d){function e(){return++f}function g(){return++a}var f=0,a=0;b.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(c,h){if(c=="selected")this.options.collapsible&&h==this.options.selected||this.select(h);else{this.options[c]=h;this._tabify()}},_tabId:function(c){return c.title&&c.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+e()},_sanitizeSelector:function(c){return c.replace(/:/g,"\\:")},_cookie:function(){var c=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+g());return b.cookie.apply(null,[c].concat(b.makeArray(arguments)))},_ui:function(c,h){return{tab:c,panel:h,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var c=b(this);c.html(c.data("label.tabs")).removeData("label.tabs")})},_tabify:function(c){function h(r,u){r.css("display","");!b.support.opacity&&u.opacity&&r[0].style.removeAttribute("filter")}var i=this,j=this.options,n=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=b(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return b("a",this)[0]});this.panels=b([]);this.anchors.each(function(r,u){var v=b(u).attr("href"),w=v.split("#")[0],y;if(w&&(w===location.toString().split("#")[0]||(y=b("base")[0])&&w===y.href)){v=u.hash;u.href=v}if(n.test(v))i.panels=i.panels.add(i.element.find(i._sanitizeSelector(v)));else if(v&&v!=="#"){b.data(u,"href.tabs",v);b.data(u,"load.tabs",v.replace(/#.*$/,""));v=i._tabId(u);u.href="#"+v;u=i.element.find("#"+v);if(!u.length){u=b(j.panelTemplate).attr("id",v).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(i.panels[r-1]||i.list);u.data("destroy.tabs",true)}i.panels=i.panels.add(u)}else j.disabled.push(r)});if(c){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(j.selected===d){location.hash&&this.anchors.each(function(r,u){if(u.hash==location.hash){j.selected=r;return false}});if(typeof j.selected!=="number"&&j.cookie)j.selected=parseInt(i._cookie(),10);if(typeof j.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)j.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));j.selected=j.selected||(this.lis.length?0:-1)}else if(j.selected===null)j.selected=-1;j.selected=j.selected>=0&&this.anchors[j.selected]||j.selected<0?j.selected:0;j.disabled=b.unique(j.disabled.concat(b.map(this.lis.filter(".ui-state-disabled"),function(r){return i.lis.index(r)}))).sort();b.inArray(j.selected,j.disabled)!=-1&&j.disabled.splice(b.inArray(j.selected,j.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(j.selected>=0&&this.anchors.length){i.element.find(i._sanitizeSelector(i.anchors[j.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(j.selected).addClass("ui-tabs-selected ui-state-active");i.element.queue("tabs",function(){i._trigger("show",null,i._ui(i.anchors[j.selected],i.element.find(i._sanitizeSelector(i.anchors[j.selected].hash))[0]))});this.load(j.selected)}b(window).bind("unload",function(){i.lis.add(i.anchors).unbind(".tabs");i.lis=i.anchors=i.panels=null})}else j.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));this.element[j.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");j.cookie&&this._cookie(j.selected,j.cookie);c=0;for(var p;p=this.lis[c];c++)b(p)[b.inArray(c,j.disabled)!=-1&&!b(p).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");j.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(j.event!=="mouseover"){var l=function(r,u){u.is(":not(.ui-state-disabled)")&&u.addClass("ui-state-"+r)},k=function(r,u){u.removeClass("ui-state-"+
r)};this.lis.bind("mouseover.tabs",function(){l("hover",b(this))});this.lis.bind("mouseout.tabs",function(){k("hover",b(this))});this.anchors.bind("focus.tabs",function(){l("focus",b(this).closest("li"))});this.anchors.bind("blur.tabs",function(){k("focus",b(this).closest("li"))})}var m,o;if(j.fx)if(b.isArray(j.fx)){m=j.fx[0];o=j.fx[1]}else m=o=j.fx;var q=o?function(r,u){b(r).closest("li").addClass("ui-tabs-selected ui-state-active");u.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",function(){h(u,o);i._trigger("show",null,i._ui(r,u[0]))})}:function(r,u){b(r).closest("li").addClass("ui-tabs-selected ui-state-active");u.removeClass("ui-tabs-hide");i._trigger("show",null,i._ui(r,u[0]))},s=m?function(r,u){u.animate(m,m.duration||"normal",function(){i.lis.removeClass("ui-tabs-selected ui-state-active");u.addClass("ui-tabs-hide");h(u,m);i.element.dequeue("tabs")})}:function(r,u){i.lis.removeClass("ui-tabs-selected ui-state-active");u.addClass("ui-tabs-hide");i.element.dequeue("tabs")};this.anchors.bind(j.event+".tabs",function(){var r=this,u=b(r).closest("li"),v=i.panels.filter(":not(.ui-tabs-hide)"),w=i.element.find(i._sanitizeSelector(r.hash));if(u.hasClass("ui-tabs-selected")&&!j.collapsible||u.hasClass("ui-state-disabled")||u.hasClass("ui-state-processing")||i.panels.filter(":animated").length||i._trigger("select",null,i._ui(this,w[0]))===false){this.blur();return false}j.selected=i.anchors.index(this);i.abort();if(j.collapsible)if(u.hasClass("ui-tabs-selected")){j.selected=-1;j.cookie&&i._cookie(j.selected,j.cookie);i.element.queue("tabs",function(){s(r,v)}).dequeue("tabs");this.blur();return false}else if(!v.length){j.cookie&&i._cookie(j.selected,j.cookie);i.element.queue("tabs",function(){q(r,w)});i.load(i.anchors.index(this));this.blur();return false}j.cookie&&i._cookie(j.selected,j.cookie);if(w.length){v.length&&i.element.queue("tabs",function(){s(r,v)});i.element.queue("tabs",function(){q(r,w)});i.load(i.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";b.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(c){if(typeof c=="string")c=this.anchors.index(this.anchors.filter("[href$="+c+"]"));return c},destroy:function(){var c=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var h=b.data(this,"href.tabs");if(h)this.href=h;var i=b(this).unbind(".tabs");b.each(["href","load","cache"],function(j,n){i.removeData(n+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){b.data(this,"destroy.tabs")?b(this).remove():b(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});c.cookie&&this._cookie(null,c.cookie);return this},add:function(c,h,i){if(i===d)i=this.anchors.length;var j=this,n=this.options;h=b(n.tabTemplate.replace(/#\{href\}/g,c).replace(/#\{label\}/g,h));c=!c.indexOf("#")?c.replace("#",""):this._tabId(b("a",h)[0]);h.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var p=j.element.find("#"+c);p.length||(p=b(n.panelTemplate).attr("id",c).data("destroy.tabs",true));p.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(i>=this.lis.length){h.appendTo(this.list);p.appendTo(this.list[0].parentNode)}else{h.insertBefore(this.lis[i]);p.insertBefore(this.panels[i])}n.disabled=b.map(n.disabled,function(l){return l>=i?++l:l});this._tabify();if(this.anchors.length==1){n.selected=0;h.addClass("ui-tabs-selected ui-state-active");p.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){j._trigger("show",null,j._ui(j.anchors[0],j.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[i],this.panels[i]));return this},remove:function(c){c=this._getIndex(c);var h=this.options,i=this.lis.eq(c).remove(),j=this.panels.eq(c).remove();if(i.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(c+(c+1<this.anchors.length?1:-1));h.disabled=b.map(b.grep(h.disabled,function(n){return n!=c}),function(n){return n>=c?--n:n});this._tabify();this._trigger("remove",null,this._ui(i.find("a")[0],j[0]));return this},enable:function(c){c=this._getIndex(c);var h=this.options;if(b.inArray(c,h.disabled)!=-1){this.lis.eq(c).removeClass("ui-state-disabled");h.disabled=b.grep(h.disabled,function(i){return i!=c});this._trigger("enable",null,this._ui(this.anchors[c],this.panels[c]));return this}},disable:function(c){c=this._getIndex(c);var h=this.options;if(c!=h.selected){this.lis.eq(c).addClass("ui-state-disabled");h.disabled.push(c);h.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}return this},select:function(c){c=this._getIndex(c);if(c==-1)if(this.options.collapsible&&this.options.selected!=-1)c=this.options.selected;else return this;this.anchors.eq(c).trigger(this.options.event+".tabs");return this},load:function(c){c=this._getIndex(c);var h=this,i=this.options,j=this.anchors.eq(c)[0],n=b.data(j,"load.tabs");this.abort();if(!n||this.element.queue("tabs").length!==0&&b.data(j,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(c).addClass("ui-state-processing");if(i.spinner){var p=b("span",j);p.data("label.tabs",p.html()).html(i.spinner)}this.xhr=b.ajax(b.extend({},i.ajaxOptions,{url:n,success:function(l,k){h.element.find(h._sanitizeSelector(j.hash)).html(l);h._cleanup();i.cache&&b.data(j,"cache.tabs",true);h._trigger("load",null,h._ui(h.anchors[c],h.panels[c]));try{i.ajaxOptions.success(l,k)}catch(m){}},error:function(l,k){h._cleanup();h._trigger("load",null,h._ui(h.anchors[c],h.panels[c]));try{i.ajaxOptions.error(l,k,c,j)}catch(m){}}}));h.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(c,h){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",h);return this},length:function(){return this.anchors.length}});b.extend(b.ui.tabs,{version:"1.8.11"});b.extend(b.ui.tabs.prototype,{rotation:null,rotate:function(c,h){var i=this,j=this.options,n=i._rotate||(i._rotate=function(p){clearTimeout(i.rotation);i.rotation=setTimeout(function(){var l=j.selected;i.select(++l<i.anchors.length?l:0)},c);p&&p.stopPropagation()});h=i._unrotate||(i._unrotate=!h?function(p){p.clientX&&i.rotate(null)}:function(){t=j.selected;n()});if(c){this.element.bind("tabsshow",n);this.anchors.bind(j.event+".tabs",h);n()}else{clearTimeout(i.rotation);this.element.unbind("tabsshow",n);this.anchors.unbind(j.event+".tabs",h);delete this._rotate;delete this._unrotate}return this}})})(jQuery);;jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});;(function(c){var a=["DOMMouseScroll","mousewheel"];c.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var d=a.length;d;){this.addEventListener(a[--d],b,false)}}else{this.onmousewheel=b}},teardown:function(){if(this.removeEventListener){for(var d=a.length;d;){this.removeEventListener(a[--d],b,false)}}else{this.onmousewheel=null}}};c.fn.extend({mousewheel:function(d){return d?this.bind("mousewheel",d):this.trigger("mousewheel")},unmousewheel:function(d){return this.unbind("mousewheel",d)}});function b(f){var d=[].slice.call(arguments,1),g=0,e=true;f=c.event.fix(f||window.event);f.type="mousewheel";if(f.wheelDelta){g=f.wheelDelta/120}if(f.detail){g=-f.detail/3}d.unshift(f,g);return c.event.handle.apply(this,d)}})(jQuery);;(function(f,h,i){function k(a,c){var b=(a[0]||0)-(c[0]||0);return b>0||!b&&a.length>0&&k(a.slice(1),c.slice(1))}function l(a){if(typeof a!=g)return a;var c=[],b="";for(var d in a){b=typeof a[d]==g?l(a[d]):[d,m?encodeURI(a[d]):a[d]].join("=");c.push(b)}return c.join("&")}function n(a){var c=[];for(var b in a)a[b]&&c.push([b,'="',a[b],'"'].join(""));return c.join(" ")}function o(a){var c=[];for(var b in a)c.push(['<param name="',b,'" value="',l(a[b]),'" />'].join(""));return c.join("")}var g="object",m=true;try{var j=i.description||function(){return(new i("ShockwaveFlash.ShockwaveFlash")).GetVariable("$version")}()}catch(p){j="Unavailable"}var e=j.match(/\d+/g)||[0];f[h]={available:e[0]>0,activeX:i&&!i.name,version:{original:j,array:e,string:e.join("."),major:parseInt(e[0],10)||0,minor:parseInt(e[1],10)||0,release:parseInt(e[2],10)||0},hasVersion:function(a){a=/string|number/.test(typeof a)?a.toString().split("."):/object/.test(typeof a)?[a.major,a.minor]:a||[0,0];return k(e,a)},encodeParams:true,expressInstall:"expressInstall.swf",expressInstallIsActive:false,create:function(a){if(!a.swf||this.expressInstallIsActive||!this.available&&!a.hasVersionFail)return false;if(!this.hasVersion(a.hasVersion||1)){this.expressInstallIsActive=true;if(typeof a.hasVersionFail=="function")if(!a.hasVersionFail.apply(a))return false;a={swf:a.expressInstall||this.expressInstall,height:137,width:214,flashvars:{MMredirectURL:location.href,MMplayerType:this.activeX?"ActiveX":"PlugIn",MMdoctitle:document.title.slice(0,47)+" - Flash Player Installation"}}}attrs={data:a.swf,type:"application/x-shockwave-flash",id:a.id||"flash_"+Math.floor(Math.random()*999999999),width:a.width||320,height:a.height||180,style:a.style||""};m=typeof a.useEncode!=="undefined"?a.useEncode:this.encodeParams;a.movie=a.swf;a.wmode=a.wmode||"opaque";delete a.fallback;delete a.hasVersion;delete a.hasVersionFail;delete a.height;delete a.id;delete a.swf;delete a.useEncode;delete a.width;var c=document.createElement("div");c.innerHTML=["<object ",n(attrs),">",o(a),"</object>"].join("");return c.firstChild}};f.fn[h]=function(a){var c=this.find(g).andSelf().filter(g);/string|object/.test(typeof a)&&this.each(function(){var b=f(this),d;a=typeof a==g?a:{swf:a};a.fallback=this;if(d=f[h].create(a)){b.children().remove();b.html(d)}});typeof a=="function"&&c.each(function(){var b=this;b.jsInteractionTimeoutMs=b.jsInteractionTimeoutMs||0;if(b.jsInteractionTimeoutMs<660)b.clientWidth||b.clientHeight?a.call(b):setTimeout(function(){f(b)[h](a)},b.jsInteractionTimeoutMs+66)});return c}})(jQuery,"flash",navigator.plugins["Shockwave Flash"]||window.ActiveXObject);;(function($){$.fn.easySlider=function(options){var defaults={prevId:'prevBtn',prevText:'BACK',nextId:'nextBtn',nextText:'NEXT',controlsShow:true,controlsBefore:'',controlsAfter:'',controlsFade:true,firstId:'firstBtn',firstText:'FIRST',firstShow:false,lastId:'lastBtn',lastText:'LAST',lastShow:false,vertical:false,speed:800,auto:false,pause:2000,continuous:false,numeric:false,numericId:'controls'};var options=$.extend(defaults,options);this.each(function(){var obj=$(this);var s=$("li",obj).length;var w=$("li",obj).width();var h=$("li",obj).height();var clickable=true;obj.width(w);obj.height(h);obj.css("overflow","hidden");var ts=s-1;var t=0;$("ul",obj).css('width',s*w);if(options.continuous){$("ul",obj).prepend($("ul li:last-child",obj).clone().css("margin-left","-"+w+"px"));$("ul",obj).append($("ul li:nth-child(2)",obj).clone());$("ul",obj).css('width',(s+1)*w);};if(!options.vertical)$("li",obj).css('float','left');if(options.controlsShow){var html=options.controlsBefore;if(options.numeric){html+='<ol id="'+options.numericId+'"></ol>';}else{if(options.firstShow)html+='<span id="'+options.firstId+'"><a href=\"javascript:void(0);\">'+options.firstText+'</a></span>';html+=' <span id="'+options.prevId+'"><a href=\"javascript:void(0);\"><h2>'+options.prevText+'</h2></a></span>';html+='<div id="divider"><h2>/</h2></div><span id="'+options.nextId+'"><a href=\"javascript:void(0);\"><h2>'+options.nextText+'</h2></a></span>';if(options.lastShow)html+=' <span id="'+options.lastId+'"><a href=\"javascript:void(0);\">'+options.lastText+'</a></span>';};html+=options.controlsAfter;$(obj).after(html);};if(options.numeric){for(var i=0;i<s;i++){$(document.createElement("li")).attr('id',options.numericId+(i+1)).html('<a rel='+i+' href=\"javascript:void(0);\">'+(i+1)+'</a>').appendTo($("#"+options.numericId)).click(function(){animate($("a",$(this)).attr('rel'),true);});};}else{$("a","#"+options.nextId).click(function(){animate("next",true);});$("a","#"+options.prevId).click(function(){animate("prev",true);});$("a","#"+options.firstId).click(function(){animate("first",true);});$("a","#"+options.lastId).click(function(){animate("last",true);});};function setCurrent(i){i=parseInt(i)+1;$("li","#"+options.numericId).removeClass("current");$("li#"+options.numericId+i).addClass("current");};function adjust(){if(t>ts)t=0;if(t<0)t=ts;if(!options.vertical){$("ul",obj).css("margin-left",(t*w*-1));}else{$("ul",obj).css("margin-left",(t*h*-1));}
clickable=true;if(options.numeric)setCurrent(t);};function animate(dir,clicked){if(clickable){clickable=false;var ot=t;switch(dir){case"next":t=(ot>=ts)?(options.continuous?t+1:ts):t+1;break;case"prev":t=(t<=0)?(options.continuous?t-1:0):t-1;break;case"first":t=0;break;case"last":t=ts;break;default:t=dir;break;};var diff=Math.abs(ot-t);var speed=diff*options.speed;if(!options.vertical){p=(t*w*-1);$("ul",obj).animate({marginLeft:p},{queue:false,duration:speed,complete:adjust});}else{p=(t*h*-1);$("ul",obj).animate({marginTop:p},{queue:false,duration:speed,complete:adjust});};if(!options.continuous&&options.controlsFade){if(t==ts){$("a","#"+options.nextId).hide();$("a","#"+options.lastId).hide();}else{$("a","#"+options.nextId).show();$("a","#"+options.lastId).show();};if(t==0){$("a","#"+options.prevId).hide();$("a","#"+options.firstId).hide();}else{$("a","#"+options.prevId).show();$("a","#"+options.firstId).show();};};if(clicked)clearTimeout(timeout);if(options.auto&&dir=="next"&&!clicked){;timeout=setTimeout(function(){animate("next",false);},diff*options.speed+options.pause);};};};var timeout;if(options.auto){;timeout=setTimeout(function(){animate("next",false);},options.pause);};if(options.numeric)setCurrent(0);if(!options.continuous&&options.controlsFade){$("a","#"+options.prevId).hide();$("a","#"+options.firstId).hide();};});};})(jQuery);;(function(window,undefined){var document=window.document;(function(){var initializing=false,fnTest=/xyz/.test(function(){xyz;})?/\b_super\b/:/.*/;this.JRClass=function(){};JRClass.extend=function(prop){var _super=this.prototype;initializing=true;var prototype=new this();initializing=false;for(var name in prop){prototype[name]=typeof prop[name]=="function"&&typeof _super[name]=="function"&&fnTest.test(prop[name])?(function(name,fn){return function(){var tmp=this._super;this._super=_super[name];var ret=fn.apply(this,arguments);this._super=tmp;return ret;};})(name,prop[name]):prop[name];}function JRClass(){if(!initializing&&this.init)this.init.apply(this,arguments);}JRClass.prototype=prototype;JRClass.constructor=JRClass;JRClass.extend=arguments.callee;return JRClass;};})();var VideoJS=JRClass.extend({init:function(element,setOptions){if(typeof element=='string'){this.video=document.getElementById(element);}else{this.video=element;}
this.video.player=this;this.values={};this.elements={};this.options={autoplay:false,preload:true,useBuiltInControls:false,controlsBelow:false,controlsAtStart:false,controlsHiding:true,defaultVolume:0.85,playerFallbackOrder:["flash","html5","links"],flashPlayer:"htmlObject",flashPlayerVersion:false};if(typeof VideoJS.options=="object"){_V_.merge(this.options,VideoJS.options);}
if(typeof setOptions=="object"){_V_.merge(this.options,setOptions);}
if(this.getPreloadAttribute()!==undefined){this.options.preload=this.getPreloadAttribute();}
if(this.getAutoplayAttribute()!==undefined){this.options.autoplay=this.getAutoplayAttribute();}
this.box=this.video.parentNode;this.linksFallback=this.getLinksFallback();this.hideLinksFallback();this.each(this.options.playerFallbackOrder,function(playerType){if(this[playerType+"Supported"]()){this[playerType+"Init"]();return true;}});this.activateElement(this,"player");this.activateElement(this.box,"box");},behaviors:{},newBehavior:function(name,activate,functions){this.behaviors[name]=activate;this.extend(functions);},activateElement:function(element,behavior){if(typeof element=="string"){element=document.getElementById(element);}
this.behaviors[behavior].call(this,element);},errors:[],warnings:[],warning:function(warning){this.warnings.push(warning);this.log(warning);},history:[],log:function(event){if(!event){return;}
if(typeof event=="string"){event={type:event};}
if(event.type){this.history.push(event.type);}
if(this.history.length>=50){this.history.shift();}
try{console.log(event.type);}catch(e){try{opera.postError(event.type);}catch(e){}}},setLocalStorage:function(key,value){if(!localStorage){return;}
try{localStorage[key]=value;}catch(e){if(e.code==22||e.code==1014){this.warning(VideoJS.warnings.localStorageFull);}}},getPreloadAttribute:function(){if(typeof this.video.hasAttribute=="function"&&this.video.hasAttribute("preload")){var preload=this.video.getAttribute("preload");if(preload===""||preload==="true"){return"auto";}
if(preload==="false"){return"none";}
return preload;}},getAutoplayAttribute:function(){if(typeof this.video.hasAttribute=="function"&&this.video.hasAttribute("autoplay")){var autoplay=this.video.getAttribute("autoplay");if(autoplay==="false"){return false;}
return true;}},bufferedPercent:function(){return(this.duration())?this.buffered()[1]/this.duration():0;},each:function(arr,fn){if(!arr||arr.length===0){return;}
for(var i=0,j=arr.length;i<j;i++){if(fn.call(this,arr[i],i)){break;}}},extend:function(obj){for(var attrname in obj){if(obj.hasOwnProperty(attrname)){this[attrname]=obj[attrname];}}}});VideoJS.player=VideoJS.prototype;VideoJS.player.extend({flashSupported:function(){if(!this.flashElement){this.flashElement=this.getFlashElement();}
if(this.flashElement&&this.flashPlayerVersionSupported()){return true;}else{return false;}},flashInit:function(){this.replaceWithFlash();this.element=this.flashElement;this.video.src="";var flashPlayerType=VideoJS.flashPlayers[this.options.flashPlayer];this.extend(VideoJS.flashPlayers[this.options.flashPlayer].api);(flashPlayerType.init.context(this))();},getFlashElement:function(){var children=this.video.children;for(var i=0,j=children.length;i<j;i++){if(children[i].className=="vjs-flash-fallback"){return children[i];}}},replaceWithFlash:function(){if(this.flashElement){this.box.insertBefore(this.flashElement,this.video);this.video.style.display="none";}},flashPlayerVersionSupported:function(){var playerVersion=(this.options.flashPlayerVersion)?this.options.flashPlayerVersion:VideoJS.flashPlayers[this.options.flashPlayer].flashPlayerVersion;return VideoJS.getFlashVersion()>=playerVersion;}});VideoJS.flashPlayers={};VideoJS.flashPlayers.htmlObject={flashPlayerVersion:9,init:function(){return true;},api:{width:function(width){if(width!==undefined){this.element.width=width;this.box.style.width=width+"px";this.triggerResizeListeners();return this;}
return this.element.width;},height:function(height){if(height!==undefined){this.element.height=height;this.box.style.height=height+"px";this.triggerResizeListeners();return this;}
return this.element.height;}}};VideoJS.player.extend({linksSupported:function(){return true;},linksInit:function(){this.showLinksFallback();this.element=this.video;},getLinksFallback:function(){return this.box.getElementsByTagName("P")[0];},hideLinksFallback:function(){if(this.linksFallback){this.linksFallback.style.display="none";}},showLinksFallback:function(){if(this.linksFallback){this.linksFallback.style.display="block";}}});VideoJS.merge=function(obj1,obj2,safe){for(var attrname in obj2){if(obj2.hasOwnProperty(attrname)&&(!safe||!obj1.hasOwnProperty(attrname))){obj1[attrname]=obj2[attrname];}}
return obj1;};VideoJS.extend=function(obj){this.merge(this,obj,true);};VideoJS.extend({setupAllWhenReady:function(options){VideoJS.options=options;VideoJS.DOMReady(VideoJS.setup);},DOMReady:function(fn){VideoJS.addToDOMReady(fn);},setup:function(videos,options){var returnSingular=false,playerList=[],videoElement;if(!videos||videos=="All"){videos=VideoJS.getVideoJSTags();}else if(typeof videos!='object'||videos.nodeType==1){videos=[videos];returnSingular=true;}
for(var i=0;i<videos.length;i++){if(typeof videos[i]=='string'){videoElement=document.getElementById(videos[i]);}else{videoElement=videos[i];}
playerList.push(new VideoJS(videoElement,options));}
return(returnSingular)?playerList[0]:playerList;},getVideoJSTags:function(){var videoTags=document.getElementsByTagName("video"),videoJSTags=[],videoTag;for(var i=0,j=videoTags.length;i<j;i++){videoTag=videoTags[i];if(videoTag.className.indexOf("video-js")!=-1){videoJSTags.push(videoTag);}}
return videoJSTags;},browserSupportsVideo:function(){if(typeof VideoJS.videoSupport!="undefined"){return VideoJS.videoSupport;}
VideoJS.videoSupport=!!document.createElement('video').canPlayType;return VideoJS.videoSupport;},getFlashVersion:function(){if(typeof VideoJS.flashVersion!="undefined"){return VideoJS.flashVersion;}
var version=0,desc;if(typeof navigator.plugins!="undefined"&&typeof navigator.plugins["Shockwave Flash"]=="object"){desc=navigator.plugins["Shockwave Flash"].description;if(desc&&!(typeof navigator.mimeTypes!="undefined"&&navigator.mimeTypes["application/x-shockwave-flash"]&&!navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)){version=parseInt(desc.match(/^.*\s+([^\s]+)\.[^\s]+\s+[^\s]+$/)[1],10);}}else if(typeof window.ActiveXObject!="undefined"){try{var testObject=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if(testObject){version=parseInt(testObject.GetVariable("$version").match(/^[^\s]+\s(\d+)/)[1],10);}}
catch(e){}}
VideoJS.flashVersion=version;return VideoJS.flashVersion;},isIE:function(){return!+"\v1";},isIPad:function(){return navigator.userAgent.match(/iPad/i)!==null;},isIPhone:function(){return navigator.userAgent.match(/iPhone/i)!==null;},isIOS:function(){return VideoJS.isIPhone()||VideoJS.isIPad();},iOSVersion:function(){var match=navigator.userAgent.match(/OS (\d+)_/i);if(match&&match[1]){return match[1];}},isAndroid:function(){return navigator.userAgent.match(/Android/i)!==null;},androidVersion:function(){var match=navigator.userAgent.match(/Android (\d+)\./i);if(match&&match[1]){return match[1];}},warnings:{videoNotReady:"Video is not ready yet (try playing the video first).",localStorageFull:"Local Storage is Full"}});if(VideoJS.isIE()){document.createElement("video");}
window.VideoJS=window._V_=VideoJS;VideoJS.player.extend({html5Supported:function(){if(VideoJS.browserSupportsVideo()&&this.canPlaySource()){return true;}else{return false;}},html5Init:function(){this.element=this.video;this.fixPreloading();this.supportProgressEvents();this.volume((localStorage&&localStorage.volume)||this.options.defaultVolume);if(VideoJS.isIOS()){this.options.useBuiltInControls=true;this.iOSInterface();}else if(VideoJS.isAndroid()){this.options.useBuiltInControls=true;this.androidInterface();}
if(!this.options.useBuiltInControls){this.video.controls=false;if(this.options.controlsBelow){_V_.addClass(this.box,"vjs-controls-below");}
this.activateElement(this.video,"playToggle");this.buildStylesCheckDiv();this.buildAndActivatePoster();this.buildBigPlayButton();this.buildAndActivateSpinner();this.buildAndActivateControlBar();this.loadInterface();this.getSubtitles();}},canPlaySource:function(){if(this.canPlaySourceResult){return this.canPlaySourceResult;}
var children=this.video.children;for(var i=0,j=children.length;i<j;i++){if(children[i].tagName.toUpperCase()=="SOURCE"){var canPlay=this.video.canPlayType(children[i].type)||this.canPlayExt(children[i].src);if(canPlay=="probably"||canPlay=="maybe"){this.firstPlayableSource=children[i];this.canPlaySourceResult=true;return true;}}}
this.canPlaySourceResult=false;return false;},canPlayExt:function(src){if(!src){return"";}
var match=src.match(/\.([^\.]+)$/);if(match&&match[1]){var ext=match[1].toLowerCase();if(VideoJS.isAndroid()){if(ext=="mp4"||ext=="m4v"){return"maybe";}}else if(VideoJS.isIOS()){if(ext=="m3u8"){return"maybe";}}}
return"";},forceTheSource:function(){this.video.src=this.firstPlayableSource.src;this.video.load();},fixPreloading:function(){if(typeof this.video.hasAttribute=="function"&&this.video.hasAttribute("preload")&&this.video.preload!="none"){this.video.autobuffer=true;}else{this.video.autobuffer=false;this.video.preload="none";}},supportProgressEvents:function(e){_V_.addListener(this.video,'progress',this.playerOnVideoProgress.context(this));},playerOnVideoProgress:function(event){this.setBufferedFromProgress(event);},setBufferedFromProgress:function(event){if(event.total>0){var newBufferEnd=(event.loaded/event.total)*this.duration();if(newBufferEnd>this.values.bufferEnd){this.values.bufferEnd=newBufferEnd;}}},iOSInterface:function(){if(VideoJS.iOSVersion()<4){this.forceTheSource();}
if(VideoJS.isIPad()){this.buildAndActivateSpinner();}},androidInterface:function(){this.forceTheSource();_V_.addListener(this.video,"click",function(){this.play();});this.buildBigPlayButton();_V_.addListener(this.bigPlayButton,"click",function(){this.play();}.context(this));this.positionBox();this.showBigPlayButtons();},loadInterface:function(){if(!this.stylesHaveLoaded()){if(!this.positionRetries){this.positionRetries=1;}
if(this.positionRetries++<100){setTimeout(this.loadInterface.context(this),10);return;}}
this.hideStylesCheckDiv();this.showPoster();if(this.video.paused!==false){this.showBigPlayButtons();}
if(this.options.controlsAtStart){this.showControlBars();}
this.positionAll();},buildAndActivateControlBar:function(){this.controls=_V_.createElement("div",{className:"vjs-controls"});this.box.appendChild(this.controls);this.activateElement(this.controls,"controlBar");this.activateElement(this.controls,"mouseOverVideoReporter");this.playControl=_V_.createElement("div",{className:"vjs-play-control",innerHTML:"<span></span>"});this.controls.appendChild(this.playControl);this.activateElement(this.playControl,"playToggle");this.progressControl=_V_.createElement("div",{className:"vjs-progress-control"});this.controls.appendChild(this.progressControl);this.progressHolder=_V_.createElement("div",{className:"vjs-progress-holder"});this.progressControl.appendChild(this.progressHolder);this.activateElement(this.progressHolder,"currentTimeScrubber");this.loadProgressBar=_V_.createElement("div",{className:"vjs-load-progress"});this.progressHolder.appendChild(this.loadProgressBar);this.activateElement(this.loadProgressBar,"loadProgressBar");this.playProgressBar=_V_.createElement("div",{className:"vjs-play-progress"});this.progressHolder.appendChild(this.playProgressBar);this.activateElement(this.playProgressBar,"playProgressBar");this.timeControl=_V_.createElement("div",{className:"vjs-time-control"});this.controls.appendChild(this.timeControl);this.currentTimeDisplay=_V_.createElement("span",{className:"vjs-current-time-display",innerHTML:"00:00"});this.timeControl.appendChild(this.currentTimeDisplay);this.activateElement(this.currentTimeDisplay,"currentTimeDisplay");this.timeSeparator=_V_.createElement("span",{innerHTML:" / "});this.timeControl.appendChild(this.timeSeparator);this.durationDisplay=_V_.createElement("span",{className:"vjs-duration-display",innerHTML:"00:00"});this.timeControl.appendChild(this.durationDisplay);this.activateElement(this.durationDisplay,"durationDisplay");this.volumeControl=_V_.createElement("div",{className:"vjs-volume-control",innerHTML:"<div><span></span><span></span><span></span><span></span><span></span><span></span></div>"});this.controls.appendChild(this.volumeControl);this.activateElement(this.volumeControl,"volumeScrubber");this.volumeDisplay=this.volumeControl.children[0];this.activateElement(this.volumeDisplay,"volumeDisplay");this.fullscreenControl=_V_.createElement("div",{className:"vjs-fullscreen-control",innerHTML:"<div><span></span><span></span><span></span><span></span></div>"});this.controls.appendChild(this.fullscreenControl);this.activateElement(this.fullscreenControl,"fullscreenToggle");},buildAndActivatePoster:function(){this.updatePosterSource();if(this.video.poster){this.poster=document.createElement("img");this.box.appendChild(this.poster);this.poster.src=this.video.poster;this.poster.className="vjs-poster";this.activateElement(this.poster,"poster");}else{this.poster=false;}},buildBigPlayButton:function(){this.bigPlayButton=_V_.createElement("div",{className:"vjs-big-play-button",innerHTML:"<span></span>"});this.box.appendChild(this.bigPlayButton);this.activateElement(this.bigPlayButton,"bigPlayButton");},buildAndActivateSpinner:function(){this.spinner=_V_.createElement("div",{className:"vjs-spinner",innerHTML:"<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>"});this.box.appendChild(this.spinner);this.activateElement(this.spinner,"spinner");},buildStylesCheckDiv:function(){this.stylesCheckDiv=_V_.createElement("div",{className:"vjs-styles-check"});this.stylesCheckDiv.style.position="absolute";this.box.appendChild(this.stylesCheckDiv);},hideStylesCheckDiv:function(){this.stylesCheckDiv.style.display="none";},stylesHaveLoaded:function(){if(this.stylesCheckDiv.offsetHeight!=5){return false;}else{return true;}},positionAll:function(){this.positionBox();this.positionControlBars();this.positionPoster();},positionBox:function(){if(this.videoIsFullScreen){this.box.style.width="";this.element.style.height="";if(this.options.controlsBelow){this.box.style.height="";this.element.style.height=(this.box.offsetHeight-this.controls.offsetHeight)+"px";}}else{this.box.style.width=this.width()+"px";this.element.style.height=this.height()+"px";if(this.options.controlsBelow){this.element.style.height="";}}},getSubtitles:function(){var tracks=this.video.getElementsByTagName("TRACK");for(var i=0,j=tracks.length;i<j;i++){if(tracks[i].getAttribute("kind")=="subtitles"&&tracks[i].getAttribute("src")){this.subtitlesSource=tracks[i].getAttribute("src");this.loadSubtitles();this.buildSubtitles();}}},loadSubtitles:function(){_V_.get(this.subtitlesSource,this.parseSubtitles.context(this));},parseSubtitles:function(subText){var lines=subText.split("\n"),line="",subtitle,time,text;this.subtitles=[];this.currentSubtitle=false;this.lastSubtitleIndex=0;for(var i=0;i<lines.length;i++){line=_V_.trim(lines[i]);if(line){subtitle={id:line,index:this.subtitles.length};line=_V_.trim(lines[++i]);time=line.split(" --> ");subtitle.start=this.parseSubtitleTime(time[0]);subtitle.end=this.parseSubtitleTime(time[1]);text=[];for(var j=i;j<lines.length;j++){line=_V_.trim(lines[++i]);if(!line){break;}
text.push(line);}
subtitle.text=text.join('<br/>');this.subtitles.push(subtitle);}}},parseSubtitleTime:function(timeText){var parts=timeText.split(':'),time=0;time+=parseFloat(parts[0])*60*60;time+=parseFloat(parts[1])*60;var seconds=parts[2].split(/\.|,/);time+=parseFloat(seconds[0]);ms=parseFloat(seconds[1]);if(ms){time+=ms/1000;}
return time;},buildSubtitles:function(){this.subtitlesDisplay=_V_.createElement("div",{className:'vjs-subtitles'});this.box.appendChild(this.subtitlesDisplay);this.activateElement(this.subtitlesDisplay,"subtitlesDisplay");},addVideoListener:function(type,fn){_V_.addListener(this.video,type,fn.rEvtContext(this));},play:function(){this.video.play();return this;},onPlay:function(fn){this.addVideoListener("play",fn);return this;},pause:function(){this.video.pause();return this;},onPause:function(fn){this.addVideoListener("pause",fn);return this;},paused:function(){return this.video.paused;},currentTime:function(seconds){if(seconds!==undefined){try{this.video.currentTime=seconds;}
catch(e){this.warning(VideoJS.warnings.videoNotReady);}
this.values.currentTime=seconds;return this;}
return this.video.currentTime;},onCurrentTimeUpdate:function(fn){this.currentTimeListeners.push(fn);},duration:function(){return this.video.duration;},buffered:function(){if(this.values.bufferStart===undefined){this.values.bufferStart=0;this.values.bufferEnd=0;}
if(this.video.buffered&&this.video.buffered.length>0){var newEnd=this.video.buffered.end(0);if(newEnd>this.values.bufferEnd){this.values.bufferEnd=newEnd;}}
return[this.values.bufferStart,this.values.bufferEnd];},volume:function(percentAsDecimal){if(percentAsDecimal!==undefined){this.values.volume=Math.max(0,Math.min(1,parseFloat(percentAsDecimal)));this.video.volume=this.values.volume;this.setLocalStorage("volume",this.values.volume);return this;}
if(this.values.volume){return this.values.volume;}
return this.video.volume;},onVolumeChange:function(fn){_V_.addListener(this.video,'volumechange',fn.rEvtContext(this));},width:function(width){if(width!==undefined){this.video.width=width;this.box.style.width=width+"px";this.triggerResizeListeners();return this;}
return this.video.offsetWidth;},height:function(height){if(height!==undefined){this.video.height=height;this.box.style.height=height+"px";this.triggerResizeListeners();return this;}
return this.video.offsetHeight;},supportsFullScreen:function(){if(typeof this.video.webkitEnterFullScreen=='function'){if(!navigator.userAgent.match("Chrome")&&!navigator.userAgent.match("Mac OS X 10.5")){return true;}}
return false;},html5EnterNativeFullScreen:function(){try{this.video.webkitEnterFullScreen();}catch(e){if(e.code==11){this.warning(VideoJS.warnings.videoNotReady);}}
return this;},enterFullScreen:function(){if(this.supportsFullScreen()){this.html5EnterNativeFullScreen();}else{this.enterFullWindow();}},exitFullScreen:function(){if(this.supportsFullScreen()){}else{this.exitFullWindow();}},enterFullWindow:function(){this.videoIsFullScreen=true;this.docOrigOverflow=document.documentElement.style.overflow;_V_.addListener(document,"keydown",this.fullscreenOnEscKey.rEvtContext(this));_V_.addListener(window,"resize",this.fullscreenOnWindowResize.rEvtContext(this));document.documentElement.style.overflow='hidden';_V_.addClass(this.box,"vjs-fullscreen");this.positionAll();},exitFullWindow:function(){this.videoIsFullScreen=false;document.removeEventListener("keydown",this.fullscreenOnEscKey,false);window.removeEventListener("resize",this.fullscreenOnWindowResize,false);document.documentElement.style.overflow=this.docOrigOverflow;_V_.removeClass(this.box,"vjs-fullscreen");this.positionAll();},onError:function(fn){this.addVideoListener("error",fn);return this;},onEnded:function(fn){this.addVideoListener("ended",fn);return this;}});VideoJS.player.newBehavior("player",function(player){this.onError(this.playerOnVideoError);this.onPlay(this.playerOnVideoPlay);this.onPlay(this.trackCurrentTime);this.onPause(this.playerOnVideoPause);this.onPause(this.stopTrackingCurrentTime);this.onEnded(this.playerOnVideoEnded);this.trackBuffered();this.onBufferedUpdate(this.isBufferFull);},{playerOnVideoError:function(event){this.log(event);this.log(this.video.error);},playerOnVideoPlay:function(event){this.hasPlayed=true;},playerOnVideoPause:function(event){},playerOnVideoEnded:function(event){this.currentTime(0);this.pause();},trackBuffered:function(){this.bufferedInterval=setInterval(this.triggerBufferedListeners.context(this),500);},stopTrackingBuffered:function(){clearInterval(this.bufferedInterval);},bufferedListeners:[],onBufferedUpdate:function(fn){this.bufferedListeners.push(fn);},triggerBufferedListeners:function(){this.isBufferFull();this.each(this.bufferedListeners,function(listener){(listener.context(this))();});},isBufferFull:function(){if(this.bufferedPercent()==1){this.stopTrackingBuffered();}},trackCurrentTime:function(){if(this.currentTimeInterval){clearInterval(this.currentTimeInterval);}
this.currentTimeInterval=setInterval(this.triggerCurrentTimeListeners.context(this),100);this.trackingCurrentTime=true;},stopTrackingCurrentTime:function(){clearInterval(this.currentTimeInterval);this.trackingCurrentTime=false;},currentTimeListeners:[],triggerCurrentTimeListeners:function(late,newTime){this.each(this.currentTimeListeners,function(listener){(listener.context(this))(newTime||this.currentTime());});},resizeListeners:[],onResize:function(fn){this.resizeListeners.push(fn);},triggerResizeListeners:function(){this.each(this.resizeListeners,function(listener){(listener.context(this))();});}});VideoJS.player.newBehavior("mouseOverVideoReporter",function(element){_V_.addListener(element,"mousemove",this.mouseOverVideoReporterOnMouseMove.context(this));_V_.addListener(element,"mouseout",this.mouseOverVideoReporterOnMouseOut.context(this));},{mouseOverVideoReporterOnMouseMove:function(){this.showControlBars();clearInterval(this.mouseMoveTimeout);this.mouseMoveTimeout=setTimeout(this.hideControlBars.context(this),4000);},mouseOverVideoReporterOnMouseOut:function(event){var parent=event.relatedTarget;while(parent&&parent!==this.box){parent=parent.parentNode;}
if(parent!==this.box){this.hideControlBars();}}});VideoJS.player.newBehavior("box",function(element){this.positionBox();_V_.addClass(element,"vjs-paused");this.activateElement(element,"mouseOverVideoReporter");this.onPlay(this.boxOnVideoPlay);this.onPause(this.boxOnVideoPause);},{boxOnVideoPlay:function(){_V_.removeClass(this.box,"vjs-paused");_V_.addClass(this.box,"vjs-playing");},boxOnVideoPause:function(){_V_.removeClass(this.box,"vjs-playing");_V_.addClass(this.box,"vjs-paused");}});VideoJS.player.newBehavior("poster",function(element){this.activateElement(element,"mouseOverVideoReporter");this.activateElement(element,"playButton");this.onPlay(this.hidePoster);this.onEnded(this.showPoster);this.onResize(this.positionPoster);},{showPoster:function(){if(!this.poster){return;}
this.poster.style.display="block";this.positionPoster();},positionPoster:function(){if(!this.poster||this.poster.style.display=='none'){return;}
this.poster.style.height=this.height()+"px";this.poster.style.width=this.width()+"px";},hidePoster:function(){if(!this.poster){return;}
this.poster.style.display="none";},updatePosterSource:function(){if(!this.video.poster){var images=this.video.getElementsByTagName("img");if(images.length>0){this.video.poster=images[0].src;}}}});VideoJS.player.newBehavior("controlBar",function(element){if(!this.controlBars){this.controlBars=[];this.onResize(this.positionControlBars);}
this.controlBars.push(element);_V_.addListener(element,"mousemove",this.onControlBarsMouseMove.context(this));_V_.addListener(element,"mouseout",this.onControlBarsMouseOut.context(this));},{showControlBars:function(){if(!this.options.controlsAtStart&&!this.hasPlayed){return;}
this.each(this.controlBars,function(bar){bar.style.display="block";});},positionControlBars:function(){this.updatePlayProgressBars();this.updateLoadProgressBars();},hideControlBars:function(){if(this.options.controlsHiding&&!this.mouseIsOverControls){this.each(this.controlBars,function(bar){bar.style.display="none";});}},onControlBarsMouseMove:function(){this.mouseIsOverControls=true;},onControlBarsMouseOut:function(event){this.mouseIsOverControls=false;}});VideoJS.player.newBehavior("playToggle",function(element){if(!this.elements.playToggles){this.elements.playToggles=[];this.onPlay(this.playTogglesOnPlay);this.onPause(this.playTogglesOnPause);}
this.elements.playToggles.push(element);_V_.addListener(element,"click",this.onPlayToggleClick.context(this));},{onPlayToggleClick:function(event){if(this.paused()){this.play();}else{this.pause();}},playTogglesOnPlay:function(event){this.each(this.elements.playToggles,function(toggle){_V_.removeClass(toggle,"vjs-paused");_V_.addClass(toggle,"vjs-playing");});},playTogglesOnPause:function(event){this.each(this.elements.playToggles,function(toggle){_V_.removeClass(toggle,"vjs-playing");_V_.addClass(toggle,"vjs-paused");});}});VideoJS.player.newBehavior("playButton",function(element){_V_.addListener(element,"click",this.onPlayButtonClick.context(this));},{onPlayButtonClick:function(event){this.play();}});VideoJS.player.newBehavior("pauseButton",function(element){_V_.addListener(element,"click",this.onPauseButtonClick.context(this));},{onPauseButtonClick:function(event){this.pause();}});VideoJS.player.newBehavior("playProgressBar",function(element){if(!this.playProgressBars){this.playProgressBars=[];this.onCurrentTimeUpdate(this.updatePlayProgressBars);}
this.playProgressBars.push(element);},{updatePlayProgressBars:function(newTime){var progress=(newTime!==undefined)?newTime/this.duration():this.currentTime()/this.duration();if(isNaN(progress)){progress=0;}
this.each(this.playProgressBars,function(bar){if(bar.style){bar.style.width=_V_.round(progress*100,2)+"%";}});}});VideoJS.player.newBehavior("loadProgressBar",function(element){if(!this.loadProgressBars){this.loadProgressBars=[];}
this.loadProgressBars.push(element);this.onBufferedUpdate(this.updateLoadProgressBars);},{updateLoadProgressBars:function(){this.each(this.loadProgressBars,function(bar){if(bar.style){bar.style.width=_V_.round(this.bufferedPercent()*100,2)+"%";}});}});VideoJS.player.newBehavior("currentTimeDisplay",function(element){if(!this.currentTimeDisplays){this.currentTimeDisplays=[];this.onCurrentTimeUpdate(this.updateCurrentTimeDisplays);}
this.currentTimeDisplays.push(element);},{updateCurrentTimeDisplays:function(newTime){if(!this.currentTimeDisplays){return;}
var time=(newTime)?newTime:this.currentTime();this.each(this.currentTimeDisplays,function(dis){dis.innerHTML=_V_.formatTime(time);});}});VideoJS.player.newBehavior("durationDisplay",function(element){if(!this.durationDisplays){this.durationDisplays=[];this.onCurrentTimeUpdate(this.updateDurationDisplays);}
this.durationDisplays.push(element);},{updateDurationDisplays:function(){if(!this.durationDisplays){return;}
this.each(this.durationDisplays,function(dis){if(this.duration()){dis.innerHTML=_V_.formatTime(this.duration());}});}});VideoJS.player.newBehavior("currentTimeScrubber",function(element){_V_.addListener(element,"mousedown",this.onCurrentTimeScrubberMouseDown.rEvtContext(this));},{onCurrentTimeScrubberMouseDown:function(event,scrubber){event.preventDefault();this.currentScrubber=scrubber;this.stopTrackingCurrentTime();this.videoWasPlaying=!this.paused();this.pause();_V_.blockTextSelection();this.setCurrentTimeWithScrubber(event);_V_.addListener(document,"mousemove",this.onCurrentTimeScrubberMouseMove.rEvtContext(this));_V_.addListener(document,"mouseup",this.onCurrentTimeScrubberMouseUp.rEvtContext(this));},onCurrentTimeScrubberMouseMove:function(event){this.setCurrentTimeWithScrubber(event);},onCurrentTimeScrubberMouseUp:function(event){_V_.unblockTextSelection();document.removeEventListener("mousemove",this.onCurrentTimeScrubberMouseMove,false);document.removeEventListener("mouseup",this.onCurrentTimeScrubberMouseUp,false);if(this.videoWasPlaying){this.play();this.trackCurrentTime();}},setCurrentTimeWithScrubber:function(event){var newProgress=_V_.getRelativePosition(event.pageX,this.currentScrubber);var newTime=newProgress*this.duration();this.triggerCurrentTimeListeners(0,newTime);if(newTime==this.duration()){newTime=newTime-0.1;}
this.currentTime(newTime);}});VideoJS.player.newBehavior("volumeDisplay",function(element){if(!this.volumeDisplays){this.volumeDisplays=[];this.onVolumeChange(this.updateVolumeDisplays);}
this.volumeDisplays.push(element);this.updateVolumeDisplay(element);},{updateVolumeDisplays:function(){if(!this.volumeDisplays){return;}
this.each(this.volumeDisplays,function(dis){this.updateVolumeDisplay(dis);});},updateVolumeDisplay:function(display){var volNum=Math.ceil(this.volume()*6);this.each(display.children,function(child,num){if(num<volNum){_V_.addClass(child,"vjs-volume-level-on");}else{_V_.removeClass(child,"vjs-volume-level-on");}});}});VideoJS.player.newBehavior("volumeScrubber",function(element){_V_.addListener(element,"mousedown",this.onVolumeScrubberMouseDown.rEvtContext(this));},{onVolumeScrubberMouseDown:function(event,scrubber){_V_.blockTextSelection();this.currentScrubber=scrubber;this.setVolumeWithScrubber(event);_V_.addListener(document,"mousemove",this.onVolumeScrubberMouseMove.rEvtContext(this));_V_.addListener(document,"mouseup",this.onVolumeScrubberMouseUp.rEvtContext(this));},onVolumeScrubberMouseMove:function(event){this.setVolumeWithScrubber(event);},onVolumeScrubberMouseUp:function(event){this.setVolumeWithScrubber(event);_V_.unblockTextSelection();document.removeEventListener("mousemove",this.onVolumeScrubberMouseMove,false);document.removeEventListener("mouseup",this.onVolumeScrubberMouseUp,false);},setVolumeWithScrubber:function(event){var newVol=_V_.getRelativePosition(event.pageX,this.currentScrubber);this.volume(newVol);}});VideoJS.player.newBehavior("fullscreenToggle",function(element){_V_.addListener(element,"click",this.onFullscreenToggleClick.context(this));},{onFullscreenToggleClick:function(event){if(!this.videoIsFullScreen){this.enterFullScreen();}else{this.exitFullScreen();}},fullscreenOnWindowResize:function(event){this.positionControlBars();},fullscreenOnEscKey:function(event){if(event.keyCode==27){this.exitFullScreen();}}});VideoJS.player.newBehavior("bigPlayButton",function(element){if(!this.elements.bigPlayButtons){this.elements.bigPlayButtons=[];this.onPlay(this.bigPlayButtonsOnPlay);this.onEnded(this.bigPlayButtonsOnEnded);}
this.elements.bigPlayButtons.push(element);this.activateElement(element,"playButton");},{bigPlayButtonsOnPlay:function(event){this.hideBigPlayButtons();},bigPlayButtonsOnEnded:function(event){this.showBigPlayButtons();},showBigPlayButtons:function(){this.each(this.elements.bigPlayButtons,function(element){element.style.display="block";});},hideBigPlayButtons:function(){this.each(this.elements.bigPlayButtons,function(element){element.style.display="none";});}});VideoJS.player.newBehavior("spinner",function(element){if(!this.spinners){this.spinners=[];_V_.addListener(this.video,"loadeddata",this.spinnersOnVideoLoadedData.context(this));_V_.addListener(this.video,"loadstart",this.spinnersOnVideoLoadStart.context(this));_V_.addListener(this.video,"seeking",this.spinnersOnVideoSeeking.context(this));_V_.addListener(this.video,"seeked",this.spinnersOnVideoSeeked.context(this));_V_.addListener(this.video,"canplay",this.spinnersOnVideoCanPlay.context(this));_V_.addListener(this.video,"canplaythrough",this.spinnersOnVideoCanPlayThrough.context(this));_V_.addListener(this.video,"waiting",this.spinnersOnVideoWaiting.context(this));_V_.addListener(this.video,"stalled",this.spinnersOnVideoStalled.context(this));_V_.addListener(this.video,"suspend",this.spinnersOnVideoSuspend.context(this));_V_.addListener(this.video,"playing",this.spinnersOnVideoPlaying.context(this));_V_.addListener(this.video,"timeupdate",this.spinnersOnVideoTimeUpdate.context(this));}
this.spinners.push(element);},{showSpinners:function(){this.each(this.spinners,function(spinner){spinner.style.display="block";});clearInterval(this.spinnerInterval);this.spinnerInterval=setInterval(this.rotateSpinners.context(this),100);},hideSpinners:function(){this.each(this.spinners,function(spinner){spinner.style.display="none";});clearInterval(this.spinnerInterval);},spinnersRotated:0,rotateSpinners:function(){this.each(this.spinners,function(spinner){spinner.style.WebkitTransform='scale(0.5) rotate('+this.spinnersRotated+'deg)';spinner.style.MozTransform='scale(0.5) rotate('+this.spinnersRotated+'deg)';});if(this.spinnersRotated==360){this.spinnersRotated=0;}
this.spinnersRotated+=45;},spinnersOnVideoLoadedData:function(event){this.hideSpinners();},spinnersOnVideoLoadStart:function(event){this.showSpinners();},spinnersOnVideoSeeking:function(event){},spinnersOnVideoSeeked:function(event){},spinnersOnVideoCanPlay:function(event){},spinnersOnVideoCanPlayThrough:function(event){this.hideSpinners();},spinnersOnVideoWaiting:function(event){this.showSpinners();},spinnersOnVideoStalled:function(event){},spinnersOnVideoSuspend:function(event){},spinnersOnVideoPlaying:function(event){this.hideSpinners();},spinnersOnVideoTimeUpdate:function(event){if(this.spinner.style.display=="block"){this.hideSpinners();}}});VideoJS.player.newBehavior("subtitlesDisplay",function(element){if(!this.subtitleDisplays){this.subtitleDisplays=[];this.onCurrentTimeUpdate(this.subtitleDisplaysOnVideoTimeUpdate);this.onEnded(function(){this.lastSubtitleIndex=0;}.context(this));}
this.subtitleDisplays.push(element);},{subtitleDisplaysOnVideoTimeUpdate:function(time){if(this.subtitles){if(!this.currentSubtitle||this.currentSubtitle.start>=time||this.currentSubtitle.end<time){var newSubIndex=false,reverse=(this.subtitles[this.lastSubtitleIndex].start>time),i=this.lastSubtitleIndex-(reverse)?1:0;while(true){if(reverse){if(i<0||this.subtitles[i].end<time){break;}
if(this.subtitles[i].start<time){newSubIndex=i;break;}
i--;}else{if(i>=this.subtitles.length||this.subtitles[i].start>time){break;}
if(this.subtitles[i].end>time){newSubIndex=i;break;}
i++;}}
if(newSubIndex!==false){this.currentSubtitle=this.subtitles[newSubIndex];this.lastSubtitleIndex=newSubIndex;this.updateSubtitleDisplays(this.currentSubtitle.text);}else if(this.currentSubtitle){this.currentSubtitle=false;this.updateSubtitleDisplays("");}}}},updateSubtitleDisplays:function(val){this.each(this.subtitleDisplays,function(disp){disp.innerHTML=val;});}});VideoJS.extend({addClass:function(element,classToAdd){if((" "+element.className+" ").indexOf(" "+classToAdd+" ")==-1){element.className=element.className===""?classToAdd:element.className+" "+classToAdd;}},removeClass:function(element,classToRemove){if(element.className.indexOf(classToRemove)==-1){return;}
var classNames=element.className.split(/\s+/);classNames.splice(classNames.lastIndexOf(classToRemove),1);element.className=classNames.join(" ");},createElement:function(tagName,attributes){return this.merge(document.createElement(tagName),attributes);},blockTextSelection:function(){document.body.focus();document.onselectstart=function(){return false;};},unblockTextSelection:function(){document.onselectstart=function(){return true;};},formatTime:function(secs){var seconds=Math.round(secs);var minutes=Math.floor(seconds/60);minutes=(minutes>=10)?minutes:"0"+minutes;seconds=Math.floor(seconds%60);seconds=(seconds>=10)?seconds:"0"+seconds;return minutes+":"+seconds;},getRelativePosition:function(x,relativeElement){return Math.max(0,Math.min(1,(x-this.findPosX(relativeElement))/relativeElement.offsetWidth));},findPosX:function(obj){var curleft=obj.offsetLeft;while(obj=obj.offsetParent){curleft+=obj.offsetLeft;}
return curleft;},getComputedStyleValue:function(element,style){return window.getComputedStyle(element,null).getPropertyValue(style);},round:function(num,dec){if(!dec){dec=0;}
return Math.round(num*Math.pow(10,dec))/Math.pow(10,dec);},addListener:function(element,type,handler){if(element.addEventListener){element.addEventListener(type,handler,false);}else if(element.attachEvent){element.attachEvent("on"+type,handler);}},removeListener:function(element,type,handler){if(element.removeEventListener){element.removeEventListener(type,handler,false);}else if(element.attachEvent){element.detachEvent("on"+type,handler);}},get:function(url,onSuccess){if(typeof XMLHttpRequest=="undefined"){XMLHttpRequest=function(){try{return new ActiveXObject("Msxml2.XMLHTTP.6.0");}catch(e){}
try{return new ActiveXObject("Msxml2.XMLHTTP.3.0");}catch(f){}
try{return new ActiveXObject("Msxml2.XMLHTTP");}catch(g){}
throw new Error("This browser does not support XMLHttpRequest.");};}
var request=new XMLHttpRequest();request.open("GET",url);request.onreadystatechange=function(){if(request.readyState==4&&request.status==200){onSuccess(request.responseText);}}.context(this);request.send();},trim:function(string){return string.toString().replace(/^\s+/,"").replace(/\s+$/,"");},bindDOMReady:function(){if(document.readyState==="complete"){return VideoJS.onDOMReady();}
if(document.addEventListener){document.addEventListener("DOMContentLoaded",VideoJS.DOMContentLoaded,false);window.addEventListener("load",VideoJS.onDOMReady,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",VideoJS.DOMContentLoaded);window.attachEvent("onload",VideoJS.onDOMReady);}},DOMContentLoaded:function(){if(document.addEventListener){document.removeEventListener("DOMContentLoaded",VideoJS.DOMContentLoaded,false);VideoJS.onDOMReady();}else if(document.attachEvent){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",VideoJS.DOMContentLoaded);VideoJS.onDOMReady();}}},DOMReadyList:[],addToDOMReady:function(fn){if(VideoJS.DOMIsReady){fn.call(document);}else{VideoJS.DOMReadyList.push(fn);}},DOMIsReady:false,onDOMReady:function(){if(VideoJS.DOMIsReady){return;}
if(!document.body){return setTimeout(VideoJS.onDOMReady,13);}
VideoJS.DOMIsReady=true;if(VideoJS.DOMReadyList){for(var i=0;i<VideoJS.DOMReadyList.length;i++){VideoJS.DOMReadyList[i].call(document);}
VideoJS.DOMReadyList=null;}}});VideoJS.bindDOMReady();Function.prototype.context=function(obj){var method=this,temp=function(){return method.apply(obj,arguments);};return temp;};Function.prototype.evtContext=function(obj){var method=this,temp=function(){var origContext=this;return method.call(obj,arguments[0],origContext);};return temp;};Function.prototype.rEvtContext=function(obj,funcParent){if(this.hasContext===true){return this;}
if(!funcParent){funcParent=obj;}
for(var attrname in funcParent){if(funcParent[attrname]==this){funcParent[attrname]=this.evtContext(obj);funcParent[attrname].hasContext=true;return funcParent[attrname];}}
return this.evtContext(obj);};if(window.jQuery){(function($){$.fn.VideoJS=function(options){this.each(function(){VideoJS.setup(this,options);});return this;};$.fn.player=function(){return this[0].player;};})(jQuery);}
window.VideoJS=window._V_=VideoJS;})(window);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1989, 1990 Adobe Systems.
 All rights
 * reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used,
 displayed, modified, disclosed, or
 * transferred  without the express
 written approval of Adobe.

 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype AG
 and/or its subsidiaries. All Rights
 * Reserved.
 This data is the property of Linotype AG and/or its subsidiaries
 and
 * may not be reproduced, used, displayed, modified, disclosed or
 transferred
 * without the express written approval of Linotype AG
 and/or its subsidiaries.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"TradeGothic","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-7 -285 294 66.1633","underline-thickness":"18","underline-position":"-36","stemv":"22","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"24,-260r31,0r-6,180r-18,0xm55,0r-31,0r0,-32r31,0r0,32","w":79},"\"":{"d":"31,-179r0,-81r18,0r0,81r-18,0xm71,-179r0,-81r18,0r0,81r-18,0","w":119},"#":{"d":"181,-102r0,17r-41,0r-12,85r-17,0r11,-85r-53,0r-12,85r-17,0r11,-85r-42,0r0,-17r45,0r8,-56r-43,0r0,-18r45,0r12,-84r18,0r-12,84r53,0r12,-84r18,0r-12,84r38,0r0,18r-41,0r-7,56r38,0xm133,-158r-53,0r-8,56r53,0"},"$":{"d":"92,-260r0,-25r17,0r0,25v33,1,59,24,68,43v-1,0,-13,11,-15,12v-11,-21,-29,-34,-53,-37r0,101v36,10,78,28,78,73v0,44,-38,68,-78,68r0,43r-17,0r0,-43v-35,-1,-67,-21,-82,-53r17,-11v12,26,35,47,65,47r0,-107v-35,-10,-72,-28,-72,-70v0,-44,31,-65,72,-66xm92,-146r0,-97v-28,0,-53,19,-53,48v0,32,27,42,53,49xm109,-120r0,103v30,0,58,-22,58,-52v0,-31,-32,-42,-58,-51"},"%":{"d":"89,-260v32,0,59,27,59,59v0,32,-27,59,-59,59v-32,0,-59,-27,-59,-59v0,-32,27,-59,59,-59xm89,-243v-23,0,-42,19,-42,42v0,23,19,42,42,42v23,0,41,-19,41,-42v0,-23,-18,-42,-41,-42xm231,-118v32,0,60,27,60,59v0,32,-28,59,-60,59v-32,0,-59,-27,-59,-59v0,-32,27,-59,59,-59xm231,-101v-23,0,-41,19,-41,42v0,23,18,42,41,42v23,0,42,-19,42,-42v0,-23,-19,-42,-42,-42xm246,-264r-153,268r-18,0r152,-268r19,0","w":320},"&":{"d":"39,-62v0,60,97,51,114,21v-18,-16,-53,-65,-67,-89v-29,16,-47,33,-47,68xm107,-244v-37,0,-34,63,-13,85v24,-13,42,-35,42,-56v0,-16,-9,-29,-29,-29xm194,-122r22,4v-6,28,-17,54,-32,77v12,12,26,22,44,23r0,22v-23,-1,-43,-13,-60,-29v-44,45,-151,40,-153,-38v0,-38,17,-57,60,-86v-31,-38,-29,-115,33,-115v30,0,52,19,52,50v0,35,-27,56,-53,75v20,28,38,58,60,82v13,-20,22,-42,27,-65","w":240},"(":{"d":"74,-264r26,0v-73,93,-72,201,0,294r-26,0v-66,-93,-67,-201,0,-294","w":119},")":{"d":"46,30r-26,0v73,-93,72,-201,0,-294r26,0v66,93,65,201,0,294","w":119},"*":{"d":"100,-260r-4,51r47,-19r6,18r-51,12r33,37r-16,13r-24,-45r-25,45r-17,-11r34,-39r-52,-11r7,-19r47,19r-4,-51r19,0","w":180},"+":{"d":"98,-103r0,-84r20,0r0,84r84,0r0,19r-84,0r0,84r-20,0r0,-84r-84,0r0,-19r84,0","w":216},",":{"d":"35,-32r31,0v4,40,-13,59,-23,86r-14,0r21,-54r-15,0r0,-32","w":100},"-":{"d":"105,-84r-90,0r0,-19r90,0r0,19","w":119},".":{"d":"66,0r-31,0r0,-32r31,0r0,32","w":100},"\/":{"d":"104,-264r-87,268r-21,0r89,-268r19,0","w":100},"0":{"d":"100,-264v63,0,90,61,90,134v0,73,-27,134,-90,134v-63,0,-90,-61,-90,-134v0,-73,27,-134,90,-134xm100,-244v-47,0,-66,46,-66,114v0,68,19,114,66,114v47,0,66,-46,66,-114v0,-68,-19,-114,-66,-114"},"1":{"d":"160,0r-112,0r0,-19r45,0r0,-219r-50,8r0,-14v25,-6,43,-20,74,-20r0,245r43,0r0,19"},"2":{"d":"180,-191v14,62,-136,119,-143,172r143,0r0,19r-164,0v-2,-47,8,-50,89,-117v49,-40,53,-46,53,-73v0,-31,-17,-54,-57,-54v-31,0,-52,20,-61,59r-21,-4v9,-47,40,-75,84,-75v47,0,77,28,77,73"},"3":{"d":"5,-48r19,-11v19,64,134,57,134,-14v0,-45,-43,-59,-99,-55r0,-20v51,3,93,-9,91,-50v-3,-60,-92,-59,-117,-12r-16,-12v24,-30,50,-42,78,-42v33,0,79,15,79,64v0,30,-12,47,-42,61v29,11,49,30,49,66v0,99,-152,99,-176,25"},"4":{"d":"125,-238r-96,153r98,0v-2,-49,4,-108,-2,-153xm5,-66r0,-18r114,-176r32,0r0,175r39,0r0,19r-39,0r0,66r-24,0r0,-66r-122,0"},"5":{"d":"45,-118r-19,-3r11,-139r130,0r0,20r-112,0r-7,90v49,-51,146,-10,138,64v10,93,-135,124,-169,41r19,-13v14,30,34,42,62,42v46,0,66,-33,66,-68v0,-75,-92,-94,-119,-34"},"6":{"d":"178,-242r-11,18v-13,-15,-31,-20,-51,-20v-59,0,-79,67,-79,116v17,-19,43,-35,70,-35v53,0,83,38,83,86v0,50,-41,81,-88,81v-72,0,-89,-65,-89,-125v0,-66,31,-143,104,-143v23,0,43,8,61,22xm166,-81v0,-36,-22,-62,-63,-62v-38,0,-66,41,-66,50v0,47,26,77,66,77v40,0,63,-25,63,-65"},"7":{"d":"20,-240r0,-20r160,0r0,14r-110,246r-26,0r111,-240r-135,0"},"8":{"d":"100,-264v89,0,110,105,32,127v45,20,60,44,60,70v0,52,-38,71,-92,71v-54,0,-91,-19,-91,-71v0,-26,14,-50,59,-70v-32,-12,-49,-33,-49,-61v0,-44,32,-66,81,-66xm32,-67v0,35,30,51,68,51v38,0,68,-16,68,-51v0,-28,-26,-43,-68,-60v-42,17,-68,32,-68,60xm42,-199v0,28,26,44,58,53v32,-9,58,-25,58,-53v0,-31,-24,-45,-58,-45v-34,0,-58,14,-58,45"},"9":{"d":"18,-18r11,-18v13,13,27,20,50,20v60,0,81,-58,81,-114v-17,20,-43,36,-70,36v-53,0,-84,-41,-84,-83v0,-55,41,-87,88,-87v72,0,90,65,90,125v0,66,-23,143,-98,143v-28,0,-50,-8,-68,-22xm30,-179v0,37,23,65,64,65v38,0,65,-42,65,-51v0,-49,-25,-79,-65,-79v-40,0,-64,25,-64,65"},":":{"d":"66,0r-31,0r0,-32r31,0r0,32xm66,-109r-31,0r0,-33r31,0r0,33","w":100},";":{"d":"35,-32r31,0v4,40,-13,59,-23,86r-14,0r21,-54r-15,0r0,-32xm66,-109r-31,0r0,-33r31,0r0,33","w":100},"<":{"d":"202,-19r0,21r-188,-86r0,-20r188,-85r0,21r-163,74","w":216},"=":{"d":"202,-139r0,19r-188,0r0,-19r188,0xm202,-67r0,19r-188,0r0,-19r188,0","w":216},">":{"d":"14,2r0,-21r163,-75r-163,-74r0,-21r188,85r0,20","w":216},"?":{"d":"28,-210r-18,-9v14,-61,120,-62,119,14v-1,54,-71,63,-61,126r-19,0v-12,-65,56,-75,56,-131v0,-22,-16,-34,-36,-34v-24,0,-35,19,-41,34xm73,0r-31,0r0,-32r31,0r0,32","w":140},"@":{"d":"122,-68v34,0,61,-55,61,-88v0,-17,-15,-35,-29,-35v-37,0,-64,51,-64,86v0,22,14,37,32,37xm165,-75v-12,12,-28,26,-48,26v-30,0,-49,-25,-49,-54v0,-51,35,-107,87,-107v17,0,31,9,39,31r10,-24r19,0r-40,127v0,6,4,10,10,10v29,0,59,-46,59,-87v0,-57,-49,-95,-102,-95v-65,0,-114,55,-114,119v0,64,52,117,115,117v36,0,73,-19,95,-50r19,0v-22,41,-68,66,-114,66v-76,0,-134,-61,-134,-135v0,-73,60,-133,132,-133v68,0,122,48,122,112v0,55,-45,103,-82,103v-13,0,-23,-9,-24,-26","w":288},"A":{"d":"67,-104r87,0r-44,-136xm9,0r83,-260r37,0r82,260r-26,0r-26,-85r-98,0r-27,85r-25,0","w":219},"B":{"d":"60,-125r0,106v60,1,135,6,128,-54v7,-47,-68,-57,-128,-52xm60,-240r0,95v55,-1,113,11,117,-48v4,-54,-62,-47,-117,-47xm36,0r0,-260v76,-2,165,-6,165,65v0,28,-11,44,-37,56v28,13,47,35,47,68v0,84,-94,70,-175,71","w":240},"C":{"d":"201,-188r-22,4v-11,-38,-33,-60,-64,-60v-51,0,-74,50,-74,114v0,64,23,114,77,114v42,0,56,-29,65,-63r23,4v-10,46,-35,79,-89,79v-63,0,-100,-54,-100,-134v0,-80,37,-134,100,-134v46,0,73,34,84,76","w":219},"D":{"d":"60,-240r0,221v90,9,139,-19,139,-111v0,-91,-49,-119,-139,-110xm36,0r0,-260r73,0v81,0,113,61,113,130v0,69,-32,130,-113,130r-73,0","w":240},"E":{"d":"191,0r-155,0r0,-260r148,0r0,20r-124,0r0,95r89,0r0,20r-89,0r0,106r131,0r0,19"},"F":{"d":"60,0r-24,0r0,-260r153,0r0,20r-129,0r0,95r94,0r0,20r-94,0r0,125"},"G":{"d":"206,-188r-22,4v-8,-33,-28,-60,-67,-60v-46,0,-76,44,-76,114v0,56,16,114,83,114v46,0,66,-36,61,-86r-65,0r0,-20r89,0r0,122r-21,0r0,-26v-15,20,-35,30,-71,30v-58,0,-100,-48,-100,-134v0,-86,45,-134,101,-134v48,0,79,32,88,76","w":240},"H":{"d":"36,0r0,-260r24,0r0,115r140,0r0,-115r24,0r0,260r-24,0r0,-125r-140,0r0,125r-24,0","w":259},"I":{"d":"38,0r0,-260r24,0r0,260r-24,0","w":100},"J":{"d":"0,-31r19,-11v14,38,76,38,76,-20r0,-198r24,0r0,205v6,70,-100,77,-119,24","w":159},"K":{"d":"36,0r0,-260r24,0r0,141r119,-141r29,0r-84,99r94,161r-27,0r-82,-143r-49,56r0,87r-24,0","w":219},"L":{"d":"36,0r0,-260r24,0r0,241r116,0r0,19r-140,0","w":180},"M":{"d":"60,0r-24,0r0,-260r42,0r72,220r72,-220r42,0r0,260r-24,0r-1,-240r-78,240r-22,0r-79,-240r0,240","w":299},"N":{"d":"36,0r0,-260r40,0r124,217r0,-217r24,0r0,260r-25,0r-139,-240r0,240r-24,0","w":259},"O":{"d":"120,-264v65,0,102,57,102,134v0,77,-37,134,-102,134v-65,0,-103,-57,-103,-134v0,-77,38,-134,103,-134xm120,-16v48,0,79,-41,79,-114v0,-73,-31,-114,-79,-114v-48,0,-79,41,-79,114v0,73,31,114,79,114","w":240},"P":{"d":"60,0r-24,0r0,-260r78,0v62,0,88,28,88,72v0,44,-26,73,-88,73r-54,0r0,115xm60,-240r0,105v58,3,125,1,119,-53v6,-53,-61,-55,-119,-52","w":219},"Q":{"d":"232,0r0,22v-23,0,-47,-9,-61,-33v-79,46,-154,-21,-154,-119v0,-77,38,-134,103,-134v106,0,131,175,67,239v11,19,22,25,45,25xm127,-57r0,-23v21,4,37,16,50,35v14,-19,22,-48,22,-85v0,-73,-31,-114,-79,-114v-48,0,-79,41,-79,114v0,92,55,138,120,101v-11,-19,-19,-26,-34,-28","w":240},"R":{"d":"60,-240r0,102v57,2,120,6,120,-51v0,-56,-63,-53,-120,-51xm150,-123r63,123r-25,0r-61,-119r-67,0r0,119r-24,0r0,-260r88,0v92,-7,110,121,26,137","w":240},"S":{"d":"12,-66r21,-7v5,69,126,81,126,5v0,-70,-140,-42,-140,-128v0,-39,27,-68,75,-68v41,0,71,23,83,63r-21,6v-7,-58,-113,-70,-114,-1v0,18,5,30,53,48v73,27,88,46,88,83v0,44,-37,69,-79,69v-50,0,-78,-22,-92,-70"},"T":{"d":"11,-240r0,-20r178,0r0,20r-77,0r0,240r-24,0r0,-240r-77,0"},"U":{"d":"36,-260r24,0r0,177v0,50,24,67,70,67v46,0,70,-17,70,-67r0,-177r24,0r0,175v0,59,-31,89,-94,89v-63,0,-94,-30,-94,-89r0,-175","w":259},"V":{"d":"87,0r-84,-260r25,0r71,226r73,-226r25,0r-86,260r-24,0"},"W":{"d":"75,0r-69,-260r24,0r56,217r52,-217r24,0r51,217r57,-217r24,0r-70,260r-23,0r-52,-214r-51,214r-23,0","w":299},"X":{"d":"85,-136r-76,-124r28,0r62,104r61,-104r28,0r-75,124r83,136r-28,0r-69,-114r-67,114r-28,0"},"Y":{"d":"87,0r0,-110r-80,-150r27,0r64,129r68,-129r27,0r-82,150r0,110r-24,0"},"Z":{"d":"28,-240r0,-20r154,0r0,20r-136,221r138,0r0,19r-167,0r0,-19r135,-221r-124,0"},"[":{"d":"32,-260r67,0r0,13r-46,0r0,260r46,0r0,13r-67,0r0,-286","w":119},"\\":{"d":"83,4r-87,-268r19,0r89,268r-21,0","w":100},"]":{"d":"88,26r-67,0r0,-13r46,0r0,-260r-46,0r0,-13r67,0r0,286","w":119},"^":{"d":"98,-260r19,0r79,153r-24,0r-65,-127r-63,127r-24,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"153,0r-21,0r-3,-23v-34,37,-120,42,-120,-22v0,-51,42,-61,120,-78v2,-33,-5,-51,-43,-51v-22,0,-40,12,-54,34r-14,-8v23,-60,132,-61,132,16v0,46,-3,90,3,132xm128,-45r0,-61v-86,19,-97,36,-97,60v0,54,70,31,97,1","w":180},"b":{"d":"33,0r0,-260r22,0r0,97v49,-59,132,-18,132,68v0,97,-87,127,-135,71r-4,24r-15,0xm55,-140r0,92v14,19,29,34,56,34v37,0,55,-34,55,-77v0,-49,-19,-83,-58,-83v-21,0,-46,21,-53,34"},"c":{"d":"162,-140r-20,5v-25,-62,-107,-51,-107,41v0,85,86,106,115,41r17,9v-16,27,-37,48,-73,48v-53,0,-81,-41,-81,-98v0,-107,123,-129,149,-46","w":180},"d":{"d":"167,-260r0,260r-15,0r-4,-24v-14,19,-34,28,-60,28v-49,0,-75,-35,-75,-99v0,-85,83,-127,132,-68r0,-97r22,0xm145,-48r0,-92v-7,-13,-31,-34,-52,-34v-39,0,-58,34,-58,83v0,43,17,77,54,77v27,0,42,-15,56,-34"},"e":{"d":"165,-93r-130,0v0,42,18,79,60,79v24,0,35,-7,54,-37r18,9v-39,78,-154,57,-154,-52v0,-58,29,-97,77,-97v51,0,75,40,75,98xm35,-110r108,0v-4,-39,-21,-64,-54,-64v-38,0,-54,39,-54,64","w":180},"f":{"d":"94,-170r-38,0r0,170r-21,0r0,-170r-31,0r0,-17r31,0v-7,-54,14,-89,68,-74r0,18v-23,-6,-49,-5,-47,27r0,29r38,0r0,17","w":100},"g":{"d":"173,-194r0,19v-10,0,-22,1,-30,9v8,10,14,21,14,39v1,57,-54,75,-103,60v-12,4,-17,11,-17,18v0,11,7,16,58,16v56,0,79,17,79,48v0,27,-21,51,-85,51v-64,0,-82,-22,-82,-44v0,-16,7,-30,33,-40v-37,-2,-27,-54,3,-57v-53,-34,-23,-116,47,-116v18,0,32,5,44,13v11,-11,24,-16,39,-16xm84,-14v-42,0,-55,16,-55,32v0,18,18,31,57,31v47,0,67,-13,67,-32v0,-15,-13,-31,-69,-31xm38,-126v0,32,22,47,48,47v30,0,49,-15,49,-47v0,-33,-19,-48,-49,-48v-30,0,-48,19,-48,48","w":180},"h":{"d":"51,0r-21,0r0,-260r21,0r0,102v33,-48,120,-47,120,30r0,128r-22,0r0,-126v0,-31,-9,-48,-38,-48v-23,0,-36,14,-60,36r0,138"},"i":{"d":"51,-187r0,187r-22,0r0,-187r22,0xm51,-228r-22,0r0,-32r22,0r0,32","w":79},"j":{"d":"-7,64r0,-18v15,5,36,5,36,-16r0,-217r22,0r0,217v1,35,-28,40,-58,34xm51,-228r-22,0r0,-32r22,0r0,32","w":79},"k":{"d":"51,0r-21,0r0,-260r21,0r0,172r87,-99r25,0r-61,70r70,117r-24,0r-60,-102r-37,42r0,60","w":180},"l":{"d":"29,0r0,-260r22,0r0,260r-22,0","w":79},"m":{"d":"51,0r-21,0r0,-187r21,0r0,28v25,-37,92,-47,108,2v24,-43,111,-52,111,17r0,140r-22,0r0,-142v-4,-55,-70,-28,-87,4r0,138r-22,0r0,-142v-4,-55,-70,-28,-88,4r0,138","w":299},"n":{"d":"51,0r-21,0r0,-187r21,0r0,29v33,-48,120,-47,120,30r0,128r-22,0r0,-126v0,-31,-9,-48,-38,-48v-23,0,-36,14,-60,36r0,138"},"o":{"d":"90,-174v-39,0,-55,29,-55,80v0,51,16,80,55,80v39,0,55,-29,55,-80v0,-51,-16,-80,-55,-80xm90,-191v58,0,77,46,77,97v0,51,-19,98,-77,98v-58,0,-77,-47,-77,-98v0,-51,19,-97,77,-97","w":180},"p":{"d":"33,66r0,-253r22,0r0,29v15,-22,33,-33,57,-33v49,0,75,47,75,98v0,97,-83,124,-132,69r0,90r-22,0xm55,-139r0,92v7,13,32,33,53,33v39,0,58,-30,58,-82v0,-39,-18,-78,-55,-78v-24,0,-38,16,-56,35"},"q":{"d":"167,-186r0,252r-22,0r0,-90v-49,59,-132,18,-132,-68v0,-96,86,-123,135,-70r4,-24r15,0xm145,-47r0,-91v-14,-19,-29,-34,-56,-34v-37,0,-54,33,-54,76v0,48,19,82,58,82v21,0,45,-20,52,-33"},"r":{"d":"50,0r-22,0r0,-187r22,0r0,35v12,-26,32,-42,64,-39r0,21v-35,-4,-64,24,-64,64r0,106","w":119},"s":{"d":"9,-34r16,-11v18,25,34,31,58,31v24,0,42,-15,42,-35v0,-54,-111,-24,-111,-91v-1,-66,105,-64,124,-17r-16,12v-13,-17,-27,-29,-49,-29v-21,0,-37,10,-37,33v0,46,110,19,110,92v0,67,-109,69,-137,15","w":159},"t":{"d":"4,-187r28,0r0,-61r21,0r0,61r41,0r0,17r-41,0r0,137v-2,23,24,21,41,15r0,18v-28,9,-62,3,-62,-29r0,-141r-28,0r0,-17","w":100},"u":{"d":"149,-187r22,0r0,187r-22,0r0,-30v-32,48,-119,49,-119,-29r0,-128r21,0r0,125v0,31,9,48,38,48v23,0,36,-13,60,-35r0,-138"},"v":{"d":"69,0r-64,-187r23,0r52,154r52,-154r23,0r-65,187r-21,0","w":159},"w":{"d":"55,0r-52,-187r21,0r42,150r43,-150r21,0r43,150r42,-150r22,0r-54,187r-21,0r-43,-150r-42,150r-22,0","w":240},"x":{"d":"80,-79r-50,79r-26,0r63,-99r-56,-88r26,0r43,67r43,-67r26,0r-56,88r63,99r-26,0","w":159},"y":{"d":"28,-187r52,152r52,-152r24,0r-70,200v-14,44,-35,59,-80,51r0,-18v36,8,47,0,63,-49r-65,-184r24,0","w":159},"z":{"d":"18,-170r0,-17r128,0r0,13r-108,157r111,0r0,17r-140,0r0,-14r108,-156r-99,0","w":159},"{":{"d":"16,-111r0,-12v59,-7,-30,-157,75,-141r0,13v-21,1,-32,-6,-32,24v0,42,12,105,-26,110v38,5,26,68,26,110v0,30,11,23,32,24r0,13v-34,3,-52,-5,-54,-41v-2,-35,15,-97,-21,-100","w":119},"|":{"d":"30,4r0,-268r20,0r0,268r-20,0","w":79},"}":{"d":"104,-123r0,12v-61,5,30,158,-76,141r0,-13v21,-1,33,6,33,-24v0,-42,-12,-105,26,-110v-38,-5,-24,-68,-26,-110v-1,-29,-12,-23,-33,-24r0,-13v35,-3,54,4,54,41v0,36,-15,98,22,100","w":119},"~":{"d":"67,-116v25,0,59,24,83,24v15,0,25,-12,34,-25r14,15v-8,15,-23,30,-49,30v-25,1,-60,-22,-83,-23v-15,0,-25,12,-34,25r-14,-15v8,-14,23,-31,49,-31","w":216},"'":{"d":"31,-179r0,-81r18,0r0,81r-18,0","w":79},"`":{"d":"-5,-258r28,0r40,50r-19,0","w":79},"\u00a0":{"w":100}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1989, 1990 Adobe Systems.
 All rights
 * reserved. This software is the property of Adobe Systems
 Incorporated and its
 * licensors, and may not be reproduced, used,
 displayed, modified, disclosed, or
 * transferred  without the express
 written approval of Adobe.

 The digitally
 * encoded machine readable outline data for producing
 the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype AG
 and/or its subsidiaries. All Rights
 * Reserved.
 This data is the property of Linotype AG and/or its subsidiaries
 and
 * may not be reproduced, used, displayed, modified, disclosed or
 transferred
 * without the express written approval of Linotype AG
 and/or its subsidiaries.
 */
Cufon.registerFont({"w":219,"face":{"font-family":"TradeGothic","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-3 -288 298 69","underline-thickness":"18","underline-position":"-36","stemv":"26","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":109},"!":{"d":"41,-260r38,0r-8,178r-23,0xm42,-40r35,0r0,40r-35,0r0,-40","w":119},"\"":{"d":"27,-163r0,-97r23,0r0,97r-23,0xm70,-163r0,-97r23,0r0,97r-23,0","w":119},"#":{"d":"90,-158r-7,55r48,0r8,-55r-49,0xm80,-83r-11,83r-23,0r12,-83r-36,0r0,-20r38,0r8,-55r-36,0r0,-20r39,0r11,-82r22,0r-11,82r49,0r11,-82r22,0r-11,82r34,0r0,20r-37,0r-7,55r34,0r0,20r-37,0r-11,83r-23,0r12,-83r-49,0"},"$":{"d":"99,-150r0,-88v-29,-1,-47,16,-47,40v0,32,24,43,47,48xm123,-116r0,94v26,-1,51,-18,51,-44v0,-32,-27,-42,-51,-50xm99,-260r0,-28r24,0r0,28v30,2,54,24,67,43r-19,15v-10,-17,-29,-32,-48,-36r0,94v50,16,77,35,77,76v0,40,-36,68,-77,68r0,45r-24,0r0,-45v-35,-1,-61,-26,-79,-47r21,-16v12,17,34,40,58,41r0,-101v-26,-6,-73,-23,-73,-71v0,-45,36,-66,73,-66"},"%":{"d":"238,-22v21,0,38,-16,38,-38v0,-22,-17,-37,-38,-37v-21,0,-37,15,-37,37v0,22,16,38,37,38xm238,0v-33,0,-60,-26,-60,-60v0,-34,27,-60,60,-60v33,0,60,26,60,60v0,34,-27,60,-60,60xm82,-140v-33,0,-60,-26,-60,-60v0,-34,27,-60,60,-60v33,0,60,26,60,60v0,34,-27,60,-60,60xm82,-163v21,0,38,-15,38,-37v0,-22,-17,-38,-38,-38v-21,0,-38,16,-38,38v0,22,17,37,38,37xm75,4r149,-268r21,0r-149,268r-21,0","w":320},"&":{"d":"109,-241v-42,2,-27,57,-13,77v18,-12,39,-31,39,-51v0,-16,-13,-26,-26,-26xm191,-131r24,6v-5,27,-17,59,-30,77v11,12,34,22,43,22r0,26v-24,2,-40,-10,-60,-26v-39,51,-152,35,-152,-45v0,-35,29,-61,56,-78v-28,-39,-31,-115,38,-115v30,0,53,18,53,49v0,30,-30,54,-54,71v17,31,40,58,58,78v8,-11,19,-37,24,-65xm45,-69v1,59,78,58,105,27v-24,-27,-47,-58,-66,-88v-21,14,-39,29,-39,61","w":240},"(":{"d":"73,-264r28,0v-69,84,-66,210,0,294r-27,0v-67,-83,-66,-210,-1,-294","w":119},")":{"d":"47,30r-28,0v69,-84,66,-210,0,-294r27,0v66,84,66,210,1,294","w":119},"*":{"d":"80,-196r-53,-8r6,-24r49,24r3,-2r-8,-54r24,0r-7,54v16,1,33,-17,50,-23r9,24r-53,11r-1,3r38,38r-20,15r-26,-48r-3,0r-26,48r-19,-14r38,-41","w":180},"+":{"d":"97,-105r0,-82r22,0r0,82r83,0r0,23r-83,0r0,82r-22,0r0,-82r-83,0r0,-23r83,0","w":216},",":{"d":"72,-40v4,43,-11,66,-22,93r-15,0r16,-53r-14,0r0,-40r35,0","w":109},"-":{"d":"105,-82r-91,0r0,-23r91,0r0,23","w":119},".":{"d":"37,-40r35,0r0,40r-35,0r0,-40","w":109},"\/":{"d":"81,-264r22,0r-84,268r-22,0","w":100},"0":{"d":"18,-130v0,-94,35,-134,92,-134v57,0,92,40,92,134v0,94,-35,134,-92,134v-57,0,-92,-40,-92,-134xm45,-130v0,79,23,111,65,111v42,0,64,-32,64,-111v0,-79,-22,-111,-64,-111v-42,0,-65,32,-65,111"},"1":{"d":"171,0r-115,0r0,-22r45,0r0,-212r-50,5r0,-17v29,-5,42,-21,76,-18r0,242r44,0r0,22"},"2":{"d":"193,-22r0,22r-169,0r0,-27v45,-91,142,-97,142,-167v0,-30,-20,-47,-53,-47v-37,0,-57,30,-61,56r-26,-5v8,-36,30,-74,88,-74v42,0,79,25,79,70v0,79,-114,101,-142,172r142,0"},"3":{"d":"12,-48r21,-14v20,27,44,43,71,43v38,0,62,-19,62,-50v0,-44,-40,-63,-99,-58r0,-23v53,3,89,-11,89,-48v0,-26,-22,-43,-47,-43v-32,0,-46,14,-63,36r-21,-15v18,-24,42,-44,84,-44v46,0,75,24,75,65v0,31,-21,50,-41,58v89,36,53,145,-39,145v-50,0,-80,-32,-92,-52"},"4":{"d":"204,-61r-45,0r0,61r-26,0r0,-61r-119,0r0,-23r107,-176r38,0r0,176r45,0r0,23xm133,-233r-92,149r92,0r0,-149"},"5":{"d":"180,-260r0,22r-111,0r-7,84v53,-47,137,-16,137,66v0,40,-24,92,-90,92v-44,0,-67,-25,-83,-50r23,-12v26,56,122,55,122,-30v0,-72,-93,-87,-113,-26r-22,-5r11,-141r133,0"},"6":{"d":"184,-248r-11,22v-58,-38,-124,-2,-124,94v39,-50,149,-42,149,52v0,55,-41,84,-84,84v-54,0,-92,-32,-92,-121v0,-82,36,-147,106,-147v28,0,48,9,56,16xm171,-79v2,-87,-121,-72,-121,-7v0,37,25,67,62,67v37,0,59,-25,59,-60"},"7":{"d":"158,-238r-131,0r0,-22r165,0r0,16r-110,244r-31,0"},"8":{"d":"204,-68v0,40,-30,72,-94,72v-64,0,-95,-32,-95,-72v-1,-34,28,-55,57,-71v-29,-11,-46,-33,-46,-60v0,-42,36,-65,84,-65v48,0,84,23,84,65v1,28,-19,48,-46,61v31,11,56,35,56,70xm42,-68v0,23,21,49,68,49v47,0,67,-26,67,-49v0,-30,-31,-45,-72,-59v-32,14,-63,29,-63,59xm166,-200v0,-56,-113,-55,-113,0v0,28,36,44,57,50v29,-7,56,-25,56,-50"},"9":{"d":"36,-12r11,-21v59,37,122,-2,124,-94v-39,50,-149,41,-149,-53v0,-55,40,-84,83,-84v54,0,93,32,93,121v0,82,-36,147,-106,147v-28,0,-48,-9,-56,-16xm49,-181v0,84,105,73,121,14v9,-90,-123,-98,-121,-14"},":":{"d":"72,0r-35,0r0,-40r35,0r0,40xm72,-104r-35,0r0,-40r35,0r0,40","w":109},";":{"d":"72,-40v4,43,-11,66,-22,93r-15,0r16,-53r-14,0r0,-40r35,0xm72,-104r-35,0r0,-40r35,0r0,40","w":109},"<":{"d":"199,-22r0,22r-182,-84r0,-20r182,-83r0,22r-157,71","w":216},"=":{"d":"202,-141r0,22r-188,0r0,-22r188,0xm202,-68r0,22r-188,0r0,-22r188,0","w":216},">":{"d":"17,-22r157,-72r-157,-71r0,-22r182,83r0,21r-182,83r0,-22","w":216},"?":{"d":"79,-82r-24,0v-10,-68,52,-82,54,-128v0,-14,-9,-31,-31,-31v-17,0,-27,8,-37,28r-22,-11v20,-57,117,-53,117,15v0,55,-68,66,-57,127xm49,-40r35,0r0,40r-35,0r0,-40","w":159},"@":{"d":"97,-111v0,21,8,35,25,35v33,0,58,-42,58,-71v0,-23,-13,-33,-26,-33v-35,0,-57,40,-57,69xm164,-73v-27,40,-96,21,-96,-34v0,-68,83,-140,124,-71r7,-21r24,0r-33,116v0,5,2,9,8,9v27,0,51,-40,51,-75v0,-58,-46,-91,-100,-91v-63,0,-107,49,-107,111v0,105,138,146,196,71r28,0v-23,41,-69,62,-117,62v-74,0,-133,-59,-133,-133v0,-76,60,-135,133,-135v67,0,123,46,123,111v0,70,-51,103,-83,103v-14,0,-24,-11,-25,-23","w":288},"A":{"d":"108,-240r-37,134r78,0r-37,-134r-4,0xm39,0r-30,0r80,-260r42,0r80,260r-30,0r-24,-81r-94,0"},"B":{"d":"163,-136v28,9,52,33,51,66v0,39,-23,70,-94,70r-81,0r0,-260r96,0v80,-3,99,102,28,124xm68,-124r0,100v54,1,117,4,117,-47v0,-50,-59,-57,-117,-53xm68,-235r0,87r50,0v78,5,81,-89,12,-87r-62,0","w":240},"C":{"d":"180,-83r26,5v-12,48,-39,82,-92,82v-58,0,-99,-43,-99,-134v0,-85,36,-134,99,-134v48,0,76,28,88,76r-26,8v-9,-37,-26,-59,-65,-59v-37,0,-67,34,-67,109v0,75,30,109,73,109v40,0,55,-30,63,-62"},"D":{"d":"65,-235r0,211v85,7,130,-19,129,-106v-1,-93,-47,-111,-129,-105xm36,0r0,-260v113,-9,187,15,187,130v0,76,-41,130,-119,130r-68,0","w":240},"E":{"d":"39,-260r156,0r0,25r-127,0r0,87r90,0r0,24r-90,0r0,100r134,0r0,24r-163,0r0,-260"},"F":{"d":"36,-260r154,0r0,25r-125,0r0,87r93,0r0,24r-93,0r0,124r-29,0r0,-260","w":200},"G":{"d":"124,-125r87,0r0,125r-23,0v-1,-7,2,-18,-1,-24v-13,18,-39,28,-68,28v-59,0,-102,-43,-102,-134v0,-153,159,-182,195,-57r-27,5v-13,-41,-35,-57,-65,-57v-38,0,-74,26,-74,109v0,83,36,109,74,109v51,0,67,-31,63,-79r-59,0r0,-25","w":240},"H":{"d":"192,-260r29,0r0,260r-29,0r0,-124r-124,0r0,124r-29,0r0,-260r29,0r0,112r124,0r0,-112","w":259},"I":{"d":"45,-260r29,0r0,260r-29,0r0,-260","w":119},"J":{"d":"95,-260r29,0r0,193v9,86,-93,86,-121,37r21,-14v16,28,71,39,71,-15r0,-201","w":159},"K":{"d":"71,-87r0,87r-29,0r0,-260r29,0r0,135r108,-135r34,0r-81,98r91,162r-33,0r-77,-138","w":240},"L":{"d":"191,0r-152,0r0,-260r29,0r0,236r123,0r0,24","w":200},"M":{"d":"261,0r-26,0r-1,-238r-73,238r-22,0r-74,-238r0,238r-26,0r0,-260r45,0r66,210r66,-210r45,0r0,260","w":299},"N":{"d":"65,0r-26,0r0,-260r41,0r115,200r0,-200r26,0r0,260r-24,0r-132,-232r0,232","w":259},"O":{"d":"47,-130v0,74,27,109,73,109v46,0,73,-35,73,-109v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109xm18,-130v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,87,-37,134,-101,134v-64,0,-102,-47,-102,-134","w":240},"P":{"d":"65,-235r0,95v54,3,121,0,112,-48v5,-51,-59,-49,-112,-47xm65,0r-29,0r0,-260r91,0v55,0,79,32,79,73v0,58,-65,78,-141,71r0,116"},"Q":{"d":"234,-7r0,28v-32,0,-44,-11,-58,-34v-78,46,-158,-4,-158,-117v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,43,-9,77,-26,99v9,17,21,24,39,24xm130,-57r0,-27v23,3,37,9,49,26v9,-17,14,-41,14,-72v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109v0,95,55,132,115,95v-9,-13,-17,-20,-32,-22","w":240},"R":{"d":"65,-235r0,92v53,1,112,5,112,-47v0,-54,-60,-44,-112,-45xm65,0r-29,0r0,-260r84,0v102,-11,111,118,34,136r56,124r-32,0r-52,-118r-61,0r0,118","w":240},"S":{"d":"187,-199r-26,5v-1,-49,-109,-66,-109,-5v0,57,146,42,146,126v0,38,-21,77,-87,77v-57,0,-79,-37,-93,-68r26,-9v10,27,30,52,68,52v38,0,58,-20,58,-47v0,-66,-147,-47,-147,-129v0,-37,32,-67,79,-67v40,0,71,22,85,65"},"T":{"d":"192,-235r-78,0r0,235r-28,0r0,-235r-78,0r0,-25r184,0r0,25","w":200},"U":{"d":"39,-260r29,0r0,184v0,30,21,55,62,55v41,0,62,-25,62,-55r0,-184r29,0r0,182v0,52,-37,82,-91,82v-54,0,-91,-30,-91,-82r0,-182","w":259},"V":{"d":"87,0r-81,-260r29,0r65,213r65,-213r29,0r-81,260r-26,0","w":200},"W":{"d":"73,0r-63,-260r27,0r49,207r51,-207r25,0r53,207r47,-207r28,0r-62,260r-25,0r-54,-210r-51,210r-25,0","w":299},"X":{"d":"99,-107r-61,107r-33,0r78,-136r-73,-124r33,0r56,95r55,-95r33,0r-71,124r79,136r-33,0","w":200},"Y":{"d":"86,0r0,-109r-80,-151r31,0r63,119r63,-119r31,0r-80,151r0,109r-28,0","w":200},"Z":{"d":"184,-24r0,24r-168,0r0,-21r131,-214r-119,0r0,-25r155,0r0,19r-133,217r134,0","w":200},"[":{"d":"27,27r0,-287r74,0r0,15r-48,0r0,257r48,0r0,15r-74,0","w":119},"\\":{"d":"-3,-264r22,0r84,268r-22,0","w":100},"]":{"d":"93,-260r0,287r-74,0r0,-15r48,0r0,-257r-48,0r0,-15r74,0","w":119},"^":{"d":"40,-100r-23,0r81,-160r20,0r81,160r-23,0r-68,-135","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"43,-139r-22,-12v18,-49,134,-62,135,16v1,42,-4,101,4,135r-27,0r-3,-26v-23,37,-115,47,-115,-22v0,-41,32,-61,115,-76v3,-31,-13,-45,-39,-44v-29,0,-43,16,-48,29xm130,-50r0,-51v-59,10,-89,27,-89,53v0,49,67,27,89,-2","w":180},"b":{"d":"58,-169v51,-44,126,-25,126,75v0,105,-80,119,-131,74r-5,20r-18,0v5,-83,1,-174,2,-260r26,0r0,91xm58,-143r0,99v41,47,100,27,100,-48v0,-86,-60,-93,-100,-51","w":200},"c":{"d":"159,-140r-24,9v-7,-23,-22,-37,-44,-37v-32,0,-51,26,-51,74v0,81,73,101,103,41r20,9v-19,32,-35,48,-72,48v-47,0,-77,-38,-77,-98v0,-60,30,-97,77,-97v39,0,56,22,68,51","w":180},"d":{"d":"17,-94v2,-101,74,-117,126,-75r0,-91r25,0r2,260r-24,0r-3,-18v-46,43,-128,26,-126,-76xm143,-44r0,-99v-41,-42,-101,-36,-101,51v0,76,60,95,101,48","w":200},"e":{"d":"148,-50r20,10v-12,21,-30,44,-72,44v-42,0,-82,-30,-82,-98v0,-116,149,-138,148,-12r0,17r-122,0v-4,72,80,93,108,39xm41,-111r95,0v0,-35,-17,-57,-45,-57v-31,0,-48,22,-50,57","w":180},"f":{"d":"67,0r-26,0r0,-165r-31,0r0,-22r31,0v-5,-59,15,-89,69,-75r0,23v-22,-3,-46,-6,-43,24r0,28r41,0r0,22r-41,0r0,165","w":119},"g":{"d":"173,-194r0,26v-11,0,-23,2,-29,5v38,48,-18,129,-89,98v-19,3,-19,31,1,31v89,0,117,16,117,53v0,27,-27,50,-85,50v-82,0,-108,-57,-49,-83v-34,-11,-28,-48,2,-59v-51,-35,-21,-118,45,-118v20,0,34,4,46,13v11,-8,27,-15,41,-16xm149,20v0,-18,-19,-28,-65,-28v-41,0,-52,18,-52,31v0,14,8,24,60,24v31,0,57,-9,57,-27xm132,-124v0,-27,-15,-44,-47,-44v-30,0,-45,19,-45,43v0,25,19,43,48,43v30,0,44,-20,44,-42","w":180},"h":{"d":"32,-260r26,0r1,98v30,-41,109,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-260","w":200},"i":{"d":"37,0r0,-187r26,0r0,187r-26,0xm37,-264r26,0r0,31r-26,0r0,-31","w":100},"j":{"d":"42,-187r26,0r0,217v3,31,-32,47,-60,35r0,-21v14,6,34,4,34,-16r0,-215xm68,-264r0,31r-26,0r0,-31r26,0","w":100},"k":{"d":"30,0r0,-260r26,0r1,167r75,-94r32,0r-55,69r62,118r-31,0r-49,-96r-35,40r0,56r-26,0","w":180},"l":{"d":"37,-260r26,0r0,260r-26,0r0,-260","w":100},"m":{"d":"55,-162v26,-36,87,-39,104,1v17,-18,38,-30,60,-30v25,0,51,11,51,57r0,134r-26,0r0,-134v-1,-57,-64,-31,-81,-6r0,140r-26,0r0,-134v-1,-57,-65,-30,-82,-6r0,140r-25,0r0,-187r25,0r0,25","w":299},"n":{"d":"32,-187r26,0v1,8,-2,19,1,25v30,-41,109,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-187","w":200},"o":{"d":"141,-94v0,-48,-20,-74,-51,-74v-31,0,-51,26,-51,74v0,48,20,75,51,75v31,0,51,-27,51,-75xm167,-94v0,54,-26,98,-77,98v-51,0,-77,-44,-77,-98v0,-54,26,-97,77,-97v51,0,77,43,77,97","w":180},"p":{"d":"184,-94v0,100,-75,120,-126,76r0,87r-26,0r0,-256r26,0r0,22v45,-49,126,-31,126,71xm58,-143r0,98v39,43,100,37,100,-50v0,-75,-60,-95,-100,-48","w":200},"q":{"d":"143,-18v-52,43,-126,25,-126,-76v0,-103,80,-119,126,-73r5,-20r20,0r0,256r-25,0r0,-87xm143,-45r0,-98v-41,-47,-101,-27,-101,48v0,87,61,93,101,50","w":200},"r":{"d":"25,0r0,-187r26,0v1,12,-2,27,1,37v14,-26,30,-40,61,-40r0,26v-32,1,-50,21,-62,60r0,104r-26,0","w":119},"s":{"d":"9,-32r20,-16v14,35,94,40,94,-2v0,-48,-110,-22,-109,-90v1,-63,101,-64,126,-18r-18,16v-14,-18,-28,-26,-48,-26v-22,0,-34,10,-34,27v0,41,109,20,109,90v0,72,-110,67,-140,19","w":159},"t":{"d":"6,-187r31,0r0,-62r26,0r0,62r43,0r0,22r-43,0r0,133v-3,16,30,14,44,11r0,22v-24,5,-78,8,-70,-28r0,-138r-31,0r0,-22","w":119},"u":{"d":"168,0r-26,0v-1,-8,2,-19,-1,-25v-30,41,-109,44,-109,-26r0,-136r26,0r0,135v1,56,66,29,84,5r0,-140r26,0r0,187","w":200},"v":{"d":"154,-187r-56,187r-35,0r-57,-187r26,0r48,155r48,-155r26,0","w":159},"w":{"d":"57,0r-51,-187r26,0r39,144r36,-144r27,0r38,145r36,-145r26,0r-50,187r-26,0r-38,-145r-37,145r-26,0","w":240},"x":{"d":"38,-187r41,66r39,-66r29,0r-52,89r61,98r-30,0r-47,-77r-46,77r-29,0r59,-98r-54,-89r29,0","w":159},"y":{"d":"127,-187r27,0r-66,204v-19,49,-42,56,-82,50r0,-21v31,2,49,4,63,-44r-65,-189r28,0r51,143","w":159},"z":{"d":"149,-22r0,22r-138,0r0,-19r102,-146r-92,0r0,-22r127,0r0,19r-102,146r103,0","w":159},"{":{"d":"17,-109r0,-15v62,-6,-29,-157,78,-140r0,16v-18,-1,-29,0,-29,20v0,43,15,107,-27,112v44,3,27,69,27,111v0,20,11,21,29,20r0,15v-34,3,-55,-5,-55,-39v0,-36,14,-98,-23,-100","w":119},"|":{"d":"29,4r0,-268r22,0r0,268r-22,0","w":79},"}":{"d":"103,-124r0,15v-62,5,30,157,-79,139r0,-15v18,1,30,1,30,-20v0,-43,-15,-107,27,-112v-44,-3,-27,-69,-27,-111v0,-20,-12,-21,-30,-20r0,-16v35,-3,56,6,56,40v0,36,-14,98,23,100","w":119},"~":{"d":"70,-117v24,-1,57,23,77,24v14,0,23,-13,31,-25r14,15v-12,16,-24,32,-46,32v-36,0,-90,-50,-108,2r-14,-16v9,-17,22,-32,46,-32","w":216},"'":{"d":"29,-163r0,-97r22,0r0,97r-22,0","w":79},"`":{"d":"2,-260r39,0r32,51r-24,0","w":100},"\u00a0":{"w":109}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 *  Typefaces licensed to you is copyrighted (c) 1989, 1990 Adobe Systems.
 *  All rights reserved. This software is the property of Adobe Systems
 *  Incorporated and its licensors, and may not be reproduced, used,
 *  displayed, modified, disclosed, or transferred  without the express
 *  written approval of Adobe.
 * 
 *  The digitally encoded machine readable outline data for producing
 *  the Typefaces licensed to you is copyrighted (c) 1981 Linotype AG
 *  and/or its subsidiaries. All Rights Reserved.
 *  This data is the property of Linotype AG and/or its subsidiaries
 *  and may not be reproduced, used, displayed, modified, disclosed or
 *  transferred without the express written approval of Linotype AG
 *  and/or its subsidiaries.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"TradeGothic","font-weight":200,"font-style":"oblique","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-21 -285 351 66.0474","underline-thickness":"18","underline-position":"-36","stemv":"22","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"82,-260r31,0r-46,180r-18,0xm55,0r-31,0r8,-32r31,0","w":79},"\"":{"d":"71,-179r18,-81r18,0r-18,81r-18,0xm111,-179r18,-81r18,0r-18,81r-18,0","w":119},"#":{"d":"203,-102r-4,17r-40,0r-31,85r-17,0r30,-85r-53,0r-31,85r-17,0r30,-85r-42,0r4,-17r44,0r21,-56r-42,0r3,-18r45,0r31,-84r18,0r-31,84r53,0r31,-84r18,0r-31,84r38,0r-4,18r-40,0r-21,56r38,0xm168,-158r-53,0r-21,56r53,0"},"$":{"d":"149,-260r6,-25r17,0r-5,25v32,1,54,24,58,43v-1,0,-16,11,-18,12v-7,-21,-21,-34,-44,-37r-23,101v34,10,72,28,62,73v-10,44,-53,68,-93,68r-9,43r-18,0r10,-43v-35,-1,-62,-21,-70,-53r20,-11v6,26,24,47,54,47r23,-107v-32,-10,-65,-28,-56,-70v10,-44,45,-65,86,-66xm124,-146r22,-97v-28,0,-57,19,-63,48v-7,32,16,42,41,49xm136,-120r-23,103v30,0,63,-22,70,-52v7,-31,-23,-42,-47,-51"},"%":{"d":"146,-260v32,0,53,27,46,59v-7,32,-40,59,-72,59v-32,0,-53,-27,-46,-59v7,-32,40,-59,72,-59xm142,-243v-46,-5,-77,81,-18,84v46,5,77,-81,18,-84xm258,-118v32,0,53,27,46,59v-7,32,-41,59,-73,59v-32,0,-52,-27,-45,-59v7,-32,40,-59,72,-59xm254,-101v-46,-6,-78,81,-19,84v46,6,78,-81,19,-84xm305,-264r-213,268r-18,0r212,-268r19,0","w":320},"&":{"d":"53,-62v-7,31,18,46,45,46v31,0,53,-16,64,-25v-14,-16,-38,-65,-47,-89v-32,16,-54,33,-62,68xm161,-244v-32,0,-50,55,-31,85v27,-13,49,-35,54,-56v4,-16,-3,-29,-23,-29xm221,-122r22,4v-12,28,-29,54,-50,77v9,12,21,22,39,23r-5,22v-23,-1,-41,-13,-54,-29v-47,42,-159,44,-143,-38v7,-38,29,-57,78,-86v-25,-50,5,-115,58,-115v30,0,48,19,41,50v-8,35,-39,56,-70,75v14,28,26,58,43,82v17,-20,31,-42,41,-65","w":240},"(":{"d":"159,-264v-78,78,-124,176,-65,294r-26,0v-52,-117,-8,-217,65,-294r26,0","w":119},")":{"d":"13,30v78,-78,124,-176,65,-294r26,0v51,117,7,217,-65,294r-26,0","w":119},"*":{"d":"158,-260r-16,51r52,-19r1,18r-53,12r25,37r-19,13r-15,-45r-35,45r-13,-11r42,-39r-49,-11r10,-19r44,19r6,-51r20,0","w":180},"+":{"d":"121,-103r19,-84r19,0r-18,84r84,0r-5,19r-84,0r-18,84r-20,0r19,-84r-84,0r4,-19r84,0","w":216},",":{"d":"42,-32r31,0v-4,38,-26,59,-42,86r-14,0r33,-54r-15,0","w":100},"-":{"d":"123,-84r-89,0r4,-19r90,0","w":119},".":{"d":"66,0r-31,0r7,-32r31,0","w":100},"\/":{"d":"163,-264r-147,268r-21,0r148,-268r20,0","w":100},"0":{"d":"159,-264v63,0,76,61,60,134v-16,73,-57,134,-120,134v-63,0,-76,-61,-60,-134v16,-73,57,-134,120,-134xm154,-244v-47,0,-76,46,-91,114v-15,68,-6,114,41,114v47,0,76,-46,91,-114v15,-68,6,-114,-41,-114"},"1":{"d":"160,0r-112,0r5,-19r44,0r49,-219r-52,8r3,-14v26,-6,45,-20,78,-20r-54,245r43,0"},"2":{"d":"81,-185r-20,-4v19,-47,57,-75,101,-75v47,0,70,28,60,73v1,61,-160,118,-180,172r142,0r-4,19r-164,0v8,-46,19,-50,115,-117v57,-40,63,-46,69,-73v7,-31,-5,-54,-45,-54v-31,0,-57,20,-74,59"},"3":{"d":"16,-48r21,-11v8,33,26,43,60,43v44,0,68,-20,77,-57v11,-45,-32,-59,-87,-55r5,-20v54,3,94,-9,102,-50v7,-32,-12,-46,-47,-46v-24,0,-44,11,-67,34r-14,-12v31,-30,59,-42,87,-42v33,0,76,15,65,64v-7,30,-22,47,-55,61v26,11,43,30,35,66v-12,55,-55,77,-106,77v-42,0,-69,-17,-76,-52"},"4":{"d":"177,-238r-129,153r98,0r34,-153r-3,0xm20,-66r4,-18r153,-176r31,0r-38,175r39,0r-4,19r-40,0r-14,66r-24,0r15,-66r-122,0"},"5":{"d":"71,-118r-18,-3r42,-139r129,0r-4,20r-112,0r-27,90v19,-15,41,-23,64,-23v50,0,70,40,60,87v-12,52,-52,90,-111,90v-32,0,-59,-17,-67,-49r22,-13v8,30,24,42,52,42v46,0,73,-33,82,-68v21,-81,-80,-89,-112,-34"},"6":{"d":"232,-242r-15,18v-63,-62,-147,32,-152,96v22,-19,51,-35,78,-35v53,0,75,38,64,86v-11,50,-59,81,-106,81v-72,0,-72,-65,-61,-125v15,-84,105,-189,192,-121xm106,-16v72,0,122,-125,28,-127v-38,0,-74,41,-76,50v-10,47,8,77,48,77"},"7":{"d":"73,-240r4,-20r161,0r-3,14r-165,246r-26,0r164,-240r-135,0"},"8":{"d":"159,-264v49,0,76,22,66,66v-6,28,-28,49,-63,61v96,44,24,141,-63,141v-54,0,-87,-19,-76,-71v6,-26,27,-50,76,-70v-30,-12,-42,-33,-36,-61v10,-44,47,-66,96,-66xm47,-67v-8,35,19,51,57,51v38,0,71,-16,79,-51v6,-28,-16,-43,-55,-60v-46,17,-75,32,-81,60xm87,-199v-6,28,15,44,45,53v34,-9,64,-25,70,-53v7,-31,-14,-45,-48,-45v-34,0,-60,14,-67,45"},"9":{"d":"22,-18r15,-18v11,13,23,20,46,20v60,0,94,-58,106,-114v-22,20,-51,36,-78,36v-53,0,-74,-41,-65,-83v12,-55,60,-87,107,-87v72,0,74,65,61,125v-15,66,-54,143,-129,143v-28,0,-48,-8,-63,-22xm70,-179v-8,37,8,65,49,65v38,0,75,-42,77,-51v11,-49,-8,-79,-48,-79v-40,0,-69,25,-78,65"},":":{"d":"66,0r-31,0r7,-32r31,0xm90,-109r-31,0r7,-33r31,0","w":100},";":{"d":"42,-32r31,0v-4,38,-26,59,-42,86r-14,0r33,-54r-15,0xm90,-109r-31,0r7,-33r31,0","w":100},"<":{"d":"206,-19r-5,21r-168,-86r4,-20r207,-85r-5,21r-179,74","w":216},"=":{"d":"232,-139r-4,19r-187,0r4,-19r187,0xm217,-67r-5,19r-187,0r4,-19r188,0","w":216},">":{"d":"14,2r5,-21r179,-75r-146,-74r4,-21r169,85r-5,20","w":216},"?":{"d":"75,-210r-16,-9v16,-27,38,-45,69,-45v31,0,56,20,47,59v-13,54,-87,64,-89,126r-20,0v1,-62,71,-75,86,-131v6,-22,-8,-34,-28,-34v-24,0,-40,19,-49,34xm73,0r-31,0r7,-32r31,0","w":140},"@":{"d":"137,-68v34,0,73,-55,80,-88v4,-17,-7,-35,-21,-35v-37,0,-75,51,-83,86v-5,22,6,37,24,37xm181,-75v-14,12,-34,26,-53,26v-30,0,-43,-25,-37,-54v11,-51,59,-107,111,-107v17,0,29,9,32,31r15,-24r19,0r-68,127v-1,6,1,10,7,10v29,0,70,-46,79,-87v13,-57,-28,-95,-81,-95v-65,0,-127,55,-141,119v-14,64,27,117,90,117v36,0,78,-19,106,-50r19,0v-31,41,-83,66,-129,66v-76,0,-120,-61,-104,-135v16,-73,90,-133,162,-133v68,0,110,48,96,112v-12,55,-67,103,-104,103v-13,0,-22,-9,-19,-26","w":288},"A":{"d":"90,-104r87,0r-14,-136xm9,0r141,-260r36,0r25,260r-26,0r-7,-85r-98,0r-46,85r-25,0","w":219},"B":{"d":"88,-125r-24,106v67,2,131,4,140,-54v5,-30,-10,-52,-62,-52r-54,0xm113,-240r-21,95v61,-1,112,9,128,-48v16,-55,-53,-47,-107,-47xm36,0r58,-260v73,-2,173,-6,150,65v-9,27,-20,44,-49,56v26,13,39,35,32,68v-15,82,-100,71,-191,71","w":240},"C":{"d":"242,-188r-23,4v-3,-38,-19,-60,-50,-60v-51,0,-85,50,-99,114v-14,64,-3,114,51,114v42,0,64,-29,80,-63r21,4v-20,46,-51,79,-105,79v-63,0,-89,-54,-71,-134v18,-80,67,-134,130,-134v46,0,64,34,66,76","w":219},"D":{"d":"113,-240r-49,221v97,8,142,-21,164,-111v23,-92,-26,-119,-115,-110xm36,0r58,-260r73,0v81,0,99,61,84,130v-15,69,-61,130,-142,130r-73,0","w":240},"E":{"d":"191,0r-155,0r58,-260r148,0r-4,20r-125,0r-21,95r89,0r-4,20r-89,0r-24,106r131,0"},"F":{"d":"60,0r-24,0r58,-260r152,0r-4,20r-129,0r-21,95r94,0r-5,20r-93,0"},"G":{"d":"248,-188r-24,4v-1,-33,-14,-60,-53,-60v-46,0,-85,44,-101,114v-12,56,-9,114,58,114v47,0,74,-41,80,-86r-66,0r4,-20r90,0r-27,122r-21,0v1,-8,6,-19,5,-26v-20,20,-41,30,-77,30v-58,0,-89,-48,-70,-134v19,-86,75,-134,131,-134v48,0,72,32,71,76","w":240},"H":{"d":"36,0r58,-260r23,0r-25,115r140,0r26,-115r24,0r-58,260r-24,0r28,-125r-140,0r-28,125r-24,0","w":259},"I":{"d":"38,0r58,-260r24,0r-58,260r-24,0","w":100},"J":{"d":"7,-31r21,-11v6,18,13,26,36,26v23,0,38,-14,45,-46r44,-198r23,0r-45,205v-6,63,-106,83,-124,24","w":159},"K":{"d":"36,0r58,-260r23,0r-31,141r150,-141r29,0r-106,99r59,161r-27,0r-51,-143r-61,56r-19,87r-24,0","w":219},"L":{"d":"36,0r58,-260r23,0r-53,241r116,0r-4,19r-140,0","w":180},"M":{"d":"60,0r-24,0r58,-260r41,0r24,220r121,-220r42,0r-58,260r-24,0r53,-240r-132,240r-22,0r-26,-240","w":299},"N":{"d":"36,0r58,-260r40,0r76,217r48,-217r24,0r-58,260r-25,0r-86,-240r-53,240r-24,0","w":259},"O":{"d":"178,-264v65,0,90,57,73,134v-17,77,-67,134,-132,134v-65,0,-90,-57,-73,-134v17,-77,67,-134,132,-134xm123,-16v48,0,89,-41,105,-114v16,-73,-6,-114,-54,-114v-48,0,-88,41,-104,114v-16,73,5,114,53,114","w":240},"P":{"d":"60,0r-24,0r58,-260r78,0v62,0,80,28,72,72v-11,61,-76,80,-159,73xm113,-240r-23,105v64,3,124,-1,130,-53v19,-55,-51,-54,-107,-52","w":219},"Q":{"d":"232,0r-5,22v-23,0,-46,-9,-54,-33v-17,10,-35,15,-54,15v-65,0,-90,-57,-73,-134v17,-77,67,-134,132,-134v65,0,90,57,73,134v-10,44,-30,81,-58,105v7,19,16,25,39,25xm139,-57r5,-23v20,4,34,16,43,35v18,-19,33,-48,41,-85v16,-73,-6,-114,-54,-114v-48,0,-86,41,-104,114v-23,96,32,137,97,101v-7,-19,-14,-26,-28,-28","w":240},"R":{"d":"113,-240r-23,102v63,2,119,3,132,-51v14,-58,-54,-53,-109,-51xm177,-123r36,123r-25,0r-35,-119r-67,0r-26,119r-24,0r58,-260r87,0v51,0,74,29,65,71v-8,34,-30,57,-69,66","w":240},"S":{"d":"26,-66r24,-7v1,40,20,57,61,57v32,0,56,-21,63,-52v15,-70,-131,-42,-112,-128v9,-39,42,-68,90,-68v41,0,66,23,69,63r-22,6v-3,-29,-18,-49,-51,-49v-30,0,-55,17,-62,48v-4,18,-2,30,42,48v67,27,78,46,70,83v-10,44,-53,69,-95,69v-50,0,-73,-22,-77,-70"},"T":{"d":"64,-240r5,-20r178,0r-5,20r-77,0r-53,240r-24,0r54,-240r-78,0"},"U":{"d":"94,-260r23,0r-39,177v-11,50,9,67,55,67v46,0,75,-17,86,-67r39,-177r24,0r-39,175v-13,59,-51,89,-114,89v-63,0,-87,-30,-74,-89","w":259},"V":{"d":"87,0r-26,-260r25,0r21,226r123,-226r25,0r-144,260r-24,0"},"W":{"d":"75,0r-12,-260r25,0r8,217r100,-217r23,0r4,217r104,-217r24,0r-127,260r-23,0r-5,-214r-98,214r-23,0","w":299},"X":{"d":"115,-136r-48,-124r28,0r39,104r84,-104r28,0r-102,124r52,136r-28,0r-43,-114r-93,114r-28,0"},"Y":{"d":"87,0r24,-110r-46,-150r26,0r36,129r97,-129r27,0r-116,150r-24,110r-24,0"},"Z":{"d":"81,-240r4,-20r154,0r-4,20r-185,221r138,0r-4,19r-167,0r4,-19r185,-221r-125,0"},"[":{"d":"89,-260r67,0r-3,13r-45,0r-58,260r46,0r-3,13r-67,0","w":119},"\\":{"d":"82,4r-28,-268r20,0r30,268r-22,0","w":100},"]":{"d":"82,26r-67,0r3,-13r46,0r57,-260r-45,0r3,-13r67,0","w":119},"^":{"d":"156,-260r19,0r44,153r-23,0r-37,-127r-91,127r-24,0","w":216},"_":{"d":"170,45r-180,0r4,-18r180,0","w":180},"a":{"d":"153,0r-21,0r2,-23v-26,18,-45,27,-74,27v-29,0,-48,-18,-41,-49v11,-51,56,-61,138,-78v6,-29,8,-53,-32,-51v-22,0,-44,12,-62,34r-12,-8v23,-30,48,-43,78,-43v102,0,21,118,24,191xm138,-45r14,-61v-90,19,-106,36,-111,60v-5,21,7,32,26,32v20,0,48,-12,71,-31","w":180},"b":{"d":"33,0r58,-260r21,0r-21,97v23,-19,40,-28,65,-28v44,0,64,41,52,96v-14,64,-48,99,-97,99v-26,0,-45,-9,-54,-28r-9,24r-15,0xm86,-140r-21,92v10,19,22,34,49,34v37,0,62,-34,72,-77v11,-49,-1,-83,-40,-83v-21,0,-50,21,-60,34"},"c":{"d":"193,-140r-21,5v-5,-22,-15,-39,-40,-39v-35,0,-64,22,-77,80v-11,48,5,80,42,80v27,0,44,-15,64,-39r16,9v-22,27,-48,48,-84,48v-53,0,-72,-41,-59,-98v14,-64,54,-97,102,-97v35,0,53,20,57,51","w":180},"d":{"d":"225,-260r-58,260r-15,0r2,-24v-18,19,-41,28,-67,28v-49,0,-65,-35,-53,-99v15,-77,98,-132,148,-68r21,-97r22,0xm156,-48r20,-92v-4,-13,-24,-34,-45,-34v-39,0,-65,34,-76,83v-10,43,0,77,37,77v27,0,46,-15,64,-34"},"e":{"d":"185,-93r-130,0v-9,42,1,79,43,79v24,0,38,-7,63,-37r15,9v-47,72,-172,65,-142,-52v15,-58,50,-97,98,-97v51,0,66,40,53,98xm59,-110r109,0v4,-39,-7,-64,-40,-64v-38,0,-63,39,-69,64","w":180},"f":{"d":"132,-170r-38,0r-38,170r-21,0r37,-170r-31,0r4,-17r31,0v6,-48,29,-91,85,-74r-4,18v-25,-7,-48,-4,-53,27r-6,29r38,0","w":100},"g":{"d":"216,-194r-4,19v-10,0,-23,1,-32,9v25,64,-44,126,-111,99v-13,4,-19,11,-21,18v-2,11,3,16,54,16v56,0,76,17,69,48v-6,27,-33,51,-97,51v-101,0,-87,-61,-30,-84v-13,-3,-23,-9,-19,-25v4,-16,21,-29,35,-32v-46,-47,12,-116,73,-116v18,0,30,5,40,13v13,-11,28,-16,43,-16xm87,-14v-73,0,-91,63,-12,63v47,0,70,-13,74,-32v3,-15,-6,-31,-62,-31xm66,-126v-7,32,12,47,38,47v30,0,52,-15,59,-47v7,-33,-8,-48,-38,-48v-30,0,-53,19,-59,48","w":180},"h":{"d":"51,0r-21,0r57,-260r22,0r-23,102v25,-21,44,-33,71,-33v39,0,51,22,42,63r-28,128r-22,0r28,-126v7,-31,1,-48,-28,-48v-23,0,-38,14,-67,36"},"i":{"d":"92,-187r-41,187r-22,0r42,-187r21,0xm101,-228r-21,0r7,-32r21,0","w":79},"j":{"d":"-21,64r4,-18v17,6,36,3,40,-16r48,-217r21,0r-48,217v-7,34,-32,40,-65,34xm101,-228r-21,0r7,-32r21,0","w":79},"k":{"d":"51,0r-21,0r57,-260r22,0r-38,172r108,-99r25,0r-76,70r44,117r-24,0r-37,-102r-46,42","w":180},"l":{"d":"29,0r58,-260r21,0r-57,260r-22,0","w":79},"m":{"d":"51,0r-21,0r41,-187r22,0r-7,28v24,-20,41,-32,70,-32v21,0,36,13,37,34v21,-20,43,-34,70,-34v33,0,45,18,38,51r-31,140r-22,0r32,-142v5,-21,-5,-32,-26,-32v-17,0,-47,18,-63,36r-30,138r-22,0r31,-142v5,-21,-4,-32,-25,-32v-17,0,-47,18,-63,36","w":299},"n":{"d":"51,0r-21,0r41,-187r22,0r-7,29v25,-21,44,-33,71,-33v39,0,51,22,42,63r-28,128r-22,0r28,-126v7,-31,1,-48,-28,-48v-23,0,-38,14,-67,36"},"o":{"d":"128,-174v-39,0,-62,29,-73,80v-11,51,-1,80,38,80v39,0,62,-29,73,-80v11,-51,1,-80,-38,-80xm132,-191v58,0,67,46,56,97v-11,51,-41,98,-99,98v-58,0,-66,-47,-55,-98v11,-51,40,-97,98,-97","w":180},"p":{"d":"18,66r57,-253r21,0v-1,9,-6,22,-5,29v20,-22,39,-33,63,-33v49,0,65,47,54,98v-14,65,-51,97,-95,97v-25,0,-39,-9,-53,-28r-20,90r-22,0xm86,-139r-21,92v4,13,25,33,46,33v39,0,65,-30,76,-82v9,-39,-1,-78,-38,-78v-24,0,-40,16,-63,35"},"q":{"d":"208,-186r-56,252r-21,0r20,-90v-23,19,-40,28,-65,28v-44,0,-65,-41,-53,-96v14,-63,48,-97,97,-97v26,0,42,10,54,27r9,-24r15,0xm156,-47r20,-91v-10,-19,-22,-34,-49,-34v-67,0,-113,157,-31,158v21,0,50,-20,60,-33"},"r":{"d":"50,0r-22,0r42,-187r21,0v-2,11,-8,26,-7,35v18,-25,39,-41,72,-39r-4,21v-37,-3,-70,24,-79,64","w":119},"s":{"d":"17,-34r18,-11v17,48,91,37,100,-4v12,-54,-103,-24,-90,-91v11,-59,110,-69,128,-17r-19,12v-12,-38,-78,-40,-87,4v-10,46,106,19,90,92v-12,60,-116,74,-140,15","w":159},"t":{"d":"45,-187r28,0r14,-61r21,0r-13,61r41,0r-4,17r-41,0r-30,137v-8,24,21,20,37,15r-4,18v-28,9,-63,5,-56,-29r31,-141r-28,0","w":100},"u":{"d":"191,-187r21,0r-41,187r-22,0r7,-30v-25,21,-45,34,-72,34v-39,0,-50,-22,-41,-63r28,-128r22,0r-28,125v-7,31,-2,48,27,48v23,0,39,-13,68,-35"},"v":{"d":"69,0r-22,-187r23,0r17,154r86,-154r23,0r-106,187r-21,0","w":159},"w":{"d":"55,0r-11,-187r22,0r8,150r77,-150r21,0r9,150r75,-150r23,0r-96,187r-21,0r-10,-150r-75,150r-22,0","w":240},"x":{"d":"97,-79r-67,79r-26,0r85,-99r-37,-88r26,0r28,67r59,-67r26,0r-76,88r41,99r-26,0","w":159},"y":{"d":"70,-187r18,152r86,-152r23,0r-114,200v-24,43,-44,59,-91,51r3,-18v39,9,47,-1,75,-49r-24,-184r24,0","w":159},"z":{"d":"55,-170r4,-17r128,0r-3,13r-142,157r111,0r-4,17r-140,0r3,-14r143,-156r-100,0","w":159},"{":{"d":"40,-111r3,-12v63,-12,6,-158,107,-141r-3,13v-24,0,-31,-4,-38,24v-10,40,-10,104,-50,110v39,12,7,77,2,110v-4,30,6,23,27,24r-3,13v-34,3,-54,-5,-45,-41r15,-70v4,-19,2,-30,-15,-30","w":119},"|":{"d":"29,4r60,-268r19,0r-59,268r-20,0","w":79},"}":{"d":"131,-123r-2,12v-64,11,-6,158,-107,141r3,-13v24,0,30,4,37,-24v10,-39,11,-103,51,-110v-40,-12,-7,-77,-2,-110v5,-30,-6,-23,-27,-24r3,-13v34,-3,54,5,45,41r-16,70v-4,19,-2,30,15,30","w":119},"~":{"d":"93,-116v25,0,54,24,77,24v15,0,28,-12,40,-25r10,15v-12,15,-29,30,-55,30v-26,1,-55,-23,-78,-23v-15,0,-27,12,-39,25r-11,-15v11,-14,30,-31,56,-31","w":216},"'":{"d":"71,-179r18,-81r18,0r-18,81r-18,0","w":79},"`":{"d":"52,-258r28,0r29,50r-19,0","w":79},"\u00a0":{"w":100}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 *  Typefaces licensed to you is copyrighted (c) 1989, 1990 Adobe Systems.
 *  All rights reserved. This software is the property of Adobe Systems
 *  Incorporated and its licensors, and may not be reproduced, used,
 *  displayed, modified, disclosed, or transferred  without the express
 *  written approval of Adobe.
 * 
 *  The digitally encoded machine readable outline data for producing
 *  the Typefaces licensed to you is copyrighted (c) 1981 Linotype AG
 *  and/or its subsidiaries. All Rights Reserved.
 *  This data is the property of Linotype AG and/or its subsidiaries
 *  and may not be reproduced, used, displayed, modified, disclosed or
 *  transferred without the express written approval of Linotype AG
 *  and/or its subsidiaries.
 */
Cufon.registerFont({"w":219,"face":{"font-family":"TradeGothic","font-weight":500,"font-style":"oblique","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-10 -288 347 69.1679","underline-thickness":"18","underline-position":"-36","stemv":"26","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":109},"!":{"d":"98,-260r38,0r-47,178r-23,0xm51,-40r35,0r-9,40r-35,0","w":119},"\"":{"d":"63,-163r22,-97r22,0r-21,97r-23,0xm106,-163r22,-97r22,0r-21,97r-23,0","w":119},"#":{"d":"125,-158r-19,55r48,0r20,-55r-49,0xm98,-83r-29,83r-23,0r30,-83r-36,0r5,-20r38,0r20,-55r-36,0r4,-20r39,0r29,-82r23,0r-30,82r49,0r29,-82r23,0r-29,82r33,0r-4,20r-37,0r-19,55r34,0r-5,20r-37,0r-29,83r-23,0r30,-83r-49,0"},"$":{"d":"132,-150r20,-88v-29,-1,-51,16,-56,40v-7,32,14,43,36,48xm149,-116r-21,94v26,-1,55,-18,61,-44v7,-32,-17,-42,-40,-50xm157,-260r6,-28r24,0r-6,28v29,2,49,24,57,43r-22,15v-7,-17,-21,-32,-40,-36r-21,94v47,16,69,35,60,76v-9,40,-51,68,-92,68r-9,45r-25,0r10,-45v-34,-1,-56,-26,-69,-47r25,-16v8,17,25,40,49,41r22,-101v-25,-6,-68,-23,-57,-71v10,-45,51,-66,88,-66"},"%":{"d":"243,-22v41,6,71,-74,17,-75v-42,-7,-70,74,-17,75xm238,0v-33,0,-55,-26,-47,-60v8,-34,41,-60,74,-60v33,0,55,26,47,60v-8,34,-41,60,-74,60xm113,-140v-33,0,-55,-26,-47,-60v8,-34,40,-60,73,-60v33,0,55,26,47,60v-8,34,-40,60,-73,60xm118,-163v42,6,70,-74,16,-75v-41,-6,-70,74,-16,75xm74,4r208,-268r22,0r-209,268r-21,0","w":320},"&":{"d":"162,-241v-38,-1,-42,50,-30,77v21,-12,46,-31,50,-51v4,-16,-7,-26,-20,-26xm220,-131r22,6v-11,27,-29,59,-46,77v9,12,29,22,38,22r-6,26v-23,2,-38,-10,-54,-26v-42,47,-162,41,-142,-45v8,-35,42,-61,73,-78v-23,-51,4,-115,64,-115v30,0,49,18,42,49v-7,30,-42,54,-70,71v10,31,27,58,41,78v11,-11,27,-37,38,-65xm60,-69v-12,61,70,56,99,27v-18,-27,-34,-58,-46,-88v-24,14,-47,29,-53,61","w":240},"(":{"d":"160,-264v-73,69,-120,184,-66,294r-27,0v-53,-108,-4,-227,65,-294r28,0","w":119},")":{"d":"12,30v72,-69,119,-184,66,-294r26,0v54,107,6,227,-64,294r-28,0","w":119},"*":{"d":"123,-196r-51,-8r12,-24r44,24v6,-14,3,-38,6,-56r24,0v-4,18,-18,40,-16,56r53,-25r4,24v-19,5,-44,4,-58,14r30,38r-23,15r-16,-48r-3,0r-36,48r-16,-14v14,-16,35,-25,46,-44","w":180},"+":{"d":"120,-105r18,-82r23,0r-19,82r83,0r-5,23r-83,0r-18,82r-22,0r18,-82r-82,0r5,-23r82,0","w":216},",":{"d":"81,-40r-9,40r-34,53r-15,0r28,-53r-14,0r9,-40r35,0","w":109},"-":{"d":"123,-82r-90,0r5,-23r90,0","w":119},".":{"d":"46,-40r35,0r-9,40r-35,0","w":109},"\/":{"d":"139,-264r22,0r-143,268r-22,0","w":100},"0":{"d":"47,-130v21,-94,64,-134,121,-134v57,0,83,40,62,134v-21,94,-64,134,-121,134v-57,0,-83,-40,-62,-134xm74,-130v-17,79,-2,111,40,111v42,0,72,-32,89,-111v17,-79,2,-111,-40,-111v-42,0,-72,32,-89,111"},"1":{"d":"171,0r-115,0r5,-22r45,0r47,-212r-52,5r4,-17v30,-5,45,-21,80,-18r-53,242r44,0"},"2":{"d":"198,-22r-5,22r-169,0r6,-27v65,-91,164,-97,179,-167v7,-30,-9,-47,-42,-47v-37,0,-64,30,-74,56r-25,-5v16,-36,46,-74,104,-74v42,0,74,25,64,70v-18,79,-136,101,-180,172r142,0"},"3":{"d":"23,-48r24,-14v22,62,120,52,134,-7v11,-45,-28,-63,-86,-58r5,-23v55,2,94,-12,100,-48v5,-26,-13,-43,-38,-43v-32,0,-48,14,-70,36r-18,-15v23,-24,51,-44,93,-44v46,0,70,24,61,65v-7,31,-31,50,-53,58v38,16,39,45,34,69v-10,44,-51,76,-105,76v-50,0,-73,-32,-81,-52"},"4":{"d":"217,-61r-44,0r-14,61r-26,0r14,-61r-120,0r5,-23r147,-176r38,0r-39,176r44,0xm185,-233r-125,149r92,0"},"5":{"d":"238,-260r-5,22r-112,0r-24,84v56,-45,140,-20,121,66v-9,40,-44,92,-110,92v-44,0,-61,-25,-72,-50r26,-12v23,64,115,46,129,-30v15,-81,-80,-80,-107,-26r-22,-5r43,-141r133,0"},"6":{"d":"239,-248r-16,22v-10,-9,-21,-15,-41,-15v-41,0,-87,34,-104,109v42,-46,161,-47,138,52v-12,55,-59,84,-102,84v-54,0,-87,-32,-67,-121v18,-82,70,-147,140,-147v28,0,46,9,52,16xm189,-79v9,-40,-14,-62,-41,-62v-32,0,-72,25,-79,55v-9,37,10,67,47,67v37,0,65,-25,73,-60"},"7":{"d":"211,-238r-132,0r5,-22r165,0r-3,16r-164,244r-31,0"},"8":{"d":"219,-68v-9,40,-46,72,-110,72v-64,0,-87,-32,-79,-72v7,-34,41,-55,73,-71v-26,-11,-39,-33,-33,-60v9,-42,50,-65,98,-65v48,0,79,23,70,65v-5,28,-31,48,-60,61v28,11,49,35,41,70xm57,-68v-5,23,10,49,57,49v47,0,73,-26,78,-49v7,-30,-21,-45,-59,-59v-35,14,-69,29,-76,59xm211,-200v6,-29,-20,-41,-48,-41v-28,0,-59,12,-65,41v-6,28,25,44,45,50v30,-7,62,-25,68,-50"},"9":{"d":"38,-12r16,-21v63,39,120,-7,145,-94v-43,46,-160,46,-137,-53v13,-55,59,-84,102,-84v54,0,86,32,66,121v-18,82,-69,147,-139,147v-28,0,-47,-9,-53,-16xm89,-181v-13,93,92,66,118,14v9,-45,-9,-74,-46,-74v-37,0,-67,25,-72,60"},":":{"d":"72,0r-35,0r9,-40r35,0xm96,-104r-36,0r9,-40r35,0","w":109},";":{"d":"81,-40r-9,40r-34,53r-15,0r28,-53r-14,0r9,-40r35,0xm96,-104r-36,0r9,-40r35,0","w":109},"<":{"d":"204,-22r-5,22r-164,-84r5,-20r201,-83r-5,22r-173,71","w":216},"=":{"d":"233,-141r-5,22r-187,0r5,-22r187,0xm217,-68r-5,22r-187,0r4,-22r188,0","w":216},">":{"d":"22,-22r172,-72r-141,-71r5,-22r165,83r-5,21r-201,83","w":216},"?":{"d":"97,-82r-24,0v3,-67,70,-83,82,-128v3,-14,-1,-31,-23,-31v-17,0,-29,8,-44,28r-19,-11v18,-26,41,-40,67,-40v30,0,54,20,46,55v-14,55,-83,68,-85,127xm57,-40r36,0r-9,40r-35,0","w":159},"@":{"d":"122,-111v-5,21,-1,35,16,35v33,0,69,-42,75,-71v5,-23,-6,-33,-19,-33v-35,0,-66,40,-72,69xm180,-73v-29,37,-103,26,-88,-34v12,-48,55,-99,102,-99v19,0,32,8,37,28r12,-21r24,0r-58,116v-1,5,0,9,6,9v27,0,59,-40,67,-75v13,-58,-25,-91,-79,-91v-63,0,-119,49,-133,111v-14,63,24,110,84,110v36,0,71,-14,97,-39r28,0v-32,41,-82,62,-130,62v-74,0,-121,-59,-105,-133v17,-76,91,-135,164,-135v67,0,112,46,98,111v-16,70,-73,103,-105,103v-14,0,-23,-11,-21,-23","w":288},"A":{"d":"161,-240r-67,134r79,0r-8,-134r-4,0xm39,0r-30,0r137,-260r43,0r22,260r-30,0r-6,-81r-94,0"},"B":{"d":"39,0r58,-260r95,0v45,0,66,29,59,64v-6,29,-25,48,-57,61v28,7,42,33,35,65v-9,39,-38,70,-109,70r-81,0xm95,-124r-22,100v60,2,118,2,128,-47v10,-52,-50,-57,-106,-53xm120,-235r-19,87v56,5,119,-8,120,-45v16,-53,-54,-41,-101,-42","w":240},"C":{"d":"198,-83r25,5v-22,48,-56,82,-109,82v-58,0,-90,-43,-70,-134v19,-85,66,-134,129,-134v48,0,70,28,71,76r-28,8v-1,-37,-13,-59,-52,-59v-37,0,-74,34,-91,109v-17,75,5,109,48,109v40,0,62,-30,77,-62"},"D":{"d":"117,-235r-47,211v90,7,134,-21,153,-106v21,-94,-25,-110,-106,-105xm36,0r58,-260v111,-9,184,15,158,130v-17,76,-70,130,-148,130r-68,0","w":240},"E":{"d":"97,-260r155,0r-5,25r-127,0r-19,87r90,0r-6,24r-90,0r-22,100r134,0r-5,24r-163,0"},"F":{"d":"94,-260r154,0r-6,25r-125,0r-19,87r93,0r-6,24r-93,0r-27,124r-29,0","w":200},"G":{"d":"152,-125r87,0r-28,125r-23,0v1,-7,6,-18,4,-24v-69,59,-181,27,-146,-106v24,-90,72,-134,131,-134v44,0,73,22,77,77r-29,5v-4,-41,-22,-57,-52,-57v-38,0,-80,26,-98,109v-18,83,12,109,50,109v52,-1,74,-35,80,-79r-59,0","w":240},"H":{"d":"250,-260r29,0r-58,260r-29,0r28,-124r-125,0r-27,124r-29,0r58,-260r28,0r-24,112r124,0","w":259},"I":{"d":"103,-260r29,0r-58,260r-29,0","w":119},"J":{"d":"153,-260r28,0r-42,193v-7,77,-101,93,-129,37r24,-14v15,32,63,34,74,-15","w":159},"K":{"d":"90,-87r-19,87r-29,0r57,-260r29,0r-29,135r138,-135r34,0r-103,98r55,162r-33,0r-47,-138","w":240},"L":{"d":"191,0r-152,0r58,-260r28,0r-52,236r123,0","w":200},"M":{"d":"261,0r-26,0r52,-238r-126,238r-22,0r-20,-238r-2,0r-52,238r-26,0r58,-260r44,0r20,210r112,-210r46,0","w":299},"N":{"d":"65,0r-26,0r58,-260r41,0r70,200r45,-200r26,0r-58,260r-24,0r-81,-232","w":259},"O":{"d":"76,-130v-16,74,3,109,49,109v46,0,80,-35,96,-109v16,-74,-2,-109,-48,-109v-46,0,-81,35,-97,109xm47,-130v19,-87,67,-134,131,-134v64,0,91,47,72,134v-19,87,-67,134,-131,134v-64,0,-91,-47,-72,-134","w":240},"P":{"d":"117,-235r-21,95v59,3,121,-1,123,-48v17,-52,-51,-49,-102,-47xm65,0r-29,0r58,-260r90,0v55,0,71,32,64,73v-10,57,-76,78,-158,71"},"Q":{"d":"236,-7r-7,28v-32,0,-41,-11,-50,-34v-80,44,-163,1,-132,-117v22,-86,67,-134,131,-134v64,0,91,47,72,134v-10,43,-26,77,-48,99v5,17,16,24,34,24xm143,-57r6,-27v23,3,35,9,43,26v13,-17,22,-41,29,-72v16,-74,-2,-109,-48,-109v-46,0,-79,35,-97,109v-24,99,32,131,94,95v-6,-13,-12,-20,-27,-22","w":240},"R":{"d":"117,-235r-21,92v59,1,114,3,124,-47v11,-55,-52,-44,-103,-45xm65,0r-29,0r58,-260r83,0v56,0,82,25,72,68v-8,37,-34,58,-67,68r28,124r-32,0r-26,-118r-61,0","w":240},"S":{"d":"231,-199r-27,5v3,-60,-99,-56,-108,-5v-10,57,137,42,118,126v-8,38,-38,77,-104,77v-57,0,-71,-37,-78,-68r29,-9v4,27,18,52,56,52v38,0,62,-20,68,-47v15,-66,-136,-47,-118,-129v8,-37,46,-67,93,-67v40,0,67,22,71,65"},"T":{"d":"244,-235r-77,0r-53,235r-28,0r52,-235r-78,0r6,-25r184,0","w":200},"U":{"d":"97,-260r28,0r-40,184v-7,30,9,55,50,55v41,0,67,-25,74,-55r41,-184r29,0r-41,182v-11,52,-55,82,-109,82v-54,0,-84,-30,-73,-82","w":259},"V":{"d":"87,0r-23,-260r29,0r17,213r112,-213r29,0r-138,260r-26,0","w":200},"W":{"d":"73,0r-5,-260r27,0r3,207r96,-207r26,0r7,207r93,-207r27,0r-119,260r-25,0r-8,-210r-97,210r-25,0","w":299},"X":{"d":"123,-107r-85,107r-33,0r108,-136r-45,-124r33,0r34,95r76,-95r33,0r-98,124r49,136r-33,0","w":200},"Y":{"d":"86,0r24,-109r-47,-151r32,0r36,119r89,-119r32,0r-113,151r-25,109r-28,0","w":200},"Z":{"d":"189,-24r-5,24r-168,0r5,-21r178,-214r-119,0r6,-25r154,0r-4,19r-181,217r134,0","w":200},"[":{"d":"21,27r64,-287r73,0r-3,15r-47,0r-57,257r47,0r-3,15r-74,0","w":119},"\\":{"d":"56,-264r22,0r24,268r-21,0","w":100},"]":{"d":"150,-260r-63,287r-74,0r4,-15r47,0r57,-257r-48,0r4,-15r73,0","w":119},"^":{"d":"62,-100r-23,0r116,-160r21,0r45,160r-22,0r-39,-135","w":216},"_":{"d":"170,45r-180,0r4,-18r180,0","w":180},"a":{"d":"74,-139r-20,-12v17,-22,44,-40,79,-40v32,0,60,15,52,56v-8,41,-25,93,-25,135r-27,0r3,-26v-26,34,-125,50,-110,-22v9,-41,45,-61,131,-76v9,-26,-1,-44,-29,-44v-29,0,-46,16,-54,29xm141,-50r11,-51v-62,10,-94,27,-100,53v1,51,63,24,89,-2","w":180},"b":{"d":"95,-169v55,-40,130,-30,109,75v-15,75,-65,98,-98,98v-22,0,-37,-10,-49,-24r-9,20r-18,0r59,-260r26,0xm89,-143r-22,99v40,52,96,19,111,-48v20,-91,-46,-90,-89,-51","w":200},"c":{"d":"191,-140r-27,9v-2,-23,-14,-37,-36,-37v-32,0,-55,26,-67,74v-23,87,58,97,93,41r19,9v-26,32,-46,48,-83,48v-47,0,-68,-38,-55,-98v13,-60,51,-97,98,-97v39,0,53,22,58,51","w":180},"d":{"d":"134,-191v18,0,34,10,46,22r20,-91r26,0r-56,260r-24,0r1,-18v-48,41,-134,30,-110,-76v16,-73,65,-97,97,-97xm152,-44r22,-99v-41,-48,-93,-27,-111,51v-18,79,45,92,89,48","w":200},"e":{"d":"159,-50r18,10v-17,21,-40,44,-82,44v-42,0,-75,-30,-60,-98v13,-60,52,-97,98,-97v47,0,66,43,49,102r-122,0v-20,78,67,88,99,39xm66,-111r95,0v8,-35,-4,-57,-32,-57v-31,0,-53,22,-63,57","w":180},"f":{"d":"67,0r-26,0r37,-165r-32,0r5,-22r32,0v9,-52,29,-91,85,-75r-5,23v-25,-4,-44,-4,-48,24r-6,28r41,0r-5,22r-41,0","w":119},"g":{"d":"42,-14v-33,-15,-11,-50,15,-59v-55,-62,46,-155,115,-105v13,-8,30,-15,44,-16r-6,26v-11,0,-23,2,-30,5v25,58,-43,124,-110,98v-19,2,-29,31,-6,31v89,0,113,16,105,53v-6,27,-38,50,-96,50v-90,0,-89,-63,-31,-83xm144,20v4,-18,-12,-28,-58,-28v-41,0,-57,18,-60,31v-3,14,4,24,56,24v31,0,58,-9,62,-27xm106,-82v55,5,84,-87,16,-86v-56,-5,-83,86,-16,86","w":180},"h":{"d":"90,-260r26,0r-21,98v18,-17,40,-29,61,-29v28,0,51,15,42,55r-30,136r-26,0r30,-135v6,-25,-4,-33,-23,-33v-19,0,-45,15,-60,28r-31,140r-26,0","w":200},"i":{"d":"37,0r42,-187r26,0r-42,187r-26,0xm96,-264r25,0r-6,31r-26,0","w":100},"j":{"d":"84,-187r26,0r-49,217v-5,29,-37,48,-67,35r4,-21v16,7,34,2,38,-16xm126,-264r-6,31r-26,0r7,-31r25,0","w":100},"k":{"d":"30,0r58,-260r26,0r-37,167r97,-94r31,0r-70,69r36,118r-31,0r-28,-96r-43,40r-13,56r-26,0","w":180},"l":{"d":"95,-260r26,0r-58,260r-26,0","w":100},"m":{"d":"91,-162v29,-33,92,-44,104,1v20,-18,44,-30,66,-30v25,0,49,11,39,57r-30,134r-26,0r30,-134v6,-25,-5,-34,-22,-34v-23,0,-41,14,-58,28r-31,140r-26,0r29,-134v6,-25,-4,-34,-21,-34v-23,0,-42,14,-59,28r-31,140r-25,0r41,-187r26,0","w":299},"n":{"d":"74,-187r25,0v-1,8,-6,19,-4,25v18,-17,40,-29,61,-29v28,0,51,15,42,55r-30,136r-26,0r30,-135v6,-25,-4,-33,-23,-33v-19,0,-45,15,-60,28r-31,140r-26,0","w":200},"o":{"d":"162,-94v11,-48,-4,-74,-35,-74v-31,0,-56,26,-67,74v-11,48,3,75,34,75v31,0,57,-27,68,-75xm187,-94v-12,54,-47,98,-98,98v-51,0,-67,-44,-55,-98v12,-54,47,-97,98,-97v51,0,67,43,55,97","w":180},"p":{"d":"108,4v-18,0,-34,-10,-46,-22r-20,87r-26,0r57,-256r26,0v-1,7,-6,17,-4,22v48,-46,131,-36,109,71v-16,73,-64,98,-96,98xm89,-143r-22,98v41,48,94,29,112,-50v18,-80,-46,-92,-90,-48","w":200},"q":{"d":"147,-18v-55,40,-131,29,-110,-76v15,-75,66,-97,99,-97v22,0,36,10,44,24r9,-20r21,0r-57,256r-26,0xm152,-45r22,-98v-40,-52,-95,-19,-110,48v-20,91,46,90,88,50","w":200},"r":{"d":"25,0r42,-187r26,0v-2,12,-9,27,-8,37v20,-26,39,-40,70,-40r-6,26v-33,1,-54,21,-75,60r-23,104r-26,0","w":119},"s":{"d":"16,-32r24,-16v10,40,88,35,94,-2v8,-48,-102,-21,-88,-90v12,-56,106,-70,129,-18r-21,16v-13,-35,-75,-34,-82,1v-9,41,103,20,88,90v-13,65,-116,73,-144,19","w":159},"t":{"d":"48,-187r31,0r13,-62r26,0r-13,62r43,0r-5,22r-43,0r-30,133v-2,9,3,13,18,13v9,0,17,-1,24,-2r-5,22v-22,4,-81,8,-64,-28r31,-138r-31,0","w":119},"u":{"d":"168,0r-26,0v1,-8,6,-19,5,-25v-18,17,-41,29,-62,29v-28,0,-51,-15,-42,-55r31,-136r25,0r-30,135v-6,25,5,33,24,33v19,0,45,-15,60,-28r31,-140r26,0","w":200},"v":{"d":"196,-187r-98,187r-35,0r-16,-187r27,0r13,155r82,-155r27,0","w":159},"w":{"d":"57,0r-10,-187r27,0r6,144r69,-144r26,0r6,145r69,-145r26,0r-92,187r-26,0r-6,-145r-69,145r-26,0","w":240},"x":{"d":"79,-187r27,66r54,-66r29,0r-73,89r40,98r-30,0r-30,-77r-63,77r-29,0r81,-98r-35,-89r29,0","w":159},"y":{"d":"168,-187r28,0r-111,204v-30,48,-52,56,-93,50r4,-21v33,3,48,2,73,-44r-23,-189r27,0r20,143","w":159},"z":{"d":"154,-22r-5,22r-138,0r4,-19r135,-146r-93,0r5,-22r128,0r-4,19r-135,146r103,0","w":159},"{":{"d":"41,-109r4,-15v64,-13,4,-157,109,-140r-4,16v-20,-1,-28,1,-34,20v-12,41,-6,104,-51,112v16,3,24,10,20,28r-18,83v-5,21,7,21,25,20r-3,15v-34,3,-55,-4,-47,-39r16,-72v4,-18,-2,-28,-17,-28","w":119},"|":{"d":"28,4r59,-268r23,0r-60,268r-22,0","w":79},"}":{"d":"130,-124r-3,15v-65,11,-5,156,-109,139r3,-15v20,1,28,-1,34,-20v12,-41,7,-103,52,-112v-16,-3,-24,-10,-20,-28r18,-83v4,-20,-7,-21,-25,-20r3,-16v34,-3,55,6,47,40r-16,72v-4,18,1,28,16,28","w":119},"~":{"d":"96,-117v24,-1,51,23,71,24v14,0,26,-13,37,-25r11,15v-15,16,-31,32,-53,32v-29,0,-41,-24,-73,-24v-16,0,-27,13,-36,26r-10,-16v13,-17,29,-32,53,-32","w":216},"'":{"d":"65,-163r21,-97r23,0r-22,97r-22,0","w":79},"`":{"d":"60,-260r39,0r21,51r-24,0","w":100},"\u00a0":{"w":109}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * TradeGothicLTStd
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":219,"face":{"font-family":"tradeGoth","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 5 0 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"-3 -288 298 69","underline-thickness":"18","underline-position":"-18","stemh":"18","stemv":"26","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":109},"!":{"d":"41,-260r38,0r-8,178r-23,0xm42,-40r35,0r0,40r-35,0r0,-40","w":119},"\"":{"d":"27,-163r0,-97r23,0r0,97r-23,0xm70,-163r0,-97r23,0r0,97r-23,0","w":119},"#":{"d":"90,-158r-7,55r48,0r8,-55r-49,0xm80,-83r-11,83r-23,0r12,-83r-36,0r0,-20r38,0r8,-55r-36,0r0,-20r39,0r11,-82r22,0r-11,82r49,0r11,-82r22,0r-11,82r34,0r0,20r-37,0r-7,55r34,0r0,20r-37,0r-11,83r-23,0r12,-83r-49,0"},"$":{"d":"99,-150r0,-88v-29,-1,-47,16,-47,40v0,32,24,43,47,48xm123,-116r0,94v26,-1,51,-18,51,-44v0,-32,-27,-42,-51,-50xm99,-260r0,-28r24,0r0,28v30,2,54,24,67,43r-19,15v-10,-17,-29,-32,-48,-36r0,94v50,16,77,35,77,76v0,40,-36,68,-77,68r0,45r-24,0r0,-45v-35,-1,-61,-26,-79,-47r21,-16v12,17,34,40,58,41r0,-101v-26,-6,-73,-23,-73,-71v0,-45,36,-66,73,-66"},"%":{"d":"238,-22v21,0,38,-16,38,-38v0,-22,-17,-37,-38,-37v-21,0,-37,15,-37,37v0,22,16,38,37,38xm238,0v-33,0,-60,-26,-60,-60v0,-34,27,-60,60,-60v33,0,60,26,60,60v0,34,-27,60,-60,60xm82,-140v-33,0,-60,-26,-60,-60v0,-34,27,-60,60,-60v33,0,60,26,60,60v0,34,-27,60,-60,60xm82,-163v21,0,38,-15,38,-37v0,-22,-17,-38,-38,-38v-21,0,-38,16,-38,38v0,22,17,37,38,37xm75,4r149,-268r21,0r-149,268r-21,0","w":320},"&":{"d":"109,-241v-42,2,-27,57,-13,77v18,-12,39,-31,39,-51v0,-16,-13,-26,-26,-26xm191,-131r24,6v-5,27,-17,59,-30,77v11,12,34,22,43,22r0,26v-24,2,-40,-10,-60,-26v-39,51,-152,35,-152,-45v0,-35,29,-61,56,-78v-28,-39,-31,-115,38,-115v30,0,53,18,53,49v0,30,-30,54,-54,71v17,31,40,58,58,78v8,-11,19,-37,24,-65xm45,-69v1,59,78,58,105,27v-24,-27,-47,-58,-66,-88v-21,14,-39,29,-39,61","w":240},"(":{"d":"73,-264r28,0v-69,84,-66,210,0,294r-27,0v-67,-83,-66,-210,-1,-294","w":119},")":{"d":"47,30r-28,0v69,-84,66,-210,0,-294r27,0v66,84,66,210,1,294","w":119},"*":{"d":"80,-196r-53,-8r6,-24r49,24r3,-2r-8,-54r24,0r-7,54v16,1,33,-17,50,-23r9,24r-53,11r-1,3r38,38r-20,15r-26,-48r-3,0r-26,48r-19,-14r38,-41","w":180},"+":{"d":"97,-105r0,-82r22,0r0,82r83,0r0,23r-83,0r0,82r-22,0r0,-82r-83,0r0,-23r83,0","w":216},",":{"d":"72,-40v4,43,-11,66,-22,93r-15,0r16,-53r-14,0r0,-40r35,0","w":109},"-":{"d":"105,-82r-91,0r0,-23r91,0r0,23","w":119},".":{"d":"37,-40r35,0r0,40r-35,0r0,-40","w":109},"\/":{"d":"81,-264r22,0r-84,268r-22,0","w":100},"0":{"d":"18,-130v0,-94,35,-134,92,-134v57,0,92,40,92,134v0,94,-35,134,-92,134v-57,0,-92,-40,-92,-134xm45,-130v0,79,23,111,65,111v42,0,64,-32,64,-111v0,-79,-22,-111,-64,-111v-42,0,-65,32,-65,111"},"1":{"d":"171,0r-115,0r0,-22r45,0r0,-212r-50,5r0,-17v29,-5,42,-21,76,-18r0,242r44,0r0,22"},"2":{"d":"193,-22r0,22r-169,0r0,-27v45,-91,142,-97,142,-167v0,-30,-20,-47,-53,-47v-37,0,-57,30,-61,56r-26,-5v8,-36,30,-74,88,-74v42,0,79,25,79,70v0,79,-114,101,-142,172r142,0"},"3":{"d":"12,-48r21,-14v20,27,44,43,71,43v38,0,62,-19,62,-50v0,-44,-40,-63,-99,-58r0,-23v53,3,89,-11,89,-48v0,-26,-22,-43,-47,-43v-32,0,-46,14,-63,36r-21,-15v18,-24,42,-44,84,-44v46,0,75,24,75,65v0,31,-21,50,-41,58v89,36,53,145,-39,145v-50,0,-80,-32,-92,-52"},"4":{"d":"204,-61r-45,0r0,61r-26,0r0,-61r-119,0r0,-23r107,-176r38,0r0,176r45,0r0,23xm133,-233r-92,149r92,0r0,-149"},"5":{"d":"180,-260r0,22r-111,0r-7,84v53,-47,137,-16,137,66v0,40,-24,92,-90,92v-44,0,-67,-25,-83,-50r23,-12v26,56,122,55,122,-30v0,-72,-93,-87,-113,-26r-22,-5r11,-141r133,0"},"6":{"d":"184,-248r-11,22v-58,-38,-124,-2,-124,94v39,-50,149,-42,149,52v0,55,-41,84,-84,84v-54,0,-92,-32,-92,-121v0,-82,36,-147,106,-147v28,0,48,9,56,16xm171,-79v2,-87,-121,-72,-121,-7v0,37,25,67,62,67v37,0,59,-25,59,-60"},"7":{"d":"158,-238r-131,0r0,-22r165,0r0,16r-110,244r-31,0"},"8":{"d":"204,-68v0,40,-30,72,-94,72v-64,0,-95,-32,-95,-72v-1,-34,28,-55,57,-71v-29,-11,-46,-33,-46,-60v0,-42,36,-65,84,-65v48,0,84,23,84,65v1,28,-19,48,-46,61v31,11,56,35,56,70xm42,-68v0,23,21,49,68,49v47,0,67,-26,67,-49v0,-30,-31,-45,-72,-59v-32,14,-63,29,-63,59xm166,-200v0,-56,-113,-55,-113,0v0,28,36,44,57,50v29,-7,56,-25,56,-50"},"9":{"d":"36,-12r11,-21v59,37,122,-2,124,-94v-39,50,-149,41,-149,-53v0,-55,40,-84,83,-84v54,0,93,32,93,121v0,82,-36,147,-106,147v-28,0,-48,-9,-56,-16xm49,-181v0,84,105,73,121,14v9,-90,-123,-98,-121,-14"},":":{"d":"72,0r-35,0r0,-40r35,0r0,40xm72,-104r-35,0r0,-40r35,0r0,40","w":109},";":{"d":"72,-40v4,43,-11,66,-22,93r-15,0r16,-53r-14,0r0,-40r35,0xm72,-104r-35,0r0,-40r35,0r0,40","w":109},"<":{"d":"199,-22r0,22r-182,-84r0,-20r182,-83r0,22r-157,71","w":216},"=":{"d":"202,-141r0,22r-188,0r0,-22r188,0xm202,-68r0,22r-188,0r0,-22r188,0","w":216},">":{"d":"17,-22r157,-72r-157,-71r0,-22r182,83r0,21r-182,83r0,-22","w":216},"?":{"d":"79,-82r-24,0v-10,-68,52,-82,54,-128v0,-14,-9,-31,-31,-31v-17,0,-27,8,-37,28r-22,-11v20,-57,117,-53,117,15v0,55,-68,66,-57,127xm49,-40r35,0r0,40r-35,0r0,-40","w":159},"@":{"d":"97,-111v0,21,8,35,25,35v33,0,58,-42,58,-71v0,-23,-13,-33,-26,-33v-35,0,-57,40,-57,69xm164,-73v-27,40,-96,21,-96,-34v0,-68,83,-140,124,-71r7,-21r24,0r-33,116v0,5,2,9,8,9v27,0,51,-40,51,-75v0,-58,-46,-91,-100,-91v-63,0,-107,49,-107,111v0,105,138,146,196,71r28,0v-23,41,-69,62,-117,62v-74,0,-133,-59,-133,-133v0,-76,60,-135,133,-135v67,0,123,46,123,111v0,70,-51,103,-83,103v-14,0,-24,-11,-25,-23","w":288},"A":{"d":"108,-240r-37,134r78,0r-37,-134r-4,0xm39,0r-30,0r80,-260r42,0r80,260r-30,0r-24,-81r-94,0"},"B":{"d":"163,-136v28,9,52,33,51,66v0,39,-23,70,-94,70r-81,0r0,-260r96,0v80,-3,99,102,28,124xm68,-124r0,100v54,1,117,4,117,-47v0,-50,-59,-57,-117,-53xm68,-235r0,87r50,0v78,5,81,-89,12,-87r-62,0","w":240},"C":{"d":"180,-83r26,5v-12,48,-39,82,-92,82v-58,0,-99,-43,-99,-134v0,-85,36,-134,99,-134v48,0,76,28,88,76r-26,8v-9,-37,-26,-59,-65,-59v-37,0,-67,34,-67,109v0,75,30,109,73,109v40,0,55,-30,63,-62"},"D":{"d":"65,-235r0,211v85,7,130,-19,129,-106v-1,-93,-47,-111,-129,-105xm36,0r0,-260v113,-9,187,15,187,130v0,76,-41,130,-119,130r-68,0","w":240},"E":{"d":"39,-260r156,0r0,25r-127,0r0,87r90,0r0,24r-90,0r0,100r134,0r0,24r-163,0r0,-260"},"F":{"d":"36,-260r154,0r0,25r-125,0r0,87r93,0r0,24r-93,0r0,124r-29,0r0,-260","w":200,"k":{"A":27,",":46,".":46}},"G":{"d":"124,-125r87,0r0,125r-23,0v-1,-7,2,-18,-1,-24v-13,18,-39,28,-68,28v-59,0,-102,-43,-102,-134v0,-153,159,-182,195,-57r-27,5v-13,-41,-35,-57,-65,-57v-38,0,-74,26,-74,109v0,83,36,109,74,109v51,0,67,-31,63,-79r-59,0r0,-25","w":240},"H":{"d":"192,-260r29,0r0,260r-29,0r0,-124r-124,0r0,124r-29,0r0,-260r29,0r0,112r124,0r0,-112","w":259},"I":{"d":"45,-260r29,0r0,260r-29,0r0,-260","w":119},"J":{"d":"95,-260r29,0r0,193v9,86,-93,86,-121,37r21,-14v16,28,71,39,71,-15r0,-201","w":159},"K":{"d":"71,-87r0,87r-29,0r0,-260r29,0r0,135r108,-135r34,0r-81,98r91,162r-33,0r-77,-138","w":240},"L":{"d":"191,0r-152,0r0,-260r29,0r0,236r123,0r0,24","w":200,"k":{"T":33,"V":33,"W":27,"y":20,"Y":33}},"M":{"d":"261,0r-26,0r-1,-238r-73,238r-22,0r-74,-238r0,238r-26,0r0,-260r45,0r66,210r66,-210r45,0r0,260","w":299},"N":{"d":"65,0r-26,0r0,-260r41,0r115,200r0,-200r26,0r0,260r-24,0r-132,-232r0,232","w":259},"O":{"d":"47,-130v0,74,27,109,73,109v46,0,73,-35,73,-109v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109xm18,-130v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,87,-37,134,-101,134v-64,0,-102,-47,-102,-134","w":240},"P":{"d":"65,-235r0,95v54,3,121,0,112,-48v5,-51,-59,-49,-112,-47xm65,0r-29,0r0,-260r91,0v55,0,79,32,79,73v0,58,-65,78,-141,71r0,116","k":{"A":20,",":46,".":46}},"Q":{"d":"234,-7r0,28v-32,0,-44,-11,-58,-34v-78,46,-158,-4,-158,-117v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,43,-9,77,-26,99v9,17,21,24,39,24xm130,-57r0,-27v23,3,37,9,49,26v9,-17,14,-41,14,-72v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109v0,95,55,132,115,95v-9,-13,-17,-20,-32,-22","w":240},"R":{"d":"65,-235r0,92v53,1,112,5,112,-47v0,-54,-60,-44,-112,-45xm65,0r-29,0r0,-260r84,0v102,-11,111,118,34,136r56,124r-32,0r-52,-118r-61,0r0,118","w":240,"k":{"T":13,"V":6,"W":6,"Y":6}},"S":{"d":"187,-199r-26,5v-1,-49,-109,-66,-109,-5v0,57,146,42,146,126v0,38,-21,77,-87,77v-57,0,-79,-37,-93,-68r26,-9v10,27,30,52,68,52v38,0,58,-20,58,-47v0,-66,-147,-47,-147,-129v0,-37,32,-67,79,-67v40,0,71,22,85,65"},"T":{"d":"192,-235r-78,0r0,235r-28,0r0,-235r-78,0r0,-25r184,0r0,25","w":200,"k":{"w":33,"y":33,"A":20,",":33,".":33,"-":33,"a":33,"c":33,"e":33,"i":33,"o":33,"r":33,"s":33,"u":33,":":33,";":33}},"U":{"d":"39,-260r29,0r0,184v0,30,21,55,62,55v41,0,62,-25,62,-55r0,-184r29,0r0,182v0,52,-37,82,-91,82v-54,0,-91,-30,-91,-82r0,-182","w":259},"V":{"d":"87,0r-81,-260r29,0r65,213r65,-213r29,0r-81,260r-26,0","w":200,"k":{"y":6,"A":13,",":40,".":40,"-":20,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":27,";":27}},"W":{"d":"73,0r-63,-260r27,0r49,207r51,-207r25,0r53,207r47,-207r28,0r-62,260r-25,0r-54,-210r-51,210r-25,0","w":299,"k":{"y":6,"A":13,",":33,".":33,"-":13,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":20,";":20}},"X":{"d":"99,-107r-61,107r-33,0r78,-136r-73,-124r33,0r56,95r55,-95r33,0r-71,124r79,136r-33,0","w":200},"Y":{"d":"86,0r0,-109r-80,-151r31,0r63,119r63,-119r31,0r-80,151r0,109r-28,0","w":200,"k":{"v":13,"A":20,",":40,".":40,"-":33,"a":20,"e":20,"i":13,"o":20,"u":13,":":33,";":33,"p":13,"q":20}},"Z":{"d":"184,-24r0,24r-168,0r0,-21r131,-214r-119,0r0,-25r155,0r0,19r-133,217r134,0","w":200},"[":{"d":"27,27r0,-287r74,0r0,15r-48,0r0,257r48,0r0,15r-74,0","w":119},"\\":{"d":"-3,-264r22,0r84,268r-22,0","w":100},"]":{"d":"93,-260r0,287r-74,0r0,-15r48,0r0,-257r-48,0r0,-15r74,0","w":119},"^":{"d":"40,-100r-23,0r81,-160r20,0r81,160r-23,0r-68,-135","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"43,-139r-22,-12v18,-49,134,-62,135,16v1,42,-4,101,4,135r-27,0r-3,-26v-23,37,-115,47,-115,-22v0,-41,32,-61,115,-76v3,-31,-13,-45,-39,-44v-29,0,-43,16,-48,29xm130,-50r0,-51v-59,10,-89,27,-89,53v0,49,67,27,89,-2","w":180},"b":{"d":"58,-169v51,-44,126,-25,126,75v0,105,-80,119,-131,74r-5,20r-18,0v5,-83,1,-174,2,-260r26,0r0,91xm58,-143r0,99v41,47,100,27,100,-48v0,-86,-60,-93,-100,-51","w":200},"c":{"d":"159,-140r-24,9v-7,-23,-22,-37,-44,-37v-32,0,-51,26,-51,74v0,81,73,101,103,41r20,9v-19,32,-35,48,-72,48v-47,0,-77,-38,-77,-98v0,-60,30,-97,77,-97v39,0,56,22,68,51","w":180},"d":{"d":"17,-94v2,-101,74,-117,126,-75r0,-91r25,0r2,260r-24,0r-3,-18v-46,43,-128,26,-126,-76xm143,-44r0,-99v-41,-42,-101,-36,-101,51v0,76,60,95,101,48","w":200},"e":{"d":"148,-50r20,10v-12,21,-30,44,-72,44v-42,0,-82,-30,-82,-98v0,-116,149,-138,148,-12r0,17r-122,0v-4,72,80,93,108,39xm41,-111r95,0v0,-35,-17,-57,-45,-57v-31,0,-48,22,-50,57","w":180},"f":{"d":"67,0r-26,0r0,-165r-31,0r0,-22r31,0v-5,-59,15,-89,69,-75r0,23v-22,-3,-46,-6,-43,24r0,28r41,0r0,22r-41,0r0,165","w":119},"g":{"d":"173,-194r0,26v-11,0,-23,2,-29,5v38,48,-18,129,-89,98v-19,3,-19,31,1,31v89,0,117,16,117,53v0,27,-27,50,-85,50v-82,0,-108,-57,-49,-83v-34,-11,-28,-48,2,-59v-51,-35,-21,-118,45,-118v20,0,34,4,46,13v11,-8,27,-15,41,-16xm149,20v0,-18,-19,-28,-65,-28v-41,0,-52,18,-52,31v0,14,8,24,60,24v31,0,57,-9,57,-27xm132,-124v0,-27,-15,-44,-47,-44v-30,0,-45,19,-45,43v0,25,19,43,48,43v30,0,44,-20,44,-42","w":180},"h":{"d":"32,-260r26,0r1,98v30,-41,109,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-260","w":200},"i":{"d":"37,0r0,-187r26,0r0,187r-26,0xm37,-264r26,0r0,31r-26,0r0,-31","w":100},"j":{"d":"42,-187r26,0r0,217v3,31,-32,47,-60,35r0,-21v14,6,34,4,34,-16r0,-215xm68,-264r0,31r-26,0r0,-31r26,0","w":100},"k":{"d":"30,0r0,-260r26,0r1,167r75,-94r32,0r-55,69r62,118r-31,0r-49,-96r-35,40r0,56r-26,0","w":180},"l":{"d":"37,-260r26,0r0,260r-26,0r0,-260","w":100},"m":{"d":"55,-162v26,-36,87,-39,104,1v17,-18,38,-30,60,-30v25,0,51,11,51,57r0,134r-26,0r0,-134v-1,-57,-64,-31,-81,-6r0,140r-26,0r0,-134v-1,-57,-65,-30,-82,-6r0,140r-25,0r0,-187r25,0r0,25","w":299},"n":{"d":"32,-187r26,0v1,8,-2,19,1,25v30,-41,109,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-187","w":200},"o":{"d":"141,-94v0,-48,-20,-74,-51,-74v-31,0,-51,26,-51,74v0,48,20,75,51,75v31,0,51,-27,51,-75xm167,-94v0,54,-26,98,-77,98v-51,0,-77,-44,-77,-98v0,-54,26,-97,77,-97v51,0,77,43,77,97","w":180},"p":{"d":"184,-94v0,100,-75,120,-126,76r0,87r-26,0r0,-256r26,0r0,22v45,-49,126,-31,126,71xm58,-143r0,98v39,43,100,37,100,-50v0,-75,-60,-95,-100,-48","w":200},"q":{"d":"143,-18v-52,43,-126,25,-126,-76v0,-103,80,-119,126,-73r5,-20r20,0r0,256r-25,0r0,-87xm143,-45r0,-98v-41,-47,-101,-27,-101,48v0,87,61,93,101,50","w":200},"r":{"d":"25,0r0,-187r26,0v1,12,-2,27,1,37v14,-26,30,-40,61,-40r0,26v-32,1,-50,21,-62,60r0,104r-26,0","w":119,"k":{",":20,".":20,"-":13}},"s":{"d":"9,-32r20,-16v14,35,94,40,94,-2v0,-48,-110,-22,-109,-90v1,-63,101,-64,126,-18r-18,16v-14,-18,-28,-26,-48,-26v-22,0,-34,10,-34,27v0,41,109,20,109,90v0,72,-110,67,-140,19","w":159},"t":{"d":"6,-187r31,0r0,-62r26,0r0,62r43,0r0,22r-43,0r0,133v-3,16,30,14,44,11r0,22v-24,5,-78,8,-70,-28r0,-138r-31,0r0,-22","w":119},"u":{"d":"168,0r-26,0v-1,-8,2,-19,-1,-25v-30,41,-109,44,-109,-26r0,-136r26,0r0,135v1,56,66,29,84,5r0,-140r26,0r0,187","w":200},"v":{"d":"154,-187r-56,187r-35,0r-57,-187r26,0r48,155r48,-155r26,0","w":159,"k":{",":20,".":20}},"w":{"d":"57,0r-51,-187r26,0r39,144r36,-144r27,0r38,145r36,-145r26,0r-50,187r-26,0r-38,-145r-37,145r-26,0","w":240,"k":{",":20,".":20}},"x":{"d":"38,-187r41,66r39,-66r29,0r-52,89r61,98r-30,0r-47,-77r-46,77r-29,0r59,-98r-54,-89r29,0","w":159},"y":{"d":"127,-187r27,0r-66,204v-19,49,-42,56,-82,50r0,-21v31,2,49,4,63,-44r-65,-189r28,0r51,143","w":159,"k":{",":27,".":27}},"z":{"d":"149,-22r0,22r-138,0r0,-19r102,-146r-92,0r0,-22r127,0r0,19r-102,146r103,0","w":159},"{":{"d":"17,-109r0,-15v62,-6,-29,-157,78,-140r0,16v-18,-1,-29,0,-29,20v0,43,15,107,-27,112v44,3,27,69,27,111v0,20,11,21,29,20r0,15v-34,3,-55,-5,-55,-39v0,-36,14,-98,-23,-100","w":119},"|":{"d":"29,4r0,-268r22,0r0,268r-22,0","w":79},"}":{"d":"103,-124r0,15v-62,5,30,157,-79,139r0,-15v18,1,30,1,30,-20v0,-43,-15,-107,27,-112v-44,-3,-27,-69,-27,-111v0,-20,-12,-21,-30,-20r0,-16v35,-3,56,6,56,40v0,36,-14,98,23,100","w":119},"~":{"d":"70,-117v24,-1,57,23,77,24v14,0,23,-13,31,-25r14,15v-12,16,-24,32,-46,32v-36,0,-90,-50,-108,2r-14,-16v9,-17,22,-32,46,-32","w":216},"'":{"d":"29,-163r0,-97r22,0r0,97r-22,0","w":79},"`":{"d":"2,-260r39,0r32,51r-24,0","w":100},"\u00a0":{"w":109}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * TradeGothicLTStd-Bd2
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":219,"face":{"font-family":"tradeGoth","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"-10 -286 308 68.203","underline-thickness":"18","underline-position":"-18","stemh":"30","stemv":"45","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":109},"!":{"d":"86,-260r-9,172r-35,0r-9,-172r53,0xm85,0r-50,0r0,-51r50,0r0,51","w":119},"\"":{"d":"71,-162r0,-98r40,0r0,98r-40,0xm9,-162r0,-98r40,0r0,98r-40,0","w":119},"#":{"d":"187,-108r0,32r-33,0r-10,76r-34,0r10,-76r-35,0r-10,76r-34,0r10,-76r-29,0r0,-32r33,0r7,-44r-29,0r0,-32r33,0r10,-76r34,0r-10,76r35,0r10,-76r34,0r-10,76r29,0r0,32r-33,0r-7,44r29,0xm130,-152r-34,0r-6,44r34,0"},"$":{"d":"121,-106r0,70v19,0,40,-7,40,-33v0,-21,-17,-31,-40,-37xm95,-159r0,-65v-22,1,-37,11,-37,34v0,17,11,24,37,31xm95,-36r0,-78v-41,-9,-77,-32,-77,-72v0,-48,36,-73,77,-74r0,-26r26,0r0,26v28,1,50,13,74,36r-28,27v-14,-14,-27,-24,-46,-27r0,72v51,15,80,37,80,82v0,48,-36,68,-80,70r0,43r-26,0r0,-43v-32,-3,-60,-16,-80,-43r31,-26v13,20,28,28,49,33"},"%":{"d":"77,-260v36,0,65,30,65,65v0,35,-29,65,-65,65v-36,0,-65,-30,-65,-65v0,-35,29,-65,65,-65xm77,-225v-41,0,-35,59,0,59v16,0,30,-14,30,-29v0,-15,-14,-30,-30,-30xm243,-130v36,0,65,30,65,65v0,35,-29,65,-65,65v-36,0,-65,-30,-65,-65v0,-35,29,-65,65,-65xm243,-94v-16,0,-30,14,-30,29v0,15,14,30,30,30v16,0,30,-15,30,-30v0,-15,-14,-29,-30,-29xm71,4r149,-268r31,0r-149,268r-31,0","w":320},"&":{"d":"99,-234v-28,1,-25,51,-8,70v15,-11,31,-26,31,-43v0,-14,-8,-27,-23,-27xm184,-130r39,10v-8,22,-17,44,-31,64v11,10,23,18,36,18r0,42v-25,0,-35,-4,-65,-28v-44,50,-149,33,-149,-48v0,-32,19,-51,44,-68v-39,-43,-25,-124,44,-124v34,0,61,25,61,58v0,34,-26,54,-50,73v14,19,30,38,46,52v10,-15,19,-32,25,-49xm82,-108v-33,16,-23,70,17,70v13,0,26,-6,35,-15v-21,-16,-38,-34,-52,-55","w":240},"(":{"d":"67,-264r44,0v-70,87,-71,207,0,294r-44,0v-64,-84,-65,-210,0,-294","w":119},")":{"d":"53,30r-44,0v70,-87,71,-207,0,-294r44,0v64,84,65,210,0,294","w":119},"*":{"d":"81,-206v1,-17,-8,-36,-10,-54r36,0v-2,18,-9,38,-8,54r46,-26r11,32r-52,8r38,39r-26,21v-10,-15,-15,-35,-27,-48r-23,47r-27,-19v11,-14,31,-25,37,-40r-52,-6r9,-32","w":180},"+":{"d":"127,-113r75,0r0,39r-75,0r0,74r-38,0r0,-74r-75,0r0,-39r75,0r0,-74r38,0r0,74","w":216},",":{"d":"33,54r18,-54r-21,0r0,-51r50,0r0,51r-23,54r-24,0","w":109},"-":{"d":"104,-74r-88,0r0,-39r88,0r0,39","w":119},".":{"d":"80,0r-50,0r0,-51r50,0r0,51","w":109},"\/":{"d":"110,-264r-81,268r-39,0r81,-268r39,0","w":100},"0":{"d":"15,-130v0,-75,26,-134,95,-134v69,0,94,59,94,134v0,75,-25,134,-94,134v-69,0,-95,-59,-95,-134xm62,-130v0,71,20,95,48,95v28,0,48,-24,48,-95v0,-71,-20,-95,-48,-95v-28,0,-48,24,-48,95"},"1":{"d":"180,0r-127,0r0,-36r40,0r0,-179r-46,0r0,-31v24,-1,44,-6,56,-18r37,0r0,228r40,0r0,36"},"2":{"d":"195,0r-175,0r0,-43v8,-41,128,-98,128,-146v0,-23,-14,-36,-38,-36v-26,0,-41,17,-47,41r-42,-9v5,-40,44,-71,90,-71v46,0,84,26,84,75v0,63,-58,90,-123,149r123,0r0,40"},"3":{"d":"70,-118r0,-39v38,0,70,-6,70,-37v0,-19,-16,-31,-38,-31v-22,0,-36,12,-49,26r-31,-28v25,-27,52,-37,79,-37v48,0,85,23,85,67v0,26,-14,46,-39,57v31,10,48,33,48,65v-3,99,-149,101,-184,28r38,-21v13,21,29,33,54,33v23,0,45,-15,45,-40v0,-42,-47,-43,-78,-43"},"4":{"d":"45,-96r81,0r-1,-116xm9,-60r0,-45r111,-155r50,0r0,164r37,0r0,36r-37,0r0,60r-44,0r0,-60r-117,0"},"5":{"d":"32,-122r9,-138r141,0r0,40r-105,0r-4,59v8,-9,21,-15,49,-15v47,0,77,45,77,87v0,57,-32,93,-95,93v-41,0,-71,-20,-85,-49r39,-20v20,46,102,35,95,-24v5,-48,-66,-64,-84,-25"},"6":{"d":"156,-80v5,-55,-75,-62,-92,-18v-5,77,90,84,92,18xm194,-244r-21,37v-42,-41,-111,-4,-109,62v51,-46,139,-13,139,63v0,54,-40,86,-92,86v-54,0,-93,-39,-93,-118v0,-121,86,-185,176,-130"},"7":{"d":"21,-220r0,-40r178,0r0,27r-107,233r-51,0r105,-220r-125,0"},"8":{"d":"110,-264v93,0,115,98,44,126v32,14,52,35,52,71v0,42,-41,71,-96,71v-55,0,-97,-29,-97,-71v0,-36,21,-57,53,-71v-26,-14,-43,-30,-43,-61v0,-40,34,-65,87,-65xm110,-32v33,0,49,-15,49,-38v0,-23,-40,-47,-52,-47v-12,0,-47,21,-47,47v0,23,17,38,50,38xm109,-228v-29,0,-39,13,-39,30v0,55,80,48,80,0v0,-17,-11,-30,-41,-30"},"9":{"d":"60,-180v-5,57,74,62,91,18v5,-76,-89,-84,-91,-18xm22,-16r20,-37v42,40,111,5,109,-61v-51,45,-138,11,-138,-64v0,-54,40,-86,92,-86v54,0,93,40,93,119v0,120,-87,183,-176,129"},":":{"d":"80,-108r-50,0r0,-51r50,0r0,51xm80,0r-50,0r0,-51r50,0r0,51","w":109},";":{"d":"33,54r18,-54r-21,0r0,-51r50,0r0,51r-23,54r-24,0xm80,-108r-50,0r0,-51r50,0r0,51","w":109},"<":{"d":"202,-37r0,40r-188,-80r0,-33r188,-80r0,40r-134,56","w":216},"=":{"d":"202,-153r0,39r-188,0r0,-39r188,0xm202,-73r0,38r-188,0r0,-38r188,0","w":216},">":{"d":"14,3r0,-40r134,-57r-134,-56r0,-40r188,80r0,33","w":216},"?":{"d":"143,-206v0,52,-59,62,-52,119r-40,0v-10,-56,43,-81,47,-121v-9,-38,-52,-15,-53,12r-41,-11v7,-72,138,-79,139,1xm97,0r-50,0r0,-51r50,0r0,51","w":159},"@":{"d":"137,-90v39,4,56,-70,11,-72v-39,-4,-55,70,-11,72xm185,-177r4,-18r32,0r-20,101v0,5,1,8,5,8v16,0,36,-20,36,-59v0,-58,-40,-88,-93,-88v-59,0,-97,44,-97,103v0,94,109,132,172,78r32,0v-63,105,-240,50,-240,-78v0,-76,61,-134,134,-134v62,0,121,43,121,109v0,79,-66,104,-88,104v-10,0,-20,-7,-20,-19v-31,41,-92,7,-92,-44v0,-62,73,-117,114,-63","w":288},"A":{"d":"112,-210v-13,35,-20,76,-32,113r61,0xm5,0r75,-260r61,0r74,260r-49,0r-14,-56r-83,0r-15,56r-49,0"},"B":{"d":"28,0r0,-260v81,1,184,-15,185,64v0,27,-12,48,-40,59v34,14,46,29,46,69v0,40,-29,68,-95,68r-96,0xm78,-116r0,76v42,0,96,6,91,-38v4,-44,-48,-39,-91,-38xm78,-220r0,64v38,1,85,5,85,-32v0,-36,-47,-33,-85,-32","w":240},"C":{"d":"206,-195r-45,11v-7,-22,-23,-38,-47,-38v-33,0,-54,31,-54,92v0,95,72,126,106,53r46,13v-15,45,-49,68,-97,68v-66,0,-104,-49,-104,-134v0,-85,38,-134,104,-134v50,0,79,23,91,69"},"D":{"d":"28,0r0,-260v119,-6,203,0,203,130v0,129,-84,137,-203,130xm78,-218r0,176r33,0v57,0,70,-42,70,-88v0,-59,-29,-98,-103,-88","w":240},"E":{"d":"206,0r-176,0r0,-260r172,0r0,42r-122,0r0,62r89,0r0,42r-89,0r0,72r126,0r0,42"},"F":{"d":"78,0r-50,0r0,-260r166,0r0,42r-116,0r0,62r87,0r0,42r-87,0r0,114","w":200,"k":{"A":20,",":46,".":46}},"G":{"d":"213,-197r-46,12v-12,-26,-26,-37,-52,-37v-37,0,-55,37,-55,95v0,55,21,89,56,89v32,0,53,-22,54,-52r-49,0r0,-41r97,0r0,131r-36,0r0,-27v-21,23,-41,31,-68,31v-71,0,-103,-57,-103,-130v0,-66,25,-138,108,-138v52,0,82,29,94,67","w":240},"H":{"d":"80,0r-50,0r0,-260r50,0r0,104r100,0r0,-104r50,0r0,260r-50,0r0,-112r-100,0r0,112","w":259},"I":{"d":"85,0r-50,0r0,-260r50,0r0,260","w":119},"J":{"d":"-2,-31r34,-26v15,27,48,29,48,-12r0,-191r50,0r0,190v9,82,-101,97,-132,39","w":159},"K":{"d":"78,0r-50,0r0,-260r50,0r0,116r87,-116r57,0r-74,98r86,162r-55,0r-65,-123r-36,45r0,78","w":240},"L":{"d":"191,0r-163,0r0,-260r50,0r0,218r113,0r0,42","w":200,"k":{"T":33,"V":27,"W":27,"y":20,"Y":33}},"M":{"d":"72,0r-43,0r0,-260r70,0r51,182r50,-182r71,0r0,260r-43,0r-1,-204r-59,204r-37,0r-59,-204r0,204","w":299},"N":{"d":"76,0r-47,0r0,-260r52,0r103,177r0,-177r47,0r0,260r-48,0r-107,-185r0,185","w":259},"O":{"d":"179,-130v0,-61,-18,-92,-59,-92v-41,0,-60,31,-60,92v0,61,19,92,60,92v41,0,59,-31,59,-92xm229,-130v0,85,-38,134,-109,134v-71,0,-109,-49,-109,-134v0,-85,38,-134,109,-134v71,0,109,49,109,134","w":240},"P":{"d":"74,0r-50,0r0,-260v87,0,187,-13,187,77v0,71,-61,83,-137,78r0,105xm74,-220r0,75v42,3,95,-1,88,-38v7,-37,-46,-40,-88,-37","k":{"A":13,",":46,".":46}},"Q":{"d":"120,-69r0,-45v26,3,40,14,53,33v4,-13,6,-29,6,-49v0,-61,-18,-92,-59,-92v-41,0,-60,31,-60,92v0,76,38,109,91,83v-8,-11,-17,-19,-31,-22xm236,-22r0,41v-33,0,-39,-5,-61,-28v-85,39,-164,-13,-164,-121v0,-85,38,-134,109,-134v71,0,109,49,109,134v0,40,-9,73,-26,96v9,7,20,12,33,12","w":240},"R":{"d":"78,0r-50,0r0,-260r104,0v98,-6,110,121,35,144r58,116r-55,0r-49,-106r-43,0r0,106xm78,-220r0,74v42,2,95,-1,87,-37v3,-41,-46,-38,-87,-37","w":240,"k":{"T":6,"V":6,"W":6,"Y":6}},"S":{"d":"196,-205r-45,14v-8,-20,-24,-34,-47,-34v-22,0,-37,9,-37,29v0,45,134,36,134,120v0,53,-33,80,-91,80v-42,0,-82,-24,-97,-62r41,-18v12,24,28,41,57,41v25,0,43,-10,43,-35v0,-51,-133,-41,-133,-121v0,-46,38,-73,83,-73v42,0,77,21,92,59"},"T":{"d":"7,-260r186,0r0,41r-68,0r0,219r-50,0r0,-219r-68,0r0,-41","w":200,"k":{"w":27,"y":27,"A":20,",":33,".":33,"-":27,"a":27,"c":27,"e":27,"i":27,"o":27,"r":27,"s":27,"u":27,":":27,";":27}},"U":{"d":"180,-95r0,-165r50,0r0,163v0,76,-47,101,-100,101v-53,0,-100,-25,-100,-101r0,-163r50,0r0,165v0,42,17,57,50,57v33,0,50,-15,50,-57","w":259},"V":{"d":"72,0r-68,-260r49,0r46,192r49,-192r49,0r-69,260r-56,0","w":200,"k":{"y":6,"A":13,",":33,".":33,"-":13,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":13,";":13}},"W":{"d":"62,0r-55,-260r47,0r33,175r37,-175r51,0r35,175r36,-175r46,0r-54,260r-50,0r-39,-185r-37,185r-50,0","w":299,"k":{"y":6,"A":13,",":20,".":20,"-":13,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":13,";":13}},"X":{"d":"73,-133r-66,-127r54,0r39,80r39,-80r54,0r-66,127r70,133r-54,0r-43,-88r-43,88r-54,0","w":200},"Y":{"d":"55,-260r45,103r45,-103r52,0r-72,156r0,104r-50,0r0,-104r-71,-156r51,0","w":200,"k":{"v":13,"A":20,",":33,".":33,"-":20,"a":20,"e":20,"i":6,"o":20,"u":13,":":20,";":20,"p":13,"q":20}},"Z":{"d":"191,-42r0,42r-185,0r0,-42r121,-176r-113,0r0,-42r176,0r0,40r-126,178r127,0","w":200},"[":{"d":"103,27r-84,0r0,-287r84,0r0,22r-45,0r0,243r45,0r0,22","w":119},"\\":{"d":"71,4r-81,-268r39,0r81,268r-39,0","w":100},"]":{"d":"101,27r-84,0r0,-22r45,0r0,-243r-45,0r0,-22r84,0r0,287","w":119},"^":{"d":"64,-125r-39,0r65,-135r36,0r65,135r-40,0r-43,-95","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"162,0r-44,0r-2,-16v-34,32,-110,25,-110,-30v0,-42,35,-65,108,-74v11,-52,-58,-43,-69,-15r-28,-22v32,-51,141,-52,141,42v0,39,-4,83,4,115xm114,-49r0,-41v-30,6,-63,13,-63,39v0,36,50,17,63,2","w":180},"b":{"d":"23,0r0,-260r45,0r0,90v9,-12,31,-21,46,-21v48,0,75,46,75,92v0,84,-72,135,-126,79r-5,20r-35,0xm68,-139r0,90v26,31,76,17,76,-45v0,-60,-46,-76,-76,-45","w":200},"c":{"d":"164,-141r-37,15v-7,-16,-15,-29,-37,-29v-25,0,-37,19,-37,61v0,73,58,78,78,32r34,19v-18,33,-41,47,-75,47v-51,0,-81,-39,-81,-98v0,-59,30,-97,81,-97v35,0,64,19,74,50","w":180},"d":{"d":"177,-260r0,260r-38,0r-2,-20v-53,56,-125,6,-125,-79v0,-46,26,-92,74,-92v15,0,37,9,46,21r0,-90r45,0xm132,-49r0,-90v-30,-31,-76,-16,-76,45v0,61,50,77,76,45","w":200},"e":{"d":"53,-117r72,0v-1,-26,-14,-41,-36,-41v-22,0,-35,15,-36,41xm166,-86r-113,0v-2,66,58,65,81,31r32,20v-17,27,-42,39,-78,39v-49,0,-79,-39,-79,-98v0,-59,30,-97,81,-97v55,0,81,47,76,105","w":180},"f":{"d":"113,-151r-38,0r0,151r-45,0r0,-151r-26,0r0,-36r26,0v-7,-62,19,-85,82,-77r0,36v-32,-3,-41,9,-37,41r38,0r0,36","w":119},"g":{"d":"77,-4v-24,0,-32,14,-32,22v0,14,13,21,50,21v29,0,39,-15,39,-21v0,-9,-14,-22,-57,-22xm116,-127v0,-17,-14,-31,-31,-31v-19,0,-32,14,-32,31v0,17,13,31,32,31v17,0,31,-14,31,-31xm176,-191r0,30v-10,0,-22,1,-29,5v25,41,1,93,-61,93v-19,0,-35,1,-35,12v0,30,124,-11,124,64v0,27,-27,55,-87,55v-50,0,-84,-14,-84,-44v-1,-24,20,-33,34,-36v-9,-5,-28,-10,-28,-30v0,-18,22,-31,30,-34v-49,-33,-31,-117,46,-115v16,0,34,7,46,17v9,-12,23,-18,44,-17","w":180},"h":{"d":"68,0r-45,0r0,-260r45,0r0,93v33,-38,109,-30,109,39r0,128r-45,0r0,-122v4,-52,-51,-31,-64,-13r0,135","w":200},"i":{"d":"72,-187r0,187r-44,0r0,-187r44,0xm72,-222r-44,0r0,-42r44,0r0,42","w":100},"j":{"d":"1,66r0,-37v18,2,32,4,31,-22r0,-194r45,0r0,201v3,47,-32,60,-76,52xm77,-222r-45,0r0,-42r45,0r0,42","w":100},"k":{"d":"68,0r-45,0r0,-260r45,0r1,145r55,-72r51,0r-55,70r59,117r-47,0r-42,-84r-22,26r0,58","w":180},"l":{"d":"72,0r-44,0r0,-260r44,0r0,260","w":100},"m":{"d":"68,0r-45,0r0,-187r41,0r0,20v25,-29,84,-35,102,4v28,-31,110,-54,110,28r0,135r-44,0r0,-131v0,-37,-45,-24,-60,-4r0,135r-45,0r0,-131v0,-36,-44,-24,-59,-4r0,135","w":299},"n":{"d":"68,0r-45,0r0,-187r41,0r0,20v37,-37,113,-32,113,39r0,128r-45,0r0,-122v4,-52,-51,-31,-64,-13r0,135","w":200},"o":{"d":"127,-94v0,-42,-12,-61,-37,-61v-25,0,-37,19,-37,61v0,42,12,62,37,62v25,0,37,-20,37,-62xm9,-94v0,-59,30,-97,81,-97v51,0,81,38,81,97v0,59,-30,98,-81,98v-51,0,-81,-39,-81,-98","w":180},"p":{"d":"23,68r0,-255r43,0r0,17v52,-51,123,-1,123,81v0,46,-27,93,-75,93v-15,0,-37,-9,-46,-21r0,85r-45,0xm68,-138r0,90v31,31,76,15,76,-46v0,-61,-50,-75,-76,-44","w":200},"q":{"d":"177,-187r0,255r-45,0r0,-85v-9,12,-31,21,-46,21v-48,0,-74,-47,-74,-93v0,-84,72,-134,125,-78r5,-20r35,0xm132,-48r0,-90v-26,-31,-76,-18,-76,44v0,60,45,78,76,46","w":200},"r":{"d":"65,0r-45,0r0,-187r41,0v1,10,-2,24,1,32v11,-22,25,-35,52,-36r0,47v-26,-4,-49,24,-49,30r0,114","w":119,"k":{",":20,".":20,"-":13}},"s":{"d":"142,-162r-28,24v-10,-20,-60,-30,-60,-1v0,32,94,18,94,86v0,73,-113,72,-140,19r30,-23v10,14,24,27,43,27v16,0,27,-8,27,-21v0,-32,-94,-20,-94,-85v0,-66,96,-69,128,-26","w":159},"t":{"d":"4,-187r26,0r0,-62r45,0r0,62r37,0r0,36r-37,0r0,106v-1,19,25,12,37,9r0,37v-40,8,-82,1,-82,-41r0,-111r-26,0r0,-36","w":119},"u":{"d":"132,-187r45,0r0,187r-41,0r0,-20v-37,37,-113,32,-113,-39r0,-128r45,0r0,121v-4,53,51,33,64,14r0,-135","w":200},"v":{"d":"56,0r-52,-187r44,0r32,127r32,-127r44,0r-53,187r-47,0","w":159,"k":{",":20,".":20}},"w":{"d":"52,0r-48,-187r42,0r26,116r27,-116r42,0r26,116r27,-116r43,0r-49,187r-40,0r-28,-117r-28,117r-40,0","w":240,"k":{",":20,".":20}},"x":{"d":"1,0r56,-97r-53,-90r49,0r26,52r27,-52r48,0r-52,90r56,97r-47,0r-31,-58r-31,58r-48,0","w":159},"y":{"d":"4,30v41,12,61,-20,49,-57r-50,-160r45,0r32,115r32,-115r45,0r-59,187v-23,62,-40,72,-94,67r0,-37","w":159,"k":{",":27,".":27}},"z":{"d":"14,-151r0,-36r139,0r0,31r-90,120r90,0r0,36r-147,0r0,-32r91,-119r-83,0","w":159},"{":{"d":"3,-106r0,-21v59,-4,-14,-146,71,-137r26,0r0,22v-18,-2,-33,1,-33,18v0,43,11,101,-27,108v40,5,27,65,27,107v0,17,15,20,33,18r0,21v-40,2,-72,-3,-72,-43v0,-36,14,-92,-25,-93","w":119},"|":{"d":"21,4r0,-268r38,0r0,268r-38,0","w":79},"}":{"d":"117,-127r0,21v-59,4,14,145,-71,136r-26,0r0,-21v18,2,33,-1,33,-18v0,-43,-12,-101,27,-108v-40,-5,-27,-65,-27,-107v0,-17,-15,-20,-33,-18r0,-22v40,-2,72,3,72,43v0,36,-14,93,25,94","w":119},"~":{"d":"144,-62v-29,0,-43,-26,-75,-25v-17,0,-25,13,-31,26r-13,-33v8,-15,21,-31,45,-31v27,0,59,25,77,25v14,0,23,-13,31,-26r13,32v-10,15,-23,32,-47,32","w":216},"'":{"d":"20,-162r0,-98r40,0r0,98r-40,0","w":79},"`":{"d":"-10,-264r55,0r34,53r-37,0","w":100},"\u00a0":{"w":109}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * TradeGothicLTStd-Obl
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":219,"face":{"font-family":"tradeGoth","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 5 0 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"-10 -305 347 102","underline-thickness":"18","underline-position":"-18","slope":"-12.5","stemh":"18","stemv":"26","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":109},"!":{"d":"98,-260r38,0r-46,178r-23,0xm51,-40r35,0r-9,40r-35,0","w":119},"\"":{"d":"63,-163r22,-97r22,0r-21,97r-23,0xm106,-163r22,-97r22,0r-21,97r-23,0","w":119},"#":{"d":"125,-158r-20,55r49,0r20,-55r-49,0xm98,-83r-29,83r-23,0r30,-83r-36,0r5,-20r38,0r20,-55r-36,0r5,-20r38,0r29,-82r23,0r-30,82r49,0r29,-82r23,0r-29,82r34,0r-5,20r-37,0r-20,55r35,0r-5,20r-37,0r-29,83r-23,0r30,-83r-49,0"},"$":{"d":"132,-150r20,-88v-28,-1,-51,16,-56,40v-7,32,14,43,36,48xm149,-116r-20,94v26,-1,54,-18,60,-44v7,-32,-17,-42,-40,-50xm157,-260r6,-28r24,0r-6,28v29,2,49,24,57,43r-22,15v-7,-17,-21,-32,-40,-36r-21,94v47,16,69,35,60,76v-9,40,-51,68,-92,68r-9,45r-25,0r10,-45v-35,-1,-56,-26,-69,-47r25,-16v8,17,25,40,49,41r22,-101v-25,-6,-67,-23,-57,-71v10,-45,51,-66,88,-66"},"%":{"d":"243,-22v41,6,71,-74,17,-75v-42,-7,-70,74,-17,75xm238,0v-33,0,-54,-26,-46,-60v8,-34,40,-60,73,-60v33,0,55,26,47,60v-8,34,-41,60,-74,60xm113,-140v-33,0,-55,-26,-47,-60v8,-34,40,-60,73,-60v33,0,55,26,47,60v-8,34,-40,60,-73,60xm118,-163v42,6,70,-74,16,-75v-41,-6,-70,74,-16,75xm74,4r208,-268r21,0r-208,268r-21,0","w":320},"&":{"d":"162,-241v-38,-1,-42,50,-30,77v21,-12,46,-31,50,-51v4,-16,-7,-26,-20,-26xm220,-131r22,6v-11,27,-29,59,-46,77v9,12,29,22,38,22r-6,26v-23,2,-38,-10,-54,-26v-43,47,-161,41,-142,-45v8,-35,42,-61,73,-78v-23,-51,3,-115,63,-115v30,0,50,18,43,49v-7,30,-43,54,-70,71v10,31,27,58,41,78v11,-11,27,-37,38,-65xm60,-69v-12,61,70,56,99,27v-18,-27,-34,-58,-46,-88v-24,14,-46,29,-53,61","w":240},"(":{"d":"159,-264v-73,69,-118,185,-65,294r-27,0v-53,-107,-4,-226,64,-294r28,0","w":119},")":{"d":"12,30v74,-69,118,-185,65,-294r27,0v54,107,7,227,-64,294r-28,0","w":119},"*":{"d":"123,-196r-51,-8r12,-24r44,24v6,-14,3,-38,6,-56r24,0v-4,18,-18,40,-16,56r53,-25r4,24v-19,5,-44,4,-58,14r30,38r-23,15r-16,-48r-3,0r-36,48r-16,-14v14,-16,35,-25,46,-44","w":180},"+":{"d":"120,-105r18,-82r23,0r-18,82r82,0r-5,23r-82,0r-19,82r-22,0r18,-82r-82,0r5,-23r82,0","w":216},",":{"d":"81,-40r-9,40r-34,53r-15,0r28,-53r-14,0r9,-40r35,0","w":109},"-":{"d":"123,-82r-90,0r5,-23r91,0","w":119},".":{"d":"46,-40r35,0r-9,40r-35,0","w":109},"\/":{"d":"139,-264r22,0r-143,268r-22,0","w":100},"0":{"d":"47,-130v21,-94,64,-134,121,-134v57,0,83,40,62,134v-21,94,-64,134,-121,134v-57,0,-83,-40,-62,-134xm74,-130v-18,79,-2,111,40,111v42,0,71,-32,89,-111v18,-79,2,-111,-40,-111v-42,0,-71,32,-89,111"},"1":{"d":"171,0r-115,0r5,-22r45,0r47,-212r-51,5r3,-17v30,-5,45,-21,80,-18r-53,242r44,0"},"2":{"d":"198,-22r-5,22r-169,0r6,-27v65,-91,163,-97,178,-167v7,-30,-8,-47,-41,-47v-37,0,-64,30,-74,56r-25,-5v16,-36,46,-74,104,-74v42,0,74,25,64,70v-18,79,-136,101,-180,172r142,0"},"3":{"d":"23,-48r24,-14v22,62,120,52,134,-7v11,-45,-28,-63,-86,-58r5,-23v55,2,94,-12,100,-48v5,-26,-13,-43,-38,-43v-32,0,-49,14,-71,36r-18,-15v23,-24,52,-44,94,-44v46,0,70,24,61,65v-7,31,-31,50,-53,58v37,16,39,45,34,69v-10,44,-51,76,-105,76v-50,0,-73,-32,-81,-52"},"4":{"d":"217,-61r-44,0r-14,61r-26,0r14,-61r-120,0r5,-23r147,-176r38,0r-40,176r45,0xm185,-233r-126,149r93,0"},"5":{"d":"238,-260r-5,22r-112,0r-25,84v57,-45,140,-20,122,66v-9,40,-44,92,-110,92v-44,0,-61,-25,-72,-50r26,-12v23,64,115,46,129,-30v15,-82,-79,-80,-107,-26r-22,-5r43,-141r133,0"},"6":{"d":"239,-248r-16,22v-10,-9,-20,-15,-40,-15v-41,0,-88,34,-105,109v42,-46,162,-48,138,52v-13,55,-59,84,-102,84v-54,0,-86,-32,-66,-121v18,-82,68,-147,138,-147v28,0,47,9,53,16xm189,-79v9,-40,-14,-62,-41,-62v-32,0,-72,25,-79,55v-9,37,11,67,48,67v37,0,64,-25,72,-60"},"7":{"d":"211,-238r-132,0r5,-22r165,0r-3,16r-164,244r-31,0"},"8":{"d":"220,-68v-9,40,-47,72,-111,72v-64,0,-87,-32,-79,-72v7,-34,41,-55,73,-71v-27,-11,-39,-33,-33,-60v10,-42,50,-65,98,-65v48,0,79,23,70,65v-6,28,-30,49,-60,61v28,11,50,35,42,70xm58,-68v-5,23,9,49,56,49v47,0,73,-26,78,-49v6,-30,-21,-45,-59,-59v-35,14,-69,29,-75,59xm211,-200v6,-29,-20,-41,-48,-41v-28,0,-59,12,-65,41v-6,28,25,44,45,50v31,-7,63,-25,68,-50"},"9":{"d":"38,-12r16,-21v63,39,120,-7,145,-94v-42,47,-161,46,-137,-53v13,-55,59,-84,102,-84v54,0,86,32,66,121v-18,82,-69,147,-139,147v-28,0,-47,-9,-53,-16xm89,-181v-13,93,92,66,118,14v9,-45,-9,-74,-46,-74v-37,0,-67,25,-72,60"},":":{"d":"72,0r-35,0r9,-40r35,0xm95,-104r-35,0r9,-40r35,0","w":109},";":{"d":"81,-40r-9,40r-34,53r-15,0r28,-53r-14,0r9,-40r35,0xm95,-104r-35,0r9,-40r35,0","w":109},"<":{"d":"204,-22r-5,22r-164,-84r5,-20r201,-83r-5,22r-173,71","w":216},"=":{"d":"233,-141r-5,22r-187,0r5,-22r187,0xm217,-68r-5,22r-188,0r6,-22r187,0","w":216},">":{"d":"22,-22r172,-72r-141,-71r5,-22r164,83r-4,21r-201,83","w":216},"?":{"d":"98,-82r-25,0v3,-67,70,-83,82,-128v3,-14,-1,-31,-23,-31v-17,0,-29,8,-44,28r-19,-11v18,-26,41,-40,67,-40v30,0,55,20,47,55v-13,55,-84,67,-85,127xm57,-40r36,0r-9,40r-35,0","w":159},"@":{"d":"122,-111v-5,21,0,35,17,35v33,0,68,-42,74,-71v5,-23,-6,-33,-19,-33v-35,0,-66,40,-72,69xm231,-178r12,-21r24,0r-58,116v-1,5,0,9,6,9v27,0,59,-40,67,-75v13,-58,-25,-91,-79,-91v-63,0,-119,49,-133,111v-14,63,24,110,84,110v36,0,71,-14,97,-39r28,0v-32,41,-82,62,-130,62v-74,0,-121,-59,-105,-133v17,-76,91,-135,164,-135v67,0,112,46,98,111v-15,70,-73,103,-105,103v-14,0,-22,-10,-21,-22v-30,36,-103,24,-88,-35v12,-48,55,-99,102,-99v19,0,32,8,37,28","w":288},"A":{"d":"161,-240r-67,134r79,0r-8,-134r-4,0xm39,0r-30,0r137,-260r43,0r22,260r-30,0r-6,-81r-94,0"},"B":{"d":"39,0r57,-260r96,0v45,0,66,29,59,64v-6,29,-26,48,-57,61v28,7,42,33,35,65v-9,39,-38,70,-109,70r-81,0xm95,-124r-22,100v60,2,118,2,128,-47v10,-52,-50,-57,-106,-53xm120,-235r-20,87v56,5,120,-7,121,-45v16,-53,-54,-41,-101,-42","w":240},"C":{"d":"198,-83r25,5v-22,48,-56,82,-109,82v-58,0,-90,-43,-70,-134v19,-85,66,-134,129,-134v48,0,70,28,71,76r-28,8v-1,-37,-13,-59,-52,-59v-37,0,-74,34,-91,109v-17,75,5,109,48,109v40,0,62,-30,77,-62"},"D":{"d":"117,-235r-47,211v90,7,134,-21,153,-106v21,-94,-25,-110,-106,-105xm36,0r58,-260v111,-9,184,15,158,130v-17,76,-70,130,-148,130r-68,0","w":240},"E":{"d":"96,-260r156,0r-5,25r-127,0r-20,87r91,0r-6,24r-90,0r-22,100r134,0r-5,24r-163,0"},"F":{"d":"94,-260r154,0r-6,25r-125,0r-19,87r92,0r-5,24r-93,0r-27,124r-29,0","w":200,"k":{"A":27,",":46,".":46}},"G":{"d":"152,-125r87,0r-28,125r-23,0v1,-7,6,-18,4,-24v-70,59,-181,26,-146,-106v24,-90,72,-134,131,-134v44,0,73,22,77,77r-29,5v-4,-41,-22,-57,-52,-57v-38,0,-80,26,-98,109v-18,83,12,109,50,109v52,-1,74,-35,80,-79r-59,0","w":240},"H":{"d":"250,-260r29,0r-58,260r-29,0r28,-124r-125,0r-27,124r-29,0r57,-260r29,0r-25,112r125,0","w":259},"I":{"d":"103,-260r29,0r-58,260r-29,0","w":119},"J":{"d":"153,-260r28,0r-42,193v-8,77,-101,93,-130,37r25,-14v15,32,63,34,74,-15","w":159},"K":{"d":"90,-87r-19,87r-29,0r57,-260r29,0r-29,135r138,-135r34,0r-103,98r55,162r-33,0r-47,-138","w":240},"L":{"d":"191,0r-152,0r57,-260r29,0r-52,236r123,0","w":200,"k":{"T":33,"V":33,"W":27,"y":20,"Y":33}},"M":{"d":"261,0r-26,0r52,-238r-126,238r-22,0r-22,-238r-52,238r-26,0r57,-260r45,0r21,210r111,-210r46,0","w":299},"N":{"d":"65,0r-26,0r57,-260r42,0r70,200r45,-200r26,0r-58,260r-24,0r-81,-232","w":259},"O":{"d":"76,-130v-16,74,3,109,49,109v46,0,80,-35,96,-109v16,-74,-2,-109,-48,-109v-46,0,-81,35,-97,109xm47,-130v19,-87,67,-134,131,-134v64,0,91,47,72,134v-19,87,-67,134,-131,134v-64,0,-91,-47,-72,-134","w":240},"P":{"d":"117,-235r-21,95v59,3,121,-1,123,-48v17,-52,-51,-49,-102,-47xm65,0r-29,0r58,-260r90,0v55,0,71,32,64,73v-9,56,-76,78,-158,71","k":{"A":20,",":46,".":46}},"Q":{"d":"235,-7r-6,28v-32,0,-41,-11,-50,-34v-80,44,-163,1,-132,-117v22,-86,67,-134,131,-134v64,0,91,47,72,134v-10,43,-26,77,-48,99v5,17,15,24,33,24xm143,-57r6,-27v23,3,35,9,43,26v13,-17,22,-41,29,-72v16,-74,-2,-109,-48,-109v-46,0,-79,35,-97,109v-24,99,32,131,94,95v-6,-13,-13,-20,-27,-22","w":240},"R":{"d":"117,-235r-21,92v59,1,114,3,124,-47v11,-55,-52,-44,-103,-45xm65,0r-29,0r58,-260r83,0v56,0,82,25,72,68v-8,37,-34,58,-67,68r28,124r-32,0r-26,-118r-61,0","w":240,"k":{"T":13,"V":6,"W":6,"Y":6}},"S":{"d":"231,-199r-27,5v3,-60,-99,-56,-108,-5v-10,57,137,42,119,126v-8,38,-39,77,-105,77v-57,0,-71,-37,-78,-68r28,-9v4,27,19,52,57,52v38,0,62,-20,68,-47v14,-66,-136,-47,-118,-129v8,-37,46,-67,93,-67v40,0,67,22,71,65"},"T":{"d":"244,-235r-77,0r-53,235r-28,0r52,-235r-78,0r6,-25r184,0","w":200,"k":{"w":33,"y":33,"A":20,",":33,".":33,"-":33,"a":33,"c":33,"e":33,"i":33,"o":33,"r":33,"s":33,"u":33,":":33,";":33}},"U":{"d":"96,-260r29,0r-40,184v-7,30,9,55,50,55v41,0,67,-25,74,-55r41,-184r29,0r-41,182v-12,52,-55,82,-109,82v-54,0,-85,-30,-73,-82","w":259},"V":{"d":"87,0r-23,-260r29,0r18,213r111,-213r29,0r-138,260r-26,0","w":200,"k":{"y":6,"A":13,",":40,".":40,"-":20,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":27,";":27}},"W":{"d":"73,0r-5,-260r27,0r3,207r96,-207r26,0r6,207r94,-207r27,0r-119,260r-25,0r-8,-210r-97,210r-25,0","w":299,"k":{"y":6,"A":13,",":33,".":33,"-":13,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":20,";":20}},"X":{"d":"123,-107r-85,107r-33,0r108,-136r-45,-124r33,0r34,95r76,-95r33,0r-98,124r49,136r-33,0","w":200},"Y":{"d":"86,0r24,-109r-47,-151r32,0r36,119r89,-119r32,0r-113,151r-25,109r-28,0","w":200,"k":{"v":13,"A":20,",":40,".":40,"-":33,"a":20,"e":20,"i":13,"o":20,"u":13,":":33,";":33,"p":13,"q":20}},"Z":{"d":"189,-24r-5,24r-168,0r5,-21r178,-214r-119,0r6,-25r154,0r-4,19r-181,217r134,0","w":200},"[":{"d":"22,27r63,-287r73,0r-3,15r-47,0r-57,257r47,0r-3,15r-73,0","w":119},"\\":{"d":"55,-264r22,0r25,268r-21,0","w":100},"]":{"d":"150,-260r-63,287r-74,0r4,-15r47,0r57,-257r-48,0r4,-15r73,0","w":119},"^":{"d":"62,-100r-23,0r116,-160r21,0r45,160r-22,0r-39,-135","w":216},"_":{"d":"170,45r-180,0r4,-18r180,0","w":180},"a":{"d":"74,-139r-20,-12v17,-22,44,-40,79,-40v32,0,60,15,52,56v-8,41,-23,93,-25,135r-27,0r3,-26v-26,34,-125,50,-110,-22v9,-41,45,-61,131,-76v8,-26,-1,-44,-28,-44v-29,0,-47,16,-55,29xm141,-50r11,-51v-62,10,-95,27,-101,53v2,50,64,24,90,-2","w":180},"b":{"d":"95,-169v54,-40,130,-29,109,75v-15,75,-65,98,-98,98v-22,0,-37,-10,-49,-24r-9,20r-18,0r59,-260r26,0xm89,-143r-22,99v40,52,96,19,111,-48v20,-91,-46,-90,-89,-51","w":200},"c":{"d":"190,-140r-25,9v-2,-23,-14,-37,-36,-37v-32,0,-56,26,-68,74v-22,87,57,97,93,41r19,9v-26,32,-46,48,-83,48v-47,0,-69,-38,-55,-98v13,-60,51,-97,98,-97v39,0,52,22,57,51","w":180},"d":{"d":"134,-191v18,0,34,10,46,22r20,-91r26,0r-56,260r-24,0r1,-18v-48,41,-134,29,-110,-76v16,-73,65,-97,97,-97xm152,-44r22,-99v-41,-48,-93,-27,-111,51v-18,79,45,92,89,48","w":200},"e":{"d":"159,-50r18,10v-17,21,-40,44,-82,44v-42,0,-75,-30,-60,-98v13,-60,52,-97,98,-97v47,0,66,43,49,102r-122,0v-20,78,67,88,99,39xm66,-111r95,0v8,-35,-4,-57,-32,-57v-31,0,-53,22,-63,57","w":180},"f":{"d":"67,0r-26,0r37,-165r-32,0r5,-22r32,0v8,-54,29,-90,85,-75r-5,23v-25,-4,-44,-4,-48,24r-6,28r40,0r-4,22r-41,0","w":119},"g":{"d":"42,-14v-35,-14,-13,-50,15,-59v-54,-63,46,-154,115,-105v13,-8,30,-15,44,-16r-6,26v-11,0,-23,2,-30,5v25,58,-43,124,-110,98v-19,2,-29,31,-6,31v89,0,113,16,105,53v-6,27,-39,50,-97,50v-89,0,-88,-64,-30,-83xm144,20v4,-18,-12,-28,-58,-28v-41,0,-56,18,-59,31v-3,14,3,24,55,24v31,0,58,-9,62,-27xm106,-82v55,5,84,-87,16,-86v-56,-6,-82,85,-16,86","w":180},"h":{"d":"90,-260r26,0r-21,98v18,-17,40,-29,61,-29v28,0,51,15,42,55r-30,136r-26,0r30,-135v6,-25,-4,-33,-23,-33v-19,0,-45,15,-60,28r-31,140r-26,0","w":200},"i":{"d":"37,0r41,-187r26,0r-41,187r-26,0xm95,-264r26,0r-7,31r-25,0","w":100},"j":{"d":"84,-187r25,0r-47,217v-5,29,-38,48,-68,35r4,-21v16,7,34,2,38,-16xm126,-264r-6,31r-26,0r6,-31r26,0","w":100},"k":{"d":"30,0r58,-260r26,0r-37,167r97,-94r31,0r-70,69r36,118r-31,0r-28,-96r-43,40r-13,56r-26,0","w":180},"l":{"d":"95,-260r26,0r-58,260r-26,0","w":100},"m":{"d":"91,-162v29,-33,92,-43,104,1v21,-18,44,-30,66,-30v25,0,49,11,39,57r-30,134r-26,0r30,-134v6,-25,-5,-34,-22,-34v-23,0,-41,14,-58,28r-31,140r-26,0r29,-134v6,-25,-4,-34,-21,-34v-23,0,-42,14,-59,28r-31,140r-25,0r41,-187r26,0","w":299},"n":{"d":"73,-187r26,0v-1,8,-6,19,-4,25v18,-17,40,-29,61,-29v28,0,51,15,42,55r-30,136r-26,0r30,-135v6,-25,-4,-33,-23,-33v-19,0,-45,15,-60,28r-31,140r-26,0","w":200},"o":{"d":"162,-94v10,-48,-4,-74,-35,-74v-31,0,-57,26,-67,74v-11,48,3,75,34,75v31,0,57,-27,68,-75xm188,-94v-12,54,-48,98,-99,98v-51,0,-67,-44,-55,-98v12,-54,47,-97,98,-97v51,0,68,43,56,97","w":180},"p":{"d":"108,4v-18,0,-34,-10,-46,-22r-20,87r-26,0r57,-256r26,0v-1,7,-6,17,-4,22v48,-46,131,-36,109,71v-16,73,-64,98,-96,98xm89,-143r-22,98v41,48,95,29,112,-50v18,-80,-46,-92,-90,-48","w":200},"q":{"d":"147,-18v-55,40,-131,29,-110,-76v15,-75,65,-97,98,-97v22,0,37,10,45,24r9,-20r21,0r-57,256r-26,0xm152,-45r22,-98v-39,-52,-96,-19,-110,48v-20,91,46,90,88,50","w":200},"r":{"d":"25,0r42,-187r26,0v-2,12,-9,27,-8,37v20,-26,39,-40,70,-40r-6,26v-32,1,-54,21,-75,60r-23,104r-26,0","w":119,"k":{",":20,".":20,"-":13}},"s":{"d":"16,-32r24,-16v10,40,88,35,94,-2v8,-48,-103,-21,-89,-90v12,-56,107,-69,130,-18r-21,16v-14,-35,-74,-34,-82,1v-9,41,103,20,88,90v-13,65,-116,73,-144,19","w":159},"t":{"d":"48,-187r30,0r14,-62r26,0r-14,62r44,0r-5,22r-43,0r-30,133v-2,9,4,13,19,13v9,0,16,-1,23,-2r-5,22v-22,4,-81,8,-64,-28r31,-138r-31,0","w":119},"u":{"d":"168,0r-26,0v1,-8,6,-19,5,-25v-19,17,-41,29,-62,29v-28,0,-51,-15,-42,-55r30,-136r26,0r-30,135v-5,25,5,33,24,33v19,0,45,-15,60,-28r31,-140r26,0","w":200},"v":{"d":"195,-187r-97,187r-35,0r-16,-187r26,0r14,155r82,-155r26,0","w":159,"k":{",":20,".":20}},"w":{"d":"57,0r-10,-187r26,0r7,144r69,-144r26,0r6,145r68,-145r27,0r-92,187r-26,0r-6,-145r-69,145r-26,0","w":240,"k":{",":20,".":20}},"x":{"d":"79,-187r26,66r54,-66r30,0r-72,89r39,98r-30,0r-30,-77r-63,77r-29,0r81,-98r-35,-89r29,0","w":159},"y":{"d":"168,-187r27,0r-110,204v-30,48,-52,56,-93,50r4,-21v33,3,48,2,73,-44r-23,-189r27,0r20,143","w":159,"k":{",":27,".":27}},"z":{"d":"154,-22r-5,22r-138,0r4,-19r135,-146r-92,0r4,-22r128,0r-4,19r-135,146r103,0","w":159},"{":{"d":"41,-109r4,-15v64,-12,4,-158,109,-140r-4,16v-20,-1,-28,1,-34,20v-12,41,-6,104,-51,112v15,3,24,10,20,28r-18,83v-5,21,7,21,25,20r-3,15v-34,3,-55,-4,-47,-39r16,-72v4,-18,-2,-28,-17,-28","w":119},"|":{"d":"98,-305r20,0r0,407r-20,0r0,-407","w":158},"}":{"d":"130,-124r-3,15v-65,11,-5,156,-109,139r3,-15v20,1,28,-1,34,-20v12,-41,7,-103,52,-112v-15,-3,-24,-10,-20,-28r18,-83v4,-20,-7,-21,-25,-20r3,-16v34,-3,55,6,47,40r-16,72v-4,18,1,28,16,28","w":119},"~":{"d":"96,-117v24,-1,51,23,71,24v14,0,26,-13,37,-25r11,15v-15,16,-31,32,-53,32v-30,0,-40,-24,-73,-24v-16,0,-27,13,-36,26r-11,-16v13,-17,30,-32,54,-32","w":216},"'":{"d":"65,-163r21,-97r23,0r-22,97r-22,0","w":79},"`":{"d":"60,-260r39,0r21,51r-24,0","w":100},"\u00a0":{"w":109}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1990, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * TradeGothicLTStd-Bd2Obl
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":219,"face":{"font-family":"tradeGoth","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"260","descent":"-100","x-height":"4","bbox":"-13 -302 350 101","underline-thickness":"18","underline-position":"-18","slope":"-12.5","stemh":"30","stemv":"45","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":109},"!":{"d":"144,-260r-48,172r-34,0r29,-172r53,0xm85,0r-50,0r11,-51r50,0","w":119},"\"":{"d":"107,-162r22,-98r40,0r-22,98r-40,0xm45,-162r21,-98r41,0r-22,98r-40,0","w":119},"#":{"d":"211,-108r-7,32r-33,0r-27,76r-34,0r26,-76r-34,0r-27,76r-34,0r27,-76r-29,0r7,-32r34,0r15,-44r-29,0r7,-32r34,0r27,-76r33,0r-26,76r34,0r27,-76r34,0r-26,76r28,0r-7,32r-33,0r-15,44r28,0xm164,-152r-35,0r-15,44r34,0"},"$":{"d":"145,-106r-16,70v19,0,42,-7,47,-33v5,-21,-9,-31,-31,-37xm130,-159r14,-65v-22,1,-39,11,-44,34v-4,17,6,24,30,31xm103,-36r17,-78v-39,-9,-70,-32,-61,-72v11,-48,52,-73,93,-74r6,-26r27,0r-6,26v28,1,48,13,66,36r-34,27v-11,-14,-22,-24,-40,-27r-16,72v47,15,71,37,61,82v-10,48,-51,68,-95,70r-9,43r-27,0r10,-43v-31,-3,-57,-16,-71,-43r38,-26v9,20,21,28,41,33"},"%":{"d":"135,-260v36,0,58,30,50,65v-8,35,-43,65,-79,65v-36,0,-59,-30,-51,-65v8,-35,44,-65,80,-65xm127,-225v-31,-3,-55,56,-13,59v33,3,54,-56,13,-59xm272,-130v36,0,58,30,50,65v-8,35,-43,65,-79,65v-36,0,-58,-30,-50,-65v8,-35,43,-65,79,-65xm264,-94v-33,-3,-54,56,-13,59v31,3,55,-56,13,-59xm70,4r209,-268r30,0r-208,268r-31,0","w":320},"&":{"d":"151,-234v-23,0,-39,45,-24,70v18,-11,37,-26,41,-43v3,-14,-2,-27,-17,-27xm212,-130r38,10v-13,22,-27,44,-46,64v9,10,20,18,33,18r-9,42v-25,0,-35,-4,-59,-28v-47,46,-161,38,-139,-48v8,-32,30,-51,59,-68v-31,-56,11,-124,71,-124v34,0,56,25,49,58v-8,34,-38,54,-66,73v10,19,21,38,34,52v14,-15,25,-32,35,-49xm106,-108v-32,12,-42,67,2,70v13,0,26,-6,37,-15v-17,-16,-30,-34,-39,-55","w":240},"(":{"d":"169,-264v-75,72,-122,183,-65,294r-44,0v-51,-107,-3,-226,65,-294r44,0","w":119},")":{"d":"3,30v74,-72,120,-183,65,-294r43,0v53,107,4,226,-65,294r-43,0","w":119},"*":{"d":"127,-206v5,-13,0,-37,2,-54r36,0v-6,18,-17,37,-20,54r52,-26r4,32r-55,8r30,39r-31,21v-6,-15,-7,-36,-16,-48r-34,47r-22,-19v15,-14,34,-24,46,-40r-51,-6r16,-32","w":180},"+":{"d":"153,-113r74,0r-9,39r-74,0r-17,74r-38,0r16,-74r-74,0r9,-39r74,0r16,-74r39,0","w":216},",":{"d":"21,54r30,-54r-21,0r11,-51r50,0r-11,51r-35,54r-24,0","w":109},"-":{"d":"121,-74r-89,0r9,-39r88,0","w":119},".":{"d":"80,0r-50,0r11,-51r50,0","w":109},"\/":{"d":"168,-264r-140,268r-39,0r140,-268r39,0","w":100},"0":{"d":"44,-130v17,-75,55,-134,124,-134v69,0,82,59,65,134v-17,75,-55,134,-124,134v-69,0,-82,-59,-65,-134xm91,-130v-16,71,-1,95,27,95v28,0,52,-24,68,-95v16,-71,1,-95,-27,-95v-28,0,-52,24,-68,95"},"1":{"d":"180,0r-127,0r7,-36r41,0r40,-179r-46,0r6,-31v24,-1,47,-6,61,-18r36,0r-50,228r40,0"},"2":{"d":"195,0r-175,0r10,-43v17,-41,150,-98,160,-146v5,-23,-7,-36,-31,-36v-26,0,-44,17,-55,41r-40,-9v14,-40,59,-71,105,-71v46,0,79,26,68,75v-14,63,-78,90,-156,149r123,0"},"3":{"d":"96,-118r9,-39v38,0,71,-6,78,-37v1,-48,-65,-31,-87,-5r-24,-28v31,-27,60,-37,87,-37v48,0,81,23,71,67v-6,26,-25,46,-52,57v29,10,41,33,34,65v-18,89,-159,110,-190,28r42,-21v13,48,91,41,101,-7v9,-42,-38,-43,-69,-43"},"4":{"d":"66,-96r81,0r25,-116xm22,-60r10,-45r145,-155r51,0r-36,164r36,0r-8,36r-36,0r-14,60r-44,0r13,-60r-117,0"},"5":{"d":"59,-122r40,-138r140,0r-9,40r-105,0r-16,59v10,-9,24,-15,52,-15v47,0,67,45,58,87v-13,57,-53,93,-116,93v-41,0,-65,-20,-73,-49r43,-20v18,52,97,28,99,-24v16,-54,-57,-60,-78,-25"},"6":{"d":"122,-35v50,0,82,-94,17,-92v-21,0,-39,10,-53,29v-10,44,11,63,36,63xm248,-244r-29,37v-43,-44,-110,2,-122,62v52,-44,144,-17,124,63v-14,54,-59,86,-111,86v-54,0,-84,-39,-67,-118v23,-113,110,-186,205,-130"},"7":{"d":"69,-220r9,-40r179,0r-6,27r-159,233r-51,0r153,-220r-125,0"},"8":{"d":"240,-199v-7,31,-26,47,-55,61v29,14,44,35,36,71v-9,42,-57,71,-112,71v-55,0,-90,-29,-81,-71v8,-36,33,-57,68,-71v-67,-39,-11,-126,72,-126v53,0,80,25,72,65xm117,-32v33,0,53,-15,58,-38v5,-23,-31,-47,-43,-47v-12,0,-50,21,-56,47v-5,23,8,38,41,38xm160,-228v-29,0,-42,13,-46,30v-5,24,18,40,31,40v28,2,88,-69,15,-70"},"9":{"d":"151,-225v-49,0,-81,94,-17,93v21,0,39,-11,53,-30v10,-44,-11,-63,-36,-63xm26,-16r28,-37v43,43,110,-1,122,-61v-53,43,-144,16,-123,-64v14,-54,58,-86,110,-86v54,0,83,40,67,119v-23,113,-110,185,-204,129"},":":{"d":"104,-108r-50,0r11,-51r50,0xm80,0r-50,0r11,-51r50,0","w":109},";":{"d":"21,54r30,-54r-21,0r11,-51r50,0r-11,51r-35,54r-24,0xm104,-108r-50,0r11,-51r50,0","w":109},"<":{"d":"210,-37r-9,40r-170,-80r8,-33r205,-80r-9,40r-146,56","w":216},"=":{"d":"235,-153r-8,39r-187,0r8,-39r187,0xm218,-73r-9,38r-187,0r9,-38r187,0","w":216},">":{"d":"14,3r9,-40r146,-57r-121,-56r9,-40r169,80r-7,33","w":216},"?":{"d":"111,-87r-40,0v2,-55,59,-81,73,-121v3,-11,-7,-20,-19,-20v-17,0,-31,17,-36,32r-39,-11v17,-36,47,-57,86,-57v35,0,61,21,53,58v-10,51,-76,62,-78,119xm97,0r-50,0r11,-51r50,0","w":159},"@":{"d":"157,-90v23,0,43,-21,48,-43v4,-17,-4,-29,-21,-29v-22,0,-42,19,-47,42v-4,17,3,30,20,30xm225,-177r8,-18r31,0r-42,101v-1,5,-1,8,3,8v16,0,40,-20,49,-59v13,-58,-20,-88,-73,-88v-59,0,-104,45,-120,103v-26,99,90,129,154,78r32,0v-32,36,-73,56,-116,56v-74,0,-123,-57,-106,-134v17,-76,90,-134,163,-134v62,0,113,43,98,109v-17,79,-90,104,-112,104v-12,1,-16,-9,-16,-19v-33,38,-95,11,-82,-44v10,-43,48,-85,92,-85v17,0,31,7,37,22","w":288},"A":{"d":"158,-210v-21,35,-37,76,-56,113r60,0xm5,0r132,-260r62,0r16,260r-49,0r-2,-56r-82,0r-28,56r-49,0"},"B":{"d":"28,0r58,-260v76,2,186,-16,170,64v-6,27,-22,48,-53,59v31,14,40,29,31,69v-9,40,-44,68,-110,68r-96,0xm103,-116r-16,76v47,1,95,4,99,-38v14,-45,-42,-38,-83,-38xm126,-220r-14,64v42,1,86,3,93,-32v8,-38,-43,-33,-79,-32","w":240},"C":{"d":"249,-195r-47,11v-3,-22,-15,-38,-39,-38v-33,0,-58,32,-74,92v-27,104,52,120,94,53r43,13v-26,45,-64,68,-112,68v-66,0,-93,-49,-74,-134v19,-85,68,-134,134,-134v50,0,73,23,75,69"},"D":{"d":"28,0r58,-260v116,-6,205,-1,174,130v-30,126,-102,137,-232,130xm126,-218r-39,176v77,9,112,-31,123,-88v9,-46,6,-88,-51,-88r-33,0","w":240},"E":{"d":"206,0r-176,0r58,-260r172,0r-9,42r-123,0r-14,62r89,0r-9,42r-89,0r-16,72r127,0"},"F":{"d":"78,0r-50,0r58,-260r165,0r-9,42r-116,0r-14,62r87,0r-9,42r-87,0","w":200,"k":{"A":20,",":46,".":46}},"G":{"d":"257,-197r-49,12v-6,-26,-17,-37,-43,-37v-37,0,-63,37,-76,95v-12,55,0,89,35,89v32,0,58,-22,66,-52r-50,0r10,-41r97,0r-29,131r-36,0r6,-27v-26,23,-48,31,-75,31v-71,0,-90,-57,-74,-130v15,-66,55,-138,138,-138v52,0,76,29,80,67","w":240},"H":{"d":"80,0r-50,0r58,-260r50,0r-24,104r101,0r23,-104r49,0r-57,260r-50,0r25,-112r-100,0","w":259},"I":{"d":"85,0r-50,0r58,-260r49,0","w":119},"J":{"d":"5,-31r40,-26v12,30,42,24,50,-12r43,-191r49,0r-42,190v-7,74,-109,102,-140,39","w":159},"K":{"d":"78,0r-50,0r58,-260r49,0r-25,116r112,-116r57,0r-95,98r50,162r-55,0r-38,-123r-46,45","w":240},"L":{"d":"191,0r-163,0r58,-260r49,0r-48,218r113,0","w":200,"k":{"T":33,"V":27,"W":27,"y":20,"Y":33}},"M":{"d":"72,0r-43,0r58,-260r70,0r10,182r91,-182r70,0r-57,260r-43,0r44,-204r-104,204r-37,0r-13,-204","w":299},"N":{"d":"76,0r-47,0r58,-260r52,0r63,177r40,-177r46,0r-57,260r-48,0r-66,-185","w":259},"O":{"d":"208,-130v13,-61,2,-92,-39,-92v-41,0,-67,31,-80,92v-14,61,-2,92,39,92v41,0,67,-31,80,-92xm258,-130v-19,85,-68,134,-139,134v-71,0,-98,-49,-79,-134v19,-85,67,-134,138,-134v71,0,99,49,80,134","w":240},"P":{"d":"74,0r-50,0r58,-260v84,0,192,-14,170,77v-17,69,-73,83,-154,78xm123,-220r-16,75v46,3,94,-2,95,-38v15,-37,-38,-40,-79,-37","k":{"A":13,",":46,".":46}},"Q":{"d":"135,-69r10,-45v25,3,37,14,46,33v7,-13,13,-29,17,-49v13,-61,2,-92,-39,-92v-41,0,-65,32,-80,92v-20,79,18,109,72,83v-5,-11,-12,-19,-26,-22xm241,-22r-10,41v-33,0,-38,-5,-54,-28v-17,9,-36,13,-58,13v-71,0,-98,-49,-79,-134v19,-85,67,-134,138,-134v71,0,99,49,80,134v-9,40,-25,73,-47,96v8,7,17,12,30,12","w":240},"R":{"d":"78,0r-50,0r58,-260r103,0v108,-2,74,132,4,144r32,116r-55,0r-26,-106r-43,0xm126,-220r-16,74v46,2,95,-1,96,-37v12,-42,-40,-38,-80,-37","w":240,"k":{"T":6,"V":6,"W":6,"Y":6}},"S":{"d":"242,-205r-49,14v0,-42,-74,-45,-82,-5v-8,45,126,36,107,120v-12,53,-51,80,-109,80v-42,0,-77,-24,-83,-62r45,-18v3,51,89,56,99,6v11,-51,-122,-40,-107,-121v16,-83,163,-104,179,-14"},"T":{"d":"65,-260r186,0r-9,41r-68,0r-49,219r-50,0r49,-219r-68,0","w":200,"k":{"w":27,"y":27,"A":20,",":33,".":33,"-":27,"a":27,"c":27,"e":27,"i":27,"o":27,"r":27,"s":27,"u":27,":":27,";":27}},"U":{"d":"201,-95r37,-165r49,0r-36,163v-17,76,-69,101,-122,101v-53,0,-94,-25,-77,-101r36,-163r50,0r-37,165v-9,42,4,57,37,57v33,0,54,-15,63,-57","w":259},"V":{"d":"72,0r-11,-260r49,0r4,192r91,-192r49,0r-126,260r-56,0","w":200,"k":{"y":6,"A":13,",":33,".":33,"-":13,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":13,";":13}},"W":{"d":"62,0r3,-260r46,0r-5,175r76,-175r51,0r-4,175r74,-175r47,0r-112,260r-50,0r2,-185r-78,185r-50,0","w":299,"k":{"y":6,"A":13,",":20,".":20,"-":13,"a":13,"e":13,"i":6,"o":13,"r":6,"u":6,":":13,";":13}},"X":{"d":"103,-133r-38,-127r54,0r21,80r57,-80r54,0r-94,127r40,133r-54,0r-23,-88r-63,88r-54,0","w":200},"Y":{"d":"113,-260r22,103r67,-103r52,0r-106,156r-23,104r-50,0r23,-104r-37,-156r52,0","w":200,"k":{"v":13,"A":20,",":33,".":33,"-":20,"a":20,"e":20,"i":6,"o":20,"u":13,":":20,";":20,"p":13,"q":20}},"Z":{"d":"200,-42r-9,42r-185,0r9,-42r160,-176r-113,0r10,-42r175,0r-8,40r-166,178r127,0","w":200},"[":{"d":"98,27r-85,0r63,-287r84,0r-4,22r-45,0r-54,243r45,0","w":119},"\\":{"d":"70,4r-22,-268r39,0r22,268r-39,0","w":100},"]":{"d":"95,27r-84,0r4,-22r46,0r54,-243r-45,0r5,-22r84,0","w":119},"^":{"d":"92,-125r-39,0r95,-135r36,0r35,135r-40,0r-22,-95","w":216},"_":{"d":"170,45r-180,0r4,-18r180,0","w":180},"a":{"d":"162,0r-44,0r1,-16v-21,12,-39,20,-62,20v-34,0,-46,-24,-40,-50v9,-42,48,-65,123,-74v8,-18,6,-39,-19,-38v-21,0,-35,11,-46,23r-24,-22v36,-47,162,-57,133,42v-11,37,-19,75,-22,115xm125,-49r9,-41v-31,6,-65,13,-71,39v-3,14,3,21,16,21v14,0,35,-11,46,-19","w":180},"b":{"d":"23,0r58,-260r44,0r-19,90v12,-12,35,-21,50,-21v48,0,63,46,55,92v-14,76,-88,139,-144,79r-9,20r-35,0xm99,-139r-21,90v28,35,75,10,87,-45v14,-64,-34,-74,-66,-45","w":200},"c":{"d":"195,-141r-40,15v-4,-16,-9,-29,-31,-29v-25,0,-39,19,-50,61v-20,78,47,74,71,32r30,19v-26,33,-52,47,-86,47v-51,0,-72,-39,-59,-98v13,-59,51,-97,102,-97v35,0,59,19,63,50","w":180},"d":{"d":"235,-260r-58,260r-38,0r2,-20v-19,15,-35,24,-55,24v-50,0,-64,-45,-53,-103v11,-60,88,-126,137,-71r20,-90r45,0xm143,-49r20,-90v-31,-34,-73,-9,-86,45v-16,66,38,75,66,45","w":200},"e":{"d":"79,-117r72,0v5,-26,-5,-41,-27,-41v-22,0,-39,15,-45,41xm185,-86r-113,0v-16,70,48,62,74,31r28,20v-23,27,-51,39,-87,39v-49,0,-70,-39,-57,-98v13,-59,51,-97,102,-97v58,0,71,58,53,105","w":180},"f":{"d":"146,-151r-38,0r-33,151r-45,0r34,-151r-26,0r8,-36r25,0v7,-57,32,-87,100,-77r-8,36v-36,-5,-43,15,-47,41r38,0","w":119},"g":{"d":"78,-4v-24,0,-35,14,-37,22v-3,14,8,21,45,21v29,0,43,-15,44,-21v2,-9,-9,-22,-52,-22xm107,-96v34,4,56,-60,13,-62v-37,-4,-59,60,-13,62xm218,-191r-7,30v-10,0,-22,1,-30,5v16,51,-24,94,-81,93v-19,0,-34,1,-37,12v-6,30,126,-11,109,64v-6,27,-39,55,-99,55v-50,0,-80,-14,-74,-44v4,-24,28,-33,42,-36v-8,-5,-26,-10,-21,-30v4,-18,28,-31,37,-34v-44,-44,3,-117,71,-115v16,0,33,7,42,17v11,-12,27,-18,48,-17","w":180},"h":{"d":"68,0r-45,0r58,-260r44,0r-20,93v34,-36,118,-35,101,39r-29,128r-45,0r27,-122v5,-25,0,-33,-15,-33v-19,0,-37,11,-46,20","w":200},"i":{"d":"114,-187r-42,187r-44,0r41,-187r45,0xm122,-222r-45,0r9,-42r45,0","w":100},"j":{"d":"-13,66r8,-37v20,2,30,2,36,-22r43,-194r44,0r-44,201v-8,46,-40,60,-87,52xm126,-222r-44,0r9,-42r44,0","w":100},"k":{"d":"68,0r-45,0r58,-260r44,0r-32,145v27,-21,48,-49,73,-72r51,0r-71,70r33,117r-47,0r-23,-84r-29,26","w":180},"l":{"d":"72,0r-44,0r57,-260r45,0","w":100},"m":{"d":"68,0r-45,0r41,-187r41,0r-4,20v27,-26,87,-39,101,4v19,-15,40,-28,71,-28v19,0,43,11,33,56r-30,135r-44,0r29,-131v4,-15,-1,-24,-17,-24v-12,0,-29,10,-42,20r-30,135r-45,0r29,-131v4,-15,-1,-24,-17,-24v-12,0,-28,10,-41,20","w":299},"n":{"d":"68,0r-45,0r41,-187r41,0r-4,20v38,-34,122,-37,105,39r-29,128r-45,0r27,-122v5,-25,0,-33,-15,-33v-19,0,-37,11,-46,20","w":200},"o":{"d":"148,-94v9,-42,1,-61,-24,-61v-25,0,-41,19,-50,61v-9,42,-2,62,23,62v25,0,42,-20,51,-62xm30,-94v13,-59,51,-97,102,-97v51,0,73,38,60,97v-13,59,-52,98,-103,98v-51,0,-72,-39,-59,-98","w":180},"p":{"d":"8,68r56,-255r43,0r-3,17v15,-13,32,-21,52,-21v50,0,63,44,52,102v-11,60,-86,127,-136,72r-19,85r-45,0xm98,-138r-20,90v32,34,74,8,87,-46v16,-66,-39,-73,-67,-44","w":200},"q":{"d":"219,-187r-57,255r-45,0r19,-85v-12,12,-35,21,-50,21v-48,0,-63,-47,-55,-93v14,-75,88,-137,143,-78r10,-20r35,0xm143,-48r20,-90v-28,-34,-74,-11,-86,44v-14,65,33,75,66,46","w":200},"r":{"d":"65,0r-45,0r42,-187r41,0r-7,32v15,-22,34,-35,61,-36r-11,47v-79,3,-60,84,-81,144","w":119,"k":{",":20,".":20,"-":13}},"s":{"d":"178,-162r-33,24v-9,-23,-55,-27,-60,-1v-7,32,87,18,74,86v-13,66,-120,78,-144,19r35,-23v7,28,61,39,69,6v8,-32,-88,-20,-74,-85v12,-60,101,-74,133,-26","w":159},"t":{"d":"46,-187r26,0r13,-62r45,0r-14,62r37,0r-8,36r-37,0r-23,106v-5,20,23,12,35,9r-8,37v-40,8,-83,3,-73,-41r25,-111r-26,0","w":119},"u":{"d":"174,-187r45,0r-42,187r-41,0r4,-20v-38,34,-120,36,-104,-39r28,-128r45,0r-27,121v-5,25,1,34,16,34v19,0,37,-11,46,-20","w":200},"v":{"d":"56,0r-11,-187r45,0r3,127r60,-127r45,0r-95,187r-47,0","w":159,"k":{",":20,".":20}},"w":{"d":"52,0r-7,-187r42,0r1,116r53,-116r41,0r1,116r52,-116r43,0r-90,187r-40,0r-3,-117r-53,117r-40,0","w":240,"k":{",":20,".":20}},"x":{"d":"1,0r77,-97r-33,-90r49,0r15,52r38,-52r48,0r-72,90r35,97r-47,0r-18,-58r-44,58r-48,0","w":159},"y":{"d":"-3,30v41,10,65,-17,62,-57r-14,-160r45,0r6,115r57,-115r45,0r-100,187v-39,61,-51,71,-109,67","w":159,"k":{",":27,".":27}},"z":{"d":"48,-151r7,-36r139,0r-7,31r-116,120r90,0r-8,36r-147,0r8,-32r116,-119r-82,0","w":159},"{":{"d":"26,-106r5,-21v64,-8,17,-146,101,-137r26,0r-5,22v-72,-7,-20,113,-87,126v41,11,5,74,3,107v-5,17,12,20,29,18r-5,21v-39,2,-71,-2,-62,-43r15,-69v3,-14,-6,-24,-20,-24","w":119},"|":{"d":"97,-302r33,0r0,403r-33,0r0,-403","w":169},"}":{"d":"145,-127r-5,21v-62,10,-17,145,-101,136r-26,0r5,-21v73,8,20,-113,88,-126v-42,-11,-8,-74,-3,-107v2,-17,-12,-20,-29,-18r4,-22v39,-2,72,2,63,43r-16,70v-3,14,6,24,20,24","w":119},"~":{"d":"158,-62v-28,0,-38,-25,-69,-25v-17,0,-30,13,-38,26r-5,-33v11,-15,28,-31,52,-31v27,0,53,25,71,25v14,0,26,-13,37,-26r6,32v-14,15,-30,32,-54,32","w":216},"'":{"d":"56,-162r21,-98r41,0r-22,98r-40,0","w":79},"`":{"d":"48,-264r56,0r22,53r-37,0","w":100},"\u00a0":{"w":109}}});;window.log=function(){log.history=log.history||[];log.history.push(arguments);arguments.callee=arguments.callee.caller;if(this.console)console.log(Array.prototype.slice.call(arguments));};(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});;$(function(){$.extend($.support,{touch:"ontouchend"in document});if($.support.touch){document.addEventListener("touchstart",iPadTouchHandler,false);document.addEventListener("touchmove",iPadTouchHandler,false);document.addEventListener("touchend",iPadTouchHandler,false);document.addEventListener("touchcancel",iPadTouchHandler,false);}});var lastTap=null;var tapValid=false;var tapTimeout=null;function cancelTap(){tapValid=false;}
var rightClickPending=false;var rightClickEvent=null;var holdTimeout=null;var cancelMouseUp=false;function cancelHold(){if(rightClickPending){window.clearTimeout(holdTimeout);rightClickPending=false;rightClickEvent=null;}}
function startHold(event){if(rightClickPending)
return;rightClickPending=true;rightClickEvent=(event.changedTouches)[0];holdTimeout=window.setTimeout("doRightClick();",800);}
function doRightClick(){rightClickPending=false;var first=rightClickEvent,simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent("mouseup",true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,0,null);first.target.dispatchEvent(simulatedEvent);simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent("mousedown",true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,2,null);first.target.dispatchEvent(simulatedEvent);simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent("contextmenu",true,true,window,1,first.screenX+50,first.screenY+5,first.clientX+50,first.clientY+5,false,false,false,false,2,null);first.target.dispatchEvent(simulatedEvent);cancelMouseUp=true;rightClickEvent=null;}
function iPadTouchStart(event){var touches=event.changedTouches,first=touches[0],type="mouseover",simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent(type,true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,0,null);first.target.dispatchEvent(simulatedEvent);type="mousedown";simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent(type,true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,0,null);first.target.dispatchEvent(simulatedEvent);if(!tapValid){lastTap=first.target;tapValid=true;tapTimeout=window.setTimeout("cancelTap();",600);startHold(event);}
else{window.clearTimeout(tapTimeout);if(first.target==lastTap){lastTap=null;tapValid=false;type="click";simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent(type,true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,0,null);first.target.dispatchEvent(simulatedEvent);type="dblclick";simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent(type,true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,0,null);first.target.dispatchEvent(simulatedEvent);}
else{lastTap=first.target;tapValid=true;tapTimeout=window.setTimeout("cancelTap();",600);startHold(event);}}}
function iPadTouchHandler(event){var type="",button=0;if(event.touches.length>1)
return;switch(event.type){case"touchstart":if($(event.changedTouches[0].target).is("select")){return;}
iPadTouchStart(event);event.preventDefault();return false;break;case"touchmove":cancelHold();type="mousemove";event.preventDefault();break;case"touchend":if(cancelMouseUp){cancelMouseUp=false;event.preventDefault();return false;}
cancelHold();type="mouseup";break;default:return;}
var touches=event.changedTouches,first=touches[0],simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent(type,true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,button,null);first.target.dispatchEvent(simulatedEvent);if(type=="mouseup"&&tapValid&&first.target==lastTap){simulatedEvent=document.createEvent("MouseEvent");simulatedEvent.initMouseEvent("click",true,true,window,1,first.screenX,first.screenY,first.clientX,first.clientY,false,false,false,false,button,null);first.target.dispatchEvent(simulatedEvent);}};(function($){$.fn.piroBox_ext=function(opt){opt=jQuery.extend({piro_speed:700,bg_alpha:0.9,piro_scroll:true},opt);$.fn.piroFadeIn=function(speed,callback){$(this).fadeIn(speed,function(){if(jQuery.browser.msie)
$(this).get(0).style.removeAttribute('filter');if(callback!=undefined)
callback();});};$.fn.piroFadeOut=function(speed,callback){$(this).fadeOut(speed,function(){if(jQuery.browser.msie)
$(this).get(0).style.removeAttribute('filter');if(callback!=undefined)
callback();});};var my_gall_obj=$('a[class*="pirobox"]');var map=new Object();for(var i=0;i<my_gall_obj.length;i++){var it=$(my_gall_obj[i]);map['a.'+it.attr('class').match(/^pirobox_gall\w*/)]=0;}
var gall_settings=new Array();for(var key in map){gall_settings.push(key);}
for(var i=0;i<gall_settings.length;i++){$(gall_settings[i]+':first').addClass('first');$(gall_settings[i]+':last').addClass('last');}
var piro_gallery=$(my_gall_obj);$('a[class*="pirobox_gall"]').each(function(rev){this.rev=rev+0});var struct=('<div class="piro_overlay"></div>'+'<table class="piro_html"  cellpadding="0" cellspacing="0">'+'<tr>'+'<td class="h_t_l"></td>'+'<td class="h_t_c" title="drag me!!"></td>'+'<td class="h_t_r"></td>'+'</tr>'+'<tr>'+'<td class="h_c_l"></td>'+'<td class="h_c_c">'+'<div class="piro_loader" title="close"><span></span></div>'+'<div class="resize">'+'<div class="nav_container">'+'<a href="#prev" class="piro_prev" title="previous"></a>'+'<a href="#next" class="piro_next" title="next"></a>'+'<div class="piro_prev_fake">prev</div>'+'<div class="piro_next_fake">next</div>'+'<div class="piro_close" title="close"></div>'+'</div>'+'<div class="caption"></div>'+'<div class="div_reg"></div>'+'</div>'+'</td>'+'<td class="h_c_r"></td>'+'</tr>'+'<tr>'+'<td class="h_b_l"></td>'+'<td class="h_b_c"></td>'+'<td class="h_b_r"></td>'+'</tr>'+'</table>');$('body').append(struct);var wrapper=$('.piro_html'),piro_capt=$('.caption'),piro_bg=$('.piro_overlay'),piro_next=$('.piro_next'),piro_prev=$('.piro_prev'),piro_next_fake=$('.piro_next_fake'),piro_prev_fake=$('.piro_prev_fake'),piro_close=$('.piro_close'),div_reg=$('.div_reg'),piro_loader=$('.piro_loader'),resize=$('.resize'),btn_info=$('.btn_info');var rz_img=0.95;if($.browser.msie){wrapper.draggable({handle:'.h_t_c,.h_b_c,.div_reg img'});}else{wrapper.draggable({handle:'.h_t_c,.h_b_c,.div_reg img',opacity:0.80});}
var y=$(window).height();var x=$(window).width();$('.nav_container').hide();wrapper.css({left:((x/2)-(250))+'px',top:parseInt($(document).scrollTop())+(100)});$(wrapper).add(piro_capt).add(piro_bg).hide();piro_bg.css({'opacity':opt.bg_alpha});$(piro_prev).add(piro_next).bind('click',function(c){$('.nav_container').hide();c.preventDefault();piro_next.add(piro_prev).hide();var obj_count=parseInt($('a[class*="pirobox_gall"]').filter('.item').attr('rev'));var start=$(this).is('.piro_prev')?$('a[class*="pirobox_gall"]').eq(obj_count-1):$('a[class*="pirobox_gall"]').eq(obj_count+1);start.click();});$('html').bind('keyup',function(c){if(c.keyCode==27){c.preventDefault();if($(piro_close).is(':visible')){close_all();}}});$('html').bind('keyup',function(e){if($('.item').is('.first')){}else if(e.keyCode==37){e.preventDefault();if($(piro_close).is(':visible')){piro_prev.click();}}});$('html').bind('keyup',function(z){if($('.item').is('.last')){}else if(z.keyCode==39){z.preventDefault();if($(piro_close).is(':visible')){piro_next.click();}}});$(window).resize(function(){var new_y=$(window).height();var new_x=$(window).width();var new_h=wrapper.height();var new_w=wrapper.width();wrapper.css({left:((new_x/2)-(new_w/2))+'px',top:parseInt($(document).scrollTop())+(new_y-new_h)/2});});function scrollIt(){$(window).scroll(function(){var new_y=$(window).height();var new_x=$(window).width();var new_h=wrapper.height();var new_w=wrapper.width();wrapper.css({left:((new_x/2)-(new_w/2))+'px',top:parseInt($(document).scrollTop())+(new_y-new_h)/2});});}
if(opt.piro_scroll==true){scrollIt()}
$(piro_gallery).each(function(){var descr=$(this).attr('title');var params=$(this).attr('rel').split('-');var p_link=$(this).attr('href');$(this).unbind();$(this).bind('click',function(e){piro_bg.css({'opacity':opt.bg_alpha});e.preventDefault();piro_next.add(piro_prev).hide().css('visibility','hidden');$(piro_gallery).filter('.item').removeClass('item');$(this).addClass('item');open_all();if($(this).is('.first')){piro_prev.hide();piro_next.show();piro_prev_fake.show().css({'opacity':0.5,'visibility':'hidden'});}else{piro_next.add(piro_prev).show();piro_next_fake.add(piro_prev_fake).hide();}
if($(this).is('.last')){piro_prev.show();piro_next_fake.show().css({'opacity':0.5,'visibility':'hidden'});piro_next.hide();}
if($(this).is('.pirobox')){piro_next.add(piro_prev).hide();}});function open_all(){wrapper.add(piro_bg).add(div_reg).add(piro_loader).show();function animate_html(){if(params[1]=='full'&&params[2]=='full'){params[2]=$(window).height()-70;params[1]=$(window).width()-55;}
var y=$(window).height();var x=$(window).width();piro_close.hide();div_reg.add(resize).animate({'height':+(params[2])+'px','width':+(params[1])+'px'},opt.piro_speed).css('visibility','visible');wrapper.animate({height:+(params[2])+20+'px',width:+(params[1])+20+'px',left:((x/2)-((params[1])/2+10))+'px',top:parseInt($(document).scrollTop())+(y-params[2])/2-10},opt.piro_speed,function(){piro_next.add(piro_prev).css({'height':'20px','width':'20px'});piro_next.add(piro_prev).add(piro_prev_fake).add(piro_next_fake).css('visibility','visible');$('.nav_container').show();piro_close.show();});}
function animate_image(){var img=new Image();img.onerror=function(){piro_capt.html('');img.src="http://www.pirolab.it/pirobox/js/error.jpg";}
img.onload=function(){piro_capt.add(btn_info).hide();var y=$(window).height();var x=$(window).width();var imgH=img.height;var imgW=img.width;if(imgH+20>y||imgW+20>x){var _x=(imgW+20)/x;var _y=(imgH+20)/y;if(_y>_x){imgW=Math.round(img.width*(rz_img/_y));imgH=Math.round(img.height*(rz_img/_y));}else{imgW=Math.round(img.width*(rz_img/_x));imgH=Math.round(img.height*(rz_img/_x));}}else{imgH=img.height;imgW=img.width;}
var y=$(window).height();var x=$(window).width();$(img).height(imgH).width(imgW).hide();$(img).fadeOut(300,function(){});$('.div_reg img').remove();$('.div_reg').html('');div_reg.append(img).show();$(img).addClass('immagine');div_reg.add(resize).animate({height:imgH+'px',width:imgW+'px'},opt.piro_speed);wrapper.animate({height:(imgH+20)+'px',width:(imgW+20)+'px',left:((x/2)-((imgW+20)/2))+'px',top:parseInt($(document).scrollTop())+(y-imgH)/2-20},opt.piro_speed,function(){var cap_w=resize.width();piro_capt.css({width:cap_w+'px'});piro_loader.hide();$(img).fadeIn(300,function(){piro_close.add(btn_info).show();piro_capt.slideDown(200);piro_next.add(piro_prev).css({'height':'20px','width':'20px'});piro_next.add(piro_prev).add(piro_prev_fake).add(piro_next_fake).css('visibility','visible');$('.nav_container').show();resize.resize(function(){NimgW=img.width;NimgH=img.heigh;piro_capt.css({width:(NimgW)+'px'});});});});}
img.src=p_link;piro_loader.click(function(){img.src='about:blank';});}
switch(params[0]){case'iframe':div_reg.html('').css('overflow','hidden');resize.css('overflow','hidden');piro_close.add(btn_info).add(piro_capt).hide();animate_html();div_reg.piroFadeIn(300,function(){div_reg.append('<iframe id="my_frame" class="my_frame" src="'+p_link+'" frameborder="0" allowtransparency="true" scrolling="auto" align="top"></iframe>');$('.my_frame').css({'height':+(params[2])+'px','width':+(params[1])+'px'});piro_loader.hide();});break;case'content':div_reg.html('').css('overflow','auto');resize.css('overflow','auto');$('.my_frame').remove();piro_close.add(btn_info).add(piro_capt).hide();animate_html()
div_reg.piroFadeIn(300,function(){div_reg.load(p_link);piro_loader.hide();});break;case'inline':div_reg.html('').css('overflow','auto');resize.css('overflow','auto');$('.my_frame').remove();piro_close.add(btn_info).add(piro_capt).hide();animate_html()
div_reg.piroFadeIn(300,function(){$(p_link).clone(true).appendTo(div_reg).piroFadeIn(300);piro_loader.hide();});break
case'gallery':div_reg.css('overflow','hidden');resize.css('overflow','hidden');$('.my_frame').remove();piro_close.add(btn_info).add(piro_capt).hide();if(descr==""){piro_capt.html('');}else{piro_capt.html('<p>'+descr+'</p>');}
animate_image();break;case'single':piro_close.add(btn_info).add(piro_capt).hide();div_reg.html('').css('overflow','hidden');resize.css('overflow','hidden');$('.my_frame').remove();if(descr==""){piro_capt.html('');}else{piro_capt.html('<p>'+descr+'</p>');}
animate_image();break}}});$('.immagine').live('click',function(){piro_capt.slideToggle(200);});function close_all(){if($('.piro_close').is(':visible')){$('.my_frame').remove();wrapper.add(div_reg).add(resize).stop();var ie_sucks=wrapper;if($.browser.msie){ie_sucks=div_reg.add(piro_bg);$('.div_reg img').remove();}else{ie_sucks=wrapper.add(piro_bg);}
ie_sucks.piroFadeOut(200,function(){div_reg.html('');piro_loader.add(piro_capt).add(btn_info).hide();$('.nav_container').hide();piro_bg.add(wrapper).hide().css('visibility','visible');});}}
piro_close.add(piro_loader).add(piro_bg).bind('click',function(y){y.preventDefault();close_all();});}})(jQuery);;function addFlash(targetDIV,sourceSWF,holderWidth,holderHeight){if($.flash.available){$("#"+targetDIV).flash({swf:sourceSWF,width:holderWidth,height:holderHeight,allowFullScreen:true,allowscriptaccess:'always',wmode:'transparent',allowScriptAccess:'always',quality:'high',swLiveConnect:true});}}
function addVideo(targetDIV,sourceVid,sourceImg,sourceLink,autoFlag,holderWidth,holderHeight){if($.flash.available){if(jQuery.browser.msie){var flashVideoContent='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="'+holderWidth+'" height="'+holderHeight+'" id="swf/videoPlayer" align="middle"><param name="movie" value="swf/videoPlayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="play" value="true" /><param name="loop" value="true" /><param name="wmode" value="transparent" /><param name="scale" value="showall" /><param name="menu" value="true" /><param name="devicefont" value="false" /><param name="salign" value="" /><param name="allowscriptaccess" value="always" /><param name="allowFullScreen" value="true" /><param name=FlashVars value="vidPath=../'+sourceVid+'&posterPath='+sourceImg+'&autoPlayFlag='+autoFlag+'"><a href="http://www.adobe.com/go/getflash"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></object>';$("#"+targetDIV).html(flashVideoContent);}else{$("#"+targetDIV).flash({swf:'swf/videoPlayer.swf',width:holderWidth,height:holderHeight,allowFullScreen:true,wmode:'transparent',allowscriptaccess:'always',quality:'high',swLiveConnect:true,encodeParams:false,flashvars:{vidPath:sourceVid,posterPath:sourceImg,autoPlayFlag:autoFlag}});}}else{VideoJS.setupAllWhenReady();$("video").VideoJS();var videoElement='<div class="video-js-box"><video id="videoHolder_1" class="video-js" width="'+holderWidth+'" height="'+holderHeight+'" controls="controls" preload="auto" poster="'+sourceImg+'"><source src="'+sourceVid+'" type=\'video/mp4; codecs="avc1.42E01E, mp4a.40.2"\' /><img src="'+sourceImg+'" width="'+holderWidth+'" height="'+holderHeight+'" alt="Poster Image" title="No video playback capabilities." /></object></video><p class="vjs-no-video"><strong>Download Video:</strong><a href="'+sourceImg+'">MP4</a></p></div>"';$("#"+targetDIV).html(videoElement)
if(autoFlag=="true"){$("#"+targetDIV)[0].player.play();}}}
function addImages(targetDIV){$("#"+targetDIV).easySlider({auto:false,continuous:false});}
function showSubNav(){var checkElement=$('#sub-nav');if(checkElement.is(':visible')){return false;}
if(!checkElement.is(':visible')){$('#sub-nav').fadeIn(100);return false;}}
function hideSubNav(){var checkElement=$('#sub-nav');if(checkElement.is(':visible')){$('#sub-nav').fadeOut(100);return false;}
if(!checkElement.is(':visible')){return false;}}
function subNavOn(){$(".nav li:nth-child(2)").mouseenter(function(){clearTimeout($(this).data('timeoutId'));clearTimeout($("#sub-nav").data('timeoutId'));showSubNav();}).mouseleave(function(){if($.address.value()!="/content/chapter1"&&$.address.value()!="/content/chapter2"&&$.address.value()!="/content/chapter3"){var someelement=this;var timeoutId=setTimeout(function(){hideSubNav();},400);$(someelement).data('timeoutId',timeoutId);}});$("#sub-nav").mouseenter(function(){clearTimeout($(this).data('timeoutId'));clearTimeout($(".nav li:nth-child(2)").data('timeoutId'));showSubNav();}).mouseleave(function(){if($.address.value()!="/content/chapter1"&&$.address.value()!="/content/chapter2"&&$.address.value()!="/content/chapter3"){var someelement=this;var timeoutId=setTimeout(function(){hideSubNav();},400);$(someelement).data('timeoutId',timeoutId);}});}
function subNavOff(){}
var scrollbar;var scrollPane;var scrollContent;var leftScrollPane;var leftScrollContent;var footerScrollPane;var footerScrollContent;var rightSection1;var rightSection2;var rightSection3;var rightSection4;var rightSection5;var leftSection1;var leftSection2;var leftSection3;var leftSection4;var leftSection5;var siteXOffset;var siteYOffset;var slideState=false;function moveScrollers(value){var endScrollVal=Math.round(((1000-value)/1000)*(scrollPane.height()-scrollContent.height()))+siteYOffset;var scrollPosition=(endScrollVal-scrollContent.offset().top);scrollContent.stop().animate({top:"+="+scrollPosition},800,"easeOutCirc");var endLeftScrollVal=Math.round(((1000-value)/1000)*(leftScrollPane.height()-leftScrollContent.height()))+siteYOffset;var leftScrollPosition=(endLeftScrollVal-leftScrollContent.offset().top);leftScrollContent.stop().animate({top:"+="+leftScrollPosition},800,"easeOutCirc",function(){slideState=false;});var endFooterScrollVal=Math.round(((1000-value)/1000)*(footerScrollPane.width()-footerScrollContent.width()))+siteXOffset;var footerScrollPosition=(endFooterScrollVal-footerScrollContent.offset().left);footerScrollContent.stop().animate({left:"+="+footerScrollPosition},800,"easeOutCirc");}
function setContentSlider(){var slide_handler=function(e,ui){slideState=true;if(scrollContent.height()>scrollPane.height()){moveScrollers(ui.value);}else{scrollContent.css('margin-top',0);leftScrollContent.css('margin-top',0);footerScrollContent.css('margin-left',0);}};scrollbar=$("#scrollBar").slider({orientation:"vertical",animate:true,max:1000,min:1,step:1,value:1000,slide:slide_handler,change:slide_handler});scrollPane.mousewheel(function(event,delta){var value=scrollbar.slider('option','value');if(delta>0){value+=10;}
else if(delta<0){value-=10;}
value=Math.max(0,Math.min(1000,value));scrollbar.slider('option','value',value);event.preventDefault();});$.extend($.support,{touch:typeof Touch=="object"});$.fn.addTouch=function(){this.each(function(i,el){if($.support.touch){el.addEventListener("touchstart",slide_handler,false);el.addEventListener("touchmove",slide_handler,false);}});};$('#scrollBar').addTouch();};var checkInt1=0;function onInterval(){$('.asset').each(function(){var posCheck=$(this).offset().top;if(posCheck<(400+siteYOffset)&&posCheck>(-80+siteYOffset)){$(this).css('opacity','1');if(slideState){var whichSection=$(this).parent()[0].id;switch(whichSection){case"chapter1":sectionVal="/content/chapter1";sectionTitle="Chapter 1";showSubNav();break
case"chapter2":sectionVal="/content/chapter2";sectionTitle="Chapter 2";showSubNav();break
case"chapter3":sectionVal="/content/chapter3";sectionTitle="Chapter 3";showSubNav();break
case"authors":sectionVal="/authors";sectionTitle="Authors";hideSubNav();break
case"contactSection":sectionVal="/contact";sectionTitle="Contact";hideSubNav();break}
$.address.path(sectionVal);$.address.title("Coloring Book Studio | "+sectionTitle);}}else{$(this).css('opacity','.1');}});$('.leftAsset').each(function(){var posCheck=$(this).offset().top;if(posCheck<(360+siteYOffset)&&posCheck>(-300+siteYOffset)){$(this).css('opacity','1');}else{$(this).css('opacity','.1');}});}
function goToByScroll(id){var rightOffset,leftOffset,footerOffset,sliderOffset;slideState=true;switch(id){case"chapter1":moveScrollers(1000);scrollbar.slider('option','value',1000);break;case"chapter2":moveScrollers(759);scrollbar.slider('option','value',759);break;case"chapter3":moveScrollers(429);scrollbar.slider('option','value',429);break;case"authors":moveScrollers(120);scrollbar.slider('option','value','120');break;case"contactSection":moveScrollers(1);scrollbar.slider('option','value',1);break;default:break;}}
function buildFooter(id){var footerOutput="";switch(id){case 0:footerOutput='<div class="footerElement">Prologue</div>';break;case 1:footerOutput='<div class="footerElement">Chapter 1</div><div class="footerElement">Chapter 2</div><div class="footerElement">Chapter 3</div><div class="footerElement">Authors</div><div class="footerElement">Contact</div>';break;}
$('#site-footer').html(footerOutput);}
function loadHome(){clearInterval(checkInt1);hideSubNav();VideoJS.setupAllWhenReady();var homeHTML=indexHTML;if(homeHTML!=$('#mainContent').html()){$('#mainContent').html(homeHTML);}
addVideo("vidHolder1","../vids/CBS_reel_2011.mp4","images/CBS_reel_2011.png","","",800,450);$('#footerContent').css('left',0);buildFooter(0);if(!jQuery.browser.msie){Cufon.refresh();}
currentSection='home';}
function loadContentAssets(jumpPoint){$().piroBox_ext({piro_speed:100,bg_alpha:0.7,piro_scroll:true});addVideo("vidHolder1","../vids/STORY_1.f4v","images/NST_FINAL_SCREENS/borges_poster.jpg","http://player.vimeo.com/video/22673914?title=0&amp;byline=0&amp;portrait=0","",460,259);addVideo("vidHolder2","../vids/STORY_2.f4v","images/NST_FINAL_SCREENS/oconnor_poster.jpg","http://player.vimeo.com/video/23545892?title=0&amp;byline=0&amp;portrait=0","",460,259);addVideo("vidHolder3","../vids/STORY_3.f4v","images/NST_FINAL_SCREENS/bradburry_poster.jpg","http://player.vimeo.com/video/23545943?title=0&amp;byline=0&amp;portrait=0","",460,259);if($.flash.available){$('#swfHolder1').flash({swf:'swf/lastFrame.swf',width:460,height:259,allowFullScreen:true,allowscriptaccess:true,wmode:'transparent',allowScriptAccess:'always',quality:'high',swLiveConnect:true});}else{var embedVid='<img src="images/NST_FINAL_SCREENS/frame8.jpg" alt="Winner Winner" />';$('#swfHolder1').html(embedVid);}
$("#assetHolder11").easySlider({auto:false,continuous:true,prevId:'prev',nextId:'next'});$("#assetHolder1").easySlider({auto:false,continuous:true,prevId:'prev1',nextId:'next1'});$("#assetHolder2").easySlider({auto:false,continuous:true,prevId:'prev2',nextId:'next2'});$("#assetHolder3").easySlider({auto:false,continuous:true,prevId:'prev3',nextId:'next3'});$("#assetHolder4").easySlider({auto:false,continuous:true,prevId:'prev4',nextId:'next4'});$("#assetHolder5").easySlider({auto:false,continuous:true,prevId:'prev5',nextId:'next5'});$("#assetHolder6").easySlider({auto:false,continuous:true,prevId:'prev6',nextId:'next6'});$("#assetHolder7").easySlider({auto:false,continuous:true,prevId:'prev7',nextId:'next7'});$("#assetHolder8").easySlider({auto:false,continuous:true,prevId:'prev8',nextId:'next8'});$("#assetHolder9").easySlider({auto:false,continuous:true,prevId:'prev9',nextId:'next9'});$("#assetHolder10").easySlider({auto:false,continuous:true,prevId:'prev10',nextId:'next10'});buildFooter(1);scrollPane=$('#right-pane, #left-pane');scrollContent=$('#rightContent');leftScrollPane=$('#left-pane');leftScrollContent=$('#leftContent');footerScrollPane=$('#footer-pane');footerScrollContent=$('#footerContent');rightSection1=$('#chapter1');rightSection2=$('#chapter2');rightSection3=$('#chapter3');rightSection4=$('#authors');rightSection5=$('#contactHolder');leftSection1=$('#leftpane_1');leftSection2=$('#leftpane_2');leftSection3=$('#leftpane_3');leftSection4=$('#leftpane_4');leftSection5=$('#leftpane_5');setContentSlider();if(jumpPoint!=''){goToByScroll(jumpPoint);}
if(!jQuery.browser.msie){Cufon.replace('#prevBtn');Cufon.replace('#nextBtn');Cufon.refresh();}
currentSection='content';checkInt1=setInterval("onInterval()",100);}
function loadChapter1(subData){if(currentSection=='content'){goToByScroll('chapter1');}else{$('#mainContent').html(subData);loadContentAssets('chapter1');}
showSubNav();}
function loadChapter2(subData){if(currentSection=='content'){goToByScroll('chapter2');}else{$('#mainContent').html(subData);loadContentAssets('chapter2');}
showSubNav();}
function loadChapter3(subData){if(currentSection=='content'){goToByScroll('chapter3');}else{$('#mainContent').html(subData);loadContentAssets('chapter3');}
showSubNav();}
function loadAuthors(subData){if(currentSection=='content'){goToByScroll('authors');}else{$('#mainContent').html(subData);loadContentAssets('authors');}
hideSubNav();}
function loadContact(subData){if(currentSection=='content'){goToByScroll('contactSection');}else{$('#mainContent').html(subData);loadContentAssets('contactSection');}
hideSubNav();}
function onChange(event){var value=event.value;var newURL;switch(value){case"":case" ":case"/":newURL="index.html";break
case"/dev/#/content/chapter1":case"/dev/#/content/chapter2":case"/dev/#/content/chapter3":case"/content":case"/content/chapter1":case"/content/chapter2":case"/content/chapter3":case"/authors":case"/contact":newURL="content.html";break
default:newURL="index.html";}
$('.nav a').each(function(){if($(this).attr('href')==value){$(this).addClass('selected').focus();}else{$(this).removeClass('selected');}});$('.subnav a').each(function(){if($(this).attr('href')==value){$(this).addClass('selected').focus();}else{$(this).removeClass('selected');}});if(!slideState){$.ajax({cache:false,complete:function(XMLHttpRequest){var sectionName;var data=XMLHttpRequest.responseText;var subData=$(data).find('#mainContent').html();switch(value){case"":case"/":sectionName="Home";loadHome();break
case"/content":case"/content/chapter1":loadChapter1(subData);sectionName="Chapter 1";break
case"/content/chapter2":loadChapter2(subData);sectionName="Chapter 2";break
case"/content/chapter3":loadChapter3(subData);sectionName="Chapter 3";break
case"/authors":loadAuthors(subData);sectionName="Authors";break
case"/contact":loadContact(subData);sectionName="Contact";break
default:loadHome();sectionName="Home";}
$.address.title("Coloring Book Studio | "+sectionName);$('#mainContent').css('visibility','visible');},url:newURL});}}
function onResize(){var value1,value2;var stageWidth=$(window).width();var stageHeight=$(window).height();if(stageHeight<720){value1=15;}else{var value1=(stageHeight-720)/2;}
if(stageWidth<1020){value2=15;}else{var value2=(stageWidth-1020)/2;}
$('#site-container').css('top',value1+'px');$('#site-container').css('left',value2+'px');siteXOffset=$("#site-container").offset().left;siteYOffset=$("#site-container").offset().top;}
var currentSection='home';var indexHTML;$(document).ready(function(){$('#mainContent').css('visibility','hidden');indexHTML=$('#mainContent').html();onResize();if(!jQuery.browser.msie){Cufon.replace('#page_bottom');Cufon.replace('#legal');Cufon.replace('h1');Cufon.replace('h2');Cufon.replace('#site-footer');Cufon.replace('#prevBtn');Cufon.replace('#nextBtn');Cufon.replace('#main-nav, #sub-nav',{hover:true,hoverables:{span:true,small:true}});}
hideSubNav();$.address.init(function(event){$('.nav a').address();$('.subnav a').address();subNavOn();}).change(function(event){onChange(event);});$(window).resize(function(){onResize();});});
