var mInputTextToggler=new Class({initialize:function(el)
{this.element=document.id(el);this.cache=this.element.get('value');this.element.addEvent('focus',this.onFocus.bind(this));this.element.addEvent('blur',this.onBlur.bind(this));},onFocus:function(e)
{e.stop();if(this.cache==this.element.get('value'))
{this.element.set('value','');}},onBlur:function(e)
{e.stop();if(this.element.get('value')=='')
{this.element.set('value',this.cache);}}});;var TurflonSubNavi=new Class({initialize:function(btn,subNavi)
{this.btn=$(btn);this.subNavi=$(subNavi);this.btn.addEvent('mouseover',this.btnMouseOver.bind(this));},btnMouseOver:function(e)
{new Event(e).stop();this.subNavi.setStyle('display','block');$$('body')[0].addEvent('mousemove',this.handleExpandedSubmenu.bind(this));},handleExpandedSubmenu:function(e)
{var e=new Event(e);this.subNavi.setStyles({'top':this.btn.getTop(),'left':this.btn.getLeft()});var min_y=this.subNavi.getTop();var min_x=this.subNavi.getLeft();var max_y=min_y+this.subNavi.getSize().y;var max_x=min_x+this.subNavi.getSize().x;if(e.client.x<min_x||e.client.x>max_x||e.client.y<min_y||e.client.y>max_y)
{this.subNavi.setStyle('display','none');window.removeEvent('mousemove');}
e.stop();}});;var Mediabox;(function(){var options,images,activeImage,prevImage,nextImage,top,mTop,left,mLeft,winWidth,winHeight,fx,preload,preloadPrev=new Image(),preloadNext=new Image(),foxfix=false,iefix=false,overlay,center,image,bottom,captionSplit,title,caption,prevLink,number,nextLink,URL,WH,WHL,elrel,mediaWidth,mediaHeight,mediaType="none",mediaSplit,mediaId="mediaBox",mediaFmt,margin;window.addEvent("domready",function(){document.id(document.body).adopt($$([overlay=new Element("div",{id:"mbOverlay"}).addEvent("click",close),center=new Element("div",{id:"mbCenter"})]).setStyle("display","none"));image=new Element("div",{id:"mbImage"}).injectInside(center);bottom=new Element("div",{id:"mbBottom"}).injectInside(center).adopt(closeLink=new Element("a",{id:"mbCloseLink",href:"#"}).addEvent("click",close),nextLink=new Element("a",{id:"mbNextLink",href:"#"}).addEvent("click",next),prevLink=new Element("a",{id:"mbPrevLink",href:"#"}).addEvent("click",previous),title=new Element("div",{id:"mbTitle"}),number=new Element("div",{id:"mbNumber"}),caption=new Element("div",{id:"mbCaption"}));fx={overlay:new Fx.Tween(overlay,{property:"opacity",duration:360}).set(0),image:new Fx.Tween(image,{property:"opacity",duration:360,onComplete:captionAnimate}),bottom:new Fx.Tween(bottom,{property:"opacity",duration:240}).set(0)};});Mediabox={close:function(){close();},open:function(_images,startImage,_options){options=$extend({text:['<big>&laquo;</big>','<big>&raquo;</big>','<big>&times;</big>'],loop:false,keyboard:true,alpha:true,stopKey:false,overlayOpacity:0.7,resizeOpening:true,resizeDuration:240,resizeTransition:false,initialWidth:320,initialHeight:180,defaultWidth:640,defaultHeight:360,showCaption:true,showCounter:true,counterText:'({x} of {y})',imgBackground:false,imgPadding:100,html5:'true',scriptaccess:'true',fullscreen:'true',fullscreenNum:'1',autoplay:'true',autoplayNum:'1',autoplayYes:'yes',volume:'100',medialoop:'true',bgcolor:'#000000',wmode:'opaque',useNB:true,playerpath:'/admin/javascript/NonverBlaster.swf',controlColor:'0xFFFFFF',controlBackColor:'0x000000',showTimecode:'false',JWplayerpath:'/js/player.swf',backcolor:'000000',frontcolor:'999999',lightcolor:'000000',screencolor:'000000',controlbar:'over',controller:'true',flInfo:'true',revverID:'187866',revverFullscreen:'true',revverBack:'000000',revverFront:'ffffff',revverGrad:'000000',usViewers:'true',ytBorder:'0',ytColor1:'000000',ytColor2:'333333',ytQuality:'&ap=%2526fmt%3D18',ytRel:'0',ytInfo:'1',ytSearch:'0',vuPlayer:'basic',vmTitle:'1',vmByline:'1',vmPortrait:'1',vmColor:'ffffff'},_options||{});prevLink.set('html',options.text[0]);nextLink.set('html',options.text[1]);closeLink.set('html',options.text[2]);margin=center.getStyle('padding-left').toInt()+image.getStyle('margin-left').toInt()+image.getStyle('padding-left').toInt();if((Browser.Engine.gecko)&&(Browser.Engine.version<19)){foxfix=true;options.overlayOpacity=1;overlay.className='mbOverlayFF';}
if((Browser.Engine.trident)&&(Browser.Engine.version<5)){iefix=true;overlay.className='mbOverlayIE';overlay.setStyle("position","absolute");position();}
if(typeof _images=="string"){_images=[[_images,startImage,_options]];startImage=0;}
images=_images;options.loop=options.loop&&(images.length>1);size();setup(true);top=window.getScrollTop()+(window.getHeight()/2);left=window.getScrollLeft()+(window.getWidth()/2);fx.resize=new Fx.Morph(center,$extend({duration:options.resizeDuration,onComplete:imageAnimate},options.resizeTransition?{transition:options.resizeTransition}:{}));center.setStyles({top:top,left:left,width:options.initialWidth,height:options.initialHeight,marginTop:-(options.initialHeight/2)-margin,marginLeft:-(options.initialWidth/2)-margin,display:""});fx.overlay.start(options.overlayOpacity);return changeImage(startImage);}};Element.implement({mediabox:function(_options,linkMapper){$$(this).mediabox(_options,linkMapper);return this;}});Elements.implement({mediabox:function(_options,linkMapper,linksFilter){linkMapper=linkMapper||function(el){elrel=el.rel.split(/[\[\]]/);elrel=elrel[1];return[el.href,el.title,elrel];};linksFilter=linksFilter||function(){return true;};var links=this;links.addEvent('contextmenu',function(e){if(this.toString().match(/\.gif|\.jpg|\.jpeg|\.png/i))e.stop();});links.removeEvents("click").addEvent("click",function(){var filteredArray=links.filter(linksFilter,this);var filteredLinks=[];var filteredHrefs=[];filteredArray.each(function(item,index){if(filteredHrefs.indexOf(item.toString())<0){filteredLinks.include(filteredArray[index]);filteredHrefs.include(filteredArray[index].toString());};});return Mediabox.open(filteredLinks.map(linkMapper),filteredHrefs.indexOf(this.toString()),_options);});return links;}});function position(){overlay.setStyles({top:window.getScrollTop(),left:window.getScrollLeft()});}
function size(){winWidth=window.getWidth();winHeight=window.getHeight();overlay.setStyles({width:winWidth,height:winHeight});}
function setup(open){if(Browser.Engine.gecko){["object",window.ie?"select":"embed"].forEach(function(tag){Array.forEach(document.getElementsByTagName(tag),function(el){if(open)el._mediabox=el.style.visibility;el.style.visibility=open?"hidden":el._mediabox;});});}
overlay.style.display=open?"":"none";var fn=open?"addEvent":"removeEvent";if(iefix)window[fn]("scroll",position);window[fn]("resize",size);if(options.keyboard)document[fn]("keydown",keyDown);}
function keyDown(event){if(options.alpha){switch(event.code){case 27:case 88:case 67:close();break;case 37:case 80:previous();break;case 39:case 78:next();}}else{switch(event.code){case 27:close();break;case 37:previous();break;case 39:next();}}
if(options.stopKey){return false;};}
function previous(){return changeImage(prevImage);}
function next(){return changeImage(nextImage);}
function changeImage(imageIndex){if(imageIndex>=0){image.set('html','');activeImage=imageIndex;prevImage=((activeImage||!options.loop)?activeImage:images.length)-1;nextImage=activeImage+1;if(nextImage==images.length)nextImage=options.loop?0:-1;stop();center.className="mbLoading";if(!images[imageIndex][2])images[imageIndex][2]='';WH=images[imageIndex][2].split(' ');WHL=WH.length;if(WHL>1){mediaWidth=(WH[WHL-2].match("%"))?(window.getWidth()*((WH[WHL-2].replace("%",""))*0.01))+"px":WH[WHL-2]+"px";mediaHeight=(WH[WHL-1].match("%"))?(window.getHeight()*((WH[WHL-1].replace("%",""))*0.01))+"px":WH[WHL-1]+"px";}else{mediaWidth="";mediaHeight="";}
URL=images[imageIndex][0];URL=encodeURI(URL).replace("(","%28").replace(")","%29");captionSplit=images[activeImage][1].split('::');if(URL.match(/quietube\.com/i)){mediaSplit=URL.split('v.php/');URL=mediaSplit[1];}else if(URL.match(/\/\/yfrog/i)){mediaType=(URL.substring(URL.length-1));if(mediaType.match(/b|g|j|p|t/i))mediaType='image';if(mediaType=='s')mediaType='flash';if(mediaType.match(/f|z/i))mediaType='video';URL=URL+":iphone";}
if(URL.match(/\.gif|\.jpg|\.jpeg|\.png|twitpic\.com/i)||mediaType=='image'){mediaType='img';URL=URL.replace(/twitpic\.com/i,"twitpic.com/show/full");preload=new Image();preload.onload=startEffect;preload.src=URL;}else if(URL.match(/\.flv|\.mp4/i)||mediaType=='video'){mediaType='obj';mediaWidth=mediaWidth||options.defaultWidth;mediaHeight=mediaHeight||options.defaultHeight;if(options.useNB){preload=new Swiff(''+options.playerpath+'?mediaURL='+URL+'&allowSmoothing=true&autoPlay='+options.autoplay+'&buffer=6&showTimecode='+options.showTimecode+'&loop='+options.medialoop+'&controlColor='+options.controlColor+'&controlBackColor='+options.controlBackColor+'&defaultVolume='+options.volume+'&scaleIfFullScreen=true&showScalingButton=true&crop=false',{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});}else{preload=new Swiff(''+options.JWplayerpath+'?file='+URL+'&backcolor='+options.backcolor+'&frontcolor='+options.frontcolor+'&lightcolor='+options.lightcolor+'&screencolor='+options.screencolor+'&autostart='+options.autoplay+'&controlbar='+options.controlbar,{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});}
startEffect();}else if(URL.match(/\.mp3|\.aac|tweetmic\.com|tmic\.fm/i)||mediaType=='audio'){mediaType='obj';mediaWidth=mediaWidth||options.defaultWidth;mediaHeight=mediaHeight||"20px";if(URL.match(/tweetmic\.com|tmic\.fm/i)){URL=URL.split('/');URL[4]=URL[4]||URL[3];URL="http://media4.fjarnet.net/tweet/tweetmicapp-"+URL[4]+'.mp3';}
if(options.useNB){preload=new Swiff(''+options.playerpath+'?mediaURL='+URL+'&allowSmoothing=true&autoPlay='+options.autoplay+'&buffer=6&showTimecode='+options.showTimecode+'&loop='+options.medialoop+'&controlColor='+options.controlColor+'&controlBackColor='+options.controlBackColor+'&defaultVolume='+options.volume+'&scaleIfFullScreen=true&showScalingButton=true&crop=false',{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});}else{preload=new Swiff(''+options.JWplayerpath+'?file='+URL+'&backcolor='+options.backcolor+'&frontcolor='+options.frontcolor+'&lightcolor='+options.lightcolor+'&screencolor='+options.screencolor+'&autostart='+options.autoplay,{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});}
startEffect();}else if(URL.match(/\.swf/i)||mediaType=='flash'){mediaType='obj';mediaWidth=mediaWidth||options.defaultWidth;mediaHeight=mediaHeight||options.defaultHeight;preload=new Swiff(URL,{id:'MediaboxSWF',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/\.mov|\.m4v|\.m4a|\.aiff|\.avi|\.caf|\.dv|\.mid|\.m3u|\.mp3|\.mp2|\.mp4|\.qtz/i)||mediaType=='qt'){mediaType='qt';mediaWidth=mediaWidth||options.defaultWidth;mediaHeight=(parseInt(mediaHeight)+16)+"px"||options.defaultHeight;preload=new Quickie(URL,{id:'MediaboxQT',width:mediaWidth,height:mediaHeight,container:'mbImage',attributes:{controller:options.controller,autoplay:options.autoplay,volume:options.volume,loop:options.medialoop,bgcolor:options.bgcolor}});startEffect();}else if(URL.match(/blip\.tv/i)){mediaType='obj';mediaWidth=mediaWidth||"640px";mediaHeight=mediaHeight||"390px";preload=new Swiff(URL,{src:URL,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/break\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"464px";mediaHeight=mediaHeight||"376px";mediaId=URL.match(/\d{6}/g);preload=new Swiff('http://embed.break.com/'+mediaId,{width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/dailymotion\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"381px";preload=new Swiff(URL,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/facebook\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"320px";mediaHeight=mediaHeight||"240px";mediaSplit=URL.split('v=');mediaSplit=mediaSplit[1].split('&');mediaId=mediaSplit[0];preload=new Swiff('http://www.facebook.com/v/'+mediaId,{movie:'http://www.facebook.com/v/'+mediaId,classid:'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/flickr\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"500px";mediaHeight=mediaHeight||"375px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://www.flickr.com/apps/video/stewart.swf',{id:mediaId,classid:'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000',width:mediaWidth,height:mediaHeight,params:{flashvars:'photo_id='+mediaId+'&amp;show_info_box='+options.flInfo,wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/gametrailers\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"392px";mediaId=URL.match(/\d{5}/g);preload=new Swiff('http://www.gametrailers.com/remote_wrap.php?mid='+mediaId,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/google\.com\/videoplay/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"326px";mediaSplit=URL.split('=');mediaId=mediaSplit[1];preload=new Swiff('http://video.google.com/googleplayer.swf?docId='+mediaId+'&autoplay='+options.autoplayNum,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/megavideo\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"640px";mediaHeight=mediaHeight||"360px";mediaSplit=URL.split('=');mediaId=mediaSplit[1];preload=new Swiff('http://wwwstatic.megavideo.com/mv_player.swf?v='+mediaId,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/metacafe\.com\/watch/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"345px";mediaSplit=URL.split('/');mediaId=mediaSplit[4];preload=new Swiff('http://www.metacafe.com/fplayer/'+mediaId+'/.swf?playerVars=autoPlay='+options.autoplayYes,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/vids\.myspace\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"425px";mediaHeight=mediaHeight||"360px";preload=new Swiff(URL,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/revver\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"392px";mediaSplit=URL.split('/');mediaId=mediaSplit[4];preload=new Swiff('http://flash.revver.com/player/1.0/player.swf?mediaId='+mediaId+'&affiliateId='+options.revverID+'&allowFullScreen='+options.revverFullscreen+'&autoStart='+options.autoplay+'&backColor=#'+options.revverBack+'&frontColor=#'+options.revverFront+'&gradColor=#'+options.revverGrad+'&shareUrl=revver',{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/rutube\.ru/i)){mediaType='obj';mediaWidth=mediaWidth||"470px";mediaHeight=mediaHeight||"353px";mediaSplit=URL.split('=');mediaId=mediaSplit[1];preload=new Swiff('http://video.rutube.ru/'+mediaId,{movie:'http://video.rutube.ru/'+mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/seesmic\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"435px";mediaHeight=mediaHeight||"355px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://seesmic.com/Standalone.swf?video='+mediaId,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/tudou\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"340px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://www.tudou.com/v/'+mediaId,{width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/twitcam\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"320px";mediaHeight=mediaHeight||"265px";mediaSplit=URL.split('/');mediaId=mediaSplit[3];preload=new Swiff('http://static.livestream.com/chromelessPlayer/wrappers/TwitcamPlayer.swf?hash='+mediaId,{width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/twiturm\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"402px";mediaHeight=mediaHeight||"48px";mediaSplit=URL.split('/');mediaId=mediaSplit[3];preload=new Swiff('http://twiturm.com/flash/twiturm_mp3.swf?playerID=0&sf='+mediaId,{width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/twitvid\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"600px";mediaHeight=mediaHeight||"338px";mediaSplit=URL.split('/');mediaId=mediaSplit[3];preload=new Swiff('http://www.twitvid.com/player/'+mediaId,{width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/ustream\.tv/i)){mediaType='obj';mediaWidth=mediaWidth||"400px";mediaHeight=mediaHeight||"326px";preload=new Swiff(URL+'&amp;viewcount='+options.usViewers+'&amp;autoplay='+options.autoplay,{width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/youku\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"400px";mediaSplit=URL.split('id_');mediaId=mediaSplit[1];preload=new Swiff('http://player.youku.com/player.php/sid/'+mediaId+'=/v.swf',{width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/youtube\.com\/watch/i)){mediaSplit=URL.split('v=');if(options.html5){mediaType='url';mediaWidth=mediaWidth||"640px";mediaHeight=mediaHeight||"385px";mediaId="mediaId_"+new Date().getTime();preload=new Element('iframe',{'src':'http://www.youtube.com/embed/'+mediaSplit[1],'id':mediaId,'width':mediaWidth,'height':mediaHeight,'frameborder':0});startEffect();}else{mediaType='obj';mediaId=mediaSplit[1];if(mediaId.match(/fmt=22/i)){mediaFmt='&ap=%2526fmt%3D22';mediaWidth=mediaWidth||"640px";mediaHeight=mediaHeight||"385px";}else if(mediaId.match(/fmt=18/i)){mediaFmt='&ap=%2526fmt%3D18';mediaWidth=mediaWidth||"560px";mediaHeight=mediaHeight||"345px";}else{mediaFmt=options.ytQuality;mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"295px";}
preload=new Swiff('http://www.youtube.com/v/'+mediaId+'&autoplay='+options.autoplayNum+'&fs='+options.fullscreenNum+mediaFmt+'&border='+options.ytBorder+'&color1=0x'+options.ytColor1+'&color2=0x'+options.ytColor2+'&rel='+options.ytRel+'&showinfo='+options.ytInfo+'&showsearch='+options.ytSearch,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}}else if(URL.match(/youtube\.com\/view/i)){mediaType='obj';mediaSplit=URL.split('p=');mediaId=mediaSplit[1];mediaWidth=mediaWidth||"480px";mediaHeight=mediaHeight||"385px";preload=new Swiff('http://www.youtube.com/p/'+mediaId+'&autoplay='+options.autoplayNum+'&fs='+options.fullscreenNum+mediaFmt+'&border='+options.ytBorder+'&color1=0x'+options.ytColor1+'&color2=0x'+options.ytColor2+'&rel='+options.ytRel+'&showinfo='+options.ytInfo+'&showsearch='+options.ytSearch,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/veoh\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"410px";mediaHeight=mediaHeight||"341px";URL=URL.replace('%3D','/');mediaSplit=URL.split('watch/');mediaId=mediaSplit[1];preload=new Swiff('http://www.veoh.com/static/swf/webplayer/WebPlayer.swf?version=AFrontend.5.5.2.1001&permalinkId='+mediaId+'&player=videodetailsembedded&videoAutoPlay='+options.AutoplayNum+'&id=anonymous',{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/viddler\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"437px";mediaHeight=mediaHeight||"370px";mediaSplit=URL.split('/');mediaId=mediaSplit[4];preload=new Swiff(URL,{id:'viddler_'+mediaId,movie:URL,classid:'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen,id:'viddler_'+mediaId,movie:URL}});startEffect();}else if(URL.match(/viddyou\.com/i)){mediaType='obj';mediaWidth=mediaWidth||"416px";mediaHeight=mediaHeight||"312px";mediaSplit=URL.split('=');mediaId=mediaSplit[1];preload=new Swiff('http://www.viddyou.com/get/v2_'+options.vuPlayer+'/'+mediaId+'.swf',{id:mediaId,movie:'http://www.viddyou.com/get/v2_'+options.vuPlayer+'/'+mediaId+'.swf',width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/vimeo\.com/i)){mediaWidth=mediaWidth||"640px";mediaHeight=mediaHeight||"360px";mediaSplit=URL.split('/');mediaId=mediaSplit[3];if(options.html5){mediaType='url';mediaId="mediaId_"+new Date().getTime();preload=new Element('iframe',{'src':'http://player.vimeo.com/video/'+mediaSplit[3]+'?portrait='+options.vmPortrait,'id':mediaId,'width':mediaWidth,'height':mediaHeight,'frameborder':0});startEffect();}else{mediaType='obj';preload=new Swiff('http://www.vimeo.com/moogaloop.swf?clip_id='+mediaId+'&amp;server=www.vimeo.com&amp;fullscreen='+options.fullscreenNum+'&amp;autoplay='+options.autoplayNum+'&amp;show_title='+options.vmTitle+'&amp;show_byline='+options.vmByline+'&amp;show_portrait='+options.vmPortrait+'&amp;color='+options.vmColor,{id:mediaId,width:mediaWidth,height:mediaHeight,params:{wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}}else if(URL.match(/12seconds\.tv/i)){mediaType='obj';mediaWidth=mediaWidth||"430px";mediaHeight=mediaHeight||"360px";mediaSplit=URL.split('/');mediaId=mediaSplit[5];preload=new Swiff('http://embed.12seconds.tv/players/remotePlayer.swf',{id:mediaId,width:mediaWidth,height:mediaHeight,params:{flashvars:'vid='+mediaId+'',wmode:options.wmode,bgcolor:options.bgcolor,allowscriptaccess:options.scriptaccess,allowfullscreen:options.fullscreen}});startEffect();}else if(URL.match(/\#mb_/i)){mediaType='inline';mediaWidth=mediaWidth||options.defaultWidth;mediaHeight=mediaHeight||options.defaultHeight;URLsplit=URL.split('#');preload=document.id(URLsplit[1]).get('html');startEffect();}else{mediaType='url';mediaWidth=mediaWidth||options.defaultWidth;mediaHeight=mediaHeight||options.defaultHeight;mediaId="mediaId_"+new Date().getTime();preload=new Element('iframe',{'src':URL,'id':mediaId,'width':mediaWidth,'height':mediaHeight,'frameborder':0});startEffect();}}
return false;}
function startEffect(){if(mediaType=="img"){mediaWidth=preload.width;mediaHeight=preload.height;if(options.imgBackground){image.setStyles({backgroundImage:"url("+URL+")",display:""});}else{if(mediaHeight>=winHeight-options.imgPadding&&(mediaHeight/winHeight)>=(mediaWidth/winWidth)){mediaHeight=winHeight-options.imgPadding;mediaWidth=preload.width=parseInt((mediaHeight/preload.height)*mediaWidth);preload.height=mediaHeight;}else if(mediaWidth>=winWidth-options.imgPadding&&(mediaHeight/winHeight)<(mediaWidth/winWidth)){mediaWidth=winWidth-options.imgPadding;mediaHeight=preload.height=parseInt((mediaWidth/preload.width)*mediaHeight);preload.width=mediaWidth;}
if(Browser.Engine.trident)preload=document.id(preload);preload.addEvent('mousedown',function(e){e.stop();}).addEvent('contextmenu',function(e){e.stop();});image.setStyles({backgroundImage:"none",display:""});preload.inject(image);}}else if(mediaType=="obj"){if(Browser.Plugins.Flash.version<8){image.setStyles({backgroundImage:"none",display:""});image.set('html','<div id="mbError"><b>Error</b><br/>Adobe Flash is either not installed or not up to date, please visit <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" title="Get Flash" target="_new">Adobe.com</a> to download the free player.</div>');mediaWidth=options.DefaultWidth;mediaHeight=options.DefaultHeight;}else{image.setStyles({backgroundImage:"none",display:""});preload.inject(image);}}else if(mediaType=="qt"){image.setStyles({backgroundImage:"none",display:""});preload;}else if(mediaType=="inline"){image.setStyles({backgroundImage:"none",display:""});image.set('html',preload);}else if(mediaType=="url"){image.setStyles({backgroundImage:"none",display:""});preload.inject(image);}else{image.setStyles({backgroundImage:"none",display:""});image.set('html','<div id="mbError"><b>Error</b><br/>A file type error has occoured, please visit <a href="iaian7.com/webcode/mediaboxAdvanced" title="mediaboxAdvanced" target="_new">iaian7.com</a> or contact the website author for more information.</div>');mediaWidth=options.defaultWidth;mediaHeight=options.defaultHeight;}
image.setStyles({width:mediaWidth,height:mediaHeight});caption.setStyles({width:mediaWidth});title.set('html',(options.showCaption)?captionSplit[0]:"");caption.set('html',(options.showCaption&&(captionSplit.length>1))?captionSplit[1]:"");number.set('html',(options.showCounter&&(images.length>1))?options.counterText.replace(/{x}/,activeImage+1).replace(/{y}/,images.length):"");if((prevImage>=0)&&(images[prevImage][0].match(/\.gif|\.jpg|\.jpeg|\.png|twitpic\.com/i)))preloadPrev.src=images[prevImage][0].replace(/twitpic\.com/i,"twitpic.com/show/full");if((nextImage>=0)&&(images[nextImage][0].match(/\.gif|\.jpg|\.jpeg|\.png|twitpic\.com/i)))preloadNext.src=images[nextImage][0].replace(/twitpic\.com/i,"twitpic.com/show/full");mediaWidth=image.offsetWidth;mediaHeight=image.offsetHeight+bottom.offsetHeight;if(mediaHeight>=top+top){mTop=-top}else{mTop=-(mediaHeight/2)};if(mediaWidth>=left+left){mLeft=-left}else{mLeft=-(mediaWidth/2)};if(options.resizeOpening){fx.resize.start({width:mediaWidth,height:mediaHeight,marginTop:mTop-margin,marginLeft:mLeft-margin});}else{center.setStyles({width:mediaWidth,height:mediaHeight,marginTop:mTop-margin,marginLeft:mLeft-margin});imageAnimate();}}
function imageAnimate(){fx.image.start(1);}
function captionAnimate(){center.className="";if(prevImage>=0)prevLink.style.display="";if(nextImage>=0)nextLink.style.display="";fx.bottom.start(1);}
function stop(){if(preload)preload.onload=$empty;fx.resize.cancel();fx.image.cancel().set(0);fx.bottom.cancel().set(0);$$(prevLink,nextLink).setStyle("display","none");}
function close(){if(activeImage>=0){preload.onload=$empty;image.set('html','');for(var f in fx)fx[f].cancel();center.setStyle("display","none");fx.overlay.chain(setup).start(0);}
return false;}})();Mediabox.scanPage=function(){var links=$$("a").filter(function(el){return el.rel&&el.rel.test(/^lightbox/i);});$$(links).mediabox({},null,function(el){var rel0=this.rel.replace(/[[]|]/gi," ");var relsize=rel0.split(" ");return(this==el)||((this.rel.length>8)&&el.rel.match(relsize[1]));});};window.addEvent("domready",Mediabox.scanPage);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * 2000 Albert-Jan Pool, published by Fontshop International for the FontFont
 * library.
 * 
 * Manufacturer:
 * Albert-Jan Pool, published by Fontshop International for the FontFont library
 */
Cufon.registerFont({"w":159,"face":{"font-family":"DINCond-BlackAlternate","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"294","descent":"-66","x-height":"3","bbox":"-7 -319 282 64.7637","underline-thickness":"34.56","underline-position":"-7.2","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":61},"!":{"d":"53,-60v16,0,31,15,31,31v0,16,-15,30,-31,30v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31xm29,-75r0,-181r48,0r0,181r-48,0","w":98},"\"":{"d":"102,-180r0,-76r44,0r0,76r-44,0xm28,-180r0,-76r44,0r0,76r-44,0","w":174},"#":{"d":"104,-151r-6,38r39,0r6,-38r-39,0xm194,-151r-6,38r25,0r0,46r-32,0r-11,67r-51,0r11,-67r-40,0r-10,67r-52,0r11,-67r-24,0r0,-46r31,0r7,-38r-26,0r0,-46r33,0r9,-59r51,0r-9,59r39,0r10,-59r51,0r-9,59r23,0r0,46r-31,0","w":240},"$":{"d":"85,-212v-28,1,-23,49,-1,52v40,15,74,26,74,87v0,42,-14,66,-50,73r0,41r-45,0r0,-40v-34,-7,-51,-31,-50,-74r51,0v-1,18,4,30,21,30v29,0,28,-49,10,-59v-35,-20,-80,-22,-80,-83v0,-38,19,-61,48,-71r0,-34r45,0r0,34v33,7,47,33,48,73r-52,0v1,-17,-2,-30,-19,-29","w":170},"%":{"d":"220,-32v21,0,13,-32,13,-51v0,-9,-4,-14,-13,-14v-21,0,-13,32,-13,51v0,9,4,14,13,14xm67,-159v20,0,12,-33,12,-52v0,-10,-4,-14,-12,-14v-20,0,-13,32,-13,51v0,9,4,15,13,15xm117,0r-36,0r89,-256r37,0xm67,-259v46,-1,54,37,51,87v-2,31,-21,46,-51,47v-47,2,-55,-36,-52,-87v2,-32,21,-46,52,-47xm220,-131v48,0,54,37,51,86v-2,32,-20,47,-51,48v-46,1,-56,-37,-52,-87v2,-30,20,-47,52,-47","w":286},"&":{"d":"76,-172v10,-9,17,-40,-1,-44v-20,3,-7,38,1,44xm69,-102v-22,17,-14,78,19,58v4,-2,8,-6,11,-11xm75,-259v71,0,61,98,25,126r21,33v4,-11,5,-25,6,-39r41,0v0,28,-11,62,-21,82r35,57r-49,0r-11,-18v-35,39,-117,18,-111,-47v3,-33,16,-54,35,-75v-32,-31,-37,-119,29,-119","w":182},"'":{"d":"28,-180r0,-76r44,0r0,76r-44,0","w":100},"(":{"d":"63,-53v-1,32,12,39,26,54r-32,33v-22,-21,-43,-42,-42,-85r2,-179v5,-27,23,-44,40,-60r32,32v-14,16,-27,23,-26,55r0,150","w":104},")":{"d":"48,-290v22,21,43,41,41,84v-3,66,7,147,-9,202v-9,15,-20,25,-32,38r-33,-33v15,-15,28,-22,26,-54v-5,-70,19,-175,-26,-205","w":104},"*":{"d":"129,-139r-34,-21r2,45r-34,0r2,-45r-35,21r-16,-28r36,-19r-36,-18r16,-29r35,22r-2,-45r34,0r-2,45r34,-22r17,29r-37,18r37,19"},"+":{"d":"108,-83r0,47r-46,0r0,-47r-47,0r0,-46r47,0r0,-47r46,0r0,47r47,0r0,46r-47,0","w":169},",":{"d":"20,64r0,-118r51,0r0,81","w":91},"-":{"d":"15,-83r0,-46r75,0r0,46r-75,0","w":105},".":{"d":"46,-60v16,0,30,15,30,31v0,15,-15,30,-30,30v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31","w":91},"\/":{"d":"48,27r-45,0r67,-310r44,0","w":117},"0":{"d":"76,-40v9,0,16,-7,15,-18r0,-98v1,-11,-6,-17,-15,-17v-9,0,-16,6,-15,17r0,98v-1,11,6,18,15,18xm76,-216v39,0,64,20,63,62r0,94v1,42,-24,63,-63,63v-39,0,-64,-21,-63,-63r0,-94v-1,-42,24,-62,63,-62","w":151},"1":{"d":"54,0r0,-158r-40,28r0,-54r40,-31r48,0r0,215r-48,0","w":127},"2":{"d":"73,-216v68,-6,74,81,38,122r-45,51r72,0r0,43r-129,0r0,-41v25,-32,56,-59,77,-95v3,-16,5,-37,-13,-37v-15,0,-16,15,-15,31r-49,0v-3,-48,20,-70,64,-74","w":148},"3":{"d":"115,-92v41,33,30,146,-42,138v-44,-5,-67,-27,-64,-77r49,0v-1,17,0,35,15,34v23,-1,16,-40,14,-62v-1,-13,-12,-14,-26,-13r0,-40v28,5,28,-16,26,-44v0,-10,-4,-17,-14,-17v-15,-1,-15,17,-14,33r-48,0v-3,-49,19,-72,62,-76v67,-6,79,92,42,124","w":149},"4":{"d":"131,-11r0,55r-48,0r0,-55r-73,0r0,-43r66,-172r47,0r-63,172r23,0r0,-31r48,0r0,31r18,0r0,43r-18,0"},"5":{"d":"59,-115v32,-37,92,-8,81,47v6,61,-4,114,-64,112v-42,-2,-66,-24,-63,-72r48,0v-1,17,-1,36,15,35v26,-2,15,-52,15,-81v-1,-9,-7,-15,-15,-15v-10,0,-16,9,-15,20r-46,0r0,-146r123,0r0,43r-79,0r0,57","w":152},"6":{"d":"74,-40v22,-1,16,-35,16,-57v0,-11,-4,-24,-16,-23v-21,2,-16,35,-15,57v0,12,4,23,15,23xm76,-157v47,-9,62,27,62,78v0,53,-17,79,-64,82v-70,4,-74,-84,-53,-138r47,-121r50,0","w":148},"7":{"d":"77,41r-47,0r66,-213r-38,0r0,31r-46,0r0,-74r132,0r0,40","w":154},"8":{"d":"76,-153v22,0,13,-34,13,-53v-6,-18,-28,-9,-27,8v1,19,-5,45,14,45xm76,-40v21,0,16,-29,16,-51v0,-12,-5,-22,-16,-21v-24,1,-24,72,0,72xm118,-132v18,12,22,31,22,59v0,48,-20,73,-64,76v-70,5,-83,-100,-41,-135v-39,-32,-25,-135,41,-127v66,-7,81,92,42,127","w":152},"9":{"d":"74,-94v22,-2,14,-34,16,-57v-1,-10,-4,-23,-16,-22v-20,2,-16,35,-15,56v0,12,4,23,15,23xm75,-216v69,-3,74,82,53,137r-47,122r-51,0r43,-100v-46,10,-63,-26,-63,-78v0,-53,17,-79,65,-81","w":148},":":{"d":"53,-60v16,0,31,15,31,31v0,16,-15,30,-31,30v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31xm53,-165v16,0,31,15,31,31v0,16,-15,31,-31,31v-16,0,-31,-15,-31,-31v0,-16,15,-31,31,-31","w":98},";":{"d":"53,-165v16,0,31,15,31,31v0,16,-15,31,-31,31v-16,0,-31,-15,-31,-31v0,-16,15,-31,31,-31xm27,64r0,-118r51,0r0,81","w":98},"<":{"d":"91,-83r75,73r-62,0r-96,-96r96,-97r62,0r-75,74r170,0r0,46r-170,0","w":276},"=":{"d":"15,-47r0,-46r140,0r0,46r-140,0xm15,-120r0,-46r140,0r0,46r-140,0","w":169},">":{"d":"172,-10r-61,0r74,-73r-170,0r0,-46r170,0r-74,-74r61,0r97,97","w":276},"?":{"d":"86,-60v16,0,31,15,31,31v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31xm86,-258v65,-5,85,75,54,120v-12,18,-34,30,-29,63r-49,0v-9,-62,48,-59,43,-123v-2,-21,-36,-22,-36,1v0,5,-1,9,-1,14r-48,0v0,-46,21,-72,66,-75","w":163},"@":{"d":"156,-40v26,0,11,-50,15,-77v1,-11,-6,-18,-15,-18v-26,0,-11,50,-15,77v-1,11,6,18,15,18xm80,-256v69,-2,140,-8,140,63r0,193r-46,0r0,-14v-27,34,-87,13,-81,-43v6,-56,-10,-124,48,-121v13,0,23,7,30,15v2,-28,-1,-54,-28,-52v-36,1,-80,-10,-80,31r0,128v0,14,5,18,12,26r-36,35v-41,-33,-24,-129,-24,-198v0,-41,24,-62,65,-63","w":237},"A":{"d":"93,-181r-20,95r40,0xm131,0r-8,-40r-59,0r-9,40r-53,0r66,-256r50,0r66,256r-53,0","w":186},"B":{"d":"71,-156v25,1,42,0,42,-27v0,-28,-16,-28,-42,-27r0,54xm71,-46v28,2,42,-3,42,-33v0,-31,-13,-35,-42,-33r0,66xm140,-135v19,8,25,31,25,56v1,52,-19,79,-71,79r-74,0r0,-256r74,0v49,-1,71,22,71,71v0,25,-7,42,-25,50","w":181},"C":{"d":"87,-43v17,-1,22,-13,22,-30r51,0v-3,46,-25,76,-73,76v-77,0,-77,-78,-75,-159v-19,-94,101,-142,141,-61v4,10,6,21,6,33r-51,0v-1,-16,-4,-32,-21,-29v-40,7,-17,79,-23,129v3,19,2,41,23,41","w":170},"D":{"d":"71,-46v64,11,42,-64,44,-124v2,-31,-11,-45,-44,-40r0,164xm92,-256v78,-1,77,76,75,155v-1,58,-16,101,-75,101r-72,0r0,-256r72,0","w":179},"E":{"d":"20,0r0,-256r118,0r0,46r-67,0r0,58r58,0r0,46r-58,0r0,60r67,0r0,46r-118,0","w":149},"F":{"d":"71,-210r0,58r58,0r0,46r-58,0r0,106r-51,0r0,-256r118,0r0,46r-67,0","w":146},"G":{"d":"87,-43v25,0,22,-31,22,-57r-22,0r0,-41r73,0v4,75,-1,146,-73,144v-77,-2,-77,-79,-75,-159v-19,-96,104,-142,142,-59v4,10,6,20,6,32r-51,0v-1,-16,-4,-30,-22,-30v-40,9,-17,79,-23,129v3,19,2,41,23,41","w":172},"H":{"d":"113,0r0,-107r-42,0r0,107r-51,0r0,-256r51,0r0,103r42,0r0,-103r52,0r0,256r-52,0","w":184},"I":{"d":"20,0r0,-256r51,0r0,256r-51,0","w":90},"J":{"d":"35,-54v13,20,47,11,47,-20r0,-182r52,0v-5,113,36,295,-109,253v-9,-3,-18,-9,-25,-16","w":151},"K":{"d":"124,0r-37,-94r-16,35r0,59r-51,0r0,-256r51,0r0,110r49,-110r51,0r-51,106r59,150r-55,0","w":181},"L":{"d":"20,0r0,-256r51,0r0,210r67,0r0,46r-118,0","w":146},"M":{"d":"153,0r0,-134r-28,88r-27,0r-27,-87r0,133r-51,0r0,-256r45,0r47,125r46,-125r46,0r0,256r-51,0","w":223},"N":{"d":"125,0r-54,-125r0,125r-51,0r0,-256r44,0r54,125r0,-125r51,0r0,256r-44,0","w":188},"O":{"d":"87,-43v41,-9,19,-79,24,-130v-3,-20,-3,-39,-24,-40v-40,9,-17,79,-23,129v3,19,2,41,23,41xm87,-259v79,-1,78,78,76,158v-1,59,-17,104,-76,104v-77,0,-77,-79,-75,-159v1,-58,16,-103,75,-103","w":174},"P":{"d":"71,-139v36,6,47,-13,41,-48v2,-23,-18,-25,-41,-23r0,71xm92,-256v53,-2,72,29,72,81v0,60,-27,89,-93,82r0,93r-51,0r0,-256r72,0","w":175},"Q":{"d":"64,-173v5,51,-18,127,27,129r-10,-7r23,-28r6,4r1,-98v-3,-20,-3,-39,-24,-40v-21,0,-20,21,-23,40xm163,-156v0,42,3,88,-10,118r22,18r-23,28r-21,-18v-11,8,-25,13,-44,13v-77,0,-77,-79,-75,-159v1,-58,16,-103,75,-103v60,0,76,45,76,103","w":174},"R":{"d":"71,-146v33,5,47,-10,41,-43v2,-22,-19,-22,-41,-21r0,64xm93,-256v83,-15,91,114,42,145r37,111r-53,0r-31,-100r-17,0r0,100r-51,0r0,-256r73,0","w":181},"S":{"d":"84,-212v-28,0,-24,49,-2,52v40,14,80,26,74,87v17,87,-119,101,-141,34v-3,-9,-3,-21,-3,-34r51,0v-1,18,4,30,21,30v28,0,27,-49,10,-59v-35,-19,-87,-22,-80,-83v-12,-79,115,-100,135,-32v3,10,5,21,5,34r-51,0v-1,-16,-1,-29,-19,-29","w":168},"T":{"d":"102,-210r0,210r-52,0r0,-210r-43,0r0,-46r138,0r0,46r-43,0","w":151},"U":{"d":"90,-43v14,-1,22,-8,22,-23r0,-190r51,0r0,187v0,45,-31,72,-73,72v-42,0,-72,-27,-72,-72r0,-187r51,0r0,190v0,15,7,23,21,23","w":180},"V":{"d":"112,0r-53,0r-58,-256r57,0r27,181r28,-181r57,0","w":171},"W":{"d":"228,0r-53,0r-34,-181r-33,181r-53,0r-54,-256r57,0r24,181r31,-181r57,0r31,181r24,-181r57,0","w":282},"X":{"d":"109,0r-25,-82r-26,82r-56,0r53,-132r-49,-124r56,0r22,76r21,-76r57,0r-50,124r54,132r-57,0","w":167},"Y":{"d":"103,-96r0,96r-51,0r0,-96r-52,-160r56,0r21,93r22,-93r56,0","w":154},"Z":{"d":"12,0r0,-38r67,-172r-64,0r0,-46r117,0r0,37r-67,173r67,0r0,46r-120,0","w":144},"[":{"d":"17,27r0,-310r83,0r0,43r-34,0r0,223r34,0r0,44r-83,0","w":110},"\\":{"d":"70,27r-67,-310r45,0r66,310r-44,0","w":117},"]":{"d":"10,27r0,-44r35,0r0,-223r-35,0r0,-43r83,0r0,310r-83,0","w":110},"^":{"d":"112,-156r-27,-54r-27,54r-46,0r52,-102r42,0r52,102r-46,0","w":169},"_":{"d":"0,59r0,-35r170,0r0,35r-170,0","w":169},"`":{"d":"65,-211r-34,-53r38,0r27,53r-31,0","w":152},"a":{"d":"73,-39v17,0,17,-23,16,-42v-34,-12,-45,38,-16,42xm74,-197v40,0,63,23,63,65r0,132r-45,0r0,-16v-25,38,-91,14,-84,-42v5,-40,31,-62,81,-57v-1,-17,4,-39,-14,-39v-11,0,-15,9,-15,18r-48,0v1,-38,25,-61,62,-61","w":153},"b":{"d":"80,-40v28,0,10,-54,16,-87v5,-30,-32,-35,-31,-9r0,78v0,11,4,18,15,18xm95,-197v49,1,49,46,49,100v0,54,0,99,-49,100v-13,0,-27,-8,-32,-17r0,14r-46,0r0,-256r48,0r0,74v7,-8,17,-15,30,-15","w":155},"c":{"d":"60,-67v-4,28,25,35,30,14v0,-2,1,-5,1,-7r48,0v-3,37,-22,63,-63,63v-62,0,-69,-58,-64,-120v-11,-68,59,-103,108,-65v12,9,17,31,19,48r-48,0v-1,-10,-5,-19,-15,-19v-29,0,-11,54,-16,86","w":147},"d":{"d":"60,-67v-5,30,31,36,31,9r0,-78v0,-10,-5,-17,-15,-17v-29,0,-11,54,-16,86xm60,-197v13,0,24,6,31,15r0,-74r48,0r0,256r-46,0r0,-14v-5,9,-20,17,-33,17v-49,-1,-49,-48,-49,-100v0,-52,0,-99,49,-100","w":155},"e":{"d":"91,-116v9,-30,-24,-54,-31,-19v-1,6,-1,13,-1,19r32,0xm76,-197v59,-2,66,55,64,116r-81,0v2,17,-2,41,17,41v11,0,14,-10,15,-20r48,0v-3,36,-23,63,-63,63v-63,0,-64,-60,-64,-123v0,-47,20,-77,64,-77","w":150},"f":{"d":"73,-150r0,150r-48,0r0,-150r-18,0r0,-36r18,0v-3,-51,22,-74,72,-73r0,43v-19,0,-26,10,-24,30r24,0r0,36r-24,0","w":104},"g":{"d":"60,-83v-3,28,33,32,31,6v-3,-27,12,-72,-15,-76v-25,2,-13,43,-16,70xm11,-107v-6,-65,35,-114,82,-75r0,-12r46,0r0,197v6,72,-103,82,-123,25v-3,-8,-4,-15,-4,-23r48,0v0,12,5,19,16,19v22,-1,13,-34,15,-55v-9,9,-14,14,-29,14v-46,0,-46,-40,-51,-90","w":155},"h":{"d":"65,-182v29,-32,78,-9,78,46r0,136r-48,0r0,-136v1,-11,-6,-17,-15,-17v-9,0,-16,6,-15,17r0,136r-48,0r0,-256r48,0r0,74"},"i":{"d":"41,-265v15,0,29,14,29,30v0,16,-14,29,-29,29v-15,0,-30,-14,-30,-29v-1,-15,15,-30,30,-30xm17,0r0,-186r48,0r0,186r-48,0","w":81},"j":{"d":"41,-265v15,0,29,14,29,30v0,16,-14,29,-29,29v-15,0,-30,-14,-30,-29v-1,-15,15,-30,30,-30xm-7,19v17,0,24,-5,24,-22r0,-183r48,0v-3,72,7,157,-6,218v-11,22,-34,31,-66,31r0,-44","w":81},"k":{"d":"104,0r-27,-71r-12,18r0,53r-48,0r0,-256r48,0r0,135r42,-73r50,0r-49,79r50,115r-54,0","w":158},"l":{"d":"88,0v-45,1,-72,-17,-72,-62r0,-194r48,0r0,190v0,15,8,23,24,23r0,43","w":94},"m":{"d":"134,-177v27,-35,88,-21,88,41r0,136r-48,0r0,-136v0,-10,-7,-17,-16,-17v-9,0,-15,7,-15,17r0,136r-48,0r0,-136v1,-11,-6,-17,-15,-17v-9,0,-16,6,-15,17r0,136r-48,0r0,-194r46,0r0,14v14,-23,58,-20,71,3","w":237},"n":{"d":"63,-180v30,-35,80,-12,80,44r0,136r-48,0r0,-136v1,-11,-6,-17,-15,-17v-9,0,-16,6,-15,17r0,136r-48,0r0,-194r46,0r0,14"},"o":{"d":"76,-40v26,-6,15,-55,15,-87v0,-16,-1,-26,-15,-26v-29,0,-16,54,-16,86v0,17,2,26,16,27xm76,-197v61,0,66,56,64,121v-2,46,-17,79,-64,79v-62,0,-64,-58,-64,-120v0,-49,17,-80,64,-80","w":151},"p":{"d":"80,-40v28,0,10,-54,16,-87v5,-30,-32,-35,-31,-9r0,78v0,11,4,18,15,18xm95,-197v49,1,49,46,49,100v0,54,0,99,-49,100v-13,0,-23,-8,-30,-15r0,75r-48,0r0,-257r46,0r0,14v6,-8,19,-17,32,-17","w":155},"q":{"d":"60,-67v-5,30,31,36,31,9r0,-78v0,-10,-5,-17,-15,-17v-29,0,-11,54,-16,86xm60,-197v13,0,27,9,33,17r0,-14r46,0r0,257r-48,0r0,-75v-7,8,-18,15,-31,15v-49,-1,-49,-48,-49,-100v0,-52,0,-99,49,-100","w":155},"r":{"d":"112,-149v-27,-3,-47,6,-47,31r0,118r-48,0r0,-194r46,0r0,21v11,-13,26,-23,49,-24r0,48","w":118},"s":{"d":"73,-154v-21,0,-19,29,-1,32v32,12,65,20,65,63v0,71,-102,81,-123,26v-3,-7,-5,-15,-5,-25r47,0v1,12,9,19,23,17v15,-6,10,-29,-6,-34v-31,-10,-64,-19,-64,-59v0,-69,98,-82,121,-29v3,7,5,16,5,26r-48,0v1,-10,-6,-17,-14,-17","w":146},"t":{"d":"97,0v-45,1,-71,-17,-72,-62r0,-88r-18,0r0,-36r18,0r0,-53r48,0r0,53r24,0r0,36r-24,0v6,38,-18,105,24,107r0,43","w":104},"u":{"d":"79,-40v9,0,16,-7,15,-18r0,-136r49,0r0,194r-47,0r0,-14v-26,34,-92,12,-80,-43r0,-137r48,0r0,136v-1,11,6,18,15,18"},"v":{"d":"102,0r-51,0r-50,-194r54,0r21,117r22,-117r53,0","w":152},"w":{"d":"181,0r-47,0r-20,-108r-20,108r-47,0r-46,-194r54,0r18,117r21,-117r40,0r22,117r18,-117r53,0","w":228},"x":{"d":"100,0r-23,-50r-22,50r-54,0r48,-98r-45,-96r53,0r20,50r21,-50r53,0r-46,96r48,98r-53,0","w":154},"y":{"d":"97,18v-8,36,-36,47,-81,45r0,-43v20,1,31,-4,35,-20r-50,-194r54,0r21,117r22,-117r53,0","w":152},"z":{"d":"10,0r0,-36r52,-114r-47,0r0,-44r102,0r0,36r-52,115r52,0r0,43r-107,0","w":126},"{":{"d":"63,-128v60,4,-14,119,57,111r0,44v-47,3,-79,-8,-79,-53v0,-33,21,-90,-31,-81r0,-43v15,1,32,1,31,-13v-1,-57,-8,-122,50,-120r29,0r0,43v-16,-1,-31,0,-31,13v-2,40,10,95,-26,99","w":130},"|":{"d":"43,27r0,-310r48,0r0,310r-48,0","w":134},"}":{"d":"89,-231v0,33,-20,90,31,81r0,43v-16,-1,-31,0,-31,13v3,70,4,135,-79,121r0,-44v15,1,31,1,31,-13v0,-39,-10,-94,26,-98v-35,-5,-26,-59,-26,-99v0,-14,-16,-14,-31,-13r0,-43v47,-4,79,8,79,52","w":130},"~":{"d":"54,-138v32,-1,58,32,83,5r29,29v-15,15,-26,25,-50,26v-32,1,-58,-32,-83,-5r-29,-29v15,-15,26,-25,50,-26","w":169},"\u00c4":{"d":"59,-319v12,0,24,11,24,23v0,12,-12,24,-24,24v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23xm127,-319v11,0,25,11,23,23v2,12,-11,24,-23,24v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23xm93,-181r-20,95r40,0xm131,0r-8,-40r-59,0r-9,40r-53,0r66,-256r50,0r66,256r-53,0","w":186},"\u00d6":{"d":"51,-319v11,0,23,12,23,23v0,12,-11,24,-23,24v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23xm118,-319v12,0,24,11,24,23v0,12,-12,24,-24,24v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23xm87,-43v41,-9,19,-79,24,-130v-3,-20,-3,-39,-24,-40v-40,9,-17,79,-23,129v3,19,2,41,23,41xm87,-259v79,-1,78,78,76,158v-1,59,-17,104,-76,104v-77,0,-77,-79,-75,-159v1,-58,16,-103,75,-103","w":174},"\u00dc":{"d":"57,-319v11,0,23,12,23,23v0,12,-11,24,-23,24v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23xm124,-319v12,0,24,11,24,23v0,12,-12,24,-24,24v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23xm90,-43v14,-1,22,-8,22,-23r0,-190r51,0r0,187v0,45,-31,72,-73,72v-42,0,-72,-27,-72,-72r0,-187r51,0r0,190v0,15,7,23,21,23","w":180},"\u00e4":{"d":"73,-39v17,0,17,-23,16,-42v-34,-12,-45,38,-16,42xm109,-258v12,0,23,12,23,24v0,11,-12,23,-23,23v-12,0,-24,-11,-24,-23v0,-12,12,-24,24,-24xm41,-258v12,0,25,12,23,24v2,12,-12,23,-23,23v-11,0,-25,-11,-23,-23v-2,-12,11,-24,23,-24xm74,-197v40,0,63,23,63,65r0,132r-45,0r0,-16v-25,38,-91,14,-84,-42v5,-40,31,-62,81,-57v-1,-17,4,-39,-14,-39v-11,0,-15,9,-15,18r-48,0v1,-38,25,-61,62,-61","w":153},"\u00f6":{"d":"42,-258v12,0,24,12,24,24v0,12,-12,23,-24,23v-11,0,-23,-12,-23,-23v0,-12,11,-24,23,-24xm110,-258v12,0,24,12,24,24v0,12,-12,23,-24,23v-11,0,-23,-12,-23,-23v0,-12,11,-24,23,-24xm76,-40v26,-6,15,-55,15,-87v0,-16,-1,-26,-15,-26v-29,0,-16,54,-16,86v0,17,2,26,16,27xm76,-197v61,0,66,56,64,121v-2,46,-17,79,-64,79v-62,0,-64,-58,-64,-120v0,-49,17,-80,64,-80","w":151},"\u00fc":{"d":"45,-258v12,0,25,12,23,24v2,12,-12,23,-23,23v-11,0,-25,-11,-23,-23v-2,-12,11,-24,23,-24xm113,-258v12,0,23,12,23,24v0,11,-12,23,-23,23v-12,0,-24,-11,-24,-23v0,-12,12,-24,24,-24xm79,-40v9,0,16,-7,15,-18r0,-136r49,0r0,194r-47,0r0,-14v-26,34,-92,12,-80,-43r0,-137r48,0r0,136v-1,11,6,18,15,18"},"\u2022":{"d":"78,-179v35,0,59,24,59,59v0,35,-23,58,-59,58v-35,0,-58,-22,-58,-58v0,-36,24,-59,58,-59","w":156},"\u00df":{"d":"126,-135v38,26,27,128,-19,132v-9,1,-17,3,-26,3r0,-43v23,1,19,-30,18,-51v0,-11,-4,-22,-18,-20r0,-41v21,2,16,-23,16,-42v0,-12,-5,-19,-16,-19v-10,0,-17,7,-16,19r0,197r-48,0r0,-196v-1,-43,25,-59,64,-63v66,-7,85,87,45,124","w":158},"\u00ae":{"d":"143,-138v18,3,24,-6,21,-25v-1,-9,-10,-10,-21,-9r0,34xm154,-198v45,-7,49,63,22,80r20,61r-29,0r-16,-55r-8,0r0,55r-28,0r0,-141r39,0xm150,-26v61,0,99,-39,99,-102v0,-63,-38,-102,-99,-102v-60,0,-99,39,-99,102v0,63,39,102,99,102xm150,-258v78,0,130,52,130,130v0,78,-52,130,-130,130v-78,0,-130,-52,-130,-130v0,-78,52,-130,130,-130","w":300},"\u00a9":{"d":"140,-152v0,0,-8,81,19,66v2,-3,3,-6,3,-12r28,0v-1,24,-15,42,-39,42v-52,0,-41,-72,-36,-117v4,-33,63,-36,71,-3v2,6,4,11,4,18r-28,0v-1,-8,-2,-16,-11,-16v-9,3,-11,9,-11,22xm150,-26v61,0,99,-39,99,-102v0,-63,-38,-102,-99,-102v-60,0,-99,39,-99,102v0,63,39,102,99,102xm150,-258v78,0,130,52,130,130v0,78,-52,130,-130,130v-78,0,-130,-52,-130,-130v0,-78,52,-130,130,-130","w":300},"\u00ab":{"d":"80,-101r63,-97r0,69r-20,28r20,28r0,70xm8,-101r63,-97r0,69r-19,28r19,28r0,70","w":157},"\u00bb":{"d":"15,-3r0,-70r20,-28r-20,-28r0,-69r63,97xm87,-3r0,-70r19,-28r-19,-28r0,-69r63,97","w":157},"\u2026":{"d":"46,-60v16,0,30,15,30,31v0,15,-15,30,-30,30v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31xm131,-60v16,0,31,15,31,31v0,16,-15,30,-31,30v-15,0,-30,-15,-30,-30v0,-16,14,-31,30,-31xm217,-60v16,0,31,15,31,31v0,16,-15,30,-31,30v-16,0,-31,-14,-31,-30v0,-16,15,-31,31,-31","w":262},"\u2014":{"d":"15,-83r0,-46r234,0r0,46r-234,0","w":264},"\u201c":{"d":"20,-205r0,-51r51,-38r0,89r-51,0xm97,-205r0,-51r51,-38r0,89r-51,0","w":168},"\u2039":{"d":"8,-101r63,-97r0,69r-19,28r19,28r0,70","w":85},"\u203a":{"d":"15,-3r0,-70r19,-28r-19,-28r0,-69r63,97","w":85},"\u201e":{"d":"20,38r0,-89r51,0r0,51xm97,38r0,-89r51,0r0,51","w":168},"\u20ac":{"d":"104,-43v17,0,22,-13,22,-30r51,0v-3,46,-25,76,-73,76v-50,0,-70,-35,-73,-82r-20,0r0,-37r19,0r0,-25r-19,0r0,-36r20,0v-11,-82,110,-113,139,-40v4,10,7,21,7,33r-51,0v-1,-17,-4,-30,-22,-29v-20,0,-22,17,-22,36r33,0r0,36r-34,0r0,25r34,0r0,37r-33,0v0,19,3,36,22,36","w":189},"\u00a0":{"w":61}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2000, 2004 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * D454,582.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-BoldCond
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":153,"face":{"font-family":"Myriad Pro","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-14 -303 240 90","underline-thickness":"18","underline-position":"-18","stemh":"33","stemv":"47","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":57,"k":{"T":4,"V":4,"W":4,"Y":4}},"!":{"d":"63,-79r-41,0r-5,-164r51,0xm69,-26v0,17,-10,29,-27,29v-15,0,-27,-12,-27,-29v0,-18,13,-29,27,-29v15,0,27,11,27,29","w":84},"\"":{"d":"12,-246r38,0r-8,93r-23,0xm69,-246r39,0r-8,93r-23,0","w":119,"k":{"T":-6,"J":9,"C":3,"G":3,"O":3,"Q":3,"\u00d6":3,"V":-6,"W":-6,"X":-6,"Y":-12,"A":17,"\u00c4":17,"f":-6,"\u00df":-6,"g":10,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00f6":10,"s":3,"t":-7,"x":-3,",":35,".":35}},"#":{"d":"62,-97r25,0r5,-42r-25,0xm49,0r-27,0r9,-70r-26,0r0,-27r30,0r5,-42r-27,0r0,-27r31,0r8,-68r26,0r-8,68r26,0r8,-68r27,0r-9,68r26,0r0,27r-29,0r-5,42r27,0r0,27r-30,0r-9,70r-27,0r9,-70r-26,0"},"$":{"d":"91,-66v-2,-38,-81,-55,-71,-100v0,-27,16,-49,43,-58r0,-37r31,0r0,33v14,0,27,4,36,9r-8,36v-13,-12,-58,-14,-58,13v0,12,4,22,30,35v59,30,51,111,-5,126r0,40r-31,0r0,-37v-15,0,-29,-4,-38,-9r7,-38v17,14,65,18,64,-13"},"%":{"d":"54,-237v35,0,46,39,46,71v0,49,-22,72,-46,72v-33,0,-48,-35,-48,-70v0,-38,17,-73,48,-73xm68,-165v0,-28,-1,-48,-15,-47v-10,0,-15,17,-15,46v0,30,5,48,16,48v11,0,14,-18,14,-47xm67,4r-24,0r126,-241r24,0xm184,-141v35,0,46,38,46,70v0,50,-22,73,-46,73v-33,0,-48,-36,-48,-71v0,-38,17,-72,48,-72xm198,-69v0,-27,-1,-48,-15,-47v-10,0,-15,16,-15,46v0,30,5,47,16,47v11,0,14,-17,14,-46","w":236},"&":{"d":"189,0r-51,0v-4,-5,-7,-9,-12,-16v-39,39,-119,13,-119,-49v0,-29,14,-52,38,-67v-35,-44,-19,-114,43,-114v66,0,73,87,11,122v10,16,27,40,36,52v8,-16,10,-39,11,-57r40,0v-3,33,-15,66,-31,85xm64,-104v-22,17,-17,75,19,72v11,0,19,-5,25,-12v-13,-16,-30,-40,-44,-60xm86,-214v-24,0,-20,47,-5,63v15,-12,21,-24,21,-38v0,-11,-3,-25,-16,-25","w":190},"(":{"d":"53,-249r34,0v-48,56,-49,235,0,292r-34,0v-20,-27,-41,-77,-41,-146v0,-70,21,-119,41,-146","w":92,"k":{"T":-4,"J":-9,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"V":-13,"W":-13,"X":-3,"Y":-21,"A":2,"\u00c4":2,"j":-21,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1}},")":{"d":"40,43r-34,0v48,-56,49,-236,0,-292r34,0v20,26,41,74,41,145v0,71,-21,119,-41,147","w":92},"*":{"d":"88,-246r30,17r-36,43r51,-9r0,33v-16,-2,-36,-9,-51,-9r36,41r-31,17r-19,-51r-21,51r-27,-17v10,-14,28,-29,35,-43r-50,11r0,-33v16,2,35,9,50,8r-35,-41r30,-17v7,16,11,36,20,51","w":138},"+":{"d":"92,-192r30,0r0,81r78,0r0,30r-78,0r0,81r-30,0r0,-81r-78,0r0,-30r78,0r0,-81","w":214},",":{"d":"34,42r-30,3v10,-30,20,-68,24,-96r48,-3v-11,32,-26,70,-42,96","w":83,"k":{"\"":33,"'":33}},"-":{"d":"11,-116r71,0r0,34r-71,0r0,-34","w":93,"k":{"T":9,"J":2,"C":-6,"G":-6,"O":-6,"Q":-6,"\u00d6":-6,"V":1,"W":1,"X":1,"Y":6,"A":1,"\u00c4":1,"g":-1,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"\u00f6":-6}},".":{"d":"72,-28v0,19,-10,31,-28,31v-14,0,-27,-12,-27,-31v0,-18,14,-32,28,-32v15,0,27,13,27,32","w":83,"k":{"\"":33,"'":33}},"\/":{"d":"23,14r-31,0r84,-260r31,0","w":100},"0":{"d":"78,-237v54,0,67,63,67,119v0,84,-30,121,-68,121v-51,0,-69,-59,-69,-119v0,-67,21,-121,70,-121xm78,-197v-15,0,-22,26,-22,80v0,55,6,80,22,80v15,0,20,-26,20,-80v0,-50,-5,-80,-20,-80"},"1":{"d":"64,0r0,-190r-40,21r-8,-37r54,-28r41,0r0,234r-47,0"},"2":{"d":"137,0r-128,0r0,-32v28,-38,78,-93,78,-134v0,-38,-46,-37,-65,-20r-8,-36v11,-7,31,-15,52,-15v113,0,63,135,13,178r-14,17r72,0r0,42"},"3":{"d":"9,-8r6,-37v23,15,73,12,71,-24v-2,-28,-22,-40,-51,-38r0,-34v21,1,44,-5,45,-30v1,-30,-37,-32,-57,-18r-6,-36v10,-6,29,-12,48,-12v72,-1,78,86,28,110v23,8,40,27,40,59v0,36,-27,71,-78,71v-19,0,-36,-5,-46,-11"},"4":{"d":"126,0r-42,0r0,-56r-80,0r0,-32r77,-146r45,0r0,140r23,0r0,38r-23,0r0,56xm84,-94v-1,-27,6,-63,1,-86v-12,30,-27,58,-41,86r40,0"},"5":{"d":"64,-151v39,-4,71,28,71,71v0,63,-67,102,-125,74r7,-38v28,15,74,9,72,-32v-2,-37,-33,-43,-67,-41r13,-117r96,0r0,41r-62,0"},"6":{"d":"128,-237r0,38v-42,1,-69,31,-71,65v33,-41,89,-10,89,54v0,41,-20,83,-66,83v-44,0,-72,-39,-72,-97v0,-88,42,-136,120,-143xm78,-119v-14,0,-22,14,-22,37v0,31,9,51,23,51v15,0,21,-21,21,-49v0,-20,-7,-39,-22,-39"},"7":{"d":"14,-234r127,0r0,31r-73,203r-46,0r72,-192r-80,0r0,-42"},"8":{"d":"7,-61v-1,-30,18,-49,35,-63v-54,-33,-24,-113,38,-113v58,0,86,77,30,110v22,12,36,33,36,61v0,43,-31,69,-70,69v-40,0,-69,-26,-69,-64xm77,-29v15,0,23,-15,23,-35v0,-22,-14,-36,-27,-43v-25,11,-29,76,4,78xm78,-205v-31,5,-22,57,3,64v19,-8,24,-63,-3,-64"},"9":{"d":"27,3r0,-39v43,1,66,-25,70,-63v-35,33,-88,3,-88,-56v0,-40,24,-82,69,-82v90,0,75,172,28,209v-21,16,-43,32,-79,31xm77,-117v16,-5,20,-11,20,-37v0,-62,-43,-66,-42,-5v0,23,8,42,22,42"},":":{"d":"72,-145v0,17,-10,30,-28,30v-14,0,-26,-13,-26,-30v0,-17,13,-30,27,-30v15,0,27,12,27,30xm72,-27v0,18,-10,30,-28,30v-14,0,-26,-12,-26,-30v0,-17,13,-30,27,-30v15,0,27,12,27,30","w":83},";":{"d":"33,42r-29,3v10,-30,20,-68,24,-96r47,-3v-11,32,-26,70,-42,96xm46,-115v-14,0,-26,-13,-26,-30v0,-17,12,-30,27,-30v15,0,26,12,26,30v0,17,-10,30,-27,30","w":83},"<":{"d":"21,-85r0,-22r173,-85r0,37r-127,60r127,59r0,36","w":214},"=":{"d":"200,-115r-186,0r0,-30r186,0r0,30xm200,-48r-186,0r0,-29r186,0r0,29","w":214},">":{"d":"194,-112r0,32r-173,80r0,-36r138,-60r-138,-60r0,-36","w":214},"?":{"d":"114,-192v1,46,-47,66,-42,116r-40,0v-13,-38,32,-73,34,-108v2,-22,-30,-28,-47,-16r-8,-36v8,-5,24,-11,42,-11v48,0,61,31,61,55xm52,3v-15,0,-27,-12,-27,-29v0,-18,13,-29,27,-29v15,0,27,11,27,29v0,17,-10,29,-27,29","w":120},"@":{"d":"101,-49v25,0,27,-54,33,-81v-28,-10,-43,22,-46,62v0,13,4,19,13,19xm153,6r6,15v-70,38,-148,3,-148,-93v0,-72,47,-141,117,-141v58,0,85,44,85,93v0,62,-22,97,-57,97v-19,0,-24,-15,-27,-31v-16,41,-71,44,-71,-13v0,-58,50,-106,108,-80r-12,67v-5,26,-1,37,10,37v14,0,29,-24,29,-72v0,-46,-20,-82,-69,-82v-48,0,-93,50,-93,125v0,82,64,110,122,78","w":223},"A":{"d":"103,-55r-44,0r-10,55r-46,0r52,-243r57,0r47,243r-46,0xm64,-92r35,0r-17,-106","w":164,"k":{"T":18,"J":-14,"C":6,"G":6,"O":6,"Q":6,"\u00d6":6,"U":6,"\u00dc":6,"V":8,"W":8,"X":-2,"Y":10,"Z":-9,"a":-3,"\u00e4":-3,"f":1,"\u00df":1,"g":1,"j":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"s":-3,"t":1,"v":5,"w":5,"y":5,"z":-4,"\u203a":-2,"\u00bb":-2,"\u00ab":1,"\u2039":1,"\"":17,"'":17}},"B":{"d":"162,-70v0,67,-71,78,-141,69r0,-238v56,-13,133,-5,133,56v0,24,-15,41,-35,55v28,8,43,31,43,58xm68,-207r0,64v25,3,39,-10,40,-34v1,-22,-17,-35,-40,-30xm68,-108r0,73v25,2,45,-7,45,-36v0,-28,-18,-39,-45,-37","w":173,"k":{"T":1,"Y":1,",":7,".":7}},"C":{"d":"132,-43r5,39v-76,25,-132,-30,-128,-114v4,-105,63,-143,131,-120r-8,39v-44,-14,-73,8,-73,79v0,69,26,88,73,77","w":142,"k":{"T":-9,"J":-14,"C":4,"G":4,"O":4,"Q":4,"\u00d6":4,"V":-9,"W":-9,"X":-12,"Y":-17,"A":-6,"\u00c4":-6,"a":-1,"\u00e4":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"v":6,"w":6,"y":6,"z":-6,"b":-2,"h":-2,"k":-2,"l":-2,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,")":-6,"]":-6,"}":-6,"\"":-9,"'":-9}},"D":{"d":"168,-124v2,99,-50,137,-147,123r0,-238v12,-3,29,-5,48,-5v75,2,97,42,99,120xm68,-205r0,168v34,2,51,-17,51,-89v0,-54,-14,-85,-51,-79","w":176,"k":{"T":3,"J":1,"X":-1,"A":6,"\u00c4":6,"a":-3,"\u00e4":-3,"f":-6,"\u00df":-6,"j":-2,"t":-6,"v":-4,"w":-4,"y":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-5,"\u00fc":-5,"-":-6,")":5,"]":5,"}":5,",":13,".":13}},"E":{"d":"123,-146r0,39r-55,0r0,66r63,0r0,41r-110,0r0,-243r105,0r0,41r-58,0r0,56r55,0","w":141,"k":{"J":-10,"V":-1,"W":-1,"Y":-4,"f":1,"\u00df":1,"g":1,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f6":3,"v":4,"w":4,"y":4,"b":1,"h":1,"k":1,"l":1,"u":1,"\u00fc":1,",":2,".":2}},"F":{"d":"21,0r0,-243r105,0r0,41r-58,0r0,63r55,0r0,39r-55,0r0,100r-47,0","w":141,"k":{"J":15,"A":13,"\u00c4":13,"M":6,"a":8,"\u00e4":8,"g":7,"c":9,"d":9,"e":9,"o":9,"q":9,"\u00f6":9,"t":3,"v":6,"w":6,"y":6,"b":1,"h":1,"k":1,"l":1,"i":3,"m":3,"n":3,"p":3,"r":3,"u":3,"\u00fc":3,":":6,";":6,"\u00ab":1,"\u2039":1,",":30,".":30}},"G":{"d":"105,2v-69,0,-98,-51,-96,-122v3,-105,67,-141,143,-118r-9,41v-49,-15,-85,4,-85,80v0,62,21,83,54,78r0,-59r-22,0r0,-38r66,0r0,130v-10,4,-33,8,-51,8","w":169,"k":{"a":-3,"\u00e4":-3,"v":4,"w":4,"y":4}},"H":{"d":"21,-243r47,0r0,98r49,0r0,-98r48,0r0,243r-48,0r0,-102r-49,0r0,102r-47,0r0,-243","w":185,"k":{"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"v":3,"w":3,"y":3}},"I":{"d":"21,-243r47,0r0,243r-47,0r0,-243","w":89,"k":{"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"v":3,"w":3,"y":3}},"J":{"d":"41,-75r0,-168r48,0r0,166v-1,82,-43,86,-92,76r4,-39v25,2,39,4,40,-35","w":106,"k":{"v":-3,"w":-3,"y":-3,",":6,".":6}},"K":{"d":"21,0r0,-243r47,0r1,109r44,-109r52,0r-54,106r55,137r-52,0r-35,-100v-18,19,-9,65,-11,100r-47,0","w":165,"k":{"J":-12,"C":5,"G":5,"O":5,"Q":5,"\u00d6":5,"Z":-9,"A":-3,"\u00c4":-3,"a":-5,"\u00e4":-5,"g":5,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1,"v":5,"w":5,"y":5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"u":1,"\u00fc":1,"\u00ab":1,"\u2039":1,"-":5,"\"":-6,"'":-6,",":-6,".":-6}},"L":{"d":"21,0r0,-243r47,0r0,203r62,0r0,40r-109,0","w":136,"k":{"T":20,"J":-14,"C":10,"G":10,"O":10,"Q":10,"\u00d6":10,"U":7,"\u00dc":7,"V":13,"W":13,"Y":18,"A":-3,"\u00c4":-3,"a":-2,"\u00e4":-2,"f":4,"\u00df":4,"g":1,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"t":8,"v":8,"w":8,"y":8,"u":2,"\u00fc":2,"\u203a":-4,"\u00bb":-4,"\u00ab":13,"\u2039":13,"-":12,"\"":28,"'":28}},"M":{"d":"174,0r-8,-165r-36,161r-34,0r-36,-161r-7,165r-41,0r18,-243r49,0r38,173v8,-56,22,-118,34,-173r50,0r15,243r-42,0","w":229,"k":{"T":6,"Y":1,"a":-1,"\u00e4":-1,"g":1,"-":-2,"\"":4,"'":4}},"N":{"d":"62,0r-41,0r0,-243r43,0r64,166r-5,-166r42,0r0,243r-43,0r-37,-92v-9,-20,-18,-53,-26,-73","w":185,"k":{"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"v":3,"w":3,"y":3}},"O":{"d":"89,-246v59,0,75,65,75,120v0,91,-32,129,-78,129v-55,0,-77,-58,-77,-125v0,-66,26,-124,80,-124xm87,-204v-19,0,-29,31,-29,83v0,55,10,83,29,83v20,0,28,-36,28,-85v0,-42,-7,-81,-28,-81","w":173,"k":{"T":3,"J":1,"X":-1,"A":6,"\u00c4":6,"a":-3,"\u00e4":-3,"f":-6,"\u00df":-6,"j":-2,"t":-6,"v":-4,"w":-4,"y":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-5,"\u00fc":-5,"-":-6,")":5,"]":5,"}":5,",":13,".":13}},"P":{"d":"157,-172v0,54,-38,85,-89,82r0,90r-47,0r0,-239v63,-15,136,0,136,67xm68,-204r0,75v27,5,42,-13,42,-39v0,-26,-16,-44,-42,-36","w":164,"k":{"J":13,"X":1,"Y":-1,"Z":2,"A":15,"\u00c4":15,"a":5,"\u00e4":5,"g":10,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00f6":8,"s":5,"t":-5,"v":-3,"w":-3,"y":-3,"u":1,"\u00fc":1,":":4,";":4,"\u00ab":6,"\u2039":6,"-":8,")":6,"]":6,"}":6,",":45,".":45}},"Q":{"d":"159,40v-25,-10,-51,-26,-74,-37v-47,0,-76,-46,-76,-125v0,-65,26,-124,80,-124v99,0,89,200,39,230r0,2v15,7,32,12,47,18xm87,-38v19,0,28,-35,28,-85v0,-45,-7,-81,-28,-81v-19,0,-29,36,-29,82v0,49,8,84,29,84","w":173,"k":{"T":3,"J":1,"X":-1,"A":6,"\u00c4":6,"a":-3,"\u00e4":-3,"f":-6,"\u00df":-6,"j":-2,"t":-6,"v":-4,"w":-4,"y":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-5,"\u00fc":-5,"-":-6,")":5,"]":5,"}":5,",":13,".":13}},"R":{"d":"114,0v-11,-14,-3,-113,-46,-97r0,97r-47,0r0,-239v63,-14,135,-3,135,64v0,26,-12,49,-37,61v33,6,33,93,45,114r-50,0xm68,-206r0,73v27,3,41,-14,41,-38v1,-25,-15,-40,-41,-35","w":169,"k":{"T":1,"J":-9,"X":-3,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1,"t":-6,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"-":3}},"S":{"d":"9,-8r6,-40v22,13,74,14,74,-18v0,-18,-11,-27,-32,-40v-33,-20,-45,-46,-45,-68v0,-53,65,-88,114,-62r-7,41v-15,-14,-61,-11,-61,16v0,14,6,24,33,38v73,39,50,145,-36,143v-19,0,-38,-5,-46,-10","w":141,"k":{"a":-7,"\u00e4":-7,"j":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"\u00f6":-3,"t":-2,"v":2,"w":2,"y":2,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-4,"\u00fc":-4,"-":-6}},"T":{"d":"47,0r0,-199r-43,0r0,-44r134,0r0,44r-44,0r0,199r-47,0","w":141,"k":{"i":11,"T":-5,"J":6,"C":5,"G":5,"O":5,"Q":5,"\u00d6":5,"V":-6,"W":-6,"X":-8,"Y":-12,"A":12,"\u00c4":12,"S":1,"a":13,"\u00e4":13,"g":21,"c":17,"d":17,"e":17,"o":17,"q":17,"\u00f6":17,"s":14,"v":8,"w":8,"y":8,"z":10,"b":1,"h":1,"k":1,"l":1,"m":11,"n":11,"p":11,"r":11,"u":11,"\u00fc":11,"x":10,":":6,";":6,"\u203a":11,"\u00bb":11,"\u00ab":15,"\u2039":15,"-":11,")":-12,"]":-12,"}":-12,"\"":-6,"'":-6,",":23,".":23}},"U":{"d":"19,-243r48,0r0,158v0,36,11,46,23,46v14,0,23,-9,23,-46r0,-158r47,0v-5,95,26,246,-70,246v-100,0,-65,-151,-71,-246","w":180,"k":{"A":3,"\u00c4":3,"g":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1,"s":4,"v":3,"w":3,"y":3,"z":6,"x":3,",":8,".":8}},"V":{"d":"108,0r-53,0r-55,-243r53,0r30,189r28,-189r52,0","w":162,"k":{"T":-5,"J":1,"A":6,"\u00c4":6,"a":7,"\u00e4":7,"g":12,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00f6":8,"s":5,"t":1,"v":4,"w":4,"y":4,"z":1,"i":3,"m":3,"n":3,"p":3,"r":3,"u":4,"\u00fc":4,":":4,";":4,"\u203a":1,"\u00bb":1,"\u00ab":4,"\u2039":4,"-":2,")":-13,"]":-13,"}":-13,"\"":-12,"'":-12,",":15,".":15}},"W":{"d":"93,0r-47,0r-41,-243r49,0r21,182r31,-182r38,0r28,182r22,-182r46,0r-43,243r-49,0r-26,-159v-7,59,-18,105,-29,159","w":244,"k":{"T":-5,"J":1,"A":6,"\u00c4":6,"a":7,"\u00e4":7,"g":12,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00f6":8,"s":5,"t":1,"v":4,"w":4,"y":4,"z":1,"i":3,"m":3,"n":3,"p":3,"r":3,"u":4,"\u00fc":4,":":4,";":4,"\u203a":1,"\u00bb":1,"\u00ab":4,"\u2039":4,"-":2,")":-13,"]":-13,"}":-13,"\"":-12,"'":-12,",":15,".":15}},"X":{"d":"148,0r-49,0r-29,-88r-24,88r-47,0r45,-124r-43,-119r49,0r26,84r22,-84r47,0r-45,121","w":146,"k":{"T":-6,"J":-14,"C":1,"G":1,"O":1,"Q":1,"\u00d6":1,"V":-8,"W":-8,"X":-1,"Y":-12,"A":-3,"\u00c4":-3,"a":-5,"\u00e4":-5,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u00f6":-1,"v":5,"w":5,"y":5,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"u":-1,"\u00fc":-1,"\u203a":-3,"\u00bb":-3,"-":1,"\"":-6,"'":-6}},"Y":{"d":"95,0r-47,0r0,-93r-53,-150r50,0r30,110v7,-38,16,-74,25,-110r49,0r-54,148r0,95","w":144,"k":{"\u00f6":14,"\u00e4":12,"T":-12,"J":4,"C":3,"G":3,"O":3,"Q":3,"\u00d6":3,"V":-13,"W":-13,"X":-6,"Y":-16,"A":11,"\u00c4":11,"M":1,"S":1,"a":12,"g":15,"c":14,"d":14,"e":14,"o":14,"q":14,"s":9,"v":7,"w":7,"y":7,"z":3,"b":-4,"h":-4,"k":-4,"l":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":6,"\u00fc":6,"x":2,":":10,";":10,"\u203a":6,"\u00bb":6,"\u00ab":9,"\u2039":9,"-":9,")":-18,"]":-18,"}":-18,"\"":-10,"'":-10,",":24,".":24}},"Z":{"d":"4,0r0,-28r77,-174r-70,0r0,-41r123,0r0,35r-74,167r74,0r0,41r-130,0","w":139,"k":{"J":-12,"C":2,"G":2,"O":2,"Q":2,"\u00d6":2,"X":-9,"Y":-8,"A":-4,"\u00c4":-4,"a":-2,"\u00e4":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"v":-1,"w":-1,"y":-1,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-1,"\u00fc":-1,"-":1}},"[":{"d":"85,40r-67,0r0,-287r67,0r0,30r-31,0r0,227r31,0r0,30","w":92,"k":{"T":-4,"J":-9,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"V":-13,"W":-13,"X":-3,"Y":-21,"A":2,"\u00c4":2,"j":-21,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1}},"\\":{"d":"92,14r-31,0r-67,-260r30,0","w":83},"]":{"d":"8,-247r67,0r0,287r-67,0r0,-30r31,0r0,-227r-31,0r0,-30","w":92},"^":{"d":"199,-64r-36,0v-20,-42,-34,-91,-57,-130r-55,130r-35,0r76,-170r30,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"73,-179v95,4,50,99,65,179r-43,0v-1,-5,0,-13,-3,-17v-27,39,-85,17,-85,-34v0,-46,40,-65,80,-65v6,-35,-41,-32,-60,-18r-9,-32v10,-6,31,-13,55,-13xm51,-56v1,36,38,28,38,1r0,-31v-16,0,-38,6,-38,30","w":151},"b":{"d":"15,0r1,-249r47,0r1,91v40,-50,86,-5,86,65v0,62,-24,96,-57,96v-16,1,-24,-8,-35,-24r-3,21r-40,0xm104,-89v0,-51,-38,-68,-41,-23v-2,29,-4,76,18,76v16,0,23,-19,23,-53","w":160,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":5,"-":-7,"\"":7,"'":7,",":9,".":9}},"c":{"d":"110,-40r4,37v-55,17,-104,-12,-104,-83v0,-63,48,-108,107,-88r-6,37v-31,-11,-54,10,-54,49v0,39,23,62,53,48","w":116,"k":{"T":3,"a":-5,"\u00e4":-5,"f":-10,"\u00df":-10,"t":-7,"v":-10,"w":-10,"y":-10,"u":-3,"\u00fc":-3,"\u203a":-11,"\u00bb":-11,"\"":-9,"'":-9,",":-1,".":-1}},"d":{"d":"97,-249r47,0r2,249r-41,0v-1,-6,0,-16,-3,-20v-6,12,-21,23,-37,23v-37,0,-55,-42,-55,-91v0,-61,27,-91,57,-91v16,-1,24,10,30,18r0,-88xm80,-36v24,0,16,-53,17,-83v-2,-11,-8,-20,-17,-20v-17,0,-23,24,-23,52v0,33,10,51,23,51","w":160,"k":{"v":-1,"w":-1,"y":-1,",":4,".":4}},"e":{"d":"139,-71r-83,0v-1,42,43,41,71,31r6,34v-61,23,-123,-3,-123,-79v0,-59,31,-94,71,-94v46,0,67,53,58,108xm56,-104r42,0v0,-23,-6,-41,-20,-41v-15,0,-22,23,-22,41","w":150,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":3,"\u00ab":-1,"\u2039":-1,"-":-4,"\"":4,"'":4,",":4,".":4}},"f":{"d":"25,-176v-7,-53,36,-89,88,-72r-5,37v-23,-8,-40,8,-36,35r31,0r0,33r-31,0r0,143r-47,0r0,-143r-24,0r0,-33r24,0","w":102,"k":{"g":3,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f6":3,"s":1,"t":-2,":":-8,";":-8,"\u203a":-7,"\u00bb":-7,"-":4,")":-25,"]":-25,"}":-25,"\"":-15,"'":-15,",":15,".":15}},"g":{"d":"145,-20v0,84,-56,105,-123,84r9,-37v32,19,80,3,66,-46v-6,11,-18,18,-31,18v-40,0,-56,-43,-56,-85v0,-78,55,-121,93,-72r2,-18r42,0v-3,46,-2,105,-2,156xm80,-38v24,-1,17,-46,18,-74v-1,-13,-5,-27,-17,-27v-17,0,-24,23,-24,52v0,33,10,49,23,49","w":160,"k":{"T":10,"f":-3,"\u00df":-3,",":5,".":5}},"h":{"d":"84,-139v-12,0,-20,14,-20,30r0,109r-47,0r0,-249r47,0r0,91v29,-40,84,-20,84,51r0,107r-47,0r0,-107v0,-17,-3,-32,-17,-32","w":164,"k":{"T":13,"v":4,"w":4,"y":4,"\"":2,"'":2}},"i":{"d":"64,0r-47,0r0,-176r47,0r0,176xm40,-248v14,0,24,9,24,25v0,15,-11,26,-25,26v-13,0,-24,-11,-24,-26v0,-16,12,-25,25,-25","w":80},"j":{"d":"-14,35v26,-5,31,-15,31,-57r0,-154r47,0v-10,95,39,251,-74,248xm41,-248v13,0,24,9,24,25v0,15,-11,26,-25,26v-13,0,-23,-11,-23,-26v0,-16,11,-25,24,-25","w":80,"k":{",":4,".":4}},"k":{"d":"63,-249r1,150v10,-29,21,-50,32,-77r51,0r-43,74r45,102r-53,0r-25,-72v-12,14,-7,46,-8,72r-47,0r0,-249r47,0","w":148,"k":{"T":6,"a":-4,"\u00e4":-4,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u00f6":4,"v":1,"w":1,"y":1,"i":2,"m":2,"n":2,"p":2,"r":2,"u":2,"\u00fc":2,"-":5}},"l":{"d":"17,0r0,-249r47,0r0,249r-47,0","w":81,"k":{"v":-1,"w":-1,"y":-1,",":4,".":4}},"m":{"d":"83,-140v-11,0,-21,13,-20,29r0,111r-46,0r-2,-176r41,0v1,6,0,16,3,20v14,-28,71,-32,81,1v25,-42,88,-28,88,43r0,112r-47,0r0,-104v0,-20,-2,-36,-16,-36v-11,0,-19,12,-19,28r0,112r-47,0r0,-111v0,-13,-1,-29,-16,-29","w":244,"k":{"T":13,"v":4,"w":4,"y":4,"\"":2,"'":2}},"n":{"d":"84,-139v-13,0,-21,14,-20,32r0,107r-47,0r-2,-176r41,0v1,6,0,16,3,20v28,-43,89,-23,89,43r0,113r-47,0r0,-110v0,-15,-3,-29,-17,-29","w":164,"k":{"T":13,"v":4,"w":4,"y":4,"\"":2,"'":2}},"o":{"d":"78,-179v41,0,67,35,67,90v0,73,-40,92,-67,92v-42,0,-68,-33,-68,-90v0,-63,33,-92,68,-92xm78,-143v-31,2,-28,111,1,110v26,-3,27,-107,-1,-110","w":155,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":5,"-":-7,"\"":7,"'":7,",":9,".":9}},"p":{"d":"16,69r-1,-245r41,0v1,6,0,16,3,20v7,-14,21,-23,37,-23v39,0,54,42,54,91v0,80,-49,113,-87,74r0,83r-47,0xm103,-88v0,-55,-40,-67,-40,-24v0,29,-5,75,18,76v17,0,22,-24,22,-52","w":160,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":5,"-":-7,"\"":7,"'":7,",":9,".":9}},"q":{"d":"10,-84v0,-77,55,-126,93,-73r2,-19r41,0r-1,245r-47,0r-1,-84v-38,44,-87,-2,-87,-69xm80,-36v23,-1,18,-47,18,-76v-1,-12,-8,-27,-18,-27v-15,0,-22,19,-22,51v0,32,8,52,22,52","w":160,"k":{"T":6,",":3,".":3}},"r":{"d":"104,-131v-54,-12,-38,79,-40,131r-48,0r-1,-176r41,0v2,8,0,20,3,26v11,-22,23,-32,45,-28r0,47","w":105,"k":{"T":3,"f":-10,"\u00df":-10,"g":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1,"t":-6,"v":-8,"w":-8,"y":-8,"z":-2,"x":-6,":":-1,";":-1,"\u203a":-6,"\u00bb":-6,",":16,".":16}},"s":{"d":"6,-8r9,-34v11,8,51,17,51,-7v0,-9,-6,-15,-21,-24v-29,-16,-35,-34,-35,-50v0,-46,54,-69,93,-48r-8,35v-11,-10,-43,-12,-42,7v0,8,2,13,20,22v59,29,41,113,-26,109v-15,0,-33,-4,-41,-10","w":116,"k":{"T":6,",":4,".":4}},"t":{"d":"103,-1v-43,9,-78,-1,-78,-58r0,-84r-21,0r0,-33r21,0r0,-31r47,-15r0,46r35,0r0,33r-35,0r0,81v1,27,12,26,30,24","w":111,"k":{"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"v":-1,"w":-1,"y":-1,",":4,".":4}},"u":{"d":"63,-75v-7,46,36,48,35,11r0,-112r47,0r2,176r-41,0v-1,-6,0,-15,-3,-19v-30,40,-88,25,-88,-50r0,-107r48,0r0,101","w":162,"k":{"T":6,",":3,".":3}},"v":{"d":"2,-176r50,0r21,128v5,-45,14,-85,21,-128r46,0r-47,176r-43,0","w":142,"k":{"T":6,"a":4,"\u00e4":4,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f6":5,"s":1,"v":-10,"w":-10,"y":-10,":":7,";":7,",":15,".":15}},"w":{"d":"2,-176r50,0r17,129r25,-129r36,0v10,42,13,91,26,129v3,-42,11,-87,16,-129r47,0r-45,176r-40,0v-8,-39,-19,-72,-23,-116v-6,43,-17,77,-26,116r-40,0","w":221,"k":{"T":6,"a":4,"\u00e4":4,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f6":5,"s":1,"v":-10,"w":-10,"y":-10,":":7,";":7,",":15,".":15}},"x":{"d":"3,-176r51,0v7,20,11,43,20,61r19,-61r47,0r-40,86r41,90r-52,0v-8,-19,-12,-42,-21,-60r-19,60r-47,0r39,-87","w":142,"k":{"T":6,"g":3,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f6":5,"s":2,"t":-1,"v":-8,"w":-8,"y":-8,"\u00ab":3,"\u2039":3,"-":4}},"y":{"d":"11,37v18,-9,46,-25,39,-50r-48,-163r51,0r22,121r19,-121r46,0v-24,76,-32,169,-75,226v-14,18,-33,25,-40,27","w":140,"k":{"T":6,"a":4,"\u00e4":4,"g":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u00f6":5,"s":1,"v":-10,"w":-10,"y":-10,":":7,";":7,",":15,".":15}},"z":{"d":"6,0r0,-30r60,-108r-54,0r0,-38r106,0r0,32r-59,105r60,0r0,39r-113,0","w":126,"k":{"T":5,"c":3,"d":3,"e":3,"o":3,"q":3,"\u00f6":3,"v":-4,"w":-4,"y":-4}},"{":{"d":"23,-12v-2,-30,22,-74,-19,-77r0,-29v42,-2,17,-47,19,-77v2,-37,24,-54,62,-52r0,29v-37,-4,-23,43,-22,70v0,23,-10,38,-28,44v33,8,28,52,25,90v-1,14,5,26,25,25r0,29v-36,1,-60,-10,-62,-52","w":92,"k":{"T":-4,"J":-9,"C":7,"G":7,"O":7,"Q":7,"\u00d6":7,"V":-13,"W":-13,"X":-3,"Y":-21,"A":2,"\u00c4":2,"j":-21,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1}},"|":{"d":"22,-270r35,0r0,360r-35,0r0,-360","w":78},"}":{"d":"8,-247v65,-7,58,52,58,109v0,10,4,20,23,20r0,29v-42,3,-17,47,-19,77v-3,42,-26,53,-62,52r0,-29v38,2,22,-43,22,-70v0,-24,10,-39,28,-45v-34,-9,-27,-52,-25,-89v1,-16,-7,-27,-25,-25r0,-29","w":92},"~":{"d":"150,-69v-22,7,-68,-34,-83,-33v-10,0,-16,7,-16,30r-30,0v0,-46,25,-61,48,-61v24,0,62,33,80,33v10,0,15,-9,15,-30r30,0v2,39,-14,61,-44,61","w":214},"'":{"d":"12,-246r38,0r-8,93r-23,0","w":61,"k":{"T":-6,"J":9,"C":3,"G":3,"O":3,"Q":3,"\u00d6":3,"V":-6,"W":-6,"X":-6,"Y":-12,"A":17,"\u00c4":17,"f":-6,"\u00df":-6,"g":10,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00f6":10,"s":3,"t":-7,"x":-3,",":35,".":35}},"\u00ab":{"d":"78,-157r-39,66r39,67r-34,0r-38,-67r38,-66r34,0xm135,-157r-39,66r39,67r-33,0r-39,-67r38,-66r34,0","w":137,"k":{"T":10,"J":-6,"V":1,"W":1,"Y":3,"A":-3,"\u00c4":-3,"f":-9,"\u00df":-9}},"\u2039":{"d":"78,-157r-39,66r39,67r-34,0r-38,-67r38,-66r34,0","w":79,"k":{"T":10,"J":-6,"V":1,"W":1,"Y":3,"A":-3,"\u00c4":-3,"f":-9,"\u00df":-9}},"\u203a":{"d":"41,-91r-39,-66r34,0r38,66r-38,67r-34,0","w":79,"k":{"T":13,"J":2,"C":-3,"G":-3,"O":-3,"Q":-3,"\u00d6":-3,"V":5,"W":5,"X":2,"Y":9,"A":1,"\u00c4":1,"S":1}},"\u00bb":{"d":"41,-91r-39,-66r34,0r38,66r-37,67r-35,0xm99,-91r-39,-66r34,0r38,66r-38,67r-34,0","w":137,"k":{"T":13,"J":2,"C":-3,"G":-3,"O":-3,"Q":-3,"\u00d6":-3,"V":5,"W":5,"X":2,"Y":9,"A":1,"\u00c4":1,"S":1}},"`":{"d":"10,-248r41,0r25,50r-30,0","w":108},"\u00df":{"d":"88,-131v-3,-27,28,-32,27,-58v0,-15,-10,-25,-23,-25v-17,0,-28,14,-28,55r0,159r-47,0r0,-156v-1,-65,26,-94,78,-96v54,-3,77,49,56,89v-51,30,30,67,19,106v2,47,-49,71,-93,55r5,-36v16,10,44,4,43,-15v-2,-26,-41,-48,-37,-78","w":177,"k":{"T":6,",":4,".":4}},"\u00c4":{"d":"103,-55r-44,0r-10,55r-46,0r52,-243r57,0r47,243r-46,0xm64,-92r35,0r-17,-106xm73,-279v0,13,-9,23,-22,23v-11,0,-20,-10,-20,-23v0,-13,10,-23,21,-23v12,0,21,10,21,23xm118,-256v-11,0,-21,-10,-21,-23v0,-13,10,-23,21,-23v12,0,21,10,21,23v0,13,-9,23,-21,23","w":164,"k":{"T":18,"J":-14,"C":6,"G":6,"O":6,"Q":6,"\u00d6":6,"U":6,"\u00dc":6,"V":8,"W":8,"X":-2,"Y":10,"Z":-9,"a":-3,"\u00e4":-3,"f":1,"\u00df":1,"g":1,"j":-2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u00f6":2,"s":-3,"t":1,"v":5,"w":5,"y":5,"z":-4,"\u203a":-2,"\u00bb":-2,"\u00ab":1,"\u2039":1,"\"":17,"'":17}},"\u00d6":{"d":"89,-246v59,0,75,65,75,120v0,91,-32,129,-78,129v-55,0,-77,-58,-77,-125v0,-66,26,-124,80,-124xm87,-204v-19,0,-29,31,-29,83v0,55,10,83,29,83v20,0,28,-36,28,-85v0,-42,-7,-81,-28,-81xm53,-257v-11,0,-21,-10,-21,-23v0,-13,10,-23,21,-23v12,0,21,10,21,23v0,13,-9,23,-21,23xm119,-257v-11,0,-21,-10,-21,-23v0,-13,10,-23,21,-23v12,0,21,10,21,23v0,13,-9,23,-21,23","w":173,"k":{"T":3,"J":1,"X":-1,"A":6,"\u00c4":6,"a":-3,"\u00e4":-3,"f":-6,"\u00df":-6,"j":-2,"t":-6,"v":-4,"w":-4,"y":-4,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-5,"\u00fc":-5,"-":-6,")":5,"]":5,"}":5,",":13,".":13}},"\u00dc":{"d":"19,-243r48,0r0,158v0,36,11,46,23,46v14,0,23,-9,23,-46r0,-158r47,0v-5,95,26,246,-70,246v-100,0,-65,-151,-71,-246xm78,-280v0,13,-9,23,-22,23v-11,0,-21,-10,-21,-23v0,-13,11,-23,22,-23v12,0,21,10,21,23xm144,-280v0,13,-9,23,-22,23v-11,0,-20,-10,-20,-23v0,-13,10,-23,21,-23v12,0,21,10,21,23","w":180,"k":{"A":3,"\u00c4":3,"g":1,"c":1,"d":1,"e":1,"o":1,"q":1,"\u00f6":1,"s":4,"v":3,"w":3,"y":3,"z":6,"x":3,",":8,".":8}},"\u00e4":{"d":"44,-202v-12,0,-22,-10,-22,-23v0,-13,10,-23,22,-23v12,0,22,9,22,23v0,13,-9,23,-22,23xm108,-202v-12,0,-22,-10,-22,-23v0,-13,10,-23,22,-23v12,0,21,9,21,23v0,13,-9,23,-21,23xm73,-179v95,4,50,99,65,179r-43,0v-1,-5,0,-13,-3,-17v-27,39,-85,17,-85,-34v0,-46,40,-65,80,-65v6,-35,-41,-32,-60,-18r-9,-32v10,-6,31,-13,55,-13xm51,-56v1,36,38,28,38,1r0,-31v-16,0,-38,6,-38,30","w":151},"\u00f6":{"d":"67,-225v0,13,-8,23,-22,23v-12,0,-21,-10,-21,-23v0,-13,10,-23,22,-23v12,0,21,9,21,23xm131,-225v0,13,-9,23,-22,23v-12,0,-21,-10,-21,-23v0,-13,10,-23,22,-23v12,0,21,9,21,23xm78,-179v41,0,67,35,67,90v0,73,-40,92,-67,92v-42,0,-68,-33,-68,-90v0,-63,33,-92,68,-92xm78,-143v-31,2,-28,111,1,110v26,-3,27,-107,-1,-110","w":155,"k":{"T":12,"v":3,"w":3,"y":3,"z":2,"x":5,"-":-7,"\"":7,"'":7,",":9,".":9}},"\u00fc":{"d":"50,-202v-12,0,-21,-10,-21,-23v0,-13,9,-23,21,-23v12,0,22,9,22,23v0,13,-9,23,-22,23xm114,-202v-12,0,-21,-10,-21,-23v0,-13,9,-23,21,-23v12,0,22,9,22,23v0,13,-10,23,-22,23xm63,-75v-7,46,36,48,35,11r0,-112r47,0r2,176r-41,0v-1,-6,0,-15,-3,-19v-30,40,-88,25,-88,-50r0,-107r48,0r0,101","w":162,"k":{"T":6,",":3,".":3}},"\u20ac":{"d":"74,-86v-1,41,35,59,67,42r5,39v-57,25,-118,-14,-119,-81r-18,0r0,-24r16,0r1,-17r-17,0r0,-24r19,0v5,-60,59,-103,118,-79r-8,40v-30,-18,-62,4,-63,39r55,0r0,24r-57,0r-1,17r58,0r0,24r-56,0"},"\u00a0":{"w":57,"k":{"T":4,"V":4,"W":4,"Y":4}}}});;var mChanger=new Class({Implements:[Options],initialize:function(el,options)
{this.setOptions({duration:8000},options);this.element=$(el);this.children=this.element.getChildren();this.index=0;this.children[this.index].setStyle('display','block');this.change.bind(this).delay(this.options.duration);},change:function()
{var new_index=0;if((this.children.length-2)>this.index)
{new_index=this.index+1;}
else
{new_index=0;}
this.children[this.index].setStyle('display','none');this.children[new_index].setStyle('display','block');this.index=new_index;this.change.bind(this).delay(this.options.duration);}});;var Autocompleter=new Class({Implements:[Options,Events],options:{minLength:1,markQuery:true,width:'inherit',maxChoices:10,injectChoice:null,customChoices:null,emptyChoices:null,visibleChoices:true,className:'autocompleter-choices',zIndex:42,delay:400,observerOptions:{},fxOptions:{},autoSubmit:false,overflow:false,overflowMargin:25,selectFirst:false,filter:null,filterCase:false,filterSubset:false,forceSelect:false,selectMode:true,choicesMatch:null,multiple:false,separator:', ',separatorSplit:/\s*[,;]\s*/,autoTrim:false,allowDupes:false,cache:true,relative:false},initialize:function(element,options){this.element=$(element);this.setOptions(options);this.build();this.observer=new Observer(this.element,this.prefetch.bind(this),$merge({'delay':this.options.delay},this.options.observerOptions));this.queryValue=null;if(this.options.filter)this.filter=this.options.filter.bind(this);var mode=this.options.selectMode;this.typeAhead=(mode=='type-ahead');this.selectMode=(mode===true)?'selection':mode;this.cached=[];},build:function(){if($(this.options.customChoices)){this.choices=this.options.customChoices;}else{this.choices=new Element('ul',{'class':this.options.className,'styles':{'zIndex':this.options.zIndex}}).inject(document.body);this.relative=false;if(this.options.relative){this.choices.inject(this.element,'after');this.relative=this.element.getOffsetParent();}
this.fix=new OverlayFix(this.choices);}
if(!this.options.separator.test(this.options.separatorSplit)){this.options.separatorSplit=this.options.separator;}
this.fx=(!this.options.fxOptions)?null:new Fx.Tween(this.choices,$merge({'property':'opacity','link':'cancel','duration':200},this.options.fxOptions)).addEvent('onStart',Chain.prototype.clearChain).set(0);this.element.setProperty('autocomplete','off').addEvent((Browser.Engine.trident||Browser.Engine.webkit)?'keydown':'keypress',this.onCommand.bind(this)).addEvent('click',this.onCommand.bind(this,[false])).addEvent('focus',this.toggleFocus.create({bind:this,arguments:true,delay:100})).addEvent('blur',this.toggleFocus.create({bind:this,arguments:false,delay:100}));},destroy:function(){if(this.fix)this.fix.destroy();this.choices=this.selected=this.choices.destroy();},toggleFocus:function(state){this.focussed=state;if(!state)this.hideChoices(true);this.fireEvent((state)?'onFocus':'onBlur',[this.element]);},onCommand:function(e){if(!e&&this.focussed)return this.prefetch();if(e&&e.key&&!e.shift){switch(e.key){case'enter':if(this.element.value!=this.opted)return true;if(this.selected&&this.visible){this.choiceSelect(this.selected);return!!(this.options.autoSubmit);}
break;case'up':case'down':if(!this.prefetch()&&this.queryValue!==null){var up=(e.key=='up');this.choiceOver((this.selected||this.choices)[(this.selected)?((up)?'getPrevious':'getNext'):((up)?'getLast':'getFirst')](this.options.choicesMatch),true);}
return false;case'esc':case'tab':this.hideChoices(true);break;}}
return true;},setSelection:function(finish){var input=this.selected.inputValue,value=input;var start=this.queryValue.length,end=input.length;if(input.substr(0,start).toLowerCase()!=this.queryValue.toLowerCase())start=0;if(this.options.multiple){var split=this.options.separatorSplit;value=this.element.value;start+=this.queryIndex;end+=this.queryIndex;var old=value.substr(this.queryIndex).split(split,1)[0];value=value.substr(0,this.queryIndex)+input+value.substr(this.queryIndex+old.length);if(finish){var tokens=value.split(this.options.separatorSplit).filter(function(entry){return this.test(entry);},/[^\s,]+/);if(!this.options.allowDupes)tokens=[].combine(tokens);var sep=this.options.separator;value=tokens.join(sep)+sep;end=value.length;}}
this.observer.setValue(value);this.opted=value;if(finish||this.selectMode=='pick')start=end;this.element.selectRange(start,end);this.fireEvent('onSelection',[this.element,this.selected,value,input]);},showChoices:function(){var match=this.options.choicesMatch,first=this.choices.getFirst(match);this.selected=this.selectedValue=null;if(this.fix){var pos=this.element.getCoordinates(this.relative),width=this.options.width||'auto';this.choices.setStyles({'left':pos.left,'top':pos.bottom,'width':(width===true||width=='inherit')?pos.width:width});}
if(!first)return;if(!this.visible){this.visible=true;this.choices.setStyle('display','');if(this.fx)this.fx.start(1);this.fireEvent('onShow',[this.element,this.choices]);}
if(this.options.selectFirst||this.typeAhead||first.inputValue==this.queryValue)this.choiceOver(first,this.typeAhead);var items=this.choices.getChildren(match),max=this.options.maxChoices;var styles={'overflowY':'hidden','height':''};this.overflown=false;if(items.length>max){var item=items[max-1];styles.overflowY='scroll';styles.height=item.getCoordinates(this.choices).bottom;this.overflown=true;};this.choices.setStyles(styles);this.fix.show();if(this.options.visibleChoices){var scroll=document.getScroll(),size=document.getSize(),coords=this.choices.getCoordinates();if(coords.right>scroll.x+size.x)scroll.x=coords.right-size.x;if(coords.bottom>scroll.y+size.y)scroll.y=coords.bottom-size.y;window.scrollTo(Math.min(scroll.x,coords.left),Math.min(scroll.y,coords.top));}},hideChoices:function(clear){if(clear){var value=this.element.value;if(this.options.forceSelect)value=this.opted;if(this.options.autoTrim){value=value.split(this.options.separatorSplit).filter($arguments(0)).join(this.options.separator);}
this.observer.setValue(value);}
if(!this.visible)return;this.visible=false;if(this.selected)this.selected.removeClass('autocompleter-selected');this.observer.clear();var hide=function(){this.choices.setStyle('display','none');this.fix.hide();}.bind(this);if(this.fx)this.fx.start(0).chain(hide);else hide();this.fireEvent('onHide',[this.element,this.choices]);},prefetch:function(){var value=this.element.value,query=value;if(this.options.multiple){var split=this.options.separatorSplit;var values=value.split(split);var index=this.element.getSelectedRange().start;var toIndex=value.substr(0,index).split(split);var last=toIndex.length-1;index-=toIndex[last].length;query=values[last];}
if(query.length<this.options.minLength){this.hideChoices();}else{if(query===this.queryValue||(this.visible&&query==this.selectedValue)){if(this.visible)return false;this.showChoices();}else{this.queryValue=query;this.queryIndex=index;if(!this.fetchCached())this.query();}}
return true;},fetchCached:function(){return false;if(!this.options.cache||!this.cached||!this.cached.length||this.cached.length>=this.options.maxChoices||this.queryValue)return false;this.update(this.filter(this.cached));return true;},update:function(tokens){this.choices.empty();this.cached=tokens;var type=tokens&&$type(tokens);if(!type||(type=='array'&&!tokens.length)||(type=='hash'&&!tokens.getLength())){(this.options.emptyChoices||this.hideChoices).call(this);}else{if(this.options.maxChoices<tokens.length&&!this.options.overflow)tokens.length=this.options.maxChoices;tokens.each(this.options.injectChoice||function(token){var choice=new Element('li',{'html':this.markQueryValue(token)});choice.inputValue=token;this.addChoiceEvents(choice).inject(this.choices);},this);this.showChoices();}},choiceOver:function(choice,selection){if(!choice||choice==this.selected)return;if(this.selected)this.selected.removeClass('autocompleter-selected');this.selected=choice.addClass('autocompleter-selected');this.fireEvent('onSelect',[this.element,this.selected,selection]);if(!this.selectMode)this.opted=this.element.value;if(!selection)return;this.selectedValue=this.selected.inputValue;if(this.overflown){var coords=this.selected.getCoordinates(this.choices),margin=this.options.overflowMargin,top=this.choices.scrollTop,height=this.choices.offsetHeight,bottom=top+height;if(coords.top-margin<top&&top)this.choices.scrollTop=Math.max(coords.top-margin,0);else if(coords.bottom+margin>bottom)this.choices.scrollTop=Math.min(coords.bottom-height+margin,bottom);}
if(this.selectMode)this.setSelection();},choiceSelect:function(choice){if(choice)this.choiceOver(choice);this.setSelection(true);this.queryValue=false;this.hideChoices();},filter:function(tokens){return(tokens||this.tokens).filter(function(token){return this.test(token);},new RegExp(((this.options.filterSubset)?'':'^')+this.queryValue.escapeRegExp(),(this.options.filterCase)?'':'i'));},markQueryValue:function(str){return(!this.options.markQuery||!this.queryValue)?str:str.replace(new RegExp('('+((this.options.filterSubset)?'':'^')+this.queryValue.escapeRegExp()+')',(this.options.filterCase)?'':'i'),'<span class="autocompleter-queried">$1</span>');},addChoiceEvents:function(el){return el.addEvents({'mouseover':this.choiceOver.bind(this,[el]),'click':this.choiceSelect.bind(this,[el])});}});var OverlayFix=new Class({initialize:function(el){if(Browser.Engine.trident){this.element=$(el);this.relative=this.element.getOffsetParent();this.fix=new Element('iframe',{'frameborder':'0','scrolling':'no','src':'javascript:false;','styles':{'position':'absolute','border':'none','display':'none','filter':'progid:DXImageTransform.Microsoft.Alpha(opacity=0)'}}).inject(this.element,'after');}},show:function(){if(this.fix){var coords=this.element.getCoordinates(this.relative);delete coords.right;delete coords.bottom;this.fix.setStyles($extend(coords,{'display':'','zIndex':(this.element.getStyle('zIndex')||1)-1}));}
return this;},hide:function(){if(this.fix)this.fix.setStyle('display','none');return this;},destroy:function(){if(this.fix)this.fix=this.fix.destroy();}});Element.implement({getSelectedRange:function(){if(!Browser.Engine.trident)return{start:this.selectionStart,end:this.selectionEnd};var pos={start:0,end:0};var range=this.getDocument().selection.createRange();if(!range||range.parentElement()!=this)return pos;var dup=range.duplicate();if(this.type=='text'){pos.start=0-dup.moveStart('character',-100000);pos.end=pos.start+range.text.length;}else{var value=this.value;var offset=value.length-value.match(/[\n\r]*$/)[0].length;dup.moveToElementText(this);dup.setEndPoint('StartToEnd',range);pos.end=offset-dup.text.length;dup.setEndPoint('StartToStart',range);pos.start=offset-dup.text.length;}
return pos;},selectRange:function(start,end){if(Browser.Engine.trident){var diff=this.value.substr(start,end-start).replace(/\r/g,'').length;start=this.value.substr(0,start).replace(/\r/g,'').length;var range=this.createTextRange();range.collapse(true);range.moveEnd('character',start+diff);range.moveStart('character',start);range.select();}else{this.focus();this.setSelectionRange(start,end);}
return this;}});Autocompleter.Base=Autocompleter;;Autocompleter.Request=new Class({Extends:Autocompleter,options:{postData:{},ajaxOptions:{},postVar:'value'},query:function(){var data=$unlink(this.options.postData)||{};data[this.options.postVar]=this.queryValue;var indicator=$(this.options.indicator);if(indicator)indicator.setStyle('display','');var cls=this.options.indicatorClass;if(cls)this.element.addClass(cls);this.fireEvent('onRequest',[this.element,this.request,data,this.queryValue]);this.request.send({'data':data});},queryResponse:function(){var indicator=$(this.options.indicator);if(indicator)indicator.setStyle('display','none');var cls=this.options.indicatorClass;if(cls)this.element.removeClass(cls);return this.fireEvent('onComplete',[this.element,this.request]);}});Autocompleter.Request.JSON=new Class({Extends:Autocompleter.Request,initialize:function(el,url,options){this.parent(el,options);this.request=new Request.JSON($merge({'url':url,'link':'cancel'},this.options.ajaxOptions)).addEvent('onComplete',this.queryResponse.bind(this));},queryResponse:function(response){this.parent();this.update(response);}});Autocompleter.Request.HTML=new Class({Extends:Autocompleter.Request,initialize:function(el,url,options){this.parent(el,options);this.request=new Request.HTML($merge({'url':url,'link':'cancel','update':this.choices},this.options.ajaxOptions)).addEvent('onComplete',this.queryResponse.bind(this));},queryResponse:function(tree,elements){this.parent();if(!elements||!elements.length){this.hideChoices();}else{this.choices.getChildren(this.options.choicesMatch).each(this.options.injectChoice||function(choice){var value=choice.innerHTML;choice.inputValue=value;this.addChoiceEvents(choice.set('html',this.markQueryValue(value)));},this);this.showChoices();}}});Autocompleter.Ajax={Base:Autocompleter.Request,Json:Autocompleter.Request.JSON,Xhtml:Autocompleter.Request.HTML};;var Observer=new Class({Implements:[Options,Events],options:{periodical:false,delay:1000},initialize:function(el,onFired,options){this.element=$(el)||$$(el);this.addEvent('onFired',onFired);this.setOptions(options);this.bound=this.changed.bind(this);this.resume();},changed:function(){var value=this.element.get('value');if($equals(this.value,value))return;this.clear();this.value=value;this.timeout=this.onFired.delay(this.options.delay,this);},setValue:function(value){this.value=value;this.element.set('value',value);return this.clear();},onFired:function(){this.fireEvent('onFired',[this.value,this.element]);},clear:function(){$clear(this.timeout||null);return this;},pause:function(){if(this.timer)$clear(this.timer);else this.element.removeEvent('keyup',this.bound);return this.clear();},resume:function(){this.value=this.element.get('value');if(this.options.periodical)this.timer=this.changed.periodical(this.options.periodical,this);else this.element.addEvent('keyup',this.bound);return this;}});var $equals=function(obj1,obj2){return(obj1==obj2||JSON.encode(obj1)==JSON.encode(obj2));};;window.addEvent('domready',function(){$$('input.input_text_dynamic').each(function(item){new mInputTextToggler(item);});$$('.without_subnavi').each
(function(item)
{var img=item.getFirst();img.addEvents({'mouseover':function(e)
{var e=new Event(e).stop();this.src_old=this.src;if(!this.src.match(/_h.gif/))
{this.src=this.src_old.replace(/.gif/,'_h.gif');}},'mouseout':function(e)
{var e=new Event(e).stop();this.src=this.src_old;}});});new TurflonSubNavi('service','sub_nav_service');new TurflonSubNavi('unternehmen','sub_nav_unternehmen');new TurflonSubNavi('restaurant','sub_nav_restaurant');Cufon.replace('span.produktpreis, .artikellink span',{'fontFamily':'Futura Md BT','letterSpacing':'-2px','textShadow':'0px 1px #FFF'});Cufon.replace('.breadcrumb_text, .introductiontitle',{'fontFamily':'Myriad Pro','textShadow':'1px 1px #FFF'});Cufon.replace('#footer h3',{'fontFamily':'Myriad Pro','textShadow':'0px 1px #FFF'});Cufon.replace('#menu h1',{'fontFamily':'Myriad Pro','textShadow':'-1px 1px #FFF'});window.addEvent('domready',function()
{if($('spezial'))new mChanger('spezial');if($('service_teaser'))new mChanger('service_teaser',{duration:9000});});if($('suchbegriff'))
{var searchInput=$('suchbegriff');completer=new Autocompleter.Ajax.Json(searchInput,'/sortiment/autocomplete.html',{'onHide':function()
{$('suchform').submit();},'useSelection':false});}});;var Popup=new Class({initialize:function(titel,img_path,link,width,height,popup_bereiche_id)
{if(!Cookie.read(popup_bereiche_id+img_path))
{var popup=new Element('div');this.popup=popup;var headline=new Element('h1');headline.set('text',titel);var width_b=width-30;headline.setStyles
({'width':width_b+'px'})
var x=new Element('a');x.href='#';x.set('text','X');x.addEvent
('click',function(e)
{var e=new Event(e).stop();this.popup.destroy();}.bind(this))
var img_a=new Element('a');if(link.contains('http'))
{img_a.set('target','_blank');}
img_a.href=link;var img=new Element('img');img.src=img_path;img.injectInside(img_a);headline.injectInside(popup);x.injectInside(popup);img_a.injectInside(popup);height=height+30;popup.setStyles({'width':width+'px','height':height+'px'});popup.addClass('popup');popup.injectInside($('wrapper'));Cookie.write(popup_bereiche_id+img_path,false,{path:'/',duration:1});}}});
