(function(b){var m,u,x,g,D,i,z,A,B,p=0,e={},q=[],n=0,c={},j=[],E=null,s=new Image,G=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,S=/[^\.]\.(swf)\s*$/i,H,I=1,k,l,h=false,y=b.extend(b("<div/>")[0],{prop:0}),v=0,O=!b.support.opacity&&!window.XMLHttpRequest,J=function(){u.hide();s.onerror=s.onload=null;E&&E.abort();m.empty()},P=function(){b.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})},K=function(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]},T=function(){var a=K(),d={},f=c.margin,o=c.autoScale,t=(20+f)*2,w=(20+f)*2,r=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-40;o=false}else d.width=c.width+r;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-40;o=false}else d.height=c.height+r;if(o&&(d.width>a[0]-t||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){t+=r;w+=r;o=Math.min(Math.min(a[0]-t,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-r))+r;d.height=Math.round(o*(d.height-r))+r}else{d.width=Math.min(d.width,a[0]-t);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+40))*0.5;d.left=a[2]+(a[0]-(d.width+40))*0.5;if(c.autoScale===false){d.top=Math.max(a[3]+f,d.top);d.left=Math.max(a[2]+f,d.left)}return d},U=function(a){if(a&&a.length)switch(c.titlePosition){case"inside":return a;case"over":return'<span id="fancybox-title-over">'+
a+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+a+'</span><span id="fancybox-title-right"></span></span>'}return false},V=function(){var a=c.title,d=l.width-c.padding*2,f="fancybox-title-"+c.titlePosition;b("#fancybox-title").remove();v=0;if(c.titleShow!==false){a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):U(a);if(!(!a||a==="")){b('<div id="fancybox-title" class="'+f+'" />').css({width:d,paddingLeft:c.padding,paddingRight:c.padding}).html(a).appendTo("body");switch(c.titlePosition){case"inside":v=b("#fancybox-title").outerHeight(true)-c.padding;l.height+=v;break;case"over":b("#fancybox-title").css("bottom",c.padding);break;default:b("#fancybox-title").css("bottom",b("#fancybox-title").outerHeight(true)*-1);break}b("#fancybox-title").appendTo(D).hide()}}},W=function(){b(document).unbind("keydown.fb").bind("keydown.fb",function(a){if(a.keyCode==27&&c.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if(a.keyCode==37){a.preventDefault();b.fancybox.prev()}else if(a.keyCode==39){a.preventDefault();b.fancybox.next()}});if(b.fn.mousewheel){g.unbind("mousewheel.fb");j.length>1&&g.bind("mousewheel.fb",function(a,d){a.preventDefault();h||d===0||(d>0?b.fancybox.prev():b.fancybox.next())})}if(c.showNavArrows){if(c.cyclic&&j.length>1||n!==0)A.show();if(c.cyclic&&j.length>1||n!=j.length-1)B.show()}},X=function(){var a,d;if(j.length-1>n){a=j[n+1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}if(n>0){a=j[n-1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}},L=function(){i.css("overflow",c.scrolling=="auto"?c.type=="image"||c.type=="iframe"||c.type=="swf"?"hidden":"auto":c.scrolling=="yes"?"auto":"visible");if(!b.support.opacity){i.get(0).style.removeAttribute("filter");g.get(0).style.removeAttribute("filter")}b("#fancybox-title").show();c.hideOnContentClick&&i.one("click",b.fancybox.close);c.hideOnOverlayClick&&x.one("click",b.fancybox.close);c.showCloseButton&&z.show();W();b(window).bind("resize.fb",b.fancybox.center);c.centerOnScroll?b(window).bind("scroll.fb",b.fancybox.center):b(window).unbind("scroll.fb");b.isFunction(c.onComplete)&&c.onComplete(j,n,c);h=false;X()},M=function(a){var d=Math.round(k.width+(l.width-k.width)*a),f=Math.round(k.height+(l.height-k.height)*a),o=Math.round(k.top+(l.top-k.top)*a),t=Math.round(k.left+(l.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:t+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+v*a),0);i.css({width:d+"px",height:f+"px"});if(typeof l.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)},Y=function(a){var d=a.offset();d.top+=parseFloat(a.css("paddingTop"))||0;d.left+=parseFloat(a.css("paddingLeft"))||0;d.top+=parseFloat(a.css("border-top-width"))||0;d.left+=parseFloat(a.css("border-left-width"))||0;d.width=a.width();d.height=a.height();return d},Q=function(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Y(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-20,left:a.left-c.padding-
20}}else{a=K();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d},N=function(){u.hide();if(g.is(":visible")&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){b.event.trigger("fancybox-cancel");h=false;return}j=q;n=p;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){O&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});x.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}l=T();V();if(g.is(":visible")){b(z.add(A).add(B)).hide();var a=g.position(),d;k={top:a.top,left:a.left,width:g.width(),height:g.height()};d=k.width==l.width&&k.height==l.height;i.fadeOut(c.changeFade,function(){var f=function(){i.html(m.contents()).fadeIn(c.changeFade,L)};b.event.trigger("fancybox-change");i.empty().css("overflow","hidden");if(d){i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)});f()}else{i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)});y.prop=0;b(y).animate({prop:1},{duration:c.changeSpeed,easing:c.easingChange,step:M,complete:f})}})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=Q();i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).html(m.contents());g.css(k).show();if(c.opacity)l.opacity=0;y.prop=0;b(y).animate({prop:1},{duration:c.speedIn,easing:c.easingIn,step:M,complete:L})}else{i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)}).html(m.contents());g.css(l).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}},F=function(){m.width(e.width);m.height(e.height);if(e.width=="auto")e.width=m.width();if(e.height=="auto")e.height=m.height();N()},Z=function(){h=true;e.width=s.width;e.height=s.height;b("<img />").attr({id:"fancybox-img",src:s.src,alt:e.title}).appendTo(m);N()},C=function(){J();var a=q[p],d,f,o,t,w;e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));o=a.title||b(a).title||e.title||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(o===""&&e.orig)o=e.orig.attr("alt");d=a.nodeName&&/^(?:javascript|#)/i.test(a.href)?e.href||null:e.href||a.href||null;if(e.type){f=e.type;if(!d)d=e.content}else if(e.content)f="html";else if(d)if(d.match(G))f="image";else if(d.match(S))f="swf";else if(b(a).hasClass("iframe"))f="iframe";else if(d.match(/#/)){a=d.substr(d.indexOf("#"));f=b(a).length>0?"inline":"ajax"}else f="ajax";else f="inline";e.type=f;e.href=d;e.title=o;if(e.autoDimensions&&e.type!=="iframe"&&e.type!=="swf"){e.width="auto";e.height="auto"}if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=false;e.enableEscapeButton=false;e.showCloseButton=false}if(b.isFunction(e.onStart))if(e.onStart(q,p,e)===false){h=false;return}m.css("padding",20+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case"html":m.html(e.content);F();break;case"inline":b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(i.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case"image":h=false;b.fancybox.showActivity();s=new Image;s.onerror=function(){P()};s.onload=function(){s.onerror=null;s.onload=null;Z()};s.src=d;break;case"swf":t='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';w="";b.each(e.swf,function(r,R){t+='<param name="'+r+'" value="'+R+'"></param>';w+=" "+r+'="'+R+'"'});t+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";m.html(t);F();break;case"ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];if(typeof f=="string")f+="&selector="+a[1];else f.selector=a[1]}h=false;b.fancybox.showActivity();E=b.ajax(b.extend(e.ajax,{url:d,data:f,error:P,success:function(r){if(E.status==200){m.html(r);F()}}}));break;case"iframe":b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" scrolling="'+e.scrolling+'" src="'+e.href+'"></iframe>').appendTo(m);N();break}},$=function(){if(u.is(":visible")){b("div",u).css("top",I*-40+"px");I=(I+1)%12}else clearInterval(H)},aa=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),u=b('<div id="fancybox-loading"><div></div></div>'),x=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));if(!b.support.opacity){g.addClass("fancybox-ie");u.addClass("fancybox-ie")}D=b('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(g);D.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),A=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),B=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);u.click(b.fancybox.cancel);A.click(function(a){a.preventDefault();b.fancybox.prev()});B.click(function(a){a.preventDefault();b.fancybox.next()});if(O){x.get(0).style.setExpression("height","document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");u.get(0).style.setExpression("top","(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");D.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}};b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];p=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");p=q.index(this)}C();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;d=typeof d!=="undefined"?d:{};q=[];p=d.index||0;if(b.isArray(a)){for(var f=0,o=a.length;f<o;f++)if(typeof a[f]=="object")b(a[f]).data("fancybox",b.extend({},d,a[f]));else a[f]=b({}).data("fancybox",b.extend({content:a[f]},d));q=jQuery.merge(q,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},d,a));else a=b({}).data("fancybox",b.extend({content:a},d));q.push(a)}if(p>q.length||p<0)p=0;C()}};b.fancybox.showActivity=function(){clearInterval(H);u.show();H=setInterval($,66)};b.fancybox.hideActivity=function(){u.hide()};b.fancybox.next=function(){return b.fancybox.pos(n+1)};b.fancybox.prev=function(){return b.fancybox.pos(n-
1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a,10);if(a>-1&&j.length>a){p=a;C()}if(c.cyclic&&j.length>1&&a<0){p=j.length-1;C()}if(c.cyclic&&j.length>1&&a>=j.length){p=0;C()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");J();e&&b.isFunction(e.onCancel)&&e.onCancel(q,p,e);h=false}};b.fancybox.close=function(){function a(){x.fadeOut("fast");g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=p=0;c=e={};h=false}
if(!(h||g.is(":hidden"))){h=true;if(c&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){h=false;return}J();b(z.add(A).add(B)).hide();b("#fancybox-title").remove();g.add(i).add(x).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=Q();var d=g.position();l={top:d.top,left:d.left,width:g.width(),height:g.height()};if(c.opacity)l.opacity=1;y.prop=1;b(y).animate({prop:0},{duration:c.speedOut,easing:c.easingOut,step:M,complete:a})}else g.fadeOut(c.transitionOut=="none"?0:c.speedOut,a)}};b.fancybox.resize=function(){var a,d;if(!(h||g.is(":hidden"))){h=true;a=i.wrapInner("<div style='overflow:auto'></div>").children();d=a.height();g.css({height:d+c.padding*2+v});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=K(),d=c.margin,f={};f.top=a[3]+(a[1]-(g.height()-v+40))*0.5;f.left=a[2]+(a[0]-(g.width()+40))*0.5;f.top=Math.max(a[3]+d,f.top);f.left=Math.max(a[2]+
d,f.left);g.css(f);h=false};b.fn.fancybox.defaults={padding:10,margin:20,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.3,overlayColor:"#666",titleShow:true,titlePosition:"outside",titleFormat:null,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};b(document).ready(function(){aa()})})(jQuery);;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:
 * Copyright (c) 1986, 1992, 1995 Adobe Systems Incorporated.  All Rights
 * Reserved.ITC Franklin Gothic is a registered trademark of International Typeface
 * Corporation.
 */
