(function($){$.fn.quicksand=function(collection,customOptions){var options={duration:750,easing:'swing',attribute:'data-id',adjustHeight:'auto',useScaling:true,enhancement:function(c){},selector:'> *',dx:0,dy:0};$.extend(options,customOptions);if($.browser.msie||(typeof($.fn.scale)=='undefined')){options.useScaling=false;}
var callbackFunction;if(typeof(arguments[1])=='function'){var callbackFunction=arguments[1];}else if(typeof(arguments[2]=='function')){var callbackFunction=arguments[2];}
return this.each(function(i){var val;var animationQueue=[];var $collection=$(collection).clone();var $sourceParent=$(this);var sourceHeight=$(this).css('height');var destHeight;var adjustHeightOnCallback=false;var offset=$($sourceParent).offset();var offsets=[];var $source=$(this).find(options.selector);if($.browser.msie&&$.browser.version.substr(0,1)<7){$sourceParent.html('').append($collection);return;}
var postCallbackPerformed=0;var postCallback=function(){if(!postCallbackPerformed){$sourceParent.html($dest.html());if(typeof callbackFunction=='function'){callbackFunction.call(this);}
if(adjustHeightOnCallback){$sourceParent.css('height',destHeight);}
options.enhancement($sourceParent);postCallbackPerformed=1;}};var $correctionParent=$sourceParent.offsetParent();var correctionOffset=$correctionParent.offset();if($correctionParent.css('position')=='relative'){if($correctionParent.get(0).nodeName.toLowerCase()=='body'){}else{correctionOffset.top+=parseFloat($correctionParent.css('border-top-width'));correctionOffset.left+=parseFloat($correctionParent.css('border-left-width'));}}else{correctionOffset.top-=parseFloat($correctionParent.css('border-top-width'));correctionOffset.left-=parseFloat($correctionParent.css('border-left-width'));correctionOffset.top-=parseFloat($correctionParent.css('margin-top'));correctionOffset.left-=parseFloat($correctionParent.css('margin-left'));}
if(isNaN(correctionOffset.left)){correctionOffset.left=0;}
if(isNaN(correctionOffset.top)){correctionOffset.top=0;}
correctionOffset.left-=options.dx;correctionOffset.top-=options.dy;$sourceParent.css('height',$(this).height());$source.each(function(i){offsets[i]=$(this).offset();});$(this).stop();var dx=0;var dy=0;$source.each(function(i){$(this).stop();var rawObj=$(this).get(0);if(rawObj.style.position=='absolute'){dx=-options.dx;dy=-options.dy;}else{dx=options.dx;dy=options.dy;}
rawObj.style.position='absolute';rawObj.style.margin='0';rawObj.style.top=(offsets[i].top-parseFloat(rawObj.style.marginTop)-correctionOffset.top+dy)+'px';rawObj.style.left=(offsets[i].left-parseFloat(rawObj.style.marginLeft)-correctionOffset.left+dx)+'px';});var $dest=$($sourceParent).clone();var rawDest=$dest.get(0);rawDest.innerHTML='';rawDest.setAttribute('id','');rawDest.style.height='auto';rawDest.style.width=$sourceParent.width()+'px';$dest.append($collection);$dest.insertBefore($sourceParent);$dest.css('opacity',0.0);rawDest.style.zIndex=-1;rawDest.style.margin='0';rawDest.style.position='absolute';rawDest.style.top=offset.top-correctionOffset.top+'px';rawDest.style.left=offset.left-correctionOffset.left+'px';if(options.adjustHeight==='dynamic'){$sourceParent.animate({height:$dest.height()},options.duration,options.easing);}else if(options.adjustHeight==='auto'){destHeight=$dest.height();if(parseFloat(sourceHeight)<parseFloat(destHeight)){$sourceParent.css('height',destHeight);}else{adjustHeightOnCallback=true;}}
$source.each(function(i){var destElement=[];if(typeof(options.attribute)=='function'){val=options.attribute($(this));$collection.each(function(){if(options.attribute(this)==val){destElement=$(this);return false;}});}else{destElement=$collection.filter('['+options.attribute+'='+$(this).attr(options.attribute)+']');}
if(destElement.length){if(!options.useScaling){animationQueue.push({element:$(this),animation:{top:destElement.offset().top-correctionOffset.top,left:destElement.offset().left-correctionOffset.left,opacity:1.0}});}else{animationQueue.push({element:$(this),animation:{top:destElement.offset().top-correctionOffset.top,left:destElement.offset().left-correctionOffset.left,opacity:1.0,scale:'1.0'}});}}else{if(!options.useScaling){animationQueue.push({element:$(this),animation:{opacity:'0.0'}});}else{animationQueue.push({element:$(this),animation:{opacity:'0.0',scale:'0.0'}});}}});$collection.each(function(i){var sourceElement=[];var destElement=[];if(typeof(options.attribute)=='function'){val=options.attribute($(this));$source.each(function(){if(options.attribute(this)==val){sourceElement=$(this);return false;}});$collection.each(function(){if(options.attribute(this)==val){destElement=$(this);return false;}});}else{sourceElement=$source.filter('['+options.attribute+'='+$(this).attr(options.attribute)+']');destElement=$collection.filter('['+options.attribute+'='+$(this).attr(options.attribute)+']');}
var animationOptions;if(sourceElement.length===0){if(!options.useScaling){animationOptions={opacity:'1.0'};}else{animationOptions={opacity:'1.0',scale:'1.0'};}
d=destElement.clone();var rawDestElement=d.get(0);rawDestElement.style.position='absolute';rawDestElement.style.margin='0';rawDestElement.style.top=destElement.offset().top-correctionOffset.top+'px';rawDestElement.style.left=destElement.offset().left-correctionOffset.left+'px';d.css('opacity',0.0);if(options.useScaling){d.css('transform','scale(0.0)');}
d.appendTo($sourceParent);animationQueue.push({element:$(d),animation:animationOptions});}});$dest.remove();options.enhancement($sourceParent);for(i=0;i<animationQueue.length;i++){animationQueue[i].element.animate(animationQueue[i].animation,options.duration,options.easing,postCallback);}});};})(jQuery);jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var 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;},strict:(function(){var doctype;if(document.compatMode=='BackCompat')return false;doctype=document.doctype;if(doctype){return!/frameset|transitional/i.test(doctype.publicId);}
doctype=document.firstChild;if(doctype.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(doctype.data)){return false;}
return true;})()};var 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;}),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;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var 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(/(?:^|\s)./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};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement,simple){if(simple)return text.replace(wsStart,'').replace(wsEnd,'');if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');var checkTypes={'':1,'text/css':1};function isContainerReady(el){if(!checkTypes[el.type.toLowerCase()])return true;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,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=(function(glyphs){var key,fallbacks={'\u2011':'\u002d','\u00ad':'\u2011'};for(key in fallbacks){if(!hasOwnProperty(fallbacks,key))continue;if(!glyphs[key])glyphs[key]=glyphs[fallbacks[key]];}
return 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+/);var 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;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,w,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
w=glyph.w;if(isNaN(w))w=+this.w;if(w>0){w+=letterSpacing;if(wordSeparators[chr])w+=wordSpacing;}
width+=jumps[++j]=~~w;kerning=glyph.k;}
jumps.total=width;return jumps;};}
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){try{if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
catch(e){}
return false;}
function onOverOut(e){var related=e.relatedTarget;if(related&&contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){if(!e)e=window.event;trigger(e.target||e.srcElement,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;if(hoverState){options=merge(options,options.hover);options._mediatorMode=1;}
api.replace(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);}};this.detach=function(el){if(el.onmouseenter===undefined){removeEvent(el,'mouseover',onOverOut);removeEvent(el,'mouseout',onOverOut);}
else{removeEvent(el,'mouseenter',onEnterLeave);removeEvent(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,listener);}}
function attach(el,options){if(options._mediatorMode)return el;var storage=sharedStorage.get(el);var oldOptions=storage.options;if(oldOptions){if(oldOptions===options)return el;if(oldOptions.hover)hoverHandler.detach(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={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var 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 removeEvent(el,type,listener){if(el.removeEventListener){el.removeEventListener(type,listener,false);}
else if(el.detachEvent){el.detachEvent('on'+type,listener);}}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;if(options.ignoreClass&&options.ignoreClass.test(el.className))return;if(options.onBeforeReplace)options.onBeforeReplace(el,options);var replace=!options.textless[name],simple=(options.trim==='simple');var style=CSS.getStyle(attach(el,options)).extend(options);if(parseFloat(style.get('fontSize'))===0)return;var font=getFont(el,style),node,type,next,anchor,text,lastElement;var isShy=options.softHyphens,anyShy=false,pos,shy,reShy=/\u00ad/g;var modifyText=options.modifyText;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(isShy&&el.nodeName.toLowerCase()!=TAG_SHY){pos=node.data.indexOf('\u00ad');if(pos>=0){node.splitText(pos);next=node.nextSibling;next.deleteData(0,1);shy=document.createElement(TAG_SHY);shy.appendChild(document.createTextNode('\u00ad'));el.insertBefore(shy,next);next=shy;anyShy=true;}}
if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){text=anchor.data;if(!isShy)text=text.replace(reShy,'');text=CSS.whiteSpace(text,style,anchor,lastElement,simple);if(modifyText)text=modifyText(text,anchor,el,options);el.replaceChild(process(font,text,style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}
if(isShy&&anyShy){updateShy(el);if(!trackingShy)addEvent(window,'resize',updateShyOnResize);trackingShy=true;}
if(options.onAfterReplace)options.onAfterReplace(el,options);}
function updateShy(context){var shys,shy,parent,glue,newGlue,next,prev,i;shys=context.getElementsByTagName(TAG_SHY);for(i=0;shy=shys[i];++i){shy.className=C_SHY_DISABLED;glue=parent=shy.parentNode;if(glue.nodeName.toLowerCase()!=TAG_GLUE){newGlue=document.createElement(TAG_GLUE);newGlue.appendChild(shy.previousSibling);parent.insertBefore(newGlue,shy);newGlue.appendChild(shy);}
else{glue=glue.parentNode;if(glue.nodeName.toLowerCase()==TAG_GLUE){parent=glue.parentNode;while(glue.firstChild){parent.insertBefore(glue.firstChild,glue);}
parent.removeChild(glue);}}}
for(i=0;shy=shys[i];++i){shy.className='';glue=shy.parentNode;parent=glue.parentNode;next=glue.nextSibling||parent.nextSibling;prev=(next.nodeName.toLowerCase()==TAG_GLUE)?glue:shy.previousSibling;if(prev.offsetTop>=next.offsetTop){shy.className=C_SHY_DISABLED;if(prev.offsetTop<next.offsetTop){newGlue=document.createElement(TAG_GLUE);parent.insertBefore(newGlue,glue);newGlue.appendChild(glue);newGlue.appendChild(next);}}}}
function updateShyOnResize(){if(ignoreResize)return;CSS.addClass(DOM.root(),C_VIEWPORT_RESIZING);clearTimeout(shyTimer);shyTimer=setTimeout(function(){ignoreResize=true;CSS.removeClass(DOM.root(),C_VIEWPORT_RESIZING);updateShy(document);ignoreResize=false;},100);}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var TAG_GLUE='cufonglue';var TAG_SHY='cufonshy';var C_SHY_DISABLED='cufon-shy-disabled';var C_VIEWPORT_RESIZING='cufon-viewport-resizing';var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var trackingShy=false;var shyTimer;var ignoreResize=false;var engines={},fonts={},defaultOptions={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},ignoreClass:null,modifyText:null,onAfterReplace:null,onBeforeReplace:null,printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none',trim:'advanced'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,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){if(!data)return api;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.ignoreClass=='string'){options.ignoreClass=new RegExp('(?:^|\\s)(?:'+options.ignoreClass.replace(/\s+/g,'|')+')(?:\\s|$)');}
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);}
else delete options.textGradient;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('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">'+'cufoncanvas{text-indent:0;}'+'@media screen{'+'cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}'+'cufoncanvas{position:absolute;text-align:left;}'+'cufon{display:inline-block;position:relative;vertical-align:'+
(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'cufon cufontext{position:absolute;left:-10000in;font-size:1px;text-align:left;}'+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'a cufon{cursor:pointer}'+'}'+'@media print{'+'cufon cufoncanvas{display:none;}'+'}'+'</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(!isNaN(value)||/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;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
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='none';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;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var 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 color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;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];var color1=Cufon.CSS.color(shadow1.color),color2;var 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.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');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-align:left;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}'+'cufonglue{white-space:nowrap;display:inline-block;}'+'.cufon-viewport-resizing cufonglue{white-space:normal;}'+'}'+'@media print{'+'cufon{padding:0;}'+'cufon canvas{display:none;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var 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.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var 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('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var 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.max(Math.ceil(size.convert(stretchedWidth)),0)+'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.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++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();return wrapper;};})());Cufon.registerFont({"w":192,"face":{"font-family":"Meta-Caps","font-weight":400,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-23 -282 289.409 57.584","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":119,"k":{"Y":6,"W":5,"V":5,"T":6,"A":20}},"\u00a0":{"w":119},"!":{"d":"72,-20v0,12,-9,23,-22,22v-12,0,-22,-10,-22,-22v0,-12,11,-21,22,-22v12,0,22,10,22,22xm60,-71r-21,0r-7,-176r35,-5","w":119},"\"":{"d":"54,-255r26,0r0,87r-26,0r0,-87xm107,-255r26,0r0,87r-26,0r0,-87","w":186},"#":{"d":"46,-77r-35,0r0,-23r39,0r7,-55r-35,0r0,-24r38,0r11,-76r24,0r-10,76r45,0r11,-76r24,0r-11,76r35,0r0,24r-38,0r-8,55r36,0r0,23r-39,0r-11,77r-24,0r11,-77r-46,0r-11,77r-24,0xm127,-155r-46,0r-7,55r45,0","w":200},"$":{"d":"180,-78v5,46,-28,76,-71,81r0,36r-21,0r0,-34v-32,0,-54,-10,-76,-23r13,-23v18,12,36,22,63,22r0,-97v-34,-10,-68,-22,-68,-65v0,-39,29,-68,68,-71r0,-30r21,0r0,30v25,2,48,10,65,23r-13,22v-16,-11,-29,-19,-52,-21r0,86v37,9,67,25,71,64xm109,-21v33,-2,51,-44,30,-71v-6,-7,-17,-12,-30,-17r0,88xm88,-227v-31,1,-47,39,-28,62v5,7,15,12,28,17r0,-79","w":199},"%":{"d":"173,-58v0,-70,98,-83,113,-23v12,45,-8,84,-55,84v-37,0,-58,-24,-58,-61xm232,-16v36,0,39,-49,24,-74v-19,-20,-59,-9,-59,29v0,27,9,45,35,45xm199,-245r24,0r-120,245r-23,0xm12,-188v-6,-68,98,-83,113,-22v10,45,-7,84,-55,84v-37,0,-55,-26,-58,-62xm71,-145v37,3,41,-52,24,-74v-16,-21,-67,-9,-58,29v0,27,8,43,34,45","w":299},"&":{"d":"179,-65v8,-11,7,-33,7,-54r25,-1v1,30,-3,56,-13,75r45,45r-37,0r-24,-23v-35,43,-154,39,-154,-38v0,-37,28,-50,50,-63v-16,-17,-38,-32,-33,-67v9,-59,131,-61,129,10v-1,36,-28,46,-52,60xm59,-59v-3,53,87,52,108,19r-72,-69v-21,11,-35,23,-36,50xm108,-216v-48,-2,-34,63,-9,73v16,12,44,-14,44,-38v0,-20,-15,-35,-35,-35","w":250},"'":{"d":"37,-255r26,0r0,87r-26,0r0,-87","w":100},"(":{"d":"64,-116v0,75,13,133,63,157r-8,15v-114,-35,-111,-303,0,-333r7,13v-46,24,-62,75,-62,148","w":115,"k":{"Y":-4,"W":-4,"V":-4,"T":-4,"J":-12}},")":{"d":"52,-106v0,-75,-14,-132,-62,-158r7,-14v102,29,112,255,31,314v-10,8,-19,15,-31,19r-7,-14v46,-24,62,-75,62,-147","w":115},"*":{"d":"91,-201r51,-18r7,21r-51,18r32,42r-18,14r-32,-44r-31,44r-18,-14r31,-42r-51,-18r7,-21r51,18r0,-54r22,0r0,54","w":159},"+":{"d":"13,-103r64,0r0,-64r26,0r0,64r64,0r0,26r-64,0r0,64r-26,0r0,-64r-64,0r0,-26","w":180},",":{"d":"46,-45v36,0,34,57,13,73v-6,11,-18,15,-28,23r-10,-15v11,-5,26,-22,22,-33v-11,4,-22,-10,-22,-22v0,-14,12,-26,25,-26","w":96},"-":{"d":"21,-110r68,0r0,28r-68,0r0,-28","w":108},".":{"d":"24,-20v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-12,24,-24,24v-13,0,-24,-11,-24,-24","w":95},"\/":{"d":"70,-273r24,0r-93,326r-24,0","w":76},"0":{"d":"95,5v-113,-5,-104,-240,0,-245v116,3,110,244,0,245xm96,-16v68,-7,63,-152,26,-191v-49,-33,-78,31,-76,87v2,50,8,98,50,104"},"1":{"d":"94,-201v-15,12,-38,22,-57,30r-6,-15r69,-49r23,0r0,212r36,0r0,23r-102,0r0,-23r37,0r0,-178","k":{"1":27}},"2":{"d":"86,-239v75,-11,96,80,54,130v-24,29,-55,64,-83,87r107,-1r-6,23r-137,0r0,-16v41,-37,104,-87,109,-152v4,-54,-69,-56,-98,-24r-13,-14v20,-16,38,-29,67,-33"},"3":{"d":"139,-75v0,-38,-34,-46,-77,-43r0,-21v39,3,72,-3,72,-38v1,-52,-78,-43,-101,-17r-12,-15v33,-40,145,-44,143,28v0,29,-20,47,-43,54v26,8,50,24,50,55v0,64,-72,90,-140,82r-7,-19v58,7,115,-11,115,-66"},"4":{"d":"104,-236r31,0r-87,170v24,-3,55,2,78,-2r5,-93r22,-6v6,30,-12,83,8,100r22,0r0,22v-12,3,-35,-9,-30,14r0,32r-27,9v-1,-18,2,-39,-1,-55r-106,0r0,-22"},"5":{"d":"134,-73v0,-49,-61,-54,-100,-39r12,-121r106,0r-4,24r-77,0r-6,69v57,-7,100,15,100,67v0,62,-62,95,-131,82r-5,-21v47,18,105,-15,105,-61"},"6":{"d":"99,6v-90,0,-100,-138,-47,-192v28,-28,56,-50,97,-63v18,27,-23,23,-35,38v-29,19,-53,44,-60,86v40,-37,124,-13,124,53v0,43,-35,78,-79,78xm145,-72v0,-56,-65,-60,-93,-31v-4,45,4,87,47,87v30,0,46,-24,46,-56"},"7":{"d":"24,-209r7,-24r150,0v-12,57,-51,87,-72,133v-17,37,-30,68,-39,103r-35,9v24,-89,67,-160,117,-221r-128,0"},"8":{"d":"169,-185v0,33,-25,47,-50,59v27,12,60,25,58,61v-2,45,-34,69,-81,71v-42,1,-80,-27,-80,-66v0,-36,24,-54,51,-64v-24,-11,-44,-29,-43,-62v1,-70,146,-72,145,1xm98,-15v40,0,66,-44,39,-70v-13,-13,-30,-19,-53,-30v-19,11,-39,22,-39,53v0,29,23,47,53,47xm96,-219v-49,0,-59,58,-18,73v28,21,64,-8,64,-37v0,-23,-20,-36,-46,-36"},"9":{"d":"179,-153v0,97,-64,155,-153,170r-14,-17v61,-11,105,-45,125,-98v-47,33,-116,0,-116,-61v0,-46,36,-82,81,-81v51,2,77,35,77,87xm53,-159v-10,60,81,69,93,25v11,-40,-9,-83,-46,-84v-30,0,-48,27,-47,59"},":":{"d":"31,-20v0,-13,11,-24,24,-24v12,0,24,11,24,24v0,13,-12,24,-25,24v-13,0,-23,-11,-23,-24xm31,-133v0,-13,11,-25,24,-25v12,0,24,11,24,24v0,13,-12,25,-24,25v-13,1,-24,-11,-24,-24","w":108},";":{"d":"54,-45v43,2,28,73,3,83v-6,6,-11,8,-19,13r-10,-15v13,-7,22,-18,25,-33v-13,4,-24,-9,-24,-22v0,-14,12,-26,25,-26xm53,-109v-31,0,-33,-49,0,-49v13,0,24,12,24,24v0,13,-11,26,-24,25","w":109},"<":{"d":"40,-108r57,77r-24,16r-68,-93r68,-93r24,16","w":113},"=":{"d":"26,-93r188,0r0,24r-188,0r0,-24xm26,-149r188,0r0,24r-188,0r0,-24","w":239},">":{"d":"71,-108r-57,-77r23,-16r70,93r-70,93r-23,-16","w":113},"?":{"d":"37,-20v-1,-13,12,-24,25,-24v13,0,25,11,24,24v0,13,-12,25,-24,25v-13,0,-25,-12,-25,-25xm125,-197v-3,55,-70,52,-54,117r-24,0v-8,-36,3,-69,28,-81v36,-17,20,-79,-25,-63v-14,1,-24,9,-35,15r-12,-20v34,-30,125,-32,122,32","w":128},"@":{"d":"152,-205v22,1,33,12,41,30r6,-23r24,0r-34,120v0,7,7,7,14,7v25,-6,45,-44,45,-78v0,-54,-47,-93,-98,-93v-61,0,-110,55,-110,115v0,61,51,115,110,114v38,0,75,-20,91,-44r23,0v-21,36,-60,62,-114,63v-73,1,-134,-61,-134,-133v0,-72,62,-134,134,-134v64,0,124,47,122,110v-2,55,-34,98,-84,104v-15,2,-21,-12,-24,-24v-12,11,-22,24,-45,24v-32,0,-53,-27,-51,-61v2,-45,35,-99,84,-97xm152,-181v-41,1,-73,63,-49,100v39,31,77,-24,78,-66v0,-17,-13,-35,-29,-34","w":288},"A":{"d":"122,-247r82,247r-33,0r-24,-76r-92,0r-24,76r-30,0r83,-247r38,0xm102,-221r-39,121r77,0","w":205,"k":{"z":-2,"y":6,"w":6,"v":6,"u":6,"t":2,"q":2,"p":4,"o":2,"e":2,"d":4,"c":4,"b":4,"Y":27,"W":13,"V":27,"U":7,"T":27,"Q":4,"O":4,"G":4,"C":4," ":20}},"B":{"d":"140,-131v64,0,71,107,13,125v-28,9,-79,4,-120,6r0,-247v76,-1,148,-8,151,62v0,30,-20,45,-44,54xm164,-70v0,-51,-50,-48,-102,-46r0,92v52,1,102,6,102,-46xm152,-181v0,-43,-43,-43,-90,-41r0,81v47,1,90,5,90,-40","w":212,"k":{"y":6,"u":4,"r":4,"l":4,"k":4,"i":4,"h":4,"e":2,"b":2,"a":4,"W":12,"V":7,"U":4,"T":4}},"C":{"d":"18,-123v0,-92,89,-163,166,-107r-16,19v-12,-9,-25,-15,-47,-15v-73,0,-80,97,-63,160v11,43,79,59,114,29r16,21v-17,12,-41,20,-68,20v-63,-1,-102,-58,-102,-127","k":{"z":6,"y":9,"u":6,"r":2}},"D":{"d":"203,-122v0,75,-29,123,-106,122r-65,0r0,-245r50,0v85,-3,121,43,121,123xm171,-118v2,-73,-29,-112,-109,-103r0,197r56,-2v38,-8,52,-46,53,-92","w":225,"k":{"u":4,"r":4,"o":4,"i":4,"h":6,"e":2,"a":2,"Y":4,"W":7,"V":7}},"E":{"d":"33,-245r135,0r-4,24r-101,0r0,80r85,0r0,26r-85,0r0,89r109,0r0,26r-139,0r0,-245","w":186,"k":{"z":2,"y":15,"x":2,"w":11,"v":11,"u":6,"t":6,"r":2,"q":2,"p":6,"o":2,"n":2,"m":2,"l":4,"k":4,"j":4,"i":2,"h":4,"g":2,"f":4,"e":2,"d":2,"c":2,"b":4,"Y":4,"W":4,"V":4}},"F":{"d":"32,-246r130,0r-4,25r-96,0r0,80r79,0r0,24r-79,0r0,117r-30,0r0,-246","w":167,"k":{"y":6,"u":9,"r":13,"o":13,"l":6,"i":12,"e":13,"a":17,"A":20,".":40,",":40}},"G":{"d":"19,-122v-7,-103,94,-161,171,-103r-14,19v-15,-11,-29,-19,-53,-19v-56,0,-72,48,-72,104v0,59,18,101,78,101v16,0,30,-4,39,-10r0,-75r-50,0r-6,-24r83,0r0,115v-18,11,-40,18,-69,18v-74,-1,-102,-51,-107,-126","w":218,"k":{"y":4,"u":4,"r":9,"o":2,"n":6,"l":2,"i":4,"h":4,"e":2,"a":2}},"H":{"d":"31,-247r29,0r0,103r104,0r0,-103r30,0r0,247r-30,0r0,-120r-104,0r0,120r-29,0r0,-247","w":225,"k":{"y":9,"u":11,"o":6,"i":6,"e":6,"a":2}},"I":{"d":"34,-247r29,0r0,247r-29,0r0,-247","w":96,"k":{"z":2,"y":4,"w":9,"v":9,"u":12,"t":9,"s":6,"r":6,"p":12,"o":6,"n":4,"m":4,"l":2,"k":2,"j":6,"i":4,"h":2,"g":2,"f":2,"e":6,"d":6,"c":6,"b":2,"a":6}},"J":{"d":"-1,28v26,-12,36,-28,36,-69r0,-206r29,0r0,231v-4,33,-22,53,-50,62","w":96,"k":{"y":4,"u":13,"o":11,"i":9,"e":11,"a":11}},"K":{"d":"30,-247r30,0r0,247r-30,0r0,-247xm156,-247r38,0r-99,116r98,131r-37,0r-95,-131","w":205,"k":{"y":9,"w":17,"v":11,"u":9,"o":6,"e":2,"Q":13,"O":13,"G":13,"C":13}},"L":{"d":"32,-247r30,0r0,222r97,0r-3,25r-124,0r0,-247","w":167,"k":{"y":13,"w":13,"u":2,"j":4,"Y":27,"W":27,"V":27,"U":6,"T":27,"Q":4,"O":4,"G":4,"C":4,"A":-4," ":13}},"M":{"d":"69,-224r-17,224r-28,0r21,-247r44,0r54,205v15,-72,37,-137,56,-205r43,0r22,247r-30,0r-16,-223r-63,223r-25,0","w":276,"k":{"y":11,"u":13,"o":9,"n":2,"j":6,"i":4,"e":9,"d":9,"c":9,"a":4}},"N":{"d":"164,0r-107,-210v5,66,3,140,4,210r-30,0r0,-246r34,0r105,209r-4,-209r29,0r0,246r-31,0","w":225,"k":{"y":11,"u":11,"o":11,"i":9,"e":11,"a":11}},"O":{"d":"21,-125v-1,-71,33,-126,98,-126v76,0,100,55,100,131v0,73,-28,124,-99,124v-72,0,-98,-54,-99,-129xm186,-115v0,-62,-10,-113,-67,-113v-52,0,-66,42,-66,97v1,60,10,113,69,113v52,0,63,-41,64,-97","w":237,"k":{"z":2,"u":2,"t":2,"s":2,"r":2,"q":2,"p":2,"o":2,"n":2,"m":2,"l":4,"k":4,"j":4,"i":2,"h":4,"g":2,"f":2,"e":2,"d":2,"c":2,"b":2,"a":2,"Y":11,"X":11,"W":19,"V":9,"T":11,"A":11}},"P":{"d":"188,-176v0,67,-51,84,-126,78r0,98r-29,0r0,-247v78,-3,156,-3,155,71xm155,-171v0,-50,-41,-54,-93,-51r0,100v50,3,93,-1,93,-49","w":205,"k":{"y":2,"u":11,"t":6,"s":13,"r":11,"o":19,"n":13,"l":2,"i":4,"h":2,"e":19,"a":15,"I":4,"H":4,"E":4,"A":27,".":46,",":46," ":6}},"Q":{"d":"166,-7v26,9,44,31,81,25v-25,62,-89,-12,-130,-14v-70,-4,-96,-55,-97,-129v-1,-71,32,-123,98,-126v120,-5,129,200,48,244xm117,-18v84,6,75,-119,55,-178v-10,-16,-25,-33,-54,-32v-51,2,-67,42,-66,97v1,58,10,109,65,113","w":237,"k":{"u":2,"a":2,"Y":4,"X":4,"W":11,"V":6,"U":4,"T":9,"A":9}},"R":{"d":"177,-179v0,41,-27,69,-69,68v34,30,56,75,82,111v-17,-2,-42,7,-43,-13v-24,-33,-41,-75,-75,-97v-3,-1,-6,-1,-10,-1r0,111r-29,0r0,-247v74,-2,144,-2,144,68xm146,-179v-1,-39,-39,-46,-83,-43r0,92v49,3,85,-2,83,-49","w":205,"k":{"y":-17,"u":4,"o":4,"e":4,"Y":6,"W":6,"V":6,"U":9,"T":6,"Q":13,"O":13,"G":13,"C":13}},"S":{"d":"64,-124v-75,-23,-43,-138,36,-128v30,4,53,10,74,23r-13,22v-25,-27,-109,-35,-109,19v0,38,43,41,74,51v32,11,53,29,55,67v3,79,-113,91,-169,52r13,-23v31,30,125,35,123,-25v-2,-42,-49,-47,-84,-58","w":199,"k":{"y":4,"w":11,"v":11,"u":9,"t":9,"r":4,"q":4,"p":9,"o":4,"n":9,"m":9,"l":4,"k":4,"j":6,"i":4,"h":4,"e":4,"a":4}},"T":{"d":"8,-247r164,0r-2,25r-67,0r0,222r-28,0r0,-222r-67,0r0,-25","w":180,"k":{"}":-4,"z":25,"y":20,"w":20,"u":13,"s":40,"r":13,"o":40,"m":47,"i":13,"e":40,"c":40,"a":40,"]":-4,"Y":-4,"X":-6,"W":-2,"T":-4,"S":4,"Q":12,"O":6,"G":9,"C":9,"A":27,";":40,":":40,".":40,"-":20,",":40,")":-4," ":6}},"U":{"d":"109,4v-54,0,-81,-22,-81,-79r0,-172r30,0r0,181v-7,51,73,57,96,29v21,-52,4,-143,9,-210r29,0r0,172v3,63,-27,79,-83,79","w":219,"k":{"z":6,"y":4,"x":4,"v":4,"t":11,"s":11,"r":13,"p":11,"n":13,"m":13,"l":2,"k":2,"i":6,"g":6,"f":4,"d":11,"c":9,"b":2,"a":4,"A":4}},"V":{"d":"5,-247r32,0r57,171r10,43r68,-214r30,0r-84,247r-29,0","w":206,"k":{"}":-4,"y":13,"u":13,"r":13,"o":20,"i":6,"e":20,"a":27,"]":-9,"Q":9,"O":9,"G":9,"C":9,"A":27,";":13,":":13,".":33,"-":20,",":33,")":-4}},"W":{"d":"85,-27r47,-220r33,0r47,220r45,-220r30,0r-57,247r-38,0r-39,-174v-2,-12,-4,-22,-5,-33r-43,207r-38,0r-58,-247r31,0","w":294,"k":{"}":-4,"y":3,"u":6,"t":27,"r":6,"o":6,"m":34,"e":6,"d":28,"a":13,"]":-9,"T":-4,"Q":6,"O":6,"G":6,"C":6,"A":13,";":6,":":6,".":20,"-":6,",":20,")":-4}},"X":{"d":"10,-247r35,0r49,91r47,-91r35,0r-62,112r78,135r-36,0r-61,-113r-58,113r-34,0r73,-132","w":193,"k":{"y":4,"u":9,"e":2,"Q":9,"O":9,"G":9,"C":9}},"Y":{"d":"2,-247r37,0r59,122r61,-122r34,0r-81,151r0,96r-30,0r0,-98","w":193,"k":{"}":-4,"v":20,"u":20,"t":19,"q":33,"p":27,"o":33,"l":-2,"i":13,"e":33,"d":32,"a":27,"]":-9,"Y":-4,"X":-4,"W":-4,"V":-4,"T":-4,"Q":6,"O":6,"G":6,"C":6,"A":27,";":23,":":20,".":46,"-":33,",":46,")":-4," ":6}},"Z":{"d":"9,-23r121,-197r-117,0r8,-24r141,0r0,25r-118,194r119,0r-7,25r-147,0r0,-23","w":174,"k":{"y":13,"w":13,"u":2,"o":4,"i":4,"e":2,"a":2,"Q":11,"O":11,"G":11,"C":11,"A":-4}},"[":{"d":"69,-242r-33,0r0,277r33,0r0,21r-59,0r0,-320r59,0r0,22","w":93,"k":{"Y":-4,"W":-9,"V":-4,"T":-4,"J":-12}},"\\":{"d":"1,-261r23,-9r108,276r-23,9","w":133},"]":{"d":"24,-264r59,0r0,320r-59,0r0,-21r33,0r0,-277r-33,0r0,-22","w":93},"^":{"d":"109,-255r22,0r80,156r-27,0r-64,-126r-65,126r-26,0","w":239},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"104,-220r-9,17r-81,-36r16,-28","w":121},"a":{"d":"112,-188r69,188r-32,0r-19,-52r-76,0r-19,52r-29,0r70,-188r36,0xm62,-76r61,0r-30,-86","w":186},"b":{"d":"127,-100v54,0,61,86,8,96v-27,5,-68,4,-103,4r0,-188r97,4v36,5,48,63,16,77v-4,4,-12,6,-18,7xm143,-54v0,-37,-45,-32,-83,-32r0,62v38,0,82,6,83,-30xm95,-109v45,8,48,-52,13,-53r-48,-1r0,54r35,0","k":{"y":2,"w":2,"v":2,".":6,",":6}},"c":{"d":"19,-93v0,-73,79,-125,145,-83r-15,19v-47,-28,-106,4,-98,66v-6,62,57,86,102,59r14,19v-59,41,-148,-2,-148,-80","w":175},"d":{"d":"180,-94v0,82,-58,103,-148,94r0,-187v84,-4,148,9,148,93xm148,-92v0,-56,-29,-77,-88,-71r0,139v55,4,88,-9,88,-68","w":202},"e":{"d":"32,-187r117,0r-4,24r-84,0r0,53r71,0r0,24r-70,0r0,61r91,0r0,25r-121,0r0,-187","w":169,"k":{"z":-1,"w":-2}},"f":{"d":"32,-187r112,0r-4,24r-79,0r0,52r65,0r0,24r-65,0r0,87r-29,0r0,-187","w":153,"k":{"}":-40,"f":6,"]":-42,".":6,",":6,")":-40,"'":-28,"\"":-28}},"g":{"d":"21,-95v-10,-84,89,-120,149,-75v-7,10,-13,23,-25,12v-46,-26,-103,6,-93,65v-5,59,45,87,95,67r0,-51r-41,0r-5,-24r74,0r0,89v-65,36,-164,4,-154,-83","w":198,"k":{"f":-2}},"h":{"d":"31,-188r28,0r0,76r84,0r0,-76r29,0r0,188r-29,0r0,-88r-84,0r0,88r-28,0r0,-188","w":203},"i":{"d":"33,-188r29,0r0,188r-29,0r0,-188","w":94},"j":{"d":"4,23v20,-9,32,-24,31,-54r0,-157r28,0r-3,189v-7,19,-22,31,-42,38","w":94},"k":{"d":"30,-188r29,0r0,87r78,-87r37,0r-83,88r84,100r-38,0r-78,-99r0,99r-29,0r0,-188","w":188},"l":{"d":"32,-188r29,0r0,164r82,0r-4,24r-107,0r0,-188","w":155},"m":{"d":"192,-160r-52,160r-25,0r-49,-161r-14,161r-27,0r19,-188r39,0r46,149v11,-52,30,-99,45,-149r41,0r18,188r-29,0","w":250},"n":{"d":"149,-42v-5,-45,-3,-97,-4,-146r28,0r0,188r-30,0r-87,-149r4,149r-29,0r0,-188r33,0","w":203},"o":{"d":"22,-95v-1,-57,32,-96,86,-96v59,0,86,37,87,98v1,63,-26,96,-85,96v-60,0,-87,-39,-88,-98xm156,-46v15,-49,10,-125,-49,-122v-40,2,-54,28,-53,70v1,45,10,80,57,79v22,-1,39,-9,45,-27","w":214,"k":{"y":4,"x":2,"w":4,"v":6,".":6}},"p":{"d":"168,-132v0,53,-47,64,-107,60r0,72r-29,0r0,-188v67,-1,136,-6,136,56xm125,-105v24,-24,5,-68,-38,-59r-26,0r0,68v24,-1,52,4,64,-9","w":187,"k":{"w":2,".":6,",":6}},"q":{"d":"194,-93v0,45,-14,70,-41,87v28,6,45,33,78,27v-28,52,-79,-18,-123,-18v-59,0,-85,-39,-87,-98v0,-57,31,-96,85,-96v59,0,87,37,88,98xm154,-46v15,-47,10,-127,-49,-122v-39,3,-53,27,-52,70v1,46,10,79,56,79v22,-1,39,-9,45,-27","w":214},"r":{"d":"170,0v-16,-1,-41,6,-41,-12v-22,-24,-31,-63,-69,-70r0,82r-28,0r0,-188v62,-1,127,-7,127,52v0,35,-22,53,-57,53v28,22,45,57,68,83xm129,-135v-1,-31,-36,-30,-69,-29r0,62v35,0,70,2,69,-33","w":186,"k":{"z":-2,"y":-6,"x":-2,"w":-9,"v":-9,"u":-3,"t":-8,"q":2,"o":2,"k":2,"f":-8,"e":4,"d":5,"c":2,".":20,",":20}},"s":{"d":"34,-107v-41,-53,32,-106,98,-79v10,4,18,7,25,12r-13,21v-22,-18,-88,-28,-91,11v4,27,37,27,61,34v25,8,48,21,48,53v-1,67,-99,70,-148,42r12,-23v30,27,133,19,96,-33v-20,-18,-71,-15,-88,-38","w":182},"t":{"d":"12,-188r143,0r-3,24r-57,0r0,164r-28,0r0,-164r-55,0r0,-24","w":164},"u":{"d":"158,-17v-36,40,-130,25,-130,-51r0,-120r29,0r1,132v-4,41,64,42,80,18v11,-41,3,-101,5,-150r28,0v-5,56,16,139,-13,171","w":198},"v":{"d":"9,-188r31,0r55,149v15,-53,37,-100,56,-149r30,0r-73,189r-28,0","w":188,"k":{"q":2,"o":2,"e":2,"d":2,"c":2,"a":2,".":27,",":27}},"w":{"d":"188,-35v10,-53,23,-103,36,-153r30,0r-49,189r-36,0r-36,-149r-35,149r-36,0r-50,-189r31,0r33,129v5,13,-2,44,7,9r34,-138r33,0","w":265,"k":{"e":2,"d":2,"c":2,".":20,",":20}},"x":{"d":"13,-188r35,0r39,61r39,-61r33,0r-53,85r66,103r-34,0r-50,-78r-47,78r-35,0r64,-101","w":178,"k":{"v":2,"q":2,"o":2,"e":4,"d":4,"c":4}},"y":{"d":"6,-188r36,0v16,28,36,55,48,85r50,-85r33,0r-69,113r0,75r-29,0r0,-76","w":177,"k":{"q":2,"o":2,"e":2,"d":2,"c":4,".":27,",":27}},"z":{"d":"23,-187r123,0r0,23r-99,141v27,-3,68,0,100,-1r-7,24r-127,0r0,-21r101,-142r-98,0","w":160,"k":{"o":2,"e":2,"d":2,"c":2}},"{":{"d":"12,-114v73,-13,-23,-169,94,-150r0,22v-76,-16,-2,122,-68,139v40,5,31,65,31,110v0,24,13,30,37,28r0,21v-37,4,-63,-9,-63,-45v0,-43,9,-101,-31,-104r0,-21","w":119,"k":{"Y":-4,"W":-4,"V":-4,"T":-4,"J":-12}},"|":{"d":"28,-272r24,0r0,278r-24,0r0,-278","w":79},"}":{"d":"14,-242r0,-22v37,-3,63,9,63,45v1,44,-9,101,31,105v-1,6,3,18,-2,21v-68,10,23,168,-92,149r0,-21v77,17,0,-124,68,-139v-69,-19,13,-150,-68,-138","w":119},"~":{"d":"82,-133v36,2,88,49,109,-1v3,6,14,13,10,19v-12,32,-60,37,-87,16v-20,-14,-61,-13,-65,15v-2,-7,-16,-16,-9,-21v10,-12,20,-29,42,-28","w":239}}});Cufon.registerFont({"w":192,"face":{"font-family":"Meta-BoldCaps","font-weight":400,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-11 -283 303 61","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":119,"k":{"Y":6,"W":13,"V":13,"T":-13,"A":13}},"\u00a0":{"w":119},"!":{"d":"75,-25v0,17,-16,29,-30,30v-15,1,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,30,15,30,30xm27,-80r-11,-167r57,-9r-10,176r-36,0","w":90},"\"":{"d":"75,-255r0,102r-46,0r0,-102r46,0xm158,-255r0,102r-45,0r0,-102r45,0","w":187},"#":{"d":"16,-72r0,-33r35,0r6,-45r-30,0r0,-33r34,0r10,-72r35,0r-10,72r36,0r10,-72r35,0r-10,72r30,0r0,33r-35,0r-6,45r30,0r0,33r-34,0r-10,72r-35,0r10,-72r-36,0r-10,72r-35,0r10,-72r-30,0xm92,-150r-6,45r35,0r6,-45r-35,0","w":213},"$":{"d":"75,-111v-87,-10,-70,-148,15,-146r0,-26r31,0r0,26v26,2,51,12,67,24r-23,36v-26,-27,-115,-26,-88,25v44,22,118,26,116,93v-1,50,-39,79,-88,83r0,30r-31,0v-2,-13,7,-35,-14,-31v-21,-5,-40,-10,-56,-20r19,-40v27,19,112,40,112,-14v0,-30,-35,-32,-60,-40","w":205},"%":{"d":"228,-121v39,1,61,21,61,62v-1,40,-20,61,-61,62v-37,1,-61,-23,-61,-61v0,-37,24,-64,61,-63xm249,-60v10,-37,-40,-47,-42,-13v-1,22,-2,51,21,50v18,-1,21,-17,21,-37xm232,-250r-131,250r-34,0r131,-250r34,0xm69,-254v38,2,63,20,62,62v-1,41,-22,62,-62,63v-36,1,-60,-25,-60,-62v0,-37,24,-64,60,-63xm91,-193v10,-36,-40,-46,-42,-13v-1,22,-2,51,21,50v19,0,21,-18,21,-37","w":294},"&":{"d":"105,-240v67,0,101,78,42,107r-16,9r42,39v4,-10,3,-27,3,-37r41,0v0,27,-4,50,-12,69r54,53r-67,0r-15,-15v-45,36,-164,26,-159,-48v2,-34,18,-50,45,-62v-18,-12,-30,-26,-30,-54v0,-37,32,-61,72,-61xm89,-99v-32,14,-23,69,20,69v18,0,29,-4,38,-12xm102,-151v11,6,27,-17,26,-31v0,-13,-9,-24,-22,-24v-17,0,-27,14,-22,32v3,10,10,14,18,23","w":257},"'":{"d":"76,-255r0,102r-45,0r0,-102r45,0","w":106},"(":{"d":"71,-135v-2,76,5,144,56,168r-13,28v-113,-26,-123,-270,-29,-326v9,-6,18,-12,28,-16r13,28v-37,24,-53,60,-55,118","w":115,"k":{"J":-11}},")":{"d":"45,-86v2,-76,-6,-144,-56,-168r12,-28v115,25,124,272,29,326v-9,6,-18,12,-28,16r-12,-28v37,-24,53,-60,55,-118","w":115},"*":{"d":"153,-221r10,35r-47,15r30,41r-30,22r-30,-42r-29,40r-29,-22r30,-39r-48,-17r12,-34r47,17r0,-50r36,0r0,50","w":173},"+":{"d":"97,-132r0,-76r46,0r0,76r76,0r0,46r-76,0r0,76r-46,0r0,-76r-76,0r0,-46r76,0","w":239},",":{"d":"46,-56v40,-2,44,58,22,83v-10,11,-20,21,-37,25r-19,-20v12,-3,29,-11,25,-24v-8,-11,-24,-14,-23,-33v0,-17,15,-31,32,-31","w":96},"-":{"d":"104,-120r0,42r-86,0r0,-42r86,0","w":121},".":{"d":"48,-58v17,0,32,14,32,32v0,18,-14,31,-32,31v-17,0,-31,-14,-31,-31v0,-17,14,-32,31,-32","w":96},"\/":{"d":"125,-275r-97,330r-32,0r97,-330r32,0","w":120},"0":{"d":"97,-244v58,0,85,57,85,124v0,66,-29,125,-86,125v-58,0,-85,-57,-85,-124v0,-66,29,-125,86,-125xm96,-30v47,-3,36,-130,24,-161v-5,-13,-14,-17,-23,-17v-30,0,-32,47,-32,87v0,52,1,82,31,91"},"1":{"d":"134,-240r0,201r32,0r0,39r-117,0r0,-39r38,0r0,-146v-13,10,-31,17,-48,23r-12,-26r75,-52r32,0"},"2":{"d":"101,-244v57,-2,88,60,58,109v-22,37,-56,72,-87,96r110,-1r-10,40r-155,0r0,-34v35,-38,95,-74,100,-135v4,-49,-63,-32,-81,-8r-26,-31v23,-22,50,-34,91,-36"},"3":{"d":"117,-176v-1,-43,-67,-25,-84,-7r-25,-30v40,-42,163,-45,163,32v0,28,-16,45,-37,53v23,8,43,27,43,55v0,65,-82,91,-157,82r-11,-33v52,8,110,-7,111,-53v1,-33,-33,-33,-67,-32v2,-12,-4,-32,2,-40v29,2,63,2,62,-27"},"4":{"d":"114,14v-5,-21,13,-65,-11,-59r-95,0r0,-33r69,-163r50,0r-62,146v-4,6,-9,10,2,9v20,-4,57,15,49,-23r6,-74r38,-8r0,105r25,0r0,41v-9,1,-22,-1,-27,0v3,15,2,36,2,54"},"5":{"d":"118,-75v0,-47,-57,-42,-91,-28r11,-136r123,0r-7,41r-71,0r-5,49v52,-7,93,20,93,68v1,66,-70,101,-141,89r-11,-35v45,13,99,-2,99,-48"},"6":{"d":"10,-96v4,-96,68,-136,143,-163v6,19,16,42,-10,42v-35,15,-61,39,-74,76v47,-33,116,7,116,64v0,45,-38,82,-84,82v-53,0,-94,-45,-91,-101xm64,-102v-4,34,3,70,35,70v23,0,35,-19,35,-44v0,-42,-45,-46,-70,-26"},"7":{"d":"30,-239r154,0v-18,94,-85,138,-94,242r-53,14r42,-126r50,-88v-35,2,-74,0,-110,1"},"8":{"d":"133,-128v28,11,56,24,56,62v0,49,-42,73,-96,73v-52,0,-87,-21,-89,-69v-1,-29,20,-53,42,-61v-21,-8,-36,-27,-36,-54v0,-43,41,-67,87,-67v44,0,83,24,83,63v0,27,-22,47,-47,53xm80,-104v-34,15,-29,76,18,76v36,0,50,-47,18,-60v-12,-5,-22,-12,-36,-16xm60,-181v3,36,58,40,65,6v4,-22,-9,-33,-32,-33v-19,0,-34,10,-33,27"},"9":{"d":"183,-145v-2,93,-68,135,-135,166r-27,-30v43,-13,77,-39,95,-77v-52,23,-106,-18,-106,-73v0,-49,38,-86,87,-85v56,1,86,40,86,99xm62,-161v0,40,52,60,67,24v6,-32,-2,-70,-33,-70v-22,1,-34,21,-34,46"},":":{"d":"55,-57v17,0,31,15,31,33v0,15,-15,29,-32,29v-16,0,-31,-14,-31,-29v0,-17,15,-33,32,-33xm55,-164v18,0,31,14,31,32v0,17,-14,30,-31,30v-16,1,-31,-14,-31,-30v0,-17,15,-32,31,-32","w":109},";":{"d":"53,-56v39,0,44,58,22,83v-10,11,-20,21,-37,25r-19,-20v17,-2,37,-22,16,-32v-25,-13,-13,-56,18,-56xm52,-164v18,0,32,13,32,31v0,16,-15,31,-31,31v-17,0,-31,-14,-31,-30v-1,-17,14,-32,30,-32","w":109},"<":{"d":"145,-28r-38,32r-87,-112r87,-112r38,34r-61,78","w":156},"=":{"d":"219,-97r0,45r-198,0r0,-45r198,0xm219,-166r0,45r-198,0r0,-45r198,0","w":239},">":{"d":"17,-186r38,-34r87,112r-87,112r-38,-32r61,-80","w":156},"?":{"d":"82,-55v15,0,30,15,30,30v0,15,-14,29,-30,29v-16,0,-29,-13,-29,-29v0,-16,14,-30,29,-30xm158,-194v0,60,-71,49,-60,114v-20,-2,-48,11,-45,-23v3,-37,32,-50,52,-70v15,-16,-3,-41,-24,-39v-17,1,-31,8,-39,17r-22,-31v32,-42,138,-38,138,32","w":180},"@":{"d":"218,-192r-17,94v0,7,4,12,12,11v19,-3,29,-25,29,-54v0,-56,-40,-88,-94,-88v-59,-1,-100,44,-100,102v0,90,111,129,174,79r40,0v-23,32,-61,53,-111,54v-75,2,-139,-57,-139,-133v0,-75,63,-136,139,-134v64,2,125,46,125,118v0,58,-29,84,-79,88v-19,2,-26,-8,-30,-20v-28,38,-105,17,-98,-41v-7,-59,76,-111,112,-60r3,-16r34,0xm133,-87v27,0,38,-17,38,-44v0,-20,-8,-33,-27,-33v-24,0,-37,23,-36,49v1,14,7,29,25,28","w":288},"A":{"d":"211,0r-54,0r-18,-59r-73,0r-18,59r-53,0r82,-251r55,0xm127,-101r-24,-95r-25,95r49,0","w":205,"k":{"z":-2,"y":13,"w":6,"v":13,"u":6,"t":4,"q":4,"p":6,"o":4,"e":4,"d":4,"c":4,"b":4,"Y":33,"W":20,"V":27,"U":26,"T":27,"Q":6,"O":6,"G":6,"C":6," ":13}},"B":{"d":"152,-133v71,10,61,131,-16,132r-111,1r0,-251v78,0,166,-11,167,63v0,28,-16,50,-40,55xm108,-41v40,7,47,-55,18,-66v-13,-5,-34,-1,-51,-2r0,68r33,0xm118,-151v33,-9,25,-63,-14,-57r-29,0r0,58","w":212,"k":{"y":6,"u":4,"r":4,"l":4,"i":4,"h":4,"e":2,"a":4,"W":6,"V":6,"U":6,"T":4}},"C":{"d":"11,-120v-7,-104,90,-169,176,-116r-22,34v-48,-35,-97,3,-97,72v0,56,10,93,59,95v19,0,32,-7,43,-16r23,32v-19,15,-38,24,-70,23v-75,-1,-107,-51,-112,-124","k":{"z":6,"y":9,"u":6,"r":2,"i":4,"a":4}},"D":{"d":"207,-123v0,78,-38,128,-122,123r-61,0r0,-249r94,2v62,8,89,53,89,124xm150,-118v0,-58,-11,-99,-75,-91r0,168v57,7,75,-21,75,-77","w":218,"k":{"u":4,"r":4,"o":4,"i":4,"h":6,"e":2,"a":2,"Y":13,"W":13,"V":13}},"E":{"d":"167,-250r-6,41r-86,0r0,58r72,0r0,41r-71,0r0,67r94,0r0,43r-146,0r0,-250r143,0","w":180,"k":{"z":2,"y":15,"x":2,"w":11,"v":11,"u":6,"t":6,"r":2,"q":2,"p":6,"o":2,"n":2,"m":2,"l":4,"k":4,"j":4,"i":2,"g":2,"f":4,"e":2,"d":2,"c":2,"b":4,"Y":4,"W":4,"V":4}},"F":{"d":"161,-249r-6,40r-80,0r0,57r64,0r0,41r-64,0r0,111r-50,0r0,-249r136,0","w":160,"k":{"y":6,"u":6,"r":15,"o":13,"l":4,"i":8,"e":13,"a":12,"A":20,".":40,",":40}},"G":{"d":"10,-123v-9,-112,112,-168,193,-102r-27,31v-14,-12,-29,-19,-52,-19v-49,1,-57,41,-57,93v0,63,33,100,86,79r0,-57r-38,0r-7,-41r97,0r0,120v-24,12,-50,22,-83,22v-75,0,-106,-50,-112,-126","w":218,"k":{"y":4,"u":4,"r":9,"o":2,"n":6,"l":2,"i":4,"h":4,"e":2,"a":2}},"H":{"d":"75,-250r0,97r72,0r0,-97r51,0r0,250r-51,0r0,-112r-72,0r0,112r-50,0r0,-250r50,0","w":224,"k":{"y":9,"u":9,"o":4,"i":4,"e":4,"a":4}},"I":{"d":"78,-250r0,250r-52,0r0,-250r52,0","w":102,"k":{"z":2,"y":2,"w":6,"v":9,"u":12,"t":9,"s":6,"r":6,"p":12,"o":6,"n":4,"m":4,"l":2,"k":2,"h":2,"g":2,"f":2,"d":4,"c":4,"b":2,"a":4}},"J":{"d":"79,-49v4,59,-22,95,-62,108r-23,-26v23,-15,34,-32,34,-76r0,-207r51,0r0,201","w":102,"k":{"y":2,"u":13,"o":9,"i":6,"e":9,"a":9}},"K":{"d":"76,-250r0,114r72,-114r62,0r-80,116r89,134r-67,0r-76,-131r0,131r-51,0r0,-250r51,0","w":218,"k":{"y":9,"w":17,"u":9,"r":-2,"o":6,"i":-2,"h":-2,"e":2,"a":-2,"Q":13,"O":13,"G":13,"C":13}},"L":{"d":"78,-250r0,208r90,0r-9,42r-132,0r0,-250r51,0","w":173,"k":{"y":13,"w":15,"u":2,"j":4,"Y":33,"W":20,"V":27,"U":11,"T":27,"Q":6,"O":6,"G":6,"C":6,"A":-4," ":6}},"M":{"d":"121,0r-45,-175r-11,175r-51,0r24,-250r65,0r41,163r43,-163r66,0r22,250r-49,0r-12,-174v-13,61,-33,115,-48,174r-45,0","w":289,"k":{"y":11,"u":13,"o":9,"n":2,"j":6,"i":4,"e":9,"a":4}},"N":{"d":"81,-250v24,57,56,110,75,171r-5,-171r48,0r0,250r-52,0r-67,-150v-5,-12,-8,-22,-10,-28r4,178r-49,0r0,-250r56,0","w":223,"k":{"y":11,"u":11,"o":11,"i":9,"e":11,"a":11}},"O":{"d":"118,-253v75,0,108,52,108,127v0,75,-31,129,-106,130v-78,1,-110,-53,-110,-128v0,-74,33,-129,108,-129xm168,-125v0,-48,-5,-90,-51,-90v-45,0,-51,43,-51,91v0,51,5,89,52,89v46,0,50,-42,50,-90","w":237,"k":{"z":2,"y":-2,"x":-2,"u":2,"t":2,"s":2,"r":2,"q":2,"p":2,"o":2,"n":2,"m":2,"l":2,"k":2,"j":2,"i":2,"h":4,"g":2,"f":2,"e":2,"d":2,"c":2,"b":2,"a":2,"Y":15,"X":15,"W":19,"V":9,"T":15,"A":11}},"P":{"d":"195,-174v-1,65,-46,88,-120,82r0,92r-51,0r0,-251v84,-1,172,-8,171,77xm133,-145v13,-22,8,-70,-26,-65r-32,0r0,77v24,-1,49,3,58,-12","w":205,"k":{"y":2,"u":11,"t":6,"s":13,"r":11,"o":19,"n":11,"l":2,"i":4,"h":4,"e":19,"a":15,"I":4,"H":4,"E":4,"A":27,".":46,",":46," ":6}},"Q":{"d":"176,-11v20,6,30,22,55,22v7,-1,16,0,21,-2v-8,16,-6,40,-36,37v-43,-4,-58,-34,-96,-42v-78,0,-110,-53,-110,-128v0,-74,33,-129,108,-129v74,0,108,51,108,127v0,54,-17,94,-50,115xm168,-125v0,-48,-5,-90,-51,-90v-45,0,-51,43,-51,91v0,51,5,89,52,89v45,0,50,-41,50,-90","w":237,"k":{"u":2,"a":2,"Y":9,"X":4,"W":11,"V":6,"U":13,"T":9,"A":9}},"R":{"d":"144,0v-25,-33,-35,-91,-72,-104r0,104r-50,0r0,-251v82,-2,167,-8,167,74v0,35,-24,68,-56,69v30,29,49,73,71,108r-60,0xm136,-176v0,-34,-30,-35,-64,-34r0,68v35,1,64,0,64,-34","w":205,"k":{"y":-17,"u":4,"o":4,"e":4,"Y":13,"W":6,"V":6,"U":9,"T":1,"Q":13,"O":13,"G":13,"C":13}},"S":{"d":"44,-123v-61,-46,-15,-144,64,-135v32,4,60,10,80,25r-23,36v-26,-27,-115,-26,-88,25v44,22,116,26,116,93v0,86,-124,103,-189,62r19,-40v27,19,112,40,112,-14v0,-42,-65,-32,-91,-52","w":205,"k":{"y":4,"w":11,"u":9,"t":9,"q":4,"p":9,"o":4,"n":9,"m":9,"l":9,"k":9,"j":6,"i":4,"h":4,"e":4,"a":4}},"T":{"d":"183,-250r-8,42r-60,0r0,208r-51,0r0,-208r-61,0r0,-42r180,0","w":180,"k":{"z":25,"y":27,"w":27,"u":27,"s":27,"r":20,"o":27,"m":47,"i":6,"e":27,"c":27,"a":27,"Y":-4,"X":-6,"W":-2,"T":-4,"S":4,"Q":13,"O":6,"G":13,"C":13,"A":27,";":40,":":40,".":40,"-":20,",":40}},"U":{"d":"182,-21v-36,41,-157,32,-161,-31v-4,-61,-1,-134,-2,-198r52,0v3,63,-6,140,4,194v19,31,87,20,73,-34r0,-160r51,0r0,168v0,33,-3,45,-17,61","w":218,"k":{"z":6,"x":4,"t":11,"s":11,"r":13,"p":11,"n":13,"m":13,"l":2,"k":2,"i":6,"h":2,"g":6,"f":4,"d":11,"b":2,"A":13}},"V":{"d":"53,-250r52,174r57,-174r53,-1r-87,253r-46,0r-85,-252r56,0","w":212,"k":{"}":-9,"y":13,"u":13,"r":20,"o":27,"i":6,"e":20,"a":20,"]":-13,"Q":9,"O":9,"G":9,"C":9,"A":27,";":20,":":20,".":33,"-":20,",":33,")":-4}},"W":{"d":"216,-72r14,-83r21,-95r52,0r-60,252r-55,0r-34,-174r-33,174r-57,0r-60,-252r53,0r22,98v7,34,9,53,13,83r13,-80r22,-101r56,0","w":308,"k":{"}":-13,"y":6,"u":6,"r":6,"o":6,"i":3,"e":6,"a":13,"]":-15,"T":-4,"Q":6,"O":6,"G":6,"C":6,"A":20,";":6,":":6,".":20,"-":7,",":20,")":-4}},"X":{"d":"68,-251r34,67r34,-67r60,0r-65,113r78,138r-61,0r-45,-88r-45,88r-62,0r78,-134r-68,-117r62,0","w":205,"k":{"y":4,"u":9,"e":2,"T":2,"Q":9,"O":9,"G":9,"C":9}},"Y":{"d":"58,-251r45,100r46,-100r59,0r-80,148r0,103r-52,0r0,-103r-79,-148r61,0","w":199,"k":{"}":-13,"v":20,"u":20,"t":19,"q":27,"p":20,"o":27,"l":-2,"i":13,"e":20,"a":20,"]":-13,"Y":-4,"X":-4,"W":-4,"V":-4,"T":-4,"Q":6,"O":6,"G":6,"C":6,"A":33,";":27,":":27,".":40,"-":20,",":40,")":-4," ":6}},"Z":{"d":"6,-35r108,-175v-32,3,-68,2,-103,2r11,-42r150,0r0,36r-106,174r109,-1r-13,41r-156,0r0,-35","w":180,"k":{"y":13,"w":13,"u":2,"o":4,"i":4,"e":2,"a":2,"Q":11,"O":11,"G":11,"C":11,"A":-4}},"[":{"d":"67,-231r0,255r32,0r0,32r-75,0r0,-320r75,0r0,33r-32,0","w":106,"k":{"J":-11}},"\\":{"d":"40,-274r108,280r-41,13r-108,-280","w":146},"]":{"d":"83,-264r0,320r-76,0r0,-32r33,0r0,-255r-33,0r0,-33r76,0","w":106},"^":{"d":"146,-255r65,132r-51,0r-40,-86r-40,86r-51,0r65,-132r52,0","w":239},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"`":{"d":"91,-201r-80,-36r21,-37r74,47","w":121},"a":{"d":"138,0r-15,-41r-57,0r-14,41r-51,0r71,-194r49,0r67,194r-50,0xm112,-77r-17,-71r-18,71r35,0","w":188},"b":{"d":"180,-55v2,66,-85,55,-153,55r0,-193v62,2,145,-14,145,48v-1,21,-12,35,-28,42v21,9,35,21,36,48xm125,-60v0,-25,-26,-21,-50,-21r0,44v25,1,50,2,50,-23xm74,-119v23,-1,50,5,48,-20v-2,-19,-26,-17,-48,-17r0,37","w":194,"k":{"y":2,"w":2,"v":2}},"c":{"d":"172,-16v-16,12,-33,19,-59,19v-63,0,-94,-34,-98,-94v-5,-86,81,-131,152,-92r-21,31v-35,-23,-84,0,-77,50v-9,58,40,87,81,58","w":178},"d":{"d":"184,-95v0,85,-66,103,-158,95r0,-192r82,1v49,6,76,39,76,96xm130,-91v0,-45,-8,-72,-55,-66r0,120v41,3,55,-9,55,-54","w":198},"e":{"d":"26,0r0,-194r123,0r-7,38r-68,0r0,36r57,0r0,38r-56,0r0,43r76,0r0,39r-125,0","w":165},"f":{"d":"137,-156r-62,0r0,37r49,0r0,38r-49,0r0,81r-48,0r0,-193r116,0","w":149,"k":{"}":-28,"f":-26,"]":-32,")":-32,"'":-24,"\"":-19}},"g":{"d":"184,-16v-22,10,-43,17,-74,17v-62,-1,-92,-34,-96,-96v-6,-91,102,-130,169,-79r-26,29v-12,-9,-25,-16,-44,-16v-39,1,-42,27,-45,69v-3,51,26,70,65,56r0,-37r-28,0r-7,-37r86,0r0,94","w":199,"k":{"y":-9}},"h":{"d":"128,0r0,-82r-52,0r0,82r-49,0r0,-193r49,0r0,72r52,0r0,-72r49,0r0,193r-49,0","w":205},"i":{"d":"27,0r0,-193r50,0r0,193r-50,0","w":103},"j":{"d":"0,25v18,-14,30,-24,30,-60r0,-158r48,0r-2,190v-7,26,-29,42,-53,51","w":102},"k":{"d":"136,0r-59,-100r0,100r-50,0r0,-193r50,0r0,86r54,-86r59,0r-62,89r73,104r-65,0","w":204},"l":{"d":"142,0r-113,0r0,-193r49,0r0,154r74,0","w":163},"m":{"d":"189,-127r-39,127r-41,0r-35,-131r-8,131r-49,0r21,-193r60,0r32,122r34,-122r61,0r19,193r-47,0","w":264},"n":{"d":"136,-74r-4,-119r45,0r0,193r-49,0r-57,-129r2,129r-45,0r0,-193r52,0","w":204},"o":{"d":"201,-99v0,59,-31,102,-92,102v-59,0,-96,-40,-96,-98v0,-61,35,-101,94,-100v57,0,95,36,94,96xm145,-99v0,-35,-5,-62,-38,-62v-33,0,-40,29,-40,67v-1,41,6,63,40,63v33,0,39,-26,38,-68","w":215,"k":{"y":4,"x":2,"w":4,"v":4}},"p":{"d":"143,-184v55,21,32,126,-35,115r-34,1r0,68r-48,0r0,-194v40,2,95,-6,117,10xm123,-133v0,-25,-22,-27,-49,-25r0,53v28,1,49,2,49,-28","w":189,"k":{"w":2}},"q":{"d":"162,-12v14,12,37,17,60,16v-7,15,-6,34,-31,32v-35,-3,-51,-26,-81,-33v-58,0,-97,-38,-97,-98v0,-59,39,-100,95,-100v55,0,94,36,93,96v-1,38,-16,71,-39,87xm145,-99v-1,-35,-4,-62,-38,-62v-33,0,-40,33,-40,67v0,41,5,63,40,63v33,0,39,-31,38,-68","w":215},"r":{"d":"171,-135v0,25,-19,50,-39,54r53,81r-57,0v-21,-21,-32,-72,-57,-77r0,77r-47,0r0,-194v68,0,147,-10,147,59xm121,-135v0,-24,-24,-23,-50,-23r0,46v25,0,50,1,50,-23","w":189,"k":{"z":-7,"y":-6,"x":-4,"w":-9,"v":-9,"u":-3,"t":-8,"q":2,"o":2,"n":1,"m":1,"k":2,"i":2,"f":-8,"e":7,"d":7,"c":4,".":20,",":20}},"s":{"d":"159,-100v48,59,-30,124,-112,100v-13,-4,-25,-6,-35,-12r15,-37v17,8,34,15,58,15v38,0,46,-35,9,-41v-39,-6,-74,-18,-75,-63v-1,-67,105,-75,153,-42r-23,34v-16,-9,-30,-14,-50,-15v-17,-2,-34,14,-22,29v24,12,66,13,82,32","w":191},"t":{"d":"166,-193r-10,38r-48,0r0,155r-49,0r0,-155r-50,0r0,-38r157,0","w":167},"u":{"d":"179,-193v-6,86,30,201,-77,196v-48,-2,-80,-14,-80,-65r0,-131r49,0r1,139v2,13,12,20,28,19v23,-1,30,-9,30,-36r0,-122r49,0","w":200},"v":{"d":"98,-68v12,-45,30,-84,46,-125r50,0r-76,194r-41,0r-74,-194r52,0","w":196,"k":{"q":2,"o":2,"e":2,"d":2,"c":2,"a":2,".":27,",":27}},"w":{"d":"192,-63r12,-70r15,-60r51,0r-53,195r-50,0r-28,-129r-25,129r-52,0r-53,-195r51,0v8,44,23,85,27,133v7,-46,17,-91,28,-133r52,0","w":280,"k":{"q":2,"e":2,"d":2,"c":2,".":13,",":13}},"x":{"d":"131,0r-34,-62r-35,62r-61,0r68,-104r-57,-90r59,0r25,46r26,-46r58,0r-56,87r66,107r-59,0","k":{"q":2,"o":2,"e":4,"d":4,"c":4}},"y":{"d":"120,-80r0,80r-50,0r0,-80r-66,-114r58,0r36,72v9,-25,21,-48,33,-71r58,0","w":185,"k":{"q":2,"o":2,"e":2,"d":2,"c":2,".":27,",":27}},"z":{"d":"156,-162r-84,125r88,0r-14,37r-134,0r0,-32r86,-125v-26,2,-55,1,-82,1r12,-38r128,0r0,32","w":168,"k":{"o":2,"e":2,"d":2,"c":2}},"{":{"d":"51,-104v80,2,-13,134,77,119r0,41v-49,3,-84,-3,-84,-53v0,-41,10,-92,-39,-86r0,-41v18,-2,39,-6,39,-25v0,-54,-7,-117,46,-115r38,0r0,42v-23,-1,-41,-1,-41,23v0,43,11,98,-36,95","w":133,"k":{"J":-9}},"|":{"d":"63,-272r0,278r-46,0r0,-278r46,0","w":79},"}":{"d":"82,-103v-80,-2,13,-134,-77,-119r0,-42v49,-3,84,3,84,53v0,42,-10,92,39,87r0,41v-20,0,-39,5,-39,25v0,53,8,117,-46,114r-38,0r0,-41v23,1,41,1,41,-23v0,-42,-11,-99,36,-95","w":133},"~":{"d":"37,-113v18,-51,86,-19,121,-7v17,0,23,-15,32,-24v3,14,12,28,12,41v-15,43,-79,23,-107,7v-21,-12,-38,9,-45,22","w":239}}});(function($){$.fn.jcarousel=function(o){if(typeof o=='string'){var instance=$(this).data('jcarousel'),args=Array.prototype.slice.call(arguments,1);return instance[o].apply(instance,args);}else
return this.each(function(){$(this).data('jcarousel',new $jc(this,o));});};var defaults={vertical:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:'normal',easing:'swing',auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:'<div></div>',buttonPrevHTML:'<div></div>',buttonNextEvent:'click',buttonPrevEvent:'click',buttonNextCallback:null,buttonPrevCallback:null};$.jcarousel=function(e,o){this.options=$.extend({},defaults,o||{});this.locked=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.wh=!this.options.vertical?'width':'height';this.lt=!this.options.vertical?'left':'top';var skin='',split=e.className.split(' ');for(var i=0;i<split.length;i++){if(split[i].indexOf('jcarousel-skin')!=-1){$(e).removeClass(split[i]);skin=split[i];break;}}
if(e.nodeName=='UL'||e.nodeName=='OL'){this.list=$(e);this.container=this.list.parent();if(this.container.hasClass('jcarousel-clip')){if(!this.container.parent().hasClass('jcarousel-container'))
this.container=this.container.wrap('<div></div>');this.container=this.container.parent();}else if(!this.container.hasClass('jcarousel-container'))
this.container=this.list.wrap('<div></div>').parent();}else{this.container=$(e);this.list=this.container.find('ul,ol').eq(0);}
if(skin!=''&&this.container.parent()[0].className.indexOf('jcarousel-skin')==-1)
this.container.wrap('<div class=" '+skin+'"></div>');this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass('jcarousel-clip'))
this.clip=this.list.wrap('<div></div>').parent();this.buttonNext=$('.jcarousel-next',this.container);if(this.buttonNext.size()==0&&this.options.buttonNextHTML!=null)
this.buttonNext=this.clip.after(this.options.buttonNextHTML).next();this.buttonNext.addClass(this.className('jcarousel-next'));this.buttonPrev=$('.jcarousel-prev',this.container);if(this.buttonPrev.size()==0&&this.options.buttonPrevHTML!=null)
this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();this.buttonPrev.addClass(this.className('jcarousel-prev'));this.clip.addClass(this.className('jcarousel-clip')).css({overflow:'hidden',position:'relative'});this.list.addClass(this.className('jcarousel-list')).css({overflow:'hidden',position:'relative',top:0,left:0,margin:0,padding:0});this.container.addClass(this.className('jcarousel-container')).css({position:'relative'});var di=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var li=this.list.children('li');var self=this;if(li.size()>0){var wh=0,i=this.options.offset;li.each(function(){self.format(this,i++);wh+=self.dimension(this,di);});this.list.css(this.wh,wh+'px');if(!o||o.size===undefined)
this.options.size=li.size();}
this.container.css('display','block');this.buttonNext.css('display','block');this.buttonPrev.css('display','block');this.funcNext=function(){self.next();};this.funcPrev=function(){self.prev();};this.funcResize=function(){self.reload();};if(this.options.initCallback!=null)
this.options.initCallback(this,'init');if($.browser.safari){this.buttons(false,false);$(window).bind('load.jcarousel',function(){self.setup();});}else
this.setup();};var $jc=$.jcarousel;$jc.fn=$jc.prototype={jcarousel:'0.2.4'};$jc.fn.extend=$jc.extend=$.extend;$jc.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.tail=null;this.inTail=false;if(this.locked)
return;this.list.css(this.lt,this.pos(this.options.offset)+'px');var p=this.pos(this.options.start);this.prevFirst=this.prevLast=null;this.animate(p,false);$(window).unbind('resize.jcarousel',this.funcResize).bind('resize.jcarousel',this.funcResize);},reset:function(){this.list.empty();this.list.css(this.lt,'0px');this.list.css(this.wh,'10px');if(this.options.initCallback!=null)
this.options.initCallback(this,'reset');this.setup();},reload:function(){if(this.tail!=null&&this.inTail)
this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=false;if(this.options.reloadCallback!=null)
this.options.reloadCallback(this);if(this.options.visible!=null){var self=this;var di=Math.ceil(this.clipping()/this.options.visible),wh=0,lt=0;$('li',this.list).each(function(i){wh+=self.dimension(this,di);if(i+1<self.first)
lt=wh;});this.list.css(this.wh,wh+'px');this.list.css(this.lt,-lt+'px');}
this.scroll(this.first,false);},lock:function(){this.locked=true;this.buttons();},unlock:function(){this.locked=false;this.buttons();},size:function(s){if(s!=undefined){this.options.size=s;if(!this.locked)
this.buttons();}
return this.options.size;},has:function(i,i2){if(i2==undefined||!i2)
i2=i;if(this.options.size!==null&&i2>this.options.size)
i2=this.options.size;for(var j=i;j<=i2;j++){var e=this.get(j);if(!e.length||e.hasClass('jcarousel-item-placeholder'))
return false;}
return true;},get:function(i){return $('.jcarousel-item-'+i,this.list);},add:function(i,s){var e=this.get(i),old=0,add=0;if(e.length==0){var c,e=this.create(i),j=$jc.intval(i);while(c=this.get(--j)){if(j<=0||c.length){j<=0?this.list.prepend(e):c.after(e);break;}}}else
old=this.dimension(e);e.removeClass(this.className('jcarousel-item-placeholder'));typeof s=='string'?e.html(s):e.empty().append(s);var di=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var wh=this.dimension(e,di)-old;if(i>0&&i<this.first)
this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-wh+'px');this.list.css(this.wh,$jc.intval(this.list.css(this.wh))+wh+'px');return e;},remove:function(i){var e=this.get(i);if(!e.length||(i>=this.first&&i<=this.last))
return;var d=this.dimension(e);if(i<this.first)
this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+d+'px');e.remove();this.list.css(this.wh,$jc.intval(this.list.css(this.wh))-d+'px');},next:function(){this.stopAuto();if(this.tail!=null&&!this.inTail)
this.scrollTail(false);else
this.scroll(((this.options.wrap=='both'||this.options.wrap=='last')&&this.options.size!=null&&this.last==this.options.size)?1:this.first+this.options.scroll);},prev:function(){this.stopAuto();if(this.tail!=null&&this.inTail)
this.scrollTail(true);else
this.scroll(((this.options.wrap=='both'||this.options.wrap=='first')&&this.options.size!=null&&this.first==1)?this.options.size:this.first-this.options.scroll);},scrollTail:function(b){if(this.locked||this.animating||!this.tail)
return;var pos=$jc.intval(this.list.css(this.lt));!b?pos-=this.tail:pos+=this.tail;this.inTail=!b;this.prevFirst=this.first;this.prevLast=this.last;this.animate(pos);},scroll:function(i,a){if(this.locked||this.animating)
return;this.animate(this.pos(i),a);},pos:function(i){var pos=$jc.intval(this.list.css(this.lt));if(this.locked||this.animating)
return pos;if(this.options.wrap!='circular')
i=i<1?1:(this.options.size&&i>this.options.size?this.options.size:i);var back=this.first>i;var f=this.options.wrap!='circular'&&this.first<=1?1:this.first;var c=back?this.get(f):this.get(this.last);var j=back?f:f-1;var e=null,l=0,p=false,d=0,g;while(back?--j>=i:++j<i){e=this.get(j);p=!e.length;if(e.length==0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c[back?'before':'after'](e);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)
this.add(j,g.children().clone(true));}}
c=e;d=this.dimension(e);if(p)
l+=d;if(this.first!=null&&(this.options.wrap=='circular'||(j>=1&&(this.options.size==null||j<=this.options.size))))
pos=back?pos+d:pos-d;}
var clipping=this.clipping();var cache=[];var visible=0,j=i,v=0;var c=this.get(i-1);while(++visible){e=this.get(j);p=!e.length;if(e.length==0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c.length==0?this.list.prepend(e):c[back?'before':'after'](e);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)
this.add(j,g.find('>*').clone(true));}}
c=e;var d=this.dimension(e);if(d==0){alert('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...');return 0;}
if(this.options.wrap!='circular'&&this.options.size!==null&&j>this.options.size)
cache.push(e);else if(p)
l+=d;v+=d;if(v>=clipping)
break;j++;}
for(var x=0;x<cache.length;x++)
cache[x].remove();if(l>0){this.list.css(this.wh,this.dimension(this.list)+l+'px');if(back){pos-=l;this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-l+'px');}}
var last=i+visible-1;if(this.options.wrap!='circular'&&this.options.size&&last>this.options.size)
last=this.options.size;if(j>last){visible=0,j=last,v=0;while(++visible){var e=this.get(j--);if(!e.length)
break;v+=this.dimension(e);if(v>=clipping)
break;}}
var first=last-visible+1;if(this.options.wrap!='circular'&&first<1)
first=1;if(this.inTail&&back){pos+=this.tail;this.inTail=false;}
this.tail=null;if(this.options.wrap!='circular'&&last==this.options.size&&(last-visible+1)>=1){var m=$jc.margin(this.get(last),!this.options.vertical?'marginRight':'marginBottom');if((v-m)>clipping)
this.tail=v-clipping-m;}
while(i-->first)
pos+=this.dimension(this.get(i));this.prevFirst=this.first;this.prevLast=this.last;this.first=first;this.last=last;return pos;},animate:function(p,a){if(this.locked||this.animating)
return;this.animating=true;var self=this;var scrolled=function(){self.animating=false;if(p==0)
self.list.css(self.lt,0);if(self.options.wrap=='circular'||self.options.wrap=='both'||self.options.wrap=='last'||self.options.size==null||self.last<self.options.size)
self.startAuto();self.buttons();self.notify('onAfterAnimation');};this.notify('onBeforeAnimation');if(!this.options.animation||a==false){this.list.css(this.lt,p+'px');scrolled();}else{var o=!this.options.vertical?{'left':p}:{'top':p};this.list.animate(o,this.options.animation,this.options.easing,scrolled);}},startAuto:function(s){if(s!=undefined)
this.options.auto=s;if(this.options.auto==0)
return this.stopAuto();if(this.timer!=null)
return;var self=this;this.timer=setTimeout(function(){self.next();},this.options.auto*1000);},stopAuto:function(){if(this.timer==null)
return;clearTimeout(this.timer);this.timer=null;},buttons:function(n,p){if(n==undefined||n==null){var n=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='first')||this.options.size==null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=='first')&&this.options.size!=null&&this.last>=this.options.size)
n=this.tail!=null&&!this.inTail;}
if(p==undefined||p==null){var p=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='last')||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=='last')&&this.options.size!=null&&this.first==1)
p=this.tail!=null&&this.inTail;}
var self=this;this.buttonNext[n?'bind':'unbind'](this.options.buttonNextEvent+'.jcarousel',this.funcNext)[n?'removeClass':'addClass'](this.className('jcarousel-next-disabled')).attr('disabled',n?false:true);this.buttonPrev[p?'bind':'unbind'](this.options.buttonPrevEvent+'.jcarousel',this.funcPrev)[p?'removeClass':'addClass'](this.className('jcarousel-prev-disabled')).attr('disabled',p?false:true);if(this.buttonNext.length>0&&(this.buttonNext[0].jcarouselstate==undefined||this.buttonNext[0].jcarouselstate!=n)&&this.options.buttonNextCallback!=null){this.buttonNext.each(function(){self.options.buttonNextCallback(self,this,n);});this.buttonNext[0].jcarouselstate=n;}
if(this.buttonPrev.length>0&&(this.buttonPrev[0].jcarouselstate==undefined||this.buttonPrev[0].jcarouselstate!=p)&&this.options.buttonPrevCallback!=null){this.buttonPrev.each(function(){self.options.buttonPrevCallback(self,this,p);});this.buttonPrev[0].jcarouselstate=p;}},notify:function(evt){var state=this.prevFirst==null?'init':(this.prevFirst<this.first?'next':'prev');this.callback('itemLoadCallback',evt,state);if(this.prevFirst!==this.first){this.callback('itemFirstInCallback',evt,state,this.first);this.callback('itemFirstOutCallback',evt,state,this.prevFirst);}
if(this.prevLast!==this.last){this.callback('itemLastInCallback',evt,state,this.last);this.callback('itemLastOutCallback',evt,state,this.prevLast);}
this.callback('itemVisibleInCallback',evt,state,this.first,this.last,this.prevFirst,this.prevLast);this.callback('itemVisibleOutCallback',evt,state,this.prevFirst,this.prevLast,this.first,this.last);},callback:function(cb,evt,state,i1,i2,i3,i4){if(this.options[cb]==undefined||(typeof this.options[cb]!='object'&&evt!='onAfterAnimation'))
return;var callback=typeof this.options[cb]=='object'?this.options[cb][evt]:this.options[cb];if(!$.isFunction(callback))
return;var self=this;if(i1===undefined)
callback(self,state,evt);else if(i2===undefined)
this.get(i1).each(function(){callback(self,this,i1,state,evt);});else{for(var i=i1;i<=i2;i++)
if(i!==null&&!(i>=i3&&i<=i4))
this.get(i).each(function(){callback(self,this,i,state,evt);});}},create:function(i){return this.format('<li></li>',i);},format:function(e,i){var $e=$(e).addClass(this.className('jcarousel-item')).addClass(this.className('jcarousel-item-'+i)).css({'float':'left','list-style':'none'});$e.attr('jcarouselindex',i);return $e;},className:function(c){return c+' '+c+(!this.options.vertical?'-horizontal':'-vertical');},dimension:function(e,d){var el=e.jquery!=undefined?e[0]:e;var old=!this.options.vertical?el.offsetWidth+$jc.margin(el,'marginLeft')+$jc.margin(el,'marginRight'):el.offsetHeight+$jc.margin(el,'marginTop')+$jc.margin(el,'marginBottom');if(d==undefined||old==d)
return old;var w=!this.options.vertical?d-$jc.margin(el,'marginLeft')-$jc.margin(el,'marginRight'):d-$jc.margin(el,'marginTop')-$jc.margin(el,'marginBottom');$(el).css(this.wh,w+'px');return this.dimension(el);},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-$jc.intval(this.clip.css('borderLeftWidth'))-$jc.intval(this.clip.css('borderRightWidth')):this.clip[0].offsetHeight-$jc.intval(this.clip.css('borderTopWidth'))-$jc.intval(this.clip.css('borderBottomWidth'));},index:function(i,s){if(s==undefined)
s=this.options.size;return Math.round((((i-1)/s)-Math.floor((i-1)/s))*s)+1;}});$jc.extend({defaults:function(d){return $.extend(defaults,d||{});},margin:function(e,p){if(!e)
return 0;var el=e.jquery!=undefined?e[0]:e;if(p=='marginRight'&&$.browser.safari){var old={'display':'block','float':'none','width':'auto'},oWidth,oWidth2;$.swap(el,old,function(){oWidth=el.offsetWidth;});old['marginRight']=0;$.swap(el,old,function(){oWidth2=el.offsetWidth;});return oWidth2-oWidth;}
return $jc.intval($.css(el,p));},intval:function(v){v=parseInt(v);return isNaN(v)?0:v;}});})(jQuery);(function($){$.event.special.mousewheel={setup:function(){var handler=$.event.special.mousewheel.handler;if($.browser.mozilla)
$(this).bind('mousemove.mousewheel',function(event){$.data(this,'mwcursorposdata',{pageX:event.pageX,pageY:event.pageY,clientX:event.clientX,clientY:event.clientY});});if(this.addEventListener)
this.addEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=handler;},teardown:function(){var handler=$.event.special.mousewheel.handler;$(this).unbind('mousemove.mousewheel');if(this.removeEventListener)
this.removeEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=function(){};$.removeData(this,'mwcursorposdata');},handler:function(event){var args=Array.prototype.slice.call(arguments,1);event=$.event.fix(event||window.event);$.extend(event,$.data(this,'mwcursorposdata')||{});var delta=0,returnValue=true;if(event.wheelDelta)delta=event.wheelDelta/120;if(event.detail)delta=-event.detail/3;event.data=event.data||{};event.type="mousewheel";args.unshift(delta);args.unshift(event);return $.event.handle.apply(this,args);}};$.fn.extend({mousewheel:function(fn){return fn?this.bind("mousewheel",fn):this.trigger("mousewheel");},unmousewheel:function(fn){return this.unbind("mousewheel",fn);}});})(jQuery);zoombox={Dwidth:640,Dheight:360,duration:750,animation:"all",maskOpacity:0.12,FLVPlayer:"/zoombox/FLVplayer.swf",MP3Player:"/zoombox/MP3player.swf",allowOverflow:false,bindable:"a[rel^='zoombox']",theme:"default",fixed:false,themes:{"default":'\
   <div id="zoombox"> \
    <div id="zoombox_aplat" class="zoombox_close"></div>\
    <div id="zoombox_contener">\
     <div id="zoombox_relative">\
      <div id="zoombox_close" class="zoombox_close"></div>\
      <div id="zoombox_content"></div>\
      <div id="zoombox_bg"><div class="zoombox_bg_h"></div><div class="zoombox_bg_b"></div><div class="zoombox_bg_d"></div><div class="zoombox_bg_g"></div><div class="zoombox_bg_bg"></div><div class="zoombox_bg_bd"></div><div class="zoombox_bg_hg"></div><div class="zoombox_bg_hd"></div></div>\
      <div id="zoombox_nav">\
       <table cellpadding="0">\
        <tr>\
         <td width="25"><div id="zoombox_prev"></div></td>\
         <td><div id="zoombox_title"><span></span></div></td>\
         <td width="25"><div id="zoombox_next"></div></td>\
        </tr>\
       </table>\
      </div>\
     </div>\
    </div>\
   </div>\
   ',"lightbox":'\
   <div id="zoombox" class="lightbox"> \
    <div id="zoombox_aplat" class="zoombox_close"></div>\
    <div id="zoombox_contener">\
     <div id="zoombox_relative">\
      <div id="zoombox_content"></div>\
      <div id="zoombox_bg"><div class="zoombox_bg_h"></div><div class="zoombox_bg_b"></div><div class="zoombox_bg_d"></div><div class="zoombox_bg_g"></div><div class="zoombox_bg_bg"></div><div class="zoombox_bg_bd"></div><div class="zoombox_bg_hg"></div><div class="zoombox_bg_hd"></div></div>\
      <div id="zoombox_infos"><div id="zoombox_title"><span></span></div></div>\
      <div id="zoombox_close" class="zoombox_close"></div>\
      <div id="zoombox_next"></div><div id="zoombox_prev"></div>\
     </div>\
    </div>\
   </div>\
   '},inCSS:null,width:0,height:0,state:'close',url:null,title:null,type:"multimedia",animateOpening:false,timer:null,loaded:false,gallery:"",position:0,margesH:null,margesV:null,working:true,filtreImg:/(\.jpg)|(\.jpeg)|(\.bmp)|(\.gif)|(\.png)/i,filtreMP3:/(\.mp3)/i,filtreFLV:/(\.flv)/i,filtreSWF:/(\.swf)/i,filtreQuicktime:/(\.mov)|(\.mp4)/i,filtreWMV:/(\.wmv)|(\.avi)/i,filtreDailymotion:/(http:\/\/www.dailymotion)|(http:\/\/dailymotion)/i,filtreVimeo:/(http:\/\/www.vimeo)|(http:\/\/vimeo)/i,filtreYoutube:/(youtube\.)/i,filtreKoreus:/(http:\/\/www\.koreus)|(http:\/\/koreus)/i,filtreDeezer:/(http:\/\/www\.deezer)|(http:\/\/deezer)/i,galleryRegExp:/\[(?:.*)\]/,init:function(){$(zoombox.bindable).each(function(){$(this).unbind('click');});zoombox.images=new Array();$(zoombox.bindable).each(function(){var gallery=zoombox.galleryRegExp.exec($(this).attr("rel"));if(!zoombox.images[gallery]){zoombox.images[gallery]=new Array();}
zoombox.images[gallery].push($(this));$(this).bind('click',function(){zoombox.click($(this));return false;});});$(window).unbind('resize',zoombox.resize);$(window).unbind('scroll',zoombox.resize);$(document).unbind('keyup',zoombox.keyboard);$(window).resize(zoombox.resize);$(window).scroll(zoombox.resize);$(document).keyup(zoombox.keyboard);},click:function(div){if(zoombox.state=='open'){return false;}
zoombox.gallery=zoombox.galleryRegExp.exec(div.attr("rel"));for(var i=0;i<zoombox.images[zoombox.gallery].length;i++){if($(zoombox.images[zoombox.gallery][i]).html()==div.html()&&$(zoombox.images[zoombox.gallery][i]).attr("href")==div.attr("href")){zoombox.position=i;break;}}
zoombox.animateOpening=false;if(zoombox.animation=="all"){zoombox.animateOpening=true;zoombox.inCSS={"top":div.offset().top,"left":div.offset().left,"width":div.width(),"height":div.height()}}
if(div.children("img").length&&(zoombox.animation=="all"||zoombox.animation=="img")){zoombox.inCSS={"top":div.children("img").offset().top,"left":div.children("img").offset().left,"width":div.children("img").width(),"height":div.children("img").height()}
zoombox.animateOpening=true;}
zoombox.url=div.attr("href");zoombox.title=div.attr("title");dimensions=div.attr("rel").split(' ');if((dimensions[1])&&(dimensions[2])&&parseInt(dimensions[1])>0&&parseInt(dimensions[2])>0){zoombox.width=parseInt(dimensions[1]);zoombox.height=parseInt(dimensions[2]);}
else{zoombox.width=zoombox.Dwidth;zoombox.height=zoombox.Dheight;}
zoombox.open();return false;},open:function(url,width,height){zoombox.state='open';zoombox.working=true;if(url!=undefined){zoombox.url=url;if(width==undefined){zoombox.width=zoombox.Dwidth;}else{zoombox.width=width;}
if(height==undefined){zoombox.height=zoombox.Dheight;}else{zoombox.height=height;}
zoombox.animateOpening=false;zoombox.title=null;}
if(zoombox.filtreImg.test(zoombox.url)&&zoombox.loaded==false){img=new Image();img.src=zoombox.url;zoombox.type="img";$("body").append('<div id="zoombox_loader"></div>');$("#zoombox_loader").css("marginTop",zoombox.scrollY());zoombox.timer=window.setInterval("zoombox.loadImg(img)",100);return false;}
zoombox.loaded=false;if(!$("#zoombox").length){$("body").append(zoombox.themes[zoombox.theme]);$("#zoombox_aplat").css({"height":zoombox.windowH(),"width":zoombox.windowW()});if(zoombox.margesH==null){zoombox.margesH=parseInt($("#zoombox_contener").css("paddingLeft"))+parseInt($("#zoombox_contener").css("paddingRight"))+parseInt($("#zoombox_contener").css("marginLeft"))+parseInt($("#zoombox_contener").css("marginRight"));}
if(zoombox.margesV==null){zoombox.margesV=parseInt($("#zoombox_contener").css("paddingTop"))+parseInt($("#zoombox_contener").css("paddingBottom"))+parseInt($("#zoombox_contener").css("marginTop"))+parseInt($("#zoombox_contener").css("marginBottom"));}
$("#zoombox_next").hide();$("#zoombox_prev").hide();$("#zoombox_title").hide();$(".zoombox_close").click(zoombox.close);$("#zoombox_next").click(zoombox.next);$("#zoombox_prev").click(zoombox.prev);$("embed").css("visibility","hidden");$("object").css("visibility","hidden");if(zoombox.gallery){if(zoombox.position<zoombox.images[zoombox.gallery].length-1){$("#zoombox_next").show();}
if(zoombox.position>0){$("#zoombox_prev").show();}}
$('#zoombox_aplat').css({'opacity':0});$('#zoombox_aplat').fadeTo(zoombox.duration,zoombox.maskOpacity);if(zoombox.inCSS!=null){zoombox.inCSS.left-=parseInt($("#zoombox_contener").css("paddingLeft"))+parseInt($("#zoombox_contener").css("marginLeft"));zoombox.inCSS.top-=parseInt($("#zoombox_contener").css("paddingTop"))+parseInt($("#zoombox_contener").css("marginTop"));}
var boxBeginCSS=zoombox.inCSS;}
else{$("#zoombox_title span").empty();$("#zoombox_content").empty();var boxBeginCSS={"width":$("#zoombox_contener").css("width"),"height":$("#zoombox_contener").css("height"),"top":$("#zoombox_contener").css("top"),"left":$("#zoombox_contener").css("left")}
var transition=true;}
var content=zoombox.getContent(zoombox.url);if(zoombox.type=="img"){$("#zoombox_content").append(content);}
if(transition){$("#zoombox_content img").hide();}
if(zoombox.title&&zoombox.title!=""&&zoombox.title!=null){$("#zoombox_title span").append(zoombox.title);$("#zoombox_title").show();}
else{$("#zoombox_title").hide();$("#zoombox_titlel").hide();$("#zoombox_title").hide();}
if(zoombox.allowOverflow==false&&(zoombox.height+120)>zoombox.windowH()){zoombox.width=zoombox.width*((zoombox.windowH()-120)/zoombox.height);zoombox.height=(zoombox.windowH()-120);var content=zoombox.getContent(zoombox.url);}
var topPos=(zoombox.windowH()-zoombox.height-zoombox.margesV)/2+zoombox.scrollY();var leftPos=(zoombox.windowW()-zoombox.width-zoombox.margesH)/2;var cssProp={"width":zoombox.width,"height":zoombox.height,"top":topPos,"left":leftPos}
if(zoombox.animateOpening==false&&transition!=true){$("#zoombox_contener").css(cssProp);$('#zoombox_contener').hide();$('#zoombox_contener').show();$("#zoombox_content").empty().append(content);zoombox.working=false;}
else{$("#zoombox_contener").css(boxBeginCSS);$("#zoombox_contener").animate(cssProp,zoombox.duration,function(){zoombox.working=false;if(zoombox.type=="img"){$("#zoombox_content img").fadeIn(zoombox.duration/2);}
else{$("#zoombox_content").empty().append(content);}});}},close:function(){window.clearInterval(zoombox.timer);if(zoombox.type!="img"){$("#zoombox_content").empty();}
if(zoombox.animateOpening==true){zoombox.inCSS.opacity=0;$("#zoombox_contener").animate(zoombox.inCSS,zoombox.duration);}
else{$("#zoombox_contener").remove();}
$("#zoombox_aplat").animate({"opacity":0},zoombox.duration,zoombox.remove);zoombox.state='close';},remove:function(){$("#zoombox").remove();$("#zoombox_loader").remove();$("embed").css("visibility","visible");$("object").css("visibility","visible");},resize:function(){var topPos=(zoombox.windowH()-zoombox.height-zoombox.margesV)/2+zoombox.scrollY();var leftPos=(zoombox.windowW()-zoombox.width-zoombox.margesH)/2;$("#zoombox_contener").css("left",leftPos);$("#zoombox_aplat").css({"height":zoombox.windowH(),"width":zoombox.windowW()});if(zoombox.fixed){$("#zoombox_contener").css("top",topPos);}},keyboard:function(event){if(event.keyCode==39){zoombox.next();}
else if(event.keyCode==37){zoombox.prev()}
else if(event.keyCode==27){zoombox.close();}},next:function(){if(zoombox.working)return false;if(zoombox.gallery!=null){zoombox.position++;if(zoombox.position==zoombox.images[zoombox.gallery].length-1){$("#zoombox_next").fadeOut();}
if($("#zoombox_prev").is(":hidden")){$("#zoombox_prev").fadeIn();}
zoombox.state='close';zoombox.click(zoombox.images[zoombox.gallery][zoombox.position]);}},prev:function(){if(zoombox.working)return false;if(zoombox.gallery!=null){zoombox.position--;if(zoombox.position==0){$("#zoombox_prev").fadeOut();}
if($("#zoombox_next").is(":hidden")){$("#zoombox_next").fadeIn();}
zoombox.state='close';zoombox.click(zoombox.images[zoombox.gallery][zoombox.position]);}},loadImg:function(img){if(img.complete){window.clearInterval(zoombox.timer);zoombox.loaded=true;zoombox.width=img.width;zoombox.height=img.height;$('#zoombox_loader').remove();if($('#zoombox_content img').length){$('#zoombox_content img').fadeOut(zoombox.duration/2,function(){$('#zoombox_content').empty();zoombox.open();})}
else{$('#zoombox_content').empty();zoombox.open();}}
if(typeof(j)=='undefined'){j=0;}
$('#zoombox_loader').css({'background-position':"0px "+j+"px"});j=j-40;if(j<(-440)){j=0;}},getContent:function(url){var content
zoombox.type="multimedia";if(zoombox.filtreImg.test(url)){content='<img src="'+img.src+'" width="100%" height="100%"/>';zoombox.type="img";}
else if(zoombox.filtreMP3.test(url)){zoombox.width=300;zoombox.height=40;content='<object type="application/x-shockwave-flash" data="'+zoombox.MP3Player+'?son='+url+'" width="'+zoombox.width+'" height="'+zoombox.height+'">';content+='<param name="movie" value="'+zoombox.MP3Player+'?son='+url+'" wmode="opaque" /></object>';}
else if(zoombox.filtreFLV.test(url)){content='<embed src="'+zoombox.FLVPlayer+'" width="'+zoombox.width+'" height="'+zoombox.height+'" allowscriptaccess="always" allowfullscreen="true" flashvars="file='+url+'&width='+zoombox.width+'&height='+zoombox.height+'&autostart=true" wmode="opaque" />';}
else if(zoombox.filtreSWF.test(url)){content='<object width="'+zoombox.width+'" height="'+zoombox.height+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="'+url+'" /><embed src="'+url+'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+zoombox.width+'" height="'+zoombox.height+'" wmode="opaque"></embed></object>';}
else if(zoombox.filtreQuicktime.test(url)){zoombox.height=zoombox.height+20;content='<embed src="'+url+'" width="'+zoombox.width+'" height="'+zoombox.height+'" controller="true" cache="true" autoplay="true" wmode="opaque" />';}
else if(zoombox.filtreWMV.test(url)){content='<embed src="'+url+'" width="'+zoombox.width+'" height="'+zoombox.height+'" controller="true" cache="true" autoplay="true" wmode="opaque" />';}
else if(zoombox.filtreDailymotion.test(url)){id=url.split('_');id=id[0].split('/');id=id[id.length-1];content='<object width="'+zoombox.width+'" height="'+zoombox.height+'"><param name="movie" value="http://www.dailymotion.com/swf/'+id+'&colors=background:000000;glow:000000;foreground:FFFFFF;special:000000;&related=0"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/'+id+'&colors=background:000000;glow:000000;foreground:FFFFFF;special:000000;&related=0" type="application/x-shockwave-flash" width="'+zoombox.width+'" height="'+zoombox.height+'" allowFullScreen="true" allowScriptAccess="always" wmode="opaque" ></embed></object>';}
else if(zoombox.filtreVimeo.test(url)){id=url.split('/');id=id[3];content='<object width="'+zoombox.width+'" height="'+zoombox.height+'"><param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id='+id+'&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=00AAEB&fullscreen=1" /> <embed src="http://www.vimeo.com/moogaloop.swf?clip_id='+id+'&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=00AAEB&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+zoombox.width+'" height="'+zoombox.height+'" wmode="opaque" ></embed></object>';}
else if(zoombox.filtreYoutube.test(url)){id=url.split('watch?v=');id=id[1].split('&');id=id[0];content='<object width="'+zoombox.width+'" height="'+zoombox.height+'"><param name="movie" value="http://www.youtube.com/v/'+id+'&hl=fr&rel=0&color1=0xFFFFFF&color2=0xFFFFFF&hd=1"></param><embed src="http://www.youtube.com/v/'+id+'&hl=fr&rel=0&color1=0xFFFFFF&color2=0xFFFFFF&hd=1" type="application/x-shockwave-flash" width="'+zoombox.width+'" height="'+zoombox.height+'" wmode="opaque"></embed></object>';}
else if(zoombox.filtreKoreus.test(url)){url=url.split('.html');url=url[0];content='<object type="application/x-shockwave-flash" data="'+url+'" width="'+zoombox.width+'" height="'+zoombox.height+'"><param name="movie" value="'+url+'"><embed src="'+url+'" type="application/x-shockwave-flash" width="'+zoombox.width+'" height="'+zoombox.height+'"  wmode="opaque"></embed></object>';}
else if(zoombox.filtreDeezer.test(url)){zoombox.width=220;zoombox.height=55;id=url.split('/');id=id[id.length-1];content='<object width="220" height="55"><param name="movie" value="http://www.deezer.com/embedded/small-widget-v2.swf?idSong='+id+'&colorBackground=0x000000&textColor1=0xFFFFFF&colorVolume=0xFF6600&autoplay=0"></param><embed src="http://www.deezer.com/embedded/small-widget-v2.swf?idSong='+id+'&colorBackground=0x000000&textColor1=0xFFFFFF&colorVolume=0xFF6600&autoplay=0" type="application/x-shockwave-flash" width="220" height="55" wmode="opaque"></embed></object>';}
else{if(zoombox.width==zoombox.Dwidth&&zoombox.height==zoombox.Dheight){zoombox.width=zoombox.windowW()-100;zoombox.height=zoombox.windowH()-100;}
content='<iframe src="'+url+'" width="'+zoombox.width+'" height="'+zoombox.height+'" border="0"></iframe>';}
return content;},windowH:function(){if(window.innerHeight)return window.innerHeight;else{return $(window).height();}},windowW:function(){if(window.innerWidth)return window.innerWidth;else{return $(window).width();}},scrollY:function(){scrOfY=0;if(typeof(window.pageYOffset)=='number'){scrOfY=window.pageYOffset;}else if(document.body&&(document.body.scrollTop)){scrOfY=document.body.scrollTop;}else if(document.documentElement&&(document.documentElement.scrollTop)){scrOfY=document.documentElement.scrollTop;}
return scrOfY;},scrollX:function(){scrOfX=0;if(typeof(window.pageXOffset)=='number'){scrOfX=window.pageXOffset;}else if(document.body&&(document.body.scrollLeft)){scrOfX=document.body.scrollLeft;}else if(document.documentElement&&(document.documentElement.scrollLeft)){scrOfX=document.documentElement.scrollLeft;}
return scrOfX;}};$(document).ready(function(){zoombox.init();});(function($){$.fn.sorted=function(customOptions){var options={reversed:false,by:function(a){return a.text();}};$.extend(options,customOptions);$data=$(this);arr=$data.get();arr.sort(function(a,b){var valA=options.by($(a));var valB=options.by($(b));if(options.reversed){return(valA<valB)?1:(valA>valB)?-1:0;}else{return(valA<valB)?-1:(valA>valB)?1:0;}});return $(arr);};})(jQuery);$(function(){var read_button=function(class_names){var r={selected:false,type:0};for(var i=0;i<class_names.length;i++){if(class_names[i].indexOf('selected-')==0){r.selected=true;}
if(class_names[i].indexOf('segment-')==0){r.segment=class_names[i].split('-')[1];}};return r;};var determine_sort=function($buttons){var $selected=$buttons.parent().filter('[class*="selected-"]');return $selected.find('a').attr('data-value');};var determine_kind=function($buttons){var $selected=$buttons.parent().filter('[class*="selected-"]');return $selected.find('a').attr('data-value');};var $preferences={duration:800,easing:'easeInOutQuad',adjustHeight:false};var $list=$('#gallery');var $data=$list.clone();var $controls=$('ul.gallerynav');$controls.each(function(i){var $control=$(this);var $buttons=$control.find('a');$buttons.bind('click',function(e){var $button=$(this);var $button_container=$button.parent();var button_properties=read_button($button_container.attr('class').split(' '));var selected=button_properties.selected;var button_segment=button_properties.segment;if(!selected){$buttons.parent().removeClass('selected-1');$button_container.addClass('selected-'+1);var sorting_type=determine_sort($controls.eq(1).find('a'));var sorting_kind=determine_kind($controls.eq(0).find('a'));if(sorting_kind=='all'){var $filtered_data=$data.find('li');}else{var $filtered_data=$data.find('li.'+sorting_kind);}
if(sorting_type=='size'){var $sorted_data=$filtered_data.sorted({by:function(v){return parseFloat($(v).find('span').text());}});}else{var $sorted_data=$filtered_data.sorted({by:function(v){return $(v).find('brx').text().toLowerCase();}});}
$list.quicksand($sorted_data,{enhancement:function(){zoombox.init();Cufon.refresh();}},function(){$('.boxgrid.caption').hover(function(){$(".cover",this).stop().animate({top:'145px'},{queue:false,duration:160});},function(){$(".cover",this).stop().animate({top:'200px'},{queue:false,duration:160});});});}
e.preventDefault();});});});$(document).ready(function(){$('.boxgrid.caption').hover(function(){$(".cover",this).stop().animate({top:'145px'},{queue:false,duration:160});},function(){$(".cover",this).stop().animate({top:'200px'},{queue:false,duration:160});});});$(document).ready(function(){$("ul.social li a").hover(function(){$(this).find("img").animate({top:'-4px'},200);},function(){$(this).find("img").animate({top:'0px'},200);});});
