/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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("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}})());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}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2004 Process Type Foundry. All rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"214,-8v-92,37,-199,-15,-199,-112v0,-97,105,-147,199,-112r-5,17v-80,-26,-172,4,-172,95v0,91,91,123,172,96","w":237},{"d":"206,-57v1,69,-122,73,-183,43v1,-5,3,-11,5,-17v45,22,157,28,156,-26v0,-21,-11,-30,-73,-57v-63,-28,-81,-44,-81,-77v0,-63,113,-57,169,-41r-4,17v-47,-10,-144,-26,-144,24v0,23,11,33,76,62v66,30,79,45,79,72","w":227},{"d":"62,-12v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-8,6,-16,15,-16v9,0,16,8,16,16xm62,-154v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-16,15,-16v9,0,16,7,16,16","w":92},{"d":"248,-14v-95,43,-223,8,-223,-106v0,-73,43,-123,104,-123v92,0,70,94,72,177r-16,0r0,-18v-25,44,-84,11,-84,-37v0,-28,15,-58,48,-58v15,0,30,8,37,20v2,-41,-8,-71,-57,-71v-54,0,-89,46,-89,110v0,64,46,110,113,110v30,0,62,-5,91,-15xm185,-121v0,-24,-12,-45,-34,-45v-22,0,-34,20,-34,45v0,25,12,44,34,44v23,0,34,-20,34,-44","w":262},{"d":"191,0r-144,0v-6,0,-11,-5,-11,-11r0,-229r22,0r0,221r133,0r0,19","w":201},{"d":"191,0r-144,0v-6,0,-11,-5,-11,-11r0,-229r22,0r0,221r133,0r0,19","w":201},{"d":"197,-221r-139,0r0,87r121,0v12,0,11,19,0,19r-121,0r0,115r-22,0r0,-229v0,-6,5,-11,11,-11r150,0r0,19","w":212},{"d":"248,-133v14,0,12,19,0,19r-36,0r0,102v-63,27,-189,25,-189,-56v0,-24,14,-49,42,-58v-64,-37,-39,-117,58,-117v19,0,46,3,61,7r-2,17v-52,-11,-130,-9,-130,40v0,24,21,46,54,46r142,0xm192,-24r0,-90r-93,0v-35,0,-54,21,-54,46v-1,61,96,59,147,44","w":262},{"d":"50,-156r-18,0r0,-84r18,0r0,84","w":82},{"d":"194,-81r-171,84r0,-17r150,-73r-150,-74r0,-17r171,84r0,13"},{"d":"143,42r-17,0r-104,-285r17,0","w":164},{"d":"239,-40v-63,83,-224,41,-224,-80v0,-106,117,-149,209,-107r-5,17v-84,-35,-182,-4,-182,90v0,99,120,136,180,75r0,-58r22,0r0,63","w":267},{"d":"63,-152r-6,97r-10,0r-6,-97r0,-88r22,0r0,88xm68,-12v0,9,-7,16,-16,16v-9,0,-16,-7,-16,-16v0,-9,7,-16,16,-16v9,0,16,7,16,16","w":104},{"d":"235,0r-25,0r-64,-103r-88,0r0,103r-22,0r0,-229v0,-6,5,-11,11,-11r101,0v87,-3,98,119,20,135xm199,-171v0,-65,-80,-47,-141,-49r0,98v61,-2,141,16,141,-49","w":257},{"d":"59,0r-21,0r0,-240r21,0r0,240","w":97},{"d":"300,-240r-68,235v-2,9,-18,10,-20,1r-60,-196r-60,196v-2,8,-17,8,-20,-1r-68,-235r21,0v0,0,56,199,57,199r61,-194v2,-8,16,-8,18,0r60,194r58,-199r21,0","w":303},{"w":79},{"d":"235,0r-25,0r-64,-103r-88,0r0,103r-22,0r0,-229v0,-6,5,-11,11,-11r101,0v87,-3,98,119,20,135xm199,-171v0,-65,-80,-47,-141,-49r0,98v61,-2,141,16,141,-49","w":257},{"d":"98,45v-21,-3,-57,9,-62,-10r0,-309v4,-19,42,-6,62,-10r0,17r-41,0r0,295r41,0r0,17","w":105},{"d":"217,0r-28,0r-131,-114r0,114r-22,0r0,-240r22,0r0,108r122,-108r29,0r-132,117","w":222},{"d":"82,-256r-17,0r-42,-44r25,0","w":107},{"d":"216,0r-184,0v-7,0,-13,-9,-8,-16r160,-205r-157,0r0,-19r177,0v8,0,13,10,8,17r-160,204r164,0r0,19","w":234},{"d":"133,-229v-8,92,34,228,-68,229r-45,0r0,-18r44,0v33,0,47,-23,47,-50r0,-152r-78,0v-12,0,-13,-20,0,-20r89,0v6,0,11,5,11,11","w":165},{"d":"241,-161r-21,0v-12,-38,-44,-63,-85,-63v-56,0,-98,42,-98,103v0,90,95,127,184,95r4,18v-100,37,-210,-13,-210,-113v0,-70,49,-122,121,-122v52,0,93,33,105,82","w":262},{"d":"251,0r-21,0r0,-197r-78,125v-4,7,-13,7,-17,0r-78,-125r0,197r-21,0r0,-232v0,-10,14,-13,20,-4r87,140r87,-140v5,-10,21,-6,21,4r0,232","w":286},{"d":"196,-86v0,5,-4,9,-9,9r-69,0r0,77r-18,0r0,-77r-70,0v-5,0,-8,-4,-8,-9v0,-5,3,-8,8,-8r70,0r0,-78r18,0r0,78r69,0v5,0,9,3,9,8","w":217},{"d":"184,3r-171,-84r0,-13r171,-84r0,17r-149,74r149,73r0,17"},{"d":"94,51v-34,4,-56,-10,-56,-39r0,-104v3,-21,-21,-11,-25,-25v2,-14,29,-3,25,-24v8,-61,-30,-154,56,-143r0,17v-21,-1,-36,2,-35,24r0,100v0,13,-6,25,-26,26v20,1,26,14,26,27r0,100v0,21,14,26,35,24r0,17","w":96},{"d":"206,-8v-67,24,-183,16,-183,-61v0,-24,13,-48,43,-57v-66,-38,-39,-117,63,-117v23,0,54,3,75,8r-3,17v-54,-11,-150,-17,-150,39v0,43,57,51,108,46v5,0,10,4,10,9v-6,20,-47,10,-70,10v-35,0,-55,20,-55,45v2,68,98,60,158,45","w":232},{"d":"239,-40v-63,83,-224,41,-224,-80v0,-106,117,-149,209,-107r-5,17v-84,-35,-182,-4,-182,90v0,99,120,136,180,75r0,-58r22,0r0,63","w":267},{"d":"97,-156r-18,0r0,-84r18,0r0,84xm50,-156r-18,0r0,-84r18,0r0,84","w":129},{"d":"217,0r-22,0r0,-114r-137,0r0,114r-22,0r0,-240r22,0r0,106r137,0r0,-106r22,0r0,240","w":253},{"d":"221,0r-22,0r-28,-68r-115,0r-28,68r-22,0r99,-236v2,-8,15,-8,18,0xm165,-86r-51,-123r-51,123r102,0","w":227},{"d":"206,-57v1,69,-122,73,-183,43v1,-5,3,-11,5,-17v45,22,157,28,156,-26v0,-21,-11,-30,-73,-57v-63,-28,-81,-44,-81,-77v0,-63,113,-57,169,-41r-4,17v-47,-10,-144,-26,-144,24v0,23,11,33,76,62v66,30,79,45,79,72","w":227},{"d":"222,-67v0,36,-29,67,-75,67r-100,0v-6,0,-11,-4,-11,-10r0,-219v0,-6,5,-11,11,-11r83,0v81,-6,101,84,43,114v28,6,49,31,49,59xm200,-67v0,-58,-83,-45,-142,-46r0,94v60,-1,142,13,142,-48xm185,-177v2,-53,-73,-44,-127,-44r0,89v56,0,125,9,127,-45","w":236},{"d":"251,0r-21,0r0,-197r-78,125v-4,7,-13,7,-17,0r-78,-125r0,197r-21,0r0,-232v0,-10,14,-13,20,-4r87,140r87,-140v5,-10,21,-6,21,4r0,232","w":286},{"d":"218,-171v0,37,-27,70,-73,70r-87,0r0,101r-22,0r0,-229v0,-6,5,-11,11,-11r98,0v47,0,73,32,73,69xm196,-171v0,-64,-77,-49,-138,-50r0,101v62,-1,138,14,138,-51","w":226},{"d":"220,-86v0,47,-32,90,-94,90v-62,0,-94,-43,-94,-90r0,-154r22,0v7,94,-31,226,72,225v45,0,73,-30,73,-70r0,-155r21,0r0,154","w":252},{"d":"143,-243r-104,285r-17,0r104,-285r17,0","w":164},{"d":"197,-57v0,34,-28,58,-79,59v-2,14,5,37,-9,37v-14,0,-6,-24,-8,-37v-27,-1,-56,-8,-78,-17r5,-16v39,19,148,28,148,-25v0,-17,-9,-29,-69,-58v-57,-28,-77,-44,-77,-76v0,-33,24,-51,77,-52v1,-13,-5,-33,9,-33v14,0,8,21,9,34v21,1,47,5,65,10r-3,17v-39,-10,-135,-20,-135,22v0,24,11,34,70,63v58,28,75,43,75,72","w":218},{"d":"63,-12v0,9,-8,16,-17,16v-9,0,-15,-7,-15,-16v0,-9,6,-16,15,-16v9,0,17,7,17,16","w":93},{"d":"222,-67v0,36,-29,67,-75,67r-100,0v-6,0,-11,-4,-11,-10r0,-219v0,-6,5,-11,11,-11r83,0v81,-6,101,84,43,114v28,6,49,31,49,59xm200,-67v0,-58,-83,-45,-142,-46r0,94v60,-1,142,13,142,-48xm185,-177v2,-53,-73,-44,-127,-44r0,89v56,0,125,9,127,-45","w":236},{"d":"227,0r-24,0r-86,-105r-86,105r-24,0r98,-120r-97,-120r23,0r86,104r86,-104r24,0r-98,120","w":234},{"d":"192,-220r-83,0r0,220r-21,0r0,-220r-83,0r0,-20r187,0r0,20","w":197},{"d":"256,-120v0,93,-102,157,-180,105r42,85v3,5,1,11,-4,14v-5,2,-11,0,-14,-5v-27,-66,-83,-116,-83,-199v0,-70,51,-123,120,-123v69,0,119,53,119,123xm235,-120v0,-61,-41,-104,-98,-104v-57,0,-98,43,-98,104v0,61,41,105,98,105v57,0,98,-44,98,-105","w":273},{"d":"216,-240r-98,141r0,99r-21,0r0,-99r-97,-141r22,0r86,123r85,-123r23,0","w":215},{"d":"220,-86v0,47,-32,90,-94,90v-62,0,-94,-43,-94,-90r0,-154r22,0v7,94,-31,226,72,225v45,0,73,-30,73,-70r0,-155r21,0r0,154","w":252},{"d":"54,72r-14,0r0,-360r14,0r0,360","w":93},{"d":"69,35v-4,19,-42,6,-62,10r0,-17r41,0r0,-295r-41,0r0,-17v21,3,57,-9,62,10r0,309","w":105},{"d":"221,0r-22,0r-28,-68r-115,0r-28,68r-22,0r99,-236v2,-8,15,-8,18,0xm165,-86r-51,-123r-51,123r102,0","w":227},{"d":"59,0r-21,0r0,-240r21,0r0,240","w":97},{"d":"102,-90r-82,0r0,-20r82,0r0,20","w":121},{"d":"218,-171v0,37,-27,70,-73,70r-87,0r0,101r-22,0r0,-229v0,-6,5,-11,11,-11r98,0v47,0,73,32,73,69xm196,-171v0,-64,-77,-49,-138,-50r0,101v62,-1,138,14,138,-51","w":226},{"d":"216,0r-184,0v-7,0,-13,-9,-8,-16r160,-205r-157,0r0,-19r177,0v8,0,13,10,8,17r-160,204r164,0r0,19","w":234},{"d":"215,-240r-98,236v-3,8,-15,8,-18,0r-97,-236r21,0r85,207r85,-207r22,0","w":216},{"d":"232,-120v0,81,-80,131,-185,120v-6,0,-11,-5,-11,-11r0,-218v2,-19,35,-11,54,-11v83,0,142,53,142,120xm210,-120v0,-73,-69,-109,-152,-100r0,201v84,8,152,-27,152,-101","w":246},{"d":"157,-240v8,0,12,8,9,15r-107,225r-22,0r106,-221r-129,0r0,-19r143,0","w":180},{"d":"228,-9v0,10,-13,15,-19,7r-152,-200r0,202r-21,0r0,-232v-1,-9,14,-13,19,-6r152,200r0,-202r21,0r0,231","w":263},{"d":"257,-120v0,70,-51,124,-120,124v-69,0,-120,-54,-120,-124v0,-70,51,-123,120,-123v69,0,120,53,120,123xm235,-120v0,-61,-41,-104,-98,-104v-57,0,-98,43,-98,104v0,61,41,105,98,105v57,0,98,-44,98,-105","w":274},{"d":"138,-155r-9,17r-46,-30r4,54r-19,0r5,-54r-45,30r-10,-17r49,-22r-49,-22r10,-17r45,31r-5,-55r19,0r-4,55r46,-31r9,17r-49,22","w":155},{"d":"162,-113v-5,18,-22,40,-44,40v-27,0,-43,-25,-65,-25v-15,0,-24,14,-30,27r-13,-6v6,-19,22,-40,44,-40v27,0,44,25,66,25v15,0,23,-13,29,-26","w":172},{"d":"87,0r-21,0r0,-221r-57,0r0,-19r68,0v6,0,10,5,10,11r0,229","w":127},{"d":"196,-120v0,68,-28,124,-87,124v-59,0,-86,-56,-86,-124v0,-68,27,-123,86,-123v59,0,87,55,87,123xm174,-120v0,-58,-20,-105,-65,-105v-45,0,-64,47,-64,105v0,58,19,105,64,105v45,0,65,-47,65,-105","w":219},{"d":"186,-69v0,40,-31,73,-87,73v-26,0,-50,-4,-72,-12r5,-16v22,6,43,9,66,9v47,0,67,-26,67,-53v0,-50,-63,-52,-119,-49v-5,0,-9,-5,-9,-10r0,-102v0,-6,5,-11,11,-11r126,0r0,19r-116,0r0,85v68,-6,128,11,128,67","w":208},{"d":"159,-190v0,40,-31,86,-77,134r-11,-11v39,-41,68,-89,68,-121v0,-49,-74,-39,-114,-27r-3,-17v49,-18,137,-18,137,42xm89,-12v0,9,-8,16,-16,16v-9,0,-15,-7,-15,-16v0,-8,6,-16,15,-16v8,0,16,8,16,16","w":181},{"d":"141,12r-141,0r0,-8r141,0r0,8","w":140},{"d":"169,0r-21,0r0,-58r-122,0v-6,0,-13,-7,-9,-14r77,-168r23,0r-76,164r107,0r0,-68r21,0r0,144","w":205},{"d":"152,-118r-18,0r-52,-102r-52,102r-17,0r64,-122r10,0","w":164},{"d":"180,0r-146,0v-9,0,-13,-12,-6,-17r88,-99v22,-25,39,-46,39,-68v0,-51,-83,-46,-120,-29r-6,-17v17,-7,42,-13,68,-13v101,0,91,81,43,131v-28,29,-42,49,-83,94r123,0r0,18","w":208},{"d":"232,-120v0,81,-80,131,-185,120v-6,0,-11,-5,-11,-11r0,-218v2,-19,35,-11,54,-11v83,0,142,53,142,120xm210,-120v0,-73,-69,-109,-152,-100r0,201v84,8,152,-27,152,-101","w":246},{"d":"181,-67v0,66,-99,87,-160,59r5,-16v49,18,133,10,133,-43v0,-42,-44,-53,-94,-49v-8,0,-14,-9,-8,-16v5,-5,84,-89,84,-89r-108,0r0,-19r130,0v9,0,13,11,7,17r-84,88v56,-3,95,25,95,68","w":205},{"d":"31,-274v71,86,73,243,0,329r-15,-9v67,-102,66,-209,0,-311","w":118},{"d":"300,-240r-68,235v-2,9,-18,10,-20,1r-60,-196r-60,196v-2,8,-17,8,-20,-1r-68,-235r21,0v0,0,56,199,57,199r61,-194v2,-8,16,-8,18,0r60,194r58,-199r21,0","w":303},{"d":"43,-28v35,2,0,56,-1,68r-12,0r11,-37v-8,-1,-14,-7,-14,-15v0,-9,7,-16,16,-16","w":89},{"d":"216,-240r-98,141r0,99r-21,0r0,-99r-97,-141r22,0r86,123r85,-123r23,0","w":215},{"d":"228,-9v0,10,-13,15,-19,7r-152,-200r0,202r-21,0r0,-232v-1,-9,14,-13,19,-6r152,200r0,-202r21,0r0,231","w":263},{"d":"225,-163r-3,14r-45,0r-12,53r45,0r-4,14r-45,0r-19,82r-15,0r18,-82r-63,0r-19,82r-15,0r19,-82r-49,0r3,-14r49,0r12,-53r-49,0r4,-14r48,0r18,-77r16,0r-18,77r63,0r18,-77r16,0r-18,77r45,0xm161,-149r-63,0r-12,53r63,0","w":239},{"d":"257,-120v0,70,-51,124,-120,124v-69,0,-120,-54,-120,-124v0,-70,51,-123,120,-123v69,0,120,53,120,123xm235,-120v0,-61,-41,-104,-98,-104v-57,0,-98,43,-98,104v0,61,41,105,98,105v57,0,98,-44,98,-105","w":274},{"d":"133,-229v-8,92,34,228,-68,229r-45,0r0,-18r44,0v33,0,47,-23,47,-50r0,-152r-78,0v-12,0,-13,-20,0,-20r89,0v6,0,11,5,11,11","w":165},{"d":"188,-171v0,47,-73,141,-85,171r-23,0r61,-110v-52,25,-121,-5,-121,-62v0,-36,30,-71,84,-71v53,0,84,35,84,72xm167,-172v0,-30,-24,-53,-63,-53v-39,0,-63,24,-63,53v0,28,23,53,63,53v39,0,63,-24,63,-53"},{"d":"19,-68v0,-49,73,-140,85,-172r23,0r-60,111v51,-25,121,6,121,62v0,36,-31,71,-84,71v-53,0,-85,-35,-85,-72xm167,-67v0,-28,-23,-53,-63,-53v-39,0,-63,24,-63,53v0,30,24,53,63,53v39,0,63,-24,63,-53"},{"d":"147,-129v74,27,53,133,-39,133v-92,0,-114,-105,-40,-133v-60,-30,-33,-114,40,-114v74,0,97,84,39,114xm171,-67v0,-28,-24,-51,-63,-51v-39,0,-64,23,-64,51v0,31,25,53,64,53v39,0,63,-22,63,-53xm160,-181v0,-27,-22,-45,-52,-45v-30,0,-53,18,-53,45v0,25,18,45,53,45v34,0,52,-21,52,-45","w":214},{"w":79},{"d":"217,0r-28,0r-131,-114r0,114r-22,0r0,-240r22,0r0,108r122,-108r29,0r-132,117","w":222},{"d":"217,0r-22,0r0,-114r-137,0r0,114r-22,0r0,-240r22,0r0,106r137,0r0,-106r22,0r0,240","w":253},{"d":"211,-235r-3,17v-53,-10,-151,-19,-151,39v0,43,56,51,107,46v5,0,10,4,10,9v-6,20,-47,10,-70,10v-65,0,-54,56,-54,114r-22,0v1,-60,-11,-111,43,-126v-64,-39,-40,-117,63,-117v23,0,55,3,77,8","w":223},{"d":"73,-243v73,1,74,122,0,123v-73,-1,-72,-122,0,-123xm221,-120v72,1,73,122,0,123v-73,-1,-72,-122,0,-123xm112,-181v0,-24,-13,-48,-39,-48v-26,0,-38,24,-38,48v0,24,12,47,38,47v26,0,39,-23,39,-47xm260,-58v0,-24,-14,-47,-39,-47v-26,0,-39,23,-39,47v0,24,13,47,39,47v25,0,39,-23,39,-47xm219,-240r-127,240r-17,0r128,-240r16,0","w":299},{"d":"176,-110r-154,0r0,-17r154,0r0,17xm176,-43r-154,0r0,-17r154,0r0,17","w":197},{"d":"192,-220r-83,0r0,220r-21,0r0,-220r-83,0r0,-20r187,0r0,20","w":197},{"d":"215,-240r-98,236v-3,8,-15,8,-18,0r-97,-236r21,0r85,207r85,-207r22,0","w":216},{"d":"257,-120v0,67,-45,118,-109,123v-4,22,10,60,-11,65v-20,-5,-6,-44,-10,-65v-64,-5,-110,-56,-110,-123v0,-70,51,-123,120,-123v69,0,120,53,120,123xm235,-120v0,-61,-41,-104,-98,-104v-57,0,-98,43,-98,104v0,61,41,105,98,105v57,0,98,-44,98,-105","w":274},{"d":"102,46r-14,9v-74,-86,-73,-242,-1,-329r15,9v-65,102,-65,209,0,311","w":118},{"d":"75,-125v10,0,11,16,0,16v-11,0,-17,5,-17,17v0,61,29,154,-56,143r0,-17v21,2,36,-3,35,-24r0,-100v0,-13,7,-26,26,-27v-19,-1,-26,-13,-26,-26r0,-100v0,-22,-14,-25,-35,-24r0,-17v34,-3,56,9,56,38r0,105v0,12,6,16,17,16","w":95},{"d":"45,-28v35,2,0,56,-1,68r-13,0r11,-37v-8,-1,-13,-7,-13,-15v0,-9,7,-16,16,-16xm61,-154v0,9,-7,16,-16,16v-9,0,-15,-7,-15,-16v0,-9,6,-16,15,-16v9,0,16,7,16,16","w":91},{"d":"227,0r-24,0r-86,-105r-86,105r-24,0r98,-120r-97,-120r23,0r86,104r86,-104r24,0r-98,120","w":234},{"d":"197,0r-150,0v-6,0,-11,-5,-11,-11r0,-218v0,-6,5,-11,11,-11r148,0r0,19r-137,0r0,87r119,0v12,0,11,19,0,19r-119,0r0,96r139,0r0,19","w":221}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+274-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("WK3>GZ!S#?7nWj:cLZ%CvKv7yP!>3Z7nyPBC#?Fo3-8g2|S5xlO(xKUOF52oJ:U@3C%CdyL@L1XN21Md?P9b?Zh61dg84P-&yjB,x-!5GyM-yj8f;fBIL&%3LyUL2?f9w&hPF$Ln1Ch+O1X>J>8Sy6BfOC:y;&:mvP7Wm12IvQ9v35w7-%3FW&Sc?Qw5;o!NGK:SWjv5WdUhJ1Xg@XMj$Q%K&vBW;O!mJxFd1w-?y23#G@L4Ebe56f:Zo,h_ug9nYNUC|S>PlI`(c87+)$>5;oXgG$>N;ZU:GZLS#jUoJ?vn35`oG&:N#&O74lSc#?2,25`Y#|SYy5b)moLlL>NnW18,J|hoGl3eyj`gGP!eG&UoGl3eyj`53dff;PfnLK-|LjegGP!eLK:YG5`,Gl!SGZ%93dfh3Z7CW$9hJKNcWC9hW?LG2>9hy-S7@%9hyyShWjfb")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":207,"face":{"font-family":"LocatorCufon","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"0 -300 300 84.7664","underline-thickness":"7.2","underline-position":"-47.88","stemh":"19","stemv":"22","unicode-range":"U+0020-U+007E"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2004 Process Type Foundry. All rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"226,0r-33,0r-25,-62r-105,0r-25,62r-33,0r97,-233v5,-12,23,-12,28,0xm159,-87r-43,-108r-43,108r86,0","w":231},{"d":"106,-87r-88,0r0,-27r88,0r0,27","w":124},{"d":"237,-120v1,84,-80,129,-186,120v-9,0,-16,-7,-16,-16r0,-208v0,-23,33,-16,55,-16v87,0,147,48,147,120xm204,-120v0,-69,-62,-97,-137,-91r0,182v75,5,137,-21,137,-91","w":249},{"d":"228,0r-33,0r0,-109r-128,0r0,109r-32,0r0,-240r32,0r0,102r128,0r0,-102r33,0r0,240","w":262},{"d":"243,-159r-33,0v-11,-34,-39,-55,-75,-55v-51,0,-88,38,-88,93v0,84,90,113,172,87r6,27v-100,35,-211,-13,-211,-114v0,-69,48,-122,123,-122v51,0,94,34,106,84","w":262},{"d":"71,-151v0,12,-10,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,21,9,21,21xm71,-17v0,12,-10,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,21,9,21,21","w":100},{"d":"135,-224v-7,93,33,226,-72,225r-45,0r0,-27r45,0v29,0,39,-21,39,-46r0,-139v-27,-4,-80,13,-80,-14v0,-8,6,-15,14,-15r83,0v9,0,16,7,16,16","w":165},{"d":"48,-38v42,7,3,60,-4,85r-18,0r16,-44v-23,-4,-19,-45,6,-41","w":97},{"d":"215,-235r-4,27v-55,-8,-142,-20,-144,32v-1,42,59,41,106,39v8,0,14,6,14,14v0,26,-50,10,-76,14v-63,-3,-52,53,-52,109r-32,0v1,-58,-10,-109,39,-126v-63,-41,-28,-117,68,-117v24,0,56,3,81,8","w":226},{"d":"258,-120v0,70,-50,124,-121,124v-71,0,-121,-54,-121,-124v0,-69,50,-123,121,-123v71,0,121,54,121,123xm225,-120v0,-55,-36,-94,-88,-94v-52,0,-88,39,-88,94v0,55,36,95,88,95v52,0,88,-40,88,-95"},{"d":"242,-46v-18,29,-56,50,-99,50v-71,0,-129,-52,-129,-124v0,-101,118,-150,212,-108r-8,25v-78,-30,-171,-4,-171,83v0,91,112,123,164,67r0,-58r31,0r0,65","w":269},{"d":"258,-120v0,85,-85,150,-165,113r37,74v4,8,1,18,-7,22v-8,4,-17,1,-20,-7v-8,-21,-88,-142,-87,-202v0,-69,51,-123,121,-123v70,0,121,54,121,123xm225,-120v0,-55,-36,-94,-88,-94v-52,0,-88,39,-88,94v0,55,36,95,88,95v52,0,88,-40,88,-95"},{"d":"225,-167v0,39,-29,73,-76,73r-82,0r0,94r-32,0r0,-224v0,-9,7,-16,16,-16r98,0v47,0,76,34,76,73xm192,-167v-1,-57,-70,-43,-125,-44r0,88v55,-2,125,14,125,-44","w":232},{"d":"179,-108r-159,0r0,-25r159,0r0,25xm179,-36r-159,0r0,-25r159,0r0,25","w":199},{"d":"179,0r-32,0r0,-53r-117,0v-11,1,-19,-9,-14,-20r77,-167r33,0r-74,159r95,0r0,-63r32,0r0,144","w":213},{"d":"194,-78r-172,81r0,-24r140,-66r-140,-66r0,-25r172,82r0,18","w":205},{"d":"135,-224v-7,93,33,226,-72,225r-45,0r0,-27r45,0v29,0,39,-21,39,-46r0,-139v-27,-4,-80,13,-80,-14v0,-8,6,-15,14,-15r83,0v9,0,16,7,16,16","w":165},{"d":"160,-114v-6,19,-22,43,-46,43v-26,0,-43,-24,-62,-24v-14,0,-21,14,-26,25r-17,-7v6,-20,22,-44,45,-44v26,0,43,24,62,24v14,0,22,-13,27,-25","w":168},{"d":"69,0r-33,0r0,-240r33,0r0,240","w":105},{"d":"111,-148r-24,0r0,-92r24,0r0,92xm55,-148r-24,0r0,-92r24,0r0,92","w":142},{"d":"201,-211r-80,0r0,211r-33,0r0,-211r-81,0r0,-29r194,0r0,29","w":208},{"d":"212,-7v-70,22,-189,14,-189,-63v0,-23,14,-46,40,-56v-63,-42,-30,-117,68,-117v22,0,53,2,79,8r-3,27v-51,-8,-143,-20,-143,32v0,42,58,41,104,39v8,0,15,6,15,14v0,26,-49,14,-75,14v-32,0,-52,15,-52,39v2,60,97,49,151,37","w":236},{"d":"107,45v-25,-3,-72,11,-72,-15r0,-299v3,-26,47,-11,72,-15r0,26r-40,0r0,277r40,0r0,26","w":113},{"d":"90,-256r-23,0r-45,-45r34,0","w":113},{"d":"151,42r-27,0r-104,-285r27,0","w":171},{"d":"78,30v-2,27,-47,11,-72,15r0,-26r41,0r0,-277r-41,0r0,-26v25,4,72,-12,72,15r0,299","w":113},{"d":"150,15r-150,0r0,-11r150,0r0,11","w":149},{"d":"188,0r-151,0v-14,1,-18,-16,-10,-25r92,-96v20,-21,33,-41,33,-58v0,-48,-87,-40,-120,-27r-6,-25v58,-23,157,-14,157,52v0,23,-13,43,-32,66v-20,23,-39,43,-80,86r117,0r0,27","w":214},{"d":"271,-123v0,21,-30,13,-49,14r0,98v-69,25,-199,25,-199,-58v0,-23,14,-47,39,-57v-61,-42,-30,-117,66,-117v18,0,42,2,63,6r-4,26v-49,-7,-127,-11,-123,34v6,66,126,32,193,40v8,0,14,6,14,14xm192,-32r0,-77v-54,1,-136,-12,-136,40v0,52,91,50,136,37","w":274},{"d":"260,0r-31,0r0,-178r-69,111v-4,9,-22,8,-25,-1r-69,-110r0,178r-31,0r0,-226v-1,-16,20,-21,28,-9r84,133r84,-133v7,-12,29,-8,29,8r0,227","w":294},{"d":"156,-118r-26,0r-46,-95r-48,95r-25,0r64,-122r18,0","w":166},{"d":"213,0r-177,0v-12,0,-20,-13,-12,-24r143,-187r-141,0r0,-29r170,0v11,-1,20,14,12,25r-144,186r149,0r0,29","w":230},{"d":"258,-120v0,64,-43,116,-105,123v-3,25,10,67,-16,67v-26,0,-13,-43,-16,-67v-62,-8,-105,-59,-105,-123v0,-69,50,-123,121,-123v71,0,121,54,121,123xm225,-120v0,-55,-36,-94,-88,-94v-52,0,-88,39,-88,94v0,55,36,95,88,95v52,0,88,-40,88,-95"},{"d":"198,0r-147,0v-9,0,-16,-7,-16,-16r0,-224r32,0r0,211r131,0r0,29","w":207},{"d":"228,-91v0,50,-35,95,-98,95v-64,0,-99,-45,-99,-95r0,-149r33,0v7,87,-30,216,66,215v40,0,65,-26,65,-65r0,-150r33,0r0,149","w":259},{"d":"159,-240v12,0,19,12,13,22r-103,218r-33,0r102,-212r-125,0r0,-28r146,0","w":185},{"d":"234,-167r-5,20r-45,0r-12,50r46,0r-5,20r-45,0r-18,77r-22,0r18,-77r-60,0r-18,77r-22,0r18,-77r-47,0r4,-20r48,0r11,-50r-47,0r4,-20r48,0r17,-73r22,0r-17,73r59,0r17,-73r22,0r-17,73r46,0xm162,-147r-60,0r-11,50r59,0","w":246},{"d":"227,-69v0,38,-32,69,-78,69r-98,0v-9,0,-16,-7,-16,-16r0,-208v6,-31,65,-13,97,-16v80,-9,104,80,48,113v28,8,47,31,47,58xm193,-69v0,-53,-74,-39,-126,-40r0,82v53,-1,126,13,126,-42xm178,-175v0,-46,-65,-37,-111,-37r0,76v48,0,111,8,111,-39","w":239},{"d":"242,0r-38,0r-59,-97r-78,0r0,97r-32,0r0,-224v0,-9,7,-16,16,-16r102,0v85,-4,103,118,27,138xm197,-168v0,-58,-75,-41,-130,-43r0,85v55,-3,130,16,130,-42","w":263},{"d":"229,0r-36,0r-75,-96r-74,96r-37,0r93,-120r-92,-120r36,0r74,95r74,-95r36,0r-92,120","w":236},{"d":"99,-117v-2,20,-35,5,-31,33v-5,65,26,150,-68,135r0,-24v21,1,36,0,36,-22v0,-50,-21,-118,35,-122v-56,-3,-35,-72,-35,-121v0,-22,-15,-23,-36,-22r0,-24v39,-4,68,6,68,40r0,95v-4,28,27,13,31,32","w":109},{"d":"224,-240r-95,233v-5,12,-23,12,-28,0r-96,-233r32,0r78,190r77,-190r32,0","w":229},{"d":"72,-240v2,63,-3,120,-9,176r-15,0r-9,-98r0,-78r33,0xm77,-17v0,12,-10,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,21,9,21,21","w":111},{"d":"228,0r-33,0r0,-109r-128,0r0,109r-32,0r0,-240r32,0r0,102r128,0r0,-102r33,0r0,240","w":262},{"d":"198,0r-147,0v-9,0,-16,-7,-16,-16r0,-224r32,0r0,211r131,0r0,29","w":207},{"d":"194,-168v0,53,-69,130,-86,168r-35,0r60,-105v-52,22,-115,-11,-115,-65v0,-39,32,-73,87,-73v57,0,89,35,89,75xm162,-171v0,-27,-23,-44,-57,-44v-35,0,-55,19,-55,45v0,24,16,44,55,44v36,0,57,-20,57,-45","w":211},{"d":"232,0r-44,0r-121,-109r0,109r-32,0r0,-240r32,0r0,102r114,-102r44,0r-130,117","w":235},{"d":"197,-86v-6,24,-51,7,-76,12r0,74r-25,0r0,-74r-64,0v-7,0,-12,-5,-12,-12v6,-23,51,-8,76,-12r0,-74r25,0r0,74v26,4,69,-11,76,12","w":217},{"d":"216,-240r-91,142r0,98r-33,0r0,-98r-92,-142r33,0r75,114r75,-114r33,0","w":216},{"d":"69,0r-33,0r0,-240r33,0r0,240","w":105},{"d":"237,-120v1,84,-80,129,-186,120v-9,0,-16,-7,-16,-16r0,-208v0,-23,33,-16,55,-16v87,0,147,48,147,120xm204,-120v0,-69,-62,-97,-137,-91r0,182v75,5,137,-21,137,-91","w":249},{"d":"303,-240r-64,230v-3,14,-25,16,-29,2r-56,-175r-55,175v-4,14,-26,12,-30,-2r-64,-230r32,0r49,177r54,-169v4,-13,25,-13,28,0r54,169r49,-177r32,0","w":308},{"d":"216,-240r-91,142r0,98r-33,0r0,-98r-92,-142r33,0r75,114r75,-114r33,0","w":216},{"d":"234,-14v0,14,-20,22,-29,10r-139,-180r0,184r-31,0r0,-226v-1,-14,19,-22,28,-11r139,180r0,-183r32,0r0,226","w":268},{"d":"260,0r-31,0r0,-178r-69,111v-4,9,-22,8,-25,-1r-69,-110r0,178r-31,0r0,-226v-1,-16,20,-21,28,-9r84,133r84,-133v7,-12,29,-8,29,8r0,227","w":294},{"d":"258,-120v0,70,-50,124,-121,124v-71,0,-121,-54,-121,-124v0,-69,50,-123,121,-123v71,0,121,54,121,123xm225,-120v0,-55,-36,-94,-88,-94v-52,0,-88,39,-88,94v0,55,36,95,88,95v52,0,88,-40,88,-95"},{"d":"144,-152r-12,21r-44,-29r5,52r-25,0r4,-52r-43,29r-12,-21r47,-22r-47,-21r12,-22r43,30r-4,-53r25,0r-5,53r44,-30r12,22r-48,21","w":160},{"d":"215,-233r-8,26v-76,-24,-159,7,-159,87v0,80,81,112,159,87r7,26v-94,35,-200,-16,-200,-113v0,-97,105,-146,201,-113","w":236},{"d":"229,0r-36,0r-75,-96r-74,96r-37,0r93,-120r-92,-120r36,0r74,95r74,-95r36,0r-92,120","w":236},{"d":"151,-243r-104,285r-27,0r104,-285r27,0","w":171},{"d":"110,51v-39,4,-68,-6,-68,-40r0,-95v4,-28,-28,-13,-31,-33v3,-19,35,-4,31,-32v5,-65,-26,-150,68,-135r0,24v-21,-1,-37,0,-37,22v0,49,21,118,-34,121v56,4,34,73,34,122v0,22,16,23,37,22r0,24","w":109},{"d":"96,0r-32,0r0,-212r-56,0r0,-28v30,5,88,-14,88,16r0,224","w":134},{"d":"200,-120v0,67,-27,124,-89,124v-62,0,-89,-57,-89,-124v0,-67,27,-123,89,-123v62,0,89,56,89,123xm168,-120v0,-51,-15,-96,-57,-96v-42,0,-57,45,-57,96v0,51,15,96,57,96v42,0,57,-45,57,-96","w":221},{"d":"213,0r-177,0v-12,0,-20,-13,-12,-24r143,-187r-141,0r0,-29r170,0v11,-1,20,14,12,25r-144,186r149,0r0,29","w":230},{"d":"253,-15v-27,12,-64,19,-99,19v-72,0,-130,-50,-130,-124v0,-73,44,-123,107,-123v93,0,71,95,73,179r-21,0r0,-16v-28,40,-84,7,-84,-41v0,-28,16,-59,49,-59v17,0,27,8,36,18v2,-38,-9,-63,-53,-63v-54,0,-87,43,-87,105v0,60,43,106,110,106v31,0,64,-6,94,-17xm183,-121v0,-23,-11,-41,-31,-41v-20,0,-31,18,-31,41v0,23,11,41,31,41v20,0,31,-18,31,-41","w":266},{"d":"201,-61v0,39,-31,61,-79,63v-1,16,4,38,-12,38v-17,0,-13,-22,-13,-39v-26,-1,-49,-7,-75,-17r8,-24v41,17,138,28,139,-19v0,-15,-9,-25,-67,-52v-53,-25,-74,-41,-74,-74v0,-37,26,-54,77,-56v0,-16,-4,-37,12,-37v16,0,13,21,13,37v22,1,47,6,65,11r-5,25v-35,-9,-129,-21,-129,19v0,19,12,27,67,53v57,27,73,41,73,72","w":221},{"d":"55,-148r-24,0r0,-92r24,0r0,92","w":86},{"d":"226,0r-33,0r-25,-62r-105,0r-25,62r-33,0r97,-233v5,-12,23,-12,28,0xm159,-87r-43,-108r-43,108r86,0","w":231},{"w":79},{"d":"211,-60v-1,77,-125,74,-189,46r8,-26v42,18,149,30,149,-18v0,-18,-16,-27,-72,-53v-56,-26,-78,-43,-78,-75v0,-70,117,-62,176,-46r-5,27v-38,-10,-139,-23,-138,18v0,19,12,28,71,55v62,28,78,42,78,72","w":231},{"d":"130,-181v0,32,-21,63,-57,63v-36,0,-56,-31,-56,-63v0,-32,20,-62,56,-62v36,0,57,30,57,62xm284,-59v0,32,-21,62,-57,62v-36,0,-57,-30,-57,-62v0,-32,21,-63,57,-63v36,0,57,31,57,63xm226,-240r-129,240r-23,0r129,-240r23,0xm107,-181v0,-22,-11,-43,-34,-43v-23,0,-34,21,-34,43v0,22,11,43,34,43v23,0,34,-21,34,-43xm261,-59v0,-22,-11,-43,-34,-43v-23,0,-34,21,-34,43v0,22,11,43,34,43v23,0,34,-21,34,-43","w":305},{"d":"211,-60v-1,77,-125,74,-189,46r8,-26v42,18,149,30,149,-18v0,-18,-16,-27,-72,-53v-56,-26,-78,-43,-78,-75v0,-70,117,-62,176,-46r-5,27v-38,-10,-139,-23,-138,18v0,19,12,28,71,55v62,28,78,42,78,72","w":231},{"d":"228,-91v0,50,-35,95,-98,95v-64,0,-99,-45,-99,-95r0,-149r33,0v7,87,-30,216,66,215v40,0,65,-26,65,-65r0,-150r33,0r0,149","w":259},{"d":"234,-14v0,14,-20,22,-29,10r-139,-180r0,184r-31,0r0,-226v-1,-14,19,-22,28,-11r139,180r0,-183r32,0r0,226","w":268},{"d":"232,0r-44,0r-121,-109r0,109r-32,0r0,-240r32,0r0,102r114,-102r44,0r-130,117","w":235},{"w":79},{"d":"303,-240r-64,230v-3,14,-25,16,-29,2r-56,-175r-55,175v-4,14,-26,12,-30,-2r-64,-230r32,0r49,177r54,-169v4,-13,25,-13,28,0r54,169r49,-177r32,0","w":308},{"d":"107,44r-20,11v-74,-87,-73,-241,-1,-329r21,11v-60,101,-60,206,0,307","w":121},{"d":"193,-71v0,42,-34,75,-94,75v-26,0,-52,-4,-73,-12r6,-25v45,17,135,11,128,-37v4,-44,-60,-45,-111,-43v-8,0,-14,-6,-14,-14r0,-97v0,-9,8,-16,17,-16r127,0r0,28r-112,0r0,71v69,-6,126,13,126,70","w":213},{"d":"171,-184v0,34,-28,76,-77,121r-17,-19v31,-30,62,-70,62,-100v0,-45,-76,-35,-114,-25r-5,-25v56,-19,151,-17,151,48xm105,-17v0,12,-8,21,-20,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,20,9,20,21","w":191},{"d":"225,-167v0,39,-29,73,-76,73r-82,0r0,94r-32,0r0,-224v0,-9,7,-16,16,-16r98,0v47,0,76,34,76,73xm192,-167v-1,-57,-70,-43,-125,-44r0,88v55,-2,125,14,125,-44","w":232},{"d":"242,0r-38,0r-59,-97r-78,0r0,97r-32,0r0,-224v0,-9,7,-16,16,-16r102,0v85,-4,103,118,27,138xm197,-168v0,-58,-75,-41,-130,-43r0,85v55,-3,130,16,130,-42","w":263},{"d":"50,-124v8,-21,80,-82,81,-88r-99,0r0,-28r133,0v14,-1,19,15,10,24r-75,79v53,-3,86,27,89,68v4,68,-105,90,-170,60r7,-24v48,16,131,14,131,-35v0,-38,-47,-44,-92,-41v-10,0,-15,-8,-15,-15","w":211},{"d":"49,-38v43,6,4,60,-4,85r-18,0r17,-44v-22,-3,-20,-45,5,-41xm70,-151v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":99},{"d":"157,-129v71,32,43,133,-47,133v-91,0,-120,-101,-47,-133v-56,-34,-26,-114,47,-114v73,0,103,79,47,114xm166,-69v0,-24,-20,-44,-56,-44v-36,0,-56,20,-56,44v0,27,21,47,56,47v34,0,56,-20,56,-47xm155,-178v0,-23,-18,-40,-45,-40v-28,0,-46,17,-46,40v0,23,17,40,46,40v28,0,45,-18,45,-40","w":219},{"d":"242,-46v-18,29,-56,50,-99,50v-71,0,-129,-52,-129,-124v0,-101,118,-150,212,-108r-8,25v-78,-30,-171,-4,-171,83v0,91,112,123,164,67r0,-58r31,0r0,65","w":269},{"d":"204,-211r-137,0r0,73r110,0v8,0,15,7,15,15v0,8,-7,14,-15,14r-110,0r0,109r-32,0r0,-224v0,-9,7,-16,16,-16r153,0r0,29","w":219},{"d":"227,-69v0,38,-32,69,-78,69r-98,0v-9,0,-16,-7,-16,-16r0,-208v6,-31,65,-13,97,-16v80,-9,104,80,48,113v28,8,47,31,47,58xm193,-69v0,-53,-74,-39,-126,-40r0,82v53,-1,126,13,126,-42xm178,-175v0,-46,-65,-37,-111,-37r0,76v48,0,111,8,111,-39","w":239},{"d":"18,-71v0,-53,68,-131,85,-169r36,0r-60,105v54,-20,115,12,115,66v0,37,-33,73,-88,73v-56,0,-88,-35,-88,-75xm162,-69v0,-24,-19,-45,-56,-45v-36,0,-56,20,-56,45v0,27,22,45,56,45v35,0,56,-19,56,-45","w":211},{"d":"60,72r-22,0r0,-360r22,0r0,360","w":98},{"d":"224,-240r-95,233v-5,12,-23,12,-28,0r-96,-233r32,0r78,190r77,-190r32,0","w":229},{"d":"201,0r-150,0v-9,0,-16,-7,-16,-16r0,-208v0,-9,7,-16,16,-16r148,0r0,29r-132,0r0,73r108,0v8,0,14,7,14,15v0,8,-6,14,-14,14r-108,0r0,80r134,0r0,29","w":224},{"d":"36,-274v72,88,73,242,-1,329r-20,-11v60,-101,60,-206,0,-307","w":121},{"d":"201,-211r-80,0r0,211r-33,0r0,-211r-81,0r0,-29r194,0r0,29","w":208},{"d":"71,-17v0,12,-10,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,21,9,21,21","w":100},{"d":"184,3r-173,-81r0,-18r173,-82r0,25r-141,66r141,66r0,24","w":205}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+228-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("JoO^kfy)6>#pJ9NLhf7DSoS#;4y^Of#p;4@D6>+lOVGse0)!K5^v5ogn6!}fk4h}2q))`cWX5V1!VoVke7}2;VGD@c^CCN7sht2del@x?;eT6v1[5DQO6>+iC>[QtDWq>71EC0v1>c|c@472ht|1et{t@;yVtfs(VD(|{9qv7o3S@J,gyY`K+5t&V>;eO6k2hC?(T!dcNfl]Ww-sQpE1}D0)^4ix[nLG#Xr^`^{5g0sx+)O9yl}>+5N),d1!,ly1koN)J9S!J5}W`t|s2q^!,l|skq^1,f}Nkfh)69}l`>SpO![lk3N163g#Ci)L6>e]e![E60)E;!(rYlhih^1pJtG]`0WlkiOT;9[sk4yTk3}lkiOT;9[!O5cc,4cphoV0h9Tsk4yThoNEk![]kiy)kf7QO5cWOf#DJqQW`o1LJDQWJ>hke^QW;V)#27QW;;)WJ9c(")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":273,"face":{"font-family":"LocatorCufon","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"0 -301 303 90.764","underline-thickness":"7.2","underline-position":"-47.88","stemh":"29","stemv":"33","unicode-range":"U+0020-U+007E"}}));
;


    // on dom ready
    jQuery(document).ready(function () {

/*
        if (jQuery.browser.msie) document.getElementById('secondary-menu').style.display = 'none';
 
        // make cufon do its work
 //       Cufon.replace('#logo');
        Cufon.replace('#main-menu-links a');
        Cufon.replace('#secondary-menu a');

        // IE cufon helper
        Cufon.now();
        
        if (jQuery.browser.msie) document.getElementById('secondary-menu').style.display = 'block';
*/

        jQuery("#block-views-folders-block-2 a.button.folder, #block-views-folders-block-3 a.button, #block-views-folders-block-1 a.button.folder, #block-views-folders-block a.button.folder").fancybox({
            'width'			: 970,
            'height'			: 676,
            'autoScale'			: false,
            'transitionIn'		: 'none',
            'transitionOut'		: 'none',
            'type'			: 'iframe'
        });

        jQuery("#block-views-folders-block-2 a.button.video, #block-views-folders-block-1 a.button.video, #block-views-folders-block a.button.video").fancybox({
            'width'			: 640,
            'height'			: 365,
            'autoScale'			: false,
            'transitionIn'		: 'none',
            'transitionOut'		: 'none',
            'type'			: 'iframe'
        });

        // first fetch URLs before running fancybox
        if (jQuery("#block-views-opruiming-block")) {
            jQuery.each(jQuery('#block-views-opruiming-block div.views-field-field-opruiming-image a'), function(index, link) {
                jQuery(link).attr('href', jQuery(link).parentsUntil('.view-content').last().find('div.views-field-field-opruiming-image-1 img').first().attr('src')); 
            });
        }
        jQuery("#block-views-opruiming-block div.views-field-field-opruiming-image a").fancybox();


    });

;

