jQuery(function(){
	initClearForm();
	initCufon();
	initGallery();
	initPopup();
});

function initPopup(){
	var link = jQuery('#nav a.link-popup');
	link.each(function(){
		var _this = jQuery(this)
		var popup = jQuery(_this.attr('href'));var min = popup.find('a.btn-minimize');

		popup.hide();
		
		_this.click(function(){
			if(jQuery(this).parent().hasClass('active')){
				jQuery(this).parent().removeClass('active');
				popup.hide();
			}
			else{
				link.parent().filter('.active').each(function(){
					jQuery(jQuery(this).find('a.link-popup').attr('href')).hide();
					jQuery(this).removeClass('active');
				});
				_this.parent().addClass('active');
				popup.show();
			}
			return false;
		});
		min.click(function(){
			popup.hide();
			_this.parent().removeClass('active');
			return false;
		});
	});
}

function initGallery(){
	jQuery('div.gallery').gallery({
		autoRotation:7000,
		listOfSlides:'div.mask > ul > li',
		switcher:'ul.switcher > li',
		circle:false
	});
}

function initCufon() {
	Cufon.replace('.phone, #main .slide-content .subheading, #main .content-heading h3', { fontFamily: 'HelveticaMedCondObl', hover: true });
	Cufon.replace('#nav>li>a, #main .content-heading h2', { fontFamily: 'HelveticaCond', hover: true });
	Cufon.replace('#main .slide-content .heading, .popup-content h2', { fontFamily: 'HelveticaCondBoldObl', hover: true });
}
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}})());

