var mycarousel_itemList=[{url:"/media/portfolio/WEB_AIRSPRUNG_b-7.jpg",thumbnail:"/media/portfolio/icons/AIRSPRUNG_ICON.png",title:"Airsprung Beds"},{url:"/media/portfolio/WEB_EXETER_b-1.jpg",thumbnail:"/media/portfolio/icons/EXETER_ICON.png",title:"Exeter Friendly Society"},{url:"/media/portfolio/WEB_GAINSBOROUGH_b-6.jpg",thumbnail:"/media/portfolio/icons/GAINSBOROUGH_ICON.png",title:"Gainsborough Sofas"},{url:"/media/portfolio/WEB_GROVE_b-4.jpg",thumbnail:"/media/portfolio/icons/GROVE_ICON.png",title:"Grove Consultants"},{url:"/media/portfolio/WEB_LVS_ASCOT_b-11.jpg",thumbnail:"/media/portfolio/icons/LVS_ASCOT_ICON.png",title:"LVS Ascot"},{url:"/media/portfolio/WEB_MENDIP_b-10.jpg",thumbnail:"/media/portfolio/icons/MENDIP_ICON.png",title:"Mendip"},{url:"/media/portfolio/WEB_NORTON_b-9.jpg",thumbnail:"/media/portfolio/icons/NORTON_ICON.png",title:"Norton Radstock College"},{url:"/media/portfolio/WEB_NUMB_b-3.jpg",thumbnail:"/media/portfolio/icons/NUMB_ICON.png",title:"Comfortably Numb"},{url:"/media/portfolio/WEB_SELWOOD_b-2.jpg",thumbnail:"/media/portfolio/icons/SELWOOD_ICON.png",title:"Selwood"},{url:"/media/portfolio/WEB_SYLVAWOOD_b-12.jpg",thumbnail:"/media/portfolio/icons/SYLVAWOOD_ICON.png",title:"SYLVA Wood Furniture"},{url:"/media/portfolio/WEB_WILTSHIRE_FF_b-8.jpg",thumbnail:"/media/portfolio/icons/WILTSHIRE_FF_ICON.png",title:"Wiltshire Farm Foods"},{url:"/media/portfolio/WEB_WORKPLACE_b-5.jpg",thumbnail:"/media/portfolio/icons/WORKPLACE_ICON.png",title:"Workplace"}];
/*
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,userAgent=navigator.userAgent,browserMatch,readyBound=false,readyList=[],DOMContentLoaded,toString=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty,push=Array.prototype.push,slice=Array.prototype.slice,indexOf=Array.prototype.indexOf;jQuery.fn=jQuery.prototype={init:function(selector,context){var match,elem,ret,doc;if(!selector){return this}if(selector.nodeType){this.context=this[0]=selector;this.length=1;return this}if(selector==="body"&&!context){this.context=document;this[0]=document.body;this.selector="body";this.length=1;return this}if(typeof selector==="string"){match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1]){doc=(context?context.ownerDocument||context:document);ret=rsingleTag.exec(selector);if(ret){if(jQuery.isPlainObject(context)){selector=[document.createElement(ret[1])];jQuery.fn.attr.call(selector,context,true)}else{selector=[doc.createElement(ret[1])]}}else{ret=buildFragment([match[1]],[doc]);selector=(ret.cacheable?ret.fragment.cloneNode(true):ret.fragment).childNodes}return jQuery.merge(this,selector)}else{elem=document.getElementById(match[2]);if(elem){if(elem.id!==match[2]){return rootjQuery.find(selector)}this.length=1;this[0]=elem}this.context=document;this.selector=selector;return this}}else{if(!context&&/^\w+$/.test(selector)){this.selector=selector;this.context=document;selector=document.getElementsByTagName(selector);return jQuery.merge(this,selector)}else{if(!context||context.jquery){return(context||rootjQuery).find(selector)}else{return jQuery(context).find(selector)}}}}else{if(jQuery.isFunction(selector)){return rootjQuery.ready(selector)}}if(selector.selector!==undefined){this.selector=selector.selector;this.context=selector.context}return jQuery.makeArray(selector,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return slice.call(this,0)},get:function(num){return num==null?this.toArray():(num<0?this.slice(num)[0]:this[num])},pushStack:function(elems,name,selector){var ret=jQuery();if(jQuery.isArray(elems)){push.apply(ret,elems)}else{jQuery.merge(ret,elems)}ret.prevObject=this;ret.context=this.context;if(name==="find"){ret.selector=this.selector+(this.selector?" ":"")+selector}else{if(name){ret.selector=this.selector+"."+name+"("+selector+")"}}return ret},each:function(callback,args){return jQuery.each(this,callback,args)},ready:function(fn){jQuery.bindReady();if(jQuery.isReady){fn.call(document,jQuery)}else{if(readyList){readyList.push(fn)}}return this},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(slice.apply(this,arguments),"slice",slice.call(arguments).join(","))},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem)}))},end:function(){return this.prevObject||jQuery(null)},push:push,sort:[].sort,splice:[].splice};jQuery.fn.init.prototype=jQuery.fn;jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options,name,src,copy;if(typeof target==="boolean"){deep=target;target=arguments[1]||{};i=2}if(typeof target!=="object"&&!jQuery.isFunction(target)){target={}}if(length===i){target=this;--i}for(;i<length;i++){if((options=arguments[i])!=null){for(name in options){src=target[name];copy=options[name];if(target===copy){continue}if(deep&&copy&&(jQuery.isPlainObject(copy)||jQuery.isArray(copy))){var clone=src&&(jQuery.isPlainObject(src)||jQuery.isArray(src))?src:jQuery.isArray(copy)?[]:{};target[name]=jQuery.extend(deep,clone,copy)}else{if(copy!==undefined){target[name]=copy}}}}}return target};jQuery.extend({noConflict:function(deep){window.$=_$;if(deep){window.jQuery=_jQuery}return jQuery},isReady:false,ready:function(){if(!jQuery.isReady){if(!document.body){return setTimeout(jQuery.ready,13)}jQuery.isReady=true;if(readyList){var fn,i=0;while((fn=readyList[i++])){fn.call(document,jQuery)}readyList=null}if(jQuery.fn.triggerHandler){jQuery(document).triggerHandler("ready")}}},bindReady:function(){if(readyBound){return }readyBound=true;if(document.readyState==="complete"){return jQuery.ready()}if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",jQuery.ready,false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",jQuery.ready);var toplevel=false;try{toplevel=window.frameElement==null}catch(e){}if(document.documentElement.doScroll&&toplevel){doScrollCheck()}}}},isFunction:function(obj){return toString.call(obj)==="[object Function]"},isArray:function(obj){return toString.call(obj)==="[object Array]"},isPlainObject:function(obj){if(!obj||toString.call(obj)!=="[object Object]"||obj.nodeType||obj.setInterval){return false}if(obj.constructor&&!hasOwnProperty.call(obj,"constructor")&&!hasOwnProperty.call(obj.constructor.prototype,"isPrototypeOf")){return false}var key;for(key in obj){}return key===undefined||hasOwnProperty.call(obj,key)},isEmptyObject:function(obj){for(var name in obj){return false}return true},error:function(msg){throw msg},parseJSON:function(data){if(typeof data!=="string"||!data){return null}data=jQuery.trim(data);if(/^[\],:{}\s]*$/.test(data.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return window.JSON&&window.JSON.parse?window.JSON.parse(data):(new Function("return "+data))()}else{jQuery.error("Invalid JSON: "+data)}},noop:function(){},globalEval:function(data){if(data&&rnotwhite.test(data)){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.support.scriptEval){script.appendChild(document.createTextNode(data))}else{script.text=data}head.insertBefore(script,head.firstChild);head.removeChild(script)}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()===name.toUpperCase()},each:function(object,callback,args){var name,i=0,length=object.length,isObj=length===undefined||jQuery.isFunction(object);if(args){if(isObj){for(name in object){if(callback.apply(object[name],args)===false){break}}}else{for(;i<length;){if(callback.apply(object[i++],args)===false){break}}}}else{if(isObj){for(name in object){if(callback.call(object[name],name,object[name])===false){break}}}else{for(var value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}}return object},trim:function(text){return(text||"").replace(rtrim,"")},makeArray:function(array,results){var ret=results||[];if(array!=null){if(array.length==null||typeof array==="string"||jQuery.isFunction(array)||(typeof array!=="function"&&array.setInterval)){push.call(ret,array)}else{jQuery.merge(ret,array)}}return ret},inArray:function(elem,array){if(array.indexOf){return array.indexOf(elem)}for(var i=0,length=array.length;i<length;i++){if(array[i]===elem){return i}}return -1},merge:function(first,second){var i=first.length,j=0;if(typeof second.length==="number"){for(var l=second.length;j<l;j++){first[i++]=second[j]}}else{while(second[j]!==undefined){first[i++]=second[j++]}}first.length=i;return first},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++){if(!inv!==!callback(elems[i],i)){ret.push(elems[i])}}return ret},map:function(elems,callback,arg){var ret=[],value;for(var i=0,length=elems.length;i<length;i++){value=callback(elems[i],i,arg);if(value!=null){ret[ret.length]=value}}return ret.concat.apply([],ret)},guid:1,proxy:function(fn,proxy,thisObject){if(arguments.length===2){if(typeof proxy==="string"){thisObject=fn;fn=thisObject[proxy];proxy=undefined}else{if(proxy&&!jQuery.isFunction(proxy)){thisObject=proxy;proxy=undefined}}}if(!proxy&&fn){proxy=function(){return fn.apply(thisObject||this,arguments)}}if(fn){proxy.guid=fn.guid=fn.guid||proxy.guid||jQuery.guid++}return proxy},uaMatch:function(ua){ua=ua.toLowerCase();var match=/(webkit)[ \/]([\w.]+)/.exec(ua)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(ua)||/(msie) ([\w.]+)/.exec(ua)||!/compatible/.test(ua)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(ua)||[];return{browser:match[1]||"",version:match[2]||"0"}},browser:{}});browserMatch=jQuery.uaMatch(userAgent);if(browserMatch.browser){jQuery.browser[browserMatch.browser]=true;jQuery.browser.version=browserMatch.version}if(jQuery.browser.webkit){jQuery.browser.safari=true}if(indexOf){jQuery.inArray=function(elem,array){return indexOf.call(array,elem)}}rootjQuery=jQuery(document);if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);jQuery.ready()}}else{if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);jQuery.ready()}}}}function doScrollCheck(){if(jQuery.isReady){return }try{document.documentElement.doScroll("left")}catch(error){setTimeout(doScrollCheck,1);return }jQuery.ready()}function evalScript(i,elem){if(elem.src){jQuery.ajax({url:elem.src,async:false,dataType:"script"})}else{jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"")}if(elem.parentNode){elem.parentNode.removeChild(elem)}}function access(elems,key,value,exec,fn,pass){var length=elems.length;if(typeof key==="object"){for(var k in key){access(elems,k,key[k],exec,fn,value)}return elems}if(value!==undefined){exec=!pass&&exec&&jQuery.isFunction(value);for(var i=0;i<length;i++){fn(elems[i],key,exec?value.call(elems[i],i,fn(elems[i],key)):value,pass)}return elems}return length?fn(elems[0],key):undefined}function now(){return(new Date).getTime()}(function(){jQuery.support={};var root=document.documentElement,script=document.createElement("script"),div=document.createElement("div"),id="script"+now();div.style.display="none";div.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var all=div.getElementsByTagName("*"),a=div.getElementsByTagName("a")[0];if(!all||!all.length||!a){return }jQuery.support={leadingWhitespace:div.firstChild.nodeType===3,tbody:!div.getElementsByTagName("tbody").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:/^0.55$/.test(a.style.opacity),cssFloat:!!a.style.cssFloat,checkOn:div.getElementsByTagName("input")[0].value==="on",optSelected:document.createElement("select").appendChild(document.createElement("option")).selected,parentNode:div.removeChild(div.appendChild(document.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};script.type="text/javascript";try{script.appendChild(document.createTextNode("window."+id+"=1;"))}catch(e){}root.insertBefore(script,root.firstChild);if(window[id]){jQuery.support.scriptEval=true;delete window[id]}try{delete script.test}catch(e){jQuery.support.deleteExpando=false}root.removeChild(script);if(div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function click(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",click)});div.cloneNode(true).fireEvent("onclick")}div=document.createElement("div");div.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var fragment=document.createDocumentFragment();fragment.appendChild(div.firstChild);jQuery.support.checkClone=fragment.cloneNode(true).cloneNode(true).lastChild.checked;jQuery(function(){var div=document.createElement("div");div.style.width=div.style.paddingLeft="1px";document.body.appendChild(div);jQuery.boxModel=jQuery.support.boxModel=div.offsetWidth===2;document.body.removeChild(div).style.display="none";div=null});var eventSupported=function(eventName){var el=document.createElement("div");eventName="on"+eventName;var isSupported=(eventName in el);if(!isSupported){el.setAttribute(eventName,"return;");isSupported=typeof el[eventName]==="function"}el=null;return isSupported};jQuery.support.submitBubbles=eventSupported("submit");jQuery.support.changeBubbles=eventSupported("change");root=script=div=all=a=null})();jQuery.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var expando="jQuery"+now(),uuid=0,windowData={};jQuery.extend({cache:{},expando:expando,noData:{embed:true,object:true,applet:true},data:function(elem,name,data){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return }elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache;if(!id&&typeof name==="string"&&data===undefined){return null}if(!id){id=++uuid}if(typeof name==="object"){elem[expando]=id;thisCache=cache[id]=jQuery.extend(true,{},name)}else{if(!cache[id]){elem[expando]=id;cache[id]={}}}thisCache=cache[id];if(data!==undefined){thisCache[name]=data}return typeof name==="string"?thisCache[name]:thisCache},removeData:function(elem,name){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return }elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache=cache[id];if(name){if(thisCache){delete thisCache[name];if(jQuery.isEmptyObject(thisCache)){jQuery.removeData(elem)}}}else{if(jQuery.support.deleteExpando){delete elem[jQuery.expando]}else{if(elem.removeAttribute){elem.removeAttribute(jQuery.expando)}}delete cache[id]}}});jQuery.fn.extend({data:function(key,value){if(typeof key==="undefined"&&this.length){return jQuery.data(this[0])}else{if(typeof key==="object"){return this.each(function(){jQuery.data(this,key)})}}var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length){data=jQuery.data(this[0],key)}return data===undefined&&parts[1]?this.data(parts[0]):data}else{return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value)})}},removeData:function(key){return this.each(function(){jQuery.removeData(this,key)})}});jQuery.extend({queue:function(elem,type,data){if(!elem){return }type=(type||"fx")+"queue";var q=jQuery.data(elem,type);if(!data){return q||[]}if(!q||jQuery.isArray(data)){q=jQuery.data(elem,type,jQuery.makeArray(data))}else{q.push(data)}return q},dequeue:function(elem,type){type=type||"fx";var queue=jQuery.queue(elem,type),fn=queue.shift();if(fn==="inprogress"){fn=queue.shift()}if(fn){if(type==="fx"){queue.unshift("inprogress")}fn.call(elem,function(){jQuery.dequeue(elem,type)})}}});jQuery.fn.extend({queue:function(type,data){if(typeof type!=="string"){data=type;type="fx"}if(data===undefined){return jQuery.queue(this[0],type)}return this.each(function(i,elem){var queue=jQuery.queue(this,type,data);if(type==="fx"&&queue[0]!=="inprogress"){jQuery.dequeue(this,type)}})},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type)})},delay:function(time,type){time=jQuery.fx?jQuery.fx.speeds[time]||time:time;type=type||"fx";return this.queue(type,function(){var elem=this;setTimeout(function(){jQuery.dequeue(elem,type)},time)})},clearQueue:function(type){return this.queue(type||"fx",[])}});var rclass=/[\n\t]/g,rspace=/\s+/,rreturn=/\r/g,rspecialurl=/href|src|style/,rtype=/(button|input)/i,rfocusable=/(button|input|object|select|textarea)/i,rclickable=/^(a|area)$/i,rradiocheck=/radio|checkbox/;jQuery.fn.extend({attr:function(name,value){return access(this,name,value,true,jQuery.attr)},removeAttr:function(name,fn){return this.each(function(){jQuery.attr(this,name,"");if(this.nodeType===1){this.removeAttribute(name)}})},addClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.addClass(value.call(this,i,self.attr("class")))})}if(value&&typeof value==="string"){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1){if(!elem.className){elem.className=value}else{var className=" "+elem.className+" ",setClass=elem.className;for(var c=0,cl=classNames.length;c<cl;c++){if(className.indexOf(" "+classNames[c]+" ")<0){setClass+=" "+classNames[c]}}elem.className=jQuery.trim(setClass)}}}}return this},removeClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.removeClass(value.call(this,i,self.attr("class")))})}if((value&&typeof value==="string")||value===undefined){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1&&elem.className){if(value){var className=(" "+elem.className+" ").replace(rclass," ");for(var c=0,cl=classNames.length;c<cl;c++){className=className.replace(" "+classNames[c]+" "," ")}elem.className=jQuery.trim(className)}else{elem.className=""}}}}return this},toggleClass:function(value,stateVal){var type=typeof value,isBool=typeof stateVal==="boolean";if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.toggleClass(value.call(this,i,self.attr("class"),stateVal),stateVal)})}return this.each(function(){if(type==="string"){var className,i=0,self=jQuery(this),state=stateVal,classNames=value.split(rspace);while((className=classNames[i++])){state=isBool?state:!self.hasClass(className);self[state?"addClass":"removeClass"](className)}}else{if(type==="undefined"||type==="boolean"){if(this.className){jQuery.data(this,"__className__",this.className)}this.className=this.className||value===false?"":jQuery.data(this,"__className__")||""}}})},hasClass:function(selector){var className=" "+selector+" ";for(var i=0,l=this.length;i<l;i++){if((" "+this[i].className+" ").replace(rclass," ").indexOf(className)>-1){return true}}return false},val:function(value){if(value===undefined){var elem=this[0];if(elem){if(jQuery.nodeName(elem,"option")){return(elem.attributes.value||{}).specified?elem.value:elem.text}if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type==="select-one";if(index<0){return null}for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery(option).val();if(one){return value}values.push(value)}}return values}if(rradiocheck.test(elem.type)&&!jQuery.support.checkOn){return elem.getAttribute("value")===null?"on":elem.value}return(elem.value||"").replace(rreturn,"")}return undefined}var isFunction=jQuery.isFunction(value);return this.each(function(i){var self=jQuery(this),val=value;if(this.nodeType!==1){return }if(isFunction){val=value.call(this,i,self.val())}if(typeof val==="number"){val+=""}if(jQuery.isArray(val)&&rradiocheck.test(this.type)){this.checked=jQuery.inArray(self.val(),val)>=0}else{if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(val);jQuery("option",this).each(function(){this.selected=jQuery.inArray(jQuery(this).val(),values)>=0});if(!values.length){this.selectedIndex=-1}}else{this.value=val}}})}});jQuery.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(elem,name,value,pass){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined}if(pass&&name in jQuery.attrFn){return jQuery(elem)[name](value)}var notxml=elem.nodeType!==1||!jQuery.isXMLDoc(elem),set=value!==undefined;name=notxml&&jQuery.props[name]||name;if(elem.nodeType===1){var special=rspecialurl.test(name);if(name==="selected"&&!jQuery.support.optSelected){var parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.selectedIndex}}}if(name in elem&&notxml&&!special){if(set){if(name==="type"&&rtype.test(elem.nodeName)&&elem.parentNode){jQuery.error("type property can't be changed")}elem[name]=value}if(jQuery.nodeName(elem,"form")&&elem.getAttributeNode(name)){return elem.getAttributeNode(name).nodeValue}if(name==="tabIndex"){var attributeNode=elem.getAttributeNode("tabIndex");return attributeNode&&attributeNode.specified?attributeNode.value:rfocusable.test(elem.nodeName)||rclickable.test(elem.nodeName)&&elem.href?0:undefined}return elem[name]}if(!jQuery.support.style&&notxml&&name==="style"){if(set){elem.style.cssText=""+value}return elem.style.cssText}if(set){elem.setAttribute(name,""+value)}var attr=!jQuery.support.hrefNormalized&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);return attr===null?undefined:attr}return jQuery.style(elem,name,value)}});var rnamespaces=/\.(.*)$/,fcleanup=function(nm){return nm.replace(/[^\w\s\.\|`]/g,function(ch){return"\\"+ch})};jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType===3||elem.nodeType===8){return }if(elem.setInterval&&(elem!==window&&!elem.frameElement)){elem=window}var handleObjIn,handleObj;if(handler.handler){handleObjIn=handler;handler=handleObjIn.handler}if(!handler.guid){handler.guid=jQuery.guid++}var elemData=jQuery.data(elem);if(!elemData){return }var events=elemData.events=elemData.events||{},eventHandle=elemData.handle,eventHandle;if(!eventHandle){elemData.handle=eventHandle=function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(eventHandle.elem,arguments):undefined}}eventHandle.elem=elem;types=types.split(" ");var type,i=0,namespaces;while((type=types[i++])){handleObj=handleObjIn?jQuery.extend({},handleObjIn):{handler:handler,data:data};if(type.indexOf(".")>-1){namespaces=type.split(".");type=namespaces.shift();handleObj.namespace=namespaces.slice(0).sort().join(".")}else{namespaces=[];handleObj.namespace=""}handleObj.type=type;handleObj.guid=handler.guid;var handlers=events[type],special=jQuery.event.special[type]||{};if(!handlers){handlers=events[type]=[];if(!special.setup||special.setup.call(elem,data,namespaces,eventHandle)===false){if(elem.addEventListener){elem.addEventListener(type,eventHandle,false)}else{if(elem.attachEvent){elem.attachEvent("on"+type,eventHandle)}}}}if(special.add){special.add.call(elem,handleObj);if(!handleObj.handler.guid){handleObj.handler.guid=handler.guid}}handlers.push(handleObj);jQuery.event.global[type]=true}elem=null},global:{},remove:function(elem,types,handler,pos){if(elem.nodeType===3||elem.nodeType===8){return }var ret,type,fn,i=0,all,namespaces,namespace,special,eventType,handleObj,origType,elemData=jQuery.data(elem),events=elemData&&elemData.events;if(!elemData||!events){return }if(types&&types.type){handler=types.handler;types=types.type}if(!types||typeof types==="string"&&types.charAt(0)==="."){types=types||"";for(type in events){jQuery.event.remove(elem,type+types)}return }types=types.split(" ");while((type=types[i++])){origType=type;handleObj=null;all=type.indexOf(".")<0;namespaces=[];if(!all){namespaces=type.split(".");type=namespaces.shift();namespace=new RegExp("(^|\\.)"+jQuery.map(namespaces.slice(0).sort(),fcleanup).join("\\.(?:.*\\.)?")+"(\\.|$)")}eventType=events[type];if(!eventType){continue}if(!handler){for(var j=0;j<eventType.length;j++){handleObj=eventType[j];if(all||namespace.test(handleObj.namespace)){jQuery.event.remove(elem,origType,handleObj.handler,j);eventType.splice(j--,1)}}continue}special=jQuery.event.special[type]||{};for(var j=pos||0;j<eventType.length;j++){handleObj=eventType[j];if(handler.guid===handleObj.guid){if(all||namespace.test(handleObj.namespace)){if(pos==null){eventType.splice(j--,1)}if(special.remove){special.remove.call(elem,handleObj)}}if(pos!=null){break}}}if(eventType.length===0||pos!=null&&eventType.length===1){if(!special.teardown||special.teardown.call(elem,namespaces)===false){removeEvent(elem,type,elemData.handle)}ret=null;delete events[type]}}if(jQuery.isEmptyObject(events)){var handle=elemData.handle;if(handle){handle.elem=null}delete elemData.events;delete elemData.handle;if(jQuery.isEmptyObject(elemData)){jQuery.removeData(elem)}}},trigger:function(event,data,elem){var type=event.type||event,bubbling=arguments[3];if(!bubbling){event=typeof event==="object"?event[expando]?event:jQuery.extend(jQuery.Event(type),event):jQuery.Event(type);if(type.indexOf("!")>=0){event.type=type=type.slice(0,-1);event.exclusive=true}if(!elem){event.stopPropagation();if(jQuery.event.global[type]){jQuery.each(jQuery.cache,function(){if(this.events&&this.events[type]){jQuery.event.trigger(event,data,this.handle.elem)}})}}if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined}event.result=undefined;event.target=elem;data=jQuery.makeArray(data);data.unshift(event)}event.currentTarget=elem;var handle=jQuery.data(elem,"handle");if(handle){handle.apply(elem,data)}var parent=elem.parentNode||elem.ownerDocument;try{if(!(elem&&elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()])){if(elem["on"+type]&&elem["on"+type].apply(elem,data)===false){event.result=false}}}catch(e){}if(!event.isPropagationStopped()&&parent){jQuery.event.trigger(event,data,parent,true)}else{if(!event.isDefaultPrevented()){var target=event.target,old,isClick=jQuery.nodeName(target,"a")&&type==="click",special=jQuery.event.special[type]||{};if((!special._default||special._default.call(elem,event)===false)&&!isClick&&!(target&&target.nodeName&&jQuery.noData[target.nodeName.toLowerCase()])){try{if(target[type]){old=target["on"+type];if(old){target["on"+type]=null}jQuery.event.triggered=true;target[type]()}}catch(e){}if(old){target["on"+type]=old}jQuery.event.triggered=false}}}},handle:function(event){var all,handlers,namespaces,namespace,events;event=arguments[0]=jQuery.event.fix(event||window.event);event.currentTarget=this;all=event.type.indexOf(".")<0&&!event.exclusive;if(!all){namespaces=event.type.split(".");event.type=namespaces.shift();namespace=new RegExp("(^|\\.)"+namespaces.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}var events=jQuery.data(this,"events"),handlers=events[event.type];if(events&&handlers){handlers=handlers.slice(0);for(var j=0,l=handlers.length;j<l;j++){var handleObj=handlers[j];if(all||namespace.test(handleObj.namespace)){event.handler=handleObj.handler;event.data=handleObj.data;event.handleObj=handleObj;var ret=handleObj.handler.apply(this,arguments);if(ret!==undefined){event.result=ret;if(ret===false){event.preventDefault();event.stopPropagation()}}if(event.isImmediatePropagationStopped()){break}}}}return event.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(event){if(event[expando]){return event}var originalEvent=event;event=jQuery.Event(originalEvent);for(var i=this.props.length,prop;i;){prop=this.props[--i];event[prop]=originalEvent[prop]}if(!event.target){event.target=event.srcElement||document}if(event.target.nodeType===3){event.target=event.target.parentNode}if(!event.relatedTarget&&event.fromElement){event.relatedTarget=event.fromElement===event.target?event.toElement:event.fromElement}if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc&&doc.clientLeft||body&&body.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc&&doc.clientTop||body&&body.clientTop||0)}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode)){event.which=event.charCode||event.keyCode}if(!event.metaKey&&event.ctrlKey){event.metaKey=event.ctrlKey}if(!event.which&&event.button!==undefined){event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)))}return event},guid:100000000,proxy:jQuery.proxy,special:{ready:{setup:jQuery.bindReady,teardown:jQuery.noop},live:{add:function(handleObj){jQuery.event.add(this,handleObj.origType,jQuery.extend({},handleObj,{handler:liveHandler}))},remove:function(handleObj){var remove=true,type=handleObj.origType.replace(rnamespaces,"");jQuery.each(jQuery.data(this,"events").live||[],function(){if(type===this.origType.replace(rnamespaces,"")){remove=false;return false}});if(remove){jQuery.event.remove(this,handleObj.origType,liveHandler)}}},beforeunload:{setup:function(data,namespaces,eventHandle){if(this.setInterval){this.onbeforeunload=eventHandle}return false},teardown:function(namespaces,eventHandle){if(this.onbeforeunload===eventHandle){this.onbeforeunload=null}}}}};var removeEvent=document.removeEventListener?function(elem,type,handle){elem.removeEventListener(type,handle,false)}:function(elem,type,handle){elem.detachEvent("on"+type,handle)};jQuery.Event=function(src){if(!this.preventDefault){return new jQuery.Event(src)}if(src&&src.type){this.originalEvent=src;this.type=src.type}else{this.type=src}this.timeStamp=now();this[expando]=true};function returnFalse(){return false}function returnTrue(){return true}jQuery.Event.prototype={preventDefault:function(){this.isDefaultPrevented=returnTrue;var e=this.originalEvent;if(!e){return }if(e.preventDefault){e.preventDefault()}e.returnValue=false},stopPropagation:function(){this.isPropagationStopped=returnTrue;var e=this.originalEvent;if(!e){return }if(e.stopPropagation){e.stopPropagation()}e.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=returnTrue;this.stopPropagation()},isDefaultPrevented:returnFalse,isPropagationStopped:returnFalse,isImmediatePropagationStopped:returnFalse};var withinElement=function(event){var parent=event.relatedTarget;try{while(parent&&parent!==this){parent=parent.parentNode}if(parent!==this){event.type=event.data;jQuery.event.handle.apply(this,arguments)}}catch(e){}},delegate=function(event){event.type=event.data;jQuery.event.handle.apply(this,arguments)};jQuery.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(orig,fix){jQuery.event.special[orig]={setup:function(data){jQuery.event.add(this,fix,data&&data.selector?delegate:withinElement,orig)},teardown:function(data){jQuery.event.remove(this,fix,data&&data.selector?delegate:withinElement)}}});if(!jQuery.support.submitBubbles){jQuery.event.special.submit={setup:function(data,namespaces){if(this.nodeName.toLowerCase()!=="form"){jQuery.event.add(this,"click.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="submit"||type==="image")&&jQuery(elem).closest("form").length){return trigger("submit",this,arguments)}});jQuery.event.add(this,"keypress.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="text"||type==="password")&&jQuery(elem).closest("form").length&&e.keyCode===13){return trigger("submit",this,arguments)}})}else{return false}},teardown:function(namespaces){jQuery.event.remove(this,".specialSubmit")}}}if(!jQuery.support.changeBubbles){var formElems=/textarea|input|select/i,changeFilters,getVal=function(elem){var type=elem.type,val=elem.value;if(type==="radio"||type==="checkbox"){val=elem.checked}else{if(type==="select-multiple"){val=elem.selectedIndex>-1?jQuery.map(elem.options,function(elem){return elem.selected}).join("-"):""}else{if(elem.nodeName.toLowerCase()==="select"){val=elem.selectedIndex}}}return val},testChange=function testChange(e){var elem=e.target,data,val;if(!formElems.test(elem.nodeName)||elem.readOnly){return }data=jQuery.data(elem,"_change_data");val=getVal(elem);if(e.type!=="focusout"||elem.type!=="radio"){jQuery.data(elem,"_change_data",val)}if(data===undefined||val===data){return }if(data!=null||val){e.type="change";return jQuery.event.trigger(e,arguments[1],elem)}};jQuery.event.special.change={filters:{focusout:testChange,click:function(e){var elem=e.target,type=elem.type;if(type==="radio"||type==="checkbox"||elem.nodeName.toLowerCase()==="select"){return testChange.call(this,e)}},keydown:function(e){var elem=e.target,type=elem.type;if((e.keyCode===13&&elem.nodeName.toLowerCase()!=="textarea")||(e.keyCode===32&&(type==="checkbox"||type==="radio"))||type==="select-multiple"){return testChange.call(this,e)}},beforeactivate:function(e){var elem=e.target;jQuery.data(elem,"_change_data",getVal(elem))}},setup:function(data,namespaces){if(this.type==="file"){return false}for(var type in changeFilters){jQuery.event.add(this,type+".specialChange",changeFilters[type])}return formElems.test(this.nodeName)},teardown:function(namespaces){jQuery.event.remove(this,".specialChange");return formElems.test(this.nodeName)}};changeFilters=jQuery.event.special.change.filters}function trigger(type,elem,args){args[0].type=type;return jQuery.event.handle.apply(elem,args)}if(document.addEventListener){jQuery.each({focus:"focusin",blur:"focusout"},function(orig,fix){jQuery.event.special[fix]={setup:function(){this.addEventListener(orig,handler,true)},teardown:function(){this.removeEventListener(orig,handler,true)}};function handler(e){e=jQuery.event.fix(e);e.type=fix;return jQuery.event.handle.call(this,e)}})}jQuery.each(["bind","one"],function(i,name){jQuery.fn[name]=function(type,data,fn){if(typeof type==="object"){for(var key in type){this[name](key,data,type[key],fn)}return this}if(jQuery.isFunction(data)){fn=data;data=undefined}var handler=name==="one"?jQuery.proxy(fn,function(event){jQuery(this).unbind(event,handler);return fn.apply(this,arguments)}):fn;if(type==="unload"&&name!=="one"){this.one(type,data,fn)}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.add(this[i],type,handler,data)}}return this}});jQuery.fn.extend({unbind:function(type,fn){if(typeof type==="object"&&!type.preventDefault){for(var key in type){this.unbind(key,type[key])}}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.remove(this[i],type,fn)}}return this},delegate:function(selector,types,data,fn){return this.live(types,data,fn,selector)},undelegate:function(selector,types,fn){if(arguments.length===0){return this.unbind("live")}else{return this.die(types,null,fn,selector)}},trigger:function(type,data){return this.each(function(){jQuery.event.trigger(type,data,this)})},triggerHandler:function(type,data){if(this[0]){var event=jQuery.Event(type);event.preventDefault();event.stopPropagation();jQuery.event.trigger(event,data,this[0]);return event.result}},toggle:function(fn){var args=arguments,i=1;while(i<args.length){jQuery.proxy(fn,args[i++])}return this.click(jQuery.proxy(fn,function(event){var lastToggle=(jQuery.data(this,"lastToggle"+fn.guid)||0)%i;jQuery.data(this,"lastToggle"+fn.guid,lastToggle+1);event.preventDefault();return args[lastToggle].apply(this,arguments)||false}))},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut||fnOver)}});var liveMap={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};jQuery.each(["live","die"],function(i,name){jQuery.fn[name]=function(types,data,fn,origSelector){var type,i=0,match,namespaces,preType,selector=origSelector||this.selector,context=origSelector?this:jQuery(this.context);if(jQuery.isFunction(data)){fn=data;data=undefined}types=(types||"").split(" ");while((type=types[i++])!=null){match=rnamespaces.exec(type);namespaces="";if(match){namespaces=match[0];type=type.replace(rnamespaces,"")}if(type==="hover"){types.push("mouseenter"+namespaces,"mouseleave"+namespaces);continue}preType=type;if(type==="focus"||type==="blur"){types.push(liveMap[type]+namespaces);type=type+namespaces}else{type=(liveMap[type]||type)+namespaces}if(name==="live"){context.each(function(){jQuery.event.add(this,liveConvert(type,selector),{data:data,selector:selector,handler:fn,origType:type,origHandler:fn,preType:preType})})}else{context.unbind(liveConvert(type,selector),fn)}}return this}});function liveHandler(event){var stop,elems=[],selectors=[],args=arguments,related,match,handleObj,elem,j,i,l,data,events=jQuery.data(this,"events");if(event.liveFired===this||!events||!events.live||event.button&&event.type==="click"){return }event.liveFired=this;var live=events.live.slice(0);for(j=0;j<live.length;j++){handleObj=live[j];if(handleObj.origType.replace(rnamespaces,"")===event.type){selectors.push(handleObj.selector)}else{live.splice(j--,1)}}match=jQuery(event.target).closest(selectors,event.currentTarget);for(i=0,l=match.length;i<l;i++){for(j=0;j<live.length;j++){handleObj=live[j];if(match[i].selector===handleObj.selector){elem=match[i].elem;related=null;if(handleObj.preType==="mouseenter"||handleObj.preType==="mouseleave"){related=jQuery(event.relatedTarget).closest(handleObj.selector)[0]}if(!related||related!==elem){elems.push({elem:elem,handleObj:handleObj})}}}}for(i=0,l=elems.length;i<l;i++){match=elems[i];event.currentTarget=match.elem;event.data=match.handleObj.data;event.handleObj=match.handleObj;if(match.handleObj.origHandler.apply(match.elem,args)===false){stop=false;break}}return stop}function liveConvert(type,selector){return"live."+(type&&type!=="*"?type+".":"")+selector.replace(/\./g,"`").replace(/ /g,"&")}jQuery.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error").split(" "),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name)};if(jQuery.attrFn){jQuery.attrFn[name]=true}});if(window.attachEvent&&!window.addEventListener){window.attachEvent("onunload",function(){for(var id in jQuery.cache){if(jQuery.cache[id].handle){try{jQuery.event.remove(jQuery.cache[id].handle.elem)}catch(e){}}}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(selector,context,results,seed){results=results||[];var origContext=context=context||document;if(context.nodeType!==1&&context.nodeType!==9){return[]}if(!selector||typeof selector!=="string"){return results}var parts=[],m,set,checkSet,extra,prune=true,contextXML=isXML(context),soFar=selector;while((chunker.exec(""),m=chunker.exec(soFar))!==null){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break}}if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context)}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift()}set=posProcess(selector,set)}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){var ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0]}if(context){var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set)}else{prune=false}while(parts.length){var cur=parts.pop(),pop=cur;if(!Expr.relative[cur]){cur=""}else{pop=parts.pop()}if(pop==null){pop=context}Expr.relative[cur](checkSet,pop,contextXML)}}else{checkSet=parts=[]}}if(!checkSet){checkSet=set}if(!checkSet){Sizzle.error(cur||selector)}if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet)}else{if(context&&context.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&contains(context,checkSet[i]))){results.push(set[i])}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i])}}}}}else{makeArray(checkSet,results)}if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results)}return results};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1)}}}}return results};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set)};Sizzle.find=function(expr,context,isXML){var set,match;if(!expr){return[]}for(var i=0,l=Expr.order.length;i<l;i++){var type=Expr.order[i],match;if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];match.splice(1,1);if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break}}}}if(!set){set=context.getElementsByTagName("*")}return{set:set,expr:expr}};Sizzle.filter=function(expr,set,inplace,not){var old=expr,result=[],curLoop=set,match,anyFound,isXMLFilter=set&&set[0]&&isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.leftMatch[type].exec(expr))!=null&&match[2]){var filter=Expr.filter[type],found,item,left=match[1];anyFound=false;match.splice(1,1);if(left.substr(left.length-1)==="\\"){continue}if(curLoop===result){result=[]}if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true}else{if(match===true){continue}}}if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true}else{curLoop[i]=false}}else{if(pass){result.push(item);anyFound=true}}}}}if(found!==undefined){if(!inplace){curLoop=result}expr=expr.replace(Expr.match[type],"");if(!anyFound){return[]}break}}}if(expr===old){if(anyFound==null){Sizzle.error(expr)}else{break}}old=expr}return curLoop};Sizzle.error=function(msg){throw"Syntax error, unrecognized expression: "+msg};var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href")}},relative:{"+":function(checkSet,part){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag){part=part.toLowerCase()}for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}checkSet[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===part?elem||false:elem===part}}if(isPartStrNotTag){Sizzle.filter(part,checkSet,true)}},">":function(checkSet,part){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=part.toLowerCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName.toLowerCase()===part?parent:false}}}else{for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part}}if(isPartStr){Sizzle.filter(part,checkSet,true)}}},"":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck}checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML)},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck}checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML)}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?[m]:[]}},NAME:function(match,context){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i])}}return ret.length===0?null:ret}},TAG:function(match,context){return context.getElementsByTagName(match[1])}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\/g,"")+" ";if(isXML){return match}for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").replace(/[\t\n]/g," ").indexOf(match)>=0)){if(!inplace){result.push(elem)}}else{if(inplace){curLoop[i]=false}}}}return false},ID:function(match){return match[1].replace(/\\/g,"")},TAG:function(match,curLoop){return match[1].toLowerCase()},CHILD:function(match){if(match[1]==="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0}match[0]=done++;return match},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name]}if(match[2]==="~="){match[4]=" "+match[4]+" "}return match},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop)}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret)}return false}}else{if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true}}return match},POS:function(match){match.unshift(true);return match}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden"},disabled:function(elem){return elem.disabled===true},checked:function(elem){return elem.checked===true},selected:function(elem){elem.parentNode.selectedIndex;return elem.selected===true},parent:function(elem){return !!elem.firstChild},empty:function(elem){return !elem.firstChild},has:function(elem,i,match){return !!Sizzle(match[3],elem).length},header:function(elem){return/h\d/i.test(elem.nodeName)},text:function(elem){return"text"===elem.type},radio:function(elem){return"radio"===elem.type},checkbox:function(elem){return"checkbox"===elem.type},file:function(elem){return"file"===elem.type},password:function(elem){return"password"===elem.type},submit:function(elem){return"submit"===elem.type},image:function(elem){return"image"===elem.type},reset:function(elem){return"reset"===elem.type},button:function(elem){return"button"===elem.type||elem.nodeName.toLowerCase()==="button"},input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName)}},setFilters:{first:function(elem,i){return i===0},last:function(elem,i,match,array){return i===array.length-1},even:function(elem,i){return i%2===0},odd:function(elem,i){return i%2===1},lt:function(elem,i,match){return i<match[3]-0},gt:function(elem,i,match){return i>match[3]-0},nth:function(elem,i,match){return match[3]-0===i},eq:function(elem,i,match){return match[3]-0===i}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array)}else{if(name==="contains"){return(elem.textContent||elem.innerText||getText([elem])||"").indexOf(match[3])>=0}else{if(name==="not"){var not=match[3];for(var i=0,l=not.length;i<l;i++){if(not[i]===elem){return false}}return true}else{Sizzle.error("Syntax error, unrecognized expression: "+name)}}}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case"only":case"first":while((node=node.previousSibling)){if(node.nodeType===1){return false}}if(type==="first"){return true}node=elem;case"last":while((node=node.nextSibling)){if(node.nodeType===1){return false}}return true;case"nth":var first=match[2],last=match[3];if(first===1&&last===0){return true}var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count}}parent.sizcache=doneName}var diff=elem.nodeIndex-last;if(first===0){return diff===0}else{return(diff%first===0&&diff/first>=0)}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array)}}}};var origPOS=Expr.match.POS;for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source.replace(/\\(\d+)/g,function(all,num){return"\\"+(num-0+1)}))}var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results}return array};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType}catch(e){makeArray=function(array,results){var ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array)}else{if(typeof array.length==="number"){for(var i=0,l=array.length;i<l;i++){ret.push(array[i])}}else{for(var i=0;array[i];i++){ret.push(array[i])}}}return ret}}var sortOrder;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true}return a.compareDocumentPosition?-1:1}var ret=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(ret===0){hasDuplicate=true}return ret}}else{if("sourceIndex" in document.documentElement){sortOrder=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true}return a.sourceIndex?-1:1}var ret=a.sourceIndex-b.sourceIndex;if(ret===0){hasDuplicate=true}return ret}}else{if(document.createRange){sortOrder=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true}return a.ownerDocument?-1:1}var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.setStart(a,0);aRange.setEnd(a,0);bRange.setStart(b,0);bRange.setEnd(b,0);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0){hasDuplicate=true}return ret}}}}function getText(elems){var ret="",elem;for(var i=0;elems[i];i++){elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){ret+=elem.nodeValue}else{if(elem.nodeType!==8){ret+=getText(elem.childNodes)}}}return ret}(function(){var form=document.createElement("div"),id="script"+(new Date).getTime();form.innerHTML="<a name='"+id+"'/>";var root=document.documentElement;root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[]}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match}}root.removeChild(form);root=form=null})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i])}}results=tmp}return results}}div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2)}}div=null})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return }Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra)}catch(e){}}return oldSizzle(query,context,extra,seed)};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop]}div=null})()}(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return }div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return }Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1])}};div=null})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break}if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i}if(elem.nodeName.toLowerCase()===cur){match=elem;break}elem=elem[dir]}checkSet[i]=match}}}function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break}if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i}if(typeof cur!=="string"){if(elem===cur){match=true;break}}else{if(Sizzle.filter(cur,[elem]).length>0){match=elem;break}}}elem=elem[dir]}checkSet[i]=match}}}var contains=document.compareDocumentPosition?function(a,b){return !!(a.compareDocumentPosition(b)&16)}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)};var isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false};var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"")}selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet)}return Sizzle.filter(later,tmpSet)};jQuery.find=Sizzle;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;jQuery.unique=Sizzle.uniqueSort;jQuery.text=getText;jQuery.isXMLDoc=isXML;jQuery.contains=contains;return ;window.Sizzle=Sizzle})();var runtil=/Until$/,rparentsprev=/^(?:parents|prevUntil|prevAll)/,rmultiselector=/,/,slice=Array.prototype.slice;var winnow=function(elements,qualifier,keep){if(jQuery.isFunction(qualifier)){return jQuery.grep(elements,function(elem,i){return !!qualifier.call(elem,i,elem)===keep})}else{if(qualifier.nodeType){return jQuery.grep(elements,function(elem,i){return(elem===qualifier)===keep})}else{if(typeof qualifier==="string"){var filtered=jQuery.grep(elements,function(elem){return elem.nodeType===1});if(isSimple.test(qualifier)){return jQuery.filter(qualifier,filtered,!keep)}else{qualifier=jQuery.filter(qualifier,filtered)}}}}return jQuery.grep(elements,function(elem,i){return(jQuery.inArray(elem,qualifier)>=0)===keep})};jQuery.fn.extend({find:function(selector){var ret=this.pushStack("","find",selector),length=0;for(var i=0,l=this.length;i<l;i++){length=ret.length;jQuery.find(selector,this[i],ret);if(i>0){for(var n=length;n<ret.length;n++){for(var r=0;r<length;r++){if(ret[r]===ret[n]){ret.splice(n--,1);break}}}}}return ret},has:function(target){var targets=jQuery(target);return this.filter(function(){for(var i=0,l=targets.length;i<l;i++){if(jQuery.contains(this,targets[i])){return true}}})},not:function(selector){return this.pushStack(winnow(this,selector,false),"not",selector)},filter:function(selector){return this.pushStack(winnow(this,selector,true),"filter",selector)},is:function(selector){return !!selector&&jQuery.filter(selector,this).length>0},closest:function(selectors,context){if(jQuery.isArray(selectors)){var ret=[],cur=this[0],match,matches={},selector;if(cur&&selectors.length){for(var i=0,l=selectors.length;i<l;i++){selector=selectors[i];if(!matches[selector]){matches[selector]=jQuery.expr.match.POS.test(selector)?jQuery(selector,context||this.context):selector}}while(cur&&cur.ownerDocument&&cur!==context){for(selector in matches){match=matches[selector];if(match.jquery?match.index(cur)>-1:jQuery(cur).is(match)){ret.push({selector:selector,elem:cur});delete matches[selector]}}cur=cur.parentNode}}return ret}var pos=jQuery.expr.match.POS.test(selectors)?jQuery(selectors,context||this.context):null;return this.map(function(i,cur){while(cur&&cur.ownerDocument&&cur!==context){if(pos?pos.index(cur)>-1:jQuery(cur).is(selectors)){return cur}cur=cur.parentNode}return null})},index:function(elem){if(!elem||typeof elem==="string"){return jQuery.inArray(this[0],elem?jQuery(elem):this.parent().children())}return jQuery.inArray(elem.jquery?elem[0]:elem,this)},add:function(selector,context){var set=typeof selector==="string"?jQuery(selector,context||this.context):jQuery.makeArray(selector),all=jQuery.merge(this.get(),set);return this.pushStack(isDisconnected(set[0])||isDisconnected(all[0])?all:jQuery.unique(all))},andSelf:function(){return this.add(this.prevObject)}});function isDisconnected(node){return !node||!node.parentNode||node.parentNode.nodeType===11}jQuery.each({parent:function(elem){var parent=elem.parentNode;return parent&&parent.nodeType!==11?parent:null},parents:function(elem){return jQuery.dir(elem,"parentNode")},parentsUntil:function(elem,i,until){return jQuery.dir(elem,"parentNode",until)},next:function(elem){return jQuery.nth(elem,2,"nextSibling")},prev:function(elem){return jQuery.nth(elem,2,"previousSibling")},nextAll:function(elem){return jQuery.dir(elem,"nextSibling")},prevAll:function(elem){return jQuery.dir(elem,"previousSibling")},nextUntil:function(elem,i,until){return jQuery.dir(elem,"nextSibling",until)},prevUntil:function(elem,i,until){return jQuery.dir(elem,"previousSibling",until)},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem)},children:function(elem){return jQuery.sibling(elem.firstChild)},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes)}},function(name,fn){jQuery.fn[name]=function(until,selector){var ret=jQuery.map(this,fn,until);if(!runtil.test(name)){selector=until}if(selector&&typeof selector==="string"){ret=jQuery.filter(selector,ret)}ret=this.length>1?jQuery.unique(ret):ret;if((this.length>1||rmultiselector.test(selector))&&rparentsprev.test(name)){ret=ret.reverse()}return this.pushStack(ret,name,slice.call(arguments).join(","))}});jQuery.extend({filter:function(expr,elems,not){if(not){expr=":not("+expr+")"}return jQuery.find.matches(expr,elems)},dir:function(elem,dir,until){var matched=[],cur=elem[dir];while(cur&&cur.nodeType!==9&&(until===undefined||cur.nodeType!==1||!jQuery(cur).is(until))){if(cur.nodeType===1){matched.push(cur)}cur=cur[dir]}return matched},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType===1&&++num===result){break}}return cur},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType===1&&n!==elem){r.push(n)}}return r}});var rinlinejQuery=/ jQuery\d+="(?:\d+|null)"/g,rleadingWhitespace=/^\s+/,rxhtmlTag=/(<([\w:]+)[^>]*?)\/>/g,rselfClosing=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,rtagName=/<([\w:]+)/,rtbody=/<tbody/i,rhtml=/<|&#?\w+;/,rnocache=/<script|<object|<embed|<option|<style/i,rchecked=/checked\s*(?:[^=]|=\s*.checked.)/i,fcloseTag=function(all,front,tag){return rselfClosing.test(tag)?all:front+"></"+tag+">"},wrapMap={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};wrapMap.optgroup=wrapMap.option;wrapMap.tbody=wrapMap.tfoot=wrapMap.colgroup=wrapMap.caption=wrapMap.thead;wrapMap.th=wrapMap.td;if(!jQuery.support.htmlSerialize){wrapMap._default=[1,"div<div>","</div>"]}jQuery.fn.extend({text:function(text){if(jQuery.isFunction(text)){return this.each(function(i){var self=jQuery(this);self.text(text.call(this,i,self.text()))})}if(typeof text!=="object"&&text!==undefined){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text))}return jQuery.text(this)},wrapAll:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapAll(html.call(this,i))})}if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){wrap.insertBefore(this[0])}wrap.map(function(){var elem=this;while(elem.firstChild&&elem.firstChild.nodeType===1){elem=elem.firstChild}return elem}).append(this)}return this},wrapInner:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapInner(html.call(this,i))})}return this.each(function(){var self=jQuery(this),contents=self.contents();if(contents.length){contents.wrapAll(html)}else{self.append(html)}})},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html)})},unwrap:function(){return this.parent().each(function(){if(!jQuery.nodeName(this,"body")){jQuery(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.appendChild(elem)}})},prepend:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.insertBefore(elem,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this)})}else{if(arguments.length){var set=jQuery(arguments[0]);set.push.apply(set,this.toArray());return this.pushStack(set,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling)})}else{if(arguments.length){var set=this.pushStack(this,"after",arguments);set.push.apply(set,jQuery(arguments[0]).toArray());return set}}},remove:function(selector,keepData){for(var i=0,elem;(elem=this[i])!=null;i++){if(!selector||jQuery.filter(selector,[elem]).length){if(!keepData&&elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));jQuery.cleanData([elem])}if(elem.parentNode){elem.parentNode.removeChild(elem)}}}return this},empty:function(){for(var i=0,elem;(elem=this[i])!=null;i++){if(elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"))}while(elem.firstChild){elem.removeChild(elem.firstChild)}}return this},clone:function(events){var ret=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var html=this.outerHTML,ownerDocument=this.ownerDocument;if(!html){var div=ownerDocument.createElement("div");div.appendChild(this.cloneNode(true));html=div.innerHTML}return jQuery.clean([html.replace(rinlinejQuery,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(rleadingWhitespace,"")],ownerDocument)[0]}else{return this.cloneNode(true)}});if(events===true){cloneCopyEvent(this,ret);cloneCopyEvent(this.find("*"),ret.find("*"))}return ret},html:function(value){if(value===undefined){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(rinlinejQuery,""):null}else{if(typeof value==="string"&&!rnocache.test(value)&&(jQuery.support.leadingWhitespace||!rleadingWhitespace.test(value))&&!wrapMap[(rtagName.exec(value)||["",""])[1].toLowerCase()]){value=value.replace(rxhtmlTag,fcloseTag);try{for(var i=0,l=this.length;i<l;i++){if(this[i].nodeType===1){jQuery.cleanData(this[i].getElementsByTagName("*"));this[i].innerHTML=value}}}catch(e){this.empty().append(value)}}else{if(jQuery.isFunction(value)){this.each(function(i){var self=jQuery(this),old=self.html();self.empty().append(function(){return value.call(this,i,old)})})}else{this.empty().append(value)}}}return this},replaceWith:function(value){if(this[0]&&this[0].parentNode){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this),old=self.html();self.replaceWith(value.call(this,i,old))})}if(typeof value!=="string"){value=jQuery(value).detach()}return this.each(function(){var next=this.nextSibling,parent=this.parentNode;jQuery(this).remove();if(next){jQuery(next).before(value)}else{jQuery(parent).append(value)}})}else{return this.pushStack(jQuery(jQuery.isFunction(value)?value():value),"replaceWith",value)}},detach:function(selector){return this.remove(selector,true)},domManip:function(args,table,callback){var results,first,value=args[0],scripts=[],fragment,parent;if(!jQuery.support.checkClone&&arguments.length===3&&typeof value==="string"&&rchecked.test(value)){return this.each(function(){jQuery(this).domManip(args,table,callback,true)})}if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);args[0]=value.call(this,i,table?self.html():undefined);self.domManip(args,table,callback)})}if(this[0]){parent=value&&value.parentNode;if(jQuery.support.parentNode&&parent&&parent.nodeType===11&&parent.childNodes.length===this.length){results={fragment:parent}}else{results=buildFragment(args,this,scripts)}fragment=results.fragment;if(fragment.childNodes.length===1){first=fragment=fragment.firstChild}else{first=fragment.firstChild}if(first){table=table&&jQuery.nodeName(first,"tr");for(var i=0,l=this.length;i<l;i++){callback.call(table?root(this[i],first):this[i],i>0||results.cacheable||this.length>1?fragment.cloneNode(true):fragment)}}if(scripts.length){jQuery.each(scripts,evalScript)}}return this;function root(elem,cur){return jQuery.nodeName(elem,"table")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem}}});function cloneCopyEvent(orig,ret){var i=0;ret.each(function(){if(this.nodeName!==(orig[i]&&orig[i].nodeName)){return }var oldData=jQuery.data(orig[i++]),curData=jQuery.data(this,oldData),events=oldData&&oldData.events;if(events){delete curData.handle;curData.events={};for(var type in events){for(var handler in events[type]){jQuery.event.add(this,type,events[type][handler],events[type][handler].data)}}}})}function buildFragment(args,nodes,scripts){var fragment,cacheable,cacheresults,doc=(nodes&&nodes[0]?nodes[0].ownerDocument||nodes[0]:document);if(args.length===1&&typeof args[0]==="string"&&args[0].length<512&&doc===document&&!rnocache.test(args[0])&&(jQuery.support.checkClone||!rchecked.test(args[0]))){cacheable=true;cacheresults=jQuery.fragments[args[0]];if(cacheresults){if(cacheresults!==1){fragment=cacheresults}}}if(!fragment){fragment=doc.createDocumentFragment();jQuery.clean(args,doc,fragment,scripts)}if(cacheable){jQuery.fragments[args[0]]=cacheresults?fragment:1}return{fragment:fragment,cacheable:cacheable}}jQuery.fragments={};jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(selector){var ret=[],insert=jQuery(selector),parent=this.length===1&&this[0].parentNode;if(parent&&parent.nodeType===11&&parent.childNodes.length===1&&insert.length===1){insert[original](this[0]);return this}else{for(var i=0,l=insert.length;i<l;i++){var elems=(i>0?this.clone(true):this).get();jQuery.fn[original].apply(jQuery(insert[i]),elems);ret=ret.concat(elems)}return this.pushStack(ret,name,insert.selector)}}});jQuery.extend({clean:function(elems,context,fragment,scripts){context=context||document;if(typeof context.createElement==="undefined"){context=context.ownerDocument||context[0]&&context[0].ownerDocument||document}var ret=[];for(var i=0,elem;(elem=elems[i])!=null;i++){if(typeof elem==="number"){elem+=""}if(!elem){continue}if(typeof elem==="string"&&!rhtml.test(elem)){elem=context.createTextNode(elem)}else{if(typeof elem==="string"){elem=elem.replace(rxhtmlTag,fcloseTag);var tag=(rtagName.exec(elem)||["",""])[1].toLowerCase(),wrap=wrapMap[tag]||wrapMap._default,depth=wrap[0],div=context.createElement("div");div.innerHTML=wrap[1]+elem+wrap[2];while(depth--){div=div.lastChild}if(!jQuery.support.tbody){var hasBody=rtbody.test(elem),tbody=tag==="table"&&!hasBody?div.firstChild&&div.firstChild.childNodes:wrap[1]==="<table>"&&!hasBody?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j){if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length){tbody[j].parentNode.removeChild(tbody[j])}}}if(!jQuery.support.leadingWhitespace&&rleadingWhitespace.test(elem)){div.insertBefore(context.createTextNode(rleadingWhitespace.exec(elem)[0]),div.firstChild)}elem=div.childNodes}}if(elem.nodeType){ret.push(elem)}else{ret=jQuery.merge(ret,elem)}}if(fragment){for(var i=0;ret[i];i++){if(scripts&&jQuery.nodeName(ret[i],"script")&&(!ret[i].type||ret[i].type.toLowerCase()==="text/javascript")){scripts.push(ret[i].parentNode?ret[i].parentNode.removeChild(ret[i]):ret[i])}else{if(ret[i].nodeType===1){ret.splice.apply(ret,[i+1,0].concat(jQuery.makeArray(ret[i].getElementsByTagName("script"))))}fragment.appendChild(ret[i])}}}return ret},cleanData:function(elems){var data,id,cache=jQuery.cache,special=jQuery.event.special,deleteExpando=jQuery.support.deleteExpando;for(var i=0,elem;(elem=elems[i])!=null;i++){id=elem[jQuery.expando];if(id){data=cache[id];if(data.events){for(var type in data.events){if(special[type]){jQuery.event.remove(elem,type)}else{removeEvent(elem,type,data.handle)}}}if(deleteExpando){delete elem[jQuery.expando]}else{if(elem.removeAttribute){elem.removeAttribute(jQuery.expando)}}delete cache[id]}}}});var rexclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,ralpha=/alpha\([^)]*\)/,ropacity=/opacity=([^)]*)/,rfloat=/float/i,rdashAlpha=/-([a-z])/ig,rupper=/([A-Z])/g,rnumpx=/^-?\d+(?:px)?$/i,rnum=/^-?\d/,cssShow={position:"absolute",visibility:"hidden",display:"block"},cssWidth=["Left","Right"],cssHeight=["Top","Bottom"],getComputedStyle=document.defaultView&&document.defaultView.getComputedStyle,styleFloat=jQuery.support.cssFloat?"cssFloat":"styleFloat",fcamelCase=function(all,letter){return letter.toUpperCase()};jQuery.fn.css=function(name,value){return access(this,name,value,true,function(elem,name,value){if(value===undefined){return jQuery.curCSS(elem,name)}if(typeof value==="number"&&!rexclude.test(name)){value+="px"}jQuery.style(elem,name,value)})};jQuery.extend({style:function(elem,name,value){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined}if((name==="width"||name==="height")&&parseFloat(value)<0){value=undefined}var style=elem.style||elem,set=value!==undefined;if(!jQuery.support.opacity&&name==="opacity"){if(set){style.zoom=1;var opacity=parseInt(value,10)+""==="NaN"?"":"alpha(opacity="+value*100+")";var filter=style.filter||jQuery.curCSS(elem,"filter")||"";style.filter=ralpha.test(filter)?filter.replace(ralpha,opacity):opacity}return style.filter&&style.filter.indexOf("opacity=")>=0?(parseFloat(ropacity.exec(style.filter)[1])/100)+"":""}if(rfloat.test(name)){name=styleFloat}name=name.replace(rdashAlpha,fcamelCase);if(set){style[name]=value}return style[name]},css:function(elem,name,force,extra){if(name==="width"||name==="height"){var val,props=cssShow,which=name==="width"?cssWidth:cssHeight;function getWH(){val=name==="width"?elem.offsetWidth:elem.offsetHeight;if(extra==="border"){return }jQuery.each(which,function(){if(!extra){val-=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0}if(extra==="margin"){val+=parseFloat(jQuery.curCSS(elem,"margin"+this,true))||0}else{val-=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0}})}if(elem.offsetWidth!==0){getWH()}else{jQuery.swap(elem,props,getWH)}return Math.max(0,Math.round(val))}return jQuery.curCSS(elem,name,force)},curCSS:function(elem,name,force){var ret,style=elem.style,filter;if(!jQuery.support.opacity&&name==="opacity"&&elem.currentStyle){ret=ropacity.test(elem.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return ret===""?"1":ret}if(rfloat.test(name)){name=styleFloat}if(!force&&style&&style[name]){ret=style[name]}else{if(getComputedStyle){if(rfloat.test(name)){name="float"}name=name.replace(rupper,"-$1").toLowerCase();var defaultView=elem.ownerDocument.defaultView;if(!defaultView){return null}var computedStyle=defaultView.getComputedStyle(elem,null);if(computedStyle){ret=computedStyle.getPropertyValue(name)}if(name==="opacity"&&ret===""){ret="1"}}else{if(elem.currentStyle){var camelCase=name.replace(rdashAlpha,fcamelCase);ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!rnumpx.test(ret)&&rnum.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=camelCase==="fontSize"?"1em":(ret||0);ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft}}}}return ret},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name]}callback.call(elem);for(var name in options){elem.style[name]=old[name]}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.hidden=function(elem){var width=elem.offsetWidth,height=elem.offsetHeight,skip=elem.nodeName.toLowerCase()==="tr";return width===0&&height===0&&!skip?true:width>0&&height>0&&!skip?false:jQuery.curCSS(elem,"display")==="none"};jQuery.expr.filters.visible=function(elem){return !jQuery.expr.filters.hidden(elem)}}var jsc=now(),rscript=/<script(.|\s)*?\/script>/gi,rselectTextarea=/select|textarea/i,rinput=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,jsre=/=\?(&|$)/,rquery=/\?/,rts=/(\?|&)_=.*?(&|$)/,rurl=/^(\w+:)?\/\/([^\/?#]+)/,r20=/%20/g,_load=jQuery.fn.load;jQuery.fn.extend({load:function(url,params,callback){if(typeof url!=="string"){return _load.call(this,url)}else{if(!this.length){return this}}var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off)}var type="GET";if(params){if(jQuery.isFunction(params)){callback=params;params=null}else{if(typeof params==="object"){params=jQuery.param(params,jQuery.ajaxSettings.traditional);type="POST"}}}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status==="success"||status==="notmodified"){self.html(selector?jQuery("<div />").append(res.responseText.replace(rscript,"")).find(selector):res.responseText)}if(callback){self.each(callback,[res.responseText,status,res])}}});return this},serialize:function(){return jQuery.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?jQuery.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||rselectTextarea.test(this.nodeName)||rinput.test(this.type))}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:jQuery.isArray(val)?jQuery.map(val,function(val,i){return{name:elem.name,value:val}}):{name:elem.name,value:val}}).get()}});jQuery.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f)}});jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data=null}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type})},getScript:function(url,callback){return jQuery.get(url,null,callback,"script")},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json")},post:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data={}}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type})},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:window.XMLHttpRequest&&(window.location.protocol!=="file:"||!window.ActiveXObject)?function(){return new window.XMLHttpRequest()}:function(){try{return new window.ActiveXObject("Microsoft.XMLHTTP")}catch(e){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(origSettings){var s=jQuery.extend(true,{},jQuery.ajaxSettings,origSettings);var jsonp,status,data,callbackContext=origSettings&&origSettings.context||s,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string"){s.data=jQuery.param(s.data,s.traditional)}if(s.dataType==="jsonp"){if(type==="GET"){if(!jsre.test(s.url)){s.url+=(rquery.test(s.url)?"&":"?")+(s.jsonp||"callback")+"=?"}}else{if(!s.data||!jsre.test(s.data)){s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?"}}s.dataType="json"}if(s.dataType==="json"&&(s.data&&jsre.test(s.data)||jsre.test(s.url))){jsonp=s.jsonpCallback||("jsonp"+jsc++);if(s.data){s.data=(s.data+"").replace(jsre,"="+jsonp+"$1")}s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=window[jsonp]||function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp]}catch(e){}if(head){head.removeChild(script)}}}if(s.dataType==="script"&&s.cache===null){s.cache=false}if(s.cache===false&&type==="GET"){var ts=now();var ret=s.url.replace(rts,"$1_="+ts+"$2");s.url=ret+((ret===s.url)?(rquery.test(s.url)?"&":"?")+"_="+ts:"")}if(s.data&&type==="GET"){s.url+=(rquery.test(s.url)?"&":"?")+s.data}if(s.global&&!jQuery.active++){jQuery.event.trigger("ajaxStart")}var parts=rurl.exec(s.url),remote=parts&&(parts[1]&&parts[1]!==location.protocol||parts[2]!==location.host);if(s.dataType==="script"&&type==="GET"&&remote){var head=document.getElementsByTagName("head")[0]||document.documentElement;var script=document.createElement("script");script.src=s.url;if(s.scriptCharset){script.charset=s.scriptCharset}if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){done=true;success();complete();script.onload=script.onreadystatechange=null;if(head&&script.parentNode){head.removeChild(script)}}}}head.insertBefore(script,head.firstChild);return undefined}var requestDone=false;var xhr=s.xhr();if(!xhr){return }if(s.username){xhr.open(type,s.url,s.async,s.username,s.password)}else{xhr.open(type,s.url,s.async)}try{if(s.data||origSettings&&origSettings.contentType){xhr.setRequestHeader("Content-Type",s.contentType)}if(s.ifModified){if(jQuery.lastModified[s.url]){xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url])}if(jQuery.etag[s.url]){xhr.setRequestHeader("If-None-Match",jQuery.etag[s.url])}}if(!remote){xhr.setRequestHeader("X-Requested-With","XMLHttpRequest")}xhr.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default)}catch(e){}if(s.beforeSend&&s.beforeSend.call(callbackContext,xhr,s)===false){if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop")}xhr.abort();return false}if(s.global){trigger("ajaxSend",[xhr,s])}var onreadystatechange=xhr.onreadystatechange=function(isTimeout){if(!xhr||xhr.readyState===0||isTimeout==="abort"){if(!requestDone){complete()}requestDone=true;if(xhr){xhr.onreadystatechange=jQuery.noop}}else{if(!requestDone&&xhr&&(xhr.readyState===4||isTimeout==="timeout")){requestDone=true;xhr.onreadystatechange=jQuery.noop;status=isTimeout==="timeout"?"timeout":!jQuery.httpSuccess(xhr)?"error":s.ifModified&&jQuery.httpNotModified(xhr,s.url)?"notmodified":"success";var errMsg;if(status==="success"){try{data=jQuery.httpData(xhr,s.dataType,s)}catch(err){status="parsererror";errMsg=err}}if(status==="success"||status==="notmodified"){if(!jsonp){success()}}else{jQuery.handleError(s,xhr,status,errMsg)}complete();if(isTimeout==="timeout"){xhr.abort()}if(s.async){xhr=null}}}};try{var oldAbort=xhr.abort;xhr.abort=function(){if(xhr){oldAbort.call(xhr)}onreadystatechange("abort")}}catch(e){}if(s.async&&s.timeout>0){setTimeout(function(){if(xhr&&!requestDone){onreadystatechange("timeout")}},s.timeout)}try{xhr.send(type==="POST"||type==="PUT"||type==="DELETE"?s.data:null)}catch(e){jQuery.handleError(s,xhr,null,e);complete()}if(!s.async){onreadystatechange()}function success(){if(s.success){s.success.call(callbackContext,data,status,xhr)}if(s.global){trigger("ajaxSuccess",[xhr,s])}}function complete(){if(s.complete){s.complete.call(callbackContext,xhr,status)}if(s.global){trigger("ajaxComplete",[xhr,s])}if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop")}}function trigger(type,args){(s.context?jQuery(s.context):jQuery.event).trigger(type,args)}return xhr},handleError:function(s,xhr,status,e){if(s.error){s.error.call(s.context||s,xhr,status,e)}if(s.global){(s.context?jQuery(s.context):jQuery.event).trigger("ajaxError",[xhr,s,e])}},active:0,httpSuccess:function(xhr){try{return !xhr.status&&location.protocol==="file:"||(xhr.status>=200&&xhr.status<300)||xhr.status===304||xhr.status===1223||xhr.status===0}catch(e){}return false},httpNotModified:function(xhr,url){var lastModified=xhr.getResponseHeader("Last-Modified"),etag=xhr.getResponseHeader("Etag");if(lastModified){jQuery.lastModified[url]=lastModified}if(etag){jQuery.etag[url]=etag}return xhr.status===304||xhr.status===0},httpData:function(xhr,type,s){var ct=xhr.getResponseHeader("content-type")||"",xml=type==="xml"||!type&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.nodeName==="parsererror"){jQuery.error("parsererror")}if(s&&s.dataFilter){data=s.dataFilter(data,type)}if(typeof data==="string"){if(type==="json"||!type&&ct.indexOf("json")>=0){data=jQuery.parseJSON(data)}else{if(type==="script"||!type&&ct.indexOf("javascript")>=0){jQuery.globalEval(data)}}}return data},param:function(a,traditional){var s=[];if(traditional===undefined){traditional=jQuery.ajaxSettings.traditional}if(jQuery.isArray(a)||a.jquery){jQuery.each(a,function(){add(this.name,this.value)})}else{for(var prefix in a){buildParams(prefix,a[prefix])}}return s.join("&").replace(r20,"+");function buildParams(prefix,obj){if(jQuery.isArray(obj)){jQuery.each(obj,function(i,v){if(traditional||/\[\]$/.test(prefix)){add(prefix,v)}else{buildParams(prefix+"["+(typeof v==="object"||jQuery.isArray(v)?i:"")+"]",v)}})}else{if(!traditional&&obj!=null&&typeof obj==="object"){jQuery.each(obj,function(k,v){buildParams(prefix+"["+k+"]",v)})}else{add(prefix,obj)}}}function add(key,value){value=jQuery.isFunction(value)?value():value;s[s.length]=encodeURIComponent(key)+"="+encodeURIComponent(value)}}});var elemdisplay={},rfxtypes=/toggle|show|hide/,rfxnum=/^([+-]=)?([\d+-.]+)(.*)$/,timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];jQuery.fn.extend({show:function(speed,callback){if(speed||speed===0){return this.animate(genFx("show",3),speed,callback)}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");this[i].style.display=old||"";if(jQuery.css(this[i],"display")==="none"){var nodeName=this[i].nodeName,display;if(elemdisplay[nodeName]){display=elemdisplay[nodeName]}else{var elem=jQuery("<"+nodeName+" />").appendTo("body");display=elem.css("display");if(display==="none"){display="block"}elem.remove();elemdisplay[nodeName]=display}jQuery.data(this[i],"olddisplay",display)}}for(var j=0,k=this.length;j<k;j++){this[j].style.display=jQuery.data(this[j],"olddisplay")||""}return this}},hide:function(speed,callback){if(speed||speed===0){return this.animate(genFx("hide",3),speed,callback)}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");if(!old&&old!=="none"){jQuery.data(this[i],"olddisplay",jQuery.css(this[i],"display"))}}for(var j=0,k=this.length;j<k;j++){this[j].style.display="none"}return this}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){var bool=typeof fn==="boolean";if(jQuery.isFunction(fn)&&jQuery.isFunction(fn2)){this._toggle.apply(this,arguments)}else{if(fn==null||bool){this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]()})}else{this.animate(genFx("toggle",3),fn,fn2)}}return this},fadeTo:function(speed,to,callback){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:to},speed,callback)},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);if(jQuery.isEmptyObject(prop)){return this.each(optall.complete)}return this[optall.queue===false?"each":"queue"](function(){var opt=jQuery.extend({},optall),p,hidden=this.nodeType===1&&jQuery(this).is(":hidden"),self=this;for(p in prop){var name=p.replace(rdashAlpha,fcamelCase);if(p!==name){prop[name]=prop[p];delete prop[p];p=name}if(prop[p]==="hide"&&hidden||prop[p]==="show"&&!hidden){return opt.complete.call(this)}if((p==="height"||p==="width")&&this.style){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow}if(jQuery.isArray(prop[p])){(opt.specialEasing=opt.specialEasing||{})[p]=prop[p][1];prop[p]=prop[p][0]}}if(opt.overflow!=null){this.style.overflow="hidden"}opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(rfxtypes.test(val)){e[val==="toggle"?hidden?"show":"hide":val](prop)}else{var parts=rfxnum.exec(val),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!=="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit}if(parts[1]){end=((parts[1]==="-="?-1:1)*end)+start}e.custom(start,end,unit)}else{e.custom(start,val,"")}}});return true})},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue){this.queue([])}this.each(function(){for(var i=timers.length-1;i>=0;i--){if(timers[i].elem===this){if(gotoEnd){timers[i](true)}timers.splice(i,1)}}});if(!gotoEnd){this.dequeue()}return this}});jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(name,props){jQuery.fn[name]=function(speed,callback){return this.animate(props,speed,callback)}});jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&typeof speed==="object"?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&!jQuery.isFunction(easing)&&easing};opt.duration=jQuery.fx.off?0:typeof opt.duration==="number"?opt.duration:jQuery.fx.speeds[opt.duration]||jQuery.fx.speeds._default;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false){jQuery(this).dequeue()}if(jQuery.isFunction(opt.old)){opt.old.call(this)}};return opt},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum}},timers:[],fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig){options.orig={}}}});jQuery.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(force){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0},custom:function(from,to,unit){this.startTime=now();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;var self=this;function t(gotoEnd){return self.step(gotoEnd)}t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){timerId=setInterval(jQuery.fx.tick,13)}},show:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());jQuery(this.elem).show()},hide:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(gotoEnd){var t=now(),done=true;if(gotoEnd||t>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var i in this.options.curAnim){if(this.options.curAnim[i]!==true){done=false}}if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var old=jQuery.data(this.elem,"olddisplay");this.elem.style.display=old?old:this.options.display;if(jQuery.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){jQuery(this.elem).hide()}if(this.options.hide||this.options.show){for(var p in this.options.curAnim){jQuery.style(this.elem,p,this.options.orig[p])}}this.options.complete.call(this.elem)}return false}else{var n=t-this.startTime;this.state=n/this.options.duration;var specialEasing=this.options.specialEasing&&this.options.specialEasing[this.prop];var defaultEasing=this.options.easing||(jQuery.easing.swing?"swing":"linear");this.pos=jQuery.easing[specialEasing||defaultEasing](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};jQuery.extend(jQuery.fx,{tick:function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++){if(!timers[i]()){timers.splice(i--,1)}}if(!timers.length){jQuery.fx.stop()}},stop:function(){clearInterval(timerId);timerId=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.style(fx.elem,"opacity",fx.now)},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null){fx.elem.style[fx.prop]=(fx.prop==="width"||fx.prop==="height"?Math.max(0,fx.now):fx.now)+fx.unit}else{fx.elem[fx.prop]=fx.now}}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem}).length}}function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type});return obj}if("getBoundingClientRect" in document.documentElement){jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i)})}if(!elem||!elem.ownerDocument){return null}if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem)}var box=elem.getBoundingClientRect(),doc=elem.ownerDocument,body=doc.body,docElem=doc.documentElement,clientTop=docElem.clientTop||body.clientTop||0,clientLeft=docElem.clientLeft||body.clientLeft||0,top=box.top+(self.pageYOffset||jQuery.support.boxModel&&docElem.scrollTop||body.scrollTop)-clientTop,left=box.left+(self.pageXOffset||jQuery.support.boxModel&&docElem.scrollLeft||body.scrollLeft)-clientLeft;return{top:top,left:left}}}else{jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i)})}if(!elem||!elem.ownerDocument){return null}if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem)}jQuery.offset.initialize();var offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,computedStyle,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle,top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){break}computedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle;top-=elem.scrollTop;left-=elem.scrollLeft;if(elem===offsetParent){top+=elem.offsetTop;left+=elem.offsetLeft;if(jQuery.offset.doesNotAddBorder&&!(jQuery.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(elem.nodeName))){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0}prevOffsetParent=offsetParent,offsetParent=elem.offsetParent}if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible"){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0}prevComputedStyle=computedStyle}if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static"){top+=body.offsetTop;left+=body.offsetLeft}if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){top+=Math.max(docElem.scrollTop,body.scrollTop);left+=Math.max(docElem.scrollLeft,body.scrollLeft)}return{top:top,left:left}}}jQuery.offset={initialize:function(){var body=document.body,container=document.createElement("div"),innerDiv,checkDiv,table,td,bodyMarginTop=parseFloat(jQuery.curCSS(body,"marginTop",true))||0,html="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";jQuery.extend(container.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});container.innerHTML=html;body.insertBefore(container,body.firstChild);innerDiv=container.firstChild;checkDiv=innerDiv.firstChild;td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);checkDiv.style.position="fixed",checkDiv.style.top="20px";this.supportsFixedPosition=(checkDiv.offsetTop===20||checkDiv.offsetTop===15);checkDiv.style.position=checkDiv.style.top="";innerDiv.style.overflow="hidden",innerDiv.style.position="relative";this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(body.offsetTop!==bodyMarginTop);body.removeChild(container);body=container=innerDiv=checkDiv=table=td=null;jQuery.offset.initialize=jQuery.noop},bodyOffset:function(body){var top=body.offsetTop,left=body.offsetLeft;jQuery.offset.initialize();if(jQuery.offset.doesNotIncludeMarginInBodyOffset){top+=parseFloat(jQuery.curCSS(body,"marginTop",true))||0;left+=parseFloat(jQuery.curCSS(body,"marginLeft",true))||0}return{top:top,left:left}},setOffset:function(elem,options,i){if(/static/.test(jQuery.curCSS(elem,"position"))){elem.style.position="relative"}var curElem=jQuery(elem),curOffset=curElem.offset(),curTop=parseInt(jQuery.curCSS(elem,"top",true),10)||0,curLeft=parseInt(jQuery.curCSS(elem,"left",true),10)||0;if(jQuery.isFunction(options)){options=options.call(elem,i,curOffset)}var props={top:(options.top-curOffset.top)+curTop,left:(options.left-curOffset.left)+curLeft};if("using" in options){options.using.call(elem,props)}else{curElem.css(props)}}};jQuery.fn.extend({position:function(){if(!this[0]){return null}var elem=this[0],offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].nodeName)?{top:0,left:0}:offsetParent.offset();offset.top-=parseFloat(jQuery.curCSS(elem,"marginTop",true))||0;offset.left-=parseFloat(jQuery.curCSS(elem,"marginLeft",true))||0;parentOffset.top+=parseFloat(jQuery.curCSS(offsetParent[0],"borderTopWidth",true))||0;parentOffset.left+=parseFloat(jQuery.curCSS(offsetParent[0],"borderLeftWidth",true))||0;return{top:offset.top-parentOffset.top,left:offset.left-parentOffset.left}},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent||document.body;while(offsetParent&&(!/^body|html$/i.test(offsetParent.nodeName)&&jQuery.css(offsetParent,"position")==="static")){offsetParent=offsetParent.offsetParent}return offsetParent})}});jQuery.each(["Left","Top"],function(i,name){var method="scroll"+name;jQuery.fn[method]=function(val){var elem=this[0],win;if(!elem){return null}if(val!==undefined){return this.each(function(){win=getWindow(this);if(win){win.scrollTo(!i?val:jQuery(win).scrollLeft(),i?val:jQuery(win).scrollTop())}else{this[method]=val}})}else{win=getWindow(elem);return win?("pageXOffset" in win)?win[i?"pageYOffset":"pageXOffset"]:jQuery.support.boxModel&&win.document.documentElement[method]||win.document.body[method]:elem[method]}}});function getWindow(elem){return("scrollTo" in elem&&elem.document)?elem:elem.nodeType===9?elem.defaultView||elem.parentWindow:false}jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?jQuery.css(this[0],type,false,"padding"):null};jQuery.fn["outer"+name]=function(margin){return this[0]?jQuery.css(this[0],type,false,margin?"margin":"border"):null};jQuery.fn[type]=function(size){var elem=this[0];if(!elem){return size==null?null:this}if(jQuery.isFunction(size)){return this.each(function(i){var self=jQuery(this);self[type](size.call(this,i,self[type]()))})}return("scrollTo" in elem&&elem.document)?elem.document.compatMode==="CSS1Compat"&&elem.document.documentElement["client"+name]||elem.document.body["client"+name]:(elem.nodeType===9)?Math.max(elem.documentElement["client"+name],elem.body["scroll"+name],elem.documentElement["scroll"+name],elem.body["offset"+name],elem.documentElement["offset"+name]):size===undefined?jQuery.css(elem,type):this.css(type,typeof size==="string"?size:size+"px")}});window.jQuery=window.$=jQuery})(window);(function(B){B.fn.jcarousel=function(D){return this.each(function(){new A(this,D)})};var C={vertical:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:"normal",easing:"swing",auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:"<div></div>",buttonPrevHTML:"<div></div>",buttonNextEvent:"click",buttonPrevEvent:"click",buttonNextCallback:null,buttonPrevCallback:null};B.jcarousel=function(G,E){this.options=B.extend({},C,E||{});this.locked=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical?"left":"top";var K="",I=G.className.split(" ");for(var F=0;F<I.length;F++){if(I[F].indexOf("jcarousel-skin")!=-1){B(G).removeClass(I[F]);var K=I[F];break}}if(G.nodeName=="UL"||G.nodeName=="OL"){this.list=B(G);this.container=this.list.parent();if(this.container.hasClass("jcarousel-clip")){if(!this.container.parent().hasClass("jcarousel-container")){this.container=this.container.wrap("<div></div>")}this.container=this.container.parent()}else{if(!this.container.hasClass("jcarousel-container")){this.container=this.list.wrap("<div></div>").parent()}}}else{this.container=B(G);this.list=B(G).find(">ul,>ol,div>ul,div>ol")}if(K!=""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1){this.container.wrap('<div class=" '+K+'"></div>')}this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass("jcarousel-clip")){this.clip=this.list.wrap("<div></div>").parent()}this.buttonPrev=B(".jcarousel-prev",this.container);if(this.buttonPrev.size()==0&&this.options.buttonPrevHTML!=null){this.buttonPrev=this.clip.before(this.options.buttonPrevHTML).prev()}this.buttonPrev.addClass(this.className("jcarousel-prev"));this.buttonNext=B(".jcarousel-next",this.container);if(this.buttonNext.size()==0&&this.options.buttonNextHTML!=null){this.buttonNext=this.clip.before(this.options.buttonNextHTML).prev()}this.buttonNext.addClass(this.className("jcarousel-next"));this.clip.addClass(this.className("jcarousel-clip"));this.list.addClass(this.className("jcarousel-list"));this.container.addClass(this.className("jcarousel-container"));var H=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var J=this.list.children("li");var L=this;if(J.size()>0){var D=0,F=this.options.offset;J.each(function(){L.format(this,F++);D+=L.dimension(this,H)});this.list.css(this.wh,D+"px");if(!E||E.size===undefined){this.options.size=J.size()}}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display","block");this.funcNext=function(){L.next()};this.funcPrev=function(){L.prev()};this.funcResize=function(){L.reload()};if(this.options.initCallback!=null){this.options.initCallback(this,"init")}if(B.browser.safari){this.buttons(false,false);B(window).bind("load",function(){L.setup()})}else{this.setup()}};var A=B.jcarousel;A.fn=A.prototype={jcarousel:"0.2.3"};A.fn.extend=A.extend=B.extend;A.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.tail=null;this.inTail=false;if(this.locked){return }this.list.css(this.lt,this.pos(this.options.offset)+"px");var D=this.pos(this.options.start);this.prevFirst=this.prevLast=null;this.animate(D,false);B(window).unbind("resize",this.funcResize).bind("resize",this.funcResize)},reset:function(){this.list.empty();this.list.css(this.lt,"0px");this.list.css(this.wh,"10px");if(this.options.initCallback!=null){this.options.initCallback(this,"reset")}this.setup()},reload:function(){if(this.tail!=null&&this.inTail){this.list.css(this.lt,A.intval(this.list.css(this.lt))+this.tail)}this.tail=null;this.inTail=false;if(this.options.reloadCallback!=null){this.options.reloadCallback(this)}if(this.options.visible!=null){var F=this;var G=Math.ceil(this.clipping()/this.options.visible),E=0,D=0;B("li",this.list).each(function(H){E+=F.dimension(this,G);if(H+1<F.first){D=E}});this.list.css(this.wh,E+"px");this.list.css(this.lt,-D+"px")}this.scroll(this.first,false)},lock:function(){this.locked=true;this.buttons()},unlock:function(){this.locked=false;this.buttons()},size:function(D){if(D!=undefined){this.options.size=D;if(!this.locked){this.buttons()}}return this.options.size},has:function(E,F){if(F==undefined||!F){F=E}if(this.options.size!==null&&F>this.options.size){F=this.options.size}for(var D=E;D<=F;D++){var G=this.get(D);if(!G.length||G.hasClass("jcarousel-item-placeholder")){return false}}return true},get:function(D){return B(".jcarousel-item-"+D,this.list)},add:function(G,L){var H=this.get(G),E=0,K=0;if(H.length==0){var J,H=this.create(G),F=A.intval(G);while(J=this.get(--F)){if(F<=0||J.length){F<=0?this.list.prepend(H):J.after(H);break}}}else{E=this.dimension(H)}H.removeClass(this.className("jcarousel-item-placeholder"));typeof L=="string"?H.html(L):H.empty().append(L);var I=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var D=this.dimension(H,I)-E;if(G>0&&G<this.first){this.list.css(this.lt,A.intval(this.list.css(this.lt))-D+"px")}this.list.css(this.wh,A.intval(this.list.css(this.wh))+D+"px");return H},remove:function(D){var E=this.get(D);if(!E.length||(D>=this.first&&D<=this.last)){return }var F=this.dimension(E);if(D<this.first){this.list.css(this.lt,A.intval(this.list.css(this.lt))+F+"px")}E.remove();this.list.css(this.wh,A.intval(this.list.css(this.wh))-F+"px")},next:function(){this.stopAuto();if(this.tail!=null&&!this.inTail){this.scrollTail(false)}else{this.scroll(((this.options.wrap=="both"||this.options.wrap=="last")&&this.options.size!=null&&this.last==this.options.size)?1:this.first+this.options.scroll)}},prev:function(){this.stopAuto();if(this.tail!=null&&this.inTail){this.scrollTail(true)}else{this.scroll(((this.options.wrap=="both"||this.options.wrap=="first")&&this.options.size!=null&&this.first==1)?this.options.size:this.first-this.options.scroll)}},scrollTail:function(D){if(this.locked||this.animating||!this.tail){return }var E=A.intval(this.list.css(this.lt));!D?E-=this.tail:E+=this.tail;this.inTail=!D;this.prevFirst=this.first;this.prevLast=this.last;this.animate(E)},scroll:function(E,D){if(this.locked||this.animating){return }this.animate(this.pos(E),D)},pos:function(Q){if(this.locked||this.animating){return }Q=A.intval(Q);if(this.options.wrap!="circular"){Q=Q<1?1:(this.options.size&&Q>this.options.size?this.options.size:Q)}var N=this.first>Q;var E=A.intval(this.list.css(this.lt));var R=this.options.wrap!="circular"&&this.first<=1?1:this.first;var U=N?this.get(R):this.get(this.last);var P=N?R:R-1;var S=null,O=0,L=false,T=0;while(N?--P>=Q:++P<Q){S=this.get(P);L=!S.length;if(S.length==0){S=this.create(P).addClass(this.className("jcarousel-item-placeholder"));U[N?"before":"after"](S)}U=S;T=this.dimension(S);if(L){O+=T}if(this.first!=null&&(this.options.wrap=="circular"||(P>=1&&(this.options.size==null||P<=this.options.size)))){E=N?E+T:E-T}}var I=this.clipping();var K=[];var D=0,P=Q,J=0;var U=this.get(Q-1);while(++D){S=this.get(P);L=!S.length;if(S.length==0){S=this.create(P).addClass(this.className("jcarousel-item-placeholder"));U.length==0?this.list.prepend(S):U[N?"before":"after"](S)}U=S;var T=this.dimension(S);if(T==0){alert("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...");return 0}if(this.options.wrap!="circular"&&this.options.size!==null&&P>this.options.size){K.push(S)}else{if(L){O+=T}}J+=T;if(J>=I){break}P++}for(var H=0;H<K.length;H++){K[H].remove()}if(O>0){this.list.css(this.wh,this.dimension(this.list)+O+"px");if(N){E-=O;this.list.css(this.lt,A.intval(this.list.css(this.lt))-O+"px")}}var G=Q+D-1;if(this.options.wrap!="circular"&&this.options.size&&G>this.options.size){G=this.options.size}if(P>G){D=0,P=G,J=0;while(++D){var S=this.get(P--);if(!S.length){break}J+=this.dimension(S);if(J>=I){break}}}var F=G-D+1;if(this.options.wrap!="circular"&&F<1){F=1}if(this.inTail&&N){E+=this.tail;this.inTail=false}this.tail=null;if(this.options.wrap!="circular"&&G==this.options.size&&(G-D+1)>=1){var M=A.margin(this.get(G),!this.options.vertical?"marginRight":"marginBottom");if((J-M)>I){this.tail=J-I-M}}while(Q-->F){E+=this.dimension(this.get(Q))}this.prevFirst=this.first;this.prevLast=this.last;this.first=F;this.last=G;return E},animate:function(G,D){if(this.locked||this.animating){return }this.animating=true;var E=this;var F=function(){E.animating=false;if(G==0){E.list.css(E.lt,0)}if(E.options.wrap=="both"||E.options.wrap=="last"||E.options.size==null||E.last<E.options.size){E.startAuto()}E.buttons();E.notify("onAfterAnimation")};this.notify("onBeforeAnimation");if(!this.options.animation||D==false){this.list.css(this.lt,G+"px");F()}else{var H=!this.options.vertical?{left:G}:{top:G};this.list.animate(H,this.options.animation,this.options.easing,F)}},startAuto:function(E){if(E!=undefined){this.options.auto=E}if(this.options.auto==0){return this.stopAuto()}if(this.timer!=null){return }var D=this;this.timer=setTimeout(function(){D.next()},this.options.auto*1000)},stopAuto:function(){if(this.timer==null){return }clearTimeout(this.timer);this.timer=null},buttons:function(F,E){if(F==undefined||F==null){var F=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!="first")||this.options.size==null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=="first")&&this.options.size!=null&&this.last>=this.options.size){F=this.tail!=null&&!this.inTail}}if(E==undefined||E==null){var E=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!="last")||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!=null&&this.first==1){E=this.tail!=null&&this.inTail}}var D=this;this.buttonNext[F?"bind":"unbind"](this.options.buttonNextEvent,this.funcNext)[F?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",F?false:true);this.buttonPrev[E?"bind":"unbind"](this.options.buttonPrevEvent,this.funcPrev)[E?"removeClass":"addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",E?false:true);if(this.buttonNext.length>0&&(this.buttonNext[0].jcarouselstate==undefined||this.buttonNext[0].jcarouselstate!=F)&&this.options.buttonNextCallback!=null){this.buttonNext.each(function(){D.options.buttonNextCallback(D,this,F)});this.buttonNext[0].jcarouselstate=F}if(this.buttonPrev.length>0&&(this.buttonPrev[0].jcarouselstate==undefined||this.buttonPrev[0].jcarouselstate!=E)&&this.options.buttonPrevCallback!=null){this.buttonPrev.each(function(){D.options.buttonPrevCallback(D,this,E)});this.buttonPrev[0].jcarouselstate=E}},notify:function(D){var E=this.prevFirst==null?"init":(this.prevFirst<this.first?"next":"prev");this.callback("itemLoadCallback",D,E);if(this.prevFirst!==this.first){this.callback("itemFirstInCallback",D,E,this.first);this.callback("itemFirstOutCallback",D,E,this.prevFirst)}if(this.prevLast!==this.last){this.callback("itemLastInCallback",D,E,this.last);this.callback("itemLastOutCallback",D,E,this.prevLast)}this.callback("itemVisibleInCallback",D,E,this.first,this.last,this.prevFirst,this.prevLast);this.callback("itemVisibleOutCallback",D,E,this.prevFirst,this.prevLast,this.first,this.last)},callback:function(H,K,D,I,G,F,E){if(this.options[H]==undefined||(typeof this.options[H]!="object"&&K!="onAfterAnimation")){return }var L=typeof this.options[H]=="object"?this.options[H][K]:this.options[H];if(!B.isFunction(L)){return }var M=this;if(I===undefined){L(M,D,K)}else{if(G===undefined){this.get(I).each(function(){L(M,this,I,D,K)})}else{for(var J=I;J<=G;J++){if(J!==null&&!(J>=F&&J<=E)){this.get(J).each(function(){L(M,this,J,D,K)})}}}}},create:function(D){return this.format("<li></li>",D)},format:function(F,E){var D=B(F).addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+E));D.attr("jcarouselindex",E);return D},className:function(D){return D+" "+D+(!this.options.vertical?"-horizontal":"-vertical")},dimension:function(G,H){var F=G.jquery!=undefined?G[0]:G;var E=!this.options.vertical?F.offsetWidth+A.margin(F,"marginLeft")+A.margin(F,"marginRight"):F.offsetHeight+A.margin(F,"marginTop")+A.margin(F,"marginBottom");if(H==undefined||E==H){return E}var D=!this.options.vertical?H-A.margin(F,"marginLeft")-A.margin(F,"marginRight"):H-A.margin(F,"marginTop")-A.margin(F,"marginBottom");B(F).css(this.wh,D+"px");return this.dimension(F)},clipping:function(){return !this.options.vertical?this.clip[0].offsetWidth-A.intval(this.clip.css("borderLeftWidth"))-A.intval(this.clip.css("borderRightWidth")):this.clip[0].offsetHeight-A.intval(this.clip.css("borderTopWidth"))-A.intval(this.clip.css("borderBottomWidth"))},index:function(D,E){if(E==undefined){E=this.options.size}return Math.round((((D-1)/E)-Math.floor((D-1)/E))*E)+1}});A.extend({defaults:function(D){return B.extend(C,D||{})},margin:function(H,G){if(!H){return 0}var F=H.jquery!=undefined?H[0]:H;if(G=="marginRight"&&B.browser.safari){var E={display:"block","float":"none",width:"auto"},D,I;B.swap(F,E,function(){D=F.offsetWidth});E.marginRight=0;B.swap(F,E,function(){I=F.offsetWidth});return I-D}return A.intval(B.css(F,G))},intval:function(D){D=parseInt(D);return isNaN(D)?0:D}})})(jQuery);(function(A){A.fn.lightBox=function(P){P=jQuery.extend({overlayBgColor:"#000",overlayOpacity:0.8,fixedNavigation:false,imageLoading:"/media/lightbox-ico-loading.gif",imageBtnPrev:"/media/lightbox-btn-prev.gif",imageBtnNext:"/media/lightbox-btn-next.gif",imageBtnClose:"/media/lightbox-btn-close.gif",imageBlank:"/media/lightbox-blank.gif",containerBorderSize:10,containerResizeSpeed:400,txtImage:"Image",txtOf:"of",keyToClose:"c",keyToPrev:"p",keyToNext:"n",imageArray:[],activeImage:0},P);var I=this;function R(){O(this,I);return false}function O(V,U){A("embed, object, select").css({visibility:"hidden"});C();P.imageArray.length=0;P.activeImage=0;if(U.length==1){P.imageArray.push(new Array(V.getAttribute("href"),V.getAttribute("title")))}else{for(var T=0;T<U.length;T++){P.imageArray.push(new Array(U[T].getAttribute("href"),U[T].getAttribute("title")))}}while(P.imageArray[P.activeImage][0]!=V.getAttribute("href")){P.activeImage++}L()}function C(){A("body").append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+P.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+P.imageBtnClose+'"></a></div></div></div></div>');var T=F();A("#jquery-overlay").css({backgroundColor:P.overlayBgColor,opacity:P.overlayOpacity,width:T[0],height:T[1]}).fadeIn();var U=H();A("#jquery-lightbox").css({top:U[1]+(T[3]/10),left:U[0]}).show();A("#jquery-overlay,#jquery-lightbox").click(function(){B()});A("#lightbox-loading-link,#lightbox-secNav-btnClose").click(function(){B();return false});A(window).resize(function(){var V=F();A("#jquery-overlay").css({width:V[0],height:V[1]});var W=H();A("#jquery-lightbox").css({top:W[1]+(V[3]/10),left:W[0]})})}function L(){A("#lightbox-loading").show();if(P.fixedNavigation){A("#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}else{A("#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide()}var T=new Image();T.onload=function(){A("#lightbox-image").attr("src",P.imageArray[P.activeImage][0]);J(T.width,T.height);T.onload=function(){}};T.src=P.imageArray[P.activeImage][0]}function J(W,Z){var T=A("#lightbox-container-image-box").width();var Y=A("#lightbox-container-image-box").height();var X=(W+(P.containerBorderSize*2));var V=(Z+(P.containerBorderSize*2));var U=T-X;var a=Y-V;A("#lightbox-container-image-box").animate({width:X,height:V},P.containerResizeSpeed,function(){G()});if((U==0)&&(a==0)){if(A.browser.msie){N(250)}else{N(100)}}A("#lightbox-container-image-data-box").css({width:W});A("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({height:Z+(P.containerBorderSize*2)})}function G(){A("#lightbox-loading").hide();A("#lightbox-image").fadeIn(function(){K();S()});Q()}function K(){A("#lightbox-container-image-data-box").slideDown("fast");A("#lightbox-image-details-caption").hide();if(P.imageArray[P.activeImage][1]){A("#lightbox-image-details-caption").html(P.imageArray[P.activeImage][1]).show()}if(P.imageArray.length>1){A("#lightbox-image-details-currentNumber").html(P.txtImage+" "+(P.activeImage+1)+" "+P.txtOf+" "+P.imageArray.length).show()}}function S(){A("#lightbox-nav").show();A("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({background:"transparent url("+P.imageBlank+") no-repeat"});if(P.activeImage!=0){if(P.fixedNavigation){A("#lightbox-nav-btnPrev").css({background:"url("+P.imageBtnPrev+") left 15% no-repeat"}).unbind().bind("click",function(){P.activeImage=P.activeImage-1;L();return false})}else{A("#lightbox-nav-btnPrev").unbind().hover(function(){A(this).css({background:"url("+P.imageBtnPrev+") left 15% no-repeat"})},function(){A(this).css({background:"transparent url("+P.imageBlank+") no-repeat"})}).show().bind("click",function(){P.activeImage=P.activeImage-1;L();return false})}}if(P.activeImage!=(P.imageArray.length-1)){if(P.fixedNavigation){A("#lightbox-nav-btnNext").css({background:"url("+P.imageBtnNext+") right 15% no-repeat"}).unbind().bind("click",function(){P.activeImage=P.activeImage+1;L();return false})}else{A("#lightbox-nav-btnNext").unbind().hover(function(){A(this).css({background:"url("+P.imageBtnNext+") right 15% no-repeat"})},function(){A(this).css({background:"transparent url("+P.imageBlank+") no-repeat"})}).show().bind("click",function(){P.activeImage=P.activeImage+1;L();return false})}}M()}function M(){A(document).keydown(function(T){D(T)})}function E(){A(document).unbind()}function D(T){if(T==null){keycode=event.keyCode;escapeKey=27}else{keycode=T.keyCode;escapeKey=T.DOM_VK_ESCAPE}key=String.fromCharCode(keycode).toLowerCase();if((key==P.keyToClose)||(key=="x")||(keycode==escapeKey)){B()}if((key==P.keyToPrev)||(keycode==37)){if(P.activeImage!=0){P.activeImage=P.activeImage-1;L();E()}}if((key==P.keyToNext)||(keycode==39)){if(P.activeImage!=(P.imageArray.length-1)){P.activeImage=P.activeImage+1;L();E()}}}function Q(){if((P.imageArray.length-1)>P.activeImage){objNext=new Image();objNext.src=P.imageArray[P.activeImage+1][0]}if(P.activeImage>0){objPrev=new Image();objPrev.src=P.imageArray[P.activeImage-1][0]}}function B(){A("#jquery-lightbox").remove();A("#jquery-overlay").fadeOut(function(){A("#jquery-overlay").remove()});A("embed, object, select").css({visibility:"visible"})}function F(){var V,T;if(window.innerHeight&&window.scrollMaxY){V=window.innerWidth+window.scrollMaxX;T=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){V=document.body.scrollWidth;T=document.body.scrollHeight}else{V=document.body.offsetWidth;T=document.body.offsetHeight}}var U,W;if(self.innerHeight){if(document.documentElement.clientWidth){U=document.documentElement.clientWidth}else{U=self.innerWidth}W=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){U=document.documentElement.clientWidth;W=document.documentElement.clientHeight}else{if(document.body){U=document.body.clientWidth;W=document.body.clientHeight}}}if(T<W){pageHeight=W}else{pageHeight=T}if(V<U){pageWidth=V}else{pageWidth=U}arrayPageSize=new Array(pageWidth,pageHeight,U,W);return arrayPageSize}function H(){var U,T;if(self.pageYOffset){T=self.pageYOffset;U=self.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollTop){T=document.documentElement.scrollTop;U=document.documentElement.scrollLeft}else{if(document.body){T=document.body.scrollTop;U=document.body.scrollLeft}}}arrayPageScroll=new Array(U,T);return arrayPageScroll}function N(V){var U=new Date();T=null;do{var T=new Date()}while(T-U<V)}return this.unbind("click").click(R)}})(jQuery);
/*
 * Copyright (c) 2010 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
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(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);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,i){if(i){return h.replace(c,"").replace(b,"")}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(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}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(o,r,e){var s=this.glyphs,p,n,g,t=[],f=0,q,m=-1,l=-1,h;while(h=o[++m]){p=s[h]||this.missingGlyph;if(!p){continue}if(n){f-=g=n[h]||0;t[l]-=g}q=p.w;if(isNaN(q)){q=+this.w}if(q>0){q+=r;if(b[h]){q+=e}}f+=t[++l]=~~q;n=p.k}t.total=f;return t}}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,h){try{if(f.contains){return f.contains(h)}return f.compareDocumentPosition(h)&16}catch(g){}return false}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,o,c,p,f,d){var m=document.createDocumentFragment(),h;if(o===""){return m}var n=p.separate;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(e,n){var d=e.nodeName.toLowerCase();if(n.ignore[d]){return }var f=!n.textless[d],b=(n.trim==="simple");var c=N.getStyle(V(e,n)).extend(n);if(parseFloat(c.get("fontSize"))===0){return }var g=C(e,c),h,l,j,i,m,k;if(!g){return }for(h=e.firstChild;h;h=j){l=h.nodeType;j=h.nextSibling;if(f&&l==3){if(i){i.appendData(h.data);e.removeChild(h)}else{i=h}if(j){continue}}if(i){e.replaceChild(O(g,N.whiteSpace(i.data,c,i,k,b),c,n,h,e),i);i=null}if(l==1){if(h.firstChild){if(h.nodeName.toLowerCase()=="cufon"){Z[n.engine](g,null,c,n,h,e)}else{arguments.callee(h,n)}}k=h}}}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,noscript: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.glow&&glow.dom&&glow.dom.get)||(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",trim:"simple"};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("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;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(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,T,n,Q,X,u){var I=(T===null);if(I){T=X.getAttribute("alt")}var V=t.viewBox;var J=n.getSize("fontSize",t.baseSize);var W=0,m=0,k=0,R=0;var U=Q.textShadow,h=[];if(U){for(var s=U.length;s--;){var a=U[s];var f=J.convertFrom(parseFloat(a.offX));var d=J.convertFrom(parseFloat(a.offY));h[s]=[f,d];if(d<W){W=d}if(f>m){m=f}if(d>k){k=d}if(f<R){R=f}}}var z=Cufon.CSS.textTransform(T,n).split("");var Z=t.spacing(z,~~J.convertFrom(parseFloat(n.get("letterSpacing"))||0),~~J.convertFrom(parseFloat(n.get("wordSpacing"))||0));if(!Z.length){return null}var G=Z.total;m+=V.width-Z[Z.length-1];R+=V.minX;var P,K;if(I){P=X;K=X.firstChild}else{P=document.createElement("cufon");P.className="cufon cufon-canvas";P.setAttribute("alt",T);K=document.createElement("canvas");P.appendChild(K);if(Q.printable){var q=document.createElement("cufontext");q.appendChild(document.createTextNode(T));P.appendChild(q)}}var AA=P.style;var c=K.style;var H=J.convert(V.height);var w=Math.ceil(H);var j=w/H;var b=j*Cufon.CSS.fontStretch(n.get("fontStretch"));var e=G*b;var o=Math.ceil(J.convert(e+m-R));var L=Math.ceil(J.convert(V.height-W+k));K.width=o;K.height=L;c.width=o+"px";c.height=L+"px";W+=V.minY;c.top=Math.round(J.convert(W-t.ascent))+"px";c.left=Math.round(J.convert(R))+"px";var O=Math.max(Math.ceil(J.convert(e)),0)+"px";if(A){AA.width=O;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=O;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),Y=H/V.height;v.scale(Y,Y*j);v.translate(-R,-W);v.save();function r(){var x=t.glyphs,AB,l=-1,g=-1,y;v.scale(b,1);while(y=z[++l]){var AB=x[z[l]]||t.missingGlyph;if(!AB){continue}if(AB.d){v.beginPath();if(AB.code){C(AB.code,v)}else{AB.code=D("m"+AB.d,v)}v.fill()}v.translate(Z[++g],0)}v.restore()}if(U){for(var s=U.length;s--;){var a=U[s];v.save();v.fillStyle=a.color;v.translate.apply(v,h[s]);r()}}var N=Q.textGradient;if(N){var S=N.stops,M=v.createLinearGradient(0,V.minY,0,V.maxY);for(var s=0,p=S.length;s<p;++s){M.addColorStop.apply(M,S[s])}v.fillStyle=M}else{v.fillStyle=n.get("color")}r();return P}})());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(!isNaN(M)||/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(N){var O=N.id;if(!G[O]){var L=N.stops,M=document.createElement("cvml:fill"),I=[];M.type="gradient";M.angle=180;M.focus="0";M.method="none";M.color=L[0][1];for(var K=1,J=L.length-1;K<J;++K){I.push(L[K][0]*100+"% "+L[K][1])}M.colors=I.join(",");M.color2=L[J][1];G[O]=M}return G[O]}return function(AC,e,y,a,k,AD,w){var L=(e===null);if(L){e=k.alt}var g=AC.viewBox;var N=y.computedFontSize||(y.computedFontSize=new Cufon.CSS.Size(C(AD,y.get("fontSize"))+"px",AC.baseSize));var W,O;if(L){W=k;O=k.firstChild}else{W=document.createElement("cufon");W.className="cufon cufon-vml";W.alt=e;O=document.createElement("cufoncanvas");W.appendChild(O);if(a.printable){var z=document.createElement("cufontext");z.appendChild(document.createTextNode(e));W.appendChild(z)}if(!w){W.appendChild(document.createElement("cvml:shape"))}}var AI=W.style;var r=O.style;var J=N.convert(g.height),AF=Math.ceil(J);var v=AF/J;var p=v*Cufon.CSS.fontStretch(y.get("fontStretch"));var u=g.minX,t=g.minY;r.height=AF;r.top=Math.round(N.convert(t-AC.ascent));r.left=Math.round(N.convert(u));AI.height=N.convert(AC.height)+"px";var d=y.get("color");var AG=Cufon.CSS.textTransform(e,y).split("");var l=AC.spacing(AG,F(AD,y,N,"letterSpacing"),F(AD,y,N,"wordSpacing"));if(!l.length){return null}var I=l.total;var V=-u+I+(g.width-l[l.length-1]);var AH=N.convert(V*p),x=Math.round(AH);var o=V+","+g.height,K;var h="r"+o+"ns";var S=a.textGradient&&D(a.textGradient);var M=AC.glyphs,s=0;var f=a.textShadow;var AB=-1,AA=0,U;while(U=AG[++AB]){var b=M[AG[AB]]||AC.missingGlyph,T;if(!b){continue}if(L){T=O.childNodes[AA];while(T.firstChild){T.removeChild(T.firstChild)}}else{T=document.createElement("cvml:shape");O.appendChild(T)}T.stroked="f";T.coordsize=o;T.coordorigin=K=(u-s)+","+t;T.path=(b.d?"m"+b.d+"xe":"")+"m"+K+h;T.fillcolor=d;if(S){T.appendChild(S.cloneNode(false))}var AE=T.style;AE.width=x;AE.height=AF;if(f){var Q=f[0],P=f[1];var Z=Cufon.CSS.color(Q.color),X;var n=document.createElement("cvml:shadow");n.on="t";n.color=Z.color;n.offset=Q.offX+","+Q.offY;if(P){X=Cufon.CSS.color(P.color);n.type="double";n.color2=X.color;n.offset2=P.offX+","+P.offY}n.opacity=Z.opacity||(X&&X.opacity)||1;T.appendChild(n)}s+=l[AA++]}var m=T.nextSibling,R,Y;if(a.forceHitArea){if(!m){m=document.createElement("cvml:rect");m.stroked="f";m.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;m.appendChild(R);O.appendChild(m)}Y=m.style;Y.width=x;Y.height=AF}else{if(m){O.removeChild(m)}}AI.width=Math.max(Math.ceil(N.convert(I*p)),0);if(H){var q=y.computedYAdjust;if(q===undefined){var c=y.get("lineHeight");if(c=="normal"){c="1em"}else{if(!isNaN(c)){c+="em"}}y.computedYAdjust=q=0.5*(A(AD,c)-parseFloat(AI.height))}if(q){AI.marginTop=Math.ceil(q)+"px";AI.marginBottom=q+"px"}}return W}})());
/*
 * Copyright (c) 2010 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
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(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);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,i){if(i){return h.replace(c,"").replace(b,"")}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(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}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(o,r,e){var s=this.glyphs,p,n,g,t=[],f=0,q,m=-1,l=-1,h;while(h=o[++m]){p=s[h]||this.missingGlyph;if(!p){continue}if(n){f-=g=n[h]||0;t[l]-=g}q=p.w;if(isNaN(q)){q=+this.w}if(q>0){q+=r;if(b[h]){q+=e}}f+=t[++l]=~~q;n=p.k}t.total=f;return t}}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,h){try{if(f.contains){return f.contains(h)}return f.compareDocumentPosition(h)&16}catch(g){}return false}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,o,c,p,f,d){var m=document.createDocumentFragment(),h;if(o===""){return m}var n=p.separate;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(e,n){var d=e.nodeName.toLowerCase();if(n.ignore[d]){return }var f=!n.textless[d],b=(n.trim==="simple");var c=N.getStyle(V(e,n)).extend(n);if(parseFloat(c.get("fontSize"))===0){return }var g=C(e,c),h,l,j,i,m,k;if(!g){return }for(h=e.firstChild;h;h=j){l=h.nodeType;j=h.nextSibling;if(f&&l==3){if(i){i.appendData(h.data);e.removeChild(h)}else{i=h}if(j){continue}}if(i){e.replaceChild(O(g,N.whiteSpace(i.data,c,i,k,b),c,n,h,e),i);i=null}if(l==1){if(h.firstChild){if(h.nodeName.toLowerCase()=="cufon"){Z[n.engine](g,null,c,n,h,e)}else{arguments.callee(h,n)}}k=h}}}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,noscript: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.glow&&glow.dom&&glow.dom.get)||(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",trim:"simple"};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("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;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(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,T,n,Q,X,u){var I=(T===null);if(I){T=X.getAttribute("alt")}var V=t.viewBox;var J=n.getSize("fontSize",t.baseSize);var W=0,m=0,k=0,R=0;var U=Q.textShadow,h=[];if(U){for(var s=U.length;s--;){var a=U[s];var f=J.convertFrom(parseFloat(a.offX));var d=J.convertFrom(parseFloat(a.offY));h[s]=[f,d];if(d<W){W=d}if(f>m){m=f}if(d>k){k=d}if(f<R){R=f}}}var z=Cufon.CSS.textTransform(T,n).split("");var Z=t.spacing(z,~~J.convertFrom(parseFloat(n.get("letterSpacing"))||0),~~J.convertFrom(parseFloat(n.get("wordSpacing"))||0));if(!Z.length){return null}var G=Z.total;m+=V.width-Z[Z.length-1];R+=V.minX;var P,K;if(I){P=X;K=X.firstChild}else{P=document.createElement("cufon");P.className="cufon cufon-canvas";P.setAttribute("alt",T);K=document.createElement("canvas");P.appendChild(K);if(Q.printable){var q=document.createElement("cufontext");q.appendChild(document.createTextNode(T));P.appendChild(q)}}var AA=P.style;var c=K.style;var H=J.convert(V.height);var w=Math.ceil(H);var j=w/H;var b=j*Cufon.CSS.fontStretch(n.get("fontStretch"));var e=G*b;var o=Math.ceil(J.convert(e+m-R));var L=Math.ceil(J.convert(V.height-W+k));K.width=o;K.height=L;c.width=o+"px";c.height=L+"px";W+=V.minY;c.top=Math.round(J.convert(W-t.ascent))+"px";c.left=Math.round(J.convert(R))+"px";var O=Math.max(Math.ceil(J.convert(e)),0)+"px";if(A){AA.width=O;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=O;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),Y=H/V.height;v.scale(Y,Y*j);v.translate(-R,-W);v.save();function r(){var x=t.glyphs,AB,l=-1,g=-1,y;v.scale(b,1);while(y=z[++l]){var AB=x[z[l]]||t.missingGlyph;if(!AB){continue}if(AB.d){v.beginPath();if(AB.code){C(AB.code,v)}else{AB.code=D("m"+AB.d,v)}v.fill()}v.translate(Z[++g],0)}v.restore()}if(U){for(var s=U.length;s--;){var a=U[s];v.save();v.fillStyle=a.color;v.translate.apply(v,h[s]);r()}}var N=Q.textGradient;if(N){var S=N.stops,M=v.createLinearGradient(0,V.minY,0,V.maxY);for(var s=0,p=S.length;s<p;++s){M.addColorStop.apply(M,S[s])}v.fillStyle=M}else{v.fillStyle=n.get("color")}r();return P}})());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(!isNaN(M)||/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(N){var O=N.id;if(!G[O]){var L=N.stops,M=document.createElement("cvml:fill"),I=[];M.type="gradient";M.angle=180;M.focus="0";M.method="none";M.color=L[0][1];for(var K=1,J=L.length-1;K<J;++K){I.push(L[K][0]*100+"% "+L[K][1])}M.colors=I.join(",");M.color2=L[J][1];G[O]=M}return G[O]}return function(AC,e,y,a,k,AD,w){var L=(e===null);if(L){e=k.alt}var g=AC.viewBox;var N=y.computedFontSize||(y.computedFontSize=new Cufon.CSS.Size(C(AD,y.get("fontSize"))+"px",AC.baseSize));var W,O;if(L){W=k;O=k.firstChild}else{W=document.createElement("cufon");W.className="cufon cufon-vml";W.alt=e;O=document.createElement("cufoncanvas");W.appendChild(O);if(a.printable){var z=document.createElement("cufontext");z.appendChild(document.createTextNode(e));W.appendChild(z)}if(!w){W.appendChild(document.createElement("cvml:shape"))}}var AI=W.style;var r=O.style;var J=N.convert(g.height),AF=Math.ceil(J);var v=AF/J;var p=v*Cufon.CSS.fontStretch(y.get("fontStretch"));var u=g.minX,t=g.minY;r.height=AF;r.top=Math.round(N.convert(t-AC.ascent));r.left=Math.round(N.convert(u));AI.height=N.convert(AC.height)+"px";var d=y.get("color");var AG=Cufon.CSS.textTransform(e,y).split("");var l=AC.spacing(AG,F(AD,y,N,"letterSpacing"),F(AD,y,N,"wordSpacing"));if(!l.length){return null}var I=l.total;var V=-u+I+(g.width-l[l.length-1]);var AH=N.convert(V*p),x=Math.round(AH);var o=V+","+g.height,K;var h="r"+o+"ns";var S=a.textGradient&&D(a.textGradient);var M=AC.glyphs,s=0;var f=a.textShadow;var AB=-1,AA=0,U;while(U=AG[++AB]){var b=M[AG[AB]]||AC.missingGlyph,T;if(!b){continue}if(L){T=O.childNodes[AA];while(T.firstChild){T.removeChild(T.firstChild)}}else{T=document.createElement("cvml:shape");O.appendChild(T)}T.stroked="f";T.coordsize=o;T.coordorigin=K=(u-s)+","+t;T.path=(b.d?"m"+b.d+"xe":"")+"m"+K+h;T.fillcolor=d;if(S){T.appendChild(S.cloneNode(false))}var AE=T.style;AE.width=x;AE.height=AF;if(f){var Q=f[0],P=f[1];var Z=Cufon.CSS.color(Q.color),X;var n=document.createElement("cvml:shadow");n.on="t";n.color=Z.color;n.offset=Q.offX+","+Q.offY;if(P){X=Cufon.CSS.color(P.color);n.type="double";n.color2=X.color;n.offset2=P.offX+","+P.offY}n.opacity=Z.opacity||(X&&X.opacity)||1;T.appendChild(n)}s+=l[AA++]}var m=T.nextSibling,R,Y;if(a.forceHitArea){if(!m){m=document.createElement("cvml:rect");m.stroked="f";m.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;m.appendChild(R);O.appendChild(m)}Y=m.style;Y.width=x;Y.height=AF}else{if(m){O.removeChild(m)}}AI.width=Math.max(Math.ceil(N.convert(I*p)),0);if(H){var q=y.computedYAdjust;if(q===undefined){var c=y.get("lineHeight");if(c=="normal"){c="1em"}else{if(!isNaN(c)){c+="em"}}y.computedYAdjust=q=0.5*(A(AD,c)-parseFloat(AI.height))}if(q){AI.marginTop=Math.ceil(q)+"px";AI.marginBottom=q+"px"}}return W}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({w:216,face:{"font-family":"VAGRounded","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 7 2 2 2 4 2 2 4",ascent:"288",descent:"-72","x-height":"6","cap-height":"3",bbox:"-17.8198 -355.264 345 85","underline-thickness":"36.7383","underline-position":"-21.2695","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:116},"!":{d:"53,-263v21,0,29,17,28,41r0,106v0,24,-7,41,-28,41v-21,0,-29,-17,-28,-41r0,-106v0,-24,7,-41,28,-41xm53,8v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31v17,0,32,14,32,31v0,17,-15,31,-32,32",w:106},'"':{d:"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98",w:119},"#":{d:"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0",w:276},"$":{d:"9,-34v7,-65,120,27,120,-40v0,-40,-87,-37,-101,-64v-39,-44,0,-120,55,-123v1,-17,-4,-38,14,-38v18,0,15,19,15,36v32,3,63,12,63,38v0,57,-93,-16,-101,38v4,28,87,34,100,61v42,49,-1,132,-62,132v-1,19,4,43,-15,43v-20,0,-13,-25,-14,-42v-35,-3,-69,-15,-74,-41",w:198},"%":{d:"165,-241v7,-32,59,-18,44,9r-123,218v-7,11,-12,18,-25,20v-19,2,-24,-23,-15,-39xm193,-73v-10,-1,-19,9,-18,19v-1,10,9,19,18,19v9,0,19,-9,18,-19v1,-10,-8,-20,-18,-19xm193,3v-30,0,-55,-26,-55,-57v0,-31,25,-57,55,-57v30,0,55,26,55,57v0,31,-26,57,-55,57xm59,-221v-9,0,-19,10,-19,19v0,9,9,19,19,19v9,0,19,-9,18,-19v1,-10,-9,-19,-18,-19xm59,-145v-30,0,-55,-26,-55,-57v0,-31,25,-57,55,-57v29,0,55,26,55,57v0,31,-25,57,-55,57",w:251},"&":{d:"144,-201v0,-26,-49,-30,-49,-1v0,15,9,22,20,32v16,-7,29,-13,29,-31xm97,-113v-37,8,-44,73,3,74v18,-1,33,-9,44,-20xm211,5v-19,-1,-23,-12,-37,-26v-19,17,-47,29,-81,29v-48,1,-87,-33,-86,-80v1,-41,26,-61,59,-78v-13,-15,-24,-30,-24,-53v0,-36,34,-60,74,-60v40,0,74,25,74,62v0,33,-18,51,-43,66r34,41v19,-20,21,-29,42,-34v40,10,15,54,-10,71v14,17,20,20,22,38v1,13,-11,25,-24,24",w:246},"'":{d:"14,-253r34,0r0,98r-34,0r0,-98",w:61},"(":{d:"100,-255v-3,19,-31,102,-26,138v-4,37,21,117,26,138v-5,34,-40,22,-50,-4v-32,-80,-34,-223,12,-286v11,-16,41,-7,38,14",w:116},")":{d:"17,21v3,-19,31,-102,26,-138v4,-37,-22,-117,-26,-138v-4,-21,26,-30,37,-16v52,67,50,237,1,306v-11,16,-42,8,-38,-14",w:116},"*":{d:"90,-126v-22,0,-18,-26,-14,-44v-14,13,-44,31,-48,0v-1,-9,14,-18,34,-24v-17,-8,-36,-15,-34,-25v5,-30,34,-14,48,0v-4,-18,-9,-44,14,-44v22,0,18,26,14,44v15,-16,44,-30,48,0v-4,17,-13,16,-34,25v21,9,30,7,34,24v-4,29,-33,16,-48,0v4,18,9,44,-14,44",w:180},"+":{d:"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90",w:299},",":{d:"33,-54v23,-15,50,12,32,36v-17,24,-22,63,-54,72v-54,-16,8,-81,22,-108",w:83},"-":{d:"142,-100v0,41,-64,25,-102,25v-17,0,-28,-9,-28,-25v0,-40,64,-25,102,-25v17,0,27,9,28,25",w:154,k:{Y:26,X:13,W:20,V:20,T:13}},".":{d:"42,2v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32",w:83},"/":{d:"101,-243v7,-33,62,-19,47,9r-115,221v-7,31,-64,21,-48,-10",w:133},"0":{d:"117,-46v64,-2,63,-162,0,-164v-64,2,-63,162,0,164xm117,8v-71,0,-107,-59,-107,-136v0,-77,36,-135,107,-135v71,0,107,59,107,135v0,77,-36,136,-107,136",w:233},"1":{d:"37,-256v38,-2,62,1,62,41r0,176v0,25,-7,41,-30,41v-22,0,-29,-16,-29,-41r0,-163v-25,1,-45,-5,-45,-27v0,-21,18,-26,42,-27",w:129},"2":{d:"175,-187v-6,64,-39,77,-89,133v38,2,94,-11,95,27v-1,21,-17,26,-41,27r-104,0v-21,-1,-34,-7,-35,-27v13,-43,112,-108,112,-157v0,-12,-9,-25,-22,-25v-33,0,-23,56,-56,56v-18,0,-29,-13,-29,-30v0,-47,36,-79,86,-80v47,-1,87,31,83,76",w:188},"3":{d:"91,-263v69,0,105,90,48,122v25,14,42,31,42,66v0,48,-42,84,-91,83v-48,-2,-84,-30,-90,-71v-2,-16,11,-28,26,-28v28,0,39,44,64,44v18,0,31,-15,31,-33v0,-42,-61,-14,-61,-56v0,-34,51,-18,51,-52v0,-13,-9,-22,-21,-22v-18,-1,-39,32,-58,32v-13,0,-25,-11,-24,-24v0,-32,47,-61,83,-61",w:195},"4":{d:"67,-107r60,0r0,-97xm220,-82v1,22,-16,27,-40,27v1,30,1,58,-28,58v-28,0,-26,-30,-25,-58r-91,0v-40,2,-38,-29,-21,-56r76,-121v21,-46,89,-31,89,31r0,94v22,-1,40,5,40,25",w:224},"5":{d:"81,-122v-30,9,-80,18,-64,-36v11,-39,-8,-102,46,-98v41,3,109,-14,109,27v0,39,-58,24,-96,27r-4,31v55,-18,102,27,102,81v0,56,-42,98,-97,98v-37,0,-80,-21,-81,-52v-1,-14,11,-25,24,-25v11,0,43,25,57,22v19,0,36,-19,36,-39v0,-21,-11,-36,-32,-36",w:185},"6":{d:"100,-117v-18,0,-33,17,-33,35v0,19,16,36,33,36v17,0,34,-17,34,-36v0,-19,-16,-35,-34,-35xm103,-253v20,-20,50,-9,50,16v0,18,-46,59,-53,74v54,-13,93,31,94,80v0,51,-44,91,-96,91v-76,0,-111,-82,-75,-153v15,-30,57,-85,80,-108",w:201},"7":{d:"78,-20v-7,35,-59,36,-61,-1v21,-66,57,-120,83,-181v-39,-4,-105,15,-105,-26v0,-48,85,-22,131,-28v36,-4,50,24,36,54",w:169},"8":{d:"98,-213v-14,0,-26,12,-26,27v0,14,12,27,26,27v14,0,27,-12,27,-27v0,-15,-13,-27,-27,-27xm98,-118v-19,0,-34,18,-34,37v0,19,16,36,34,36v20,0,35,-16,35,-36v0,-20,-15,-37,-35,-37xm5,-76v0,-31,15,-51,35,-64v-14,-12,-24,-28,-24,-51v-1,-42,39,-72,82,-72v43,0,83,30,82,72v-1,22,-9,39,-23,51v20,13,34,34,34,64v1,49,-43,84,-93,84v-50,0,-93,-36,-93,-84",w:196},"9":{d:"99,-3v-21,20,-51,7,-51,-17v0,-18,46,-59,54,-73v-54,13,-93,-30,-94,-79v-1,-51,43,-91,96,-91v76,0,109,82,74,152v-15,31,-57,86,-79,108xm101,-139v18,0,33,-16,33,-35v0,-20,-16,-36,-33,-36v-17,0,-34,18,-33,36v0,18,14,35,33,35",w:201},":":{d:"42,-107v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32xm42,2v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32",w:83},";":{d:"33,-54v23,-15,50,12,32,36v-17,24,-22,63,-54,72v-54,-16,8,-81,22,-108xm42,-107v-18,0,-34,-14,-33,-32v0,-18,15,-33,33,-33v18,0,32,15,32,33v1,18,-14,32,-32,32",w:83},"<":{d:"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35",w:299},"=":{d:"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35",w:299},">":{d:"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39",w:299},"?":{d:"83,-70v-27,1,-28,-26,-28,-55v0,-40,61,-18,58,-59v-2,-33,-49,-25,-62,-4v-16,26,-48,21,-49,-10v0,-36,46,-64,86,-64v48,0,86,34,86,80v1,42,-29,68,-63,77v0,20,-9,35,-28,35xm83,8v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,32,-31,32",w:183},"@":{d:"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74",w:360},A:{d:"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95",w:225,k:{Y:16,W:6,V:6,U:6,T:20,";":-7,":":-7,".":-7,",":-7}},B:{d:"134,-181v1,-25,-25,-27,-53,-25r0,50v27,2,53,-1,53,-25xm150,-79v0,-32,-36,-29,-69,-29r0,58v33,1,69,3,69,-29xm159,-142v89,25,54,152,-39,142v-42,-5,-97,15,-97,-37r0,-178v-5,-51,44,-40,88,-41v46,0,80,21,80,64v-1,28,-11,41,-32,50",w:221,k:{Y:13,W:6,V:6,"-":-7}},C:{d:"216,-37v0,29,-45,45,-81,45v-76,0,-125,-58,-125,-136v0,-76,53,-135,126,-135v34,0,77,14,77,41v0,39,-48,16,-77,16v-41,0,-63,36,-63,80v-1,44,24,77,65,77v27,0,78,-31,78,12",k:{"\u00c5":-13,S:-7,A:-13,"-":-8}},D:{d:"177,-131v0,-58,-35,-76,-96,-71r0,148v63,5,96,-16,96,-77xm23,-215v-5,-50,43,-40,87,-41v84,-1,128,47,130,125v2,79,-46,133,-125,131v-42,-1,-92,13,-92,-37r0,-178",w:250,k:{"-":-7}},E:{d:"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178",w:181},F:{d:"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27v-3,41,14,105,-29,105v-22,0,-29,-16,-29,-41r0,-177",w:175,k:{"\u00f8":8,"\u00e6":8,"\u00c5":15,u:8,r:6,o:8,e:8,a:8,T:-7,A:15,";":13,":":13,".":55,"-":6,",":55}},G:{d:"73,-129v0,61,57,105,101,67v10,-8,15,-22,15,-38v-30,0,-62,2,-62,-27v0,-35,49,-27,84,-27v30,0,41,10,41,39v1,70,-48,123,-119,123v-73,0,-123,-59,-123,-136v0,-80,49,-135,129,-135v43,0,95,20,95,53v0,12,-11,28,-25,27v-12,-1,-53,-25,-72,-25v-42,0,-64,34,-64,79",w:259,k:{Y:10,W:6,T:6}},H:{d:"217,3v-43,0,-25,-65,-29,-106r-107,0v-3,41,14,106,-29,106v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41v42,0,26,62,29,102r107,0v3,-40,-13,-102,29,-102v22,0,30,17,30,41r0,180v0,24,-8,41,-30,41",w:269},I:{d:"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41",w:106},J:{d:"62,-49v18,-4,19,-21,19,-48r0,-121v0,-25,7,-41,29,-41v22,0,29,16,29,41v-4,95,27,225,-75,225v-32,0,-65,-15,-66,-42v-1,-38,45,-25,64,-14",w:161},K:{d:"52,-259v43,0,26,64,29,104r74,-83v16,-35,74,-14,53,20v-19,31,-50,54,-74,81v30,39,74,64,93,113v-3,31,-43,36,-59,7r-87,-97v-5,43,16,116,-29,117v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41",w:221,k:{"\u00f8":6,"\u00d8":10,y:10,u:6,o:6,e:6,Y:16,W:6,U:6,O:10,C:10,"-":13}},L:{d:"130,0v-45,0,-107,18,-107,-37r0,-181v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,164v37,2,91,-10,91,27v0,22,-18,27,-42,27",w:165,k:{"\u00d8":13,y:20,Y:43,W:11,V:29,U:6,T:20,O:13}},M:{d:"54,-5v-22,24,-62,-5,-46,-40r31,-174v-1,-50,68,-52,80,-6r39,153r36,-153v1,-31,45,-46,68,-25v7,6,11,18,13,33r30,190v2,26,-32,42,-49,22v-20,-48,-16,-121,-27,-179v-14,61,-26,105,-32,130v-11,46,-19,68,-63,51v-5,-4,-9,-12,-12,-23r-37,-158v-11,58,-9,132,-31,179",w:310},N:{d:"247,-32v5,43,-45,47,-60,15r-106,-139r0,118v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-182v-7,-43,37,-47,58,-20r107,142r0,-120v0,-25,7,-41,29,-41v22,0,30,17,30,41r0,186",w:269},O:{d:"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136",w:271,k:{Y:6,X:6,".":8,"-":-7,",":8}},P:{d:"209,-169v0,70,-52,94,-128,87v-1,36,8,86,-29,85v-22,0,-29,-16,-29,-41r0,-177v-6,-52,47,-40,92,-41v55,-1,94,33,94,87xm146,-169v0,-33,-31,-34,-65,-33r0,67v34,2,65,-1,65,-34",w:218,k:{"\u00e6":10,"\u00c5":20,y:-7,a:10,A:20,".":66,"-":6,",":66}},Q:{d:"73,-127v0,50,33,91,82,75v-21,-11,-22,-50,6,-50v15,0,18,7,29,17v20,-50,2,-124,-54,-123v-42,1,-63,36,-63,81xm256,-29v27,16,6,65,-25,48v-12,-6,-22,-18,-32,-27v-86,48,-189,-17,-189,-120v0,-77,49,-135,126,-135v110,0,159,135,102,218",w:271,k:{"-":-7}},R:{d:"191,-56v32,21,8,82,-26,56v-33,-26,-56,-69,-84,-101v-3,41,14,104,-29,104v-22,0,-29,-16,-29,-41r0,-177v-5,-50,42,-40,85,-41v56,0,98,27,98,80v0,39,-26,64,-61,69xm145,-172v0,-31,-32,-31,-64,-30r0,62v34,2,64,-1,64,-32",w:214,k:{V:-7,".":-7,",":-7}},S:{d:"9,-34v0,-65,120,27,120,-40v0,-40,-87,-37,-101,-64v-43,-52,7,-125,77,-125v33,0,70,11,70,38v0,57,-93,-16,-101,38v4,28,87,34,100,61v45,56,-6,133,-82,133v-36,0,-83,-13,-83,-41",w:198,k:{S:-7}},T:{d:"85,3v-22,0,-29,-16,-29,-41r0,-164v-30,0,-64,2,-63,-27v1,-20,17,-27,41,-27r102,0v24,0,40,7,41,27v1,29,-32,27,-63,27r0,164v0,25,-7,41,-29,41",w:169,k:{"\u00bb":26,"\u00ab":33,"\u00f8":28,"\u00e6":28,"\u00c5":21,y:26,w:26,u:26,s:33,r:26,o:28,e:28,c:28,a:28,T:-8,A:21,";":6,":":6,".":46,"-":46,",":46}},U:{d:"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118",w:264,k:{"\u00c5":6,J:10,A:6}},V:{d:"168,-252v24,-18,56,6,42,41r-76,192v-5,29,-45,31,-57,2r-81,-204v-8,-26,23,-47,45,-32v27,48,42,112,65,165v21,-53,35,-117,62,-164",w:207,k:{"\u00f8":20,"\u00e6":20,"\u00c5":6,y:-7,u:6,o:20,i:-7,e:20,a:20,A:6,";":16,":":16,".":46,"-":26,",":46}},W:{d:"280,-252v22,-19,55,1,46,37r-45,180v-1,50,-68,48,-79,5r-38,-146r-36,143v-3,31,-43,47,-68,27v-6,-6,-11,-15,-14,-29r-44,-198v0,-34,51,-35,58,-1r31,163r42,-164v4,-31,56,-32,64,1r42,163r31,-159v2,-10,5,-17,10,-22",w:329,k:{"\u00f8":13,"\u00e6":13,"\u00c5":6,y:-7,r:6,o:13,e:13,a:13,A:6,";":11,":":11,".":29,"-":13,",":29}},X:{d:"200,-52v29,25,1,72,-29,50v-28,-21,-46,-61,-68,-89v-22,29,-41,65,-67,89v-34,18,-49,-20,-28,-50r62,-87v-19,-32,-46,-56,-60,-94v-1,-21,26,-35,43,-21v20,16,35,46,52,67v22,-24,33,-62,67,-73v27,4,31,30,13,55r-47,66",w:208,k:{"\u00d8":6,e:10,O:6,C:6,"-":20}},Y:{d:"6,-204v-28,-28,-2,-69,30,-50v22,21,40,54,59,79v25,-28,36,-72,75,-85v27,2,35,36,12,55r-59,84v-5,45,18,124,-29,124v-47,0,-23,-79,-29,-124",w:185,k:{"\u00ab":20,"\u00f8":33,"\u00e6":33,"\u00d8":6,"\u00c5":15,u:13,o:33,i:-7,e:33,a:33,O:6,C:6,A:15,";":38,":":38,".":60,"-":46,",":60}},Z:{d:"142,-256v50,-4,59,29,33,64r-102,138v44,5,124,-17,124,27v0,21,-17,26,-41,27r-117,0v-45,5,-47,-36,-25,-65r104,-138v-42,-5,-116,16,-116,-26v0,-21,17,-26,41,-27r99,0",w:191,k:{"-":6}},"[":{d:"21,-230v-3,-42,27,-42,66,-41v16,0,28,5,28,19v1,21,-23,20,-45,20r0,247v22,-1,44,0,45,19v1,24,-30,19,-54,19v-29,0,-41,-6,-40,-36r0,-247",w:116},"\\":{d:"144,-32v18,22,-9,52,-32,35v-47,-73,-85,-158,-127,-236v-7,-35,33,-39,48,-10",w:133},"]":{d:"2,-252v0,-22,30,-19,53,-19v31,1,41,9,41,41r0,247v3,40,-29,36,-66,36v-17,1,-28,-4,-28,-19v0,-20,24,-20,45,-19r0,-247v-22,0,-46,1,-45,-20",w:116},"^":{d:"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0",w:360},_:{d:"0,49r180,0r0,36r-180,0r0,-36",w:180},"`":{d:"112,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:180},a:{d:"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},b:{d:"113,-145v-24,0,-38,23,-38,48v0,25,14,48,38,48v23,0,37,-23,37,-48v0,-26,-13,-48,-37,-48xm48,-275v39,0,26,56,28,94v54,-47,132,12,132,85v0,69,-82,133,-133,80v-13,30,-64,20,-55,-23r0,-194v-1,-25,5,-42,28,-42"},c:{d:"102,5v-57,0,-94,-44,-94,-101v0,-58,40,-102,98,-101v30,0,62,11,63,37v0,35,-41,20,-63,15v-25,0,-39,22,-39,48v0,49,47,55,80,39v13,-1,23,12,22,25v-1,25,-36,38,-67,38",w:171},d:{d:"104,-145v-24,0,-37,22,-37,48v0,26,14,48,37,48v24,0,37,-22,37,-48v0,-26,-13,-48,-37,-48xm197,-39v8,42,-42,54,-55,23v-52,53,-134,-11,-134,-82v0,-70,78,-131,132,-83v2,-38,-11,-95,29,-94v20,1,29,18,28,42r0,194"},e:{d:"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94",w:201},f:{d:"127,-246v2,34,-50,5,-38,57v24,-1,44,5,44,25v0,21,-20,26,-44,25r0,100v0,24,-8,41,-30,41v-22,0,-28,-17,-28,-41v0,-32,4,-72,-2,-100v-18,-1,-33,-7,-32,-25v0,-19,15,-23,34,-25v-2,-50,14,-85,59,-86v21,0,37,10,37,29",w:126,k:{"\u00bb":-13,".":6,"-":6,",":6}},g:{d:"98,31v31,0,47,-21,44,-55v-10,17,-28,26,-52,27v-48,1,-82,-48,-82,-99v0,-71,83,-133,134,-80v15,-31,53,-19,53,23r0,114v4,81,-27,118,-99,121v-38,0,-83,-11,-83,-41v0,-46,55,-10,85,-10xm104,-142v-23,0,-37,21,-37,46v0,26,13,48,37,48v24,0,38,-23,38,-48v0,-25,-15,-46,-38,-46",w:214},h:{d:"48,-275v39,1,26,59,28,98v40,-39,128,-12,118,57v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41v-22,0,-29,-16,-28,-41r0,-194v-1,-25,5,-42,28,-42",w:211},i:{d:"50,-209v-18,0,-34,-14,-33,-33v0,-18,15,-33,33,-33v18,0,32,15,32,33v0,18,-14,33,-32,33xm50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41",w:98},j:{d:"50,-209v-18,0,-34,-14,-33,-33v0,-18,15,-33,33,-33v18,0,32,15,32,33v0,18,-14,33,-32,33xm50,-194v21,0,29,17,28,41r0,191v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-191v0,-25,7,-41,29,-41",w:98},k:{d:"48,-275v21,1,28,18,28,42r0,104v27,-20,39,-60,78,-65v29,-4,26,33,9,49r-38,35v21,30,54,49,64,90v-1,28,-46,29,-56,6r-57,-76v-2,38,11,93,-28,93v-21,0,-29,-18,-28,-42r0,-194v-1,-25,5,-43,28,-42",w:185},l:{d:"50,2v-22,0,-29,-16,-29,-41r0,-194v0,-25,6,-42,29,-42v20,0,29,18,28,42r0,194v0,24,-7,41,-28,41",w:98},m:{d:"48,2v-22,0,-29,-16,-28,-41r0,-114v-7,-43,41,-55,55,-23v23,-28,85,-22,102,8v34,-49,131,-27,121,48v-6,44,17,120,-28,122v-43,2,-25,-65,-28,-105v-2,-25,-4,-43,-26,-43v-43,-1,-29,66,-29,107v0,24,-6,41,-28,41v-43,0,-27,-64,-29,-105v-2,-25,-3,-42,-25,-43v-43,0,-29,66,-29,107v0,24,-6,41,-28,41",w:316},n:{d:"48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v39,-41,129,-13,119,56v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41",w:211},o:{d:"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102",w:208},p:{d:"113,-143v-23,0,-38,23,-38,48v0,26,14,48,38,48v24,0,37,-22,37,-48v0,-25,-14,-48,-37,-48xm208,-96v6,70,-74,132,-132,86v-2,37,10,89,-28,89v-22,0,-29,-16,-28,-41r0,-191v-9,-43,42,-53,55,-23v51,-51,142,8,133,80"},q:{d:"104,-47v24,0,37,-21,37,-48v0,-26,-14,-48,-37,-48v-23,0,-37,23,-37,48v0,26,13,48,37,48xm169,79v-39,1,-27,-52,-29,-89v-56,47,-138,-17,-132,-86v-8,-72,81,-131,134,-80v15,-32,55,-19,55,23r0,191v0,24,-7,41,-28,41"},r:{d:"48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v15,-23,67,-28,67,9v1,32,-74,22,-66,69v-3,39,12,100,-28,100",w:136,k:{"\u00ab":13,".":33,"-":-7,",":33}},s:{d:"150,-59v0,39,-35,64,-76,64v-34,0,-70,-13,-70,-42v0,-59,73,15,90,-20v-14,-27,-90,-29,-85,-79v4,-35,32,-61,71,-61v30,0,66,14,66,39v0,40,-47,15,-69,10v-7,0,-12,4,-13,10v19,27,86,28,86,79",w:156},t:{d:"59,2v-22,0,-28,-17,-28,-41v0,-32,4,-72,-2,-100v-18,-1,-33,-7,-32,-25v0,-19,15,-23,34,-25v0,-32,-3,-66,28,-66v30,0,30,33,29,66v22,0,40,5,40,25v0,20,-18,25,-40,25r0,100v0,25,-7,41,-29,41",w:119},u:{d:"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83",w:208},v:{d:"127,-187v23,-19,52,7,39,40r-48,124v-6,25,-31,35,-53,22v-28,-43,-44,-107,-66,-157v-5,-29,23,-45,44,-30v21,31,28,82,43,120v14,-39,20,-87,41,-119",w:166,k:{";":-13,":":-13,".":16,",":16}},w:{d:"2,-151v-15,-27,18,-58,42,-36v21,33,27,84,41,124v12,-40,14,-91,34,-123v19,-15,44,0,45,20r26,102r30,-106v3,-14,13,-22,27,-23v24,-1,31,25,22,46v-19,47,-31,105,-57,145v-21,16,-47,-1,-53,-23r-24,-90v-12,37,-13,84,-33,112v-23,17,-52,3,-55,-22",w:272,k:{";":-13,":":-13,".":23,",":23}},x:{d:"170,-52v26,20,5,69,-26,51v-22,-13,-36,-40,-54,-59v-22,20,-31,57,-65,62v-25,4,-37,-36,-15,-52r47,-52v-16,-22,-46,-33,-50,-64v-3,-26,33,-36,50,-16r34,40v18,-17,25,-48,55,-52v27,-4,36,32,17,52r-38,40",w:177},y:{d:"3,-150v-14,-27,17,-57,41,-38v21,27,30,73,45,107v15,-35,25,-78,45,-108v25,-18,52,10,38,42r-87,205v-5,32,-57,28,-53,-4v3,-28,18,-48,28,-71",w:173,k:{";":-13,":":-13,".":21,",":21}},z:{d:"127,-192v38,-6,41,22,24,43r-76,96v37,2,92,-10,92,27v0,19,-15,26,-36,26r-103,0v-31,5,-35,-21,-21,-39r77,-101v-35,-1,-84,8,-84,-26v0,-45,83,-20,127,-26",w:160},"{":{d:"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88",w:180},"|":{d:"72,-275r36,0r0,360r-36,0r0,-360",w:180},"}":{d:"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129",w:180},"~":{d:"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15",w:299},"\u00c4":{d:"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95xm82,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm144,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:225},"\u00c5":{d:"114,-320v-7,0,-14,7,-14,14v0,7,7,14,14,14v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14xm114,-268v-20,0,-39,-17,-38,-38v0,-19,17,-38,38,-38v19,0,38,18,38,38v0,19,-18,38,-38,38xm222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95",w:225,k:{Y:16,W:6,V:6,U:6,T:20,";":-7,":":-7,".":-7,",":-7}},"\u00c7":{d:"216,-37v0,29,-45,45,-81,45v-76,0,-125,-58,-125,-136v0,-76,53,-135,126,-135v34,0,77,14,77,41v0,39,-48,16,-77,16v-41,0,-63,36,-63,80v-1,44,24,77,65,77v27,0,78,-31,78,12xm112,-3v21,-17,67,3,65,31v-2,28,-32,42,-65,42v-25,0,-46,-7,-47,-27v-2,-32,54,-1,60,-26v1,-6,-13,-16,-13,-20"},"\u00c9":{d:"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178xm94,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:181},"\u00d1":{d:"124,-288v-15,5,-38,12,-38,-13v0,-33,36,-34,63,-25v16,-5,39,-12,39,13v0,35,-37,35,-64,25xm247,-32v5,43,-45,47,-60,15r-106,-139r0,118v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-182v-7,-43,37,-47,58,-20r107,142r0,-120v0,-25,7,-41,29,-41v22,0,30,17,30,41r0,186",w:269},"\u00d6":{d:"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136xm105,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm167,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:271},"\u00dc":{d:"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118xm102,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm164,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:264},"\u00e1":{d:"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45xm111,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71"},"\u00e0":{d:"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45xm130,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10"},"\u00e2":{d:"162,-248v20,9,10,45,-14,36v-14,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-20,1,-21,-29,-6,-37v21,-11,43,-52,69,-31xm197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},"\u00e4":{d:"197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45xm77,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm139,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29"},"\u00e3":{d:"159,-247v0,34,-38,35,-63,24v-16,4,-39,13,-39,-13v0,-34,39,-34,64,-24v15,-7,38,-12,38,13xm197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},"\u00e5":{d:"110,-257v-7,-1,-14,7,-14,14v0,8,6,15,14,15v8,0,15,-8,15,-15v0,-7,-7,-14,-15,-14xm110,-204v-20,0,-38,-19,-38,-39v0,-18,19,-38,38,-38v19,0,38,19,38,38v0,20,-19,39,-38,39xm197,-39v8,42,-44,55,-55,22v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v13,-29,55,-20,55,23r0,114xm104,-142v-23,0,-37,20,-37,45v0,26,14,46,37,47v23,0,36,-22,36,-47v0,-24,-14,-45,-36,-45"},"\u00e7":{d:"102,5v-57,0,-94,-44,-94,-101v0,-58,40,-102,98,-101v30,0,62,11,63,37v0,35,-41,20,-63,15v-25,0,-39,22,-39,48v0,49,47,55,80,39v13,-1,23,12,22,25v-1,25,-36,38,-67,38xm79,-3v21,-17,67,3,65,31v-2,28,-32,42,-65,42v-25,0,-46,-7,-47,-27v-2,-32,54,-1,60,-26v1,-6,-13,-16,-13,-20",w:171},"\u00e9":{d:"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94xm110,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:201},"\u00e8":{d:"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94xm129,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:201},"\u00ea":{d:"160,-248v19,9,11,45,-13,36v-15,-6,-27,-16,-40,-23v-16,8,-27,22,-48,24v-20,2,-22,-29,-6,-37v21,-11,42,-51,68,-31xm141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94",w:201},"\u00eb":{d:"141,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm196,-103v-1,20,-7,22,-28,23r-101,0v1,22,20,34,43,34v16,0,50,-19,59,-19v13,0,23,9,23,22v-2,28,-49,48,-85,48v-55,0,-99,-44,-99,-100v0,-56,41,-102,96,-102v51,0,94,43,92,94xm76,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm138,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:201},"\u00ed":{d:"50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41xm53,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:98},"\u00ec":{d:"50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41xm72,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:98},"\u00ee":{d:"104,-248v19,10,10,45,-14,36v-15,-6,-27,-16,-40,-23v-16,8,-28,22,-48,24v-20,2,-22,-29,-6,-37v21,-11,43,-52,69,-31xm50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41",w:98},"\u00ef":{d:"50,-194v21,0,29,17,28,41r0,114v0,24,-7,41,-28,41v-22,0,-29,-16,-29,-41r0,-114v0,-25,7,-41,29,-41xm19,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm81,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:98},"\u00f1":{d:"161,-247v0,34,-38,35,-64,24v-15,5,-38,12,-38,-13v0,-34,38,-35,63,-24v16,-7,39,-12,39,13xm48,2v-22,0,-29,-16,-28,-41r0,-114v-9,-43,42,-53,55,-23v39,-41,129,-13,119,56v-6,44,17,122,-28,122v-43,0,-27,-64,-29,-105v-1,-28,-5,-43,-30,-44v-44,1,-31,65,-31,108v0,24,-6,41,-28,41",w:211},"\u00f3":{d:"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102xm107,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:208},"\u00f2":{d:"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102xm126,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:208},"\u00f4":{d:"158,-248v20,10,11,46,-14,36v-14,-6,-27,-16,-40,-23v-16,8,-27,22,-47,24v-20,2,-22,-29,-7,-37v21,-11,43,-52,69,-31xm104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102",w:208},"\u00f6":{d:"104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102xm73,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm135,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:208},"\u00f5":{d:"156,-247v1,33,-39,35,-64,24v-16,4,-39,13,-39,-13v0,-34,39,-35,64,-24v16,-7,39,-11,39,13xm104,-144v-23,0,-37,22,-37,47v0,27,13,49,37,49v24,0,38,-24,38,-49v0,-25,-14,-47,-38,-47xm104,6v-56,0,-96,-45,-96,-102v0,-57,40,-101,96,-101v56,0,96,44,96,101v0,58,-40,102,-96,102",w:208},"\u00fa":{d:"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83xm107,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:208},"\u00f9":{d:"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83xm126,-243v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:208},"\u00fb":{d:"158,-248v20,10,11,46,-14,36v-14,-6,-27,-16,-40,-23v-16,8,-27,22,-47,24v-20,2,-22,-29,-7,-37v21,-11,43,-52,69,-31xm104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83",w:208},"\u00fc":{d:"104,6v-54,0,-89,-29,-86,-83v2,-44,-17,-117,29,-117v41,0,28,65,28,105v0,27,6,41,29,42v43,1,29,-65,29,-106v0,-25,7,-41,29,-41v44,0,26,74,28,117v3,54,-32,83,-86,83xm73,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm135,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:208},"\u00b0":{d:"90,-204v0,-16,-15,-31,-31,-31v-17,0,-30,16,-31,31v0,17,14,31,31,31v16,1,31,-15,31,-31xm6,-204v0,-29,23,-53,53,-53v30,0,54,24,54,53v0,29,-25,54,-54,54v-29,0,-53,-25,-53,-54",w:118},"\u00a2":{d:"103,57v-23,0,-11,-37,-14,-58v-48,-5,-81,-45,-81,-99v0,-52,34,-96,81,-101v0,-16,-3,-35,14,-35v17,0,14,18,14,35v28,4,52,11,52,36v0,35,-39,18,-63,16v-25,-2,-39,21,-39,47v0,48,45,55,80,40v12,-1,23,11,22,24v-2,23,-26,34,-52,38v-2,21,8,57,-14,57",w:171},"\u00a3":{d:"114,-102v2,22,-5,35,-15,48v45,5,128,-18,128,27v0,21,-17,26,-41,27r-101,0v-62,7,-65,-36,-35,-69v7,-8,9,-19,9,-33v-27,1,-52,-1,-52,-26v0,-20,17,-29,40,-28v-23,-59,24,-107,84,-107v45,0,95,26,95,65v1,16,-11,28,-25,28v-32,0,-31,-41,-68,-41v-30,0,-40,31,-26,55v31,0,62,-1,62,28v0,26,-27,26,-55,26",w:222},"\u00a7":{d:"74,-133v-12,-6,-20,10,-21,22v-4,9,32,31,70,48v9,-5,16,-11,16,-25v0,-10,-22,-25,-65,-45xm4,-104v0,-25,14,-46,32,-55v-40,-38,-3,-104,56,-104v39,0,77,21,78,54v0,14,-9,26,-23,25v-25,-3,-23,-39,-53,-37v-12,0,-25,6,-25,18v15,37,125,46,119,109v-2,25,-16,45,-33,55v42,38,5,104,-58,104v-38,0,-79,-20,-79,-54v0,-13,10,-26,23,-25v26,2,24,37,56,37v13,0,25,-6,25,-18v-19,-38,-118,-45,-118,-109",w:188},"\u00b6":{d:"7,-199v-1,-74,92,-61,166,-61r0,20r-20,0r0,240r-27,0r0,-240r-27,0r0,240r-27,0r0,-138v-37,-1,-65,-24,-65,-61",w:180},"\u00df":{d:"104,-222v-18,0,-28,15,-28,35r0,148v0,24,-6,41,-28,41v-22,0,-29,-16,-28,-41r0,-145v-1,-54,34,-87,85,-90v66,-4,106,84,55,122v76,27,37,157,-43,157v-17,0,-28,-11,-27,-27v2,-35,55,-24,55,-63v0,-42,-58,-24,-58,-63v0,-30,42,-21,41,-50v-1,-14,-10,-24,-24,-24",w:209},"\u00ae":{d:"178,-160v0,-22,-23,-23,-47,-22r0,42v22,0,47,2,47,-20xm153,-204v64,-12,82,68,30,80r32,65r-39,0r-28,-59r-17,0r0,59r-35,0r0,-145r57,0xm259,-127v0,-67,-42,-111,-109,-111v-67,0,-109,46,-109,109v0,65,44,109,109,109v63,0,109,-43,109,-107xm20,-129v0,-80,53,-131,130,-131v79,0,131,52,131,131v0,79,-54,131,-131,131v-77,0,-130,-53,-130,-131",w:299},"\u00a9":{d:"80,-128v0,-65,65,-100,115,-66v12,9,17,21,18,36r-33,0v-2,-15,-12,-27,-30,-26v-47,1,-48,109,1,108v18,0,28,-12,30,-29r34,0v-1,33,-29,55,-65,54v-44,0,-70,-32,-70,-77xm259,-129v0,-66,-43,-109,-109,-109v-66,0,-109,43,-109,109v0,65,43,109,109,109v65,0,109,-43,109,-109xm20,-129v0,-79,52,-131,130,-131v78,0,131,53,131,131v0,79,-54,131,-131,131v-77,0,-130,-52,-130,-131",w:299},"\u00b4":{d:"93,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:180},"\u00a8":{d:"59,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm121,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:180},"\u00c6":{d:"292,-27v0,40,-65,24,-105,27v-35,2,-42,-14,-40,-49r-83,0v-12,19,-16,50,-43,52v-23,1,-33,-27,-22,-47r97,-173v16,-25,21,-39,54,-39v50,0,141,-20,141,27v0,36,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v36,2,90,-10,90,27xm147,-208r-55,106r55,0r0,-106",w:302,k:{"-":6}},"\u00d8":{d:"39,5v-11,22,-43,11,-33,-12v6,-14,20,-23,29,-34v-58,-81,-11,-222,101,-222v33,0,58,10,78,25v11,-10,19,-28,36,-32v37,8,-2,45,-12,57v56,83,8,229,-102,221v-32,-2,-58,-10,-77,-25xm99,-61v57,42,122,-27,94,-103xm173,-194v-55,-46,-126,29,-93,104",w:271,k:{Y:6,X:6,".":8,"-":-7,",":8}},"\u00b1":{d:"45,-35r210,0r0,35r-210,0r0,-35xm132,-215r36,0r0,57r87,0r0,35r-87,0r0,57r-36,0r0,-57r-87,0r0,-35r87,0r0,-57",w:299},"\u00a5":{d:"9,-204v-30,-24,-1,-72,27,-49v26,22,40,60,60,88v20,-29,33,-65,58,-88v33,-17,47,18,26,48r-46,66v19,1,48,-5,48,13v0,22,-39,12,-61,14v-4,42,15,115,-27,115v-42,0,-21,-74,-26,-115v-23,-2,-59,7,-62,-14v1,-18,29,-12,48,-13",w:185},"\u00b5":{d:"130,-21v-10,32,-60,35,-75,6r-16,92r-50,0r47,-269r51,0v-6,41,-15,79,-19,124v-3,36,42,42,57,18v19,-30,23,-98,32,-142r51,0r-34,192r-47,0",w:219},"\u00aa":{d:"148,-150v4,30,-32,38,-41,15v-37,37,-101,-1,-101,-55v0,-52,64,-94,101,-56v9,-22,41,-14,41,16r0,80xm78,-223v-17,0,-28,15,-28,32v0,18,11,33,28,33v17,0,27,-15,27,-33v0,-17,-11,-32,-27,-32",w:162},"\u00ba":{d:"78,-224v-17,0,-28,15,-28,33v0,19,10,34,28,34v18,0,29,-15,29,-34v0,-19,-11,-33,-29,-33xm78,-119v-40,0,-72,-30,-72,-71v0,-41,32,-71,72,-71v42,0,72,29,72,71v0,42,-30,71,-72,71",w:156},"\u00e6":{d:"189,-16v-4,24,-42,22,-47,-1v-50,54,-143,-5,-134,-79v-7,-71,83,-133,134,-80v6,-20,40,-24,45,-2v52,-48,142,7,137,75v-2,20,-7,22,-28,23r-101,0v2,22,19,32,43,33v28,1,75,-41,82,4v-3,45,-101,65,-131,27xm269,-117v-1,-29,-40,-45,-62,-25v-7,6,-11,15,-13,25r75,0xm104,-145v-23,0,-39,23,-39,48v0,27,15,49,39,50v25,0,40,-22,40,-50v0,-26,-16,-48,-40,-48",w:329},"\u00f8":{d:"45,-14v-7,10,-33,41,-42,12v3,-14,16,-22,24,-31v-45,-62,-5,-169,77,-164v25,2,44,7,59,18v10,-11,34,-39,42,-11v-2,15,-17,21,-24,32v46,60,4,170,-77,164v-25,-2,-43,-7,-59,-20xm81,-52v36,27,78,-19,61,-65xm127,-140v-34,-25,-75,17,-60,64",w:208},"\u00bf":{d:"101,-185v26,0,27,26,27,55v0,41,-60,19,-58,58v2,35,49,27,62,5v15,-25,48,-20,49,10v0,36,-45,65,-85,65v-47,0,-86,-34,-86,-81v0,-44,31,-67,63,-78v-1,-21,9,-34,28,-34xm100,-262v18,0,32,13,32,31v1,18,-14,33,-32,32v-18,0,-31,-14,-31,-32v0,-17,14,-31,31,-31",w:183},"\u00a1":{d:"53,-263v17,0,32,14,32,31v0,17,-15,31,-32,32v-17,0,-31,-15,-31,-32v0,-17,14,-31,31,-31xm53,8v-49,-7,-23,-97,-28,-148v-2,-24,7,-41,28,-41v21,0,29,17,28,41r0,106v1,25,-8,41,-28,42",w:106},"\u00ac":{d:"45,-152r210,0r0,88r-35,0r0,-53r-175,0r0,-35",w:299},"\u00ab":{d:"170,-127v-10,11,-28,22,-40,32v13,14,42,19,42,43v0,34,-28,18,-49,2v-40,-30,-40,-68,1,-91v22,-24,56,-24,46,14xm75,-159v19,2,16,31,2,41r-31,23v14,13,43,21,43,43v0,34,-27,17,-50,2v-61,-40,-14,-98,36,-109",w:181,k:{f:-7,T:26}},"\u00bb":{d:"119,-34v-16,7,-29,0,-27,-18v2,-22,30,-30,43,-43v-14,-13,-41,-21,-43,-43v-1,-12,4,-21,15,-21v25,7,87,48,61,86v-4,8,-37,33,-49,39xm23,-31v-18,-2,-19,-33,-2,-41r31,-23v-14,-13,-41,-21,-43,-43v-1,-12,4,-21,15,-21v18,1,72,44,66,64v-1,33,-37,56,-67,64",w:181,k:{Y:26,T:33}},"\u00a0":{w:233},"\u00c0":{d:"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95xm135,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:225},"\u00c3":{d:"100,-288v-16,4,-38,13,-38,-13v0,-33,36,-34,63,-25v16,-5,39,-11,39,13v0,35,-37,35,-64,25xm222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95",w:225},"\u00d5":{d:"123,-288v-15,5,-38,12,-38,-13v0,-33,36,-34,63,-25v16,-5,39,-12,39,13v0,35,-37,35,-64,25xm136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136",w:271},"\u00f7":{d:"123,-38v0,-14,13,-27,27,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-27,-12,-27,-26xm45,-125r210,0r0,35r-210,0r0,-35xm123,-176v0,-14,13,-27,27,-27v14,0,27,13,27,27v0,14,-13,26,-27,26v-14,0,-27,-12,-27,-26",w:299},"\u00ff":{d:"3,-150v-14,-27,17,-57,41,-38v21,27,30,73,45,107v15,-35,25,-78,45,-108v25,-18,52,10,38,42r-87,205v-5,32,-57,28,-53,-4v3,-28,18,-48,28,-71xm56,-271v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm118,-271v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:173},"\u00a4":{d:"158,-156v0,-25,-23,-48,-48,-48v-25,0,-49,23,-49,48v0,27,22,49,49,49v25,0,48,-23,48,-49xm47,-113v-16,-22,-16,-64,0,-85r-35,-36r18,-19r36,36v21,-18,66,-17,87,0r35,-36r19,19r-36,36v17,20,17,65,0,85r36,36r-19,18r-35,-35v-20,17,-67,17,-87,0r-36,35r-18,-18",w:218},"\u00b7":{d:"58,-95v-18,0,-33,-15,-33,-33v0,-18,15,-32,33,-32v18,0,33,14,33,32v0,18,-15,33,-33,33",w:116},"\u00c2":{d:"167,-314v18,11,11,45,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-28,22,-48,24v-20,2,-22,-30,-6,-38v21,-11,42,-49,68,-30xm222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95",w:225},"\u00ca":{d:"145,-314v19,11,11,46,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-21,1,-21,-29,-6,-38v21,-11,43,-50,69,-30xm23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178",w:181},"\u00c1":{d:"222,-42v17,31,-19,60,-44,39v-10,-9,-14,-29,-19,-45r-94,0v-8,21,-12,51,-37,52v-22,1,-34,-23,-25,-45r66,-181v8,-45,72,-49,88,-4xm81,-102r61,0r-29,-95xm116,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:225},"\u00cb":{d:"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178xm60,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm122,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:181},"\u00c8":{d:"23,-215v-6,-57,58,-39,105,-41v24,-1,42,6,42,27v1,37,-53,25,-89,27r0,46v35,1,82,-7,82,27v0,34,-47,26,-82,27r0,48v37,2,91,-10,91,27v0,41,-69,27,-110,27v-29,0,-39,-7,-39,-37r0,-178xm113,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:181},"\u00cd":{d:"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41xm56,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:106},"\u00ce":{d:"107,-314v19,10,10,47,-14,37v-14,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-21,1,-21,-29,-6,-38v21,-11,43,-50,69,-30xm53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41",w:106},"\u00cf":{d:"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41xm22,-336v16,0,25,12,25,29v0,17,-9,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29xm84,-336v16,0,25,12,25,29v-1,17,-8,29,-25,29v-16,0,-25,-12,-25,-29v0,-17,9,-29,25,-29",w:106},"\u00cc":{d:"53,-259v22,0,29,16,29,41r0,180v0,25,-7,41,-29,41v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41xm75,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:106},"\u00d3":{d:"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136xm139,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:271},"\u00d4":{d:"190,-314v19,11,11,46,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-27,23,-48,24v-21,1,-21,-29,-6,-38v21,-11,43,-50,69,-30xm136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136",w:271},"\u00d2":{d:"136,-208v-42,0,-64,36,-63,81v0,44,22,79,63,79v40,0,62,-35,62,-79v0,-44,-21,-81,-62,-81xm136,8v-76,0,-126,-58,-126,-136v0,-77,49,-135,126,-135v77,0,126,58,126,135v0,78,-50,136,-126,136xm158,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:271},"\u00da":{d:"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118xm136,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:264},"\u00db":{d:"187,-314v18,11,10,46,-14,37v-15,-6,-27,-16,-40,-23v-16,8,-27,22,-48,24v-21,2,-22,-30,-6,-38v21,-11,42,-49,68,-30xm133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118",w:264},"\u00d9":{d:"133,8v-71,0,-110,-46,-110,-118r0,-108v0,-25,7,-41,29,-41v22,0,29,16,29,41v0,69,-20,170,52,170v71,0,51,-101,51,-170v0,-25,7,-41,29,-41v22,0,29,16,29,41r0,108v0,71,-39,118,-109,118xm155,-308v15,15,0,45,-23,33v-17,-17,-41,-32,-46,-59v-4,-23,30,-27,43,-10",w:264},"\u00af":{d:"148,-242v-2,36,-59,19,-93,22v-14,1,-23,-8,-23,-22v2,-36,58,-20,93,-23v14,-1,23,9,23,23",w:180},"\u00b8":{d:"74,-3v21,-17,67,3,65,31v-2,28,-32,42,-65,42v-25,0,-46,-7,-47,-27v-2,-32,54,-1,60,-26v1,-6,-13,-16,-13,-20",w:180},"\u00a6":{d:"72,-72r36,0r0,134r-36,0r0,-134xm72,-252r36,0r0,134r-36,0r0,-134",w:180},"\u00d0":{d:"147,-128v1,23,-25,22,-49,21r0,53v63,5,96,-16,96,-77v0,-57,-36,-76,-96,-71r0,53v24,-1,48,0,49,21xm39,-149v3,-47,-16,-114,41,-107v109,-10,175,29,177,125v1,79,-46,133,-125,131v-42,-1,-93,13,-93,-37r0,-70v-19,1,-34,-4,-34,-21v0,-17,15,-22,34,-21",w:267,k:{"-":-7}},"\u00f0":{d:"8,-91v0,-51,38,-101,92,-92r-17,-22v-12,6,-22,14,-36,18v-8,0,-10,-17,-1,-19r26,-14v-9,-14,-16,-19,-17,-33v-1,-12,9,-22,21,-22v19,2,25,14,39,29v11,-5,32,-28,40,-9v-3,14,-19,15,-28,23v37,51,61,72,64,136v3,57,-36,102,-92,102v-53,0,-91,-43,-91,-97xm99,-136v-22,0,-35,21,-35,45v0,25,14,46,35,46v23,0,36,-20,36,-46v0,-24,-14,-45,-36,-45",w:198},"\u00dd":{d:"6,-204v-28,-28,-2,-69,30,-50v22,21,40,54,59,79v25,-28,36,-72,75,-85v27,2,35,36,12,55r-59,84v-5,45,18,124,-29,124v-47,0,-23,-79,-29,-124xm96,-344v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:185},"\u00fd":{d:"3,-150v-14,-27,17,-57,41,-38v21,27,30,73,45,107v15,-35,25,-78,45,-108v25,-18,52,10,38,42r-87,205v-5,32,-57,28,-53,-4v3,-28,18,-48,28,-71xm90,-279v14,-23,54,-8,41,20v-16,18,-27,44,-54,51v-42,-9,2,-53,13,-71",w:173},"\u00de":{d:"146,-131v0,-33,-30,-36,-65,-34r0,68v35,2,65,-1,65,-34xm52,3v-22,0,-29,-16,-29,-41r0,-180v0,-25,7,-41,29,-41v21,0,30,17,29,41v75,-7,128,20,128,87v0,70,-52,94,-128,87v1,27,-5,47,-29,47",w:218},"\u00fe":{d:"208,-96v6,70,-74,132,-132,86v-2,37,10,89,-28,89v-22,0,-29,-16,-28,-41r0,-272v-1,-25,6,-41,28,-41v40,0,25,60,28,98v52,-49,141,10,132,81xm113,-143v-23,0,-38,23,-38,48v0,26,14,48,38,48v24,0,37,-22,37,-48v0,-25,-14,-48,-37,-48"},"\u00d7":{d:"73,-211r79,79r80,-79r24,24r-79,80r79,79r-24,24r-80,-79r-79,79r-24,-24r79,-79r-79,-80",w:299},"\u00b9":{d:"-3,-240v0,-26,77,-25,69,9r0,105v0,15,-5,25,-20,25v-15,0,-19,-10,-20,-25r0,-98v-16,1,-29,-3,-29,-16",w:85},"\u00b2":{d:"115,-215v-2,40,-26,47,-58,80v25,2,62,-7,63,17v-7,29,-64,13,-96,16v-14,1,-22,-4,-23,-16v8,-27,71,-65,74,-95v0,-7,-7,-14,-15,-14v-22,-1,-16,34,-37,33v-12,0,-19,-7,-19,-18v0,-60,114,-64,111,-3",w:124},"\u00b3":{d:"17,-157v19,0,26,27,43,27v11,0,20,-9,20,-20v0,-25,-40,-8,-40,-34v0,-22,34,-10,33,-31v-11,-40,-58,36,-68,-9v5,-46,107,-49,106,6v-1,15,-8,24,-20,31v54,20,23,93,-32,89v-30,-2,-53,-17,-59,-42v0,-10,7,-17,17,-17",w:128},"\u00bd":{d:"252,-105v0,37,-24,44,-56,75v23,2,59,-7,60,15v-7,27,-61,11,-91,15v-36,-5,-23,-23,3,-47v23,-21,37,-34,44,-56v0,-7,-6,-14,-13,-14v-20,0,-16,31,-36,31v-11,0,-18,-6,-18,-16v0,-57,107,-60,107,-3xm151,-241v7,-32,59,-18,44,9r-123,218v-8,30,-60,19,-44,-10xm-3,-241v4,-23,73,-24,65,8r0,99v0,15,-5,23,-18,23v-13,0,-19,-9,-19,-23r0,-92v-15,1,-27,-3,-28,-15",w:260},"\u00bc":{d:"184,-60r37,0r0,-54xm280,-46v0,12,-11,16,-25,15v1,18,-1,33,-18,33v-16,0,-17,-16,-16,-33v-32,0,-102,9,-70,-31v20,-26,36,-58,60,-80v23,-10,44,4,44,30r0,52v13,-1,25,3,25,14xm151,-241v7,-32,59,-18,44,9r-123,218v-8,30,-60,19,-44,-10xm-3,-241v4,-23,73,-24,65,8r0,99v0,15,-5,23,-18,23v-13,0,-19,-9,-19,-23r0,-92v-15,1,-27,-3,-28,-15",w:283},"\u00be":{d:"225,-60r38,0r0,-54xm322,-46v0,12,-11,16,-26,15v1,18,0,34,-18,33v-15,0,-16,-16,-15,-33v-32,-1,-102,10,-71,-31v20,-26,36,-59,61,-80v23,-10,46,3,43,30v2,16,-4,40,2,52v12,-1,24,4,24,14xm192,-241v7,-24,46,-27,46,0v0,8,-3,12,-6,19r-119,208v-8,28,-54,23,-44,-10xm57,-260v42,0,66,49,31,68v46,18,22,89,-31,84v-28,-3,-52,-15,-57,-40v0,-17,25,-22,33,-7v5,9,17,17,24,16v10,1,20,-8,19,-18v3,-24,-38,-8,-38,-32v0,-20,34,-8,32,-29v-13,-38,-53,34,-65,-8v0,-18,31,-34,52,-34",w:324},"\u00ad":{d:"142,-100v0,41,-64,25,-102,25v-17,0,-28,-9,-28,-25v0,-40,64,-25,102,-25v17,0,27,9,28,25",w:154}}});(function(A){A.fn.innerfade=function(B){return this.each(function(){A.innerfade(this,B)})};A.innerfade=function(B,C){var E={animationtype:"fade",speed:"normal",type:"sequence",timeout:2000,containerheight:"auto",paused:"false",runningclass:"innerfade",children:null};if(C){A.extend(E,C)}if(E.children===null){var G=A(B).children()}else{var G=A(B).children(E.children)}if(G.length>1){A(".pauseButton").toggle(function(I){A(".pauseButton>a").each(function(J,K){A(I.target).html("Click to Continue")});E.paused=true},function(I){A(".pauseButton>a").each(function(J,K){A(I.target).html("Click to Pause Slideshow")});E.paused=false});A(B).css("position","relative").css("height",E.containerheight).addClass(E.runningclass);for(var D=0;D<G.length;D++){A(G[D]).css("z-index",String(G.length-D)).css("position","absolute").hide()}if(E.type=="sequence"){setTimeout(function(){A.innerfade.next(G,E,1,0)},E.timeout);A(G[0]).show()}else{if(E.type=="random"){var F=Math.floor(Math.random()*(G.length));setTimeout(function(){do{H=Math.floor(Math.random()*(G.length))}while(F==H);A.innerfade.next(G,E,H,F)},E.timeout);A(G[F]).show()}else{if(E.type=="random_start"){E.type="sequence";var H=Math.floor(Math.random()*(G.length));setTimeout(function(){A.innerfade.next(G,E,(H+1)%G.length,H)},E.timeout);A(G[H]).show()}else{alert("Innerfade-Type must either be 'sequence', 'random' or 'random_start'")}}}}};A.innerfade.next=function(D,B,E,C){B.paused=false;A(".pauseButton>a").each(function(F,G){if(A(this).html()=="Click to Continue"){B.paused=true}});if(B.paused==false){if(B.animationtype=="slide"){A(D[C]).slideUp(B.speed);A(D[E]).slideDown(B.speed)}else{if(B.animationtype=="fade"){A(D[C]).fadeOut(B.speed);A(D[E]).fadeIn(B.speed,function(){Cufon.replace(".gridL>h2");removeFilter(A(this)[0])})}else{alert("Innerfade-animationtype must either be 'slide' or 'fade'")}}if(B.type=="sequence"){if((E+1)<D.length){E=E+1;C=E-1}else{E=0;C=D.length-1}}else{if(B.type=="random"){C=E;while(E==C){E=Math.floor(Math.random()*D.length)}}else{alert("Innerfade-Type must either be 'sequence', 'random' or 'random_start'")}}}setTimeout((function(){A.innerfade.next(D,B,E,C)}),B.timeout)}})(jQuery);function removeFilter(A){if(A.style.removeAttribute){A.style.removeAttribute("filter")}}(function(A){A.fn.extend({reflect:function(B){B=A.extend({height:1/3,opacity:0.5},B);return this.unreflect().each(function(){var D=this;if(/^img$/i.test(D.tagName)){function C(){var K=D.width,L=D.height,F,I,E,J,G;I=Math.floor((B.height>1)?Math.min(L,B.height):L*B.height);if(A.browser.msie){F=A("<img />").attr("src",D.src).css({width:K,height:L,marginBottom:I-L,filter:"flipv progid:DXImageTransform.Microsoft.Alpha(opacity="+(B.opacity*100)+", style=1, finishOpacity=0, startx=0, starty=0, finishx=0, finishy="+(I/L*100)+")"})[0]}else{F=A("<canvas />")[0];if(!F.getContext){return }J=F.getContext("2d");try{A(F).attr({width:K,height:I});J.save();J.translate(0,L-1);J.scale(1,-1);J.drawImage(D,0,0,K,L);J.restore();J.globalCompositeOperation="destination-out";G=J.createLinearGradient(0,0,0,I);G.addColorStop(0,"rgba(255, 255, 255, "+(1-B.opacity)+")");G.addColorStop(1,"rgba(255, 255, 255, 1.0)");J.fillStyle=G;J.rect(0,0,K,I);J.fill()}catch(H){return }}A(F).css({display:"block",border:0});E=A(/^a$/i.test(D.parentNode.tagName)?"<span />":"<div />").insertAfter(D).append([D,F])[0];E.className=D.className;A.data(D,"reflected",E.style.cssText=D.style.cssText);A(E).css({width:K,height:L+I,overflow:"hidden"});D.style.cssText="display: block; border: 0px";D.className="reflected"}if(D.complete){C()}else{A(D).load(C)}}})},unreflect:function(){return this.unbind("load").each(function(){var D=this,B=A.data(this,"reflected"),C;if(B!==undefined){C=D.parentNode;D.className=C.className;D.style.cssText=B;A.removeData(D,"reflected");C.parentNode.replaceChild(D,C)}})}})})(jQuery);jQuery(function(A){A("img.reflect").reflect({height:0.1,opacity:0.45})});(function(A){A.setCookie=function(D,E,C){if(typeof D==="undefined"||typeof E==="undefined"){return false}var F=D+"="+encodeURIComponent(E);if(C.domain){F+="; domain="+C.domain}if(C.path){F+="; path="+C.path}if(C.duration){var B=new Date();B.setTime(B.getTime()+C.duration*24*60*60*1000);F+="; expires="+B.toGMTString()}if(C.secure){F+="; secure"}return document.cookie=F};A.delCookie=function(B){return A.setCookie(B,"",{duration:-1})};A.readCookie=function(B){var C=document.cookie.match("(?:^|;)\\s*"+B.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1")+"=([^;]*)");return(C)?decodeURIComponent(C[1]):null};A.CooQueryVersion="v 2.0"})(jQuery);
/*
 * jQuery Form Plugin
 * version: 2.43 (12-MAR-2010)
 * @requires jQuery v1.3.2 or later
 *
 * Examples and documentation at: http://malsup.com/jquery/form/
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
(function(B){B.fn.ajaxSubmit=function(O){if(!this.length){A("ajaxSubmit: skipping submit process - no element selected");return this}if(typeof O=="function"){O={success:O}}var E=B.trim(this.attr("action"));if(E){E=(E.match(/^([^#]+)/)||[])[1]}E=E||window.location.href||"";O=B.extend({url:E,type:this.attr("method")||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},O||{});var Q={};this.trigger("form-pre-serialize",[this,O,Q]);if(Q.veto){A("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(O.beforeSerialize&&O.beforeSerialize(this,O)===false){A("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var K=this.formToArray(O.semantic);if(O.data){O.extraData=O.data;for(var F in O.data){if(O.data[F] instanceof Array){for(var G in O.data[F]){K.push({name:F,value:O.data[F][G]})}}else{K.push({name:F,value:O.data[F]})}}}if(O.beforeSubmit&&O.beforeSubmit(K,this,O)===false){A("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[K,this,O,Q]);if(Q.veto){A("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this}var D=B.param(K);if(O.type.toUpperCase()=="GET"){O.url+=(O.url.indexOf("?")>=0?"&":"?")+D;O.data=null}else{O.data=D}var P=this,J=[];if(O.resetForm){J.push(function(){P.resetForm()})}if(O.clearForm){J.push(function(){P.clearForm()})}if(!O.dataType&&O.target){var M=O.success||function(){};J.push(function(S){var R=O.replaceTarget?"replaceWith":"html";B(O.target)[R](S).each(M,arguments)})}else{if(O.success){J.push(O.success)}}O.success=function(U,S,V){for(var T=0,R=J.length;T<R;T++){J[T].apply(O,[U,S,V||P,P])}};var C=B("input:file",this).fieldValue();var N=false;for(var I=0;I<C.length;I++){if(C[I]){N=true}}var H=false;if((C.length&&O.iframe!==false)||O.iframe||N||H){if(O.closeKeepAlive){B.get(O.closeKeepAlive,L)}else{L()}}else{B.ajax(O)}this.trigger("form-submit-notify",[this,O]);return this;function L(){var V=P[0];if(B(":input[name=submit]",V).length){alert('Error: Form elements must not be named "submit".');return }var T=B.extend({},B.ajaxSettings,O);var h=B.extend(true,{},B.extend(true,{},B.ajaxSettings),T);var U="jqFormIO"+(new Date().getTime());var c=B('<iframe id="'+U+'" name="'+U+'" src="'+T.iframeSrc+'" onload="(jQuery(this).data(\'form-plugin-onload\'))()" />');var e=c[0];c.css({position:"absolute",top:"-1000px",left:"-1000px"});var f={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;c.attr("src",T.iframeSrc)}};var d=T.global;if(d&&!B.active++){B.event.trigger("ajaxStart")}if(d){B.event.trigger("ajaxSend",[f,T])}if(h.beforeSend&&h.beforeSend(f,h)===false){h.global&&B.active--;return }if(f.aborted){return }var S=false;var Z=0;var R=V.clk;if(R){var X=R.name;if(X&&!R.disabled){T.extraData=T.extraData||{};T.extraData[X]=R.value;if(R.type=="image"){T.extraData[X+".x"]=V.clk_x;T.extraData[X+".y"]=V.clk_y}}}function W(){var j=P.attr("target"),g=P.attr("action");V.setAttribute("target",U);if(V.getAttribute("method")!="POST"){V.setAttribute("method","POST")}if(V.getAttribute("action")!=T.url){V.setAttribute("action",T.url)}if(!T.skipEncodingOverride){P.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"})}if(T.timeout){setTimeout(function(){Z=true;a()},T.timeout)}var i=[];try{if(T.extraData){for(var k in T.extraData){i.push(B('<input type="hidden" name="'+k+'" value="'+T.extraData[k]+'" />').appendTo(V)[0])}}c.appendTo("body");c.data("form-plugin-onload",a);V.submit()}finally{V.setAttribute("action",g);j?V.setAttribute("target",j):P.removeAttr("target");B(i).remove()}}if(T.forceSync){W()}else{setTimeout(W,10)}var Y=100;function a(){if(S){return }var i=true;try{if(Z){throw"timeout"}var j,m;m=e.contentWindow?e.contentWindow.document:e.contentDocument?e.contentDocument:e.document;var n=T.dataType=="xml"||m.XMLDocument||B.isXMLDoc(m);A("isXml="+n);if(!n&&(m.body==null||m.body.innerHTML=="")){if(--Y){A("requeing onLoad callback, DOM not available");setTimeout(a,250);return }A("Could not access iframe DOM after 100 tries.");return }A("response detected");S=true;f.responseText=m.body?m.body.innerHTML:null;f.responseXML=m.XMLDocument?m.XMLDocument:m;f.getResponseHeader=function(p){var o={"content-type":T.dataType};return o[p]};if(T.dataType=="json"||T.dataType=="script"){var g=m.getElementsByTagName("textarea")[0];if(g){f.responseText=g.value}else{var l=m.getElementsByTagName("pre")[0];if(l){f.responseText=l.innerHTML}}}else{if(T.dataType=="xml"&&!f.responseXML&&f.responseText!=null){f.responseXML=b(f.responseText)}}j=B.httpData(f,T.dataType)}catch(k){A("error caught:",k);i=false;f.error=k;B.handleError(T,f,"error",k)}if(i){T.success(j,"success");if(d){B.event.trigger("ajaxSuccess",[f,T])}}if(d){B.event.trigger("ajaxComplete",[f,T])}if(d&&!--B.active){B.event.trigger("ajaxStop")}if(T.complete){T.complete(f,i?"success":"error")}setTimeout(function(){c.removeData("form-plugin-onload");c.remove();f.responseXML=null},100)}function b(g,i){if(window.ActiveXObject){i=new ActiveXObject("Microsoft.XMLDOM");i.async="false";i.loadXML(g)}else{i=(new DOMParser()).parseFromString(g,"text/xml")}return(i&&i.documentElement&&i.documentElement.tagName!="parsererror")?i:null}}};B.fn.ajaxForm=function(C){return this.ajaxFormUnbind().bind("submit.form-plugin",function(D){D.preventDefault();B(this).ajaxSubmit(C)}).bind("click.form-plugin",function(H){var G=H.target;var E=B(G);if(!(E.is(":submit,input:image"))){var D=E.closest(":submit");if(D.length==0){return }G=D[0]}var F=this;F.clk=G;if(G.type=="image"){if(H.offsetX!=undefined){F.clk_x=H.offsetX;F.clk_y=H.offsetY}else{if(typeof B.fn.offset=="function"){var I=E.offset();F.clk_x=H.pageX-I.left;F.clk_y=H.pageY-I.top}else{F.clk_x=H.pageX-G.offsetLeft;F.clk_y=H.pageY-G.offsetTop}}}setTimeout(function(){F.clk=F.clk_x=F.clk_y=null},100)})};B.fn.ajaxFormUnbind=function(){return this.unbind("submit.form-plugin click.form-plugin")};B.fn.formToArray=function(N){var M=[];if(this.length==0){return M}var D=this[0];var H=N?D.getElementsByTagName("*"):D.elements;if(!H){return M}for(var I=0,K=H.length;I<K;I++){var E=H[I];var F=E.name;if(!F){continue}if(N&&D.clk&&E.type=="image"){if(!E.disabled&&D.clk==E){M.push({name:F,value:B(E).val()});M.push({name:F+".x",value:D.clk_x},{name:F+".y",value:D.clk_y})}continue}var O=B.fieldValue(E,true);if(O&&O.constructor==Array){for(var G=0,C=O.length;G<C;G++){M.push({name:F,value:O[G]})}}else{if(O!==null&&typeof O!="undefined"){M.push({name:F,value:O})}}}if(!N&&D.clk){var J=B(D.clk),L=J[0],F=L.name;if(F&&!L.disabled&&L.type=="image"){M.push({name:F,value:J.val()});M.push({name:F+".x",value:D.clk_x},{name:F+".y",value:D.clk_y})}}return M};B.fn.formSerialize=function(C){return B.param(this.formToArray(C))};B.fn.fieldSerialize=function(D){var C=[];this.each(function(){var H=this.name;if(!H){return }var F=B.fieldValue(this,D);if(F&&F.constructor==Array){for(var G=0,E=F.length;G<E;G++){C.push({name:H,value:F[G]})}}else{if(F!==null&&typeof F!="undefined"){C.push({name:this.name,value:F})}}});return B.param(C)};B.fn.fieldValue=function(H){for(var G=[],E=0,C=this.length;E<C;E++){var F=this[E];var D=B.fieldValue(F,H);if(D===null||typeof D=="undefined"||(D.constructor==Array&&!D.length)){continue}D.constructor==Array?B.merge(G,D):G.push(D)}return G};B.fieldValue=function(C,I){var E=C.name,N=C.type,O=C.tagName.toLowerCase();if(typeof I=="undefined"){I=true}if(I&&(!E||C.disabled||N=="reset"||N=="button"||(N=="checkbox"||N=="radio")&&!C.checked||(N=="submit"||N=="image")&&C.form&&C.form.clk!=C||O=="select"&&C.selectedIndex==-1)){return null}if(O=="select"){var J=C.selectedIndex;if(J<0){return null}var L=[],D=C.options;var G=(N=="select-one");var K=(G?J+1:D.length);for(var F=(G?J:0);F<K;F++){var H=D[F];if(H.selected){var M=H.value;if(!M){M=(H.attributes&&H.attributes.value&&!(H.attributes.value.specified))?H.text:H.value}if(G){return M}L.push(M)}}return L}return C.value};B.fn.clearForm=function(){return this.each(function(){B("input,select,textarea",this).clearFields()})};B.fn.clearFields=B.fn.clearInputs=function(){return this.each(function(){var D=this.type,C=this.tagName.toLowerCase();if(D=="text"||D=="password"||C=="textarea"){this.value=""}else{if(D=="checkbox"||D=="radio"){this.checked=false}else{if(C=="select"){this.selectedIndex=-1}}}})};B.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||(typeof this.reset=="object"&&!this.reset.nodeType)){this.reset()}})};B.fn.enable=function(C){if(C==undefined){C=true}return this.each(function(){this.disabled=!C})};B.fn.selected=function(C){if(C==undefined){C=true}return this.each(function(){var D=this.type;if(D=="checkbox"||D=="radio"){this.checked=C}else{if(this.tagName.toLowerCase()=="option"){var E=B(this).parent("select");if(C&&E[0]&&E[0].type=="select-one"){E.find("option").selected(false)}this.selected=C}}})};function A(){if(B.fn.ajaxSubmit.debug){var C="[jquery.form] "+Array.prototype.join.call(arguments,"");if(window.console&&window.console.log){window.console.log(C)}else{if(window.opera&&window.opera.postError){window.opera.postError(C)}}}}})(jQuery);(function(A){A.extend(A.fn,{validate:function(B){if(!this.length){B&&B.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return }var C=A.data(this[0],"validator");if(C){return C}C=new A.validator(B,this[0]);A.data(this[0],"validator",C);if(C.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){C.cancelSubmit=true});if(C.settings.submitHandler){this.find("input, button").filter(":submit").click(function(){C.submitButton=this})}this.submit(function(D){if(C.settings.debug){D.preventDefault()}function E(){if(C.settings.submitHandler){if(C.submitButton){var F=A("<input type='hidden'/>").attr("name",C.submitButton.name).val(C.submitButton.value).appendTo(C.currentForm)}C.settings.submitHandler.call(C,C.currentForm);if(C.submitButton){F.remove()}return false}return true}if(C.cancelSubmit){C.cancelSubmit=false;return E()}if(C.form()){if(C.pendingRequest){C.formSubmitted=true;return false}return E()}else{C.focusInvalid();return false}})}return C},valid:function(){if(A(this[0]).is("form")){return this.validate().form()}else{var C=true;var B=A(this[0].form).validate();this.each(function(){C&=B.element(this)});return C}},removeAttrs:function(D){var B={},C=this;A.each(D.split(/\s/),function(E,F){B[F]=C.attr(F);C.removeAttr(F)});return B},rules:function(E,B){var G=this[0];if(E){var D=A.data(G.form,"validator").settings;var I=D.rules;var J=A.validator.staticRules(G);switch(E){case"add":A.extend(J,A.validator.normalizeRule(B));I[G.name]=J;if(B.messages){D.messages[G.name]=A.extend(D.messages[G.name],B.messages)}break;case"remove":if(!B){delete I[G.name];return J}var H={};A.each(B.split(/\s/),function(K,L){H[L]=J[L];delete J[L]});return H}}var F=A.validator.normalizeRules(A.extend({},A.validator.metadataRules(G),A.validator.classRules(G),A.validator.attributeRules(G),A.validator.staticRules(G)),G);if(F.required){var C=F.required;delete F.required;F=A.extend({required:C},F)}return F}});A.extend(A.expr[":"],{blank:function(B){return !A.trim(""+B.value)},filled:function(B){return !!A.trim(""+B.value)},unchecked:function(B){return !B.checked}});A.validator=function(B,C){this.settings=A.extend(true,{},A.validator.defaults,B);this.currentForm=C;this.init()};A.validator.format=function(B,C){if(arguments.length==1){return function(){var D=A.makeArray(arguments);D.unshift(B);return A.validator.format.apply(this,D)}}if(arguments.length>2&&C.constructor!=Array){C=A.makeArray(arguments).slice(1)}if(C.constructor!=Array){C=[C]}A.each(C,function(D,E){B=B.replace(new RegExp("\\{"+D+"\\}","g"),E)});return B};A.extend(A.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:A([]),errorLabelContainer:A([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(B){this.lastActive=B;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,B,this.settings.errorClass,this.settings.validClass);this.errorsFor(B).hide()}},onfocusout:function(B){if(!this.checkable(B)&&(B.name in this.submitted||!this.optional(B))){this.element(B)}},onkeyup:function(B){if(B.name in this.submitted||B==this.lastElement){this.element(B)}},onclick:function(B){if(B.name in this.submitted){this.element(B)}else{if(B.parentNode.name in this.submitted){this.element(B.parentNode)}}},highlight:function(D,B,C){A(D).addClass(B).removeClass(C)},unhighlight:function(D,B,C){A(D).removeClass(B).addClass(C)}},setDefaults:function(B){A.extend(A.validator.defaults,B)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:A.validator.format("Please enter no more than {0} characters."),minlength:A.validator.format("Please enter at least {0} characters."),rangelength:A.validator.format("Please enter a value between {0} and {1} characters long."),range:A.validator.format("Please enter a value between {0} and {1}."),max:A.validator.format("Please enter a value less than or equal to {0}."),min:A.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=A(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||A(this.currentForm);this.containers=A(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var B=(this.groups={});A.each(this.settings.groups,function(E,F){A.each(F.split(/\s/),function(H,G){B[G]=E})});var D=this.settings.rules;A.each(D,function(E,F){D[E]=A.validator.normalizeRule(F)});function C(G){var F=A.data(this[0].form,"validator"),E="on"+G.type.replace(/^validate/,"");F.settings[E]&&F.settings[E].call(F,this[0])}A(this.currentForm).validateDelegate(":text, :password, :file, select, textarea","focusin focusout keyup",C).validateDelegate(":radio, :checkbox, select, option","click",C);if(this.settings.invalidHandler){A(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)}},form:function(){this.checkForm();A.extend(this.submitted,this.errorMap);this.invalid=A.extend({},this.errorMap);if(!this.valid()){A(this.currentForm).triggerHandler("invalid-form",[this])}this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var B=0,C=(this.currentElements=this.elements());C[B];B++){this.check(C[B])}return this.valid()},element:function(C){C=this.clean(C);this.lastElement=C;this.prepareElement(C);this.currentElements=A(C);var B=this.check(C);if(B){delete this.invalid[C.name]}else{this.invalid[C.name]=true}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers)}this.showErrors();return B},showErrors:function(C){if(C){A.extend(this.errorMap,C);this.errorList=[];for(var B in C){this.errorList.push({message:C[B],element:this.findByName(B)[0]})}this.successList=A.grep(this.successList,function(D){return !(D.name in C)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){if(A.fn.resetForm){A(this.currentForm).resetForm()}this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(D){var C=0;for(var B in D){C++}return C},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid){try{A(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(B){}}},findLastActive:function(){var B=this.lastActive;return B&&A.grep(this.errorList,function(C){return C.element.name==B.name}).length==1&&B},elements:function(){var C=this,B={};return A([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&C.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in B||!C.objectLength(A(this).rules())){return false}B[this.name]=true;return true})},clean:function(B){return A(B)[0]},errors:function(){return A(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=A([]);this.toHide=A([]);this.currentElements=A([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},prepareElement:function(B){this.reset();this.toHide=this.errorsFor(B)},check:function(C){C=this.clean(C);if(this.checkable(C)){C=this.findByName(C.name)[0]}var G=A(C).rules();var D=false;for(method in G){var F={method:method,parameters:G[method]};try{var B=A.validator.methods[method].call(this,C.value.replace(/\r/g,""),C,F.parameters);if(B=="dependency-mismatch"){D=true;continue}D=false;if(B=="pending"){this.toHide=this.toHide.not(this.errorsFor(C));return }if(!B){this.formatAndAdd(C,F);return false}}catch(E){this.settings.debug&&window.console&&console.log("exception occured when checking element "+C.id+", check the '"+F.method+"' method",E);throw E}}if(D){return }if(this.objectLength(G)){this.successList.push(C)}return true},customMetaMessage:function(B,D){if(!A.metadata){return }var C=this.settings.meta?A(B).metadata()[this.settings.meta]:A(B).metadata();return C&&C.messages&&C.messages[D]},customMessage:function(C,D){var B=this.settings.messages[C];return B&&(B.constructor==String?B:B[D])},findDefined:function(){for(var B=0;B<arguments.length;B++){if(arguments[B]!==undefined){return arguments[B]}}return undefined},defaultMessage:function(B,C){return this.findDefined(this.customMessage(B.name,C),this.customMetaMessage(B,C),!this.settings.ignoreTitle&&B.title||undefined,A.validator.messages[C],"<strong>Warning: No message defined for "+B.name+"</strong>")},formatAndAdd:function(C,E){var D=this.defaultMessage(C,E.method),B=/\$?\{(\d+)\}/g;if(typeof D=="function"){D=D.call(this,E.parameters,C)}else{if(B.test(D)){D=jQuery.format(D.replace(B,"{$1}"),E.parameters)}}this.errorList.push({message:D,element:C});this.errorMap[C.name]=D;this.submitted[C.name]=D},addWrapper:function(B){if(this.settings.wrapper){B=B.add(B.parent(this.settings.wrapper))}return B},defaultShowErrors:function(){for(var C=0;this.errorList[C];C++){var B=this.errorList[C];this.settings.highlight&&this.settings.highlight.call(this,B.element,this.settings.errorClass,this.settings.validClass);this.showLabel(B.element,B.message)}if(this.errorList.length){this.toShow=this.toShow.add(this.containers)}if(this.settings.success){for(var C=0;this.successList[C];C++){this.showLabel(this.successList[C])}}if(this.settings.unhighlight){for(var C=0,D=this.validElements();D[C];C++){this.settings.unhighlight.call(this,D[C],this.settings.errorClass,this.settings.validClass)}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return A(this.errorList).map(function(){return this.element})},showLabel:function(C,D){var B=this.errorsFor(C);if(B.length){B.removeClass().addClass(this.settings.errorClass);B.attr("generated")&&B.html(D)}else{B=A("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(C),generated:true}).addClass(this.settings.errorClass).html(D||"");if(this.settings.wrapper){B=B.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()}if(!this.labelContainer.append(B).length){this.settings.errorPlacement?this.settings.errorPlacement(B,A(C)):B.insertAfter(C)}}if(!D&&this.settings.success){B.text("");typeof this.settings.success=="string"?B.addClass(this.settings.success):this.settings.success(B)}this.toShow=this.toShow.add(B)},errorsFor:function(C){var B=this.idOrName(C);return this.errors().filter(function(){return A(this).attr("for")==B})},idOrName:function(B){return this.groups[B.name]||(this.checkable(B)?B.name:B.id||B.name)},checkable:function(B){return/radio|checkbox/i.test(B.type)},findByName:function(B){var C=this.currentForm;return A(document.getElementsByName(B)).map(function(D,E){return E.form==C&&E.name==B&&E||null})},getLength:function(C,B){switch(B.nodeName.toLowerCase()){case"select":return A("option:selected",B).length;case"input":if(this.checkable(B)){return this.findByName(B.name).filter(":checked").length}}return C.length},depend:function(C,B){return this.dependTypes[typeof C]?this.dependTypes[typeof C](C,B):true},dependTypes:{"boolean":function(C,B){return C},string:function(C,B){return !!A(C,B.form).length},"function":function(C,B){return C(B)}},optional:function(B){return !A.validator.methods.required.call(this,A.trim(B.value),B)&&"dependency-mismatch"},startRequest:function(B){if(!this.pending[B.name]){this.pendingRequest++;this.pending[B.name]=true}},stopRequest:function(B,C){this.pendingRequest--;if(this.pendingRequest<0){this.pendingRequest=0}delete this.pending[B.name];if(C&&this.pendingRequest==0&&this.formSubmitted&&this.form()){A(this.currentForm).submit();this.formSubmitted=false}else{if(!C&&this.pendingRequest==0&&this.formSubmitted){A(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=false}}},previousValue:function(B){return A.data(B,"previousValue")||A.data(B,"previousValue",{old:null,valid:true,message:this.defaultMessage(B,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(B,C){B.constructor==String?this.classRuleSettings[B]=C:A.extend(this.classRuleSettings,B)},classRules:function(C){var D={};var B=A(C).attr("class");B&&A.each(B.split(" "),function(){if(this in A.validator.classRuleSettings){A.extend(D,A.validator.classRuleSettings[this])}});return D},attributeRules:function(C){var E={};var B=A(C);for(method in A.validator.methods){var D=B.attr(method);if(D){E[method]=D}}if(E.maxlength&&/-1|2147483647|524288/.test(E.maxlength)){delete E.maxlength}return E},metadataRules:function(B){if(!A.metadata){return{}}var C=A.data(B.form,"validator").settings.meta;return C?A(B).metadata()[C]:A(B).metadata()},staticRules:function(C){var D={};var B=A.data(C.form,"validator");if(B.settings.rules){D=A.validator.normalizeRule(B.settings.rules[C.name])||{}}return D},normalizeRules:function(C,B){A.each(C,function(F,E){if(E===false){delete C[F];return }if(E.param||E.depends){var D=true;switch(typeof E.depends){case"string":D=!!A(E.depends,B.form).length;break;case"function":D=E.depends.call(B,B);break}if(D){C[F]=E.param!==undefined?E.param:true}else{delete C[F]}}});A.each(C,function(D,E){C[D]=A.isFunction(E)?E(B):E});A.each(["minlength","maxlength","min","max"],function(){if(C[this]){C[this]=Number(C[this])}});A.each(["rangelength","range"],function(){if(C[this]){C[this]=[Number(C[this][0]),Number(C[this][1])]}});if(A.validator.autoCreateRanges){if(C.min&&C.max){C.range=[C.min,C.max];delete C.min;delete C.max}if(C.minlength&&C.maxlength){C.rangelength=[C.minlength,C.maxlength];delete C.minlength;delete C.maxlength}}if(C.messages){delete C.messages}return C},normalizeRule:function(C){if(typeof C=="string"){var B={};A.each(C.split(/\s/),function(){B[this]=true});C=B}return C},addMethod:function(B,D,C){A.validator.methods[B]=D;A.validator.messages[B]=C!=undefined?C:A.validator.messages[B];if(D.length<3){A.validator.addClassRules(B,A.validator.normalizeRule(B))}},methods:{required:function(C,B,E){if(!this.depend(E,B)){return"dependency-mismatch"}switch(B.nodeName.toLowerCase()){case"select":var D=A(B).val();return D&&D.length>0;case"input":if(this.checkable(B)){return this.getLength(C,B)>0}default:return A.trim(C).length>0}},remote:function(F,C,G){if(this.optional(C)){return"dependency-mismatch"}var D=this.previousValue(C);if(!this.settings.messages[C.name]){this.settings.messages[C.name]={}}D.originalMessage=this.settings.messages[C.name].remote;this.settings.messages[C.name].remote=D.message;G=typeof G=="string"&&{url:G}||G;if(D.old!==F){D.old=F;var B=this;this.startRequest(C);var E={};E[C.name]=F;A.ajax(A.extend(true,{url:G,mode:"abort",port:"validate"+C.name,dataType:"json",data:E,success:function(I){B.settings.messages[C.name].remote=D.originalMessage;var K=I===true;if(K){var H=B.formSubmitted;B.prepareElement(C);B.formSubmitted=H;B.successList.push(C);B.showErrors()}else{var L={};var J=(D.message=I||B.defaultMessage(C,"remote"));L[C.name]=A.isFunction(J)?J(F):J;B.showErrors(L)}D.valid=K;B.stopRequest(C,K)}},G));return"pending"}else{if(this.pending[C.name]){return"pending"}}return D.valid},minlength:function(C,B,D){return this.optional(B)||this.getLength(A.trim(C),B)>=D},maxlength:function(C,B,D){return this.optional(B)||this.getLength(A.trim(C),B)<=D},rangelength:function(D,B,E){var C=this.getLength(A.trim(D),B);return this.optional(B)||(C>=E[0]&&C<=E[1])},min:function(C,B,D){return this.optional(B)||C>=D},max:function(C,B,D){return this.optional(B)||C<=D},range:function(C,B,D){return this.optional(B)||(C>=D[0]&&C<=D[1])},email:function(C,B){return this.optional(B)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(C)},url:function(C,B){return this.optional(B)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(C)},date:function(C,B){return this.optional(B)||!/Invalid|NaN/.test(new Date(C))},dateISO:function(C,B){return this.optional(B)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(C)},number:function(C,B){return this.optional(B)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(C)},digits:function(C,B){return this.optional(B)||/^\d+$/.test(C)},creditcard:function(F,C){if(this.optional(C)){return"dependency-mismatch"}if(/[^0-9-]+/.test(F)){return false}var G=0,E=0,B=false;F=F.replace(/\D/g,"");for(var H=F.length-1;H>=0;H--){var D=F.charAt(H);var E=parseInt(D,10);if(B){if((E*=2)>9){E-=9}}G+=E;B=!B}return(G%10)==0},accept:function(C,B,D){D=typeof D=="string"?D.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(B)||C.match(new RegExp(".("+D+")$","i"))},equalTo:function(C,B,E){var D=A(E).unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){A(B).valid()});return C==D.val()}}});A.format=A.validator.format})(jQuery);(function(C){var B=C.ajax;var A={};C.ajax=function(E){E=C.extend(E,C.extend({},C.ajaxSettings,E));var D=E.port;if(E.mode=="abort"){if(A[D]){A[D].abort()}return(A[D]=B.apply(this,arguments))}return B.apply(this,arguments)}})(jQuery);(function(A){if(!jQuery.event.special.focusin&&!jQuery.event.special.focusout&&document.addEventListener){A.each({focus:"focusin",blur:"focusout"},function(C,B){A.event.special[B]={setup:function(){this.addEventListener(C,D,true)},teardown:function(){this.removeEventListener(C,D,true)},handler:function(E){arguments[0]=A.event.fix(E);arguments[0].type=B;return A.event.handle.apply(this,arguments)}};function D(E){E=A.event.fix(E);E.type=B;return A.event.handle.call(this,E)}})}A.extend(A.fn,{validateDelegate:function(D,C,B){return this.bind(C,function(E){var F=A(E.target);if(F.is(D)){return B.apply(F,arguments)}})}})})(jQuery);jQuery.timer=function(A,B){var A=A||100;if(!B){return false}_timer=function(D,E){this.stop=function(){clearInterval(C.id)};this.internalCallback=function(){E(C)};this.reset=function(F){if(C.id){clearInterval(C.id)}var F=F||100;this.id=setInterval(this.internalCallback,F)};this.interval=D;this.id=setInterval(this.internalCallback,this.interval);var C=this};return new _timer(A,B)};var cache=[];jQuery.each(mycarousel_itemList,function(A,C){var B=document.createElement("img");B.src=C.thumbnail;cache.push(B)});function mycarousel_itemVisibleInCallback(F,D,C,E,B){var A=F.index(C,mycarousel_itemList.length);F.add(C,mycarousel_getItemHTML(mycarousel_itemList[A-1]));$(".jcarousel-item a").lightBox()}function mycarousel_itemVisibleOutCallback(E,C,B,D,A){E.remove(B)}function mycarousel_getItemHTML(A){return'<a href="'+A.url+'" title="'+A.title+'"><img src="'+A.thumbnail+'" width="75" height="75" alt="'+A.title+'" /></a>'}function mainmenu(){$(" #dropmenu a").removeAttr("title");$(" #dropmenu ul ").css({display:"none"});$(" #dropmenu li").hover(function(){$(this).find("ul:first").css({visibility:"visible",display:"none"}).fadeIn(400)},function(){$(this).find("ul:first").css({visibility:"hidden"})})}function scroller(){$("#mycarousel").jcarousel({easing:"EaseOutQuad",wrap:"circular",itemVisibleInCallback:{onBeforeAnimation:mycarousel_itemVisibleInCallback},itemVisibleOutCallback:{onAfterAnimation:mycarousel_itemVisibleOutCallback}})}function lightbox_setup(){$(".attachment-thumbnail").parent("a").lightBox()}function setup_subscribe_form(){if(jQuery(".disableSubscribeSlider").get(0)){return true}var B='<div id="signupform">';B+='<form  class="subscribe" action="/subscribe.php" method="post">';B+="<b>Sign up for our newsletter:</b> &nbsp;Email: ";B+='<input type="email" class="required email" name="email" id="email" />';B+='<input type="submit" value="Subscribe" />';B+='<div id="errorMessage"></div></form>';B+='<div class="spinner"><img src="/media/spinner.gif" alt="waiting"/></div>';B+="</div>";$(B).prependTo("#content").hide();$(".spinner").hide();if(!$.readCookie("subscribed")){$(".subscribe").validate({errorLabelContainer:"#errorMessage",rules:{email:{required:true,email:true}},messages:{email:"A Valid Email address is needed. "},debug:true});var A={type:"post",error:function(C){alert(C)},beforeSubmit:function(F,E,D){var C=$("input#email").val();F.push({name:"email",value:C});F.push({name:"emailconfirm",value:C});F.push({name:"htmlemail",value:1});F.push({name:"list[1]",value:"signup"});F.push({name:"VerificationCodeX",value:""});F.push({name:"subscribe",value:"Ajax Signup"});$(".spinner").fadeIn();$("#signupform> form").fadeOut()},success:function(C){$.setCookie("subscribed","yes",{duration:3560,secure:false});$(".spinner").hide();$("#signupform > form").html(C).show();$.timer(2400,function(D){$("#signupform").fadeOut("slow")})},url:"/lists/?p=subscribe&id=2"};if(!$.readCookie("hasVisited")||!$.readCookie("subscribed")){$.setCookie("hasVisited","youvearrived",{duration:1,secure:false});$.timer(6000,function(C){$("#signupform").slideDown().ajaxForm(A);$("#content").css("min-height","455px").css("height","auto");$.setCookie("formShown","youveseentheform",{duration:1,secure:false});C.stop();$.timer(120000,function(D){$("#signupform").slideUp();$("#content").css("min-height","307px").css("height","auto");D.stop()})})}else{if(!$.readCookie("formShown")){$("signupform").slideDown().ajaxForm(A);$.setCookie("formShown","youveseentheform",{duration:1,secure:false});$.timer(3000,function(C){$("#signupform").slideUp();$("#content").css("min-height","307px").css("height","auto");C.stop()})}else{$.timer(10000,function(C){$("#signupform").slideDown().ajaxForm(A);C.stop();$.timer(3000,function(D){$("#signupform").slideUp();D.stop()})})}}}}jQuery.easing.EaseOutQuad=function(C,B,A,E,D){return -E*(B/=D)*(B-2)+A};$(document).ready(function(A){if(A.browser.msie){A("#content").css("height","auto")}else{A("#content").css("min-height","307px")}setup_subscribe_form();A(".toprotator").innerfade({animationtype:"fade",speed:700,timeout:10000,type:"sequence",containerheight:"auto"});A(".exhibitrotator").innerfade({animationtype:"fade",speed:700,timeout:8000,type:"sequence",containerheight:"auto"});mainmenu();scroller();lightbox_setup();A("li.page-item-44>a").add("li.page-item-519>a").bind("click",function(B){B.stopPropagation();B.preventDefault();A("li.jcarousel-item-1>a>img").click();return false});Cufon.replace("#blog-title,#blog-description, .entry-title, h2");Cufon.replace(".phone,.arenaHeader, .focusedResults, .ouremail, .subline, .boldUnderline");if(!A.browser.msie){Cufon.replace("h3, h4")}});
