(function(){var window=this,undefined,_jQuery=window.jQuery,_$=window.$,jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,context)},quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;this.context=selector;return this};if(typeof selector==="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1]){selector=jQuery.clean([match[1]],context)}else{var elem=document.getElementById(match[3]);if(elem&&elem.id!=match[3])return jQuery().find(selector);var ret=jQuery(elem||[]);ret.context=document;ret.selector=selector;return ret}}else return jQuery(context).find(selector)}else if(jQuery.isFunction(selector))return jQuery(document).ready(selector);if(selector.selector&&selector.context){this.selector=selector.selector;this.context=selector.context};return this.setArray(jQuery.isArray(selector)?selector:jQuery.makeArray(selector))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(num){return num===undefined?Array.prototype.slice.call(this):this[num]},pushStack:function(elems,name,selector){var ret=jQuery(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},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this},each:function(callback,args){return jQuery.each(this,callback,args)},index:function(elem){return jQuery.inArray(elem&&elem.jquery?elem[0]:elem,this)},attr:function(name,value,type){var options=name;if(typeof name==="string")if(value===undefined){return this[0]&&jQuery[type||"attr"](this[0],name)}else{options={};options[name]=value};return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name))})},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS")},text:function(text){if(typeof text!=="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this])})});return ret},wrapAll:function(html){if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).clone();if(this[0].parentNode)wrap.insertBefore(this[0]);wrap.map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem}).append(this)};return this},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html)})},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html)})},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(){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this)})},after:function(){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling)})},end:function(){return this.prevObject||jQuery([])},push:[].push,sort:[].sort,splice:[].splice,find:function(selector){if(this.length===1){var ret=this.pushStack([],"find",selector);ret.length=0;jQuery.find(selector,this[0],ret);return ret}else return this.pushStack(jQuery.unique(jQuery.map(this,function(elem){return jQuery.find(selector,elem)})),"find",selector)},clone:function(events){var ret=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var html=this.outerHTML;if(!html){var div=this.ownerDocument.createElement("div");div.appendChild(this.cloneNode(true));html=div.innerHTML};return jQuery.clean([html.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else return this.cloneNode(true)});if(events===true){var orig=this.find("*").andSelf(),i=0;ret.find("*").andSelf().each(function(){if(this.nodeName!==orig[i].nodeName)return;var events=jQuery.data(orig[i],"events");for(var type in events)for(var handler in events[type])jQuery.event.add(this,type,events[type][handler],events[type][handler].data);i++})};return ret},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i)})||jQuery.multiFilter(selector,jQuery.grep(this,function(elem){return elem.nodeType===1})),"filter",selector)},closest:function(selector){var pos=jQuery.expr.match.POS.test(selector)?jQuery(selector):null,closer=0;return this.map(function(){var cur=this;while(cur&&cur.ownerDocument){if(pos?pos.index(cur)>-1:jQuery(cur).is(selector)){jQuery.data(cur,"closest",closer);return cur};cur=cur.parentNode;closer++}})},not:function(selector){if(typeof selector==="string")if(isSimple.test(selector)){return this.pushStack(jQuery.multiFilter(selector,this,true),"not",selector)}else selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector})},add:function(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector==="string"?jQuery(selector):jQuery.makeArray(selector))))},is:function(selector){return !!selector&&jQuery.multiFilter(selector,this).length>0},hasClass:function(selector){return !!selector&&this.is("."+selector)},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};return(elem.value||"").replace(/\r/g,"")};return undefined};if(typeof value==="number")value+='';return this.each(function(){if(this.nodeType!=1)return;if(jQuery.isArray(value)&&/radio|checkbox/.test(this.type)){this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0)}else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(value);jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0)});if(!values.length)this.selectedIndex=-1}else this.value=value})},html:function(value){return value===undefined?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(value)},replaceWith:function(value){return this.after(value).remove()},eq:function(i){return this.slice(i,+i+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(args,table,callback){if(this[0]){var fragment=(this[0].ownerDocument||this[0]).createDocumentFragment(),scripts=jQuery.clean(args,(this[0].ownerDocument||this[0]),fragment),first=fragment.firstChild;if(first)for(var i=0,l=this.length;i<l;i++)callback.call(root(this[i],first),this.length>1||i>0?fragment.cloneNode(true):fragment);if(scripts)jQuery.each(scripts,evalScript)};return this
function root(elem,cur){return table&&jQuery.nodeName(elem,"table")&&jQuery.nodeName(cur,"tr")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem}}};jQuery.fn.init.prototype=jQuery.fn
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 now(){return +new Date()};jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;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(var name in options){var src=target[name],copy=options[name];if(target===copy)continue;if(deep&&copy&&typeof copy==="object"&&!copy.nodeType){target[name]=jQuery.extend(deep,src||(copy.length!=null?[]:{}),copy)}else if(copy!==undefined)target[name]=copy};return target};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,defaultView=document.defaultView||{},toString=Object.prototype.toString;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)window.jQuery=_jQuery;return jQuery},isFunction:function(obj){return toString.call(obj)==="[object Function]"},isArray:function(obj){return toString.call(obj)==="[object Array]"},isXMLDoc:function(elem){return elem.nodeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.ownerDocument&&jQuery.isXMLDoc(elem.ownerDocument)},globalEval:function(data){if(data&&/\S/.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;if(args){if(length===undefined){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(length===undefined){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},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))value=value.call(elem,i);return typeof value==="number"&&type=="curCSS"&&!exclude.test(name)?value+"px":value},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))elem.className+=(elem.className?" ":"")+className})},remove:function(elem,classNames){if(elem.nodeType==1)elem.className=classNames!==undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return !jQuery.className.has(classNames,className)}).join(" "):""},has:function(elem,className){return elem&&jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1}},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]},css:function(elem,name,force,extra){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];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;if(name=="opacity"&&!jQuery.support.opacity){ret=jQuery.attr(style,"opacity");return ret==""?"1":ret};if(name.match(/float/i))name=styleFloat;if(!force&&style&&style[name]){ret=style[name]}else if(defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();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(/\-(\w)/g,function(all,letter){return letter.toUpperCase()});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=ret||0;ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft}};return ret},clean:function(elems,context,fragment){context=context||document;if(typeof context.createElement==="undefined")context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;if(!fragment&&elems.length===1&&typeof elems[0]==="string"){var match=/^<(\w+)\s*\/?>$/.exec(elems[0]);if(match)return[context.createElement(match[1])]};var ret=[],scripts=[],div=context.createElement("div");jQuery.each(elems,function(i,elem){if(typeof elem==="number")elem+='';if(!elem)return;if(typeof elem==="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">"});var tags=elem.replace(/^\s+/,"").substring(0,10).toLowerCase(),wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!jQuery.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(!jQuery.support.tbody){var hasBody=/<tbody/i.test(elem),tbody=!tags.indexOf("<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&&/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);elem=jQuery.makeArray(div.childNodes)};if(elem.nodeType){ret.push(elem)}else ret=jQuery.merge(ret,elem)});if(fragment){for(var i=0;ret[i];i++)if(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 scripts};return ret},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var notxml=!jQuery.isXMLDoc(elem),set=value!==undefined;name=notxml&&jQuery.props[name]||name;if(elem.tagName){var special=/href|src|style/.test(name);if(name=="selected"&&elem.parentNode)elem.parentNode.selectedIndex;if(name in elem&&notxml&&!special){if(set){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw "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:elem.nodeName.match(/(button|input|object|select|textarea)/i)?0:elem.nodeName.match(/^(a|area)$/i)&&elem.href?0:undefined};return elem[name]};if(!jQuery.support.style&&notxml&&name=="style")return jQuery.attr(elem.style,"cssText",value);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};if(!jQuery.support.opacity&&name=="opacity"){if(set){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(value)+''=="NaN"?"":"alpha(opacity="+value*100+")")};return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100)+'':""};name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase()});if(set)elem[name]=value;return elem[name]},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"")},makeArray:function(array){var ret=[];if(array!=null){var i=array.length;if(i==null||typeof array==="string"||jQuery.isFunction(array)||array.setInterval){ret[0]=array}else while(i)ret[--i]=array[i]};return ret},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)if(array[i]===elem)return i;return -1},merge:function(first,second){var i=0,elem,pos=first.length;if(!jQuery.support.getAll){while((elem=second[i++])!=null)if(elem.nodeType!=8)first[pos++]=elem}else while((elem=second[i++])!=null)first[pos++]=elem;return first},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i])}}}catch(e){ret=array};return ret},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){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!=null)ret[ret.length]=value};return ret.concat.apply([],ret)}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,'0'])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};jQuery.each({parent:function(elem){return elem.parentNode},parents:function(elem){return jQuery.dir(elem,"parentNode")},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")},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(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret),name,selector)}});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);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,selector)}});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)this.removeAttribute(name)},addClass:function(classNames){jQuery.className.add(this,classNames)},removeClass:function(classNames){jQuery.className.remove(this,classNames)},toggleClass:function(classNames,state){if(typeof state!=="boolean")state=!jQuery.className.has(this,classNames);jQuery.className[state?"add":"remove"](this,classNames)},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).length){jQuery("*",this).add([this]).each(function(){jQuery.event.remove(this);jQuery.removeData(this)});if(this.parentNode)this.parentNode.removeChild(this)}},empty:function(){jQuery(this).children().remove();while(this.firstChild)this.removeChild(this.firstChild)}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments)}})
function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0};var expando="jQuery"+now(),uuid=0,windowData={};jQuery.extend({cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])jQuery.cache[id]={};if(data!==undefined)jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])break;if(!name)jQuery.removeData(elem)}}else{try{delete elem[expando]}catch(e){if(elem.removeAttribute)elem.removeAttribute(expando)};delete jQuery.cache[id]}},queue:function(elem,type,data){if(elem){type=(type||"fx")+"queue";var q=jQuery.data(elem,type);if(!q||jQuery.isArray(data)){q=jQuery.data(elem,type,jQuery.makeArray(data))}else if(data)q.push(data)};return q},dequeue:function(elem,type){var queue=jQuery.queue(elem,type),fn=queue.shift();if(!type||type==="fx")fn=queue[0];if(fn!==undefined)fn.call(elem)}});jQuery.fn.extend({data:function(key,value){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)})},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(){var queue=jQuery.queue(this,type,data);if(type=="fx"&&queue.length==1)queue[0].call(this)})},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type)})}});(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,done=0,toString=Object.prototype.toString,Sizzle=function(selector,context,results,seed){results=results||[];context=context||document;if(context.nodeType!==1&&context.nodeType!==9)return[];if(!selector||typeof selector!=="string")return results;var parts=[],m,set,checkSet,check,mode,extra,prune=true;chunker.lastIndex=0;while((m=chunker.exec(selector))!==null){parts.push(m[1]);if(m[2]){extra=RegExp.rightContext;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{var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&context.parentNode?context.parentNode:context,isXML(context));set=Sizzle.filter(ret.expr,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,isXML(context))}};if(!checkSet)checkSet=set;if(!checkSet)throw "Syntax error, unrecognized expression: "+(cur||selector);if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet)}else if(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,context,results,seed);if(sortOrder){hasDuplicate=false;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.match[type].exec(expr))){var left=RegExp.leftContext;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.match[type].exec(expr))!=null){var filter=Expr.filter[type],found,item;anyFound=false;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){throw "Syntax error, unrecognized expression: "+expr}else break;old=expr};return curLoop};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\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href")}},relative:{"+":function(checkSet,part,isXML){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag&&!isXML)part=part.toUpperCase();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===part?elem||false:elem===part};if(isPartStrNotTag)Sizzle.filter(part,checkSet,true)},">":function(checkSet,part,isXML){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=isXML?part:part.toUpperCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName===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(!part.match(/\W/)){var nodeCheck=part=isXML?part:part.toUpperCase();checkFn=dirNodeCheck};checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML)},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!part.match(/\W/)){var nodeCheck=part=isXML?part:part.toUpperCase();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,isXML){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+" ").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){for(var i=0;curLoop[i]===false;i++);return curLoop[i]&&isXML(curLoop[i])?match[1]:match[1].toUpperCase()},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(match[3].match(chunker).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.toUpperCase()==="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||"").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}},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===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)}}},origPOS=Expr.match.POS;for(var type in Expr.match)Expr.match[type]=RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);var makeArray=function(array,results){array=Array.prototype.slice.call(array);if(results){results.push.apply(results,array);return results};return array};try{Array.prototype.slice.call(document.documentElement.childNodes)}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){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){var ret=a.sourceIndex-b.sourceIndex;if(ret===0)hasDuplicate=true;return ret}}else if(document.createRange)sortOrder=function(a,b){var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.selectNode(a);aRange.collapse(true);bRange.selectNode(b);bRange.collapse(true);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0)hasDuplicate=true;return ret};(function(){var form=document.createElement("form"),id="script"+(new Date()).getTime();form.innerHTML="<input 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)})();(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)}})();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)};Sizzle.find=oldSizzle.find;Sizzle.filter=oldSizzle.filter;Sizzle.selectors=oldSizzle.selectors;Sizzle.matches=oldSizzle.matches})();if(document.getElementsByClassName&&document.documentElement.getElementsByClassName)(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(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])}})()
function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&!isXML;for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;elem.sizset=i};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===cur){match=elem;break};elem=elem[dir]};checkSet[i]=match}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&!isXML;for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;elem.sizset=i};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)},isXML=function(elem){return elem.nodeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.ownerDocument&&isXML(elem.ownerDocument)},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.filter=Sizzle.filter;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;Sizzle.selectors.filters.hidden=function(elem){return elem.offsetWidth===0||elem.offsetHeight===0};Sizzle.selectors.filters.visible=function(elem){return elem.offsetWidth>0||elem.offsetHeight>0};Sizzle.selectors.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem}).length};jQuery.multiFilter=function(expr,elems,not){if(not)expr=":not("+expr+")";return Sizzle.matches(expr,elems)};jQuery.dir=function(elem,dir){var matched=[],cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir]};return matched};jQuery.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};jQuery.sibling=function(n,elem){var r=[];for(;n;n=n.nextSibling)if(n.nodeType==1&&n!=elem)r.push(n);return r};return;window.Sizzle=Sizzle})();jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(elem.setInterval&&elem!=window)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!==undefined){var fn=handler;handler=this.proxy(fn);handler.data=data};var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(arguments.callee.elem,arguments):undefined});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var namespaces=type.split(".");type=namespaces.shift();handler.type=namespaces.slice().sort().join(".");var handlers=events[type];if(jQuery.event.specialAll[type])jQuery.event.specialAll[type].setup.call(elem,data,namespaces);if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem,data,namespaces)===false)if(elem.addEventListener){elem.addEventListener(type,handle,false)}else if(elem.attachEvent)elem.attachEvent("on"+type,handle)};handlers[handler.guid]=handler;jQuery.event.global[type]=true});elem=null},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types===undefined||(typeof types==="string"&&types.charAt(0)==".")){for(var type in events)this.remove(elem,type+(types||""))}else{if(types.type){handler=types.handler;types=types.type};jQuery.each(types.split(/\s+/),function(index,type){var namespaces=type.split(".");type=namespaces.shift();var namespace=RegExp("(^|\\.)"+namespaces.slice().sort().join(".*\\.")+"(\\.|$)");if(events[type]){if(handler){delete events[type][handler.guid]}else for(var handle in events[type])if(namespace.test(events[type][handle].type))delete events[type][handle];if(jQuery.event.specialAll[type])jQuery.event.specialAll[type].teardown.call(elem,namespaces);for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem,namespaces)===false)if(elem.removeEventListener){elem.removeEventListener(type,jQuery.data(elem,"handle"),false)}else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));ret=null;delete events[type]}}})};for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle")}}},trigger:function(event,data,elem,bubbling){var type=event.type||event;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(this.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);if((!elem[type]||(jQuery.nodeName(elem,'a')&&type=="click"))&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)event.result=false;if(!bubbling&&elem[type]&&!event.isDefaultPrevented()&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]()}catch(e){}};this.triggered=false;if(!event.isPropagationStopped()){var parent=elem.parentNode||elem.ownerDocument;if(parent)jQuery.event.trigger(event,data,parent,true)}},handle:function(event){var all,handlers;event=arguments[0]=jQuery.event.fix(event||window.event);event.currentTarget=this;var namespaces=event.type.split(".");event.type=namespaces.shift();all=!namespaces.length&&!event.exclusive;var namespace=RegExp("(^|\\.)"+namespaces.slice().sort().join(".*\\.")+"(\\.|$)");handlers=(jQuery.data(this,"events")||{})[event.type];for(var j in handlers){var handler=handlers[j];if(all||namespace.test(handler.type)){event.handler=handler;event.data=handler.data;var ret=handler.apply(this,arguments);if(ret!==undefined){event.result=ret;if(ret===false){event.preventDefault();event.stopPropagation()}};if(event.isImmediatePropagationStopped())break}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue 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.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.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)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event},proxy:function(fn,proxy){proxy=proxy||function(){return fn.apply(this,arguments)};proxy.guid=fn.guid=fn.guid||proxy.guid||this.guid++;return proxy},special:{ready:{setup:bindReady,teardown:function(){}}},specialAll:{live:{setup:function(selector,namespaces){jQuery.event.add(this,namespaces[0],liveHandler)},teardown:function(namespaces){if(namespaces.length){var remove=0,name=RegExp("(^|\\.)"+namespaces[0]+"(\\.|$)");jQuery.each((jQuery.data(this,"events").live||{}),function(){if(name.test(this.type))remove++});if(remove<1)jQuery.event.remove(this,namespaces[0],liveHandler)}}}}};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;while(parent&&parent!=this)try{parent=parent.parentNode}catch(e){parent=this};if(parent!=this){event.type=event.data;jQuery.event.handle.apply(this,arguments)}};jQuery.each({mouseover:'mouseenter',mouseout:'mouseleave'},function(orig,fix){jQuery.event.special[fix]={setup:function(){jQuery.event.add(this,orig,withinElement,fix)},teardown:function(){jQuery.event.remove(this,orig,withinElement)}}});jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data)})},one:function(type,data,fn){var one=jQuery.event.proxy(fn||data,function(event){jQuery(this).unbind(event,one);return(fn||data).apply(this,arguments)});return this.each(function(){jQuery.event.add(this,type,one,fn&&data)})},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn)})},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.event.proxy(fn,args[i++]);return this.click(jQuery.event.proxy(fn,function(event){this.lastToggle=(this.lastToggle||0)%i;event.preventDefault();return args[this.lastToggle++].apply(this,arguments)||false}))},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut)},ready:function(fn){bindReady();if(jQuery.isReady){fn.call(document,jQuery)}else jQuery.readyList.push(fn);return this},live:function(type,fn){var proxy=jQuery.event.proxy(fn);proxy.guid+=this.selector+type;jQuery(document).bind(liveConvert(type,this.selector),this.selector,proxy);return this},die:function(type,fn){jQuery(document).unbind(liveConvert(type,this.selector),fn?{guid:fn.guid+this.selector+type}:null);return this}})
function liveHandler(event){var check=RegExp("(^|\\.)"+event.type+"(\\.|$)"),stop=true,elems=[];jQuery.each(jQuery.data(this,"events").live||[],function(i,fn){if(check.test(fn.type)){var elem=jQuery(event.target).closest(fn.data)[0];if(elem)elems.push({elem:elem,fn:fn})}});elems.sort(function(a,b){return jQuery.data(a.elem,"closest")-jQuery.data(b.elem,"closest")});jQuery.each(elems,function(){if(this.fn.call(this.elem,event,this.fn.data)===false)return(stop=false)});return stop}
function liveConvert(type,selector){return["live",type,selector.replace(/\./g,"`").replace(/ /g,"|")].join(".")};jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.call(document,jQuery)});jQuery.readyList=null};jQuery(document).triggerHandler("ready")}}});var readyBound=false
function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);jQuery.ready()},false)}else if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);jQuery.ready()}});if(document.documentElement.doScroll&&window==window.top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left")}catch(error){setTimeout(arguments.callee,0);return};jQuery.ready()})()};jQuery.event.add(window,"load",jQuery.ready)};jQuery.each(("blur,focus,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)}});jQuery(window).bind('unload',function(){for(var id in jQuery.cache)if(id!=1&&jQuery.cache[id].handle)jQuery.event.remove(jQuery.cache[id].handle.elem)});(function(){jQuery.support={};var root=document.documentElement,script=document.createElement("script"),div=document.createElement("div"),id="script"+(new Date()).getTime();div.style.display="none";div.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';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,objectAll:!!div.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:a.style.opacity==="0.5",cssFloat:!!a.style.cssFloat,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]};root.removeChild(script);if(div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",arguments.callee)});div.cloneNode(true).fireEvent("onclick")};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'})})();var styleFloat=jQuery.support.cssFloat?"cssFloat":"styleFloat";jQuery.props={"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};jQuery.fn.extend({_load:jQuery.fn.load,load:function(url,params,callback){if(typeof url!=="string")return this._load(url);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);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(/<script(.|\s)*?\/script>/g,"")).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||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.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)}});var jsc=now();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){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)){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:function(){return window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));var jsonp,jsre=/=\?(&|$)/g,status,data,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(type=="GET"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?"}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json"};if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="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]=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(),ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"")};if(s.data&&type=="GET"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null};if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");var parts=/^(\w+:)?\/\/([^\/?#]+)/.exec(s.url);if(s.dataType=="script"&&type=="GET"&&parts&&(parts[1]&&parts[1]!=location.protocol||parts[2]!=location.host)){var head=document.getElementsByTagName("head")[0],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;head.removeChild(script)}}};head.appendChild(script);return undefined};var requestDone=false,xhr=s.xhr();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)xhr.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");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(xhr,s)===false){if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");xhr.abort();return false};if(s.global)jQuery.event.trigger("ajaxSend",[xhr,s]);var onreadystatechange=function(isTimeout){if(xhr.readyState==0){if(ival){clearInterval(ival);ival=null;if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop")}}else if(!requestDone&&xhr&&(xhr.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null};status=isTimeout=="timeout"?"timeout":!jQuery.httpSuccess(xhr)?"error":s.ifModified&&jQuery.httpNotModified(xhr,s.url)?"notmodified":"success";if(status=="success")try{data=jQuery.httpData(xhr,s.dataType,s)}catch(e){status="parsererror"};if(status=="success"){var modRes;try{modRes=xhr.getResponseHeader("Last-Modified")}catch(e){};if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success()}else jQuery.handleError(s,xhr,status);complete();if(isTimeout)xhr.abort();if(s.async)xhr=null}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xhr&&!requestDone)onreadystatechange("timeout")},s.timeout)};try{xhr.send(s.data)}catch(e){jQuery.handleError(s,xhr,null,e)};if(!s.async)onreadystatechange()
function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xhr,s])}
function complete(){if(s.complete)s.complete(xhr,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xhr,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop")};return xhr},handleError:function(s,xhr,status,e){if(s.error)s.error(xhr,status,e);if(s.global)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}catch(e){};return false},httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified");return xhr.status==304||xhrRes==jQuery.lastModified[url]}catch(e){};return false},httpData:function(xhr,type,s){var ct=xhr.getResponseHeader("content-type"),xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw "parsererror";if(s&&s.dataFilter)data=s.dataFilter(data,type);if(typeof data==="string"){if(type=="script")jQuery.globalEval(data);if(type=="json")data=window["eval"]("("+data+")")};return data},param:function(a){var s=[]
function add(key,value){s[s.length]=encodeURIComponent(key)+'='+encodeURIComponent(value)};if(jQuery.isArray(a)||a.jquery){jQuery.each(a,function(){add(this.name,this.value)})}else for(var j in a)if(jQuery.isArray(a[j])){jQuery.each(a[j],function(){add(j,this)})}else add(j,jQuery.isFunction(a[j])?a[j]():a[j]);return s.join("&").replace(/%20/g,"+")}});var elemdisplay={},timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]]
function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type});return obj};jQuery.fn.extend({show:function(speed,callback){if(speed){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 tagName=this[i].tagName,display;if(elemdisplay[tagName]){display=elemdisplay[tagName]}else{var elem=jQuery("<"+tagName+" />").appendTo("body");display=elem.css("display");if(display==="none")display="block";elem.remove();elemdisplay[tagName]=display};jQuery.data(this[i],"olddisplay",display)}};for(var i=0,l=this.length;i<l;i++)this[i].style.display=jQuery.data(this[i],"olddisplay")||"";return this}},hide:function(speed,callback){if(speed){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 i=0,l=this.length;i<l;i++)this[i].style.display="none";return this}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){var bool=typeof fn==="boolean";return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle.apply(this,arguments):fn==null||bool?this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]()}):this.animate(genFx("toggle",3),fn,fn2)},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback)},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);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){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(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(/toggle|show|hide/.test(val)){e[val=="toggle"?hidden?"show":"hide":val](prop)}else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),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=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(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++)if(!timers[i]())timers.splice(i--,1);if(!timers.length){clearInterval(timerId);timerId=undefined}},13)},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,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.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(gotoEnd){var t=now();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;var done=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;this.elem.style.display=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.attr(this.elem.style,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;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](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,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now)},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null){fx.elem.style[fx.prop]=fx.now+fx.unit}else fx.elem[fx.prop]=fx.now}}});if(document.documentElement["getBoundingClientRect"]){jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);var box=this[0].getBoundingClientRect(),doc=this[0].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.boxModel&&docElem.scrollTop||body.scrollTop)-clientTop,left=box.left+(self.pageXOffset||jQuery.boxModel&&docElem.scrollLeft||body.scrollLeft)-clientLeft;return{top:top,left:left}}}else jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);jQuery.offset.initialized||jQuery.offset.initialize();var elem=this[0],offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,computedStyle,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView.getComputedStyle(elem,null),top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){computedStyle=defaultView.getComputedStyle(elem,null);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.tagName)))top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevOffsetParent=offsetParent,offsetParent=elem.offsetParent};if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible")top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevComputedStyle=computedStyle};if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static")top+=body.offsetTop,left+=body.offsetLeft;if(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(){if(this.initialized)return;var body=document.body,container=document.createElement('div'),innerDiv,checkDiv,table,td,rules,prop,bodyMarginTop=body.style.marginTop,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>';rules={position:'absolute',top:0,left:0,margin:0,border:0,width:'1px',height:'1px',visibility:'hidden'};for(prop in rules)container.style[prop]=rules[prop];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);innerDiv.style.overflow='hidden',innerDiv.style.position='relative';this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);body.style.marginTop='1px';this.doesNotIncludeMarginInBodyOffset=(body.offsetTop===0);body.style.marginTop=bodyMarginTop;body.removeChild(container);this.initialized=true},bodyOffset:function(body){jQuery.offset.initialized||jQuery.offset.initialize();var top=body.offsetTop,left=body.offsetLeft;if(jQuery.offset.doesNotIncludeMarginInBodyOffset)top+=parseInt(jQuery.curCSS(body,'marginTop',true),10)||0,left+=parseInt(jQuery.curCSS(body,'marginLeft',true),10)||0;return{top:top,left:left}}};jQuery.fn.extend({position:function(){var left=0,top=0,results;if(this[0]){var offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].tagName)?{top:0,left:0}:offsetParent.offset();offset.top-=num(this,'marginTop');offset.left-=num(this,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left}};return results},offsetParent:function(){var offsetParent=this[0].offsetParent||document.body;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&jQuery.css(offsetParent,'position')=='static'))offsetParent=offsetParent.offsetParent;return jQuery(offsetParent)}});jQuery.each(['Left','Top'],function(i,name){var method='scroll'+name;jQuery.fn[method]=function(val){if(!this[0])return null;return val!==undefined?this.each(function(){this==window||this==document?window.scrollTo(!i?val:jQuery(window).scrollLeft(),i?val:jQuery(window).scrollTop()):this[method]=val}):this[0]==window||this[0]==document?self[i?'pageYOffset':'pageXOffset']||jQuery.boxModel&&document.documentElement[method]||document.body[method]:this[0][method]}});jQuery.each(["Height","Width"],function(i,name){var tl=i?"Left":"Top",br=i?"Right":"Bottom",lower=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?jQuery.css(this[0],lower,false,"padding"):null};jQuery.fn["outer"+name]=function(margin){return this[0]?jQuery.css(this[0],lower,false,margin?"margin":"border"):null};var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(document.documentElement["client"+name],document.body["scroll"+name],document.documentElement["scroll"+name],document.body["offset"+name],document.documentElement["offset"+name]):size===undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,typeof size==="string"?size:size+"px")}})})()
var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments)},DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1},queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false)};if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10)})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform()}catch(e){setTimeout(arguments.callee,1)}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length){perform()}else complete?listener():queue.push(listener)}})(),root:function(){return document.documentElement||document.body}},CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value};this.convertFrom=function(value){return value/this.value*base};this.toString=function(){return this.value+this.unit}},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')'});return parsed}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style)},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]])};return gradient}),hasClass:function(el,className){return RegExp('(?:^|\\s)'+className+'(?=\\s|$)').test(el.className)},quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'))}catch(e){};container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word}else if(position<wordCount-1)word+=' ';return word},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(!hasOwnProperty(types,type)||types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false};if(foundAll)break;style=this.getStyle(search=search.parentNode)};return types},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0,re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value))if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0}else if(result[1]){currentShadow.color=result[1]}else currentShadow[['offX','offY','blur'][offCount++]]=result[2];shadows.push(currentShadow);return shadows}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase()},lowercase:function(s){return s.toLowerCase()},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase()})}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text}})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};return function(text,style,node){if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(/^\s+/,'');if(!node.nextSibling)text=text.replace(/\s+$/,'');return text}})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false,queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());},links=elementsByTagName('link'),styles=elementsByTagName('style')
function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen')}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules)search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i)switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search}}catch(e){};return true}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i)if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;for(i=0;el=styles[i];++i)if(!isContainerReady(el))return false;return true};DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded())){perform()}else setTimeout(arguments.callee,10)});return function(listener){if(complete){listener()}else queue.push(listener)}})()
function Font(data){var face=this.face=data.face;this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/),box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ')};return box})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt)};if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>weight&&b>weight)?a<b:a>b:(a<weight&&b<weight)?a>b:a<b)?-1:1});return weights[alts[0]]}}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this)}
function onEnterLeave(e){trigger(this)}
function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(el).options,true)},10)};this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut)}else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave)}}}
function ReplaceHistory(){var list=[],map={}
function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values};this.add=function(key,args){map[key]=list.push(args)-1};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true)}}
function Storage(){var map={},at=0
function identify(el){return el.cufid||(el.cufid=++at)};this.get=function(el){var id=identify(el);return map[id]||(map[id]={})}}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles)if(hasOwnProperty(styles,property))custom[property]=styles[property];return this};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property]};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base))};this.isUsable=function(){return !!style}}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false)}else if(el.attachEvent)el.attachEvent('on'+type,function(){return listener.call(el,window.event)})}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()])hoverHandler.attach(el);storage.options=options;return el}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key]}}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i)if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));return null}
function elementsByTagName(query){return document.getElementsByTagName(query)}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property)}
function merge(){var merged={},args,key;for(var i=0,l=arguments.length;args=arguments[i],i<l;++i)for(key in args)if(hasOwnProperty(args,key))merged[key]=args[key];return merged}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate,parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('')};for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed)};return fragment}
function replaceElement(el,options){var style=CSS.getStyle(attach(el,options)).extend(options),font=getFont(el,style),node,type,next,anchor,text;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node)}else anchor=node;if(next)continue};if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor),style,options,node,el),anchor);anchor=null};if(type==1&&node.firstChild)if(CSS.hasClass(node,'cufon')){engines[options.engine](font,null,style,options,node,el)}else arguments.callee(node,options)}};var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0,sharedStorage=new Storage(),hoverHandler=new HoverHandler(),replaceHistory=new ReplaceHistory(),initialized=false,engines={},fonts={},defaultOptions={autoDetect:false,enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(query){return $$(query)})||(window.$&&function(query){return $(query)})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query)})||elementsByTagName),separate:'words',textShadow:'none'},separators={words:/[^\S\u00a0]+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id)};api.registerFont=function(data){var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"')};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready')});initialized=true};if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string')options.textShadow=CSS.textShadow(options.textShadow);if(typeof options.color=='string'&&/^-/.test(options.color))options.textGradient=CSS.gradient(options.color);if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string'){api.replace(options.selector(el),options,true)}else replaceElement(el,options)}});return api};api.set=function(option,value){defaultOptions[option]=value;return api};return api})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block'),HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId)),styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('.cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;'+(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}'+(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative;}':'.cufon-canvas canvas{position:absolute;}')+'}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet)
function generateFromVML(path,context){var atX=0,atY=0,code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate};context[code[i].m].apply(context,code[i].a)};return code}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a)}};return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox,size=style.getSize('fontSize',font.baseSize),letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0,shadows=options.textShadow,shadowOffsets=[];if(shadows)for(var i=shadows.length;i--;){var shadow=shadows[i],x=size.convertFrom(parseFloat(shadow.offX)),y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x};var chars=Cufon.CSS.textTransform(text,style).split(''),chr,glyphs=font.glyphs,glyph,kerning,k,width=0,advance,jumps=[];for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k};width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k};if(advance===undefined)return null;expandRight+=viewBox.width-advance;expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild}else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print)}};var wStyle=wrapper.style,cStyle=canvas.style,height=size.convert(viewBox.height),roundedHeight=Math.ceil(height),roundingFactor=roundedHeight/height,stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch')),stretchedWidth=width*stretchFactor,canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft)),canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.ceil(size.convert(stretchedWidth))+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px'}else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px'};var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.lineWidth=font.face['underline-thickness'];g.save()
function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke()};var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline)
function renderText(){g.scale(stretchFactor,1);for(var i=0,j=0,l=chars.length;i<l;++i){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code){interpret(glyph.code,g)}else glyph.code=generateFromVML('m'+glyph.d,g);g.fill()};g.translate(jumps[j++],0)};g.restore()};if(shadows)for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText()};var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i)fill.addColorStop.apply(fill,stops[i]);g.fillStyle=fill}else g.fillStyle=style.get('color');renderText();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper}})());Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,'!important;'))
function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value)}
function getSizeInPixels(el,value){if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result};var fills={}
function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j)colors.push(stops[j][0]*100+'% '+stops[j][1]);fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill};return fills[id]};return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox,size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize)),letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing))};var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild}else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print)};if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'))};var wStyle=wrapper.style,cStyle=canvas.style,height=size.convert(viewBox.height),roundedHeight=Math.ceil(height),roundingFactor=roundedHeight/height,stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch')),minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{},color=style.get('color'),chars=Cufon.CSS.textTransform(text,style).split(''),chr,glyphs=font.glyphs,glyph,kerning,k,width=0,jumps=[],offsetX=0,advance,shape,shadows=options.textShadow;for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k};width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k};if(advance===undefined)return null;var fullWidth=-minX+width+(viewBox.width-advance),shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth),coordSize=fullWidth+','+viewBox.height,coordOrigin,stretch='r'+coordSize+'ns',fill=options.textGradient&&gradientFill(options.textGradient);for(i=0,j=0;i<l;++i){glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild)}else{shape=document.createElement('cvml:shape');canvas.appendChild(shape)};shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1],color1=Cufon.CSS.color(shadow1.color),color2,shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY};shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow)};offsetX+=jumps[j++]};var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover)};vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight}else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal'){lineHeight='1em'}else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height))};if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px'}};return wrapper}})())
Cufon.registerFont({"w":90,"face":{"font-family":"karla","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-8 -311 329 96.6276","underline-thickness":"29.52","underline-position":"-14.76","stemh":"34","stemv":"40","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{},"!":{"d":"72,-265r-2,195r-41,0r-2,-195r45,0xm78,-22v0,16,-13,29,-29,29v-16,0,-28,-13,-28,-29v0,-16,12,-28,28,-28v16,0,29,12,29,28","w":95},"\"":{"d":"118,-156r-30,0r0,-82r30,0r0,82xm60,-156r-30,0r0,-82r30,0r0,82","w":148},"#":{"d":"206,-174r-8,37r-40,0r-6,34r40,0r-7,35r-40,0r-13,68r-38,0r12,-68r-35,0r-13,68r-39,0r14,-68r-41,0r7,-35r41,0r6,-34r-41,0r8,-37r41,0r13,-63r38,0r-12,63r34,0r12,-63r40,0r-12,63r39,0xm120,-137r-35,0r-7,34r35,0","w":198},"$":{"d":"87,-104v-28,-20,-67,-39,-67,-77v0,-35,24,-57,67,-61r0,-20r26,0r0,20v33,2,36,3,63,15r-20,35v-20,-10,-27,-12,-43,-14r0,63v26,20,71,39,70,80v-1,37,-27,65,-70,68r0,20r-26,0r0,-20v-36,-5,-40,-6,-72,-21r18,-36v24,14,32,16,54,18r0,-70xm87,-158r0,-48v-31,10,-29,32,0,48xm113,-34v34,-7,33,-40,0,-54r0,54","w":195},"%":{"d":"138,-178v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63v0,-35,28,-64,63,-64v35,0,63,29,63,64xm270,-247r-203,263r-35,0r204,-263r34,0xm294,-58v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63v0,-35,28,-63,63,-63v35,0,63,28,63,63xm111,-178v0,-19,-16,-35,-36,-35v-19,0,-35,16,-35,35v0,19,16,35,35,35v20,0,36,-16,36,-35xm266,-58v0,-20,-16,-36,-35,-36v-20,0,-36,16,-36,36v0,19,16,35,36,35v19,0,35,-16,35,-35","w":306},"&":{"d":"216,-136v-5,48,-8,54,-36,82v22,26,29,23,45,-5r30,23v-18,43,-72,57,-103,13v-41,44,-146,36,-146,-37v0,-26,26,-58,56,-78v-14,-18,-35,-41,-35,-65v0,-39,30,-63,77,-63v70,0,96,59,46,92r-20,13r-18,-22v23,-11,29,-50,-9,-50v-40,0,-36,41,-12,70r64,79v11,-17,13,-27,16,-52r45,0xm125,-54r-45,-55v-9,11,-27,26,-26,41v2,42,50,42,71,14","w":252},"'":{"d":"60,-156r-30,0r0,-82r30,0r0,82"},"(":{"d":"107,-238v-47,92,-47,237,0,328r-39,0v-50,-91,-50,-236,0,-328r39,0","w":111},")":{"d":"45,-238v50,89,52,239,0,328r-39,0v47,-92,47,-237,0,-328r39,0","w":111},"*":{"d":"110,-247r-3,54r-33,0r-3,-54r39,0xm172,-172r-51,13r-10,-31r50,-20xm69,-190r-10,31r-51,-14r11,-37xm153,-112r-32,23r-28,-45r26,-19xm87,-134r-28,45r-31,-23r33,-41","w":180},"+":{"d":"184,-71r-70,0r0,71r-30,0r0,-71r-70,0r0,-29r70,0r0,-71r30,0r0,71r70,0r0,29","w":198},",":{"d":"18,59v9,-16,15,-32,17,-53r-20,-48v25,-13,59,-14,58,21v0,22,-11,53,-29,80r-26,0"},"-":{"d":"87,-63r-75,0r0,-40r75,0r0,40","w":99},".":{"d":"74,-24v0,16,-13,29,-29,29v-16,0,-28,-13,-28,-29v0,-16,12,-29,28,-29v16,0,29,13,29,29"},"\/":{"d":"140,-238r-90,326r-44,0r91,-326r43,0","w":147},"0":{"d":"199,-87v0,51,-43,93,-96,93v-53,0,-97,-42,-97,-93v0,-51,44,-93,97,-93v53,0,96,42,96,93xm155,-87v0,-30,-23,-54,-52,-54v-29,0,-53,24,-53,54v0,30,24,55,53,55v29,0,52,-25,52,-55","w":205},"1":{"d":"98,0r-43,0r0,-140r-41,0r0,-36r84,0r0,176","w":140},"2":{"d":"8,-140v26,-24,49,-39,86,-39v35,0,58,21,58,53v0,35,-48,71,-83,92r98,0r0,34r-157,0r0,-27r73,-59v19,-15,25,-24,25,-36v0,-12,-8,-21,-20,-21v-27,0,-34,12,-57,30","w":177},"3":{"d":"129,-125v-1,32,-14,47,-44,57v34,4,54,26,54,59v1,59,-54,92,-131,86r0,-34v52,4,86,-11,88,-50v2,-31,-31,-37,-66,-34r0,-34v39,-11,55,-23,55,-45v-8,-34,-31,-26,-62,-5r-18,-29v38,-34,126,-40,124,29","w":154},"4":{"d":"184,0r-36,0r0,77r-41,0r0,-77r-104,0r0,-27r113,-152r32,0r0,145r36,0r0,34xm107,-34r0,-79r-57,79r57,0","w":189},"5":{"d":"15,41v47,0,77,-8,79,-48v2,-36,-35,-47,-75,-47r0,-122r112,0r0,36r-71,0r0,52v83,-6,103,110,43,147v-26,16,-40,20,-88,20r0,-38","w":148},"6":{"d":"60,-136v50,-35,127,-17,127,56v0,51,-36,88,-86,88v-52,0,-87,-43,-87,-109v0,-85,53,-163,154,-146r0,36v-67,-7,-100,18,-108,75xm55,-100v4,45,14,64,48,71v23,0,40,-21,40,-49v0,-50,-58,-43,-88,-22","w":195},"7":{"d":"156,-147v-34,75,-60,160,-105,224r-36,-23v41,-57,62,-126,90,-194r-97,0r0,-36r148,0r0,29","w":167},"8":{"d":"136,-115v60,37,37,120,-50,120v-83,0,-103,-82,-43,-120r21,-16v-20,-15,-46,-29,-46,-62v0,-34,31,-58,75,-58v70,0,92,70,41,103r-19,14xm90,-157v21,-12,47,-64,0,-64v-31,0,-38,36,-12,54xm89,-26v41,0,51,-42,16,-65r-16,-15v-13,14,-37,30,-38,51v0,15,19,29,38,29","w":179},"9":{"d":"139,-36v-49,34,-127,17,-127,-56v0,-51,36,-88,86,-88v53,0,87,43,87,109v0,85,-53,163,-154,146r0,-37v65,9,101,-17,108,-74xm56,-94v0,51,59,43,88,21v-3,-45,-14,-70,-48,-70v-23,0,-40,21,-40,49","w":195},":":{"d":"74,-143v0,16,-13,29,-29,29v-16,0,-28,-13,-28,-29v0,-16,12,-29,28,-29v16,0,29,13,29,29xm74,-24v0,16,-13,29,-29,29v-16,0,-28,-13,-28,-29v0,-16,12,-29,28,-29v16,0,29,13,29,29"},";":{"d":"73,-143v0,16,-12,29,-28,29v-16,0,-28,-13,-28,-29v0,-16,12,-29,28,-29v16,0,28,13,28,29xm18,59v9,-16,15,-32,17,-53r-20,-48v25,-13,59,-14,58,21v0,22,-11,53,-29,80r-26,0"},"<":{"d":"184,0r-170,-76r0,-19r170,-76r0,29r-128,57r128,56r0,29","w":198},"=":{"d":"189,-98r-180,0r0,-29r180,0r0,29xm189,-39r-180,0r0,-30r180,0r0,30","w":198},">":{"d":"184,-76r-170,76r0,-29r128,-56r-128,-57r0,-29r170,76r0,19","w":198},"?":{"d":"30,-267v68,3,108,49,108,106v0,35,-21,58,-63,54r0,34r-43,0r0,-70r59,0v13,-49,-16,-76,-70,-83xm81,-22v0,16,-13,29,-28,29v-16,0,-29,-13,-29,-29v0,-16,13,-28,29,-28v15,0,28,12,28,28","w":150},"@":{"d":"244,49v-98,49,-210,-32,-209,-133v0,-80,68,-148,148,-148v78,0,144,62,144,137v0,57,-37,99,-89,99v-33,0,-47,-22,-40,-53v-15,27,-31,41,-60,47v-19,0,-34,-24,-34,-57v0,-87,60,-136,144,-103r-22,122v0,10,6,16,18,16v29,0,50,-29,50,-68v0,-58,-49,-107,-110,-107v-63,0,-115,52,-115,115v0,80,87,141,164,102xm206,-135v-41,-15,-63,22,-63,71v0,36,18,20,33,4v15,-18,26,-49,30,-75","w":360},"A":{"d":"213,0r-47,0r-19,-59r-79,0r-20,59r-47,0r86,-238r40,0xm135,-97r-28,-86r-27,86r55,0","w":214},"B":{"d":"194,-179v0,29,-19,55,-52,54v36,1,59,25,59,62v0,77,-96,63,-171,63r0,-238r86,0v52,-3,78,19,78,59xm144,-171v0,-30,-33,-33,-66,-31r0,62v33,2,66,-1,66,-31xm78,-36v37,2,73,1,73,-32v0,-32,-36,-37,-73,-34r0,66","w":212},"C":{"d":"9,-120v0,-69,52,-122,126,-122v30,0,54,8,75,23r-18,36v-50,-39,-133,-7,-133,61v0,71,72,103,138,73r8,38v-25,12,-39,15,-70,16v-77,2,-126,-55,-126,-125","w":217},"D":{"d":"118,-238v80,-4,129,48,129,118v0,71,-50,120,-129,120r-88,0r0,-238r88,0xm198,-119v0,-65,-46,-86,-120,-79r0,158v71,5,120,-14,120,-79","w":255},"E":{"d":"182,0r-150,0r0,-238r145,0r0,39r-99,0r0,59r81,0r0,38r-81,0r0,63r104,0r0,39","w":194},"F":{"d":"180,-199r-102,0r0,61r83,0r0,38r-83,0r0,100r-46,0r0,-238r148,0r0,39","w":187},"G":{"d":"217,-186v-63,-33,-158,-10,-158,65v0,59,60,100,124,80r0,-65r46,0r0,97v-102,38,-218,-4,-218,-110v0,-104,121,-152,217,-105","w":254},"H":{"d":"245,0r-45,0r0,-102r-122,0r0,102r-46,0r0,-238r46,0r0,95r122,0r0,-95r45,0r0,238","w":277},"I":{"d":"77,0r-46,0r0,-238r46,0r0,238","w":108},"J":{"d":"0,61v54,-63,25,-192,32,-299r45,0r0,245v-11,35,-22,49,-43,77","w":108},"K":{"d":"207,0r-52,0r-79,-113r0,113r-46,0r0,-238r46,0r0,111r74,-111r52,0r-81,116","w":205},"L":{"d":"175,0r-143,0r0,-238r46,0r0,199r97,0r0,39","w":178},"M":{"d":"282,0r-44,0r0,-174v-13,59,-44,118,-63,174r-41,0v-19,-60,-44,-111,-58,-176r0,176r-41,0r0,-238r54,0r68,188v18,-69,48,-124,70,-188r55,0r0,238","w":316},"N":{"d":"87,-238r108,177r0,-177r43,0r0,240r-47,0r-110,-168v-1,-3,-2,-4,-3,-8r0,174r-43,0r0,-238r52,0","w":273},"O":{"d":"264,-119v0,72,-52,124,-126,124v-74,0,-127,-52,-127,-124v0,-73,52,-123,127,-123v75,0,126,50,126,123xm215,-119v0,-48,-32,-84,-77,-84v-45,0,-79,36,-79,84v0,48,34,84,79,84v45,0,77,-36,77,-84","w":274},"P":{"d":"114,-238v54,-1,82,25,83,73v1,61,-49,93,-119,84r0,81r-46,0r0,-238r82,0xm150,-161v0,-38,-33,-40,-72,-38r0,79v39,4,72,-4,72,-41","w":200},"Q":{"d":"179,0v13,27,31,34,59,50r-39,34v-35,-27,-58,-46,-81,-82v-70,-3,-107,-57,-107,-121v0,-73,52,-123,127,-123v75,0,126,50,126,123v0,57,-33,105,-85,119xm215,-119v0,-48,-32,-84,-77,-84v-45,0,-79,36,-79,84v0,48,34,84,79,84v45,0,77,-36,77,-84","w":274},"R":{"d":"195,-168v0,38,-15,59,-50,66r59,102r-49,0r-55,-95r-22,0r0,95r-46,0r0,-238r80,0v60,-1,83,21,83,70xm149,-167v4,-33,-36,-33,-71,-32r0,65v35,1,75,2,71,-33","w":210},"S":{"d":"17,-175v0,-77,109,-79,165,-47r-18,41v-25,-11,-46,-17,-62,-17v-40,0,-46,29,-12,47v55,29,81,31,87,88v7,77,-115,83,-169,42r19,-41v26,14,40,23,68,23v38,0,45,-33,13,-49v-35,-18,-100,-52,-91,-87","w":192},"T":{"d":"191,-199r-71,0r0,199r-46,0r0,-199r-71,0r0,-39r188,0r0,39","w":194},"U":{"d":"126,5v-66,0,-100,-27,-100,-98r0,-145r45,0r0,148v0,35,18,53,56,53v35,0,53,-19,53,-53r0,-148r46,0r0,145v2,72,-34,98,-100,98","w":252},"V":{"d":"209,-238r-88,245r-32,0r-88,-245r49,0r57,170r54,-170r48,0","w":209},"W":{"d":"311,-238r-86,243r-32,0r-36,-102r-36,102r-30,0r-90,-243r47,0r61,179r30,-79r-39,-100r41,0r18,48r16,-48r38,0r-36,95r34,82r57,-177r43,0","w":311},"X":{"d":"204,0r-52,0r-49,-84r-53,84r-49,0r77,-120r-73,-118r52,0r46,80r47,-80r52,0r-72,113","w":205},"Y":{"d":"198,-238r-80,136r0,102r-45,0r0,-102r-72,-136r49,0r48,93r50,-93r50,0","w":198},"Z":{"d":"203,0r-190,0r0,-30r129,-169r-127,0r0,-39r188,0r0,30r-127,169r127,0r0,39","w":214},"[":{"d":"88,88r-72,0r0,-326r72,0r0,32r-29,0r0,263r29,0r0,31"},"\\":{"d":"142,88r-43,0r-93,-326r44,0","w":147},"]":{"d":"75,88r-73,0r0,-31r30,0r0,-263r-30,0r0,-32r73,0r0,326"},"^":{"d":"179,0r-30,0r-56,-127r-57,127r-27,0r75,-170r20,0","w":187},"_":{"d":"180,30r-180,0r0,-30r180,0r0,30","w":180},"`":{"d":"114,-186r-29,0r-40,-59r35,0","w":137},"a":{"d":"160,-30r-7,32v-24,0,-38,0,-45,-18v-35,39,-110,17,-93,-42v8,-28,57,-34,88,-44v1,-21,-1,-43,-20,-41v-14,1,-27,9,-23,20r-41,9v-10,-39,20,-55,70,-58v70,-4,58,61,58,123v0,15,1,18,13,19xm57,-46v2,25,34,18,46,4r0,-33r-43,15v-3,6,-3,10,-3,14","w":171},"b":{"d":"178,-91v0,81,-81,114,-155,86r0,-257r43,0r0,99v55,-26,112,6,112,72xm133,-89v1,-42,-34,-62,-67,-42r0,99v38,18,66,-15,67,-57","w":186},"c":{"d":"157,-12v-59,37,-148,11,-148,-70v0,-77,86,-114,148,-74r-21,33v-34,-31,-83,-4,-82,41v1,50,49,64,87,36","w":159},"d":{"d":"9,-79v0,-66,62,-116,117,-82r0,-101r42,0r0,262r-42,0r0,-23v-34,56,-117,19,-117,-56xm126,-56v-1,-37,9,-81,-31,-81v-24,0,-41,23,-41,55v-2,55,49,67,72,26","w":191},"e":{"d":"51,-77v-1,57,63,55,96,28r15,33v-56,39,-154,23,-154,-63v0,-53,36,-93,84,-93v47,1,75,39,70,95r-111,0xm119,-104v0,-52,-62,-44,-65,0r65,0","w":168},"f":{"d":"140,-221v-43,-24,-75,-5,-68,54r36,0r0,31r-36,0r0,136r-42,0r0,-136r-28,0r0,-27r28,-4v-14,-86,59,-123,128,-86","w":103},"g":{"d":"44,-54v-50,-31,-31,-126,42,-118v23,3,61,11,94,5r0,32r-30,0v27,46,-19,100,-78,87v-11,8,-16,14,-16,18v0,4,3,5,11,5v47,0,107,-9,107,40v0,42,-41,72,-97,72v-67,0,-92,-46,-42,-82v-44,-15,-17,-43,9,-59xm114,-110v0,-17,-13,-31,-28,-31v-15,0,-27,15,-27,32v0,17,12,30,27,30v15,0,28,-14,28,-31xm49,35v7,32,85,19,85,-14v-4,-19,-51,-9,-74,-11v-4,8,-12,20,-11,25","w":182},"h":{"d":"172,0r-43,0r0,-108v-4,-51,-27,-25,-54,1r-6,6r0,101r-43,0r0,-262r43,0r0,122v20,-22,37,-31,58,-31v72,-2,37,108,45,171","w":196},"i":{"d":"69,-228v0,16,-11,30,-24,30v-13,0,-25,-14,-25,-30v0,-16,12,-29,25,-29v13,0,24,13,24,29xm66,0r-43,0r0,-167r43,0r0,167","w":88},"j":{"d":"68,-228v0,16,-11,30,-24,30v-13,0,-24,-14,-24,-30v0,-16,11,-29,24,-29v13,0,24,13,24,29xm-5,65v45,-45,23,-148,28,-232r43,0r0,188v-13,34,-19,38,-39,66","w":88},"k":{"d":"167,0r-49,0r-52,-86r0,86r-43,0r0,-262r43,0r0,167r52,-72r48,0r-60,77","w":168},"l":{"d":"64,0r-42,0r0,-262r42,0r0,262","w":86},"m":{"d":"219,-136v-19,0,-32,18,-47,36r0,100r-43,0r0,-108v-4,-51,-27,-25,-54,1r-6,6r0,101r-43,0r0,-167r43,0r0,27v28,-39,89,-45,102,2v27,-43,104,-50,104,15r0,123r-43,0r0,-108v0,-21,-3,-28,-13,-28","w":299},"n":{"d":"172,0r-43,0r0,-108v-4,-51,-27,-25,-54,1r-6,6r0,101r-43,0r0,-167r43,0r0,27v20,-22,37,-31,58,-31v72,-2,37,108,45,171","w":196},"o":{"d":"177,-84v0,50,-36,89,-84,89v-48,0,-84,-39,-84,-89v0,-50,36,-88,84,-88v48,0,84,38,84,88xm132,-84v0,-30,-17,-54,-39,-54v-22,0,-40,24,-40,54v0,30,18,54,40,54v22,0,39,-24,39,-54","w":185},"p":{"d":"65,-145v35,-56,117,-16,117,56v0,66,-64,118,-117,82r0,91r-43,0r0,-251r43,0r0,22xm65,-111v0,38,-9,81,31,81v23,0,41,-25,41,-56v1,-54,-50,-69,-72,-25","w":193},"q":{"d":"12,-78v0,-80,81,-114,155,-85r0,247r-43,0r0,-86v-60,21,-112,-13,-112,-76xm124,-37r0,-99v-36,-18,-67,13,-67,56v1,39,30,61,67,43","w":185},"r":{"d":"110,-116v-54,-20,-45,58,-45,116r-43,0r0,-167r37,0r2,36v22,-39,35,-51,63,-27","w":121},"s":{"d":"23,-49v23,13,29,19,55,21v32,2,34,-24,9,-32v-31,-10,-76,-29,-72,-61v-4,-54,91,-66,133,-35r-14,35v-16,-16,-70,-31,-77,-3v17,33,88,24,88,78v0,57,-91,62,-135,32","w":160},"t":{"d":"112,-16v-24,21,-86,39,-86,-16r0,-104r-25,0r0,-27r25,-4r0,-50r41,0r0,50r36,0r0,31r-36,0r0,75v0,37,10,25,31,13","w":111},"u":{"d":"171,0r-44,0r0,-28v-20,22,-37,31,-58,31v-72,2,-37,-107,-45,-170r43,0r0,107v4,52,28,27,55,0r5,-7r0,-100r44,0r0,167","w":196},"v":{"d":"166,-167r-65,167r-43,0r-56,-167r45,0r35,118v10,-43,27,-78,39,-118r45,0","w":167},"w":{"d":"249,-167r-53,167r-43,0r-27,-97r-28,97r-43,0r-53,-167r45,0r31,122r29,-103r-5,-19r43,0r29,122v8,-44,22,-80,32,-122r43,0","w":252},"x":{"d":"162,-167r-57,82r56,85r-47,0r-33,-53r-35,53r-45,0r58,-82r-57,-85r47,0r33,52r36,-52r44,0","w":164},"y":{"d":"6,67v30,-33,40,-46,57,-93r-62,-141r47,0v11,31,26,59,34,94v6,-35,20,-63,30,-94r42,0v-35,89,-54,191,-113,257","w":155},"z":{"d":"145,0r-135,0r0,-32r81,-102r-81,0r0,-33r135,0r0,27r-86,106r86,0r0,34","w":155},"{":{"d":"59,-90v48,-1,32,67,34,113v2,30,13,38,41,36r-1,33v-44,3,-76,-4,-76,-48v0,-47,18,-129,-41,-119r0,-29v89,17,-11,-166,88,-164r29,0r1,28v-55,-11,-39,58,-41,104v-2,29,-4,44,-34,46","w":147},"|":{"d":"65,86r-40,0r0,-348r40,0r0,348"},"}":{"d":"90,-86v-48,0,-31,-68,-33,-113v-2,-30,-13,-38,-41,-36r1,-33v44,-3,76,4,76,48v0,47,-18,129,41,119r0,29v-89,-17,11,166,-88,164r-29,0r-1,-28v55,11,39,-58,41,-104v2,-28,3,-43,33,-46","w":147},"~":{"d":"58,-104v35,6,86,41,119,5r17,25v-18,15,-35,22,-60,22v-33,0,-83,-41,-118,-3r-15,-25v16,-13,35,-22,57,-24","w":195},"\u00c4":{"d":"99,-263v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19xm158,-262v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20xm213,0r-47,0r-19,-59r-79,0r-20,59r-47,0r86,-238r40,0xm135,-97r-28,-86r-27,86r55,0","w":214},"\u00c5":{"d":"141,-276v0,19,-15,35,-34,35v-19,0,-35,-16,-35,-35v0,-19,16,-35,35,-35v19,0,34,16,34,35xm213,0r-47,0r-19,-59r-79,0r-20,59r-47,0r86,-238r40,0xm121,-276v0,-8,-6,-15,-14,-15v-8,0,-16,7,-16,15v0,21,31,18,30,0xm135,-97r-28,-86r-27,86r55,0","w":214},"\u00c7":{"d":"9,-120v0,-69,52,-122,126,-122v30,0,54,8,75,23r-18,36v-50,-39,-133,-7,-133,61v0,71,72,103,138,73r8,38v-27,12,-32,14,-67,16r-12,20v19,0,30,10,30,27v-2,35,-40,45,-74,28r7,-21v19,7,36,14,40,-6v2,-15,-18,-14,-34,-14r22,-35v-71,-6,-108,-59,-108,-124","w":217},"\u00c9":{"d":"159,-291r-41,43r-33,0r34,-43r40,0xm182,0r-150,0r0,-238r145,0r0,39r-99,0r0,59r81,0r0,38r-81,0r0,63r104,0r0,39","w":194},"\u00d1":{"d":"112,-291v13,-2,33,18,51,18v10,0,14,-3,30,-14r12,20v-12,12,-28,18,-46,20v-13,2,-40,-17,-52,-17v-9,0,-18,6,-27,11r-12,-20v18,-12,24,-14,44,-18xm87,-238r108,177r0,-177r43,0r0,240r-47,0r-110,-168v-1,-3,-2,-4,-3,-8r0,174r-43,0r0,-238r52,0","w":273},"\u00d6":{"d":"118,-265v0,11,-9,19,-20,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,20,9,20,20xm197,-265v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,20,8,20,19xm264,-119v0,72,-52,124,-126,124v-74,0,-127,-52,-127,-124v0,-73,52,-123,127,-123v75,0,126,50,126,123xm215,-119v0,-48,-32,-84,-77,-84v-45,0,-79,36,-79,84v0,48,34,84,79,84v45,0,77,-36,77,-84","w":274},"\u00dc":{"d":"107,-262v0,11,-9,19,-20,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,20,9,20,20xm181,-262v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20xm126,5v-66,0,-100,-27,-100,-98r0,-145r45,0r0,148v0,35,18,53,56,53v35,0,53,-19,53,-53r0,-148r46,0r0,145v2,72,-34,98,-100,98","w":252},"\u00e1":{"d":"141,-245r-41,59r-28,0r33,-59r36,0xm160,-30r-7,32v-24,0,-38,0,-45,-18v-35,39,-110,17,-93,-42v8,-28,57,-34,88,-44v1,-21,-1,-43,-20,-41v-14,1,-27,9,-23,20r-41,9v-10,-39,20,-55,70,-58v70,-4,58,61,58,123v0,15,1,18,13,19xm57,-46v2,25,34,18,46,4r0,-33r-43,15v-3,6,-3,10,-3,14","w":171},"\u00e0":{"d":"107,-186r-29,0r-41,-59r36,0xm160,-30r-7,32v-24,0,-38,0,-45,-18v-35,39,-110,17,-93,-42v8,-28,57,-34,88,-44v1,-21,-1,-43,-20,-41v-14,1,-27,9,-23,20r-41,9v-10,-39,20,-55,70,-58v70,-4,58,61,58,123v0,15,1,18,13,19xm57,-46v2,25,34,18,46,4r0,-33r-43,15v-3,6,-3,10,-3,14","w":171},"\u00e2":{"d":"143,-186r-31,0r-23,-33r-24,33r-31,0r40,-59r29,0xm160,-30r-7,32v-24,0,-38,0,-45,-18v-35,39,-110,17,-93,-42v8,-28,57,-34,88,-44v1,-21,-1,-43,-20,-41v-14,1,-27,9,-23,20r-41,9v-10,-39,20,-55,70,-58v70,-4,58,61,58,123v0,15,1,18,13,19xm57,-46v2,25,34,18,46,4r0,-33r-43,15v-3,6,-3,10,-3,14","w":171},"\u00e4":{"d":"135,-205v0,12,-9,20,-21,20v-12,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,21,9,21,21xm77,-205v0,12,-9,21,-20,21v-12,0,-21,-9,-21,-21v0,-11,9,-21,21,-21v11,0,20,10,20,21xm160,-30r-7,32v-24,0,-38,0,-45,-18v-35,39,-110,17,-93,-42v8,-28,57,-34,88,-44v1,-21,-1,-43,-20,-41v-14,1,-27,9,-23,20r-41,9v-10,-39,20,-55,70,-58v70,-4,58,61,58,123v0,15,1,18,13,19xm57,-46v2,25,34,18,46,4r0,-33r-43,15v-3,6,-3,10,-3,14","w":171},"\u00e3":{"d":"61,-228v23,2,54,36,82,5r11,19v-11,13,-27,20,-46,20v-26,0,-55,-31,-79,-5r-12,-21v19,-12,25,-15,44,-18xm160,-30r-7,32v-24,0,-38,0,-45,-18v-35,39,-110,17,-93,-42v8,-28,57,-34,88,-44v1,-21,-1,-43,-20,-41v-14,1,-27,9,-23,20r-41,9v-10,-39,20,-55,70,-58v70,-4,58,61,58,123v0,15,1,18,13,19xm57,-46v2,25,34,18,46,4r0,-33r-43,15v-3,6,-3,10,-3,14","w":171},"\u00e5":{"d":"121,-213v0,19,-16,35,-35,35v-19,0,-35,-16,-35,-35v0,-19,16,-35,35,-35v19,0,35,16,35,35xm160,-30r-7,32v-24,0,-38,0,-45,-18v-35,39,-110,17,-93,-42v8,-28,57,-34,88,-44v1,-21,-1,-43,-20,-41v-14,1,-27,9,-23,20r-41,9v-10,-39,20,-55,70,-58v70,-4,58,61,58,123v0,15,1,18,13,19xm101,-213v0,-8,-7,-15,-15,-15v-8,0,-15,7,-15,15v0,8,7,15,15,15v8,0,15,-7,15,-15xm57,-46v2,25,34,18,46,4r0,-33r-43,15v-3,6,-3,10,-3,14","w":171},"\u00e7":{"d":"84,5v-49,-6,-72,-37,-75,-87v-5,-77,86,-114,148,-74r-21,33v-34,-31,-83,-4,-82,41v1,50,49,64,87,36r16,34v-22,10,-29,13,-52,16r-11,21v19,0,30,10,30,27v0,36,-41,44,-75,27r8,-20v18,8,36,13,40,-6v2,-15,-18,-14,-34,-14","w":159},"\u00e9":{"d":"144,-245r-41,59r-28,0r33,-59r36,0xm51,-77v-1,57,63,55,96,28r15,33v-56,39,-154,23,-154,-63v0,-53,36,-93,84,-93v47,1,75,39,70,95r-111,0xm119,-104v0,-52,-62,-44,-65,0r65,0","w":168},"\u00e8":{"d":"114,-186r-29,0r-40,-59r35,0xm51,-77v-1,57,63,55,96,28r15,33v-56,39,-154,23,-154,-63v0,-53,36,-93,84,-93v47,1,75,39,70,95r-111,0xm119,-104v0,-52,-62,-44,-65,0r65,0","w":168},"\u00ea":{"d":"149,-186r-32,0r-23,-33r-23,33r-32,0r41,-59r28,0xm51,-77v-1,57,63,55,96,28r15,33v-56,39,-154,23,-154,-63v0,-53,36,-93,84,-93v47,1,75,39,70,95r-111,0xm119,-104v0,-52,-62,-44,-65,0r65,0","w":168},"\u00eb":{"d":"143,-204v0,12,-9,20,-21,20v-12,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,21,9,21,21xm84,-204v0,12,-9,20,-21,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,21,9,21,21xm51,-77v-1,57,63,55,96,28r15,33v-56,39,-154,23,-154,-63v0,-53,36,-93,84,-93v47,1,75,39,70,95r-111,0xm119,-104v0,-52,-62,-44,-65,0r65,0","w":168},"\u00ed":{"d":"96,-245r-40,59r-29,0r34,-59r35,0xm66,0r-43,0r0,-167r43,0r0,167","w":88},"\u00ec":{"d":"67,-186r-29,0r-41,-59r36,0xm66,0r-43,0r0,-167r43,0r0,167","w":88},"\u00ee":{"d":"102,-186r-32,0r-23,-33r-24,33r-31,0r41,-59r28,0xm66,0r-43,0r0,-167r43,0r0,167","w":88},"\u00ef":{"d":"96,-204v0,12,-9,20,-21,20v-12,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,21,9,21,21xm40,-204v0,12,-9,20,-21,20v-11,0,-20,-8,-20,-20v0,-12,9,-21,20,-21v12,0,21,9,21,21xm66,0r-43,0r0,-167r43,0r0,167","w":88},"\u00f1":{"d":"75,-229v23,2,53,36,81,5r12,19v-11,13,-27,18,-46,20v-13,1,-40,-16,-52,-16v-9,0,-18,7,-28,11r-11,-21v18,-12,24,-15,44,-18xm172,0r-43,0r0,-108v-4,-51,-27,-25,-54,1r-6,6r0,101r-43,0r0,-167r43,0r0,27v20,-22,37,-31,58,-31v72,-2,37,108,45,171","w":196},"\u00f3":{"d":"145,-245r-40,59r-29,0r34,-59r35,0xm177,-84v0,50,-36,89,-84,89v-48,0,-84,-39,-84,-89v0,-50,36,-88,84,-88v48,0,84,38,84,88xm132,-84v0,-30,-17,-54,-39,-54v-22,0,-40,24,-40,54v0,30,18,54,40,54v22,0,39,-24,39,-54","w":185},"\u00f2":{"d":"112,-186r-29,0r-41,-59r36,0xm177,-84v0,50,-36,89,-84,89v-48,0,-84,-39,-84,-89v0,-50,36,-88,84,-88v48,0,84,38,84,88xm132,-84v0,-30,-17,-54,-39,-54v-22,0,-40,24,-40,54v0,30,18,54,40,54v22,0,39,-24,39,-54","w":185},"\u00f4":{"d":"149,-186r-31,0r-24,-33r-23,33r-31,0r40,-59r29,0xm177,-84v0,50,-36,89,-84,89v-48,0,-84,-39,-84,-89v0,-50,36,-88,84,-88v48,0,84,38,84,88xm132,-84v0,-30,-17,-54,-39,-54v-22,0,-40,24,-40,54v0,30,18,54,40,54v22,0,39,-24,39,-54","w":185},"\u00f6":{"d":"144,-204v0,12,-10,20,-21,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v11,0,21,9,21,21xm86,-204v0,12,-9,20,-20,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v11,0,20,9,20,21xm177,-84v0,50,-36,89,-84,89v-48,0,-84,-39,-84,-89v0,-50,36,-88,84,-88v48,0,84,38,84,88xm132,-84v0,-30,-17,-54,-39,-54v-22,0,-40,24,-40,54v0,30,18,54,40,54v22,0,39,-24,39,-54","w":185},"\u00f5":{"d":"69,-228v23,2,54,36,82,5r12,19v-12,12,-27,20,-47,20v-26,0,-55,-31,-79,-5r-12,-21v19,-12,25,-15,44,-18xm177,-84v0,50,-36,89,-84,89v-48,0,-84,-39,-84,-89v0,-50,36,-88,84,-88v48,0,84,38,84,88xm132,-84v0,-30,-17,-54,-39,-54v-22,0,-40,24,-40,54v0,30,18,54,40,54v22,0,39,-24,39,-54","w":185},"\u00fa":{"d":"152,-245r-41,59r-29,0r34,-59r36,0xm171,0r-44,0r0,-28v-20,22,-37,31,-58,31v-72,2,-37,-107,-45,-170r43,0r0,107v4,52,28,27,55,0r5,-7r0,-100r44,0r0,167","w":196},"\u00f9":{"d":"117,-186r-29,0r-40,-59r35,0xm171,0r-44,0r0,-28v-20,22,-37,31,-58,31v-72,2,-37,-107,-45,-170r43,0r0,107v4,52,28,27,55,0r5,-7r0,-100r44,0r0,167","w":196},"\u00fb":{"d":"153,-186r-31,0r-23,-33r-23,33r-32,0r41,-59r28,0xm171,0r-44,0r0,-28v-20,22,-37,31,-58,31v-72,2,-37,-107,-45,-170r43,0r0,107v4,52,28,27,55,0r5,-7r0,-100r44,0r0,167","w":196},"\u00fc":{"d":"154,-204v0,12,-8,21,-20,21v-11,0,-21,-9,-21,-21v0,-12,10,-20,21,-20v12,0,20,8,20,20xm84,-203v0,11,-10,20,-21,20v-12,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v11,0,21,9,21,21xm171,0r-44,0r0,-28v-20,22,-37,31,-58,31v-72,2,-37,-107,-45,-170r43,0r0,107v4,52,28,27,55,0r5,-7r0,-100r44,0r0,167","w":196},"\u00b0":{"d":"103,-199v0,25,-20,46,-45,46v-23,0,-43,-19,-43,-42v0,-25,21,-46,46,-46v23,0,42,19,42,42xm82,-197v0,-13,-10,-23,-23,-23v-12,0,-22,10,-22,23v0,12,10,23,22,23v13,0,23,-11,23,-23","w":119},"\u00a2":{"d":"157,-12v-19,11,-42,17,-67,17r-6,29r-22,0r6,-33v-39,-11,-59,-40,-59,-83v0,-56,35,-90,93,-90r4,-26r23,0r-5,28v15,4,19,6,33,14r-21,33v-8,-6,-9,-7,-19,-11r-20,102v16,0,24,-3,44,-14xm94,-135v-43,3,-54,77,-18,97","w":159},"\u00a3":{"d":"246,-226r-32,20v-11,-20,-15,-23,-28,-23v-18,0,-24,10,-40,64r-29,99r59,0r-11,32r-59,0v-7,28,-10,50,-24,75v28,-4,47,9,72,11v15,1,15,-19,10,-31r31,-7v31,63,-43,89,-105,66v-32,-12,-63,4,-92,8r0,-34v49,-7,53,-42,65,-88r-38,0r10,-27r37,-5v30,-79,26,-230,144,-191v11,4,18,13,30,31","w":207},"\u00a7":{"d":"71,36v-6,-72,-45,-134,-45,-208v0,-93,98,-118,145,-60r-25,19v-27,-38,-78,-23,-78,42v0,45,31,173,26,203xm116,-202v5,73,45,133,45,208v0,93,-98,117,-146,60r26,-18v27,37,77,21,77,-43v0,-46,-33,-176,-25,-202","w":186},"\u00b6":{"d":"19,-173v-1,-54,38,-89,94,-89r98,0r0,348r-37,0r0,-324r-27,0r0,324r-36,0r0,-172v-54,5,-92,-38,-92,-87","w":231},"\u00df":{"d":"94,-120v-10,-27,60,-60,58,-87v0,-15,-15,-26,-36,-26v-27,0,-40,17,-40,50r0,183r-43,0r0,-136r-32,0r0,-27r32,-4v-5,-64,22,-97,84,-99v80,-2,100,70,44,113v-26,20,-27,25,-27,32v12,29,71,33,71,77v0,49,-79,63,-116,33r12,-30v19,11,30,15,42,15v14,0,24,-6,24,-16v-10,-33,-77,-36,-73,-78","w":207},"\u00ae":{"d":"324,-87v0,82,-67,147,-148,147v-82,0,-148,-65,-148,-147v0,-81,66,-148,148,-148v81,0,148,67,148,148xm290,-87v0,-63,-51,-115,-114,-115v-63,0,-114,52,-114,115v0,63,51,114,114,114v63,0,114,-51,114,-114xm242,-2r-45,0r-38,-66r-6,0r0,66r-39,0r0,-170v58,-1,128,-7,128,51v0,29,-14,48,-40,52xm201,-117v0,-21,-23,-26,-48,-24r0,48v25,2,48,-3,48,-24","w":352},"\u00a9":{"d":"329,-87v0,82,-66,147,-148,147v-81,0,-147,-65,-147,-147v0,-81,66,-148,147,-148v82,0,148,67,148,148xm296,-87v0,-63,-52,-115,-115,-115v-63,0,-113,52,-113,115v0,63,50,114,113,114v63,0,115,-51,115,-114xm246,-18v-57,39,-147,9,-147,-68v0,-75,87,-113,145,-69r-18,28v-39,-24,-84,-8,-84,41v0,50,46,67,86,40","w":363},"\u00b4":{"d":"150,-245r-41,59r-29,0r34,-59r36,0","w":137},"\u00a8":{"d":"123,-204v0,12,-9,20,-21,20v-11,0,-21,-8,-21,-20v0,-12,10,-21,21,-21v12,0,21,9,21,21xm65,-204v0,12,-9,20,-21,20v-12,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,21,9,21,21","w":149},"\u00c6":{"d":"274,0r-144,0r0,-57r-63,0r-25,57r-48,0r114,-238r161,0r0,39r-96,0r0,59r78,0r0,38r-78,0r0,63r101,0r0,39xm130,-95r0,-103r-46,103r46,0","w":285},"\u00d8":{"d":"238,-197v62,79,7,202,-100,202v-30,0,-57,-9,-82,-27r-25,26r-21,-19r27,-25v-63,-82,-7,-202,100,-202v35,0,61,9,82,26r24,-24r21,19xm186,-185v-50,-45,-130,-5,-127,65v0,19,4,34,12,47xm138,-33v60,0,97,-76,66,-131r-115,112v15,13,31,19,49,19","w":274},"\u00b1":{"d":"184,-94r-70,0r0,57r-30,0r0,-57r-70,0r0,-29r70,0r0,-56r30,0r0,56r70,0r0,29xm184,0r-170,0r0,-30r170,0r0,30","w":198},"\u00a5":{"d":"198,-238r-68,117r41,0r0,23r-53,0r0,25r53,0r0,24r-53,0r0,49r-45,0r0,-49r-52,0r0,-24r52,0r0,-25r-52,0r0,-23r42,0r-62,-117r49,0r48,93r50,-93r50,0","w":198},"\u00aa":{"d":"249,-211v-37,-38,-84,-21,-74,44r95,0r0,167r-43,0r0,-136r-52,0r0,136r-44,0r0,-136r-59,0r0,136r-42,0r0,-136r-28,0r0,-27r28,-4v-12,-81,61,-116,123,-82v28,-27,88,-23,117,5xm136,-218v-39,-20,-69,-4,-64,51r59,0v0,-20,-2,-37,5,-51","w":292},"\u00ba":{"d":"153,-249v24,-29,70,-12,115,-13r0,262r-43,0r0,-229v-41,-10,-54,14,-50,62r31,0r0,31r-31,0r0,136r-44,0r0,-136r-59,0r0,136r-42,0r0,-136r-28,0r0,-27r28,-4v-12,-81,61,-116,123,-82xm136,-218v-37,-20,-70,-4,-64,51r59,0v0,-20,-2,-35,5,-51","w":289},"\u00e6":{"d":"147,-77v-4,58,64,57,95,29r16,32v-36,28,-110,32,-139,-5v-30,33,-103,36,-106,-20v-2,-44,53,-49,90,-59v1,-21,1,-44,-20,-43v-14,1,-27,8,-23,18r-41,9v-9,-36,22,-56,68,-56v24,0,40,4,50,20v53,-44,134,-8,121,75r-111,0xm214,-104v5,-20,-9,-34,-28,-34v-19,0,-33,13,-37,34r65,0xm103,-43r0,-29r-43,11v-13,34,27,39,43,18","w":266},"\u00f8":{"d":"24,-32v-37,-59,-1,-140,73,-140v23,0,40,5,54,17r25,-25r19,16r-28,28v40,59,1,141,-72,141v-23,0,-38,-6,-55,-19r-26,25r-18,-16xm122,-127v-34,-33,-85,16,-65,64xm69,-41v38,35,85,-19,66,-64","w":191},"\u00bf":{"d":"134,-162v0,16,-12,28,-28,28v-16,0,-29,-12,-29,-28v0,-16,13,-29,29,-29v16,0,28,13,28,29xm21,-23v0,-35,20,-58,62,-54r0,-34r43,0r0,70r-59,0v-10,51,17,76,71,83r-9,41v-67,-3,-108,-48,-108,-106","w":150},"\u00a1":{"d":"78,-163v0,16,-13,29,-29,29v-16,0,-28,-13,-28,-29v0,-16,12,-29,28,-29v16,0,29,13,29,29xm72,80r-45,0r2,-194r41,0","w":95},"\u00ab":{"d":"183,-11r-88,-70r88,-71r0,43r-36,28r36,27r0,43xm97,-11r-88,-70r88,-71r0,43r-36,28r36,27r0,43","w":201},"\u00bb":{"d":"192,-81r-88,70r0,-43r36,-27r-36,-28r0,-43xm106,-81r-88,70r0,-43r36,-27r-36,-28r0,-43","w":201},"\u00a0":{"w":180},"\u00c0":{"d":"132,-248r-33,0r-41,-43r40,0xm213,0r-47,0r-19,-59r-79,0r-20,59r-47,0r86,-238r40,0xm135,-97r-28,-86r-27,86r55,0","w":214},"\u00c3":{"d":"82,-287v23,2,53,36,81,5r12,19v-11,13,-27,18,-46,20v-13,1,-40,-16,-52,-16v-9,0,-18,7,-28,11r-12,-21v19,-12,25,-15,45,-18xm213,0r-47,0r-19,-59r-79,0r-20,59r-47,0r86,-238r40,0xm135,-97r-28,-86r-27,86r55,0","w":214},"\u00d5":{"d":"116,-294v24,1,53,36,81,5r12,19v-12,12,-27,20,-46,20v-25,0,-56,-31,-79,-5r-12,-21v18,-12,24,-15,44,-18xm264,-119v0,72,-52,124,-126,124v-74,0,-127,-52,-127,-124v0,-73,52,-123,127,-123v75,0,126,50,126,123xm215,-119v0,-48,-32,-84,-77,-84v-45,0,-79,36,-79,84v0,48,34,84,79,84v45,0,77,-36,77,-84","w":274},"\u00f7":{"d":"124,-154v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,24,11,24,24xm189,-71r-180,0r0,-29r180,0r0,29xm123,-17v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,24,11,24,24","w":198},"\u00ff":{"d":"68,-204v0,12,-8,20,-20,20v-12,0,-21,-8,-21,-20v0,-12,9,-21,21,-21v12,0,20,9,20,21xm138,-204v0,12,-9,20,-21,20v-12,0,-20,-8,-20,-20v0,-12,8,-21,20,-21v12,0,21,9,21,21xm6,67v30,-33,40,-46,57,-93r-62,-141r47,0v11,31,26,59,34,94v6,-35,20,-63,30,-94r42,0v-35,89,-54,191,-113,257","w":155},"\u00a4":{"d":"153,-249v24,-24,75,-22,107,-4r-18,32v-42,-24,-74,-5,-67,54r35,0r0,31r-35,0r0,136r-44,0r0,-136r-59,0r0,136r-42,0r0,-136r-28,0r0,-27r28,-4v-12,-81,61,-116,123,-82xm136,-218v-37,-20,-70,-4,-64,51r59,0v0,-20,-2,-35,5,-51","w":205},"\u00b7":{"d":"73,-85v0,16,-12,29,-28,29v-16,0,-28,-13,-28,-29v0,-16,12,-28,28,-28v16,0,28,12,28,28"},"\u00c2":{"d":"163,-249r-32,0r-23,-23r-23,23r-31,0r40,-42r28,0xm213,0r-47,0r-19,-59r-79,0r-20,59r-47,0r86,-238r40,0xm135,-97r-28,-86r-27,86r55,0","w":214},"\u00ca":{"d":"162,-249r-31,0r-24,-23r-23,23r-31,0r40,-42r29,0xm182,0r-150,0r0,-238r145,0r0,39r-99,0r0,59r81,0r0,38r-81,0r0,63r104,0r0,39","w":194},"\u00c1":{"d":"159,-291r-41,43r-33,0r34,-43r40,0xm213,0r-47,0r-19,-59r-79,0r-20,59r-47,0r86,-238r40,0xm135,-97r-28,-86r-27,86r55,0","w":214},"\u00cb":{"d":"162,-263v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20v0,-11,8,-20,19,-20v11,0,20,9,20,20xm99,-263v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,19,9,19,20xm182,0r-150,0r0,-238r145,0r0,39r-99,0r0,59r81,0r0,38r-81,0r0,63r104,0r0,39","w":194},"\u00c8":{"d":"134,-248r-33,0r-41,-43r40,0xm182,0r-150,0r0,-238r145,0r0,39r-99,0r0,59r81,0r0,38r-81,0r0,63r104,0r0,39","w":194},"\u00cd":{"d":"102,-291r-41,43r-33,0r34,-43r40,0xm77,0r-46,0r0,-238r46,0r0,238","w":108},"\u00ce":{"d":"109,-249r-32,0r-23,-23r-23,23r-31,0r40,-42r28,0xm77,0r-46,0r0,-238r46,0r0,238","w":108},"\u00cf":{"d":"100,-264v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,19,8,19,19xm48,-264v0,11,-8,20,-19,20v-11,0,-20,-9,-20,-20v0,-11,9,-19,20,-19v11,0,19,8,19,19xm77,0r-46,0r0,-238r46,0r0,238","w":108},"\u00cc":{"d":"81,-248r-33,0r-41,-43r41,0xm77,0r-46,0r0,-238r46,0r0,238","w":108},"\u00d3":{"d":"191,-291r-41,43r-33,0r34,-43r40,0xm264,-119v0,72,-52,124,-126,124v-74,0,-127,-52,-127,-124v0,-73,52,-123,127,-123v75,0,126,50,126,123xm215,-119v0,-48,-32,-84,-77,-84v-45,0,-79,36,-79,84v0,48,34,84,79,84v45,0,77,-36,77,-84","w":274},"\u00d4":{"d":"193,-249r-31,0r-23,-23r-24,23r-31,0r40,-42r29,0xm264,-119v0,72,-52,124,-126,124v-74,0,-127,-52,-127,-124v0,-73,52,-123,127,-123v75,0,126,50,126,123xm215,-119v0,-48,-32,-84,-77,-84v-45,0,-79,36,-79,84v0,48,34,84,79,84v45,0,77,-36,77,-84","w":274},"\u00d2":{"d":"160,-248r-34,0r-40,-43r40,0xm264,-119v0,72,-52,124,-126,124v-74,0,-127,-52,-127,-124v0,-73,52,-123,127,-123v75,0,126,50,126,123xm215,-119v0,-48,-32,-84,-77,-84v-45,0,-79,36,-79,84v0,48,34,84,79,84v45,0,77,-36,77,-84","w":274},"\u00da":{"d":"180,-291r-41,43r-34,0r35,-43r40,0xm126,5v-66,0,-100,-27,-100,-98r0,-145r45,0r0,148v0,35,18,53,56,53v35,0,53,-19,53,-53r0,-148r46,0r0,145v2,72,-34,98,-100,98","w":252},"\u00db":{"d":"182,-249r-32,0r-23,-23r-23,23r-31,0r40,-42r28,0xm126,5v-66,0,-100,-27,-100,-98r0,-145r45,0r0,148v0,35,18,53,56,53v35,0,53,-19,53,-53r0,-148r46,0r0,145v2,72,-34,98,-100,98","w":252},"\u00d9":{"d":"147,-248r-34,0r-41,-43r40,0xm126,5v-66,0,-100,-27,-100,-98r0,-145r45,0r0,148v0,35,18,53,56,53v35,0,53,-19,53,-53r0,-148r46,0r0,145v2,72,-34,98,-100,98","w":252},"\u00af":{"d":"123,-194r-99,0r0,-23r99,0r0,23","w":146},"\u00b8":{"d":"120,52v0,34,-33,41,-70,25r9,-18v20,10,39,14,43,-6v3,-15,-19,-14,-36,-14r21,-34r18,0r-11,20v17,0,26,9,26,27","w":159}}});
(function($){$.jGrowl=function(m,o){if($('#jGrowl').size()==0)$('<div id="jGrowl"></div>').addClass($.jGrowl.defaults.position).appendTo('body');$('#jGrowl').jGrowl(m,o)};$.fn.jGrowl=function(m,o){if($.isFunction(this.each)){var args=arguments;return this.each(function(){var self=this;if($(this).data('jGrowl.instance')==undefined){$(this).data('jGrowl.instance',$.extend(new $.fn.jGrowl(),{notifications:[],element:null,interval:null}));$(this).data('jGrowl.instance').startup(this)};if($.isFunction($(this).data('jGrowl.instance')[m])){$(this).data('jGrowl.instance')[m].apply($(this).data('jGrowl.instance'),$.makeArray(args).slice(1))}else $(this).data('jGrowl.instance').create(m,o)})}};$.extend($.fn.jGrowl.prototype,{defaults:{pool:0,header:'',group:'',sticky:false,position:'top-right',glue:'after',theme:'default',corners:'10px',check:250,life:3000,speed:'normal',easing:'swing',closer:true,closeTemplate:'&times;',closerTemplate:'<div>[ close all ]</div>',log:function(e,m,o){},beforeOpen:function(e,m,o){},open:function(e,m,o){},beforeClose:function(e,m,o){},close:function(e,m,o){},animateOpen:{opacity:'show'},animateClose:{opacity:'hide'}},notifications:[],element:null,interval:null,create:function(message,o){var o=$.extend({},this.defaults,o);this.notifications[this.notifications.length]={message:message,options:o};o.log.apply(this.element,[this.element,message,o])},render:function(notification){var self=this,message=notification.message,o=notification.options,notification=$('<div class="jGrowl-notification'+((o.group!=undefined&&o.group!='')?' '+o.group:'')+'"><div class="close">'+o.closeTemplate+'</div><div class="header">'+o.header+'</div><div class="message">'+message+'</div></div>').data("jGrowl",o).addClass(o.theme).children('div.close').bind("click.jGrowl",function(){$(this).parent().trigger('jGrowl.close')}).parent();(o.glue=='after')?$('div.jGrowl-notification:last',this.element).after(notification):$('div.jGrowl-notification:first',this.element).before(notification);$(notification).bind("mouseover.jGrowl",function(){$(this).data("jGrowl").pause=true}).bind("mouseout.jGrowl",function(){$(this).data("jGrowl").pause=false}).bind('jGrowl.beforeOpen',function(){o.beforeOpen.apply(self.element,[self.element,message,o])}).bind('jGrowl.open',function(){o.open.apply(self.element,[self.element,message,o])}).bind('jGrowl.beforeClose',function(){o.beforeClose.apply(self.element,[self.element,message,o])}).bind('jGrowl.close',function(){$(this).data('jGrowl').pause=true;$(this).trigger('jGrowl.beforeClose').animate(o.animateClose,o.speed,o.easing,function(){$(this).remove();o.close.apply(self.element,[self.element,message,o])})}).trigger('jGrowl.beforeOpen').animate(o.animateOpen,o.speed,o.easing,function(){$(this).data("jGrowl").created=new Date()}).trigger('jGrowl.open');if($.fn.corner!=undefined)$(notification).corner(o.corners);if($('div.jGrowl-notification:parent',this.element).size()>1&&$('div.jGrowl-closer',this.element).size()==0&&this.defaults.closer!=false)$(this.defaults.closerTemplate).addClass('jGrowl-closer').addClass(this.defaults.theme).appendTo(this.element).animate(this.defaults.animateOpen,this.defaults.speed,this.defaults.easing).bind("click.jGrowl",function(){$(this).siblings().children('div.close').trigger("click.jGrowl");if($.isFunction(self.defaults.closer))self.defaults.closer.apply($(this).parent()[0],[$(this).parent()[0]])})},update:function(){$(this.element).find('div.jGrowl-notification:parent').each(function(){if($(this).data("jGrowl")!=undefined&&$(this).data("jGrowl").created!=undefined&&($(this).data("jGrowl").created.getTime()+$(this).data("jGrowl").life)<(new Date()).getTime()&&$(this).data("jGrowl").sticky!=true&&($(this).data("jGrowl").pause==undefined||$(this).data("jGrowl").pause!=true))$(this).trigger('jGrowl.close')});if(this.notifications.length>0&&(this.defaults.pool==0||$(this.element).find('div.jGrowl-notification:parent').size()<this.defaults.pool))this.render(this.notifications.shift());if($(this.element).find('div.jGrowl-notification:parent').size()<2)$(this.element).find('div.jGrowl-closer').animate(this.defaults.animateClose,this.defaults.speed,this.defaults.easing,function(){$(this).remove()})},startup:function(e){this.element=$(e).addClass('jGrowl').append('<div class="jGrowl-notification"></div>');this.interval=setInterval(function(){$(e).data('jGrowl.instance').update()},this.defaults.check);if($.browser.msie&&parseInt($.browser.version)<7&&!window.XMLHttpRequest)$(this.element).addClass('ie6')},shutdown:function(){$(this.element).removeClass('jGrowl').find('div.jGrowl-notification').remove();clearInterval(this.interval)}});$.jGrowl.defaults=$.fn.jGrowl.prototype.defaults})(jQuery);(function($){$.fn.lightBox=function(settings){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:'images/lightbox-ico-loading.gif',imageBtnPrev:'images/lightbox-btn-prev.gif',imageBtnNext:'images/lightbox-btn-next.gif',imageBtnClose:'images/lightbox-btn-close.gif',imageBlank:'images/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'Image',txtOf:'of',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0},settings);var jQueryMatchedObj=this
function _initialize(){_start(this,jQueryMatchedObj);return false}
function _start(objClicked,jQueryMatchedObj){$('embed, object, select').css({visibility:'hidden'});_set_interface();settings.imageArray.length=0;settings.activeImage=0;if(jQueryMatchedObj.length==1){settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')))}else for(var i=0;i<jQueryMatchedObj.length;i++)settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title')));while(settings.imageArray[settings.activeImage][0]!=objClicked.getAttribute('href'))settings.activeImage++;_set_image_to_view()}
function _set_interface(){$('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="'+settings.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="'+settings.imageBtnClose+'"></a></div></div></div></div>');var arrPageSizes=___getPageSize();$('#jquery-overlay').css({backgroundColor:settings.overlayBgColor,opacity:settings.overlayOpacity,width:arrPageSizes[0],height:arrPageSizes[1]}).fadeIn();var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]}).show();$('#jquery-overlay,#jquery-lightbox').click(function(){_finish()});$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function(){_finish();return false});$(window).resize(function(){var arrPageSizes=___getPageSize();$('#jquery-overlay').css({width:arrPageSizes[0],height:arrPageSizes[1]});var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]})})}
function _set_image_to_view(){$('#lightbox-loading').show();if(settings.fixedNavigation){$('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide()}else $('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();var objImagePreloader=new Image();objImagePreloader.onload=function(){$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);objImagePreloader.onload=function(){}};objImagePreloader.src=settings.imageArray[settings.activeImage][0]}
function _resize_container_image_box(intImageWidth,intImageHeight){var intCurrentWidth=$('#lightbox-container-image-box').width(),intCurrentHeight=$('#lightbox-container-image-box').height(),intWidth=(intImageWidth+(settings.containerBorderSize*2)),intHeight=(intImageHeight+(settings.containerBorderSize*2)),intDiffW=intCurrentWidth-intWidth,intDiffH=intCurrentHeight-intHeight;$('#lightbox-container-image-box').animate({width:intWidth,height:intHeight},settings.containerResizeSpeed,function(){_show_image()});if((intDiffW==0)&&(intDiffH==0))if($.browser.msie){___pause(250)}else ___pause(100);$('#lightbox-container-image-data-box').css({width:intImageWidth});$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({height:intImageHeight+(settings.containerBorderSize*2)})}
function _show_image(){$('#lightbox-loading').hide();$('#lightbox-image').fadeIn(function(){_show_image_data();_set_navigation()});_preload_neighbor_images()}
function _show_image_data(){$('#lightbox-container-image-data-box').slideDown('fast');$('#lightbox-image-details-caption').hide();if(settings.imageArray[settings.activeImage][1])$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();if(settings.imageArray.length>1)$('#lightbox-image-details-currentNumber').html(settings.txtImage+' '+(settings.activeImage+1)+' '+settings.txtOf+' '+settings.imageArray.length).show()}
function _set_navigation(){$('#lightbox-nav').show();$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({background:'transparent url('+settings.imageBlank+') no-repeat'});if(settings.activeImage!=0)if(settings.fixedNavigation){$('#lightbox-nav-btnPrev').css({background:'url('+settings.imageBtnPrev+') left 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false})}else $('#lightbox-nav-btnPrev').unbind().hover(function(){$(this).css({background:'url('+settings.imageBtnPrev+') left 15% no-repeat'})},function(){$(this).css({background:'transparent url('+settings.imageBlank+') no-repeat'})}).show().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false});if(settings.activeImage!=(settings.imageArray.length-1))if(settings.fixedNavigation){$('#lightbox-nav-btnNext').css({background:'url('+settings.imageBtnNext+') right 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false})}else $('#lightbox-nav-btnNext').unbind().hover(function(){$(this).css({background:'url('+settings.imageBtnNext+') right 15% no-repeat'})},function(){$(this).css({background:'transparent url('+settings.imageBlank+') no-repeat'})}).show().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false});_enable_keyboard_navigation()}
function _enable_keyboard_navigation(){$(document).keydown(function(objEvent){_keyboard_action(objEvent)})}
function _disable_keyboard_navigation(){$(document).unbind()}
function _keyboard_action(objEvent){if(objEvent==null){keycode=event.keyCode;escapeKey=27}else{keycode=objEvent.keyCode;escapeKey=objEvent.DOM_VK_ESCAPE};key=String.fromCharCode(keycode).toLowerCase();if((key==settings.keyToClose)||(key=='x')||(keycode==escapeKey))_finish();if((key==settings.keyToPrev)||(keycode==37))if(settings.activeImage!=0){settings.activeImage=settings.activeImage-1;_set_image_to_view();_disable_keyboard_navigation()};if((key==settings.keyToNext)||(keycode==39))if(settings.activeImage!=(settings.imageArray.length-1)){settings.activeImage=settings.activeImage+1;_set_image_to_view();_disable_keyboard_navigation()}}
function _preload_neighbor_images(){if((settings.imageArray.length-1)>settings.activeImage){objNext=new Image();objNext.src=settings.imageArray[settings.activeImage+1][0]};if(settings.activeImage>0){objPrev=new Image();objPrev.src=settings.imageArray[settings.activeImage-1][0]}}
function _finish(){$('#jquery-lightbox').remove();$('#jquery-overlay').fadeOut(function(){$('#jquery-overlay').remove()});$('embed, object, select').css({visibility:'visible'})}
function ___getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight};var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth}else windowWidth=self.innerWidth;windowHeight=self.innerHeight}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight};if(yScroll<windowHeight){pageHeight=windowHeight}else pageHeight=yScroll;if(xScroll<windowWidth){pageWidth=xScroll}else pageWidth=windowWidth;arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize}
function ___getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft};arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll}
function ___pause(ms){var date=new Date();curDate=null;do{var curDate=new Date()}while(curDate-date<ms)};return this.unbind('click').click(_initialize)}})(jQuery);(function($){jQuery.fn.backgroundPosition=function(){var p=$(this).css('background-position');if(p===undefined){return $(this).css('background-position-x')+' '+$(this).css('background-position-y')}else return p}})(jQuery);(function(jQuery){jQuery.each(['backgroundColor','borderBottomColor','borderLeftColor','borderRightColor','borderTopColor','color','outlineColor'],function(i,attr){jQuery.fx.step[attr]=function(fx){if(fx.state==0){fx.start=getColor(fx.elem,attr);fx.end=getRGB(fx.end)};fx.elem.style[attr]="rgb("+[Math.max(Math.min(parseInt((fx.pos*(fx.end[0]-fx.start[0]))+fx.start[0]),255),0),Math.max(Math.min(parseInt((fx.pos*(fx.end[1]-fx.start[1]))+fx.start[1]),255),0),Math.max(Math.min(parseInt((fx.pos*(fx.end[2]-fx.start[2]))+fx.start[2]),255),0)].join(",")+")"}})
function getRGB(color){var result;if(color&&color.constructor==Array&&color.length==3)return color;if(result=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(color))return[parseInt(result[1]),parseInt(result[2]),parseInt(result[3])];if(result=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(color))return[parseFloat(result[1])*2.55,parseFloat(result[2])*2.55,parseFloat(result[3])*2.55];if(result=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(color))return[parseInt(result[1],16),parseInt(result[2],16),parseInt(result[3],16)];if(result=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(color))return[parseInt(result[1]+result[1],16),parseInt(result[2]+result[2],16),parseInt(result[3]+result[3],16)];return colors[jQuery.trim(color).toLowerCase()]}
function getColor(elem,attr){var color;do{color=jQuery.curCSS(elem,attr);if(color!=''&&color!='transparent'||jQuery.nodeName(elem,"body"))break;attr="backgroundColor"}while(elem=elem.parentNode);return getRGB(color)};var colors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);var browserName=navigator.appName,browserVer=parseInt(navigator.appVersion),version="",msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3"}else version="n2"
function blurLink(theObject){if(msie4)theObject.blur()}
function decryptCharcode(n,start,end,offset){n=n+offset;if(offset>0&&n>end){n=start+(n-end-1)}else if(offset<0&&n<start)n=end-(start-n-1);return String.fromCharCode(n)}
function decryptString(enc,offset){var dec="",len=enc.length;for(var i=0;i<len;i++){var n=enc.charCodeAt(i);if(n>=0x2B&&n<=0x3A){dec+=decryptCharcode(n,0x2B,0x3A,offset)}else if(n>=0x40&&n<=0x5A){dec+=decryptCharcode(n,0x40,0x5A,offset)}else if(n>=0x61&&n<=0x7A){dec+=decryptCharcode(n,0x61,0x7A,offset)}else dec+=enc.charAt(i)};return dec}
function linkTo_UnCryptMailto(s){location.href=decryptString(s,-1)};(function($){$.fn.overlabel=function(options){var opts=$.extend({},$.fn.overlabel.defaults,options),selection=this.filter('label[for]').map(function(){var label=$(this),id=label.attr('for'),field=document.getElementById(id);if(!field)return;var o=$.meta?$.extend({},opts,label.data()):opts;label.addClass(o.label_class);var hide_label=function(){label.css(o.hide_css)},show_label=function(){this.value||label.css(o.show_css)};$(field).parent().addClass(o.wrapper_class).end().focus(hide_label).blur(show_label).each(hide_label).each(show_label);return this});return opts.filter?selection:selection.end()};$.fn.overlabel.defaults={label_class:'overlabel-apply',wrapper_class:'overlabel-wrapper',hide_css:{'text-indent':'-10000px'},show_css:{'text-indent':'0px',cursor:'text'},filter:false}})(jQuery);(function($){$.fn.bgFade=function(){return this.animate({backgroundColor:'#F5F4EE'},100).animate({backgroundColor:'#ffffff'},1500)};initFullcart=function(){$('#fullcart table input[type=submit]').hide();$('#fullcart input.qty').change(function(){$(this).parent('form').submit()});$('#fullcart table form').submit(function(){url=$(this).attr('action');id=$(this).children('.id').val();qty=$(this).children('.qty').val();$.getJSON(url,{eID:'cart',cmd:'qty',qty:qty,id:id,lang:lang},function(items){itemState(items);updateCart()});return false})};initSmallCart=function(){$('#manualAdd form').submit(function(){url=$(this).attr('action');id=$(this).find('.id').val();qty=$(this).find('.qty').val();if(id==undefined||!id)return false;$.ajax({type:'GET',url:url,dataType:'json',data:({eID:'cart',cmd:'qty',qty:qty,id:id,lang:lang}),success:function(items){itemState(items);updateCart()},error:function(response,status,error){$.jGrowl(response.responseText)}});return false})};itemState=function(items,silent){for(key in items)if(items[key]>0){$('#item'+key).children('.itemAdd').fadeOut('fast').end().find('.qty:text').val(items[key]).end().children('.itemChange').fadeIn('fast',function(){$(this).parent().addClass('active')});if(silent!=true)$('#item'+key).bgFade()}else{$('#item'+key).children('.itemChange').fadeOut('fast').end().find('.qty:text').val(0).end().children('.itemAdd').fadeIn('fast',function(){$(this).parent().removeClass('active')});if(silent!=true)$('#item'+key).bgFade()}};updateCart=function(){url=window.location.href.split('?')[0];if($('#smallcart').length>0)$('#smallcart').load(url,{eID:'cart',cmd:'small'},function(){initSmallCart();$('#smallcart').bgFade()});if($('#fullcart').length>0)$('#fullcart').load(url,{eID:'cart',cmd:'full',lang:lang},function(){initFullcart();$('#fullcart').bgFade()})}})(jQuery);$(document).ready(function(){jQuery("label.overlabel").overlabel();jQuery('a[rel*=lightbox]').lightBox({overlayBgColor:'#204B8E',overlayOpacity:0.1,imageLoading:'fileadmin/templates/i/loading.gif',imageBlank:'fileadmin/templates/i/lightbox-blank.gif',imageBtnClose:'fileadmin/templates/i/lightbox-btn-close.gif',imageBtnPrev:'fileadmin/templates/i/lightbox-btn-prev.gif',imageBtnNext:'fileadmin/templates/i/lightbox-btn-next.gif',containerResizeSpeed:350,txtImage:'Bild',txtOf:'von'});var keyword=document.location.hash.toString();keyword=keyword.substring(1);if(keyword)jQuery(".productlisting").each(function(){text=jQuery(this).text();text=text.toLowerCase();text=text.replace(/\-/g,'');keyword=keyword.toLowerCase();if(text.indexOf(keyword)==-1)jQuery(this).hide()})});$(window).scroll(function(){var nav=jQuery('#subnav ul:first'),offset=190,area=jQuery(window).height(),top=0;if((nav.height()+offset)<area){top=jQuery(this).scrollTop()}else if(jQuery('#content').height()>nav.height())top=(jQuery(this).scrollTop()+area)-(nav.height()+offset);if(top>=0&&(top+nav.height())<(jQuery('#content').height()-120))jQuery('#subnav ul:first').css('top',top+"px")});jQuery.noConflict()
Cufon.replace('h1,h2')
jQuery(function(){jQuery("#buttons li a").mouseover(function(e){var pos=jQuery(this).backgroundPosition().split(" ");jQuery(this).css({backgroundPosition:pos[0]+' -170px'}).clone().insertAfter(this).addClass('clone').css({backgroundPosition:pos[0]+' 0px',display:'none'}).fadeIn(400).mouseout(function(){jQuery(this).fadeOut(400,function(){jQuery(this).remove()})});e.stopPropagation();return false})})
var IEPNGFix=window.IEPNGFix||{};IEPNGFix.tileBG=function(elm,pngSrc,ready){var data=this.data[elm.uniqueID],elmW=Math.max(elm.clientWidth,elm.scrollWidth),elmH=Math.max(elm.clientHeight,elm.scrollHeight),bgX=elm.currentStyle.backgroundPositionX,bgY=elm.currentStyle.backgroundPositionY,bgR=elm.currentStyle.backgroundRepeat;if(!data.tiles)data.tiles={elm:elm,src:'',cache:[],img:new Image(),old:{}};var tiles=data.tiles,pngW=tiles.img.width,pngH=tiles.img.height;if(pngSrc){if(!ready&&pngSrc!=tiles.src){tiles.img.onload=function(){this.onload=null;IEPNGFix.tileBG(elm,pngSrc,1)};return tiles.img.src=pngSrc}}else{if(tiles.src)ready=1;pngW=pngH=0};tiles.src=pngSrc;if(!ready&&elmW==tiles.old.w&&elmH==tiles.old.h&&bgX==tiles.old.x&&bgY==tiles.old.y&&bgR==tiles.old.r)return;var pos={top:'0%',left:'0%',center:'50%',bottom:'100%',right:'100%'},x,y,pc;x=pos[bgX]||bgX;y=pos[bgY]||bgY;if(pc=x.match(/(\d+)%/))x=Math.round((elmW-pngW)*(parseInt(pc[1])/100));if(pc=y.match(/(\d+)%/))y=Math.round((elmH-pngH)*(parseInt(pc[1])/100));x=parseInt(x);y=parseInt(y);var repeatX={repeat:1,'repeat-x':1}[bgR],repeatY={repeat:1,'repeat-y':1}[bgR];if(repeatX){x%=pngW;if(x>0)x-=pngW};if(repeatY){y%=pngH;if(y>0)y-=pngH};this.hook.enabled=0;if(!({relative:1,absolute:1}[elm.currentStyle.position]))elm.style.position='relative';var count=0,xPos,maxX=repeatX?elmW:x+0.1,yPos,maxY=repeatY?elmH:y+0.1,d,s,isNew;if(pngW&&pngH)for(xPos=x;xPos<maxX;xPos+=pngW)for(yPos=y;yPos<maxY;yPos+=pngH){isNew=0;if(!tiles.cache[count]){tiles.cache[count]=document.createElement('div');isNew=1};var clipR=(xPos+pngW>elmW?elmW-xPos:pngW),clipB=(yPos+pngH>elmH?elmH-yPos:pngH);d=tiles.cache[count];s=d.style;s.behavior='none';s.left=xPos+'px';s.top=yPos+'px';s.width=clipR+'px';s.height=clipB+'px';s.clip='rect('+(yPos<0?0-yPos:0)+'px,'+clipR+'px,'+clipB+'px,'+(xPos<0?0-xPos:0)+'px)';s.display='block';if(isNew){s.position='absolute';s.zIndex=-999;if(elm.firstChild){elm.insertBefore(d,elm.firstChild)}else elm.appendChild(d)};this.fix(d,pngSrc,0);count++};while(count<tiles.cache.length){this.fix(tiles.cache[count],'',0);tiles.cache[count++].style.display='none'};this.hook.enabled=1;tiles.old={w:elmW,h:elmH,x:bgX,y:bgY,r:bgR}};IEPNGFix.update=function(){for(var i in IEPNGFix.data){var t=IEPNGFix.data[i].tiles;if(t&&t.elm&&t.src)IEPNGFix.tileBG(t.elm,t.src)}};IEPNGFix.update.timer=0;if(window.attachEvent&&!window.opera)window.attachEvent('onresize',function(){clearTimeout(IEPNGFix.update.timer);IEPNGFix.update.timer=setTimeout(IEPNGFix.update,100)})