Cufon.registerFont({"w":172,"face":{"font-family":"HelveticaMedCondObl","font-weight":500,"font-style":"italic","font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 6 3 5 2 3 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-22 -293 386 98","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"31","stemv":"39","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":86,"k":{"\u201c":13,"\u2018":13,"T":13,"V":13,"W":13,"Y":13,"A":13}},"!":{"d":"50,-69r17,-107r17,-81r41,0v-12,66,-29,127,-46,188r-29,0xm30,0r8,-41r41,0r-8,41r-41,0","w":100},"\"":{"d":"128,-154r22,-103r31,0r-22,103r-31,0xm60,-154r22,-103r31,0r-22,103r-31,0","w":153},"#":{"d":"85,-99r38,0r18,-52r-38,0xm14,-72r6,-27r35,0r18,-52r-32,0r6,-27r35,0r26,-72r30,0r-26,72r38,0r26,-72r30,0r-26,72r32,0r-6,27r-35,0r-18,52r31,0r-5,27r-35,0r-26,72r-30,0r26,-72r-38,0r-26,72r-30,0r26,-72r-32,0"},"$":{"d":"116,-103r-17,77v40,-3,61,-67,17,-77xm110,-150r15,-74v-29,-1,-56,60,-15,74xm70,36r7,-31v-63,-4,-63,-44,-55,-82r41,0v-6,27,-5,48,20,51r18,-83v-36,-13,-63,-33,-52,-75v11,-41,44,-71,83,-71r5,-25r16,0r-5,25v57,1,60,42,53,71r-41,0v5,-20,4,-39,-19,-40r-17,80v36,11,69,31,58,74v-13,49,-44,72,-89,75r-7,31r-16,0"},"%":{"d":"112,-233v-15,0,-21,14,-28,47v-7,33,-7,47,8,47v15,0,21,-14,28,-47v7,-33,7,-47,-8,-47xm233,-255r28,0r-170,260r-27,0xm234,-111v-15,0,-21,14,-28,47v-7,33,-6,47,9,47v15,0,21,-14,28,-47v7,-33,6,-47,-9,-47xm116,-255v28,0,46,15,35,69v-12,54,-36,69,-64,69v-28,0,-46,-15,-34,-69v11,-54,35,-69,63,-69xm239,-133v28,0,47,15,35,69v-12,54,-36,69,-64,69v-28,0,-47,-15,-35,-69v12,-54,36,-69,64,-69","w":273},"&":{"d":"220,-122v-5,18,-12,45,-37,73r24,49r-44,0r-10,-22v-20,15,-42,27,-71,27v-59,0,-65,-44,-60,-71v7,-35,38,-61,69,-79v-7,-16,-19,-37,-15,-57v8,-37,39,-55,73,-55v19,0,55,9,46,52v-6,30,-34,49,-59,64r32,63v10,-11,15,-29,20,-44r32,0xm112,-208v-3,16,5,53,23,35v10,-10,23,-19,26,-33v3,-15,-5,-24,-20,-24v-10,0,-26,5,-29,22xm103,-121v-17,14,-38,29,-42,52v-9,47,57,50,79,21","w":206},"\u2019":{"d":"67,-210r10,-47r41,0v-11,46,-11,95,-63,103r5,-21v13,-3,23,-17,25,-35r-18,0","w":86,"k":{"\u2019":22,"r":6,"d":13,"s":13}},"(":{"d":"148,-257v-62,75,-108,200,-69,323r-28,0v-21,-37,-32,-95,-18,-161v14,-66,52,-125,88,-162r27,0","w":93},")":{"d":"-14,66v62,-75,107,-200,69,-323r27,0v21,37,32,96,18,162v-14,66,-51,124,-87,161r-27,0","w":93},"*":{"d":"109,-257r25,0r-10,45r44,-16r3,24r-44,12r21,37r-24,15r-19,-37r-35,37r-17,-15r36,-37r-40,-12r14,-24r37,16","w":133},"+":{"d":"115,-107r16,-75r31,0r-16,75r76,0r-7,31r-75,0r-17,76r-30,0r16,-76r-76,0r7,-31r75,0","w":216},",":{"d":"23,0r10,-48r41,0v-10,46,-11,95,-63,103r4,-20v13,-3,23,-17,26,-35r-18,0","w":86,"k":{"\u201d":27,"\u2019":27," ":13}},"-":{"d":"35,-86r7,-36r94,0r-7,36r-94,0","w":126},".":{"d":"23,0r10,-48r41,0r-10,48r-41,0","w":86,"k":{"\u201d":27,"\u2019":27}},"\/":{"d":"-5,5r139,-267r32,0r-139,267r-32,0","w":106},"0":{"d":"78,-125v-16,74,-15,101,13,101v28,0,41,-27,57,-101v16,-74,14,-101,-14,-101v-28,0,-40,27,-56,101xm37,-125v21,-99,54,-130,103,-130v49,0,70,31,49,130v-21,99,-55,130,-104,130v-49,0,-69,-31,-48,-130"},"1":{"d":"116,0r-41,0r39,-185r-53,0r6,-27v29,1,62,-6,73,-43r30,0"},"2":{"d":"168,-35r-7,35r-149,0v23,-111,130,-109,147,-188v4,-21,-1,-38,-24,-38v-31,0,-42,27,-47,53r-39,0v11,-51,39,-82,93,-82v52,0,65,31,57,68v-18,85,-101,90,-134,152r103,0"},"3":{"d":"26,-71r39,0v-5,22,-3,47,25,47v45,0,74,-97,14,-93r-16,0r6,-29v37,3,55,-13,61,-43v4,-18,-1,-37,-22,-37v-25,0,-37,22,-42,45r-38,0v10,-48,39,-74,88,-74v31,0,66,14,55,65v-6,27,-28,51,-53,57v26,2,42,23,34,59v-11,50,-41,79,-94,79v-46,0,-69,-23,-57,-76"},"4":{"d":"20,-57r7,-36r123,-162r42,0r-35,165r27,0r-7,33r-27,0r-12,57r-39,0r12,-57r-91,0xm118,-90r21,-105r-79,105r58,0"},"5":{"d":"82,5v-48,0,-67,-28,-56,-74r39,0v-5,21,-2,43,24,43v28,0,43,-28,49,-58v6,-30,4,-54,-22,-54v-17,0,-33,9,-39,23r-36,-1r41,-134r123,0r-7,33r-93,0v-6,22,-18,47,-21,68v13,-12,30,-20,47,-20v53,0,56,45,48,84v-11,51,-42,90,-97,90"},"6":{"d":"200,-193r-41,0v3,-15,1,-33,-20,-33v-39,0,-51,51,-59,88v36,-47,123,-34,103,49v-14,59,-44,94,-98,94v-64,0,-66,-49,-51,-122v16,-76,43,-138,110,-138v45,0,65,20,56,62xm70,-77v-6,30,0,53,24,53v25,0,39,-24,45,-54v8,-35,1,-56,-22,-56v-30,0,-41,26,-47,57"},"7":{"d":"56,-213r8,-37r151,0r-7,33v-51,52,-104,140,-126,217r-43,0v22,-76,77,-161,129,-213r-112,0"},"8":{"d":"94,-188v-4,21,-2,39,24,39v26,0,36,-18,40,-39v4,-20,2,-38,-24,-38v-26,0,-36,18,-40,38xm66,-72v-6,27,-4,48,25,48v29,0,41,-21,47,-48v5,-27,3,-48,-26,-48v-29,0,-41,21,-46,48xm85,5v-52,0,-71,-26,-61,-76v7,-39,34,-57,58,-65v-20,-8,-30,-24,-24,-55v8,-40,40,-64,82,-64v42,0,63,24,56,64v-6,32,-25,46,-47,56v24,5,38,26,30,64v-10,50,-42,76,-94,76"},"9":{"d":"26,-57r41,0v-3,15,-1,33,20,33v39,0,52,-51,60,-88v-37,44,-124,37,-104,-49v14,-59,44,-94,98,-94v64,0,67,49,51,122v-16,76,-44,138,-111,138v-45,0,-64,-20,-55,-62xm156,-173v6,-30,0,-53,-24,-53v-42,-9,-73,110,-23,110v30,0,41,-26,47,-57"},":":{"d":"52,-137r10,-47r41,0r-10,47r-41,0xm23,0r10,-48r41,0r-10,48r-41,0","w":86,"k":{" ":13}},";":{"d":"23,0r10,-48r41,0v-10,46,-11,95,-63,103r4,-20v13,-3,23,-17,26,-35r-18,0xm52,-137r10,-47r41,0r-10,47r-41,0","w":86},"<":{"d":"33,-78r6,-26r200,-82r-7,31r-159,64r132,64r-7,31","w":216},"=":{"d":"41,-113r7,-31r182,0r-7,31r-182,0xm25,-38r7,-31r182,0r-7,31r-182,0","w":216},">":{"d":"221,-104r-5,26r-200,82r7,-31r159,-64r-132,-64r7,-31","w":216},"?":{"d":"76,-69v2,-69,64,-68,78,-124v5,-20,1,-38,-21,-38v-24,0,-37,21,-43,51r-39,0v10,-45,36,-82,88,-82v45,0,66,25,56,69v-15,69,-79,70,-83,124r-36,0xm58,0r9,-41r41,0r-9,41r-41,0","w":166},"@":{"d":"207,-143v5,-24,-4,-34,-22,-34v-30,0,-59,36,-65,65v-5,22,3,36,26,36v25,0,56,-41,61,-67xm236,-198r26,0r-56,115v-1,5,1,8,10,8v20,0,52,-33,60,-73v11,-51,-27,-85,-77,-85v-63,0,-117,50,-129,106v-13,63,27,103,82,103v38,0,72,-12,96,-31r30,0v-27,35,-73,60,-132,60v-76,0,-126,-50,-108,-134v16,-75,84,-133,168,-133v73,0,118,45,104,110v-15,72,-78,103,-113,103v-20,1,-22,-12,-22,-22v-30,34,-102,29,-86,-37v12,-51,58,-96,100,-96v18,0,31,9,36,28","w":288},"A":{"d":"84,-96r61,0r-4,-126xm-3,0r128,-257r52,0r13,257r-43,0r-2,-63r-76,0r-29,63r-43,0","w":186,"k":{"v":6,"T":20,"V":11,"w":6,"W":11,"y":6,"Y":20,"\u201d":20,"\u2019":20}},"B":{"d":"94,-149v43,3,73,-4,79,-40v8,-43,-27,-37,-63,-37xm69,-31v48,2,78,1,88,-45v9,-45,-27,-47,-69,-44xm21,0r55,-257v69,2,156,-16,139,62v-7,31,-23,51,-50,59v27,5,40,22,32,66v-13,71,-91,74,-176,70","w":193,"k":{",":11,".":11}},"C":{"d":"158,-92r41,0v-9,50,-38,96,-100,97v-65,0,-76,-42,-57,-134v19,-92,49,-133,114,-133v75,0,66,55,59,85r-41,0v6,-24,7,-54,-25,-54v-30,0,-48,18,-65,101v-18,83,-9,104,21,104v36,-1,47,-40,53,-66","w":186,"k":{",":6,".":6}},"D":{"d":"110,-226r-41,195v72,4,81,-6,102,-98v21,-91,6,-101,-61,-97xm21,0r55,-257r73,0v81,0,79,52,63,128v-16,76,-37,129,-118,129r-73,0","w":200,"k":{"Y":6,",":14,".":14}},"E":{"d":"21,0r55,-257r139,0r-8,35r-98,0r-15,71r92,0r-7,34r-92,0r-18,82r101,0r-7,35r-142,0","w":173},"F":{"d":"21,0r55,-257r137,0r-7,35r-97,0r-15,71r91,0r-8,34r-90,0r-25,117r-41,0","w":166,"k":{",":46,".":46,"A":13}},"G":{"d":"148,0v1,-9,7,-22,6,-30v-16,24,-34,35,-64,35v-56,0,-67,-42,-48,-134v19,-92,55,-133,114,-133v67,0,66,52,59,79r-39,0v5,-21,5,-47,-26,-48v-29,0,-49,19,-66,101v-18,83,-9,104,19,104v31,0,48,-22,60,-78r-43,0r6,-31r82,0r-29,135r-31,0","w":193,"k":{",":6,".":6}},"H":{"d":"21,0r55,-257r41,0r-22,103r76,0r22,-103r41,0r-55,257r-41,0r25,-120r-75,0r-26,120r-41,0","w":200},"I":{"d":"19,0r55,-257r41,0r-55,257r-41,0","w":79},"J":{"d":"22,-77r39,0v-5,20,-13,51,16,51v27,0,34,-25,39,-51r38,-180r41,0r-39,186v-12,57,-45,76,-86,76v-61,0,-57,-42,-48,-82","w":159,"k":{",":14,".":14}},"K":{"d":"21,0r55,-257r41,0r-23,112r101,-112r45,0r-97,108r51,149r-47,0r-38,-116r-29,33r-18,83r-41,0","w":186},"L":{"d":"17,0r54,-257r41,0r-47,222r99,0r-7,35r-140,0","w":159,"k":{"T":33,"V":27,"W":27,"y":13,"Y":33,"\u201d":40,"\u2019":40}},"M":{"d":"21,0r55,-257r64,0r5,190r86,-190r62,0r-54,257r-39,0r44,-214r-97,214r-34,0r-8,-214r-45,214r-39,0","w":259},"N":{"d":"21,0r55,-257r50,0r35,191r40,-191r39,0r-55,257r-50,0r-33,-197r-42,197r-39,0","w":206,"k":{",":6,".":6}},"O":{"d":"99,5v-59,0,-76,-42,-57,-134v19,-92,55,-133,114,-133v59,0,75,41,56,133v-19,92,-54,134,-113,134xm105,-26v24,0,48,-15,67,-104v18,-86,1,-101,-23,-101v-24,0,-47,15,-65,101v-19,89,-3,104,21,104","w":200,"k":{"T":11,"V":6,"Y":14,",":14,".":14,"A":6,"X":6}},"P":{"d":"110,-226r-19,89v44,2,67,0,80,-44v11,-39,-19,-49,-61,-45xm21,0r55,-257r81,0v49,0,64,31,55,75v-13,58,-56,83,-127,76r-23,106r-41,0","w":180,"k":{",":54,".":54,"A":13}},"Q":{"d":"162,23r-21,-27v-78,29,-126,-11,-99,-125v22,-91,55,-133,114,-133v59,0,75,41,56,133v-10,48,-26,83,-41,102r20,28xm105,-48r29,-23r13,17v9,-15,17,-40,25,-76v18,-86,1,-101,-23,-101v-24,0,-48,15,-65,101v-19,99,-7,108,37,102","w":200,"k":{",":6,".":6}},"R":{"d":"142,0v-14,-35,38,-113,-22,-112r-34,0r-24,112r-41,0r55,-257v72,3,160,-20,142,66v-7,34,-30,57,-57,64v47,-2,26,70,20,105v-2,13,2,18,7,22r-46,0xm93,-143v44,3,73,-4,82,-41v10,-43,-25,-45,-65,-42","w":193,"k":{"T":6,"Y":6}},"S":{"d":"29,-80r41,0v-9,29,-1,54,30,54v50,0,67,-71,20,-83v-39,-10,-77,-31,-64,-80v12,-46,47,-73,95,-73v69,1,66,44,57,73r-41,0v6,-24,2,-43,-27,-42v-18,0,-34,11,-42,37v-10,32,29,44,55,54v33,13,45,33,37,68v-12,55,-49,77,-101,77v-68,0,-71,-46,-60,-85","w":186,"k":{",":11,".":11}},"T":{"d":"63,0r48,-222r-62,0r8,-35r162,0r-7,35r-60,0r-48,222r-41,0","w":166,"k":{"w":27,"y":27,",":33,".":33,"A":20,"r":27,"e":27,"o":27,"a":27,"-":27,"i":6,"O":11,"u":27,":":27,";":27}},"U":{"d":"73,-257r41,0r-39,184v-7,32,2,47,27,47v24,0,41,-15,48,-47r39,-184r41,0r-38,181v-13,59,-47,81,-96,81v-49,0,-75,-22,-62,-81","w":193,"k":{",":11,".":11}},"V":{"d":"58,0r-5,-257r43,0r1,205r89,-205r44,0r-119,257r-53,0","w":173,"k":{",":33,".":33,"A":13,"e":6,"o":6,"a":6,"-":6,"u":6,":":6,";":6}},"W":{"d":"52,0r5,-257r41,0r-8,200r77,-200r43,0r-8,201r77,-201r40,0r-106,257r-47,0r7,-194r-74,194r-47,0","w":266,"k":{"y":6,",":27,".":27,"A":11,"e":6,"o":6,"a":6,"-":6}},"X":{"d":"0,0r95,-131r-35,-126r46,0r23,85r58,-85r44,0r-89,126r38,131r-45,0r-25,-93r-66,93r-44,0","w":180},"Y":{"d":"65,0r21,-100r-33,-157r46,0r19,111r68,-111r43,0r-102,157r-21,100r-41,0","w":173,"k":{",":40,".":40,"A":20,"e":20,"o":20,"a":20,"-":27,"i":6,"O":14,"u":18,":":13,";":13,"S":6}},"Z":{"d":"6,0r7,-32r148,-190r-101,0r8,-35r146,0r-8,35r-147,187r108,0r-7,35r-154,0","w":166},"[":{"d":"14,66r68,-323r74,0r-7,29r-36,0r-56,265r36,0r-6,29r-73,0","w":100},"\\":{"d":"77,5r-25,-267r32,0r25,267r-32,0","w":106},"]":{"d":"-15,66r6,-29r37,0r56,-265r-36,0r6,-29r73,0r-69,323r-73,0","w":100},"^":{"d":"186,-101r-32,-118r-81,118r-31,0r105,-149r28,0r42,149r-31,0","w":216},"_":{"d":"-10,45r4,-18r180,0r-4,18r-180,0","w":180},"\u2018":{"d":"55,-154v12,-45,11,-95,63,-103r-4,21v-13,3,-22,16,-25,34r18,0r-11,48r-41,0","w":86,"k":{"\u2018":22,"A":20}},"a":{"d":"178,-151r-24,111v-2,10,6,16,14,12r-5,25v-19,10,-51,5,-48,-20v-24,40,-110,42,-93,-26v14,-56,45,-57,90,-69v27,2,47,-55,7,-54v-26,0,-33,18,-37,37r-37,0v9,-41,30,-64,81,-64v34,0,59,14,52,48xm79,-24v35,2,46,-43,52,-78v-25,15,-65,14,-70,49v-2,16,2,29,18,29","w":166},"b":{"d":"19,0r54,-257r39,0r-17,86v11,-17,28,-28,49,-28v30,0,57,14,39,100v-14,67,-40,104,-85,104v-29,1,-32,-18,-38,-29r-5,24r-36,0xm76,-95v-9,41,-9,69,18,69v27,0,39,-28,48,-72v11,-52,6,-70,-16,-70v-30,0,-40,27,-50,73","w":173,"k":{"y":4,",":13,".":13}},"c":{"d":"128,-71r37,0v-13,46,-35,76,-83,76v-56,0,-63,-42,-50,-102v13,-60,37,-102,93,-102v58,0,57,46,52,70r-39,0v4,-18,4,-41,-19,-41v-28,0,-39,30,-48,73v-9,43,-11,73,17,73v22,0,34,-18,40,-47","w":159,"k":{"y":6,",":13,".":13,"h":2,"k":2}},"d":{"d":"118,0v1,-7,6,-18,4,-24v-8,13,-21,29,-49,29v-45,0,-55,-37,-41,-104v18,-86,51,-100,81,-100v22,-1,33,13,39,28r18,-86r39,0r-55,257r-36,0xm138,-95v10,-46,10,-73,-20,-73v-22,0,-34,18,-45,70v-9,44,-10,72,17,72v27,0,39,-28,48,-69","w":173,"k":{"y":2}},"e":{"d":"173,-92r-101,0v-7,25,-17,70,17,70v28,0,37,-31,40,-43r37,0v-9,43,-41,70,-83,70v-32,0,-69,-9,-50,-99v11,-51,33,-105,94,-105v65,0,59,54,46,107xm77,-118r63,0v6,-24,8,-54,-19,-54v-27,0,-39,28,-44,54","w":166,"k":{",":13,".":13,"x":2}},"f":{"d":"31,0r35,-165r-27,0r6,-29r27,0v6,-49,31,-75,84,-65r-6,30v-28,-4,-38,10,-39,35r31,0r-6,29r-32,0r-35,165r-38,0","w":100,"k":{"\u201d":-6,"\u2019":-6,",":13,".":13}},"g":{"d":"17,17r37,0v-3,12,6,23,23,23v32,0,46,-39,47,-68v-11,17,-31,27,-50,27v-45,0,-48,-45,-37,-98v9,-42,28,-100,83,-100v24,-1,34,17,37,29r5,-24r36,0r-39,185v-10,47,-36,75,-88,75v-58,0,-57,-33,-54,-49xm77,-103v-7,33,-14,71,15,71v30,0,42,-38,48,-69v6,-32,10,-67,-17,-67v-28,0,-38,29,-46,65","w":173,"k":{",":6,".":6,"r":-2}},"h":{"d":"19,0r54,-257r39,0v-5,28,-15,58,-17,85v26,-37,105,-44,90,26r-31,146r-38,0r28,-133v5,-25,-1,-35,-20,-35v-16,0,-34,13,-39,38r-27,130r-39,0","w":173,"k":{"y":2}},"i":{"d":"21,0r41,-194r38,0r-41,194r-38,0xm68,-221r8,-39r38,0r-7,39r-39,0","w":79},"j":{"d":"62,-194r38,0r-43,207v-10,46,-35,57,-79,52r6,-30v22,1,30,-1,35,-26xm76,-260r38,0r-7,39r-39,0","w":79},"k":{"d":"19,0r54,-257r39,0r-30,144r76,-81r45,0r-74,75r41,119r-43,0r-29,-88r-27,26r-13,62r-39,0","w":166,"k":{"y":2,"e":2,"o":2}},"l":{"d":"21,0r54,-257r39,0r-55,257r-38,0","w":79},"m":{"d":"21,0r41,-194r36,0v0,7,-5,17,-3,23v19,-34,87,-39,91,2v24,-40,107,-47,91,22r-31,147r-39,0r28,-133v5,-25,0,-35,-16,-35v-16,0,-34,13,-39,38r-27,130r-39,0r28,-133v5,-25,0,-35,-16,-35v-15,0,-34,13,-39,38r-28,130r-38,0","w":266},"n":{"d":"19,0r41,-194r36,0v0,7,-5,17,-3,23v24,-37,107,-47,92,25r-31,146r-38,0r28,-133v5,-25,-1,-35,-20,-35v-16,0,-34,13,-39,38r-27,130r-39,0","w":173},"o":{"d":"32,-97v13,-60,37,-102,93,-102v57,0,64,42,51,102v-13,60,-40,102,-94,102v-54,0,-63,-42,-50,-102xm71,-97v-10,49,-11,73,17,73v28,0,39,-24,49,-73v9,-43,10,-73,-18,-73v-28,0,-39,30,-48,73","w":166,"k":{"v":2,"w":2,"y":2,",":6,".":6}},"p":{"d":"5,63r55,-257r36,0v-1,7,-6,18,-4,24v12,-17,29,-29,50,-29v44,0,54,38,40,105v-17,81,-54,99,-81,99v-22,1,-33,-13,-39,-28r-18,86r-39,0xm76,-99v-10,46,-9,73,18,73v22,0,35,-16,47,-70v9,-44,10,-72,-17,-72v-27,0,-39,28,-48,69","w":173,"k":{"y":2,",":6,".":6}},"q":{"d":"102,63r18,-86v-41,48,-116,42,-89,-71v16,-67,41,-105,86,-105v29,-1,32,18,37,29r5,-24r36,0r-54,257r-39,0xm139,-99v9,-41,9,-69,-18,-69v-27,0,-39,28,-48,72v-11,52,-5,70,15,70v30,0,41,-27,51,-73","w":173},"r":{"d":"19,0r41,-194r39,0v-1,10,-7,23,-6,31v15,-24,34,-41,61,-34r-8,39v-31,-6,-55,-1,-64,42r-24,116r-39,0","w":113,"k":{"v":-6,"y":-6,"\u2019":-4,",":33,".":33,"e":2,"a":2,"c":2,"d":2,"g":2,"m":-4,"n":-4,"q":4,"-":20}},"s":{"d":"168,-137r-37,0v4,-16,4,-35,-18,-35v-15,0,-28,7,-33,25v-7,23,26,30,45,37v27,10,36,25,30,56v-9,41,-43,59,-82,59v-53,0,-59,-27,-50,-67r35,0v-5,22,-3,40,22,40v34,0,53,-44,22,-56v-31,-12,-71,-22,-59,-67v9,-36,38,-54,78,-54v54,1,55,33,47,62","w":153},"t":{"d":"36,-165r6,-29r27,0r12,-55r39,0r-12,55r32,0r-6,29r-32,0r-25,116v-7,21,12,22,28,19r-6,29v-36,5,-74,12,-62,-44r26,-120r-27,0","w":100},"u":{"d":"118,0v0,-7,5,-17,3,-23v-28,37,-108,51,-90,-35r29,-136r39,0r-30,139v-4,22,3,29,20,29v17,0,35,-10,39,-32r29,-136r38,0r-41,194r-36,0","w":173},"v":{"d":"54,0r-10,-194r41,0r2,153r63,-153r42,0r-92,194r-46,0","w":153,"k":{",":27,".":27,"a":4}},"w":{"d":"49,0r-3,-194r41,0r-5,153r61,-153r44,0r-3,153r59,-153r39,0r-85,194r-44,0r1,-150r-59,150r-46,0","w":246,"k":{",":20,".":20,"o":2,"a":4}},"x":{"d":"1,0r74,-100r-30,-94r42,0r17,64r45,-64r42,0r-70,94r31,100r-42,0r-19,-72r-49,72r-41,0","w":153},"y":{"d":"44,-194r42,0r3,146r62,-146r41,0r-96,201v-29,59,-44,62,-96,58r7,-31v27,7,43,-10,50,-30","w":153,"k":{",":27,".":27,"e":2}},"z":{"d":"9,0r6,-30r113,-131r-80,0r7,-33r124,0r-7,32r-109,129r81,0r-6,33r-129,0","w":146},"{":{"d":"20,-84r5,-23v40,-5,42,-65,51,-103v11,-41,33,-51,76,-47r-4,22v-49,-6,-38,57,-49,91v-11,35,-34,45,-44,49v9,2,30,14,23,48r-14,66v-6,21,4,27,24,25r-4,22v-39,3,-63,-4,-56,-47v5,-34,33,-94,-8,-103","w":100},"|":{"d":"86,-293r29,0r0,391r-29,0r0,-391","w":146},"}":{"d":"120,-107r-5,23v-39,5,-42,65,-51,103v-10,41,-33,51,-76,47r5,-22v49,6,35,-58,49,-91v7,-35,35,-44,43,-49v-9,-2,-30,-14,-23,-48r14,-66v5,-20,-3,-27,-23,-25r4,-22v39,-3,63,4,56,47v-4,33,-33,93,7,103","w":100},"~":{"d":"159,-63v-25,0,-50,-24,-71,-26v-11,0,-23,9,-37,28r-7,-27v15,-21,34,-32,51,-32v24,0,49,25,71,26v11,0,24,-8,38,-27r7,27v-15,19,-35,31,-52,31","w":216},"'":{"d":"60,-154r22,-103r31,0r-22,103r-31,0","w":86},"\u201c":{"d":"57,-154v10,-46,11,-95,63,-103r-5,21v-13,3,-22,16,-25,34r18,0r-10,48r-41,0xm121,-154v10,-46,11,-95,63,-103r-5,21v-13,3,-22,16,-25,34r18,0r-10,48r-41,0","w":153,"k":{"A":20}},"\u2013":{"d":"18,-87r8,-34r180,0r-8,34r-180,0","w":180},"\u201d":{"d":"133,-210r10,-47r41,0v-11,46,-11,95,-63,103r4,-21v13,-3,24,-16,26,-35r-18,0xm69,-210r10,-47r41,0v-11,46,-11,95,-63,103r4,-21v13,-3,24,-16,26,-35r-18,0","w":153,"k":{" ":13}},"\u2026":{"d":"40,0r10,-48r41,0r-10,48r-41,0xm159,0r11,-48r41,0r-10,48r-42,0xm279,0r10,-48r41,0r-10,48r-41,0","w":360},"`":{"d":"80,-219r-27,-52r43,0r10,52r-26,0","w":79},"\u2014":{"d":"18,-87r8,-34r360,0r-8,34r-360,0","w":360},"\u2122":{"d":"79,-109r26,-124r-44,0r5,-24r120,0r-6,24r-44,0r-26,124r-31,0xm321,-109r24,-117r-68,117r-20,0r-20,-117r-25,117r-28,0r31,-148r43,0r18,105r63,-105r43,0r-32,148r-29,0","w":360},"\u00d7":{"d":"107,-91r-49,-63r24,-20r49,63r77,-63r16,20r-77,63r50,63r-25,20r-49,-63r-76,63r-16,-20","w":216},"\u00a0":{"w":86,"k":{"\u201c":13,"\u2018":13,"T":13,"V":13,"W":13,"Y":13,"A":13}}}});
Cufon.registerFont({"w":166,"face":{"font-family":"HelveticaCond","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 5 6 3 5 2 3 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-8 -276 360 66.3659","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"30","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":86,"k":{"\u201c":13,"\u2018":13,"T":13,"V":13,"W":13,"Y":13,"A":13}},"!":{"d":"36,-67r-6,-190r33,0r-6,190r-21,0xm30,0r0,-35r33,0r0,35r-33,0","w":92},"\"":{"d":"31,-166r0,-91r24,0r0,91r-24,0xm91,-166r0,-91r24,0r0,91r-24,0","w":146},"#":{"d":"28,0r10,-74r-30,0r0,-24r33,0r7,-55r-32,0r0,-24r35,0r9,-73r24,0r-9,73r38,0r9,-73r23,0r-9,73r29,0r0,24r-32,0r-7,55r30,0r0,24r-33,0r-9,74r-24,0r10,-74r-38,0r-10,74r-24,0xm71,-153r-7,55r39,0r6,-55r-38,0","w":172},"$":{"d":"93,-110r0,89v22,-2,39,-18,39,-43v0,-27,-17,-38,-39,-46xm78,-146r0,-83v-22,3,-34,17,-34,40v0,24,15,35,34,43xm78,-255r0,-21r15,0r0,21v44,2,64,26,65,70r-32,0v0,-24,-8,-41,-33,-44r0,88v33,11,72,20,72,72v0,54,-37,72,-72,74r0,34r-15,0r0,-34v-54,-2,-70,-32,-70,-83r31,0v0,26,2,53,39,57r0,-94v-32,-10,-67,-22,-67,-71v0,-23,9,-65,67,-69","w":172},"%":{"d":"64,-136v20,0,21,-20,21,-50v0,-30,-1,-49,-21,-49v-20,0,-22,19,-22,49v0,30,2,50,22,50xm67,5r112,-260r25,0r-112,260r-25,0xm210,-14v20,0,21,-20,21,-50v0,-30,-1,-50,-21,-50v-20,0,-22,20,-22,50v0,30,2,50,22,50xm64,-117v-43,0,-47,-33,-47,-69v0,-36,4,-69,47,-69v43,0,47,33,47,69v0,36,-4,69,-47,69xm210,5v-43,0,-48,-33,-48,-69v0,-36,5,-69,48,-69v43,0,47,33,47,69v0,36,-4,69,-47,69","w":273},"&":{"d":"80,-172v4,8,8,10,13,2v24,-13,36,-63,-3,-63v-35,0,-29,42,-10,61xm134,-46r-57,-81v-21,12,-36,31,-36,58v0,56,70,60,93,23xm99,-144r51,73v5,-13,8,-27,10,-50r28,0v0,19,-11,62,-21,75r33,46r-34,0r-17,-24v-20,19,-36,29,-64,29v-63,0,-76,-48,-76,-71v-1,-37,28,-64,54,-81v-10,-18,-27,-36,-27,-60v0,-30,24,-50,53,-50v32,0,55,14,55,49v0,30,-26,47,-45,64","w":200},"\u2019":{"d":"27,-219r0,-38r33,0v-1,42,8,79,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0","w":86,"k":{"\u2019":30,"s":20}},"(":{"d":"68,-257r17,0v-54,98,-51,225,0,323r-17,0v-70,-93,-70,-229,0,-323","w":86},")":{"d":"19,66r-18,0v56,-98,52,-225,0,-323r18,0v69,93,69,229,0,323","w":86},"*":{"d":"53,-214r0,-43r21,0r0,43r39,-15r8,21r-41,12r27,34r-18,13r-26,-36r-26,36r-18,-13r28,-34r-41,-12r8,-21","w":126},"+":{"d":"96,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79r79,0r0,24r-79,0r0,79r-24,0","w":216},",":{"d":"27,0r0,-38r33,0v-1,42,8,79,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0","w":86,"k":{"\u201d":13,"\u2019":13," ":13}},"-":{"d":"19,-88r0,-28r88,0r0,28r-88,0","w":126},".":{"d":"27,0r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},"\/":{"d":"-4,5r84,-267r24,0r-84,267r-24,0","w":100},"0":{"d":"86,5v-69,0,-72,-69,-72,-129v0,-56,3,-131,72,-131v69,0,73,68,73,131v0,54,-4,129,-73,129xm45,-124v0,54,2,105,41,105v39,0,41,-51,41,-105v0,-56,-2,-107,-41,-107v-39,0,-41,51,-41,107","w":172},"1":{"d":"24,-192r0,-21v32,-2,62,-6,63,-42r22,0r0,255r-31,0r0,-192r-54,0","w":172},"2":{"d":"158,-28r0,28r-143,0v0,-61,41,-93,76,-122v21,-18,34,-33,34,-61v0,-22,-10,-46,-37,-46v-39,0,-40,41,-40,55r-32,0v0,-48,20,-81,72,-81v59,0,69,46,69,68v3,80,-91,94,-109,159r110,0","w":172},"3":{"d":"65,-120r0,-24v36,4,56,-13,55,-45v0,-23,-10,-42,-34,-42v-33,0,-36,31,-36,50r-32,0v0,-44,21,-74,68,-74v53,0,65,38,65,66v1,27,-14,48,-39,56v29,6,47,24,47,59v0,46,-24,79,-73,79v-69,0,-72,-58,-72,-74r32,0v0,23,11,50,40,50v19,0,41,-9,41,-52v1,-36,-21,-53,-62,-49","w":172},"4":{"d":"103,-205v-24,37,-43,79,-65,118r65,0r0,-118xm11,-90r92,-165r30,0r0,168r29,0r0,25r-29,0r0,62r-30,0r0,-62r-92,0r0,-28","w":172},"5":{"d":"21,-119r14,-131r114,0r0,28r-90,0v-2,24,-9,52,-9,75v43,-42,108,-11,108,65v0,48,-21,87,-74,87v-60,0,-70,-50,-70,-71r32,0v0,13,5,47,39,47v36,0,42,-40,42,-66v0,-28,-11,-58,-43,-58v-22,0,-36,19,-36,25","w":172},"6":{"d":"154,-194r-31,0v0,-21,-12,-37,-34,-37v-49,0,-47,66,-44,97v5,-9,21,-29,49,-29v44,0,66,33,66,81v0,49,-24,87,-72,87v-71,0,-75,-68,-75,-121v0,-58,3,-139,77,-139v59,0,64,49,64,61xm48,-78v0,27,8,59,40,59v32,0,41,-32,41,-59v0,-27,-7,-59,-41,-59v-34,0,-40,32,-40,59","w":172},"7":{"d":"159,-224v-36,48,-78,136,-85,224r-35,0v12,-86,46,-163,91,-222r-116,0r0,-28r145,0r0,26","w":172},"8":{"d":"86,5v-93,0,-95,-121,-28,-141v-63,-19,-41,-127,28,-119v69,-8,92,100,28,119v67,21,64,141,-28,141xm86,-231v-23,0,-33,18,-33,42v0,24,10,41,33,41v23,0,34,-17,34,-41v0,-24,-11,-42,-34,-42xm45,-71v0,30,11,52,41,52v30,0,42,-22,42,-52v0,-30,-12,-53,-42,-53v-30,0,-41,23,-41,53","w":172},"9":{"d":"18,-56r32,0v0,21,12,37,34,37v49,0,47,-66,44,-97v-5,9,-21,29,-49,29v-44,0,-66,-33,-66,-81v0,-49,24,-87,72,-87v71,0,75,68,75,121v0,58,-3,139,-77,139v-59,0,-65,-49,-65,-61xm125,-172v0,-27,-8,-59,-40,-59v-32,0,-41,32,-41,59v0,27,7,59,41,59v34,0,40,-32,40,-59","w":172},":":{"d":"27,-144r0,-38r33,0r0,38r-33,0xm27,0r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},";":{"d":"27,0r0,-38r33,0v-1,42,8,79,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0xm27,-144r0,-38r33,0r0,38r-33,0","w":86},"<":{"d":"17,-80r0,-22r182,-83r0,24r-154,70r154,70r0,24","w":216},"=":{"d":"17,-116r0,-24r182,0r0,24r-182,0xm17,-42r0,-24r182,0r0,24r-182,0","w":216},">":{"d":"17,3r0,-24r154,-70r-154,-70r0,-24r182,83r0,22","w":216},"?":{"d":"62,-67v-9,-63,55,-72,54,-127v0,-21,-12,-40,-35,-40v-35,0,-38,35,-38,53r-30,0v0,-42,21,-79,67,-79v43,0,67,29,67,68v0,55,-62,69,-57,125r-28,0xm59,0r0,-35r34,0r0,35r-34,0","w":159},"@":{"d":"86,-105v0,20,15,34,34,34v33,0,56,-49,56,-76v0,-16,-11,-36,-29,-36v-35,0,-61,45,-61,78xm188,-175v5,-6,5,-16,9,-23r20,0r-34,118v0,5,4,9,11,9v33,0,60,-38,60,-78v0,-54,-48,-91,-110,-91v-62,0,-110,48,-110,111v0,64,48,112,110,112v44,0,79,-14,98,-40r22,0v-23,40,-65,62,-120,62v-74,0,-134,-60,-134,-134v0,-74,60,-133,134,-133v78,0,134,46,134,111v0,62,-51,102,-93,102v-14,0,-24,-7,-26,-22v-26,37,-96,24,-96,-32v0,-50,33,-102,84,-102v18,0,33,8,41,30","w":288},"A":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0","w":180,"k":{"p":-4,"Q":-4,"T":20,"V":7,"W":7,"Y":20,"\u201d":20,"\u2019":20}},"B":{"d":"53,-122r0,96r43,0v33,0,45,-22,45,-47v-1,-50,-40,-51,-88,-49xm21,0r0,-257v72,2,143,-17,145,66v1,24,-17,45,-38,54v32,8,46,32,46,64v0,79,-75,75,-153,73xm53,-231r0,85v42,-2,72,13,79,-43v5,-41,-36,-45,-79,-42","w":186},"C":{"d":"145,-88r33,0v-3,49,-22,93,-78,93v-73,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v53,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67","w":186},"D":{"d":"56,-231r0,205r33,0v55,0,61,-56,61,-102v0,-50,-3,-103,-61,-103r-33,0xm24,0r0,-257r69,0v80,0,90,57,90,128v0,65,-16,129,-87,129r-72,0","w":200,"k":{"Y":7}},"E":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0"},"F":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,120r-32,0","w":159,"k":{"a":7,"A":19,"e":9,"i":6,"o":7,"r":7,",":40,".":40}},"G":{"d":"176,-186r-33,0v-1,-27,-12,-50,-43,-50v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,47,-53,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,22,-28,40,-56,40v-67,0,-79,-65,-79,-134v0,-65,12,-133,83,-133v74,0,76,63,76,76","w":193},"H":{"d":"172,-257r0,257r-31,0r0,-124r-88,0r0,124r-32,0r0,-257r32,0r0,105r88,0r0,-105r31,0","w":193},"I":{"d":"21,0r0,-257r32,0r0,257r-32,0","w":73},"J":{"d":"132,-257r0,183v0,46,-11,79,-64,79v-51,0,-63,-34,-60,-80r30,0v-2,29,2,55,30,54v29,0,33,-19,33,-54r0,-182r31,0","w":153},"K":{"d":"21,0r0,-257r32,0r0,125r89,-125r35,0r-77,107r84,150r-35,0r-70,-124r-26,37r0,87r-32,0","w":180,"k":{"y":4,"o":7,"u":7}},"L":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0","w":159,"k":{"T":34,"V":27,"W":27,"Y":33,"\u201d":33,"\u2019":33,"y":13}},"M":{"d":"22,0r0,-257r53,0r52,204r52,-204r53,0r0,257r-32,0r-1,-225r-56,225r-32,0r-58,-225r0,225r-31,0","w":253},"N":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0","w":200},"O":{"d":"100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107","w":200,"k":{"Y":9,"X":9}},"P":{"d":"21,0r0,-257r65,0v22,0,80,0,80,74v0,63,-47,80,-113,74r0,109r-32,0xm53,-231r0,96v46,2,78,1,80,-50v2,-42,-35,-50,-80,-46","w":173,"k":{"a":6,"A":13,"e":6,"o":6,",":46,".":46}},"Q":{"d":"170,15r-26,-23v-11,8,-26,13,-44,13v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v71,0,83,68,83,133v0,37,-4,76,-21,102r26,24xm123,-27r-24,-22r17,-20r24,22v15,-51,26,-189,-40,-189v-44,0,-50,48,-50,107v0,69,15,127,73,102","w":200},"R":{"d":"21,0r0,-257v71,-1,149,-10,149,64v0,29,-12,57,-40,66v57,-1,24,105,53,127r-39,0v-10,-15,-7,-52,-10,-77v-6,-53,-39,-33,-81,-37r0,114r-32,0xm53,-231r0,91v45,-3,78,14,84,-50v3,-39,-41,-44,-84,-41","w":186,"k":{"T":6,"W":-7,"Y":6,"U":-7}},"S":{"d":"162,-190r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123v0,59,-44,76,-80,76v-60,0,-78,-31,-78,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,25,72,72","w":180},"T":{"d":"99,-229r0,229r-32,0r0,-229r-64,0r0,-28r161,0r0,28r-65,0","k":{"w":27,"y":20,"a":27,"A":20,"e":27,"i":6,"o":27,"r":27,",":33,".":33,"u":27,"-":20,":":27,";":27}},"U":{"d":"18,-76r0,-181r32,0r0,181v0,38,12,55,43,55v34,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-51,0,-75,-28,-75,-81","w":186},"V":{"d":"62,0r-63,-257r33,0r52,221r50,-221r33,0r-65,257r-40,0","k":{"a":6,"A":13,"e":6,"o":6,",":33,".":33,"u":6,"-":6,":":6,";":6}},"W":{"d":"54,0r-51,-257r32,0r40,210r36,-210r38,0r37,210r39,-210r32,0r-53,257r-38,0r-36,-208r-37,208r-39,0","w":259,"k":{"a":6,"A":6,"e":6,"o":6,",":27,".":27,"-":6}},"X":{"d":"69,-131r-63,-126r35,0r47,96r47,-96r33,0r-64,126r68,131r-35,0r-51,-103r-52,103r-33,0","w":173},"Y":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101","k":{"a":27,"A":20,"e":27,"i":11,"o":27,",":40,".":40,"u":22,"-":27,":":13,";":13}},"Z":{"d":"8,0r0,-27r116,-202r-109,0r0,-28r142,0r0,29r-116,200r117,0r0,28r-150,0"},"[":{"d":"28,66r0,-323r65,0r0,24r-37,0r0,275r37,0r0,24r-65,0","w":93},"\\":{"d":"80,5r-84,-267r24,0r84,267r-24,0","w":100},"]":{"d":"65,-257r0,323r-64,0r0,-24r36,0r0,-275r-36,0r0,-24r64,0","w":93},"^":{"d":"17,-94r82,-156r18,0r82,156r-24,0r-67,-130r-67,130r-24,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"60,-204r0,38r-33,0v1,-42,-8,-79,33,-91r0,17v-15,7,-16,17,-16,36r16,0","w":86,"k":{"\u2018":30}},"a":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86","w":159},"b":{"d":"48,-96v0,40,7,75,39,75v28,0,35,-31,35,-75v0,-46,-7,-76,-35,-76v-32,0,-39,39,-39,76xm20,0r0,-257r30,0r1,86v7,-17,25,-27,44,-27v52,0,59,62,59,102v0,54,-18,101,-63,101v-21,0,-38,-15,-42,-29r0,24r-29,0"},"c":{"d":"142,-134r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,31,-16,72,-64,72v-47,0,-66,-33,-66,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64","w":153,"k":{"l":7,"y":7}},"d":{"d":"44,-96v0,46,8,75,36,75v33,0,38,-31,38,-75v0,-37,-6,-76,-38,-76v-28,0,-36,30,-36,76xm147,-257r0,257r-29,0v-1,-7,2,-18,-1,-24v-4,14,-20,29,-41,29v-46,0,-63,-40,-63,-101v0,-40,6,-102,60,-102v18,-1,35,12,44,27r0,-86r30,0","k":{"y":-4}},"e":{"d":"46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm147,-93r-102,0v0,30,0,74,37,74v29,0,33,-30,33,-44r30,0v0,21,-12,68,-65,68v-47,0,-67,-33,-67,-99v0,-48,10,-104,69,-104v64,0,65,56,65,105","w":159},"f":{"d":"29,0r0,-169r-28,0r0,-24r28,0v-5,-49,12,-74,64,-67r0,26v-18,-1,-34,-1,-34,18r0,23r33,0r0,24r-33,0r0,169r-30,0","w":93,"k":{"\u201d":-6,"\u2019":-6}},"g":{"d":"80,-172v-28,0,-36,30,-36,76v0,31,5,70,35,70v33,0,39,-30,39,-70v0,-37,-6,-76,-38,-76xm147,-193r0,181v0,58,-27,78,-66,78v-12,0,-58,0,-63,-48r30,0v1,18,15,24,31,24v50,0,38,-36,37,-68v-6,16,-25,26,-44,26v-56,0,-59,-70,-59,-96v0,-52,14,-102,63,-102v22,-1,36,17,42,30r0,-25r29,0","k":{"y":-4}},"h":{"d":"20,0r0,-257r30,0r1,86v8,-16,29,-27,46,-27v50,0,50,38,50,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0"},"i":{"d":"22,0r0,-193r30,0r0,193r-30,0xm22,-222r0,-35r30,0r0,35r-30,0","w":73},"j":{"d":"52,-193r0,212v2,37,-22,51,-60,46r0,-26v23,5,30,-7,30,-31r0,-201r30,0xm52,-257r0,35r-30,0r0,-35r30,0","w":73},"k":{"d":"95,-120r69,120r-35,0r-54,-95r-25,30r0,65r-30,0r0,-257r30,0r1,153r67,-89r36,0","w":159},"l":{"d":"22,0r0,-257r30,0r0,257r-30,0","w":73,"k":{"w":-4}},"m":{"d":"23,0r0,-193r28,0v1,7,-2,18,1,23v15,-35,80,-41,89,3v9,-17,25,-31,45,-31v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-1,-39,-26,-39v-14,0,-36,9,-36,39r0,133r-30,0r0,-133v0,-15,-1,-39,-26,-39v-14,0,-36,9,-36,39r0,133r-30,0","w":259},"n":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0","k":{"y":-4}},"o":{"d":"10,-96v0,-54,15,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-7,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77","w":159,"k":{"w":-4,"y":-4}},"p":{"d":"48,-96v0,37,7,75,39,75v28,0,35,-29,35,-79v0,-42,-7,-72,-35,-72v-33,0,-39,32,-39,76xm20,63r0,-256r29,0r0,24v4,-14,21,-29,42,-29v46,0,63,41,63,98v0,44,-13,105,-63,105v-18,1,-32,-12,-41,-27r0,85r-30,0"},"q":{"d":"118,-96v0,-44,-5,-76,-38,-76v-28,0,-36,30,-36,72v0,50,8,79,36,79v32,0,38,-38,38,-75xm117,63r-1,-85v-7,17,-23,27,-40,27v-50,0,-63,-52,-63,-105v0,-57,17,-98,63,-98v22,-1,36,17,42,29r0,-24r29,0r0,256r-30,0"},"r":{"d":"20,0r0,-193r30,0v1,9,-2,22,1,29v10,-22,27,-40,55,-32r0,30v-26,-7,-56,5,-56,44r0,122r-30,0","w":106,"k":{"v":-6,"y":-6,",":27,".":27,"-":13}},"s":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,95,21,95,90v0,41,-27,60,-63,60v-66,0,-66,-48,-66,-68r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32","w":146,"k":{"w":-4}},"t":{"d":"29,-193r0,-56r30,0r0,56r34,0r0,24r-34,0r0,124v-3,21,16,23,33,20r0,25v-29,6,-72,-1,-63,-36r0,-133r-28,0r0,-24r28,0","w":93},"u":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0"},"v":{"d":"56,0r-52,-193r33,0r36,155r36,-155r34,0r-53,193r-34,0","w":146,"k":{",":20,".":20}},"w":{"d":"49,0r-45,-193r31,0r32,158r33,-158r35,0r33,158r30,-158r32,0r-46,193r-33,0r-35,-158r-32,158r-35,0","w":233,"k":{",":13,".":13}},"x":{"d":"55,-100r-49,-93r33,0r35,69r35,-69r33,0r-50,93r52,100r-33,0r-39,-76r-37,76r-33,0","w":146},"y":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-4,35,-31,57,-74,49r0,-23v28,7,45,-11,47,-35","w":146,"k":{"a":-4,",":20,".":20}},"z":{"d":"14,-167r0,-26r116,0r0,25r-86,142r86,0r0,26r-120,0r0,-24r87,-143r-83,0","w":140},"{":{"d":"1,-85r0,-21v57,-1,-6,-160,66,-151r26,0r0,24v-53,-11,-37,46,-37,91v0,37,-25,43,-32,47v8,1,32,11,32,46r0,62v-4,22,12,33,37,29r0,24v-40,1,-63,1,-65,-47v-1,-39,9,-104,-27,-104","w":93},"|":{"d":"28,5r0,-267r24,0r0,267r-24,0","w":79},"}":{"d":"93,-106r0,21v-58,0,5,160,-67,151r-25,0r0,-24v52,10,36,-47,36,-91v0,-37,25,-43,32,-47v-8,-1,-32,-11,-32,-46r0,-62v4,-21,-11,-33,-36,-29r0,-24v39,-1,62,-1,64,47v1,40,-8,104,28,104","w":93},"~":{"d":"147,-66v-25,0,-54,-27,-76,-27v-17,0,-30,16,-36,26r-15,-16v11,-15,26,-34,49,-34v25,0,53,28,76,28v17,0,30,-17,36,-27r15,17v-11,15,-26,33,-49,33","w":216},"'":{"d":"31,-166r0,-91r24,0r0,91r-24,0","w":86},"\u201c":{"d":"118,-204r0,38r-33,0v1,-42,-8,-79,33,-91r0,17v-15,7,-16,17,-16,36r16,0xm62,-204r0,38r-34,0v1,-43,-7,-79,34,-91r0,17v-15,7,-16,17,-16,36r16,0","w":146},"\u2013":{"d":"0,-89r0,-26r180,0r0,26r-180,0","w":180},"\u201d":{"d":"118,-257v-1,42,8,79,-33,91r0,-17v16,-7,16,-17,16,-36r-16,0r0,-38r33,0xm62,-257v-1,43,7,79,-34,91r0,-17v16,-7,16,-17,16,-36r-16,0r0,-38r34,0","w":146,"k":{" ":13}},"\u2026":{"d":"44,0r0,-38r33,0r0,38r-33,0xm163,0r0,-38r34,0r0,38r-34,0xm283,0r0,-38r33,0r0,38r-33,0","w":360},"`":{"d":"-6,-271r36,0r25,51r-22,0","w":73},"\u2014":{"d":"0,-89r0,-26r360,0r0,26r-360,0","w":360},"\u2122":{"d":"67,-109r0,-126r-48,0r0,-22r118,0r0,22r-47,0r0,126r-23,0xm305,-109r0,-122r-50,122r-15,0r-50,-122r0,122r-24,0r0,-148r35,0r47,114r46,-114r35,0r0,148r-24,0","w":356},"\u00d7":{"d":"173,-11r-65,-65r-65,65r-15,-15r65,-65r-65,-65r15,-15r65,64r65,-64r15,15r-65,65r65,65","w":216},"\u00a0":{"w":86,"k":{"\u201c":13,"\u2018":13,"T":13,"V":13,"W":13,"Y":13,"A":13}}}});
Cufon.registerFont({"w":172,"face":{"font-family":"HelveticaCondBoldObl","font-weight":700,"font-style":"italic","font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 7 6 3 5 2 3 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-22 -293 396 98","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"38","stemv":"50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":86,"k":{"\u201c":13,"\u2018":13}},"!":{"d":"86,-72r-36,0r15,-102r18,-83r50,0v-13,65,-29,125,-47,185xm39,-48r49,0r-10,48r-50,0","w":106},"\"":{"d":"126,-141r25,-116r44,0r-24,116r-45,0xm56,-141r25,-116r44,0r-24,116r-45,0","w":166},"#":{"d":"13,-63r9,-40r31,0r15,-44r-26,0r9,-40r31,0r21,-63r35,0r-21,63r35,0r21,-63r35,0r-22,63r27,0r-9,40r-31,0r-15,44r26,0r-8,40r-31,0r-22,63r-34,0r21,-63r-35,0r-21,63r-35,0r21,-63r-27,0xm103,-147r-15,44r35,0r15,-44r-35,0"},"$":{"d":"117,-97r-13,64v28,-4,39,-52,13,-64xm108,-159r12,-58v-22,3,-37,45,-12,58xm66,36r7,-31v-63,-6,-62,-40,-54,-81r50,0v-4,20,-6,38,12,43r15,-73v-94,-22,-47,-148,32,-149r5,-25r23,0r-5,25v55,5,59,38,51,73r-50,0v4,-18,3,-31,-9,-35r-14,68v32,16,68,23,56,77v-11,52,-41,74,-89,77r-7,31r-23,0"},"%":{"d":"214,-65v-6,28,-7,43,7,43v14,0,19,-15,25,-43v6,-26,7,-40,-7,-40v-14,0,-19,14,-25,40xm176,-64v10,-46,23,-68,68,-68v45,0,50,22,40,68v-10,46,-24,69,-69,69v-45,0,-49,-23,-39,-69xm49,-186v10,-46,24,-69,69,-69v45,0,49,23,39,69v-10,46,-23,69,-68,69v-45,0,-50,-23,-40,-69xm88,-188v-6,28,-8,43,6,43v14,0,20,-15,26,-43v5,-26,6,-40,-8,-40v-14,0,-19,14,-24,40xm48,11r204,-272r32,0r-204,272r-32,0","w":280},"&":{"d":"142,-225v-29,0,-32,35,-15,57v13,-8,31,-24,33,-36v2,-14,-5,-21,-18,-21xm134,-51r-30,-62v-23,15,-31,28,-35,44v-9,36,46,44,65,18xm144,-137r27,52v8,-11,16,-28,18,-38r44,0v-6,28,-22,53,-42,75r24,48r-56,0r-10,-20v-16,15,-42,25,-67,25v-65,0,-69,-45,-63,-74v6,-30,32,-54,68,-74v-36,-50,-3,-114,63,-114v44,0,59,24,53,54v-5,26,-24,45,-59,66","w":213},"\u2019":{"d":"125,-257v-11,51,-15,112,-72,116r5,-26v16,-2,23,-19,27,-34r-19,0r12,-56r47,0","w":93,"k":{"\u2019":23,"d":9,"s":13}},"(":{"d":"161,-257v-64,84,-106,196,-68,323r-39,0v-49,-141,-8,-225,69,-323r38,0","w":106},")":{"d":"-14,66v64,-83,106,-195,69,-323r38,0v49,141,9,225,-69,323r-38,0","w":106},"*":{"d":"110,-257r30,0r-10,46r47,-14r3,28r-47,14r19,38r-27,17r-20,-38r-34,38r-21,-17r35,-38r-41,-14r15,-28r41,14","w":140},"+":{"d":"86,0r14,-69r-68,0r9,-44r69,0r15,-69r44,0r-15,69r69,0r-9,44r-69,0r-15,69r-44,0","w":216},",":{"d":"31,-56r48,0v-11,51,-15,112,-72,115r5,-25v15,-3,24,-18,26,-34r-19,0","w":86,"k":{"\u201d":13,"\u2019":13," ":13}},"-":{"d":"42,-125r102,0r-9,42r-102,0","w":133},".":{"d":"31,-56r48,0r-12,56r-48,0","w":86,"k":{"\u201d":33,"\u2019":33," ":13}},"\/":{"d":"-2,5r138,-267r40,0r-138,267r-40,0","w":119},"0":{"d":"87,-135r-6,27v-14,64,-10,79,12,79v23,0,32,-19,46,-85r6,-28v14,-64,11,-79,-11,-79v-23,0,-33,20,-47,86xm32,-119v15,-71,32,-136,108,-136v62,0,73,34,54,124v-15,71,-33,136,-109,136v-62,0,-72,-34,-53,-124"},"1":{"d":"117,0r-51,0r38,-180r-51,0r7,-34v37,1,61,-12,73,-41r38,0"},"2":{"d":"172,-40r-9,40r-157,0v8,-53,58,-96,105,-131v28,-20,33,-32,39,-58v4,-21,-2,-32,-18,-32v-26,0,-33,23,-39,50r-50,0v8,-52,39,-84,97,-84v51,0,66,26,61,70v-8,63,-98,97,-125,145r96,0"},"3":{"d":"23,-75r50,0v-5,30,-5,46,18,46v25,0,32,-19,38,-41v8,-30,-6,-48,-42,-43r7,-34v35,4,49,-14,55,-41v5,-24,0,-33,-17,-33v-22,0,-31,17,-36,41r-47,0v11,-50,43,-75,91,-75v46,0,68,21,59,66v-6,32,-27,50,-51,57v32,5,40,28,33,60v-7,34,-30,77,-101,77v-50,0,-67,-30,-57,-80"},"4":{"d":"116,-93r19,-97r-70,97r51,0xm16,-53r9,-42r119,-160r53,0r-34,162r25,0r-9,40r-25,0r-11,53r-47,0r11,-53r-91,0"},"5":{"d":"206,-250r-8,40r-94,0r-18,58v13,-13,30,-19,52,-19v49,0,54,42,45,82v-12,56,-36,94,-102,94v-69,0,-66,-44,-59,-78r50,0v-4,17,-6,42,16,42v21,0,31,-18,41,-50v20,-67,-35,-66,-48,-30r-46,0r38,-139r133,0"},"6":{"d":"202,-190r-50,0v4,-19,1,-31,-16,-31v-30,0,-44,43,-48,77v12,-13,31,-22,53,-22v45,0,55,34,45,80v-13,58,-45,91,-102,91v-71,0,-68,-57,-55,-119v15,-72,32,-141,116,-141v37,0,67,16,57,65xm76,-79v-6,29,-6,50,18,50v25,0,33,-21,39,-50v7,-35,2,-48,-18,-48v-21,0,-32,13,-39,48"},"7":{"d":"61,-250r157,0r-8,40v-55,59,-96,138,-120,210r-54,0v21,-62,59,-137,123,-205r-108,0"},"8":{"d":"21,-72v6,-33,28,-56,56,-64v-26,-7,-30,-31,-26,-49v11,-50,43,-70,89,-70v46,0,71,20,61,70v-4,19,-21,41,-48,50v27,6,36,31,30,63v-6,29,-27,77,-98,77v-71,0,-69,-48,-64,-77xm101,-186v-5,24,2,36,17,36v15,0,28,-12,33,-36v5,-23,0,-35,-17,-35v-17,0,-28,12,-33,35xm72,-73v-5,24,-2,44,21,44v23,0,33,-20,38,-44v5,-24,3,-44,-20,-44v-23,0,-34,20,-39,44"},"9":{"d":"24,-59r49,0v-4,19,0,30,17,30v30,1,42,-39,48,-77v-11,13,-31,22,-53,22v-45,0,-55,-34,-45,-80v12,-58,44,-91,101,-91v71,0,69,57,56,119v-15,72,-32,141,-116,141v-37,0,-67,-15,-57,-64xm93,-171v-8,35,-2,49,18,49v21,0,31,-14,39,-49v6,-29,6,-50,-18,-50v-25,0,-33,21,-39,50"},":":{"d":"19,0r12,-56r48,0r-12,56r-48,0xm48,-131r11,-57r48,0r-12,57r-47,0","w":86},";":{"d":"31,-56r48,0v-11,51,-15,112,-72,115r5,-25v15,-3,24,-18,26,-34r-19,0xm59,-188r48,0r-12,57r-47,0","w":86},"<":{"d":"32,-72r8,-38r198,-75r-9,45r-132,49r111,49r-10,45","w":216},"=":{"d":"40,-108r9,-45r182,0r-9,45r-182,0xm23,-30r10,-44r182,0r-10,44r-182,0","w":216},">":{"d":"16,3r10,-45r132,-49r-111,-49r9,-45r166,75r-7,38","w":216},"?":{"d":"98,-177r-47,0v8,-48,36,-83,88,-83v84,-1,76,87,27,126v-20,16,-43,33,-45,63r-45,0v4,-40,27,-64,54,-86v12,-10,19,-24,22,-38v4,-18,-2,-31,-18,-31v-21,-1,-32,25,-36,49xm68,-48r50,0r-10,48r-50,0","w":173},"@":{"d":"132,-117v-3,16,5,29,20,29v24,0,47,-25,51,-46v3,-15,-6,-28,-21,-28v-23,0,-46,25,-50,45xm225,-176r9,-19r32,0r-46,105v-1,5,1,7,6,7v14,0,43,-24,51,-62v10,-48,-28,-83,-78,-83v-57,0,-110,48,-121,100v-12,55,26,99,81,99v33,0,61,-11,83,-23r32,0v-33,36,-77,57,-131,57v-74,0,-121,-60,-105,-134v15,-74,88,-133,162,-133v72,0,124,43,110,109v-16,76,-89,103,-112,103v-16,1,-19,-8,-20,-19v-32,32,-102,23,-87,-42v9,-44,49,-89,96,-89v18,0,31,7,38,24","w":288},"A":{"d":"0,0r123,-257r64,0r13,257r-54,0r0,-54r-69,0r-23,54r-54,0xm95,-97r51,0r-1,-115","w":200,"k":{"w":6,"T":20,"v":6,"V":4,"W":4,"y":6,"Y":20,"\u201d":20,"\u2019":20}},"B":{"d":"18,0r55,-257v72,2,163,-18,146,65v-6,29,-26,48,-51,57v27,4,41,26,34,60v-9,40,-37,75,-97,75r-87,0xm116,-219r-14,67v35,2,57,-4,63,-33v7,-32,-17,-36,-49,-34xm94,-116r-16,78v38,1,62,-2,70,-39v8,-40,-19,-40,-54,-39","w":200},"C":{"d":"216,-170r-52,0v8,-37,3,-54,-20,-54v-26,0,-38,26,-53,99v-17,78,-8,92,14,92v19,0,34,-10,46,-65r52,0v-12,55,-36,103,-104,103v-78,0,-76,-56,-59,-134v17,-78,38,-133,116,-133v74,0,68,55,60,92","w":193,"k":{"A":6}},"D":{"d":"21,0r54,-257r85,0v72,0,75,49,59,125v-19,91,-48,132,-117,132r-81,0xm119,-219r-38,181v62,4,65,-12,85,-93v17,-69,12,-94,-47,-88","w":206,"k":{"Y":20,"A":12,",":9,".":9}},"E":{"d":"73,-257r143,0r-9,42r-91,0r-13,61r86,0r-9,42r-86,0r-15,70r95,0r-9,42r-147,0","w":173},"F":{"d":"18,0r55,-257r143,0r-9,42r-91,0r-13,61r86,0r-9,42r-86,0r-24,112r-52,0","w":166,"k":{"A":13,",":40,".":40,"a":7,"e":7}},"G":{"d":"220,-181r-49,0v4,-19,0,-43,-21,-43v-25,0,-40,26,-54,90v-13,62,-16,101,14,101v20,0,46,-35,46,-67r-34,0r8,-39r84,0r-29,139r-38,0v1,-7,6,-18,4,-24v-17,20,-36,29,-60,29v-64,0,-66,-47,-47,-136v18,-86,48,-131,114,-131v57,0,73,29,62,81","w":200},"H":{"d":"18,0r55,-257r52,0r-21,98r60,0r21,-98r52,0r-55,257r-52,0r24,-114r-60,0r-24,114r-52,0","w":200},"I":{"d":"72,0r-51,0r54,-257r52,0","w":92},"J":{"d":"154,-257r52,0r-40,185v-12,55,-41,77,-94,77v-61,1,-61,-45,-49,-86r47,0v-6,22,-10,48,13,48v19,0,25,-13,31,-40","w":166},"K":{"d":"73,-257r52,0r-22,103r88,-103r56,0r-93,110r46,147r-58,0r-31,-105r-25,29r-16,76r-52,0","w":193},"L":{"d":"162,0r-144,0r55,-257r52,0r-46,215r92,0","w":166,"k":{"T":27,"V":27,"W":27,"y":13,"Y":33,"\u201d":33,"\u2019":33}},"M":{"d":"19,0r55,-257r77,0r-1,181r75,-181r77,0r-55,257r-47,0r43,-205r-90,205r-40,0r-3,-205r-43,205r-48,0","w":266},"N":{"d":"73,-257r59,0r26,176r38,-176r47,0r-54,257r-59,0r-26,-180r-38,180r-48,0","w":206},"O":{"d":"40,-129v17,-78,38,-133,116,-133v78,0,76,55,59,133v-17,78,-38,134,-116,134v-78,0,-76,-56,-59,-134xm92,-129v-15,69,-16,96,15,96v31,0,41,-27,56,-96v14,-69,16,-95,-15,-95v-31,0,-42,26,-56,95","w":200,"k":{"T":9,"Y":9,"A":9,",":9,".":9}},"P":{"d":"18,0r55,-257r90,0v53,0,62,38,54,77v-14,63,-56,81,-125,77r-22,103r-52,0xm116,-219r-16,78v37,2,57,-3,66,-38v9,-34,-15,-43,-50,-40","w":186,"k":{"A":19,",":54,".":54,"a":9,"e":9,"o":9}},"Q":{"d":"134,0v-10,4,-21,5,-35,5v-78,0,-76,-56,-59,-134v17,-78,38,-133,116,-133v78,0,76,55,59,133v-9,44,-20,81,-42,105r22,28r-37,28xm92,-129v-15,69,-16,96,15,96v31,0,41,-27,56,-96v14,-69,16,-95,-15,-95v-31,0,-42,26,-56,95","w":200},"R":{"d":"116,-219r-16,74v38,2,61,-2,69,-38v8,-35,-19,-38,-53,-36xm18,0r55,-257v73,1,170,-17,150,66v-8,34,-26,58,-57,64v34,5,37,25,25,79v-7,30,-3,40,1,48r-56,0v-8,-24,6,-52,8,-76v9,-32,-19,-36,-51,-33r-23,109r-52,0","w":200,"k":{"T":6,"W":-4,"Y":6,"U":-4}},"S":{"d":"25,-80r52,0v-7,23,-7,49,24,47v16,0,34,-10,38,-32v5,-23,-5,-32,-37,-44v-42,-16,-60,-34,-51,-77v11,-50,47,-76,96,-76v49,0,78,27,63,76r-49,0v5,-24,-1,-38,-21,-38v-38,1,-52,50,-16,65v36,14,85,38,71,85v-16,53,-50,79,-106,79v-64,0,-77,-34,-64,-85","w":186},"T":{"d":"59,-257r164,0r-9,42r-56,0r-46,215r-52,0r46,-215r-56,0","k":{"w":27,"y":20,"A":20,",":33,".":33,"a":27,"e":27,"o":27,"-":20,"i":6,"r":27,"u":27,":":27,";":27}},"U":{"d":"69,-257r52,0r-38,179v-5,26,-3,45,21,45v24,0,35,-19,40,-45r38,-179r52,0r-39,179v-14,66,-57,83,-99,83v-42,0,-80,-14,-65,-83","w":193},"V":{"d":"56,-257r55,0r-3,190r79,-190r53,0r-113,257r-67,0","w":186,"k":{"A":13,",":33,".":26,"a":6,"e":9,"o":9,"-":6,"i":9,"u":11,":":6,";":6}},"W":{"d":"50,0r8,-257r49,0r-11,190r71,-190r49,0r-9,190r69,-190r49,0r-101,257r-58,0r10,-186r-68,186r-58,0","w":273,"k":{"A":6,",":27,".":27,"a":6,"e":6,"o":6,"-":6}},"X":{"d":"94,-130r-32,-127r57,0r16,83r50,-83r57,0r-87,127r36,130r-58,0r-19,-87r-55,87r-57,0","w":193},"Y":{"d":"56,-257r58,0r13,99r58,-99r56,0r-100,156r-21,101r-52,0r21,-101","w":187,"k":{"A":20,",":40,".":40,"a":29,"e":29,"o":29,"-":27,"i":9,"u":22,":":13,";":13,"O":7,"S":6}},"Z":{"d":"9,0r8,-38r132,-177r-88,0r9,-42r148,0r-8,39r-134,176r98,0r-9,42r-156,0","w":173},"[":{"d":"15,66r69,-323r82,0r-8,36r-37,0r-54,251r38,0r-8,36r-82,0","w":113},"\\":{"d":"79,5r-24,-267r40,0r25,267r-41,0","w":119},"]":{"d":"-12,66r8,-36r37,0r54,-251r-38,0r8,-36r82,0r-68,323r-83,0","w":113},"^":{"d":"89,-111r-45,0r97,-139r40,0r39,139r-45,0r-25,-89","w":216},"_":{"d":"170,45r-180,0r4,-18r180,0","w":180},"\u2018":{"d":"53,-141v11,-51,15,-112,72,-116r-5,25v-15,3,-24,18,-26,34r19,0r-12,57r-48,0","w":93,"k":{"\u2018":23,"A":13}},"a":{"d":"89,-134r-44,0v7,-47,42,-65,81,-65v59,0,64,25,58,60v-8,44,-28,92,-23,139r-48,0v-2,-6,-2,-14,-2,-20v-16,20,-31,25,-55,25v-35,0,-40,-29,-35,-55v8,-47,44,-62,91,-68v25,-3,40,-46,7,-47v-17,0,-28,13,-30,31xm120,-59r7,-38v-23,14,-54,12,-58,41v-2,15,0,27,13,27v13,0,33,-9,38,-30","w":173},"b":{"d":"87,-97v-9,42,-9,64,13,64v22,0,30,-22,39,-64v9,-42,10,-64,-12,-64v-22,0,-31,22,-40,64xm17,0r54,-257r50,0r-17,81v48,-47,112,-24,85,79v-19,71,-40,102,-81,102v-20,1,-31,-10,-40,-26r-4,21r-47,0","w":180},"c":{"d":"184,-124r-48,0v4,-19,5,-39,-14,-39v-24,0,-30,23,-42,67v-25,89,37,84,46,22r47,0v-11,51,-38,79,-91,79v-50,0,-69,-24,-52,-102v17,-80,54,-102,100,-102v46,0,64,29,54,75","w":166,"k":{"y":4,"l":7}},"d":{"d":"82,-97v-9,42,-9,64,13,64v22,0,30,-22,39,-64v9,-42,10,-64,-12,-64v-22,0,-31,22,-40,64xm116,0r4,-21v-47,51,-116,30,-88,-76v19,-71,40,-102,81,-102v20,-1,29,10,38,23r17,-81r50,0r-55,257r-47,0","w":180},"e":{"d":"176,-89r-98,0v-5,21,-12,61,12,60v17,0,25,-12,33,-36r45,0v-11,45,-38,70,-85,70v-72,0,-63,-56,-53,-104v11,-52,32,-100,99,-100v64,0,62,54,47,110xm84,-119r51,0v5,-30,6,-46,-15,-46v-23,0,-31,26,-36,46","w":166,"k":{"x":4}},"f":{"d":"27,0r34,-160r-25,0r7,-34r25,0v6,-51,35,-77,93,-67r-7,35v-27,-4,-33,11,-36,32r29,0r-7,34r-29,0r-34,160r-50,0","w":106,"k":{"\u201d":-6,"\u2019":-6,"a":7}},"g":{"d":"155,-194r48,0r-39,184v-11,51,-39,76,-97,76v-42,0,-62,-19,-55,-52r47,0v-2,13,9,20,21,21v29,2,37,-37,39,-61v-46,46,-113,29,-85,-74v12,-44,28,-99,82,-99v15,0,28,9,35,27xm82,-91v-6,27,-7,51,14,51v21,0,32,-23,39,-56v10,-47,7,-65,-13,-65v-22,0,-29,18,-40,70","w":180,"k":{"y":-4}},"h":{"d":"17,0r54,-257r50,0r-17,83v26,-38,105,-38,90,30r-31,144r-49,0r28,-134v4,-19,0,-27,-15,-27v-17,0,-28,10,-33,32r-28,129r-49,0","w":180},"i":{"d":"18,0r41,-194r50,0r-41,194r-50,0xm64,-217r9,-43r50,0r-9,43r-50,0","w":86},"j":{"d":"19,-4r40,-190r50,0r-44,207v-5,38,-35,54,-87,50r7,-36v22,2,29,-7,34,-31xm64,-217r9,-43r50,0r-9,43r-50,0","w":86},"k":{"d":"73,-257r50,0r-28,136r65,-73r55,0r-72,77r39,117r-55,0r-24,-80r-23,23r-12,57r-50,0","w":180},"l":{"d":"18,0r55,-257r50,0r-55,257r-50,0","w":86},"m":{"d":"17,0r41,-194r47,0v0,6,-5,15,-3,20v23,-33,86,-36,93,6v22,-46,106,-46,91,27r-30,141r-49,0r28,-135v3,-16,0,-26,-14,-26v-16,0,-28,12,-33,34r-27,127r-49,0r28,-135v3,-16,0,-26,-14,-26v-16,0,-28,12,-33,34r-27,127r-49,0","w":272},"n":{"d":"17,0r41,-194r47,0v-1,7,-6,17,-4,23v26,-41,108,-43,93,27r-31,144r-49,0r28,-134v4,-19,0,-27,-15,-27v-17,0,-28,10,-33,32r-28,129r-49,0","w":180,"k":{"y":-4}},"o":{"d":"31,-97v14,-66,41,-102,98,-102v60,0,68,35,54,102v-14,66,-41,102,-98,102v-60,0,-68,-35,-54,-102xm80,-97v-8,40,-11,68,13,68v20,0,31,-20,41,-68v10,-48,7,-68,-13,-68v-24,0,-32,28,-41,68","k":{"v":-4}},"p":{"d":"87,-97v-9,42,-9,64,13,64v22,0,30,-22,39,-64v9,-42,10,-64,-12,-64v-22,0,-31,22,-40,64xm3,63r55,-257r47,0v0,7,-5,16,-3,21v46,-52,115,-29,87,76v-19,71,-40,102,-81,102v-20,1,-29,-10,-38,-23r-17,81r-50,0","w":180,"k":{",":6,".":6}},"q":{"d":"134,-97v9,-42,10,-64,-12,-64v-22,0,-31,22,-40,64v-9,42,-9,64,13,64v22,0,30,-22,39,-64xm100,63r17,-81v-48,47,-112,24,-85,-79v19,-71,40,-102,81,-102v20,-1,31,10,40,26r4,-21r47,0r-54,257r-50,0","w":180},"r":{"d":"17,0r41,-194r47,0r-5,26v16,-21,34,-34,61,-30r-11,48v-29,-4,-52,2,-59,34r-25,116r-49,0","w":119,"k":{"v":-6,"y":-6,",":27,".":27,"q":6,"-":13}},"s":{"d":"22,-63r44,0v-5,18,-1,35,19,34v25,4,43,-37,17,-45v-32,-10,-73,-24,-62,-66v8,-32,32,-59,83,-59v49,-1,64,26,53,63r-45,0v4,-18,2,-29,-15,-29v-25,0,-44,34,-11,44v32,10,70,23,58,65v-11,40,-43,61,-85,61v-59,1,-68,-30,-56,-68","w":159},"t":{"d":"68,-194r12,-55r50,0r-12,55r29,0r-7,34r-29,0r-22,105v-7,20,8,23,24,20r-7,35v-44,5,-80,8,-68,-49r23,-111r-25,0r7,-34r25,0","w":106},"u":{"d":"116,0v1,-7,6,-17,4,-23v-26,41,-108,43,-93,-27r31,-144r49,0r-28,134v-4,19,1,27,16,27v17,0,28,-10,32,-32r28,-129r49,0r-41,194r-47,0","w":180},"v":{"d":"93,-55v21,-44,37,-93,56,-139r50,0r-90,194r-57,0r-9,-194r52,0","w":159,"k":{",":20,".":20,"a":6}},"w":{"d":"45,0r-1,-194r49,0r-6,138r54,-138r54,0r-3,138r52,-138r48,0r-83,194r-56,0r3,-138r-54,138r-57,0","w":253,"k":{",":13,".":13}},"x":{"d":"112,-135r39,-59r52,0r-71,94r32,100r-52,0r-16,-63r-42,63r-51,0r73,-100r-30,-94r52,0","w":166},"y":{"d":"3,63r8,-37v25,5,40,-5,45,-26r-13,-194r52,0r1,134r53,-134r50,0r-85,181v-37,75,-45,77,-111,76","w":159,"k":{",":20,".":20,"a":6}},"z":{"d":"9,0r8,-38r102,-115r-74,0r8,-41r133,0r-8,38r-102,116r77,0r-8,40r-136,0","w":153},"{":{"d":"28,-81r6,-29v58,-11,22,-151,93,-147r32,0r-8,36v-58,-1,-18,115,-78,126v36,11,11,69,5,99v-4,20,0,29,20,26r-8,36v-41,3,-69,-1,-59,-48r14,-69v4,-17,-5,-30,-17,-30","w":113},"|":{"d":"85,-293r37,0r0,391r-37,0r0,-391","w":153},"}":{"d":"-5,66r8,-36v59,1,18,-115,78,-126v-36,-10,-10,-68,-5,-99v3,-19,0,-29,-19,-26r7,-36v41,-3,70,1,59,48r-15,70v-4,17,6,29,18,29r-6,29v-57,12,-22,151,-93,147r-32,0","w":113},"~":{"d":"96,-126v24,0,55,25,71,25v14,0,32,-16,38,-25r5,39v-14,18,-30,30,-51,30v-25,0,-55,-24,-72,-24v-14,0,-31,15,-37,24r-5,-38v14,-18,30,-31,51,-31","w":216},"'":{"d":"55,-141r24,-116r45,0r-25,116r-44,0","w":93},"\u201c":{"d":"125,-141v11,-51,15,-112,72,-116r-5,25v-15,3,-24,18,-26,34r18,0r-12,57r-47,0xm55,-141v10,-53,16,-112,72,-116r-6,25v-15,3,-24,18,-26,34r19,0r-12,57r-47,0","w":166,"k":{"A":13}},"\u2013":{"d":"18,-84r8,-40r180,0r-8,40r-180,0","w":180},"\u201d":{"d":"67,-201r12,-56r48,0v-11,51,-15,112,-72,116r5,-26v15,-3,24,-18,26,-34r-19,0xm138,-201r11,-56r48,0v-11,51,-15,112,-72,116r5,-26v15,-3,24,-18,26,-34r-18,0","w":166,"k":{" ":13}},"\u2026":{"d":"48,-56r48,0r-12,56r-48,0xm168,-56r48,0r-12,56r-48,0xm288,-56r48,0r-12,56r-48,0","w":360},"`":{"d":"109,-216r-33,0r-25,-52r50,0","w":79},"\u2014":{"d":"18,-84r8,-40r360,0r-8,40r-360,0","w":360},"\u2122":{"d":"326,-108r21,-102r-56,102r-36,0r-13,-102r-22,102r-38,0r32,-149r61,0r11,90r49,-90r61,0r-32,149r-38,0xm75,-108r24,-115r-40,0r7,-34r121,0r-7,34r-41,0r-24,115r-40,0","w":356},"\u00d7":{"d":"29,-35r68,-56r-44,-56r37,-31r44,56r68,-56r24,31r-68,56r44,56r-37,31r-44,-56r-68,56","w":216},"\u00a0":{"w":86,"k":{"\u201c":13,"\u2018":13}}}});