Cufon.registerFont({"w":216,"face":{"font-family":"MyFont","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-27 -273 292 90","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108},"\u00a0":{"w":108},"\"":{"d":"128,-247v2,35,-4,62,-10,89r-14,0v-6,-27,-12,-54,-10,-89r34,0xm71,-247v2,35,-4,62,-10,89r-14,0v-6,-27,-12,-54,-10,-89r34,0","w":165},"#":{"d":"80,-97r48,0r10,-57r-48,0xm108,-247r-13,70r48,0r13,-70r24,0r-12,70r35,0r0,23r-41,0r-9,57r38,0r0,22r-44,0r-14,75r-24,0r14,-75r-48,0r-15,75r-23,0r13,-75r-37,0r0,-22r43,0r10,-57r-40,0r0,-23r45,0r13,-70r24,0"},"$":{"d":"99,-219v-42,-4,-57,58,-16,70v5,2,11,3,16,4r0,-74xm121,-33v49,6,62,-63,17,-75v-6,-2,-11,-3,-17,-4r0,79xm195,-74v0,42,-32,64,-74,66r0,35r-22,0r0,-35v-38,-4,-68,-22,-78,-56r25,-10v8,23,26,39,53,41r0,-84v-35,-7,-68,-22,-68,-61v0,-42,31,-59,68,-65r0,-30r22,0r0,30v35,3,58,18,69,48r-24,8v-6,-18,-24,-30,-45,-32r0,78v40,6,74,24,74,67"},"%":{"d":"60,-140v41,-1,41,-91,0,-92v-42,1,-39,91,0,92xm9,-186v0,-36,15,-65,51,-65v36,0,52,30,52,65v0,36,-16,64,-52,64v-35,0,-51,-28,-51,-64xm192,-15v42,-1,39,-91,-1,-92v-40,1,-41,92,1,92xm140,-60v0,-36,15,-65,51,-65v68,0,69,129,1,129v-35,0,-52,-28,-52,-64xm38,0r150,-247r26,0r-150,247r-26,0","w":252},"&":{"d":"182,-38v9,14,28,14,50,11r0,26v-30,5,-56,-2,-68,-20v-42,45,-152,27,-149,-48v2,-43,31,-62,63,-75v-9,-16,-23,-30,-23,-54v0,-34,22,-53,55,-53v34,0,58,18,58,53v0,35,-26,50,-52,62r52,79v17,-21,28,-47,33,-78r27,5v-8,36,-24,68,-46,92xm111,-228v-45,1,-25,58,-8,75v18,-9,41,-17,41,-44v1,-17,-16,-31,-33,-31xm46,-71v0,55,73,65,104,32r-60,-87v-22,11,-44,22,-44,55","w":244},"'":{"d":"71,-247v2,35,-4,62,-10,89r-14,0v-6,-27,-12,-54,-10,-89r34,0","w":108},"(":{"d":"90,-247v-57,80,-61,221,0,309r-18,0v-31,-38,-54,-92,-54,-155v0,-63,23,-115,53,-154r19,0","w":108},")":{"d":"90,-93v0,63,-23,117,-54,155r-18,0v61,-88,58,-228,0,-309r19,0v30,40,53,90,53,154","w":108},"*":{"d":"117,-157r3,62r-22,0r3,-62r-53,33r-11,-18r55,-29r-55,-29r11,-18r53,33r-3,-62r22,0r-3,62r52,-33r10,18r-56,29r56,29r-10,18"},"+":{"d":"120,-197r0,81r81,0r0,24r-81,0r0,81r-24,0r0,-81r-81,0r0,-24r81,0r0,-81r24,0"},",":{"d":"77,-4r-27,50r-16,0r22,-46r-19,0r0,-41r40,0r0,37","w":108,"k":{" ":18}},"-":{"d":"77,-81r-77,0r0,-23r77,0r0,23","w":79},"\u00ad":{"d":"77,-81r-77,0r0,-23r77,0r0,23","w":79},".":{"d":"76,0r-40,0r0,-41r40,0r0,41","w":108},"\/":{"d":"15,62r-24,0r149,-309r25,0","w":187},"0":{"d":"46,-125v0,52,12,105,63,105v49,0,61,-50,61,-98v0,-53,-11,-109,-64,-109v-49,0,-60,52,-60,102xm106,-251v129,-1,127,252,3,255v-126,-1,-128,-252,-3,-255"},"1":{"d":"33,-188v29,-14,57,-34,76,-59r22,0r0,224r69,0r0,23r-173,0r0,-23r74,0r0,-187v-20,21,-41,39,-68,53r0,-31"},"2":{"d":"18,-178v5,-92,175,-99,175,1v0,85,-87,105,-136,151r136,0r0,26r-175,0r0,-26r100,-78v20,-19,44,-36,44,-73v0,-32,-25,-49,-56,-49v-34,0,-57,22,-59,56"},"3":{"d":"166,-69v-1,-45,-47,-49,-94,-47r0,-24v44,3,84,-3,85,-43v1,-60,-103,-53,-109,-3r-28,-8v16,-72,169,-80,169,10v0,31,-22,47,-48,54v32,6,56,24,57,61v2,83,-133,93,-172,39v-6,-8,-11,-16,-15,-26r29,-10v7,59,126,63,126,-3"},"4":{"d":"134,-223r-90,142r90,0r0,-142xm134,0r0,-58r-122,0r0,-20r113,-169r39,0r0,166r40,0r0,23r-40,0r0,58r-30,0"},"5":{"d":"169,-84v4,-68,-95,-75,-116,-25r-25,-5r8,-133r147,0r-3,27r-121,0r-6,79v44,-50,146,-21,146,57v0,102,-159,115,-182,29r27,-9v10,26,27,43,60,43v41,0,63,-23,65,-63"},"6":{"d":"52,-76v0,34,26,55,60,55v35,0,59,-23,59,-58v0,-36,-23,-58,-57,-58v-36,0,-62,24,-62,61xm16,-117v0,-73,28,-134,101,-134v41,0,69,22,79,55r-28,8v-6,-34,-59,-48,-88,-26v-25,19,-36,57,-35,102v13,-27,35,-49,74,-49v50,0,81,31,81,80v0,53,-37,85,-88,85v-68,0,-96,-54,-96,-121"},"7":{"d":"191,-228v-47,58,-87,125,-88,228r-31,0v1,-98,41,-165,87,-220r-134,0r3,-27r163,0r0,19"},"8":{"d":"166,-188v1,-55,-110,-53,-110,-2v0,29,28,40,53,47v24,-9,56,-14,57,-45xm13,-63v0,-39,30,-53,58,-65v-24,-9,-46,-27,-46,-59v0,-46,40,-64,86,-64v45,0,82,19,82,62v0,32,-23,47,-48,57v28,12,57,27,58,66v1,96,-190,92,-190,3xm43,-64v0,62,130,59,130,2v0,-36,-39,-44,-68,-53v-28,7,-62,17,-62,51"},"9":{"d":"46,-166v0,34,23,56,59,55v36,-1,60,-23,60,-57v0,-36,-23,-57,-60,-57v-37,0,-59,22,-59,59xm199,-129v0,72,-27,133,-99,133v-39,0,-68,-18,-78,-50r25,-9v8,32,59,44,88,23v24,-18,38,-59,35,-98v-13,25,-37,44,-72,44v-50,0,-81,-31,-81,-81v0,-53,35,-84,85,-84v70,0,97,52,97,122"},":":{"d":"76,-142r-40,0r0,-41r40,0r0,41xm76,0r-40,0r0,-41r40,0r0,41","w":108},";":{"d":"77,-142r-40,0r0,-41r40,0r0,41xm77,-4r-27,50r-16,0r22,-46r-19,0r0,-41r40,0r0,37","w":108},"\u037e":{"d":"77,-142r-40,0r0,-41r40,0r0,41xm77,-4r-27,50r-16,0r22,-46r-19,0r0,-41r40,0r0,37","w":108},"<":{"d":"196,-162r-142,58r142,59r0,22r-176,-75r0,-12r176,-74r0,22"},"=":{"d":"15,-81r186,0r0,24r-186,0r0,-24xm15,-150r186,0r0,23r-186,0r0,-23"},">":{"d":"196,-98r-176,75r0,-22r141,-59r-141,-58r0,-22r176,74r0,12"},"?":{"d":"112,0r-36,0r0,-35r36,0r0,35xm101,-251v71,0,108,82,53,123v-21,17,-57,19,-48,67r-26,0v-5,-42,10,-65,39,-77v17,-7,31,-19,30,-43v-1,-29,-21,-44,-50,-44v-35,0,-51,23,-56,53r-27,-6v6,-44,35,-73,85,-73","w":194},"@":{"d":"152,-169v-43,0,-71,86,-19,96v32,-6,41,-38,44,-74v-2,-13,-9,-22,-25,-22xm152,-189v19,0,29,11,35,26r7,-19r23,0r-29,95v1,8,6,12,14,13v33,-6,51,-37,51,-74v0,-52,-47,-82,-103,-82v-67,0,-113,53,-113,121v0,75,87,109,162,81r9,19v-105,42,-222,-26,-188,-149v31,-111,249,-127,255,7v3,56,-30,99,-86,96v-13,-1,-22,-8,-24,-21v-21,35,-91,22,-87,-31v4,-46,29,-82,74,-82","w":288},"A":{"d":"98,-214r-39,119r76,0xm199,0r-32,0r-25,-72r-91,0r-22,72r-26,0r80,-247r35,0","w":201,"k":{"y":4,"w":5,"v":7,"Y":31,"W":14,"V":20,"T":23,"Q":5,"O":5,"G":5,"C":5}},"B":{"d":"207,-68v2,82,-95,68,-178,68r0,-247v76,1,169,-15,170,60v0,30,-18,51,-43,56v30,8,50,28,51,63xm168,-183v0,-46,-59,-40,-108,-39r0,81v50,0,108,9,108,-42xm176,-69v1,-54,-59,-50,-116,-48r0,91v52,-1,116,9,116,-43","w":223},"C":{"d":"116,-22v39,0,54,-29,63,-61r28,6v-13,45,-35,81,-91,81v-71,0,-93,-60,-101,-130v-14,-127,167,-175,192,-46r-29,6v-8,-31,-23,-59,-61,-59v-94,0,-92,203,-1,203","w":223},"D":{"d":"192,-124v-1,-57,-25,-99,-85,-97r-45,0r0,195v83,9,131,-22,130,-98xm224,-124v0,68,-33,124,-105,124r-88,0r0,-247r78,0v77,0,115,50,115,123","w":237,"k":{"Y":14,"W":7,"V":7,"A":7,".":14,",":14}},"E":{"d":"190,0r-159,0r0,-247r156,0r0,27r-125,0r0,78r99,0r0,25r-99,0r0,90r128,0r0,27","w":201},"F":{"d":"30,0r0,-247r151,0r0,27r-121,0r0,78r100,0r0,25r-100,0r0,117r-30,0","w":172,"k":{"r":11,"o":7,"i":-9,"e":7,"a":14,"A":25,".":45,",":45}},"G":{"d":"122,-22v45,1,65,-29,62,-77r-61,0r0,-26r93,0r0,127r-19,0r-8,-31v-14,21,-38,33,-69,33v-70,0,-103,-55,-103,-125v0,-73,34,-130,107,-130v50,0,78,29,89,71r-29,8v-5,-30,-29,-54,-62,-53v-55,1,-71,48,-71,103v0,53,19,99,71,100","w":237},"H":{"d":"176,0r0,-117r-114,0r0,117r-31,0r0,-247r31,0r0,103r114,0r0,-103r31,0r0,247r-31,0","w":237},"I":{"d":"31,0r0,-247r31,0r0,247r-31,0","w":93},"J":{"d":"6,-27v41,11,91,1,79,-54r0,-166r31,0r0,166v7,68,-47,98,-110,80r0,-26","w":144},"K":{"d":"192,0r-74,-136r-56,70r0,66r-31,0r0,-247r31,0r0,143r111,-143r34,0r-67,86r86,161r-34,0","w":223,"k":{"y":14,"u":5,"o":7,"e":7,"O":9}},"L":{"d":"176,0r-146,0r0,-247r31,0r0,220r115,0r0,27","w":180,"k":{"y":9,"Y":47,"W":25,"V":40,"T":25}},"M":{"d":"267,0r-31,0r-1,-216r-78,216r-21,0r-80,-216r-2,0r0,216r-26,0r0,-247r47,0r74,198r73,-198r45,0r0,247","w":295},"N":{"d":"210,0r-30,0r-126,-215r0,215r-26,0r0,-247r39,0r117,201r0,-201r26,0r0,247","w":237},"O":{"d":"50,-121v0,52,17,99,69,99v94,0,94,-203,1,-203v-54,0,-70,50,-70,104xm220,-126v0,70,-30,130,-101,130v-71,0,-102,-56,-102,-126v0,-71,31,-129,102,-129v70,0,101,56,101,125","w":237,"k":{"Y":27,"X":9,"W":13,"V":18,".":27,",":27}},"P":{"d":"159,-173v0,-52,-52,-50,-105,-48r0,95v52,2,105,5,105,-47xm190,-173v0,68,-62,79,-136,73r0,100r-31,0r0,-247r83,0v52,-1,84,25,84,74","w":201,"k":{"o":9,"e":9,"a":9,"A":18,".":126,",":126}},"Q":{"d":"119,4v-70,-4,-103,-54,-103,-126v0,-72,32,-127,103,-129v130,-5,133,230,25,251v-4,34,31,35,61,30r0,24v-41,13,-89,-3,-86,-50xm119,-225v-53,0,-70,51,-70,104v0,52,16,99,68,99v55,0,71,-46,71,-101v0,-54,-17,-102,-69,-102","w":237},"R":{"d":"173,-178v0,-52,-62,-41,-113,-42r0,88v54,1,113,8,113,-46xm204,-178v0,32,-20,57,-46,64r49,114r-33,0r-45,-107r-69,0r0,107r-31,0r0,-247v82,-1,175,-12,175,69","w":223,"k":{"Y":7,"W":7,"V":7,"O":4}},"S":{"d":"164,-132v78,32,38,146,-48,136v-55,-6,-85,-26,-101,-71r28,-6v6,67,156,68,129,-10v-32,-48,-141,-12,-144,-100v-2,-67,90,-84,138,-52v15,10,26,25,33,45r-28,7v-5,-50,-113,-62,-113,-4v0,50,67,39,106,55","w":223},"T":{"d":"105,0r-30,0r0,-220r-71,0r0,-27r172,0r0,27r-71,0r0,220","w":180,"k":{"y":36,"w":36,"u":36,"r":36,"o":36,"e":36,"a":36,"A":23,".":54,"-":14,",":54}},"U":{"d":"65,-54v25,55,127,31,110,-37r0,-156r26,0r0,156v3,60,-30,94,-85,95v-58,1,-86,-33,-86,-95r0,-156r31,0r1,181","w":230},"V":{"d":"116,0r-30,0r-83,-247r32,0r69,204r68,-204r27,0","w":201,"k":{"u":13,"o":22,"i":-9,"e":22,"a":18,"O":7,"G":11,"A":20,".":54,",":54}},"W":{"d":"233,0r-31,0r-54,-192r-50,192r-32,0r-62,-247r31,0r50,200r53,-200r24,0r57,200r46,-200r27,0","w":295,"k":{"u":11,"o":14,"e":14,"a":20,"O":7,"A":14,".":27,",":27}},"X":{"d":"114,-134r79,134r-35,0r-63,-105r-64,105r-29,0r79,-128r-71,-119r35,0r54,91r55,-91r29,0","w":194},"Y":{"d":"116,-104r0,104r-31,0r0,-104r-82,-143r36,0r65,114r67,-114r28,0","w":201,"k":{"u":22,"o":36,"e":36,"a":29,"O":22,"A":31,".":63,",":63}},"Z":{"d":"184,0r-174,0r0,-27r134,-194r-128,0r0,-26r164,0r0,21r-135,199r139,0r0,27","w":194},"[":{"d":"23,62r0,-309r64,0r0,18r-39,0r0,271r39,0r0,20r-64,0","w":108},"\\":{"d":"194,62r-24,0r-149,-309r24,0","w":187},"]":{"d":"85,62r-64,0r0,-20r39,0r0,-271r-39,0r0,-18r64,0r0,309","w":108},"^":{"d":"100,-247r16,0r63,154r-22,0r-49,-120r-49,120r-22,0"},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"`":{"d":"25,-234r12,-24r72,43r-7,14","w":136},"a":{"d":"14,-52v0,-58,63,-64,127,-61v1,-36,-10,-54,-46,-53v-27,0,-46,10,-50,33r-26,-5v5,-37,40,-49,79,-50v49,-2,71,25,71,79v0,36,-4,79,4,109r-28,0r-4,-34v-11,25,-31,38,-64,38v-36,0,-63,-19,-63,-56xm84,-18v40,0,59,-30,57,-74v-45,0,-97,-2,-97,42v0,23,18,32,40,32","w":194,"k":{"y":9,"w":9,"v":9}},"b":{"d":"103,4v-26,0,-47,-16,-57,-35r-10,31r-14,0r0,-247r28,0v2,30,-4,68,2,94v11,-20,26,-35,53,-35v49,0,75,41,74,94v-1,54,-23,98,-76,98xm100,-19v68,0,65,-146,0,-146v-39,0,-52,37,-50,82v1,38,16,64,50,64","w":194,"k":{"y":7,"v":13}},"c":{"d":"89,-21v29,2,41,-22,46,-44r26,5v-9,35,-28,64,-71,64v-55,0,-74,-42,-78,-95v-5,-73,70,-127,126,-79v13,11,20,27,23,46r-26,4v-4,-25,-17,-43,-44,-44v-67,0,-67,141,-2,143","w":172},"d":{"d":"89,-188v26,0,42,13,53,30r0,-89r28,0r0,247r-25,0v-1,-10,2,-24,-1,-32v-12,22,-27,36,-57,36v-51,0,-73,-43,-73,-95v0,-54,23,-97,75,-97xm91,-20v42,0,51,-39,51,-88v0,-34,-17,-57,-50,-57v-35,0,-48,33,-48,70v0,37,8,75,47,75","w":194,"k":{"w":7}},"e":{"d":"147,-110v8,-61,-80,-74,-96,-21v-2,7,-5,14,-5,21r101,0xm45,-89v-13,70,85,92,103,34r27,5v-12,31,-37,54,-78,54v-56,0,-79,-40,-84,-95v-10,-101,139,-134,161,-35v3,12,4,24,4,37r-133,0","w":194,"k":{"y":7,"w":4,"v":4}},"f":{"d":"117,-225v-32,-10,-60,3,-53,42r43,0r0,22r-43,0r0,161r-28,0r0,-161r-32,0r0,-22r32,0v-5,-54,28,-77,81,-65r0,23","w":108},"g":{"d":"114,-4v-33,0,-82,-13,-82,22v0,25,32,29,58,29v27,0,63,-2,63,-29v0,-18,-20,-22,-39,-22xm86,-165v-23,-1,-41,18,-41,40v0,25,16,40,41,40v24,0,42,-16,41,-40v-1,-24,-16,-39,-41,-40xm155,-122v0,47,-48,67,-95,56v-8,0,-20,8,-19,17v4,29,52,16,84,20v31,3,55,16,55,46v0,43,-45,52,-91,52v-42,0,-85,-8,-85,-47v0,-21,11,-31,28,-37v-10,-7,-18,-13,-18,-29v-1,-20,13,-27,26,-33v-49,-35,-16,-116,46,-111v14,1,26,2,37,8v4,-27,20,-31,49,-31r1,23v-19,-1,-35,2,-35,21v10,10,17,27,17,45","w":180,"k":{"y":-7,".":-5,",":-9}},"h":{"d":"111,-188v80,1,54,108,58,188r-28,0v-7,-60,24,-165,-37,-165v-66,0,-49,95,-51,165r-28,0r0,-247r28,0r1,98v11,-22,26,-38,57,-39","w":194,"k":{"y":9}},"i":{"d":"59,-215r-31,0r0,-32r31,0r0,32xm57,0r-28,0r0,-183r28,0r0,183","w":86},"j":{"d":"53,-215r-31,0r0,-32r31,0r0,32xm-27,39v31,8,50,-3,50,-36r0,-186r28,0r0,186v6,49,-34,72,-78,58r0,-22","w":79},"k":{"d":"147,0r-53,-102r-39,45r0,57r-28,0r0,-247r28,0r0,158r84,-93r31,0r-57,64r64,118r-30,0","w":180,"k":{"y":13,"o":7,"e":7}},"l":{"d":"29,0r0,-247r28,0r0,247r-28,0","w":86},"m":{"d":"97,-165v-63,5,-40,99,-44,165r-29,0r0,-183r26,0v1,11,-2,26,1,35v9,-20,26,-40,54,-40v28,0,47,20,52,44v25,-74,114,-47,114,35r0,109r-28,0r-1,-128v0,-21,-16,-37,-35,-37v-64,0,-41,98,-45,165r-28,0v-7,-61,23,-158,-37,-165","w":295,"k":{"y":9}},"n":{"d":"105,-163v-70,1,-49,95,-52,163r-28,0r0,-183r26,0v1,11,-2,25,1,34v9,-21,29,-38,57,-39v82,-1,58,108,61,188r-29,0r0,-130v-1,-20,-16,-33,-36,-33","w":194,"k":{"y":9,"v":7}},"o":{"d":"97,-165v-37,0,-51,33,-51,72v0,38,13,73,51,73v38,0,51,-34,51,-73v1,-40,-14,-72,-51,-72xm94,4v-55,0,-79,-43,-79,-97v0,-55,28,-95,84,-95v53,0,80,41,80,95v0,57,-28,97,-85,97","w":194,"k":{"y":5,"v":5}},"p":{"d":"111,4v-28,0,-43,-14,-55,-33r0,89r-28,0r0,-243r26,0r0,35v9,-22,28,-40,57,-40v51,0,71,44,72,95v1,53,-23,97,-72,97xm104,-20v37,0,48,-34,48,-72v-1,-36,-11,-71,-48,-71v-40,0,-52,38,-48,86v2,32,17,57,48,57","w":194,"k":{"y":5}},"q":{"d":"89,-188v29,0,45,14,55,35r12,-30r14,0r0,243r-28,0r-1,-95v-9,22,-26,39,-55,39v-51,0,-72,-43,-72,-95v0,-53,23,-97,75,-97xm93,-21v39,0,50,-37,48,-81v-1,-34,-15,-63,-48,-63v-65,0,-65,144,0,144","w":194},"r":{"d":"116,-160v-77,-4,-61,87,-62,160r-28,0r0,-183r25,0v1,14,-2,31,1,43v10,-26,26,-53,64,-47r0,27","w":115,"k":{"y":-18,"v":-18,"u":-7,"t":-18,"s":-5,"r":-5,"p":-5,"n":-5,"m":-5,"l":-7,"k":-7,";":-14,":":-14,".":36,",":36}},"s":{"d":"150,-94v55,48,-7,116,-81,95v-27,-8,-46,-24,-54,-50r28,-5v4,40,95,51,99,4v-10,-54,-119,-6,-119,-84v0,-73,133,-66,141,-7r-26,5v-6,-34,-81,-43,-86,-2v5,42,70,19,98,44","w":187},"t":{"d":"62,-51v-3,32,22,35,50,30r0,22v-47,11,-79,-8,-79,-57r0,-106r-32,0r0,-22r32,0r0,-46r29,-3r0,49r40,0r0,22r-40,0r0,111","w":115},"u":{"d":"89,-21v68,0,49,-93,51,-162r28,0r0,183r-25,0v-1,-11,2,-27,-1,-36v-9,21,-29,40,-56,40v-82,1,-58,-107,-61,-187r28,0v7,60,-23,162,36,162","w":194},"v":{"d":"95,0r-29,0r-66,-183r32,0r51,149r50,-149r25,0","w":158,"k":{".":22,",":22}},"w":{"d":"182,0r-23,0r-41,-136r-37,136r-23,0r-55,-183r28,0r40,137r38,-137r21,0r41,137r41,-137r23,0","w":237,"k":{"e":7,"a":7,".":22,",":22}},"x":{"d":"123,0r-46,-74r-47,74r-28,0r61,-95r-55,-88r33,0r39,63r40,-63r27,0r-53,82r63,101r-34,0","w":158},"y":{"d":"81,17v-8,34,-34,57,-76,45r0,-23v35,12,55,-14,59,-42r-63,-180r29,0r49,138r50,-138r24,0","w":151,"k":{"a":7,".":31,",":31}},"z":{"d":"143,-167r-101,145r101,0r0,22r-135,0r0,-22r97,-139r-89,0r0,-22r127,0r0,16","w":151},"{":{"d":"96,62v-106,11,-17,-138,-84,-146r0,-22v68,-6,-23,-156,84,-145r0,22v-17,2,-30,1,-29,23v3,46,4,97,-26,111v28,16,29,65,26,112v-2,21,12,22,29,23r0,22","w":108},"|":{"d":"58,90r-22,0r0,-360r22,0r0,360","w":93},"}":{"d":"12,-251v106,-11,17,138,84,145r0,22v-67,7,23,157,-84,146r0,-22v17,-2,30,-2,29,-23v-3,-47,-3,-97,26,-112v-29,-14,-29,-65,-26,-111v1,-22,-12,-21,-29,-23r0,-22","w":108},"~":{"d":"78,-104v-21,-12,-34,6,-33,28r-25,0v0,-37,28,-70,65,-51v22,11,41,29,68,33v15,2,16,-18,18,-31r24,0v2,44,-33,68,-74,45"},"!":{"d":"44,-62r-13,-185r43,0r-14,185r-16,0xm71,-39r0,39r-38,0r0,-39r38,0","w":108}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1986, 1992, 1995 Adobe Systems Incorporated.  All Rights
 * Reserved.ITC Franklin Gothic is a registered trademark of International Typeface
 * Corporation.
 */
Cufon.registerFont({"w":216,"face":{"font-family":"MyFont","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 3 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-15 -271 320 90","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108},"\u00a0":{"w":108},"\"":{"d":"150,-247v3,39,-5,67,-15,93r-19,0v-11,-26,-19,-53,-16,-93r50,0xm65,-247v3,39,-5,67,-15,93r-19,0v-11,-26,-19,-53,-16,-93r50,0","w":165},"#":{"d":"88,-99r37,0r9,-42r-38,0xm118,-251r-14,71r36,0r14,-71r38,0r-14,71r29,0r0,39r-35,0r-9,42r34,0r0,39r-43,0r-11,60r-39,0r12,-60r-36,0r-12,60r-38,0r12,-60r-33,0r0,-39r41,0r8,-42r-34,0r0,-39r42,0r14,-71r38,0"},"$":{"d":"157,-145v74,25,45,144,-34,138r0,34r-30,0r0,-34v-42,-5,-70,-25,-79,-63r50,-11v6,22,21,29,47,32v31,3,51,-34,21,-44v-47,-15,-107,-16,-106,-77v1,-43,29,-66,67,-72r0,-29r30,0r0,29v36,3,62,22,72,53r-45,15v-6,-22,-23,-28,-50,-26v-32,3,-23,38,1,41v19,3,39,8,56,14"},"%":{"d":"211,-51v0,-23,3,-52,-18,-54v-22,2,-18,30,-18,53v0,14,3,28,18,29v15,0,18,-15,18,-28xm244,-64v0,35,-14,64,-51,64v-36,0,-51,-28,-51,-64v0,-35,15,-63,51,-63v36,0,51,28,51,63xm181,-247r28,0r-137,247r-29,0xm79,-170v0,-24,4,-53,-19,-55v-20,3,-17,30,-17,53v0,14,2,29,17,29v15,0,19,-14,19,-27xm112,-184v0,36,-15,64,-52,64v-36,-1,-50,-29,-50,-64v0,-35,14,-62,50,-63v37,0,52,28,52,63","w":252},"&":{"d":"66,-77v-1,40,55,42,79,21r-50,-56v-17,6,-29,13,-29,35xm175,-23v-50,46,-175,34,-171,-52v2,-40,30,-58,61,-69v-10,-14,-23,-27,-23,-49v0,-41,36,-58,76,-58v43,0,72,19,74,62v0,33,-23,48,-46,58r34,38v12,-10,18,-30,22,-48r51,6v-6,31,-21,58,-40,78v9,11,21,13,40,11r0,43v-32,8,-63,0,-78,-20xm120,-213v-20,-1,-31,21,-16,35r17,17v11,-5,27,-11,26,-28v-1,-16,-11,-23,-27,-24","w":259},"'":{"d":"79,-247v3,39,-5,67,-15,93r-20,0v-10,-26,-18,-54,-15,-93r50,0","w":108},"(":{"d":"66,62v-66,-71,-68,-237,0,-309r40,0v-55,78,-55,230,-1,309r-39,0","w":136},")":{"d":"17,62v53,-78,54,-233,-2,-309r40,0v30,39,53,92,53,155v0,63,-23,114,-52,154r-39,0","w":136},"*":{"d":"94,-247r28,0r-1,54r51,-18r9,27r-52,16r33,42r-23,17r-31,-45r-30,46r-24,-18r34,-42r-53,-16r9,-27r51,18"},"+":{"d":"130,-191r0,66r65,0r0,43r-65,0r0,65r-44,0r0,-65r-65,0r0,-43r65,0r0,-66r44,0"},",":{"d":"82,-5r-36,63r-20,0r28,-58r-28,0r0,-56r56,0r0,51","w":108,"k":{" ":18}},"-":{"d":"84,-112r0,39r-84,0r0,-39r84,0","w":86},"\u00ad":{"d":"84,-112r0,39r-84,0r0,-39r84,0","w":86},".":{"d":"26,0r0,-56r56,0r0,56r-56,0","w":108},"\/":{"d":"-5,62r176,-309r36,0r-176,309r-36,0"},"0":{"d":"145,-121v0,-38,3,-91,-38,-88v-44,3,-35,65,-35,112v0,26,5,58,35,58v38,0,38,-45,38,-82xm204,-124v0,70,-27,128,-97,128v-68,0,-95,-59,-95,-128v0,-69,27,-127,95,-127v69,0,97,57,97,127"},"1":{"d":"19,-198v34,-10,66,-22,84,-49r42,0r0,202r68,0r0,45r-200,0r0,-45r75,0r0,-139r-69,37r0,-51"},"2":{"d":"111,-251v89,0,115,104,52,149v-25,18,-51,36,-78,53r119,0r-5,49r-185,0r0,-48v38,-32,81,-59,116,-94v19,-19,12,-64,-22,-63v-29,1,-39,21,-43,47r-51,-11v10,-50,40,-82,97,-82"},"3":{"d":"104,-41v44,0,52,-62,10,-64r-41,-1r0,-43v31,0,67,2,64,-30v-1,-17,-13,-29,-34,-29v-22,0,-34,13,-37,32r-51,-9v8,-82,176,-92,179,2v1,31,-22,44,-43,54v28,6,50,25,50,58v2,75,-106,94,-160,56v-19,-14,-30,-34,-34,-57r53,-7v3,23,19,38,44,38"},"4":{"d":"208,-99r0,42r-34,0r0,57r-58,0r0,-57r-108,0r0,-42r100,-148r66,0r0,148r34,0xm119,-99r0,-104r-68,104r68,0"},"5":{"d":"144,-79v0,-41,-59,-51,-75,-20r-47,-8r10,-140r156,0r-7,51r-108,0r-4,55v43,-46,133,-15,133,58v0,95,-137,112,-180,48v-6,-9,-10,-20,-13,-32r54,-8v3,45,81,42,81,-4"},"6":{"d":"72,-77v0,22,15,40,38,40v24,0,36,-19,37,-41v0,-21,-15,-38,-37,-37v-23,1,-37,15,-38,38xm12,-122v0,-73,29,-128,102,-129v47,0,77,26,86,66r-50,14v-4,-20,-12,-38,-36,-38v-39,0,-46,44,-43,82v8,-19,28,-28,54,-28v48,0,78,29,78,76v0,52,-37,83,-89,83v-72,0,-102,-54,-102,-126"},"7":{"d":"65,0v3,-87,38,-150,84,-196r-126,0r5,-51r173,0r0,44v-41,50,-73,110,-70,203r-66,0"},"8":{"d":"198,-185v0,26,-17,44,-37,52v26,11,45,25,45,60v0,54,-46,77,-102,77v-51,0,-93,-22,-94,-71v-1,-32,20,-46,44,-55v-20,-10,-35,-27,-35,-55v0,-50,39,-74,90,-74v47,0,89,18,89,66xm62,-69v-2,42,88,46,88,7v0,-29,-34,-32,-57,-41v-16,6,-30,13,-31,34xm107,-213v-34,-5,-44,39,-16,51r31,13v40,-10,29,-71,-15,-64"},"9":{"d":"143,-172v1,-21,-17,-39,-38,-38v-22,1,-35,16,-36,38v-1,21,15,38,36,37v22,-1,37,-15,38,-37xm202,-127v0,71,-28,131,-101,131v-44,0,-72,-23,-81,-60r51,-10v3,31,54,34,65,7v7,-16,10,-37,9,-60v-36,50,-136,22,-131,-50v4,-54,37,-82,91,-82v71,0,97,53,97,124"},":":{"d":"27,-127r0,-56r57,0r0,56r-57,0xm27,0r0,-56r57,0r0,56r-57,0","w":108},";":{"d":"26,-127r0,-56r56,0r0,56r-56,0xm82,-5r-36,63r-20,0r28,-58r-28,0r0,-56r56,0r0,51","w":108},"\u037e":{"d":"26,-127r0,-56r56,0r0,56r-56,0xm82,-5r-36,63r-20,0r28,-58r-28,0r0,-56r56,0r0,51","w":108},"<":{"d":"20,-125r176,-66r0,47r-113,40r113,41r0,46r-176,-65r0,-43"},"=":{"d":"195,-82r0,43r-174,0r0,-43r174,0xm195,-168r0,43r-174,0r0,-43r174,0"},">":{"d":"196,-125r0,43r-176,65r0,-46r113,-41r-113,-40r0,-47"},"?":{"d":"67,0r0,-56r57,0r0,56r-57,0xm100,-251v82,-6,112,103,44,139v-17,9,-26,16,-25,42r-47,0r1,-30v0,-41,52,-35,52,-77v0,-18,-12,-29,-30,-29v-25,0,-32,22,-35,45r-50,-7v7,-49,36,-79,90,-83","w":194},"@":{"d":"55,-124v-5,87,104,123,164,75r18,17v-19,18,-47,38,-85,36v-78,-3,-130,-49,-130,-128v0,-78,51,-127,128,-127v66,0,116,39,116,103v0,58,-32,93,-83,98v-11,1,-21,-5,-20,-17v-30,34,-89,5,-89,-44v0,-61,71,-102,109,-57r4,-17r32,0r-18,106v0,2,2,4,5,4v18,-9,33,-34,33,-62v0,-56,-36,-84,-90,-84v-58,0,-90,38,-94,97xm147,-153v-36,-1,-46,65,-7,67v37,1,48,-65,7,-67","w":288},"A":{"d":"135,-96r-26,-87r-27,87r53,0xm226,0r-63,0r-15,-51r-80,0r-15,51r-51,0r79,-247r67,0","w":230,"k":{"y":11,"w":5,"v":14,"Y":20,"W":7,"V":13,"T":23,"Q":5,"O":5,"G":5,"C":5}},"B":{"d":"167,-77v-1,-36,-48,-27,-86,-28r0,59v38,-1,87,8,86,-31xm120,-149v39,12,56,-44,22,-53r-61,-1r0,54r39,0xm228,-67v-3,85,-115,66,-205,67r0,-247r111,0v86,-17,119,101,42,118v27,8,53,28,52,62","w":237},"C":{"d":"11,-123v0,-75,37,-128,111,-128v63,0,94,38,100,96r-60,4v-2,-29,-10,-54,-42,-53v-39,1,-44,44,-44,83v0,40,6,78,47,77v28,-1,39,-21,43,-46r56,4v-5,57,-43,90,-102,90v-73,0,-109,-53,-109,-127","w":237},"D":{"d":"165,-126v0,-52,-27,-83,-86,-76r0,156v61,7,86,-26,86,-80xm225,-124v0,76,-43,124,-122,124r-81,0r0,-247r97,1v69,5,106,53,106,122","w":237,"k":{"Y":14,"W":7,"V":7,"A":7,".":14,",":14}},"E":{"d":"80,-199r0,50r94,0r0,46r-94,0r0,55r119,0r0,48r-177,0r0,-247r177,0r0,48r-119,0","w":208},"F":{"d":"80,-199r0,56r94,0r0,47r-94,0r0,96r-58,0r0,-247r176,0r0,48r-118,0","w":194,"k":{"r":18,"o":7,"i":-9,"e":7,"a":14,"A":25,".":45,",":45}},"G":{"d":"70,-121v1,39,10,77,49,78v25,0,44,-17,41,-43r-47,0r0,-46r102,0r0,132r-26,0r-9,-28v-16,20,-35,32,-67,32v-71,0,-102,-54,-102,-125v0,-75,33,-128,107,-130v55,-1,90,35,97,85r-55,8v-4,-25,-13,-47,-43,-46v-39,2,-47,42,-47,83","w":237},"H":{"d":"213,0r-57,0r0,-102r-77,0r0,102r-57,0r0,-247r57,0r0,97r77,0r0,-97r57,0r0,247","w":237},"I":{"d":"81,0r-58,0r0,-247r58,0r0,247","w":108},"J":{"d":"5,-48v30,6,59,6,59,-35r0,-164r58,0v-6,78,18,182,-18,232v-16,23,-64,21,-99,15r0,-48","w":144},"K":{"d":"80,-131r77,-116r55,0r-59,88r74,159r-64,0r-49,-107r-34,50r0,57r-57,0r0,-247r57,0r0,116","w":230,"k":{"y":14,"u":5,"o":7,"e":7,"O":9}},"L":{"d":"178,-49r0,49r-157,0r0,-247r57,0r0,198r100,0","w":180,"k":{"y":9,"Y":32,"W":18,"V":27,"T":25}},"M":{"d":"172,0r-40,0r-61,-201r0,201r-48,0r0,-247r90,0r43,148r46,-148r90,0r0,247r-58,0r-1,-201","w":316},"N":{"d":"212,0r-49,0r-96,-166r0,166r-45,0r0,-247r63,0r83,145r0,-145r44,0r0,247","w":237},"O":{"d":"162,-123v0,-39,-4,-80,-44,-80v-40,0,-46,41,-46,79v0,39,6,80,46,80v39,0,44,-40,44,-79xm223,-124v0,71,-34,128,-105,128v-72,0,-106,-56,-106,-128v0,-73,33,-127,106,-127v73,0,105,58,105,127","w":237,"k":{"Y":20,"X":9,"W":7,"V":7,".":7,",":7}},"P":{"d":"156,-169v0,-36,-38,-34,-76,-33r0,66v37,1,76,3,76,-33xm214,-171v-1,68,-56,87,-134,80r0,91r-58,0r0,-247r93,0v58,-5,99,27,99,76","w":223,"k":{"o":9,"e":9,"a":9,"A":18,".":63,",":63}},"Q":{"d":"137,2v-83,11,-125,-48,-125,-126v0,-73,33,-123,106,-127v120,-6,135,194,53,239v0,23,24,22,44,17r0,44v-41,9,-78,-5,-78,-47xm118,-203v-40,0,-46,41,-46,79v0,39,6,80,46,80v39,0,44,-40,44,-79v0,-39,-4,-80,-44,-80","w":237},"R":{"d":"162,-173v-1,-35,-42,-31,-81,-30r0,63v38,0,82,7,81,-33xm222,-173v-1,33,-18,55,-43,64r46,109r-64,0r-38,-98r-42,0r0,98r-58,0r0,-247v91,1,201,-17,199,74","w":237,"k":{"Y":7,"W":7,"V":7,"O":4}},"S":{"d":"41,-118v-57,-44,-13,-139,62,-133v50,4,79,20,93,58r-49,17v-7,-21,-18,-27,-42,-30v-36,-5,-47,40,-10,46v53,8,106,22,108,82v3,91,-145,106,-188,44v-6,-9,-11,-19,-14,-31r53,-12v7,25,24,32,52,35v32,4,54,-34,22,-47v-28,-11,-65,-12,-87,-29"},"T":{"d":"187,-198r-62,0r0,198r-58,0r0,-198r-62,0r0,-49r182,0r0,49","w":194,"k":{"y":18,"w":20,"u":20,"r":20,"o":22,"i":-9,"e":22,"a":22,"A":23,".":18,"-":14,",":27}},"U":{"d":"124,-43v31,0,42,-19,42,-55r0,-149r50,0r0,170v0,57,-41,81,-96,81v-66,0,-101,-29,-101,-102r0,-149r62,0r1,169v0,24,18,35,42,35","w":237},"V":{"d":"139,0r-62,0r-74,-247r61,0r50,176r51,-176r48,0","k":{"u":13,"o":22,"i":-9,"e":22,"a":18,"O":7,"G":7,"A":20,".":27,",":27}},"W":{"d":"258,0r-57,0r-41,-163r-39,163r-56,0r-64,-247r59,0r39,166r40,-166r53,0r42,166r38,-166r48,0","w":324,"k":{"u":11,"o":14,"e":14,"a":20,"O":7,"A":7,".":27,",":27}},"X":{"d":"148,-132r77,132r-67,0r-50,-90r-49,90r-55,0r76,-131r-68,-116r68,0r40,75r42,-75r54,0","w":230},"Y":{"d":"137,-104r0,104r-57,0r0,-104r-79,-143r67,0r48,94r47,-94r52,0","k":{"u":22,"o":27,"i":-7,"e":27,"a":29,"O":20,"C":20,"A":20,".":32,",":32}},"Z":{"d":"95,-47r129,0r0,47r-199,0r0,-42r124,-158r-116,0r0,-47r187,0r0,43","w":237},"[":{"d":"107,62r-77,0r0,-309r77,0r0,23r-36,0r0,263r36,0r0,23","w":136},"\\":{"d":"185,62r-176,-309r36,0r176,309r-36,0"},"]":{"d":"30,39r36,0r0,-263r-36,0r0,-23r77,0r0,309r-77,0r0,-23","w":136},"^":{"d":"85,-247r45,0r61,153r-41,0r-42,-108r-42,108r-41,0"},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"`":{"d":"113,-222r-8,21r-82,-29r11,-31","w":136},"a":{"d":"90,-30v28,0,36,-26,34,-57v-25,3,-56,6,-57,33v0,14,9,24,23,24xm16,-129v2,-73,162,-84,162,0v0,43,-3,91,4,129r-53,0v-2,-9,-2,-17,-2,-28v-20,45,-118,44,-116,-20v2,-56,59,-63,113,-66v3,-23,-5,-38,-26,-37v-17,0,-32,8,-32,26","w":194,"k":{"y":9,"w":9,"v":9}},"b":{"d":"61,-28v-7,7,-7,18,-12,28r-29,0r0,-247r53,0v2,28,-4,63,2,87v9,-18,23,-26,44,-26v52,1,68,44,68,95v0,53,-20,94,-74,95v-28,0,-41,-14,-52,-32xm103,-150v-32,1,-28,40,-29,73v0,23,7,44,28,44v33,0,32,-41,30,-76v-1,-20,-7,-41,-29,-41","w":194,"k":{"y":7,"v":13}},"c":{"d":"10,-90v-11,-106,161,-135,171,-26r-50,3v-2,-18,-8,-33,-28,-33v-33,1,-34,36,-32,70v1,19,8,36,30,36v18,0,28,-16,30,-32r50,3v-4,46,-34,73,-83,73v-57,0,-82,-37,-88,-94","w":194},"d":{"d":"96,-35v34,-1,27,-44,27,-81v0,-18,-7,-33,-25,-33v-30,0,-31,30,-31,61v0,25,3,53,29,53xm78,-186v24,0,34,7,45,23r0,-84r53,0r0,247r-50,0v-1,-9,2,-21,-1,-28v-9,18,-23,32,-48,32v-50,0,-66,-43,-66,-93v0,-52,15,-96,67,-97","w":194,"k":{"w":7}},"e":{"d":"131,-114v6,-40,-52,-52,-62,-15v-1,5,-3,10,-3,15r65,0xm9,-89v-10,-107,152,-132,171,-31v3,12,4,26,4,38r-118,0v-12,50,62,66,68,19r49,4v-11,36,-38,63,-84,63v-57,0,-85,-35,-90,-93","w":194,"k":{"y":7,"w":4,"v":4}},"f":{"d":"115,-208v-24,-4,-43,1,-37,30r32,0r0,41r-32,0r0,137r-53,0r0,-137r-21,0r0,-41r21,0v-7,-58,34,-83,90,-70r0,40","w":108},"g":{"d":"82,32v28,0,65,6,70,-18v-10,-23,-58,-9,-92,-15v-6,1,-11,7,-11,15v1,15,19,18,33,18xm129,-130v0,-18,-14,-27,-31,-27v-16,0,-31,10,-30,27v0,18,11,29,30,28v18,0,31,-10,31,-28xm47,-85v-18,-8,-33,-20,-33,-44v2,-59,79,-65,133,-50v3,-32,22,-38,56,-34r0,34v-15,-2,-34,-2,-35,14v9,12,14,17,14,36v-2,52,-61,61,-112,53v-14,7,-11,32,10,29v53,5,122,-5,122,52v0,55,-63,62,-123,59v-36,-2,-75,-6,-77,-42v-1,-20,16,-29,31,-33v-13,-6,-23,-16,-23,-33v0,-25,19,-32,37,-41","w":201,"k":{"y":-7,".":-5,",":-9}},"h":{"d":"120,-186v82,-4,50,109,56,186r-53,0r0,-112v-1,-16,-4,-32,-21,-32v-53,2,-22,93,-30,144r-53,0r0,-247r53,0r0,89v8,-17,24,-27,48,-28","w":194,"k":{"y":9}},"i":{"d":"73,-199r-53,0r0,-52r53,0r0,52xm73,0r-53,0r0,-183r53,0r0,183","w":93},"j":{"d":"72,-199r-53,0r0,-52r53,0r0,52xm-15,19v24,5,34,-8,34,-35r0,-167r53,0r-1,203v0,42,-45,49,-86,41r0,-42","w":93},"k":{"d":"201,0r-60,0r-38,-83r-30,36r0,47r-53,0r0,-247r53,0r0,148v20,-30,45,-56,68,-84r52,0r-52,62","w":201,"k":{"y":13,"o":7,"e":7}},"l":{"d":"20,-247r53,0r0,247r-53,0r0,-247","w":93},"m":{"d":"68,-155v13,-39,89,-43,102,0v16,-49,120,-39,107,27r0,128r-53,0r-1,-129v-8,-27,-49,-15,-49,15r0,114r-53,0r0,-112v-1,-18,-5,-32,-24,-32v-25,-1,-26,21,-26,47r0,97r-53,0r0,-183r50,0r0,28","w":295,"k":{"y":9}},"n":{"d":"99,-144v-24,0,-28,22,-28,46r0,98r-53,0r0,-183r50,0v1,10,-2,23,1,31v11,-21,22,-34,52,-34v81,0,49,110,55,186r-53,0r0,-113v1,-19,-5,-31,-24,-31","w":194,"k":{"y":9,"v":7}},"o":{"d":"127,-71v1,-34,5,-81,-30,-81v-33,0,-31,39,-30,74v1,22,6,46,29,46v22,0,29,-18,31,-39xm10,-92v0,-57,29,-94,86,-94v59,0,89,39,89,96v0,57,-34,94,-89,94v-56,0,-86,-38,-86,-96","w":194,"k":{"y":5,"v":5}},"p":{"d":"117,4v-20,1,-35,-11,-43,-24r0,82r-53,0r0,-245r50,0r0,27v9,-18,22,-30,48,-30v51,0,68,43,67,95v0,52,-18,93,-69,95xm103,-149v-36,1,-29,46,-29,83v0,18,11,32,29,32v31,0,28,-44,27,-75v-1,-19,-6,-40,-27,-40","w":194,"k":{"y":5}},"q":{"d":"137,-157v6,-8,10,-16,14,-26r29,0v-7,75,-1,164,-3,245r-53,0r0,-81v-10,14,-20,23,-42,23v-53,0,-72,-43,-72,-96v0,-54,21,-94,75,-94v28,0,41,9,52,29xm95,-34v31,0,31,-38,30,-73v0,-23,-6,-43,-29,-43v-34,0,-29,44,-29,79v1,20,9,37,28,37","w":194},"r":{"d":"120,-133v-62,-2,-43,76,-46,133r-53,0r0,-183r50,0r0,34v6,-22,16,-41,49,-37r0,53","w":122,"k":{"y":-18,"v":-18,"u":-7,"t":-18,"s":-5,"r":-5,"p":-5,"n":-5,"m":-5,"l":-7,"k":-7,";":-14,":":-14,".":22,",":22}},"s":{"d":"11,-125v-3,-61,77,-73,123,-51v12,6,21,20,27,37r-39,11v-4,-19,-22,-28,-45,-24v-14,-1,-27,21,-10,27v41,13,101,6,101,66v0,84,-156,81,-164,9r45,-7v4,28,64,35,73,7v0,-12,-10,-14,-21,-15v-42,-6,-88,-13,-90,-60","w":180},"t":{"d":"127,0v-48,11,-95,3,-95,-60r0,-81r-30,0r0,-42r32,0r5,-54r46,-3r0,57r39,0r0,42r-39,0r0,87v0,19,25,16,42,14r0,40","w":136},"u":{"d":"93,-39v50,-5,22,-93,29,-144r53,0r0,183r-49,0v-1,-10,2,-23,-1,-31v-7,22,-26,34,-52,35v-81,3,-47,-112,-54,-187r53,0r1,126v1,11,6,19,20,18","w":194},"v":{"d":"108,0r-42,0r-63,-183r56,0r35,116r36,-116r40,0","w":172,"k":{".":22,",":22}},"w":{"d":"209,0r-48,0r-29,-117r-28,117r-46,0r-56,-183r56,0r30,112r28,-112r49,0r27,112r30,-112r42,0","w":266,"k":{"e":7,"a":7,".":22,",":22}},"x":{"d":"126,-98r61,98r-61,0r-38,-63r-38,63r-46,0r61,-98r-52,-85r61,0r29,50r29,-50r46,0","w":194},"y":{"d":"170,-183r-66,201v-9,35,-42,53,-89,44r0,-42v25,4,53,7,56,-20r-67,-183r58,0r34,109r34,-109r40,0","w":172,"k":{"a":7,".":31,",":31}},"z":{"d":"144,-149r-82,110r85,0r0,39r-144,0r0,-39r81,-107r-74,0r0,-37r134,0r0,34","w":151},"{":{"d":"18,-110v16,1,30,-2,30,-16v0,-65,-10,-136,71,-121r0,32v-17,-1,-30,-1,-30,18v0,45,11,103,-35,103v50,-2,32,65,35,112v1,13,16,12,30,12r0,32v-41,3,-68,-8,-71,-46v-3,-37,18,-100,-30,-96r0,-30","w":136},"|":{"d":"76,-270r0,360r-44,0r0,-360r44,0","w":108},"}":{"d":"119,-80v-47,-6,-30,58,-30,96v0,38,-30,49,-71,46r0,-32v17,1,30,1,30,-18v0,-45,-12,-107,34,-107v-48,1,-31,-63,-34,-109v-1,-12,-16,-11,-30,-11r0,-32v40,-3,68,8,71,45v3,36,-20,99,30,92r0,30","w":136},"~":{"d":"81,-103v-19,-13,-33,-3,-30,20r-35,0v-4,-44,33,-76,74,-53v18,10,39,27,60,32v14,0,16,-14,16,-28r34,0v3,42,-32,75,-74,53"},"!":{"d":"23,-247r70,0r-18,173r-34,0xm30,0r0,-56r56,0r0,56r-56,0","w":115}}});;(function($){$.fn.innerfade=function(options){return this.each(function(){$.innerfade(this,options);});};$.innerfade=function(container,options){var settings={'animationtype':'fade','speed':'normal','type':'sequence','timeout':2000,'containerheight':'auto','runningclass':'innerfade','children':null};if(options)
$.extend(settings,options);if(settings.children===null)
var elements=$(container).children();else
var elements=$(container).children(settings.children);if(elements.length>1){$(container).css('position','relative').css('height',settings.containerheight).addClass(settings.runningclass);for(var i=0;i<elements.length;i++){$(elements[i]).css('z-index',String(elements.length-i)).css('position','absolute').hide();};if(settings.type=="sequence"){setTimeout(function(){$.innerfade.next(elements,settings,1,0);},settings.timeout);$(elements[0]).show();}else if(settings.type=="random"){var last=Math.floor(Math.random()*(elements.length));setTimeout(function(){do{current=Math.floor(Math.random()*(elements.length));}while(last==current);$.innerfade.next(elements,settings,current,last);},settings.timeout);$(elements[last]).show();}else if(settings.type=='random_start'){settings.type='sequence';var current=Math.floor(Math.random()*(elements.length));setTimeout(function(){$.innerfade.next(elements,settings,(current+1)%elements.length,current);},settings.timeout);$(elements[current]).show();}else{alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');}}};$.innerfade.next=function(elements,settings,current,last){if(settings.animationtype=='slide'){$(elements[last]).slideUp(settings.speed);$(elements[current]).slideDown(settings.speed);}else if(settings.animationtype=='fade'){$(elements[last]).fadeOut(settings.speed);$(elements[current]).fadeIn(settings.speed,function(){removeFilter($(this)[0]);});}else
alert('Innerfade-animationtype must either be \'slide\' or \'fade\'');if(settings.type=="sequence"){if((current+1)<elements.length){current=current+1;last=current-1;}else{current=0;last=elements.length-1;}}else if(settings.type=="random"){last=current;while(current==last)
current=Math.floor(Math.random()*elements.length);}else
alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');setTimeout((function(){$.innerfade.next(elements,settings,current,last);}),settings.timeout);};})(jQuery);function removeFilter(element){if(element.style.removeAttribute){element.style.removeAttribute('filter');}};$(document).ready(function(){if($.browser.msie&&$.browser.version.substr(0,1)<="6"){$(".cards-set").pngFix();}
$('.price-format').innerfade({animationtype:'fade',speed:700,timeout:7000,containerheight:'176px'});if(jQuery.browser.msie){$('#slideshow .slides').innerfade({animationtype:'slide',speed:700,timeout:7000,containerheight:'176px'});}else{$('#slideshow .slides').innerfade({animationtype:'fade',speed:700,timeout:7000,containerheight:'176px'});}
make_slides_visible();$(".play-btn, .view-video").fancybox({'padding':0,'margin':0,'width':660,'height':364,'autoScale':false,'transitionIn':'none','transitionOut':'none','type':'iframe','overlayOpacity':0.85,'overlayColor':'#ffffff'});$(".detail").fancybox({'padding':0,'margin':0,'width':690,'height':425,'autoScale':false,'transitionIn':'none','transitionOut':'none','type':'iframe','overlayOpacity':0.85,'overlayColor':'#ffffff'});Cufon.replace('#slideshow li',{fontFamily:'MyFont',fontWeight:400});Cufon.replace('#slideshow h3',{fontFamily:'MyFont',fontWeight:700});Cufon.replace('#slideshow strong',{fontFamily:'MyFont',fontWeight:700});Cufon.replace('.fast-shipping p',{fontFamily:'MyFont',fontWeight:700});Cufon.replace('.fast-shipping span',{fontFamily:'MyFont',fontWeight:400});$("#homeSearchForm").submit(function(){var url='/kaart-zoeken/'+$('#searchBlock-query').val();document.location.href=url;return false;});});function make_slides_visible(){$("#slideshow .slides").children("div").removeClass("nodisplay");$('.price-format').children("div").removeClass("nodisplay");if($.browser.msie){$("#slideshow .slides").children("div").style.display='block';$('.price-format').children("div").style.display='block';}};window.onload=function(){var loadFacebookLike=function(){window.fbAsyncInit=function(){FB.init({appId:'133427496734325',status:true,cookie:true,xfbml:true});};var javaScriptElement=document.createElement('script');javaScriptElement.src=document.location.protocol+'//connect.facebook.net/en_US/all.js#appId=133427496734325&amp;xfbml=1';javaScriptElement.async=true;document.getElementById('fb-root').appendChild(javaScriptElement);};loadFacebookLike();}
