try{JSDEBUG=JSDEBUG;}catch(e){JSDEBUG=false;}
if(!window.console||!console.firebug||!JSDEBUG)
{var names=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];if(!window.console)window.console={};for(var i=0;i<names.length;++i)
window.console[names[i]]=function(){}}try{abbag=abbag||{};}catch(e){abbag={};}
abbag.LiveSearch={SEARCH_INTERVAL:500,MIN_LENGTH:4,init:function(context,params){this.context=context;this.field=$('.jsSearchField',this.context);this.results=$('.jsSearchResults',this.context);this.baseUrl=$(context).attr('action');this.tooShortHTML=this.results.html();this.field.bind('focus',$.proxy(this,'activate'));this.field.bind('blur',$.proxy(this,'deactivate'));this.searchTimeout=null;this.results.hide();},callSearch:function(){clearTimeout(this.searchTimeout);this.searchTimeout=setTimeout(function(){abbag.LiveSearch.doSearch();},this.SEARCH_INTERVAL);this.hideResults();this.field.addClass('loading');},doSearch:function(){var term=this.field.val();if(term.length<this.MIN_LENGTH){this.results.html(this.tooShortHTML);this.onResults(this.tooShortHTML);}else{var url=this.baseUrl+encodeURIComponent(term);this.results.load(url,$.proxy(this,"onResults"));}},toggle:function(event){if(event)event.preventDefault();this.context.slideToggle();},show:function(){this.context.slideDown();},hide:function(){this.context.slideUp();},activate:function(){this.field.bind('keyup',$.proxy(this,'callSearch'))
this.showResults();},deactivate:function(){this.field.unbind('keyup');},onResults:function(response){this.showResults();this.field.removeClass('loading');},showResults:function(){this.results.show();this.results.hover(function(){$('body').unbind('click');},function(){$('body').bind('click',$.proxy(abbag.LiveSearch,'hideResults'))});},hideResults:function(){$('body').unbind('click');this.results.hide();}}
try{zipf=zipf||{};}catch(e){zipf={};}
zipf.ImageGallery=function(){};zipf.ImageGallery.FADETIME=1000;zipf.ImageGallery.AUTOPLAY_INTERVAL=5000;zipf.ImageGallery.prototype.init=function(context,config){config=config||{};this.context=context;this.index=0;this.next=config.next||$('.jsNext',context);this.prev=config.prev||$('.jsPrev',context);this.direct=config.direct||$('.jsDirect',context);this.images=config.images||$('IMG',this.context);if(this.images.length>1){var self=this;this.next.bind('click',function(event){event.preventDefault();self.stopAutoPlay();self.crossFade(1);}).css('cursor','pointer');this.prev.bind('click',function(event){event.preventDefault();self.stopAutoPlay();self.crossFade(-1);}).css('cursor','pointer');this.direct.bind('click',function(event){event.preventDefault();var node=$(this);self.stopAutoPlay();self.crossFadeTo(node.attr('js:index'));});this.showImageInfo(this.images.eq(0).attr('title'));}else{this.next.hide();this.prev.hide();}}
zipf.ImageGallery.prototype.startAutoPlay=function(interval){if(this.images.length<=1)return;var interval=interval||zipf.ImageGallery.AUTOPLAY_INTERVAL;clearInterval(this.autoplayInterval);var self=this;this.autoplayInterval=setInterval(function(){self.crossFade(+1);},interval);}
zipf.ImageGallery.prototype.stopAutoPlay=function(){clearInterval(this.autoplayInterval);}
zipf.ImageGallery.prototype.showImageInfo=function(title){}
zipf.ImageGallery.prototype.setIndex=function(change){this.index+=change;if(this.index>=this.images.length)this.index=0;if(this.index<0)this.index=this.images.length-1;}
zipf.ImageGallery.prototype.crossFadeTo=function(pos){this.crossFade(pos-this.index);}
zipf.ImageGallery.prototype.crossFade=function(direction){if(direction==0)return;if(this.isAnimating)return;var fout=this.images.eq(this.index);this.setIndex(direction);var fin=this.images.eq(this.index);this.isAnimating=true;var self=this;fout.fadeOut(zipf.ImageGallery.FADETIME);fin.fadeIn(zipf.ImageGallery.FADETIME,function(){self.isAnimating=false;});this.showImageInfo(fin.attr('title'));this.direct.removeClass('active');this.direct.eq(this.index).addClass('active');}
zipf.ImageGallery.prototype.swap=function(direction){var fout=this.images.eq(this.index);this.setIndex(direction);var fin=this.images.eq(this.index);fin.show();fout.hide();}
document.domain="abbag.com";try{abbag=abbag||{};}catch(e){abbag={};}
abbag.AUTHOR='Büro Maisengasse <office@maisengasse.at>';abbag.VERSION='0.0.1';abbag.init=function(){}
abbag.commands=function(context){this.startGalleria(context);this.setGalleryIcon(context);this.addLayoutHelpers(context);this.fixLayout(context);this.titleLabels(context);this.initLiveSearch(context);this.toggleLiveSearch(context);this.weatherBox(context);this.logoHover(context);this.lightboxOpener(context);this.openOverlay(context);this.autoSizeIFrames(context);}
abbag.addBrowserClasses=function(){var body=$('body');var parts=[$.xbrowser.browser().toLowerCase().replace('internet explorer','ie'),$.xbrowser.version.number().toString().replace(/\./g,""),$.xbrowser.OS().toLowerCase()];var bc="";for(var i=0;i<parts.length;i++){var p=parts.slice(0,i+1);$('body').addClass(p.join('-'));}}
abbag.startGalleria=function(context){$('.galleria',context).each(function(){var node=$(this);var images=$('img',node);var gal=new zipf.ImageGallery();gal.init(node,{images:images});});}
abbag.setGalleryIcon=function(context){$('.img',context).each(function(index){var context=$("a[rel*=lightbox]:visible",this);var invisible=$("a[rel*=lightbox].not(:visible)",this).length;console.log(context,invisible);if(context.length>0){context.parent().prepend("<div class='galleryIcon'></div>");$('.jsNr',context).html(context.length+invisible);}});}
abbag.addLayoutHelpers=function(context){$('li:first-child',context).addClass('first');$('li:last-child',context).addClass('last');$('.open-overlay-box',context).addClass('link');$('.richtext table').each(function(){var table=$(this);$('tr:odd',table).addClass('odd');$('tr:even',table).addClass('even');$('tr:first-child',table).addClass('first');$('tr:last-child',table).addClass('last');$('td:first-child',table).addClass('first');$('td:last-child',table).addClass('last');if(!table.is('[class*=tabelle]')){$('tr:first-child',table).each(function(){var tds=$(this).children('td');var tdw=Math.round(table.outerWidth()/tds.length);tds.outerWidth(tdw);});};});}
abbag.fixLayout=function(context){var halfcolumns=$('li.jsHalfColumn',context);halfcolumns.each(function(){var li=$(this);if(!li.data('fixedLayout')){var lis=li.parent().children();var index=lis.index(li);var next=lis.eq(index+1);if(next.is('.jsHalfColumn')){var height=Math.max(li.height(),next.height());li.height(height);next.height(height);li.data('fixedLayout',true);next.data('fixedLayout',true);}}});var mainCol=$('ul#mainColList li',context);if(!mainCol.is(':first-child')){mainCol.parent().remove();}
$('span.link').removeClass('link').parent().addClass('link');if($('body').hasClass('error404'))return;if($('body').hasClass('error404'))return;var ib=$('#imageBox');var ab=$('#allBox');console.log(ib,ab);if(ib.height()>ab.height()){ib.height(ab.height()).css('overflow','hidden');}}
abbag.logoHover=function(){$("h1").hover(function(){abbag.logoHoverInterval=setTimeout(function(){$("#webBox, #footerBox").animate({"opacity":"hide"},500);$(".headerRight .inner").animate({"height":"145px"},500);$("#headerBox .rollOver").animate({"opacity":"show"},500);},50);},function(){clearTimeout(abbag.logoHoverInterval);$("#webBox, #footerBox").animate({"opacity":"show"},500);$("#headerBox .rollOver").animate({"opacity":"hide"},500);$(".headerRight .inner").animate({"height":"275px"},500);});}
abbag.initLiveSearch=function(){$(".jsLiveSearch").each(function(){abbag.LiveSearch.init($(this));});}
abbag.toggleLiveSearch=function(){$('.jsToggleLiveSearch').bind('click',$.proxy(abbag.LiveSearch,'toggle'));}
abbag.titleLabels=function(context){$(".jsTitleLabel",context).each(function(){var node=$(this);var focusField=function(){if(node.val()==node.attr('title'))node.val('');};var blurField=function(){if(!node.val())node.val(node.attr('title'));};blurField.call(node[0]);node.bind('focus',focusField);node.bind('blur',blurField);var form=node.closest('form');form.bind('submit',function(){focusField.call(node[0]);});});}
abbag.weatherBox=function(context){$(".jsWeatherBox",context).each(function(){var box=$(this);var entries=$('.jsWeatherEntry',box);var gallery=new zipf.ImageGallery();gallery.init($(this),{images:entries});});}
abbag.lightboxOpener=function(context){$('.jsLightboxOpener',context).each(function(){$(this).bind('click',function(event){event.preventDefault();var set=$(this).attr('href').match(/^#(.*)$/)[1];$('a[rel='+set+']').eq(0).click();});});}
abbag.openOverlay=function(context){this.overlay=$('.jsOverlay',context);this.overlayFrame=$('.jsOverlay iframe',context);this.overlayTitle=$('.jsOverlay .jsTitle',context);this.overlayClose=$('.jsOverlay .jsClose',context);this.overlayClose.bind('click',function(event){event.preventDefault();abbag.overlay.fadeOut();$("body").removeClass('overlayed');window.scrollTo(0,abbag.preOverlayScroll);});$('.open-overlay, .open-overlay-box',context).each(function(){$(this).bind('click',function(event){event.preventDefault();var link=$(this);abbag.overlayFrame.attr('src',link.attr('href'));if(link.attr('title'))abbag.overlayTitle.html(link.attr('title'));$("body").addClass('overlayed');abbag.overlay.fadeIn();abbag.preOverlayScroll=window.scrollY;window.scrollTo(0,0);});});}
abbag.autoSizeIFrames=function(){$('iframe.jsAutoSize').each(function(){});}
$(function(){abbag.init();abbag.commands($(document));});new function(){var Public={'browser':function(){return Private.browser;},'version':{'number':function(){return Private.version.number;},'string':function(){return Private.version.string;}},'OS':function(){return Private.OS;},'aol':function(){return Private.aol;},'camino':function(){return Private.camino;},'firefox':function(){return Private.firefox;},'flock':function(){return Private.flock;},'icab':function(){return Private.icab;},'konqueror':function(){return Private.konqueror;},'mozilla':function(){return Private.mozilla;},'msie':function(){return Private.msie;},'netscape':function(){return Private.netscape;},'opera':function(){return Private.opera;},'safari':function(){return Private.safari;},'linux':function(){return Private.linux;},'mac':function(){return Private.mac;},'win':function(){return Private.win;}};$.xbrowser=Public;var Private={'browser':'Unknown','version':{'number':undefined,'string':'Unknown'},'OS':'Unknown','aol':false,'camino':false,'firefox':false,'flock':false,'icab':false,'konqueror':false,'mozilla':false,'msie':false,'netscape':false,'opera':false,'safari':false,'linux':false,'mac':false,'win':false};for(var i=0,ua=navigator.userAgent,ve=navigator.vendor,data=[{'name':'Safari','browser':function(){return/Apple/.test(ve)}},{'name':'Opera','browser':function(){return window.opera!=undefined}},{'name':'iCab','browser':function(){return/iCab/.test(ve)}},{'name':'Konqueror','browser':function(){return/KDE/.test(ve)}},{'identifier':'aol','name':'AOL Explorer','browser':function(){return/America Online Browser/.test(ua)},'version':function(){return ua.match(/rev(\d+(?:\.\d+)+)/)}},{'name':'Flock','browser':function(){return/Flock/.test(ua)}},{'name':'Camino','browser':function(){return/Camino/.test(ve)}},{'name':'Firefox','browser':function(){return/Firefox/.test(ua)}},{'name':'Netscape','browser':function(){return/Netscape/.test(ua)}},{'identifier':'msie','name':'Internet Explorer','browser':function(){return/MSIE/.test(ua)},'version':function(){return ua.match(/MSIE (\d+(?:\.\d+)+(?:b\d*)?)/)}},{'name':'Mozilla','browser':function(){return/Gecko|Mozilla/.test(ua)},'version':function(){return ua.match(/rv:(\d+(?:\.\d+)+)/)}}];i<data.length;i++){if(data[i].browser()){var identifier=data[i].identifier?data[i].identifier:data[i].name.toLowerCase();Private[identifier]=true;Private.browser=data[i].name;var result;if(data[i].version!=undefined&&(result=data[i].version())){Private.version.string=result[1];Private.version.number=parseFloat(result[1]);}else{var re=new RegExp(data[i].name+'(?:\\s|\\/)(\\d+(?:\\.\\d+)+(?:(?:a|b)\\d*)?)');result=ua.match(re);if(result!=undefined){Private.version.string=result[1];Private.version.number=parseFloat(result[1]);}}
break;}};for(var i=0,pl=navigator.platform,data=[{'identifier':'win','name':'Windows','OS':function(){return/Win/.test(pl)}},{'name':'Mac','OS':function(){return/Mac/.test(pl)}},{'name':'Linux','OS':function(){return/Linux/.test(pl)}}];i<data.length;i++){if(data[i].OS()){var identifier=data[i].identifier?data[i].identifier:data[i].name.toLowerCase();Private[identifier]=true;Private.OS=data[i].name;break;}};}();if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()}};M.ready=(function(){var a=!M.recognizesMedia("all");var Z=[],c=function(){a=true;for(var f;f=Z.shift();f()){}};var d=F("link"),e={stylesheet:1};function b(){var g,f,h;for(f=0;h=d[f];++f){if(h.disabled||!e[h.rel.toLowerCase()]||!M.recognizesMedia(h.media||"screen")){continue}g=h.sheet||h.styleSheet;if(!g||g.disabled){return false}}return true}V.ready(function(){if(a||b()){c()}else{setTimeout(arguments.callee,10)}});return function(f){if(a){f()}else{Z.push(f)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=c.data;if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}v.fillStyle=o.get("color");function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());Cufon.registerFont({"w":218,"face":{"font-family":"DTL Prokyon T","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"5","bbox":"-22 -324 377 91.583","underline-thickness":"10.3711","underline-position":"-23.5547","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":72},"!":{"d":"66,-73r0,-184r35,0r0,184r-35,0xm64,0r0,-38r39,0r0,38r-39,0","w":151},"\"":{"d":"41,-167r-5,-103r33,0r-6,103r-22,0xm96,-167r-5,-103r33,0r-6,103r-22,0","w":159},"#":{"d":"21,-80r4,-21r60,0r13,-59r-59,0r5,-22r59,0r18,-76r26,0r-18,76r53,0r18,-76r26,0r-18,76r57,0r-5,22r-57,0r-14,59r57,0r-5,21r-57,0r-18,81r-26,0r19,-81r-54,0r-18,81r-26,0r19,-81r-59,0xm124,-160r-14,59r54,0r14,-59r-54,0","w":285},"$":{"d":"101,4v-30,0,-48,-6,-70,-17r0,-37v21,14,37,24,70,25r0,-92v-38,-18,-70,-28,-70,-76v0,-41,31,-61,70,-66r0,-29r20,0r0,28v23,1,43,5,61,15r0,35v-20,-14,-33,-20,-61,-22r0,88v41,21,69,27,69,77v0,43,-29,64,-69,69r0,30r-20,0r0,-28xm101,-230v-27,2,-44,35,-27,58v5,6,14,13,27,19r0,-77xm121,-27v30,-1,44,-38,26,-62v-6,-7,-14,-13,-26,-19r0,81"},"%":{"d":"82,-126v-41,0,-62,-30,-61,-74v0,-43,20,-73,61,-73v42,0,60,30,61,73v0,44,-19,74,-61,74xm82,-251v-25,0,-34,23,-34,51v0,28,9,53,34,53v25,0,34,-25,34,-53v0,-28,-9,-51,-34,-51xm248,-275r24,6r-177,287r-24,-6xm261,18v-41,0,-61,-31,-61,-74v0,-44,19,-74,61,-74v41,0,62,29,62,74v-1,43,-20,74,-62,74xm261,-108v-25,0,-34,24,-34,52v0,28,9,52,34,52v25,0,34,-23,34,-52v0,-29,-9,-52,-34,-52","w":343},"&":{"d":"208,-132v-26,10,-37,17,-45,44r-32,0v15,-71,90,-75,161,-94r0,28v-19,3,-36,7,-54,13v36,82,-26,150,-113,146v-59,-2,-107,-23,-107,-80v0,-35,20,-58,61,-71v-27,-3,-46,-23,-47,-51v-1,-62,85,-79,134,-51r0,32v-31,-26,-100,-28,-100,18v0,25,20,37,52,37r0,28v-36,5,-64,18,-65,55v0,35,36,53,74,53v66,0,109,-47,81,-107","w":294},"'":{"d":"41,-167r-5,-103r33,0r-6,103r-22,0","w":105,"k":{"Z":15,"X":8,"W":-5,"V":-4,"T":7,"A":30}},"(":{"d":"108,90v-84,-65,-117,-252,-38,-352v12,-15,24,-31,38,-46r27,7v-49,51,-81,102,-82,191v-1,92,36,144,82,192","w":152,"k":{"y":13,"p":10,"l":14,"k":13,"j":-7,"i":13,"h":13,"g":5,"f":15,"b":14,"Z":22,"Y":14,"X":17,"W":12,"V":15,"T":17,"J":-11,"A":20}},")":{"d":"100,-110v0,-92,-37,-142,-82,-191r27,-7v87,65,117,254,38,352v-11,15,-23,31,-38,46r-27,-8v46,-49,82,-99,82,-192","w":152},"*":{"d":"29,-207r14,-25v26,14,49,30,66,54v-10,-23,-17,-48,-14,-84r28,0v2,34,-3,60,-14,84v17,-23,39,-41,66,-54r14,25v-22,14,-45,27,-79,30v32,4,57,15,79,30r-14,25v-27,-14,-49,-29,-66,-54v10,22,17,48,14,84r-28,0v-2,-34,3,-60,14,-84v-17,23,-39,41,-66,54r-14,-25v22,-15,46,-27,80,-30v-33,-3,-58,-15,-80,-30","k":{".":11}},"+":{"d":"25,-95r0,-25r70,0r0,-75r28,0r0,75r70,0r0,25r-70,0r0,78r-28,0r0,-78r-70,0"},",":{"d":"15,50r32,-102r39,0r-44,102r-27,0","w":108},".":{"d":"33,0r0,-41r41,0r0,41r-41,0","w":107,"k":{"*":11,"'":20}},"\/":{"d":"23,85r143,-393r29,4r-144,394","w":217,"k":{"y":17,"t":16,"l":16,"k":16,"j":17,"i":15,"h":16,"g":16,"f":17,"b":16,"Z":18,"Y":7,"X":12,"W":8,"V":8,"U":5,"T":9,"R":5,"N":5,"M":8,"L":5,"K":5,"J":8,"I":5,"H":5,"F":5,"E":5,"D":5,"B":5,"\/":39}},"0":{"d":"109,5v-67,0,-90,-58,-89,-133v1,-72,20,-133,89,-133v70,0,90,61,90,133v0,74,-22,133,-90,133xm109,-234v-46,5,-52,54,-52,106v0,51,6,106,52,106v43,0,53,-51,53,-106v0,-55,-10,-102,-53,-106"},"1":{"d":"103,0r0,-219r-80,25r0,-30r113,-37r0,261r-33,0"},"2":{"d":"182,-185v-8,80,-60,109,-115,156r124,-2r0,31r-171,0r0,-27v45,-35,86,-72,113,-112v25,-38,10,-95,-39,-93v-29,0,-45,13,-62,30r0,-36v48,-42,158,-28,150,53"},"3":{"d":"183,-70v2,73,-97,90,-157,62r0,-33v36,25,120,27,120,-29v0,-43,-38,-51,-84,-51r0,-27v41,-2,76,-12,76,-49v0,-50,-69,-46,-98,-17r0,-31v42,-29,139,-24,135,44v-2,37,-22,53,-55,62v37,7,62,27,63,69"},"4":{"d":"131,-72r-127,0v37,-71,77,-135,136,-182v9,-4,14,-7,24,-4r0,158r38,0r0,28r-38,0r0,72r-33,0r0,-72xm131,-100v2,-40,-3,-84,6,-118v-29,34,-61,79,-85,118r79,0"},"5":{"d":"185,-80v4,80,-91,102,-155,72r0,-33v39,27,122,25,120,-37v-2,-54,-50,-66,-108,-66r12,-113r126,0r0,30r-97,0r-6,56v61,5,105,29,108,91"},"6":{"d":"109,7v-96,1,-104,-120,-53,-186v23,-30,52,-59,93,-86r31,12v-43,27,-75,55,-102,97v64,-15,117,15,116,78v-2,52,-33,85,-85,85xm159,-76v2,-49,-47,-67,-92,-52v-17,45,-10,107,43,107v33,0,48,-22,49,-55"},"7":{"d":"27,-226r0,-30r172,0v-27,89,-76,187,-123,261r-33,-5r33,-56r58,-119v8,-18,14,-35,20,-51r-127,0"},"8":{"d":"23,-62v0,-41,28,-56,59,-71v-28,-10,-51,-27,-51,-62v0,-43,35,-68,80,-68v44,0,78,24,79,68v0,36,-24,52,-50,63v36,15,54,37,54,69v0,47,-37,70,-85,70v-47,0,-86,-23,-86,-69xm67,-195v0,25,21,42,44,49v57,-11,58,-90,0,-90v-25,0,-44,14,-44,41xm159,-64v1,-26,-26,-46,-50,-54v-33,12,-50,30,-50,54v0,27,22,45,51,44v26,0,48,-18,49,-44"},"9":{"d":"108,-263v55,0,85,35,85,92v0,73,-67,144,-124,180r-31,-12v41,-27,75,-55,101,-97v-63,16,-116,-17,-116,-78v1,-54,32,-85,85,-85xm140,-126v21,-4,17,-32,18,-49v3,-35,-17,-61,-50,-61v-31,0,-49,23,-49,55v0,45,36,64,81,55"},":":{"d":"57,-112r0,-42r41,0r0,42r-41,0xm57,0r0,-41r41,0r0,41r-41,0","w":142},";":{"d":"58,-112r0,-42r41,0r0,42r-41,0xm27,50r32,-102r39,0r-44,102r-27,0","w":141},"<":{"d":"23,-94r0,-26r167,-77r0,30r-134,59r134,61r0,30"},"=":{"d":"25,-125r0,-25r168,0r0,25r-168,0xm25,-65r0,-27r168,0r0,27r-168,0"},">":{"d":"28,-17r0,-30r135,-60r-135,-60r0,-30r167,77r0,26"},"?":{"d":"187,-197v1,59,-71,61,-82,111v0,4,1,9,4,13r-34,0v-20,-67,74,-68,74,-122v0,-49,-78,-42,-100,-14r0,-36v52,-30,138,-19,138,48xm78,0r0,-38r38,0r0,38r-38,0","w":222,"k":{"'":6}},"@":{"d":"187,46v36,0,63,-10,83,-26r0,20v-24,15,-49,23,-86,23v-89,0,-146,-50,-146,-137v0,-93,59,-152,154,-152v75,0,127,37,127,111v0,77,-56,120,-134,120v-50,0,-84,-22,-84,-71v0,-76,75,-118,152,-94r-45,138v51,-7,87,-37,87,-94v0,-62,-43,-91,-105,-91v-83,0,-131,52,-131,132v0,78,50,121,128,121xm216,-142v-58,-8,-98,44,-79,98v5,14,22,21,41,23","w":354},"A":{"d":"11,0r4,-11v24,-68,61,-153,99,-246r40,0r4,9v31,75,59,154,87,236r4,12r-39,0r-30,-90r-100,0r-32,90r-37,0xm91,-118r80,0r-38,-108","w":261,"k":{"}":12,"z":-1,"y":8,"w":7,"v":8,"t":6,"s":1,"q":4,"o":4,"g":5,"e":4,"d":4,"c":5,"a":4,"]":15,"Z":-2,"Y":27,"X":-6,"W":15,"V":20,"T":36,"S":3,"Q":12,"O":12,"G":12,"C":12,"B":7,"A":-4,")":18,"'":27}},"B":{"d":"203,-71v0,77,-84,76,-170,70r0,-255v73,-3,162,-13,161,61v-1,34,-19,53,-49,60v33,6,58,27,58,64xm157,-190v1,-41,-45,-46,-88,-40r0,85v47,2,87,-3,88,-45xm166,-71v0,-46,-46,-49,-97,-46r0,90v47,3,97,1,97,-44","w":222,"k":{"y":3,"Z":7,"Y":12,"W":3,"V":7,"T":7,"S":1,"C":2,"A":9}},"C":{"d":"59,-129v0,96,107,128,175,83r0,34v-23,10,-45,16,-76,16v-85,-2,-132,-46,-136,-131v-5,-113,115,-161,212,-119r0,34v-68,-43,-175,-13,-175,83","w":255,"k":{"y":20,"s":6,"o":8,"e":8,"a":5,"Y":-1,"W":-1,"V":-1,"T":-1,"S":7,"O":13,"G":14,"D":6,"C":14,"A":1,"'":5}},"D":{"d":"253,-132v0,116,-98,144,-220,131r0,-255v119,-13,220,8,220,124xm216,-130v0,-81,-61,-108,-147,-97r0,197v83,10,147,-17,147,-100","w":274,"k":{"y":2,"e":1,"a":3,"Z":18,"Y":19,"W":6,"V":9,"T":17,"A":15}},"E":{"d":"33,0r0,-256r149,0r0,30r-113,0r0,78r109,0r0,30r-109,0r0,88r116,0r0,30r-152,0","w":206,"k":{"z":4,"y":7,"w":7,"v":7,"t":4,"s":5,"q":7,"o":6,"l":5,"k":4,"j":7,"i":5,"h":4,"g":8,"e":7,"d":7,"c":7,"b":6,"a":6,"Z":2,"Y":-1,"X":-1,"W":-1,"T":1,"S":7,"F":3,"'":8}},"F":{"d":"33,0r0,-257r150,0r0,30r-114,0r0,84r110,0r0,30r-110,0r0,113r-36,0","w":201,"k":{"\u00fc":9,"\u00f6":7,"\u00e4":11,"y":5,"o":7,"l":10,"i":9,"h":9,"e":7,"a":11,"Z":6,"Y":-5,"W":-4,"T":-2,"S":11,"O":6,"G":6,"C":6,"A":22,"'":5}},"G":{"d":"59,-128v-2,79,65,115,149,97r0,-61r-55,0r0,-30r89,0r0,114v-112,31,-220,-2,-220,-119v0,-115,119,-160,219,-119r0,34v-22,-12,-42,-20,-75,-20v-67,1,-106,37,-107,104","w":271,"k":{"\u00fc":1,"\u00e4":2,"y":5,"w":5,"a":2,"Z":6,"Y":4,"X":5,"W":3,"V":4,"T":4,"S":3,"H":-1,"A":5,"'":8}},"H":{"d":"33,0r0,-257r36,0r0,108r134,0r0,-108r36,0r0,257r-36,0r0,-119r-134,0r0,119r-36,0","w":272,"k":{"\u00e4":1,"y":2,"a":1,"Y":3,"T":5,"I":-1,"A":7}},"I":{"d":"33,0r0,-257r36,0r0,257r-36,0","w":102,"k":{"y":2,"Z":8,"Y":3,"X":5,"W":1,"V":4,"T":5,"J":-1,"A":6}},"J":{"d":"-22,62v51,-18,59,-58,59,-128r0,-191r35,0r0,201v1,75,-13,108,-62,133","w":104,"k":{"y":1,"Y":2,"K":-2,"A":7}},"K":{"d":"33,0r0,-257r36,0r0,118r68,-69r43,-49r43,0r-116,121r82,91v13,14,28,29,45,45r-51,0r-67,-73r-47,-58r0,131r-36,0","w":234,"k":{"\u00fc":11,"\u00f6":13,"\u00e4":4,"}":14,"y":20,"w":18,"o":13,"l":2,"j":1,"i":1,"h":1,"e":13,"a":4,"]":20,"Z":-8,"Y":-8,"X":-11,"W":-7,"V":-7,"U":5,"T":-5,"R":1,"Q":17,"P":1,"O":17,"N":1,"M":-1,"L":1,"J":1,"I":1,"H":1,"G":18,"F":1,"E":1,"D":1,"C":18,"B":1,"A":-9,")":18,"'":8}},"L":{"d":"33,0r0,-257r36,0r0,227r116,0r0,30r-152,0","w":197,"k":{"\u00f6":8,"\u00e4":2,"}":26,"y":20,"o":8,"i":7,"e":7,"a":2,"]":31,"Z":-3,"Y":41,"W":27,"V":34,"U":14,"T":38,"S":2,"O":16,"M":5,"G":19,"C":20,"A":-4,")":29,"'":48}},"M":{"d":"290,0r-11,-233v-20,73,-59,147,-84,233r-37,0r-85,-233v1,69,-7,143,-10,233r-34,0r18,-257v26,2,54,-9,58,20r52,133v11,33,17,47,21,74v14,-74,55,-156,77,-216v6,-17,31,-9,51,-11r19,257r-35,0","w":353,"k":{"y":3,"Z":6,"Y":10,"W":5,"T":11,"A":4}},"N":{"d":"219,-24v-7,-72,-3,-155,-4,-233r33,0r0,257v-20,-2,-42,5,-51,-9r-124,-197v-3,-6,-6,-16,-10,-27v9,74,2,154,4,233r-34,0r0,-257v20,2,44,-5,52,9r123,196v3,7,7,17,11,28","w":281,"k":{"y":2,"Z":8,"Y":3,"W":1,"T":5,"O":-1,"A":7}},"O":{"d":"145,6v-81,0,-123,-50,-123,-132v0,-83,44,-136,127,-136v81,0,123,52,123,132v0,84,-45,136,-127,136xm148,-232v-60,0,-89,43,-89,104v0,61,27,104,88,104v59,0,88,-44,88,-104v0,-61,-27,-104,-87,-104","w":293,"k":{"z":9,"y":1,"x":6,"w":1,"v":1,"Z":16,"Y":18,"W":5,"V":9,"T":17,"S":4,"P":-1,"J":3,"G":1,"C":1,"A":13}},"P":{"d":"200,-179v-1,68,-56,85,-131,81r0,98r-36,0r0,-255v81,-9,169,-6,167,76xm163,-178v0,-48,-45,-54,-94,-50r0,101v52,3,94,-8,94,-51","w":214,"k":{"\u00fc":7,"\u00e4":8,"y":-3,"w":-2,"t":-2,"o":11,"l":8,"j":8,"i":8,"h":8,"f":-1,"e":12,"a":8,"Z":12,"Y":8,"X":14,"W":3,"V":4,"U":4,"T":3,"S":4,"R":4,"Q":4,"P":4,"O":4,"N":4,"M":9,"L":4,"K":4,"J":8,"I":4,"H":4,"G":4,"F":4,"E":4,"D":4,"C":4,"B":4,"A":23,"'":-4}},"Q":{"d":"172,4v30,14,57,18,100,20r-16,29v-57,-2,-101,-18,-130,-48v-66,-11,-105,-55,-104,-131v1,-83,44,-136,127,-136v81,0,123,52,123,132v0,74,-37,122,-100,134xm148,-232v-60,0,-89,43,-89,104v0,61,27,104,88,104v60,0,88,-43,88,-103v0,-61,-27,-105,-87,-105","w":293,"k":{"}":3,"]":8,")":12}},"R":{"d":"198,-185v-1,39,-22,59,-56,69r98,117r-48,0v-32,-37,-59,-72,-86,-111r-37,0r0,110r-36,0r0,-256v79,-5,167,-7,165,71xm69,-138v47,5,91,0,91,-46v0,-42,-45,-53,-91,-45r0,91","w":241,"k":{"\u00f6":9,"\u00e4":4,"}":10,"y":12,"o":9,"e":11,"a":4,"]":14,"Z":-8,"Y":21,"X":-11,"W":12,"V":16,"U":9,"T":16,"R":1,"Q":12,"P":1,"O":12,"N":1,"M":-1,"L":1,"K":1,"J":1,"I":1,"H":1,"G":12,"F":1,"E":1,"D":1,"C":12,"B":1,"A":-9,")":17,"'":10}},"S":{"d":"178,-68v0,76,-100,88,-154,56r0,-38v32,36,138,36,113,-33v-28,-40,-111,-40,-111,-107v-1,-70,90,-87,147,-56r0,35v-34,-29,-104,-31,-110,17v12,63,115,46,115,126","w":203,"k":{"\u00f6":3,"\u00e4":5,"y":9,"w":8,"v":9,"t":7,"q":2,"o":3,"l":4,"j":7,"i":5,"h":4,"e":3,"c":4,"a":5,"Z":9,"Y":4,"W":3,"V":4,"T":4,"S":5,"O":5,"G":6,"C":6,"A":11}},"T":{"d":"97,0r0,-227r-87,0r0,-30r208,0r0,30r-86,0r0,227r-35,0","w":228,"k":{"\u00fc":17,"\u00f6":18,"\u00e4":11,"}":24,"y":35,"w":33,"o":32,"l":6,"j":5,"i":5,"h":5,"e":32,"a":32,"]":30,"Z":2,"Y":-9,"X":-4,"W":-8,"V":-8,"U":4,"T":-7,"S":7,"R":5,"Q":18,"P":5,"O":18,"N":5,"M":11,"L":5,"K":5,"J":7,"I":5,"H":5,"G":20,"F":5,"E":5,"D":5,"C":19,"B":5,"A":38,")":17,"'":7}},"U":{"d":"132,4v-67,-1,-101,-30,-101,-99r0,-162r35,0r0,157v-2,51,20,74,67,75v102,4,56,-142,66,-232r35,0r0,162v1,68,-35,99,-102,99","w":264,"k":{"z":10,"y":2,"x":7,"w":2,"v":2,"Z":12,"Y":1,"X":7,"W":1,"V":2,"T":4,"S":2,"A":12}},"V":{"d":"7,-257r39,0r76,220r84,-220r37,0r-103,257v-15,-2,-41,7,-43,-9","w":249,"k":{"\u00e4":10,"}":11,"y":8,"r":19,"o":20,"l":4,"j":5,"i":4,"h":3,"e":20,"a":20,"]":14,"Y":-11,"U":2,"R":4,"O":11,"L":4,"I":4,"H":4,"E":4,"A":22,")":15}},"W":{"d":"6,-257r37,0r61,217r1,15r69,-232r36,0r60,217r2,15v18,-78,48,-148,69,-232r36,0r-50,158r-35,99r-44,0r-57,-218v-1,-4,2,-10,-1,-12v-7,88,-42,154,-63,230r-43,0","w":382,"k":{"\u00fc":12,"\u00f6":13,"\u00e4":10,"}":5,"y":5,"r":13,"o":13,"l":4,"j":4,"i":4,"h":3,"e":13,"a":15,"]":10,"Y":-11,"W":-10,"V":-10,"U":2,"T":-8,"S":6,"R":2,"P":2,"O":7,"N":2,"M":6,"L":2,"K":2,"J":5,"I":2,"H":2,"G":8,"F":2,"E":2,"D":2,"C":8,"B":2,"A":19,")":13,"'":-5}},"X":{"d":"125,-156r68,-101r40,0v-24,41,-55,80,-87,124r56,77v15,21,26,40,36,56v-17,-2,-44,7,-48,-8r-68,-103r-72,111r-41,0v22,-35,47,-72,76,-111v4,-9,20,-17,12,-28r-83,-118v17,2,44,-7,48,8","w":246,"k":{"}":11,"y":16,"e":13,"a":7,"]":14,"Y":-7,"W":-6,"T":-4,"O":13,"C":13,"A":-5,")":17,"'":8}},"Y":{"d":"102,0r0,-99v-34,-48,-68,-104,-98,-158r42,0r75,127r80,-127r39,0r-47,76r-56,82r0,99r-35,0","w":243,"k":{"\u00f6":18,"}":20,"u":26,"p":27,"o":31,"i":4,"e":31,"a":30,"]":23,"Z":-1,"X":-7,"W":-11,"V":-11,"T":-10,"S":12,"Q":21,"O":19,"G":21,"C":21,"A":31,")":14,"'":1}},"Z":{"d":"27,-226r0,-30r186,0v5,32,-4,41,-23,63r-123,144v-6,8,-10,14,-12,17r160,0r0,31r-200,0v-5,-40,12,-50,33,-75r127,-150r-148,0","w":232,"k":{"\u00fc":9,"\u00f6":9,"\u00e4":4,"}":15,"y":18,"w":19,"o":9,"i":9,"e":8,"a":4,"]":18,"Y":-5,"W":-4,"U":8,"O":17,"I":8,"E":8,"A":-1,")":21,"'":1}},"[":{"d":"33,-306r83,0r0,24r-55,0r0,345r55,0r0,24r-83,0r0,-393","w":143,"k":{"y":10,"p":7,"l":8,"k":7,"j":-9,"i":7,"h":7,"g":8,"f":9,"b":8,"Z":20,"Y":21,"X":13,"W":9,"V":12,"T":30,"J":-13,"A":17}},"\\":{"d":"23,-304r28,-4r144,393r-29,5","w":217,"k":{"l":9,"j":-8,"i":8,"g":8,"f":10,"d":8,"Z":19,"Y":32,"X":15,"W":18,"V":22,"U":14,"T":40,"S":15,"R":12,"Q":17,"P":12,"O":17,"N":12,"M":13,"L":12,"K":12,"J":-12,"I":12,"H":12,"G":17,"D":12,"C":17,"B":12,"A":17}},"]":{"d":"27,-306r84,0r0,393r-84,0r0,-24r55,0r0,-345r-55,0r0,-24","w":143},"^":{"d":"95,-257r28,0r74,127r-30,0r-58,-103r-57,103r-31,0"},"_":{"d":"0,69r0,-21r180,0r0,21r-180,0","w":180},"`":{"d":"47,-271r29,-3r57,71r-22,3","w":180},"a":{"d":"113,-107v10,-66,-60,-44,-84,-21r0,-31v47,-30,116,-32,116,45r0,110v-56,9,-126,21,-125,-41v1,-50,41,-58,93,-62xm113,-82v-37,5,-62,6,-62,36v0,30,32,26,62,20r0,-56","w":172,"k":{"\u00df":2,"z":8,"y":4,"x":6,"w":4,"v":4,"t":4,"s":2,"g":1,".":2,",":4}},"b":{"d":"186,-92v0,83,-75,106,-154,89r0,-267r33,0r0,99v64,-22,121,11,121,79xm152,-89v0,-50,-40,-72,-87,-56r0,119v51,9,87,-13,87,-63","w":203,"k":{"z":12,"y":4,"w":4,"v":4,"s":4,"g":1,";":-2,".":7,",":8,"*":1}},"c":{"d":"19,-84v0,-74,68,-114,133,-83r0,30v-39,-30,-107,-6,-100,51v-5,59,64,79,103,48r0,29v-59,33,-136,-1,-136,-75","w":165,"k":{"y":-2,"u":7,"t":-2,"s":2,"o":6,"l":8,"k":7,"h":7,"e":5,"c":7,"a":2,"?":30,";":10,":":9,".":-1,",":6,"*":6,"!":23}},"d":{"d":"18,-83v0,-69,52,-106,121,-90r0,-97r33,0r0,265v-72,19,-154,4,-154,-78xm52,-86v0,50,39,72,87,58r0,-118v-48,-15,-87,11,-87,60","w":202,"k":{"\u00e4":4,"}":4,"z":9,"y":4,"w":4,"v":4,"g":2,"a":4,"]":7,".":3,",":5,")":13}},"e":{"d":"102,-178v53,0,75,35,73,94r-124,0v-12,65,80,76,115,40r0,30v-58,39,-153,13,-147,-69v4,-56,28,-95,83,-95xm142,-110v2,-38,-46,-53,-72,-30v-8,7,-13,17,-16,30r88,0","w":189,"k":{"\u00df":1,"z":6,"y":4,"x":5,"w":3,"v":4,"t":2,"s":2,"l":2,"k":1,"h":1,"g":1,"f":4,"b":2,"a":4,"?":25,";":-3,":":-2,".":4,",":7,"!":16}},"f":{"d":"130,-243v-45,-10,-59,25,-56,73r44,0r0,26r-44,0r0,144r-33,0r0,-144r-28,0r0,-26r28,0v-4,-67,23,-107,89,-100r0,27","w":126,"k":{"\u00fc":5,"\u00f6":7,"\u00e4":5,"}":10,"z":4,"y":-4,"w":-4,"s":2,"o":7,"g":10,"e":8,"d":7,"c":8,"a":5,"]":13,"?":8,";":7,":":9,".":13,",":15,"*":2,")":7,"'":1,"!":16}},"g":{"d":"165,0v6,81,-78,111,-143,79r0,-35v41,31,122,25,111,-49v-59,23,-115,-13,-115,-76v0,-89,90,-107,177,-88r0,26v-16,-3,-26,-4,-31,-5xm52,-82v0,46,38,68,81,52v-2,-38,3,-85,-3,-119v-49,-1,-78,19,-78,67","w":202,"k":{"\u00f6":3,"\u00e4":4,"}":3,"z":3,"y":-5,"w":-5,"v":-5,"t":-5,"s":1,"p":2,"o":3,"l":2,"k":2,"j":3,"h":2,"g":5,"f":-4,"e":4,"d":4,"a":4,"]":8,"?":25,":":2,".":6,",":8,")":14,"!":18}},"h":{"d":"140,-110v4,-45,-43,-46,-76,-32r0,142r-33,0r0,-270r33,0r0,101v48,-19,110,-9,110,55r0,114r-34,0r0,-110","w":202,"k":{"y":5,"*":4}},"i":{"d":"31,0r0,-175r34,0r0,175r-34,0xm30,-210r0,-39r35,0r0,39r-35,0","w":94,"k":{"}":4,"z":9,"w":4,"v":4,"g":2,"]":7,"*":3,")":13}},"j":{"d":"-16,64v71,-25,40,-147,47,-239r34,0r0,127v1,67,-9,103,-52,125xm31,-210r0,-39r35,0r0,39r-35,0","w":94,"k":{"}":3,"y":4,"]":6,"*":3,")":12}},"k":{"d":"64,-100v28,-24,55,-48,79,-75r40,0r-84,78r48,52r47,45r-46,0v-20,-19,-53,-55,-84,-92r0,92r-33,0r0,-270r33,0r0,170","w":192,"k":{"\u00fc":5,"\u00f6":11,"\u00e4":5,"z":-5,"y":-5,"x":-9,"w":-4,"v":-5,"u":5,"t":-3,"s":-3,"r":2,"q":11,"p":2,"o":11,"n":2,"m":2,"l":2,"k":2,"j":1,"i":2,"h":2,"g":12,"f":-1,"e":11,"d":11,"c":13,"b":2,"a":5,"?":24,";":7,":":9,".":1,",":1,"*":6,"!":17}},"l":{"d":"32,0r0,-270r33,0r0,270r-33,0","w":96,"k":{"z":9,"y":5,"w":4,"v":5,"g":2,".":3,",":5}},"m":{"d":"138,-111v5,-43,-39,-45,-74,-34r0,145r-33,0r0,-166v44,-13,87,-20,121,1v51,-24,122,-19,122,51r0,114r-34,0r0,-111v5,-44,-40,-45,-72,-32v8,38,2,97,4,143r-34,0r0,-111","w":301,"k":{"z":9,"y":5,"w":5,"v":5,"g":2}},"n":{"d":"140,-110v6,-46,-45,-45,-76,-34r0,144r-33,0r0,-166v60,-19,143,-26,143,52r0,114r-34,0r0,-110","w":202,"k":{"z":9,"y":5,"w":5,"v":5,"g":2}},"o":{"d":"101,5v-54,0,-81,-36,-82,-90v0,-56,29,-93,84,-93v55,0,82,35,82,90v0,56,-28,93,-84,93xm102,-151v-37,0,-50,27,-50,64v0,38,14,65,50,65v35,0,50,-27,50,-65v0,-38,-14,-64,-50,-64","w":203,"k":{"z":11,"y":5,"x":8,"w":4,"v":5,";":-2,":":-1,".":6,",":8,"*":2}},"p":{"d":"185,-91v-2,66,-52,103,-121,90r0,91r-33,0r0,-259v72,-23,157,-3,154,78xm151,-89v0,-49,-38,-70,-87,-58r0,119v49,12,87,-12,87,-61","w":202,"k":{"z":12,"y":4,"w":4,"v":4,"g":1,"*":1}},"q":{"d":"18,-83v0,-82,74,-108,154,-89r0,262r-33,0r0,-92v-67,15,-121,-13,-121,-81xm52,-86v0,50,40,72,87,58r0,-120v-50,-9,-87,12,-87,62","w":202,"k":{"}":4,"]":7,")":10}},"r":{"d":"31,-164v26,-11,66,-20,98,-9r0,28v-21,-8,-44,-6,-65,2r0,143r-33,0r0,-164","w":137,"k":{"\u00f6":7,"\u00e4":5,"z":4,"y":-5,"x":-2,"w":-5,"v":-5,"u":5,"t":-5,"s":2,"r":6,"q":8,"p":6,"o":7,"n":6,"m":6,"j":6,"i":6,"g":11,"f":-3,"e":8,"d":8,"c":8,"a":5,"?":30,";":17,":":17,".":23,",":26,"*":4,"'":7,"!":22}},"s":{"d":"131,-47v0,52,-70,63,-110,42r0,-33v19,19,72,26,77,-6v-6,-39,-77,-31,-77,-83v0,-49,63,-63,105,-41r0,31v-16,-17,-69,-22,-72,8v11,39,77,29,77,82","w":148,"k":{"\u00e4":2,"z":6,"y":2,"w":3,"v":2,"t":2,"s":5,"g":3,"f":4,"a":2,"?":26,":":2,".":-1,",":1,"!":18}},"t":{"d":"106,-1v-42,8,-69,-3,-69,-51r0,-92r-27,0r0,-26r29,0r0,-46r30,0r0,46r41,0r0,26r-41,0r0,90v-3,27,13,35,37,29r0,24","w":120,"k":{"\u00fc":5,"\u00f6":6,"\u00e4":4,"z":2,"y":-3,"w":-3,"v":-3,"u":5,"t":-4,"s":3,"r":4,"q":7,"p":4,"o":6,"n":4,"m":4,"j":7,"i":4,"g":8,"e":7,"d":7,"c":7,"a":4,"?":29,";":2,":":3,".":2,",":6,"*":4,"!":19}},"u":{"d":"170,-5v-60,11,-142,19,-142,-60r0,-110r34,0v8,57,-26,155,42,150v11,0,22,-1,33,-3r0,-147r33,0r0,170","w":200,"k":{"z":9,"y":4,"x":7,"w":4,"v":4,"g":2,".":3,",":5}},"v":{"d":"9,-175r35,0r18,66r28,85v13,-52,39,-99,50,-151r34,0r-48,130r-21,45r-35,0r-45,-119v-6,-19,-11,-38,-16,-56","w":182,"k":{"\u00e4":7,"y":-5,"u":5,"s":7,"r":7,"o":7,"i":6,"e":7,"a":7,";":4,":":7,".":19,",":21}},"w":{"d":"10,-175r35,0v8,57,27,89,40,151v10,-57,35,-99,50,-151r32,0v15,51,36,95,46,151v10,-51,33,-92,44,-151r33,0v-19,64,-34,113,-63,175r-34,0v-15,-52,-35,-89,-43,-149v-10,58,-33,98,-49,149r-35,0v-20,-58,-42,-110,-56,-175","w":299,"k":{"\u00fc":5,"\u00f6":5,"\u00e4":7,"z":5,"y":-5,"u":5,"t":-4,"s":7,"r":5,"p":5,"o":5,"j":6,"i":5,"g":7,"f":-2,"e":7,"a":7,"?":30,";":3,":":6,".":17,",":18,"'":2,"!":20}},"x":{"d":"94,-111v15,-20,29,-42,41,-64r36,0v-15,26,-38,54,-59,84r64,91r-40,0v-13,-23,-28,-47,-45,-71v-18,23,-33,47,-46,71r-36,0r64,-91r-59,-84r39,0v13,23,26,44,41,64","w":184,"k":{"y":-2,"e":8,"a":8,"?":29,";":3,":":5,",":4,"*":8,"!":21}},"y":{"d":"9,-175r35,0r46,151r51,-151r35,0r-43,118r-65,147r-32,0r36,-86v-22,-58,-48,-115,-63,-179","w":184,"k":{"o":7,"e":7,"a":7,"?":29,";":4,":":7,".":19,",":21,"'":2,"!":20}},"z":{"d":"26,-148r0,-25r133,0v6,44,-37,59,-55,87v-25,26,-32,32,-51,58r106,0r0,27r-142,0v-5,-45,28,-62,50,-87r54,-60r-95,0","w":175,"k":{"\u00fc":8,"\u00f6":11,"\u00e4":6,"y":-1,"u":8,"o":11,"i":8,"e":11,"a":6,";":8,":":7,".":10,",":9,"*":5,"!":23}},"{":{"d":"125,90v-85,9,-75,-78,-75,-149v0,-27,-12,-36,-38,-39r0,-20v56,-1,32,-66,33,-115v1,-48,30,-77,80,-72r0,21v-65,-12,-47,79,-47,126v0,26,-12,43,-36,50v82,10,-20,179,83,176r0,22","w":148,"k":{"y":5,"p":3,"l":3,"k":3,"j":-8,"i":4,"h":3,"g":4,"f":6,"b":3,"Z":15,"Y":17,"X":10,"W":5,"V":9,"T":24,"J":-13,"A":13}},"|":{"d":"51,90r0,-347r28,0r0,347r-28,0","w":130},"}":{"d":"104,17v0,48,-29,75,-80,73r0,-22v99,11,1,-156,83,-176v-82,-10,20,-179,-83,-176r0,-21v49,-5,79,24,80,72v0,46,-23,115,33,115r0,20v-56,0,-33,70,-33,115","w":148},"~":{"d":"147,-83v-42,-2,-84,-40,-118,-6r-4,-28v54,-44,116,36,164,-8r4,27v-12,6,-28,16,-46,15"},"\u00c4":{"d":"76,-285r0,-39r36,0r0,39r-36,0xm161,-285r0,-39r36,0r0,39r-36,0xm11,0r4,-11v24,-68,61,-153,99,-246r40,0r4,9v31,75,59,154,87,236r4,12r-39,0r-30,-90r-100,0r-32,90r-37,0xm91,-118r80,0r-38,-108","w":261,"k":{"\u00c4":-4}},"\u00d6":{"d":"90,-285r0,-39r35,0r0,39r-35,0xm175,-285r0,-39r36,0r0,39r-36,0xm145,6v-81,0,-123,-50,-123,-132v0,-83,44,-136,127,-136v81,0,123,52,123,132v0,84,-45,136,-127,136xm148,-232v-60,0,-89,43,-89,104v0,61,27,104,88,104v59,0,88,-44,88,-104v0,-61,-27,-104,-87,-104","w":293,"k":{"y":1}},"\u00dc":{"d":"74,-285r0,-39r36,0r0,39r-36,0xm159,-285r0,-39r36,0r0,39r-36,0xm132,4v-67,-1,-101,-30,-101,-99r0,-162r35,0r0,157v-2,51,20,74,67,75v102,4,56,-142,66,-232r35,0r0,162v1,68,-35,99,-102,99","w":264},"\u00df":{"d":"108,-246v-35,0,-44,31,-44,69r0,177r-33,0r0,-176v-3,-63,24,-94,79,-95v40,0,67,20,69,58v3,44,-48,46,-45,88v18,24,63,34,63,76v0,46,-61,66,-100,44r0,-30v19,17,63,18,66,-12v-6,-40,-84,-45,-60,-101v9,-23,42,-32,42,-64v1,-21,-16,-34,-37,-34","w":209,"k":{"w":8,"t":7,"k":4,"e":3}},"\u00e4":{"d":"42,-212r0,-35r34,0r0,35r-34,0xm105,-212r0,-35r34,0r0,35r-34,0xm113,-107v10,-66,-60,-44,-84,-21r0,-31v47,-30,116,-32,116,45r0,110v-56,9,-126,21,-125,-41v1,-50,41,-58,93,-62xm113,-82v-37,5,-62,6,-62,36v0,30,32,26,62,20r0,-56","w":172},"\u00f6":{"d":"57,-212r0,-35r33,0r0,35r-33,0xm120,-212r0,-35r33,0r0,35r-33,0xm101,5v-54,0,-81,-36,-82,-90v0,-56,29,-93,84,-93v55,0,82,35,82,90v0,56,-28,93,-84,93xm102,-151v-37,0,-50,27,-50,64v0,38,14,65,50,65v35,0,50,-27,50,-65v0,-38,-14,-64,-50,-64","w":203,"k":{"y":5}},"\u00fc":{"d":"55,-212r0,-35r33,0r0,35r-33,0xm118,-212r0,-35r34,0r0,35r-34,0xm170,-5v-60,11,-142,19,-142,-60r0,-110r34,0v8,57,-26,155,42,150v11,0,22,-1,33,-3r0,-147r33,0r0,170","w":200},"-":{"d":"25,-92r0,-30r98,0r0,30r-98,0","w":148},"\u00a0":{"w":72}}});Cufon.registerFont({"w":218,"face":{"font-family":"DTL Prokyon T","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"5","bbox":"-39 -339 391 92","underline-thickness":"15.8203","underline-position":"-23.3789","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":72},"!":{"d":"55,-85r0,-172r60,0r0,172r-60,0xm55,0r0,-62r60,0r0,62r-60,0","w":155},"\"":{"d":"35,-167r-8,-103r49,0r-6,103r-35,0xm106,-167r-7,-103r49,0r-5,103r-37,0","w":174},"#":{"d":"13,-70r7,-33r60,0r12,-55r-59,0r7,-33r60,0r15,-67r40,0r-16,67r49,0r15,-67r39,0r-15,67r57,0r-8,33r-56,0r-13,55r56,0r-7,33r-57,0r-17,71r-39,0r17,-71r-49,0r-16,71r-40,0r17,-71r-59,0xm131,-158r-12,55r48,0r13,-55r-49,0","w":296},"$":{"d":"158,-137v61,32,42,143,-34,140r1,30r-35,0r1,-28v-30,-3,-49,-6,-70,-17r0,-58v21,14,42,23,74,26v33,3,53,-29,25,-47v-35,-22,-98,-36,-97,-94v1,-45,32,-68,75,-74r-1,-30r35,0r-1,29v25,3,41,5,60,15r0,55v-20,-14,-36,-22,-67,-22v-42,0,-55,36,-18,49v17,6,39,20,52,26"},"%":{"d":"80,12r176,-287r35,9r-176,287xm83,-126v-41,1,-67,-30,-66,-72v0,-46,24,-75,68,-75v44,0,67,28,67,72v0,46,-23,74,-69,75xm85,-240v-19,0,-25,20,-25,42v0,21,7,40,24,40v32,0,36,-82,1,-82xm285,18v-44,0,-65,-29,-66,-73v0,-46,25,-75,68,-75v43,0,66,28,66,73v0,46,-24,75,-68,75xm287,-97v-19,0,-25,19,-25,42v0,21,7,40,24,40v34,0,34,-82,1,-82","w":370},"&":{"d":"203,-119v-16,12,-20,14,-25,35r-56,0v19,-80,104,-92,189,-108r0,47r-57,12v31,84,-39,142,-125,138v-63,-2,-119,-20,-119,-81v0,-38,25,-60,57,-70v-22,-4,-42,-23,-42,-49v1,-65,87,-77,147,-57r0,49v-23,-14,-82,-19,-89,11v0,12,12,20,36,23r0,46v-27,7,-49,13,-49,40v0,30,29,38,63,38v49,0,89,-27,70,-74","w":312},"'":{"d":"35,-167r-8,-103r48,0r-5,103r-35,0","w":102,"k":{"Z":1,"Y":1,"X":5,"W":-7,"V":-5,"T":2,"A":28}},"(":{"d":"100,90v-85,-65,-117,-253,-38,-353v12,-15,24,-30,38,-45r47,13v-46,48,-82,98,-82,185v0,88,35,139,82,186","w":164,"k":{"y":17,"p":11,"l":13,"k":13,"j":-7,"i":13,"h":13,"g":7,"f":14,"b":13,"Z":13,"Y":17,"X":17,"W":13,"V":18,"T":19,"J":-10,"A":23}},")":{"d":"100,-110v0,-87,-37,-137,-82,-185r48,-13v85,64,115,253,37,352v-12,15,-23,31,-37,46r-48,-14v47,-46,82,-99,82,-186","w":164},"*":{"d":"26,-203r19,-33v28,13,50,30,64,58v-14,-22,-23,-45,-19,-84r39,0v3,36,-5,62,-19,84v15,-26,36,-45,64,-58r19,33v-23,14,-43,28,-82,26v38,-1,59,12,82,26r-19,33v-27,-14,-50,-30,-64,-58v14,22,23,45,19,84r-39,0v-3,-37,4,-61,19,-84v-14,27,-36,45,-64,58r-19,-33v23,-14,45,-27,83,-26v-38,2,-60,-11,-83,-26","k":{".":8}},"+":{"d":"25,-86r0,-41r63,0r0,-68r42,0r0,68r63,0r0,41r-63,0r0,69r-42,0r0,-69r-63,0"},",":{"d":"7,53r33,-105r58,0r-45,105r-46,0","w":112,"k":{"-":-5}},"-":{"d":"17,-85r0,-45r112,0r0,45r-112,0","w":145,"k":{"z":8,"y":-4,"x":7,"w":-5,"v":-4,"s":-5,"g":-9,"a":1,"Z":7,"Y":29,"X":14,"W":2,"V":10,"T":24,"S":1,"Q":-10,"O":-10,"J":-5,"G":-10,"C":-10,"A":4}},".":{"d":"24,0r0,-66r64,0r0,66r-64,0","w":112,"k":{"-":-2,"*":8,"'":14}},"\/":{"d":"15,82r142,-390r49,4r-143,394","w":221,"k":{"y":15,"t":13,"l":13,"k":13,"j":13,"i":12,"h":13,"g":13,"f":12,"b":13,"Z":7,"Y":7,"X":11,"W":5,"V":8,"U":4,"T":9,"R":3,"N":3,"M":3,"L":3,"K":3,"J":3,"I":3,"H":3,"F":3,"E":3,"D":3,"B":3,"\/":37}},"0":{"d":"108,5v-69,0,-94,-55,-94,-130v0,-75,23,-136,96,-136v69,0,94,55,94,130v-1,77,-25,136,-96,136xm109,-211v-33,4,-36,45,-36,83v0,42,5,78,36,83v30,-4,35,-42,35,-83v0,-39,-3,-79,-35,-83"},"1":{"d":"91,0r0,-191r-79,26r0,-51r136,-45r0,261r-57,0"},"2":{"d":"191,-175v-5,66,-46,94,-92,124r99,-1r0,52r-181,0v2,-17,-7,-46,7,-52v40,-33,109,-54,109,-116v0,-53,-74,-52,-105,-19r0,-52v55,-45,169,-22,163,64"},"3":{"d":"195,-71v2,79,-110,92,-171,62r0,-54v25,21,104,34,111,-10v-3,-29,-34,-35,-71,-35r0,-45v34,-3,63,-6,66,-34v-5,-37,-69,-27,-91,-10r0,-50v51,-27,152,-20,149,51v-1,34,-18,47,-46,58v35,13,53,35,53,67"},"4":{"d":"174,-103r34,0r0,45r-34,0r0,58r-55,0r0,-58r-123,0v26,-63,65,-126,107,-173v18,-20,35,-31,71,-27r0,155xm121,-103v1,-37,-2,-66,6,-100r-56,100r50,0"},"5":{"d":"195,-80v3,82,-104,104,-169,71r0,-54v29,23,110,33,110,-16v0,-31,-33,-46,-100,-46r14,-131r140,0r0,51r-90,0r-3,34v53,9,96,32,98,91"},"6":{"d":"107,7v-98,5,-109,-121,-61,-185v25,-33,53,-61,89,-87r53,20v-37,23,-65,47,-91,81v61,-10,105,23,105,81v0,56,-38,87,-95,90xm144,-81v0,-37,-34,-46,-65,-36v-12,30,-8,76,30,76v24,0,35,-15,35,-40"},"7":{"d":"203,-256v-23,94,-68,185,-112,261r-59,-9v42,-64,69,-128,98,-201r-114,0r0,-51r187,0"},"8":{"d":"16,-66v0,-38,25,-52,51,-67v-29,-13,-44,-34,-44,-62v0,-45,41,-64,89,-68v84,-7,119,103,42,131v28,15,47,28,47,65v0,49,-41,74,-93,74v-50,1,-93,-25,-92,-73xm108,-38v48,1,45,-61,5,-68v-23,-3,-41,21,-41,37v0,18,17,31,36,31xm110,-218v-38,0,-38,52,-5,59v20,4,36,-17,35,-31v-1,-18,-11,-28,-30,-28"},"9":{"d":"112,-263v101,-4,110,118,62,185v-20,28,-50,58,-90,87r-52,-21v35,-23,66,-47,90,-80v-63,7,-105,-23,-105,-81v0,-57,37,-88,95,-90xm116,-135v26,0,31,-17,31,-38v0,-25,-12,-43,-36,-43v-23,0,-37,15,-36,40v0,27,14,41,41,41"},":":{"d":"47,-95r0,-62r61,0r0,62r-61,0xm47,0r0,-62r61,0r0,62r-61,0","w":143},";":{"d":"49,-95r0,-61r61,0r0,61r-61,0xm18,53r34,-105r58,0r-45,105r-47,0","w":144},"<":{"d":"23,-88r0,-38r167,-71r0,45r-110,45r110,42r0,48"},"=":{"d":"25,-118r0,-42r168,0r0,42r-168,0xm25,-54r0,-42r168,0r0,42r-168,0"},">":{"d":"28,-17r0,-45r111,-45r-111,-42r0,-48r167,71r0,38"},"?":{"d":"40,-246v62,-34,177,-11,149,76v-10,30,-48,43,-72,65v-5,6,-5,14,0,20r-59,0v-17,-60,58,-58,73,-103v-9,-34,-68,-22,-91,-3r0,-55xm61,0r0,-62r60,0r0,62r-60,0","w":220,"k":{"'":4}},"@":{"d":"66,-77v-7,108,129,141,203,87r0,29v-25,15,-50,24,-88,24v-90,0,-147,-49,-147,-139v0,-96,60,-154,156,-154v76,0,128,37,128,113v0,79,-56,121,-136,121v-50,0,-85,-22,-85,-71v0,-76,75,-121,154,-96r-42,131v42,-9,74,-33,74,-84v-1,-58,-38,-88,-96,-88v-77,0,-116,50,-121,127xm197,-132v-37,0,-53,29,-53,65v0,18,8,30,23,32","w":349},"A":{"d":"6,0r106,-257r58,0r98,257r-64,0r-23,-68r-90,0v-7,23,-18,43,-23,68r-62,0xm109,-116r57,0v-9,-30,-21,-57,-27,-89v-7,29,-21,60,-30,89","w":273,"k":{"}":14,"z":-2,"y":7,"w":5,"v":7,"t":6,"s":1,"q":5,"o":4,"g":4,"e":4,"d":5,"c":5,"a":4,"]":18,"Z":-4,"Y":31,"X":-6,"W":14,"V":21,"T":32,"S":1,"Q":12,"O":12,"G":13,"C":13,"B":5,"A":-5,"-":1,")":21,"'":27}},"B":{"d":"218,-71v0,80,-106,75,-192,70r0,-255v85,-5,185,-13,185,66v0,32,-17,47,-44,56v34,10,51,31,51,63xm83,-153v35,1,68,1,68,-30v0,-30,-35,-34,-68,-30r0,60xm158,-75v0,-36,-39,-35,-75,-33r0,63v34,1,75,6,75,-30","w":233,"k":{"y":2,"Z":2,"Y":14,"W":2,"V":9,"T":5,"S":-2,"C":1,"A":9}},"C":{"d":"78,-127v0,83,106,98,160,58r0,57v-100,41,-223,2,-223,-114v0,-115,123,-161,223,-120r0,57v-54,-40,-160,-22,-160,62","w":254,"k":{"y":6,"s":-1,"o":2,"e":2,"a":2,"Y":1,"V":1,"T":1,"S":-5,"O":1,"G":2,"D":-4,"C":2,"A":1,"-":4,"'":-3}},"D":{"d":"258,-131v0,120,-105,143,-232,130r0,-255v121,-11,232,2,232,125xm195,-130v0,-63,-41,-83,-109,-76r0,154v63,9,109,-15,109,-78","w":272,"k":{"\u00f6":-1,"o":-1,"e":-1,"a":1,"Z":5,"Y":20,"W":4,"V":10,"T":9,"E":-2,"A":13,"-":-10}},"E":{"d":"26,0r0,-256r164,0r0,51r-104,0r0,49r102,0r0,51r-102,0r0,54r107,0r0,51r-167,0","w":211,"k":{"z":-2,"y":1,"w":-1,"v":1,"s":-4,"l":-2,"k":-2,"j":-2,"i":-3,"h":-2,"g":-1,"b":-2,"a":-1,"Z":-2,"W":1,"V":1,"T":2,"S":-5,"F":-4,"A":1,"-":-4,"'":-1}},"F":{"d":"26,0r0,-257r166,0r0,51r-106,0r0,53r102,0r0,50r-102,0r0,103r-60,0","w":205,"k":{"\u00fc":5,"\u00f6":6,"\u00e4":9,"y":2,"o":6,"l":5,"i":5,"h":5,"e":6,"a":9,"Z":6,"Y":-3,"W":-2,"T":-1,"S":1,"O":2,"G":3,"C":3,"A":17,"-":-6,"'":-4}},"G":{"d":"78,-125v0,64,48,87,112,77r0,-42r-51,0r0,-51r109,0r0,134v-109,28,-233,3,-233,-117v0,-121,124,-163,232,-121r0,55v-59,-37,-169,-24,-169,65","w":271,"k":{"\u00fc":-2,"\u00f6":-2,"y":1,"w":-1,"o":-2,"e":-2,"Z":-1,"Y":5,"X":4,"W":1,"V":5,"T":5,"S":-4,"H":-4,"A":4,"-":-7,"'":1}},"H":{"d":"26,0r0,-257r60,0r0,100r103,0r0,-100r60,0r0,257r-60,0r0,-106r-103,0r0,106r-60,0","w":274,"k":{"Y":3,"T":5,"I":-4,"A":5}},"I":{"d":"26,0r0,-257r60,0r0,257r-60,0","w":111,"k":{"y":-1,"Z":-2,"Y":2,"X":4,"V":4,"T":5,"J":-5,"A":4}},"J":{"d":"-39,50v55,-20,66,-49,66,-128r0,-179r61,0r0,201v2,78,-19,109,-72,133","w":111,"k":{"y":-1,"Y":2,"K":-4,"A":5}},"K":{"d":"240,-257r-90,119r6,9v33,51,63,94,92,129r-75,0r-35,-49r-52,-82r0,131r-60,0r0,-257r60,0r0,118r53,-68v21,-29,20,-29,34,-50r67,0","w":246,"k":{"\u00fc":12,"\u00f6":13,"\u00e4":6,"}":13,"y":16,"w":13,"o":13,"l":1,"i":1,"h":1,"e":13,"a":6,"]":16,"Z":-7,"Y":-7,"X":-9,"W":-6,"V":-6,"U":3,"T":-5,"S":-2,"R":1,"Q":11,"P":1,"O":11,"N":1,"M":-4,"L":1,"J":-1,"I":1,"H":1,"G":12,"F":1,"E":1,"D":1,"C":12,"B":1,"A":-9,"-":16,")":18,"'":5}},"L":{"d":"26,0r0,-257r60,0r0,203r107,0r0,54r-167,0","w":202,"k":{"\u00f6":3,"\u00e4":2,"}":22,"y":13,"o":3,"i":2,"e":3,"a":2,"]":25,"Z":-2,"Y":38,"W":21,"V":28,"U":8,"T":38,"S":1,"O":9,"M":1,"G":9,"C":9,"A":-4,"-":7,")":29,"'":43}},"M":{"d":"17,0r18,-257v38,4,85,-14,95,27v14,56,45,119,48,188v4,-81,30,-142,54,-203v9,-23,56,-8,85,-12r11,121r8,136r-57,0r-9,-221v-17,77,-44,144,-63,221r-63,0r-63,-221r-9,221r-55,0","w":352,"k":{"y":-2,"Z":-2,"Y":7,"T":7,"N":-5}},"N":{"d":"73,-200v14,60,6,129,8,200r-55,0r0,-257v28,2,62,-7,74,12v37,64,81,115,111,188v-15,-62,-6,-129,-8,-200r55,0r0,257v-29,-2,-62,7,-74,-13v-37,-64,-81,-115,-111,-187","w":284,"k":{"Z":-2,"Y":3,"T":5,"O":-2,"A":5}},"O":{"d":"144,6v-82,0,-128,-49,-128,-131v0,-86,47,-137,132,-137v81,0,126,49,126,132v0,85,-46,136,-130,136xm146,-212v-48,0,-67,35,-67,84v-1,48,21,85,66,84v47,-1,66,-34,66,-84v0,-48,-19,-84,-65,-84","w":289,"k":{"z":2,"x":2,"w":-2,"Z":4,"Y":21,"W":4,"V":10,"T":10,"P":-2,"A":13,"-":-10}},"P":{"d":"215,-173v0,67,-58,88,-129,82r0,91r-60,0r0,-255v95,-9,189,-10,189,82xm86,-138v36,3,70,-1,70,-36v0,-33,-34,-41,-70,-36r0,72","w":225,"k":{"\u00fc":5,"\u00e4":9,"y":-4,"w":-3,"t":-4,"o":10,"l":7,"j":7,"i":6,"h":7,"f":-3,"e":10,"a":9,"Z":7,"Y":11,"X":15,"W":4,"V":7,"U":4,"S":2,"R":2,"Q":4,"P":2,"O":4,"N":2,"M":5,"L":2,"K":2,"J":7,"I":2,"H":2,"G":3,"F":2,"E":2,"D":2,"C":3,"B":2,"A":22,"-":4,"'":-4}},"Q":{"d":"176,2v20,16,61,22,98,19r-30,48v-69,1,-108,-26,-137,-68v-59,-13,-91,-61,-91,-127v0,-85,46,-136,132,-136v81,0,126,48,126,132v0,73,-34,120,-98,132xm146,-212v-47,0,-66,36,-67,84v-1,48,21,85,66,84v46,-1,66,-35,66,-84v0,-49,-17,-84,-65,-84","w":289,"k":{"}":5,"u":-3,"]":10,"U":-1,"R":-2,"-":-10,")":12}},"R":{"d":"214,-176v0,39,-19,57,-47,70r24,33v22,31,41,53,59,74r-73,0r-68,-97r-26,0r0,96r-57,0r0,-255v86,-8,188,-10,188,79xm83,-142v33,5,72,1,72,-33v0,-32,-33,-39,-72,-36r0,69","w":251,"k":{"\u00f6":9,"\u00e4":8,"}":12,"y":9,"o":9,"e":9,"a":8,"]":16,"Z":-6,"Y":24,"X":-8,"W":10,"V":17,"U":8,"T":13,"R":3,"Q":11,"P":3,"O":10,"N":3,"M":-2,"L":3,"K":3,"I":3,"H":3,"G":11,"F":3,"E":3,"D":3,"C":11,"B":3,"A":-7,"-":13,")":19,"'":10}},"S":{"d":"152,-138v73,42,32,145,-60,145v-27,0,-53,-7,-77,-18r0,-59v21,15,41,25,74,27v36,3,52,-31,23,-49v-37,-23,-94,-33,-94,-93v0,-80,106,-92,167,-61r0,56v-20,-15,-36,-19,-67,-22v-41,-4,-53,31,-18,48","w":207,"k":{"\u00e4":1,"y":3,"w":2,"v":3,"t":1,"l":-1,"j":1,"i":-1,"h":-1,"a":1,"Y":3,"W":1,"V":3,"T":3,"S":-3,"G":1,"C":1,"A":9,"-":-7}},"T":{"d":"89,0r0,-206r-81,0r0,-51r222,0r0,51r-81,0r0,206r-60,0","w":237,"k":{"\u00fc":15,"\u00f6":15,"\u00e4":8,"}":23,"y":33,"w":30,"o":31,"l":5,"j":6,"i":5,"h":5,"e":31,"a":30,"]":28,"Z":2,"Y":-7,"X":-2,"W":-5,"V":-5,"U":4,"T":-4,"S":2,"R":5,"Q":11,"P":5,"O":11,"N":5,"M":8,"L":5,"K":5,"J":6,"I":5,"H":5,"G":12,"F":5,"E":5,"D":5,"C":12,"B":5,"A":33,"-":24,")":19,"'":4}},"U":{"d":"133,4v-73,0,-109,-34,-109,-111r0,-150r60,0r0,145v-3,43,13,65,49,65v36,0,49,-21,49,-65r0,-145r61,0r0,150v3,79,-36,111,-110,111","w":266,"k":{"z":2,"y":1,"x":4,"w":-1,"v":1,"Z":1,"Y":2,"X":6,"V":3,"T":4,"S":-3,"A":11}},"V":{"d":"4,-257r64,0r58,175v2,6,3,14,5,25r70,-200r61,0r-51,134r-52,123r-60,0","w":265,"k":{"\u00e4":5,"}":15,"y":8,"r":18,"o":20,"l":3,"j":4,"i":2,"h":3,"e":20,"a":20,"]":18,"Y":-8,"U":2,"R":3,"O":12,"L":3,"I":3,"H":3,"E":3,"A":24,"-":12,")":17}},"W":{"d":"112,-32v11,-81,35,-149,51,-225r71,0v15,77,37,142,46,225v8,-87,36,-145,50,-225r61,0r-36,134r-38,123r-78,0v-14,-74,-38,-132,-42,-216v-3,86,-29,142,-47,216r-78,0r-67,-257r63,0v14,76,37,142,44,225","w":396,"k":{"\u00fc":10,"\u00f6":11,"\u00e4":6,"}":8,"y":4,"r":9,"o":11,"l":4,"j":4,"i":3,"h":4,"e":11,"a":13,"]":12,"Z":1,"Y":-8,"W":-7,"V":-7,"U":2,"T":-5,"S":2,"R":1,"P":1,"O":7,"N":1,"M":2,"L":1,"K":1,"J":2,"I":1,"H":1,"G":6,"F":1,"E":1,"D":1,"C":6,"B":1,"A":17,"-":4,")":14,"'":-5}},"X":{"d":"72,0r-67,0r84,-133r-79,-124r71,0r52,90r51,-90r65,0r-78,124r83,133r-72,0r-55,-98","w":259,"k":{"}":10,"y":14,"e":12,"a":8,"]":15,"Y":-5,"W":-4,"T":-3,"O":10,"C":11,"A":-5,"-":14,")":17,"'":5}},"Y":{"d":"2,-257v23,2,54,-4,71,3r62,102r67,-105r66,0v-34,57,-71,109,-106,158r0,99r-60,0r0,-99r-48,-72","w":269,"k":{"\u00f6":12,"}":22,"u":27,"p":27,"o":33,"i":1,"e":33,"a":32,"]":27,"Z":-1,"X":-5,"W":-8,"V":-8,"T":-7,"S":13,"Q":22,"O":22,"G":23,"C":23,"A":35,"-":31,")":16,"'":2}},"Z":{"d":"20,-205r0,-51r198,0v11,65,-33,88,-63,122r-71,82r135,0r0,51r-210,0v-7,-51,13,-65,37,-92r98,-112r-124,0","w":231,"k":{"\u00fc":4,"\u00f6":5,"\u00e4":3,"}":5,"y":8,"w":6,"o":5,"i":1,"e":5,"a":3,"]":10,"Z":-1,"Y":-4,"W":-2,"U":-1,"O":4,"I":-4,"E":-4,"A":-2,"-":9,")":10,"'":-2}},"[":{"d":"25,-306r103,0r0,39r-55,0r0,315r55,0r0,39r-103,0r0,-393","w":155,"k":{"y":10,"p":7,"l":8,"k":8,"j":-12,"i":8,"h":8,"g":9,"f":8,"b":8,"Z":10,"Y":27,"X":15,"W":10,"V":17,"T":28,"J":-17,"A":19}},"\\":{"d":"15,-304r49,-4r142,390r-48,8","w":221,"k":{"l":5,"j":-13,"i":5,"g":5,"f":7,"d":8,"Z":13,"Y":32,"X":14,"W":15,"V":23,"U":12,"T":33,"S":9,"R":9,"Q":13,"P":9,"O":13,"N":9,"M":8,"L":9,"K":9,"J":-17,"I":9,"H":9,"G":14,"D":9,"C":14,"B":9,"A":14}},"]":{"d":"27,-306r103,0r0,393r-103,0r0,-39r55,0r0,-315r-55,0r0,-39","w":155},"^":{"d":"86,-257r47,0r68,127r-47,0r-45,-89r-44,89r-48,0"},"_":{"d":"0,80r0,-33r180,0r0,33r-180,0","w":180},"`":{"d":"36,-270r52,-5r56,71r-40,7","w":180},"a":{"d":"113,-112v1,-17,0,-26,-19,-26v-22,0,-43,6,-65,17r0,-43v52,-24,135,-33,135,48r0,113v-61,7,-149,22,-147,-46v1,-51,44,-57,96,-63xm67,-52v-2,21,28,17,48,14r0,-38v-27,5,-46,2,-48,24","w":185,"k":{"\u00df":-2,"z":-1,"y":2,"x":2,"v":2,"s":-2,"g":-2,".":-2,",":1}},"b":{"d":"199,-92v0,87,-89,105,-175,89r0,-267r56,0r0,97v64,-23,119,14,119,81xm143,-90v0,-37,-30,-55,-63,-42r0,89v40,2,63,-12,63,-47","w":213,"k":{"z":4,"y":4,"w":1,"v":4,"g":-1,";":-5,":":-7,".":1,",":7,"*":4}},"c":{"d":"13,-86v0,-77,81,-115,149,-84r0,45v-30,-22,-93,-11,-93,34v0,47,61,58,95,37r0,45v-63,32,-151,2,-151,-77","w":171,"k":{"y":-4,"u":-4,"t":-5,"s":-6,"o":-2,"l":-5,"k":-5,"h":-5,"e":-2,"c":-1,"a":-3,"?":14,";":-9,":":-12,".":-8,",":-5,"*":1,"!":8}},"d":{"d":"14,-87v2,-66,49,-102,120,-91r0,-92r55,0r0,265v-82,17,-178,9,-175,-82xm70,-88v0,37,26,50,64,44r0,-89v-34,-10,-64,8,-64,45","w":213,"k":{"\u00e4":1,"}":5,"y":1,"v":1,"g":-1,"a":1,"]":8,",":2,")":14}},"e":{"d":"103,-181v62,0,85,42,81,109r-116,0v4,46,77,39,107,17r0,42v-67,37,-167,12,-161,-75v4,-56,33,-93,89,-93xm134,-111v1,-29,-34,-40,-54,-23v-6,6,-9,13,-11,23r65,0","w":200,"k":{"z":2,"y":4,"x":5,"w":1,"v":4,"t":2,"g":-1,"f":1,"a":3,"?":17,";":-7,":":-7,".":1,"-":-7,",":4,"*":4,"!":14}},"f":{"d":"139,-225v-36,-8,-54,12,-50,52r43,0r0,42r-43,0r0,131r-55,0r0,-131r-29,0r0,-42r29,0v-5,-72,36,-105,105,-96r0,44","w":135,"k":{"\u00fc":2,"\u00f6":3,"\u00e4":2,"}":7,"z":1,"y":-7,"w":-6,"o":3,"g":3,"e":3,"d":3,"c":3,"a":5,"]":1,"?":7,":":-1,".":10,"-":5,",":13,"*":1,")":8,"'":-1,"!":15}},"g":{"d":"179,-134v5,115,15,226,-103,226v-21,0,-42,-4,-60,-11r0,-51v41,22,117,27,111,-36v-57,23,-115,-10,-115,-75v0,-98,106,-110,199,-91r0,44v-13,-3,-24,-5,-32,-6xm68,-87v0,36,26,52,59,40v-2,-28,3,-64,-3,-88v-34,-1,-56,15,-56,48","w":213,"k":{"\u00f6":1,"\u00e4":1,"}":3,"y":-7,"w":-6,"v":-7,"t":-7,"s":-1,"p":-3,"o":1,"l":-2,"k":-2,"j":-2,"h":-2,"g":1,"f":-7,"e":1,"d":1,"a":1,"]":8,"?":16,";":-6,":":-7,".":4,"-":-2,",":5,"*":-3,")":14,"!":10}},"h":{"d":"133,-108v2,-31,-31,-33,-53,-21r0,129r-56,0r0,-270r56,0r0,98v50,-18,108,-8,108,54r0,118r-55,0r0,-108","w":209,"k":{"y":2,"*":4}},"i":{"d":"24,0r0,-176r55,0r0,176r-55,0xm24,-205r0,-57r55,0r0,57r-55,0","w":103,"k":{"}":4,"w":-1,"v":1,"g":-1,"]":8,"*":2,")":14}},"j":{"d":"-28,53v43,-21,54,-49,54,-120r0,-109r55,0r0,128v1,69,-12,104,-58,125xm26,-205r0,-57r55,0r0,57r-55,0","w":104,"k":{"}":5,"y":1,"]":7,"*":2,")":14}},"k":{"d":"24,0r0,-270r56,0r0,169r61,-75r61,0v-21,31,-40,52,-64,79r46,65v10,12,19,23,27,32r-67,0r-64,-92r0,92r-56,0","w":209,"k":{"\u00fc":4,"\u00f6":7,"\u00e4":6,"z":-5,"y":-5,"x":-9,"w":-5,"v":-5,"u":4,"t":-5,"s":-1,"r":1,"q":8,"p":1,"o":7,"n":1,"m":1,"l":1,"k":1,"i":1,"h":1,"g":7,"f":-5,"e":7,"d":8,"c":8,"b":1,"a":6,"?":19,":":-1,"-":12,",":1,"*":7,"!":16}},"l":{"d":"24,0r0,-270r56,0r0,270r-56,0","w":104,"k":{"y":2,"v":2,"g":-1,",":1}},"m":{"d":"129,-110v3,-29,-27,-30,-50,-22r0,132r-56,0r0,-168v38,-12,99,-21,132,0v52,-21,133,-20,133,55r0,113r-56,0r0,-111v3,-29,-30,-28,-50,-20v7,37,1,88,3,131r-56,0r0,-110","w":309,"k":{"y":2,"w":1,"v":2,"g":-1}},"n":{"d":"131,-107v3,-32,-27,-32,-52,-25r0,132r-56,0r0,-168v64,-16,164,-31,164,59r0,109r-56,0r0,-107","w":208,"k":{"y":3,"w":1,"v":3,"g":-1}},"o":{"d":"104,5v-57,0,-90,-34,-90,-91v0,-58,33,-95,92,-95v58,0,89,33,89,91v0,60,-32,95,-91,95xm105,-136v-25,0,-35,21,-35,48v0,27,11,48,35,48v24,0,34,-21,34,-48v0,-28,-9,-48,-34,-48","w":209,"k":{"z":4,"y":4,"x":5,"w":1,"v":4,"g":-1,";":-5,":":-7,".":1,",":6,"*":4}},"p":{"d":"198,-90v0,66,-51,103,-119,89r0,91r-56,0r0,-262v85,-19,175,-9,175,82xm142,-90v0,-37,-26,-52,-63,-44r0,89v36,8,63,-9,63,-45","w":211,"k":{"z":4,"y":4,"w":1,"v":4,"g":-1,"*":4}},"q":{"d":"14,-86v0,-87,88,-105,175,-89r0,265r-56,0r0,-91v-68,13,-119,-19,-119,-85xm70,-88v0,37,29,52,63,42r0,-89v-37,-5,-63,10,-63,47","w":211,"k":{"}":3,"]":7,")":11}},"r":{"d":"23,0r0,-163v41,-15,81,-23,124,-12r0,48v-20,-8,-47,-8,-68,0r0,127r-56,0","w":151,"k":{"\u00f6":3,"\u00e4":7,"z":2,"y":-6,"x":-4,"w":-5,"v":-6,"u":3,"t":-6,"s":1,"r":4,"q":4,"p":4,"o":3,"n":4,"m":4,"j":5,"i":4,"g":2,"f":-5,"e":3,"d":3,"c":3,"a":7,"?":20,";":10,":":6,".":23,",":25,"*":3,"'":-1,"!":19}},"s":{"d":"144,-73v29,74,-73,92,-127,66r0,-46v19,9,37,15,54,15v23,0,30,-14,14,-22v-31,-15,-68,-24,-68,-65v0,-57,76,-67,124,-46r0,44v-16,-8,-31,-11,-46,-11v-36,0,-22,26,-4,28v19,8,46,19,53,37","w":161,"k":{"y":2,"v":2,"s":-1,"f":-1,"?":17,";":-5,":":-7,".":-4,"!":13}},"t":{"d":"124,-1v-57,8,-91,-4,-91,-64r0,-66r-28,0r0,-42r31,0r0,-49r53,0r0,49r38,0r0,42r-38,0v4,37,-17,103,35,88r0,42","w":133,"k":{"\u00fc":-2,"\u00f6":2,"z":-1,"y":-6,"w":-5,"v":-6,"u":-2,"t":-5,"s":-3,"r":-4,"q":1,"p":-4,"o":2,"n":-4,"m":-4,"j":-1,"i":-3,"e":2,"d":1,"c":1,"?":15,";":-7,":":-8,".":-3,"-":5,",":-2,"!":10}},"u":{"d":"184,-7v-73,16,-162,23,-162,-69r0,-100r55,0r0,101v-4,32,24,33,51,28r0,-129r56,0r0,169","w":207,"k":{"y":1,"x":2,"w":-1,"v":1,"g":-1,".":-1,",":2}},"v":{"d":"4,-176r58,0v7,44,35,91,35,143v1,-55,31,-97,39,-143r57,0r-32,90r-39,86r-55,0v-27,-58,-48,-119,-63,-176","w":195,"k":{"\u00e4":6,"y":-8,"u":2,"s":4,"r":2,"o":5,"i":2,"e":5,"a":6,":":-1,".":13,"-":-3,",":17,"*":-1}},"w":{"d":"5,-176r54,0v10,49,25,93,30,146v2,-59,24,-97,36,-146r60,0v12,49,30,91,35,146v6,-53,25,-101,33,-146r52,0r-21,80r-35,96r-62,0v-11,-49,-31,-89,-32,-149v-5,60,-25,98,-39,149r-61,0r-37,-119v-5,-19,-9,-38,-13,-57","w":310,"k":{"\u00fc":1,"\u00f6":3,"\u00e4":4,"z":2,"y":-6,"u":1,"t":-6,"s":1,"r":1,"p":1,"o":3,"j":2,"i":1,"g":2,"f":-5,"e":3,"a":4,"?":19,";":-2,":":-3,".":9,"-":-4,",":14,"*":-1,"'":-1,"!":14}},"x":{"d":"65,0r-62,0v14,-27,33,-57,58,-91r-53,-85r67,0v9,22,18,40,28,57v10,-18,20,-37,28,-57r61,0r-53,85v22,27,42,64,58,91r-66,0v-9,-21,-20,-44,-33,-67","w":200,"k":{"y":-5,"e":5,"a":4,"?":19,";":-2,":":-4,".":-1,"-":7,"*":7,"!":14}},"y":{"d":"4,-176r58,0v9,51,34,85,35,143v2,-59,30,-87,39,-143r58,0r-40,111r-69,155r-54,0r37,-85r-45,-114","w":196,"k":{"o":5,"e":5,"a":6,"?":18,":":-1,".":13,"-":-2,",":17,"*":-1,"!":16}},"z":{"d":"21,-131r0,-45r151,0v8,54,-18,61,-50,90v-23,21,-39,32,-46,40r96,0r0,45r-161,0v-11,-76,60,-89,92,-130r-82,0","w":186,"k":{"\u00fc":-2,"\u00f6":1,"y":-2,"u":-2,"o":1,"i":-3,"e":1,";":-6,":":-8,".":-4,"-":2,",":-2,"*":2,"!":10}},"{":{"d":"37,17v1,-44,23,-108,-33,-107r0,-36v55,2,35,-66,33,-107v-2,-52,42,-78,99,-72r0,36v-95,-12,-5,143,-82,161v78,9,-18,166,82,161r0,36v-57,6,-99,-21,-99,-72","w":160,"k":{"y":7,"p":5,"l":4,"k":4,"j":-13,"i":3,"h":4,"g":6,"f":4,"b":4,"Z":7,"Y":22,"X":12,"W":7,"V":13,"T":23,"J":-17,"A":16}},"|":{"d":"44,90r0,-347r48,0r0,347r-48,0","w":134},"}":{"d":"123,-233v-1,44,-21,109,34,107r0,36v-56,-2,-35,63,-34,107v2,52,-43,78,-99,72r0,-36v95,12,4,-144,83,-161v-47,-10,-35,-67,-34,-117v1,-33,-16,-45,-49,-44r0,-36v57,-7,101,21,99,72","w":160},"~":{"d":"147,-73v-33,0,-91,-44,-118,-7r-4,-42v10,-9,28,-17,47,-17v15,0,58,23,77,24v19,1,30,-11,40,-19r4,43v-11,8,-28,18,-46,18"},"\u00c4":{"d":"66,-282r0,-57r56,0r0,57r-56,0xm164,-282r0,-57r56,0r0,57r-56,0xm6,0r106,-257r58,0r98,257r-64,0r-23,-68r-90,0v-7,23,-18,43,-23,68r-62,0xm109,-116r57,0v-9,-30,-21,-57,-27,-89v-7,29,-21,60,-30,89","w":273,"k":{"\u00c4":-5}},"\u00d6":{"d":"72,-282r0,-57r55,0r0,57r-55,0xm170,-282r0,-57r55,0r0,57r-55,0xm144,6v-82,0,-128,-49,-128,-131v0,-86,47,-137,132,-137v81,0,126,49,126,132v0,85,-46,136,-130,136xm146,-212v-48,0,-67,35,-67,84v-1,48,21,85,66,84v47,-1,66,-34,66,-84v0,-48,-19,-84,-65,-84","w":289},"\u00dc":{"d":"58,-282r0,-57r56,0r0,57r-56,0xm157,-282r0,-57r55,0r0,57r-55,0xm133,4v-73,0,-109,-34,-109,-111r0,-150r60,0r0,145v-3,43,13,65,49,65v36,0,49,-21,49,-65r0,-145r61,0r0,150v3,79,-36,111,-110,111","w":266},"\u00df":{"d":"117,-228v-31,2,-38,19,-38,58r0,170r-56,0r0,-159v-2,-72,28,-112,95,-112v44,0,79,16,81,61v2,36,-32,44,-42,70v15,30,61,36,61,83v0,59,-71,72,-119,51r0,-45v17,14,58,21,63,-4v-9,-35,-81,-45,-59,-96v9,-19,38,-32,40,-55v1,-14,-12,-23,-26,-22","w":226,"k":{"w":3,"t":4,"k":1,"e":2}},"\u00e4":{"d":"30,-207r0,-54r51,0r0,54r-51,0xm104,-207r0,-54r52,0r0,54r-52,0xm113,-112v1,-17,0,-26,-19,-26v-22,0,-43,6,-65,17r0,-43v52,-24,135,-33,135,48r0,113v-61,7,-149,22,-147,-46v1,-51,44,-57,96,-63xm67,-52v-2,21,28,17,48,14r0,-38v-27,5,-46,2,-48,24","w":185},"\u00f6":{"d":"45,-207r0,-54r52,0r0,54r-52,0xm120,-207r0,-54r51,0r0,54r-51,0xm104,5v-57,0,-90,-34,-90,-91v0,-58,33,-95,92,-95v58,0,89,33,89,91v0,60,-32,95,-91,95xm105,-136v-25,0,-35,21,-35,48v0,27,11,48,35,48v24,0,34,-21,34,-48v0,-28,-9,-48,-34,-48","w":209,"k":{"y":4}},"\u00fc":{"d":"44,-207r0,-54r51,0r0,54r-51,0xm118,-207r0,-54r52,0r0,54r-52,0xm184,-7v-73,16,-162,23,-162,-69r0,-100r55,0r0,101v-4,32,24,33,51,28r0,-129r56,0r0,169","w":207},"\u00a0":{"w":72}}});(function(w){var E=w(window),u,f,F=-1,n,x,D,v,y,L,r,m=!window.XMLHttpRequest,s=[],l=document.documentElement,k={},t=new Image(),J=new Image(),H,a,g,p,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay" />')[0],a=w('<div id="lbCenter" />')[0],G=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));g=w('<div id="lbImage" />').appendTo(a).append(p=w('<div style="position: relative;" />').append([I=w('<a id="lbPrevLink" href="#" />').click(B)[0],d=w('<a id="lbNextLink" href="#" />').click(e)[0]])[0])[0];c=w('<div id="lbBottom" />').appendTo(G).append([w('<a id="lbCloseLink" href="#">X</a>').add(H).click(C)[0],A=w('<div id="lbCaption" />')[0],K=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"{x}/{y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}y=E.scrollTop()+(E.height()/2);L=u.initialWidth;r=u.initialHeight;w(a).css({top:Math.max(0,y-(r/2)),width:L,height:r,marginLeft:-L/2}).show();v=m||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();j(1);f=O;u.loop=u.loop&&(f.length>1);return b(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q<R;++Q){if(T[Q]==S){U=Q}T[Q]=P(T[Q],Q)}return w.slimbox(T,U,M)})};function z(){var N=E.scrollLeft(),M=E.width();w([a,G]).css("left",N+(M/2));if(v){w(H).css({left:N,top:E.scrollTop(),width:M,height:E.height()})}}function j(M){if(M){w("object").add(m?"select":"embed").each(function(O,P){s[O]=[P,P.style.visibility];P.style.visibility="hidden"})}else{w.each(s,function(O,P){P[0].style.visibility=P[1]});s=[]}var N=M?"bind":"unbind";E[N]("scroll resize",z);w(document)[N]("keydown",o)}function o(O){var N=O.keyCode,M=w.inArray;return(M(N,u.closeKeys)>=0)?C():(M(N,u.nextKeys)>=0)?e():(M(N,u.previousKeys)>=0)?B():false}function B(){return b(x)}function e(){return b(D)}function b(M){if(M>=0){F=M;n=f[F][0];x=(F||(u.loop?f.length:0))-1;D=((F+1)%f.length)||(u.loop?0:-1);q();a.className="lbLoading";k=new Image();k.onload=i;k.src=n}return false}function i(){a.className="";w(g).css({backgroundImage:"url("+n+")",visibility:"hidden",display:""});w(p).width(k.width);w([p,I,d]).height(k.height);w(A).html(f[F][1]||"");w(K).html((((f.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,f.length));if(x>=0){t.src=f[x][0]}if(D>=0){J.src=f[D][0]}L=g.offsetWidth;r=g.offsetHeight;var M=Math.max(0,y-(r/2));if(a.offsetHeight!=r){w(a).animate({height:r,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+r,marginLeft:-L/2,visibility:"hidden",display:""});w(g).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,h)})}function h(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function q(){k.onload=null;k.src=t.src=J.src=n;w([a,g,c]).stop(true);w([I,d,g,G]).hide()}function C(){if(F>=0){q();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,j)}return false}})(jQuery);if(!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)){jQuery(function($){$("a[rel^='lightbox']").slimbox({},null,function(el){return(this==el)||((this.rel.length>8)&&(this.rel==el.rel));});});}