function initClearForm(){
	clearFormFields({
		clearInputs: true,
		clearTextareas: true,
		passwordFieldText: false,
		addClassFocus: "focus",
		filterClass: "default"
	})
}
function clearFormFields(o)
{
	if (o.clearInputs == null) o.clearInputs = true;
	if (o.clearTextareas == null) o.clearTextareas = true;
	if (o.passwordFieldText == null) o.passwordFieldText = false;
	if (o.addClassFocus == null) o.addClassFocus = false;
	if (!o.filterClass) o.filterClass = "default";
	if(o.clearInputs) {
		var inputs = document.getElementsByTagName("input");
		for (var i = 0; i < inputs.length; i++ ) {
			if((inputs[i].type == "text" || inputs[i].type == "password") && inputs[i].className.indexOf(o.filterClass) == -1) {
				inputs[i].valueHtml = inputs[i].value;
				inputs[i].onfocus = function ()	{
					if(this.valueHtml == this.value) this.value = "";
					if(this.fake) {
						inputsSwap(this, this.previousSibling);
						this.previousSibling.focus();
					}
					if(o.addClassFocus && !this.fake) {
						this.className += " " + o.addClassFocus;
						this.parentNode.className += " parent-" + o.addClassFocus;
					}
				}
				inputs[i].onblur = function () {
					if(this.value == "") {
						this.value = this.valueHtml;
						if(o.passwordFieldText && this.type == "password") inputsSwap(this, this.nextSibling);
					}
					if(o.addClassFocus) {
						this.className = this.className.replace(o.addClassFocus, "");
						this.parentNode.className = this.parentNode.className.replace("parent-"+o.addClassFocus, "");
					}
				}
				if(o.passwordFieldText && inputs[i].type == "password") {
					var fakeInput = document.createElement("input");
					fakeInput.type = "text";
					fakeInput.value = inputs[i].value;
					fakeInput.className = inputs[i].className;
					fakeInput.fake = true;
					inputs[i].parentNode.insertBefore(fakeInput, inputs[i].nextSibling);
					inputsSwap(inputs[i], null);
				}
			}
		}
	}
	if(o.clearTextareas) {
		var textareas = document.getElementsByTagName("textarea");
		for(var i=0; i<textareas.length; i++) {
			if(textareas[i].className.indexOf(o.filterClass) == -1) {
				textareas[i].valueHtml = textareas[i].value;
				textareas[i].onfocus = function() {
					if(this.value == this.valueHtml) this.value = "";
					if(o.addClassFocus) {
						this.className += " " + o.addClassFocus;
						this.parentNode.className += " parent-" + o.addClassFocus;
					}
				}
				textareas[i].onblur = function() {
					if(this.value == "") this.value = this.valueHtml;
					if(o.addClassFocus) {
						this.className = this.className.replace(o.addClassFocus, "");
						this.parentNode.className = this.parentNode.className.replace("parent-"+o.addClassFocus, "");
					}
				}
			}
		}
	}
	function inputsSwap(el, el2) {
		if(el) el.style.display = "none";
		if(el2) el2.style.display = "inline";
	}
}

(function(jQuery) {
	jQuery.fn.myPopup = function(_options){
		// defaults options	
		var _options = jQuery.extend({
			duration: 700,
			linkOpenName: '.link-popup',
			linkCloseName: 'a.close, a.btn-close',
			divFader: 'fader',
			wrapper: '#wrapper'
		},_options);

		return this.each(function(){
			var _hold = jQuery(this);
			var _speed = _options.duration;
			var _IE = jQuery.browser.msie;
			var links = _hold.find(_options.linkOpenName);
			var _fader = jQuery('<div class="'+_options.divFader+'"></div>');
			var _select = jQuery(_options.wrapper).find('select');
			var popup;
			jQuery('body').append(_fader);
			_fader.css({
				position: 'absolute',
				top: '0px',
				left: '0px',
				zIndex: 999,
				background: 'black',
				opacity: 0.7
			});
			
			function init(_obj){
				popup = jQuery(_obj);
				var btnClose = popup.find(_options.linkCloseName);
				var submitBtn = popup.find('.link-submit');
				
				if (_IE) _select.css({visibility: 'hidden'});
				var w = jQuery('body').width();
				var _w = jQuery(_options.wrapper).width();
				if (_w > w) w =_w;
				var h = jQuery(window).height();
				var _offset = jQuery(window).scrollTop();
				
				var ret = _offset+(h/2) - popup.outerHeight(true)/2;
				if (ret < 0) ret = 0;
				var te = jQuery(_options.wrapper).height();
				if (jQuery(window).height() > te) te = jQuery(window).height();
				
				popup.css({
					top: ret,
					left: w/2 - popup.outerWidth(true)/2
				}).hide();
				_fader.css({
					width: w,
					height: te
				}).fadeIn(300, function(){
					popup.fadeIn(300);
				});
				jQuery(window).resize(function(){
					w = jQuery('body').width();
					_w = jQuery(_options.wrapper).width();
					if (_w > w) w =_w;
					popup.animate({
						left: w/2 - popup.outerWidth(true)/2
					}, {queue:false, duration: 300});
					_fader.css({
						width: w
					});
				});
				function closedPopup(opt1){
					popup.fadeOut(300, function(){
						popup.css({left: '-9999px'}).show();
						if (_IE) _select.css({visibility: 'visible'});
						submitBtn.unbind('click');
						jQuery(window).unbind('resize');
						if (opt1) _fader.hide();
						else {
							if (submitBtn.attr('href')) init(submitBtn.attr('href'));
							else init(submitBtn.attr('title'));
						}
					});
				}
				btnClose.click(function(){
					closedPopup(true);
					return false;
				});
				submitBtn.click(function(){
					closedPopup();
					return false;
				})
				_fader.click(function(){
					closedPopup(true);
					return false;
				});
			}
			links.click(function(){
				if (jQuery(this).attr('href')) init(jQuery(this).attr('href'));
				else init(jQuery(this).attr('title'));
				return false;
			});
		});
	}

	jQuery.fn.gallery = function(options) { return new Gallery(this.get(0), options); };
	function Gallery(context, options) { this.init(context, options); };
	Gallery.prototype = {
		options:{},
		init: function (context, options){
			this.options = jQuery.extend({
				infinite: false,								//true = infinite gallery
				duration: 700,									//duration of effect it 1000 = 1sec
				slideElement: 1,								//number of elements for a slide
				autoRotation: false,							//false = option is disabled; 1000 = 1sec
				effect: false,									//false = slide; true = fade
				listOfSlides: 'ul > li',						//elements galleries
				switcher: false,								//false = option is disabled; 'ul > li' = elements switcher
				disableBtn: false,								//false = option is disabled; 'hidden' = class adds an buttons "prev" and "next"
				nextBtn: 'a.link-next, a.btn-next, a.next',		//button "next"
				prevBtn: 'a.link-prev, a.btn-prev, a.prev',		//button "prev"
				circle: true,									//true = cyclic gallery; false = not cyclic gallery
				direction: false,								//false = horizontal; true = vertical
				event: 'click',									//event for the buttons and switcher
				IE: false,										//forced off effect it "fade" in IE
				autoHeight: false								//auto height on fade
			}, options || {});
			var _el = jQuery(context).find(this.options.listOfSlides);
			if (this.options.effect) this.list = _el;
			else this.list = _el.parent();
			this.switcher = jQuery(context).find(this.options.switcher);
			this.nextBtn = jQuery(context).find(this.options.nextBtn);
			this.prevBtn = jQuery(context).find(this.options.prevBtn);
			this.count = _el.index(_el.filter(':last'));
			
			if (this.options.switcher) this.active = this.switcher.index(this.switcher.filter('.active:eq(0)'));
			else this.active = _el.index(_el.filter('.active:eq(0)'));
			if (this.active < 0) this.active = 0;
			this.last = this.active;
			
			this.woh = _el.outerWidth(true);
			if (!this.options.direction) this.installDirections(this.list.parent().width());
			else {
				this.woh = _el.outerHeight(true);
				this.installDirections(this.list.parent().height());
			}
			
			if (!this.options.effect) {
				this.rew = this.count - this.wrapHolderW + 1;
				if (!this.options.direction) this.anim = '{marginLeft: -(this.woh * this.active)}';
				else this.anim = '{marginTop: -(this.woh * this.active)}';
				eval('this.list.css('+this.anim+')');
			}
			else {
				this.rew = this.count;
				this.list.css({opacity: 0}).removeClass('active').eq(this.active).addClass('active').css({opacity: 1}).css('opacity', 'auto');
				this.switcher.removeClass('active').eq(this.active).addClass('active');
				if(this.options.autoHeight) this.list.parent().css({height: this.list.eq(this.active).outerHeight()});
			}
			this.flag = true;
			if (this.options.infinite){
				this.count++;
				this.active += this.count;
				this.list.append(_el.clone());
				this.list.append(_el.clone());
				eval('this.list.css('+this.anim+')');
			}
			
			this.initEvent(this, this.nextBtn, true);
			this.initEvent(this, this.prevBtn, false);
			if (this.options.disableBtn) this.initDisableBtn();
			if (this.options.autoRotation) this.runTimer(this);
			if (this.options.switcher) this.initEventSwitcher(this, this.switcher);
		},
		initDisableBtn: function(){
			this.prevBtn.removeClass('prev-'+this.options.disableBtn);
			this.nextBtn.removeClass('next-'+this.options.disableBtn);
			if (this.active == 0 || this.count+1 == this.wrapHolderW) this.prevBtn.addClass('prev-'+this.options.disableBtn);
			if (this.active == 0 && this.count == 1 || this.count+1 <= this.wrapHolderW) this.nextBtn.addClass('next-'+this.options.disableBtn);
			if (this.active == this.rew) this.nextBtn.addClass('next-'+this.options.disableBtn);
		},
		installDirections: function(temp){
			this.wrapHolderW = Math.ceil(temp / this.woh);
			if (((this.wrapHolderW - 1) * this.woh + this.woh / 2) > temp) this.wrapHolderW--;
		},
		fadeElement: function(){
			if (jQuery.browser.msie && this.options.IE){
				this.list.eq(this.last).css({opacity:0});
				this.list.removeClass('active').eq(this.active).addClass('active').css({opacity:'auto'});
			}
			else{
				this.list.eq(this.last).animate({opacity:0}, {queue:false, duration: this.options.duration});
				this.list.removeClass('active').eq(this.active).addClass('active').animate({
					opacity:1
				}, {queue:false, duration: this.options.duration, complete: function(){
					jQuery(this).css('opacity','auto');
				}});
			}
			if(this.options.autoHeight) this.list.parent().animate({height: this.list.eq(this.active).outerHeight()}, {queue:false, duration: this.options.duration});
			if (this.options.switcher) this.switcher.removeClass('active').eq(this.active).addClass('active');
			this.last = this.active;
		},
		scrollElement: function($this){
			if (!$this.options.infinite) eval('$this.list.animate('+$this.anim+', {queue:false, duration: $this.options.duration});');
			else eval('$this.list.animate('+$this.anim+', $this.options.duration, function(){ $this.flag = true });');
			if ($this.options.switcher) $this.switcher.removeClass('active').eq($this.active / $this.options.slideElement).addClass('active');
		},
		runTimer: function($this){
			if($this._t) clearTimeout($this._t);
			$this._t = setInterval(function(){
				if ($this.options.infinite) $this.flag = false;
				$this.toPrepare($this, true);
			}, this.options.autoRotation);
		},
		initEventSwitcher: function($this, el){
			el.bind($this.options.event, function(){
				$this.active = $this.switcher.index(jQuery(this)) * $this.options.slideElement;
				if($this._t) clearTimeout($this._t);
				if ($this.options.disableBtn) $this.initDisableBtn();
				if (!$this.options.effect) $this.scrollElement($this);
				else $this.fadeElement();
				if ($this.options.autoRotation) $this.runTimer($this);
				return false;
			});
		},
		initEvent: function($this, addEventEl, dir){
			addEventEl.bind($this.options.event, function(){
				if ($this.flag){
					if ($this.options.infinite) $this.flag = false;
					if($this._t) clearTimeout($this._t);
					$this.toPrepare($this, dir);
					if ($this.options.autoRotation) $this.runTimer($this);
				}
				return false;
			});
		},
		toPrepare: function($this, side){
			if (!$this.options.infinite){
				if (($this.active == $this.rew) && $this.options.circle && side) $this.active = -$this.options.slideElement;
				if (($this.active == 0) && $this.options.circle && !side) $this.active = $this.rew + $this.options.slideElement;
				for (var i = 0; i < $this.options.slideElement; i++){
					if (side) { if ($this.active + 1 <= $this.rew) $this.active++; }
					else { if ($this.active - 1 >= 0) $this.active--; }
				};
			}
			else{
				if ($this.active >= $this.count + $this.count && side) $this.active -= $this.count;
				if ($this.active <= $this.count-1 && !side) $this.active += $this.count;
				eval('$this.list.css('+$this.anim+')');
				if (side) $this.active += $this.options.slideElement;
				else $this.active -= $this.options.slideElement;
			}
			if (this.options.disableBtn) this.initDisableBtn();
			if (!$this.options.effect) $this.scrollElement($this);
			else $this.fadeElement();
		},
		stop: function(){
			if (this._t) clearTimeout(this._t);
		},
		play: function(){
			if (this._t) clearTimeout(this._t);
			if (this.options.autoRotation) this.runTimer(this);
		}
	}
}(jQuery));
