

jQuery(document).ready(function(){
	
	
	//alert('nav + cufon');
								
function trimAll(sString)
{
while (sString.substring(0,1) == ' ')
{
sString = sString.substring(1, sString.length);
}
while (sString.substring(sString.length-1, sString.length) == ' ')
{
sString = sString.substring(0,sString.length-1);
}
return sString;
}

var current = 0;

jQuery(".nav a").each(function(){
							   

														   
							   if(jQuery(".ishome").html != ""){
							   
							   var catname = (jQuery(".catname").html()).toString();
							   catname = trimAll(catname);
							   catname = catname.toLowerCase();
							   var navname = (jQuery(this).html()).toString();
							   navname = trimAll(navname).toLowerCase();

														   
								   if (catname == navname){
																	
									jQuery(this).addClass("current");
									   
								   }
								   
							   }
								   
							   });




							
							
						//	//alert(current);
							
					});

// CUFON 2


/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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}})());


////alert('cufon loaded');

// FONT --------------------------


//alert('fonts');

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ©1995 Aaron Smith  CoinToss Productions
 */
Cufon.registerFont({"w":177,"face":{"font-family":"Arnold 2.1","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"14","bbox":"-4 -347.232 318.584 54.6696","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":122},"!":{"d":"87,-242r-29,169v-10,9,-45,19,-45,-2v0,-84,4,-92,15,-175v17,-4,57,-16,59,8xm56,-17v2,31,-50,30,-55,7v-4,-20,12,-38,31,-38v16,0,24,17,24,31","w":105},"\"":{"d":"45,-236v0,-24,21,-28,36,-20v0,14,-2,68,-24,62v-11,-3,-10,-3,-11,-20v0,42,-1,35,-1,-22xm26,-260v10,1,9,5,9,16v0,34,2,49,-11,50v-28,5,-20,-35,-24,-58v2,-4,20,-7,26,-8","w":107},"#":{"d":"239,-189v31,-3,16,26,13,40v-21,3,-42,6,-63,8r-3,27v24,-2,48,-3,70,-4v2,16,5,28,-7,38r-68,9v-10,28,6,77,-33,79v-12,-12,-5,-51,-5,-74v-10,1,-21,2,-30,3r-5,63v-16,10,-26,7,-38,-3v-1,-18,-1,-37,-1,-58v-35,2,-82,6,-61,-38r64,-6v1,-9,2,-19,3,-29v-26,-2,-58,6,-75,-6v0,-37,51,-23,79,-32r9,-70v8,-12,26,-7,38,-5v-1,22,-3,45,-4,69r28,-3v2,-21,4,-42,7,-63v14,-4,44,-17,41,14v0,5,-2,19,-4,44v25,-2,40,-3,45,-3xm146,-138v-9,1,-17,2,-26,2r-3,27r27,-2v0,-9,1,-18,2,-27","w":276},"$":{"d":"98,-262v19,-4,44,-20,61,-8v0,9,-2,23,-6,41v-31,14,-121,50,-71,97v24,12,78,42,61,93v-6,16,-17,31,-39,41r-4,47v-16,8,-34,8,-46,-3v-1,-10,-1,-19,-1,-30v-13,2,-30,1,-34,-7v0,-12,1,-22,4,-33v38,0,50,-2,65,-21v15,-74,-94,-55,-88,-117v3,-28,19,-52,45,-72v-1,-13,1,-34,5,-62v17,-3,36,-3,45,7","w":172},"&":{"d":"112,-221v21,-3,33,8,36,23v-4,14,-24,3,-40,7v-23,6,-41,12,-42,33v7,17,32,13,51,10v7,5,7,31,-1,35v-44,10,-66,16,-67,44v16,18,43,6,65,-4v3,-1,6,4,6,17v0,28,-24,24,-38,30r-5,31v-14,5,-27,5,-36,-5r0,-24v-19,-4,-42,-13,-41,-37v2,-37,24,-44,61,-60v-25,-7,-41,-9,-41,-34v0,-24,17,-43,51,-57v7,-25,2,-48,44,-35","w":168},"'":{"d":"24,-282v18,1,32,14,29,37v-4,23,-17,41,-26,34r4,-17v0,-3,-2,-4,-5,-3v-14,0,-27,-12,-26,-26v0,-13,10,-26,24,-25","w":81},"(":{"d":"81,-266v-45,93,-67,195,-11,282v-2,5,-24,3,-25,-2v-75,-77,-44,-213,17,-276v4,-5,9,-7,16,-7v3,0,4,1,3,3","w":93},")":{"d":"37,-258v75,76,44,212,-16,275v-4,5,-10,7,-17,7v-3,0,-4,-1,-3,-3v46,-92,67,-194,11,-281v2,-7,23,-4,25,2","w":108},"*":{"d":"103,-241v9,-12,28,-7,45,-6v-1,25,-2,51,-4,80r68,-44v7,9,19,20,14,36r-64,49v21,10,20,13,59,30v35,15,11,34,-3,46v-27,-12,-54,-25,-80,-39r-8,89v-16,8,-33,9,-45,-3v-2,-21,-2,-45,-1,-68v-20,12,-38,22,-56,30v-9,-4,-23,-13,-21,-31v35,-26,35,-25,71,-50v-24,-13,-48,-28,-72,-43v-11,-10,0,-26,14,-25r72,31v4,-28,4,-28,11,-82","w":258},"+":{"d":"138,-149v1,2,82,-11,75,11v-1,8,-5,22,-8,29v-28,2,-52,3,-71,4v-1,20,-4,46,-7,79v-16,8,-33,7,-45,-3v-2,-26,-2,-51,-1,-76v-17,-3,-64,4,-81,-10v-1,-37,55,-20,85,-30v3,-22,3,-22,11,-72v9,-12,28,-7,45,-6v-1,28,-2,53,-3,74","w":230},",":{"d":"26,-53v32,0,31,43,11,61v-9,7,-16,16,-21,13v-1,-1,9,-16,7,-18v-8,-8,-24,-13,-23,-29v1,-15,11,-27,26,-27","w":79},"-":{"d":"186,-151v40,-2,25,22,19,42v-83,5,-109,5,-194,1v-5,1,-15,-11,-10,-19v5,-5,5,-4,10,-9r88,-10v25,-2,54,-3,87,-5","w":241},".":{"d":"55,-22v2,32,-48,30,-55,8v-1,-22,12,-38,31,-39v15,-1,24,17,24,31","w":83},"\/":{"d":"195,-242v-40,70,-93,158,-160,262v-15,0,-33,-8,-39,-23v26,-66,109,-185,156,-255v18,-4,21,3,43,16","w":203},"0":{"d":"80,-249v54,-24,108,18,108,74v0,75,-74,158,-156,127v-44,-16,-37,-102,-13,-144v15,-26,35,-46,61,-57xm64,-81v41,-9,71,-46,71,-92v0,-61,-49,-51,-76,-3v-12,21,-19,40,-19,61v0,17,9,33,24,34","w":212},"1":{"d":"0,-204v8,-10,34,-41,59,-41v27,0,41,8,42,23v-9,43,-19,179,-27,219v-10,8,-39,20,-44,-1v1,-46,2,-75,2,-86v-1,-32,8,-65,4,-87r-27,7v-9,-12,-9,-30,-9,-34","w":125},"2":{"d":"82,-71v8,9,97,32,117,32v2,11,-27,53,-35,55v-45,-10,-93,-32,-144,-65v-5,-10,2,-48,6,-52v33,-8,82,-36,82,-70v0,-11,-19,-15,-32,-17v-11,-1,-31,18,-45,17v-7,2,-33,-26,-31,-33v33,-39,170,-51,165,19v-4,56,-39,83,-83,114","w":217},"3":{"d":"97,-123v36,1,56,8,57,41v1,45,-67,91,-124,91v-10,0,-27,-17,-26,-25v2,-15,31,-8,48,-15v27,-12,47,-20,46,-47v-14,-19,-42,-9,-64,-3v-9,-3,-14,-35,-5,-44v26,-8,80,-55,53,-87v-35,-1,-37,5,-72,24v-8,-2,-14,-36,-7,-44v32,-19,61,-29,85,-29v29,1,60,10,60,46v0,28,-17,59,-51,92"},"4":{"d":"151,-111v8,2,22,-4,22,8v0,9,-2,21,-7,38v-6,0,-12,1,-19,1v-1,20,-4,48,-7,85v-16,8,-33,9,-45,-3v-1,-24,-1,-50,1,-80v-60,1,-91,0,-94,-5v-7,-27,5,-79,12,-102v12,-6,29,-3,45,1r-2,52v2,3,16,5,43,5v3,-30,7,-68,13,-115v8,-10,32,-10,44,-3v-1,39,-3,78,-6,118","w":197},"5":{"d":"111,-134v-25,0,-41,16,-66,36v-4,-2,-18,-12,-44,-32v-5,-18,8,-99,14,-108v58,-15,132,-34,191,-32v5,13,6,30,6,53v-25,7,-127,15,-154,18v-5,20,-8,34,-4,49v19,-14,50,-34,77,-34v26,0,63,18,59,50v-10,75,-64,131,-159,119v-6,-13,-5,-28,2,-40v36,5,101,-31,101,-61v0,-12,-12,-18,-23,-18","w":231},"6":{"d":"191,-85v-2,51,-46,109,-101,109v-96,0,-110,-121,-64,-195v16,-26,35,-52,60,-75v13,2,26,9,38,20v-32,27,-72,84,-78,131v24,-37,148,-68,145,10xm84,-10v24,3,56,-28,59,-52v0,-8,-7,-12,-20,-12v-29,0,-68,29,-68,47v1,14,11,15,29,17","w":209},"7":{"d":"0,-221v4,-5,-4,-34,16,-32v51,4,97,11,137,29v3,31,-1,55,-6,89v8,1,16,2,22,3v-1,32,3,32,-29,35r-26,107v-14,5,-29,-2,-38,-8v3,-13,8,-46,14,-97r-45,0v-5,-14,-1,-20,3,-42v8,-3,32,-3,47,-3r5,-54v-24,-7,-58,-10,-99,-12v-1,-7,-1,-11,-1,-15","w":192},"8":{"d":"198,-215v0,36,-32,73,-57,91v40,0,59,11,62,41v-5,52,-66,93,-129,92v-47,-1,-74,-16,-74,-55v0,-23,17,-42,50,-57v-24,-6,-46,-26,-46,-53v0,-62,70,-104,134,-105v33,0,60,14,60,46xm75,-130v25,2,65,-37,65,-65v0,-12,-6,-18,-19,-18v-31,0,-74,24,-76,57v-1,16,15,25,30,26xm77,-27v28,1,70,-19,70,-45v0,-12,-8,-17,-25,-17v-29,0,-82,21,-76,41v0,14,10,21,31,21","w":226},"9":{"d":"101,-269v97,0,109,122,64,196v-16,26,-36,51,-61,74v-11,-2,-31,-13,-37,-20v33,-26,72,-84,77,-131v-25,39,-145,66,-145,-10v0,-50,46,-109,102,-109xm68,-171v28,0,68,-28,67,-46v0,-12,-9,-18,-28,-18v-24,0,-59,28,-59,51v0,8,7,13,20,13","w":214},":":{"d":"59,-161v1,31,-50,29,-56,7v-1,-22,12,-37,32,-38v16,-1,24,17,24,31xm0,-57v0,-28,49,-46,49,-7v0,22,-10,33,-30,31v-12,-4,-19,-12,-19,-24","w":83},";":{"d":"58,-165v2,31,-47,36,-55,11v-6,-40,56,-54,55,-11xm26,-87v33,-1,31,44,11,61v-9,7,-16,15,-21,12v-1,-1,9,-16,7,-18v-27,-6,-33,-54,3,-55","w":82},"=":{"d":"139,-183v37,-5,29,23,22,41v-64,10,-87,6,-149,6v-3,-1,-6,-3,-11,-7v-2,-37,48,-22,74,-33v12,-2,33,-3,64,-7xm159,-73v-24,3,-102,18,-148,8v-6,-8,-13,-24,-2,-37r156,-10v1,15,6,29,-6,39","w":189},"?":{"d":"19,-83v-1,-39,72,-44,72,-80v0,-39,-53,-47,-86,-59v-3,-26,-14,-48,14,-45v65,4,137,42,137,101v0,45,-56,51,-80,75v-5,11,-8,33,-27,31v-11,-1,-34,-2,-30,-23xm26,-37v12,-24,51,-15,47,14v3,30,-47,37,-55,11v-1,-10,1,-18,8,-25","w":169},"A":{"d":"99,-249v39,64,62,148,85,245v-8,5,-20,7,-35,7v-6,-7,-14,-28,-22,-51v-27,3,-54,6,-71,17v-4,11,-4,42,-28,42v-8,0,-18,-2,-29,-3v13,-90,32,-143,68,-253v1,-3,28,-4,32,-4xm113,-89v-3,-14,-20,-61,-29,-85r-21,97v18,1,19,-3,50,-12","w":203},"B":{"d":"108,-139v36,5,76,9,76,48v0,47,-38,67,-71,82v-10,4,-50,13,-94,20v-5,0,-8,-3,-9,-11v-9,-61,-15,-158,-6,-226v38,-19,60,-32,99,-32v26,0,57,8,54,40v-3,35,-18,44,-49,79xm43,-141v25,-10,51,-37,52,-69v0,-12,-3,-11,-12,-11v-14,0,-27,6,-38,18v-2,11,-2,31,-2,62xm122,-88v-1,-12,-11,-14,-23,-15v-17,0,-36,6,-56,18v0,17,1,33,4,49v38,-6,71,-16,75,-52","w":206},"C":{"d":"46,-88v5,74,95,36,115,-2v10,13,17,28,22,45v-16,30,-59,52,-101,50v-52,-2,-82,-46,-82,-103v0,-75,52,-158,128,-158v17,0,33,5,48,17v0,17,-9,34,-15,55v-58,-52,-120,26,-115,96","w":200},"D":{"d":"19,-226v61,-46,207,-26,207,64v0,91,-129,165,-222,170v-7,-78,0,-140,15,-234xm57,-197r-13,154v42,-16,97,-59,94,-110v-3,-44,-30,-55,-81,-44","w":245},"E":{"d":"74,-4v-26,0,-74,19,-74,-11v0,-91,12,-153,37,-219v34,-7,76,-12,127,-13v2,15,-7,39,-15,46r-79,7v3,6,-15,43,-3,48v24,-1,57,-5,77,0v2,12,1,22,-2,35r-84,11v-4,12,-6,31,-2,49v11,4,68,-11,93,-3v-1,9,-1,44,-14,42v-18,3,-38,8,-61,8"},"F":{"d":"160,-256v0,22,3,30,-3,45v-17,5,-97,-2,-102,15v-5,16,-5,43,-5,70r77,-3v7,11,4,16,2,38v-17,6,-59,8,-75,16r-4,71v-5,5,-27,16,-40,9v-3,-76,-19,-163,-2,-234v46,-18,98,-32,152,-27","w":172},"G":{"d":"156,-69v-23,1,-60,16,-54,-20v-2,-45,56,-22,100,-31v7,16,11,34,11,54v1,57,-49,78,-98,80v-66,3,-110,-60,-115,-128v-6,-84,105,-184,200,-133v-1,20,-12,37,-21,49v-83,-29,-138,63,-113,144v13,41,90,28,90,-15","w":232},"H":{"d":"134,-244v8,-10,45,-2,52,4v-5,66,-16,148,-34,245v-11,5,-18,3,-36,1v-4,-26,-3,-71,-2,-100v-18,-3,-45,-3,-56,6v-2,19,-7,45,-12,80v-14,5,-36,11,-45,0v6,-83,11,-177,31,-243v11,-6,27,-7,43,-5v1,26,-7,81,-9,110v13,4,34,5,51,1","w":207},"I":{"d":"65,-247v-3,73,-9,155,-18,247v-16,8,-34,8,-46,-3v-6,-80,10,-164,18,-239v9,-11,30,-8,46,-5","w":90},"J":{"d":"100,-238v3,-13,59,-29,59,-2v2,104,-5,175,-20,212v-7,18,-32,36,-54,38v-30,2,-71,-42,-86,-82v6,-6,22,-21,33,-16v8,14,34,44,50,44v22,-6,23,-39,22,-86v0,-14,-2,-50,-4,-108","w":187},"K":{"d":"6,-5r-7,-182v5,-31,-13,-61,26,-61v18,0,32,-10,32,7v0,47,-4,75,-4,82v5,-6,27,-29,66,-70v12,-8,36,22,36,31v-4,4,-28,35,-74,91r80,74v2,4,-31,45,-35,41v-23,-17,-39,-40,-73,-70v-3,14,22,70,-14,68v-14,0,-32,8,-33,-11","w":180},"L":{"d":"58,-242v2,42,-1,88,-1,131v0,24,1,44,3,61r68,2v0,9,1,23,2,41v-37,14,-60,13,-120,12v-13,-15,-10,-47,-10,-81v0,-18,3,-74,8,-169v3,-10,54,-7,50,3","w":146},"M":{"d":"249,-211r4,145v2,40,1,85,-47,67v-3,-31,-5,-74,-8,-128v-2,-1,-3,-1,-4,0r-50,100v-48,33,-52,-59,-75,-87v-9,44,-19,80,-28,104v-6,16,-33,19,-41,7v6,-54,22,-133,47,-236v4,-6,25,-6,33,-3v12,24,27,62,47,117v30,-51,58,-92,82,-122v32,-4,39,0,40,36","w":281},"N":{"d":"202,-246v21,64,-2,165,-8,233v-6,6,-13,9,-20,10v-9,-10,-49,-50,-120,-120v-2,40,0,88,-10,119v-23,10,-23,9,-43,-2r-1,-226v5,-10,14,-15,28,-16v30,33,71,75,125,128r6,-111v2,-8,28,-20,43,-15","w":237},"O":{"d":"118,-253v59,0,99,65,99,121v0,69,-45,143,-113,141v-67,-2,-104,-48,-104,-115v0,-76,57,-147,118,-147xm160,-139v0,-31,-3,-68,-40,-65v-72,5,-102,161,-16,161v42,0,56,-56,56,-96","w":242},"P":{"d":"138,-203v-6,53,-42,75,-83,112v1,28,5,59,2,87v-6,9,-19,14,-39,13v-14,-73,-14,-137,-18,-235v14,-6,61,-26,87,-26v30,0,55,20,51,49xm90,-199v-12,-18,-55,-3,-46,25v0,11,1,22,3,32v31,-23,45,-42,43,-57","w":156},"Q":{"d":"102,-245v70,-28,137,20,137,95v0,50,-26,98,-55,125v9,13,15,25,20,37v-15,45,-56,34,-74,-3v-67,23,-129,1,-129,-75v0,-83,40,-155,101,-179xm108,-40v-30,-40,20,-61,38,-32v23,-31,33,-74,17,-112v-30,-38,-56,-16,-87,32v-17,26,-25,52,-25,78v-1,34,26,54,57,34","w":263},"R":{"d":"178,-57v-5,14,-5,15,-16,42v-34,-6,-62,-22,-106,-42v-4,22,-5,48,-5,78v-2,0,-18,1,-45,1v-12,-73,-6,-187,14,-243v53,-27,91,-47,134,-19v35,22,22,68,-4,102v-6,8,-22,28,-50,57v25,10,52,18,78,24xm120,-197v-6,-25,-28,-14,-51,-4r-9,88v38,-28,58,-57,60,-84","w":200},"S":{"d":"151,-234v-36,15,-77,33,-93,76v-3,23,59,33,67,41v27,15,36,33,28,63v-12,42,-51,67,-107,80v-3,-9,-33,-29,-8,-40v11,-13,68,-35,55,-68v-10,-25,-98,-33,-93,-71v6,-44,32,-71,62,-93v8,-5,40,-21,84,-39v4,9,0,30,5,51"},"T":{"d":"1,-239v18,-1,125,-23,162,-18v8,12,1,29,2,54v-18,1,-37,4,-56,9v-7,53,-8,137,-12,199v-23,5,-26,8,-40,0v-7,-56,6,-139,5,-196v-16,-1,-44,9,-58,3v-3,-21,-3,-33,-3,-51","w":185},"U":{"d":"53,-121v3,37,-1,76,37,71v27,-22,35,-108,37,-190v2,-5,11,-8,27,-8v12,0,20,1,22,4v1,122,-5,177,-55,235v-21,25,-67,26,-86,-1v-48,-66,-22,-120,-22,-239v0,-8,51,-10,53,-2","w":201},"V":{"d":"186,-242v-14,57,-40,139,-81,245v-8,12,-34,3,-48,8v-2,-2,-6,-3,-7,-5r-51,-249v17,-10,34,-14,56,-11v13,39,20,125,29,173v20,-45,33,-107,46,-162v18,-6,42,-8,56,1","w":204},"W":{"d":"1,-244v3,-5,38,-11,43,-4v8,50,13,123,32,156v17,-26,30,-70,45,-100v6,-10,44,-13,56,-6v19,28,33,72,49,105v11,0,19,-52,24,-154v8,-10,53,-24,46,13v7,74,-17,160,-42,213v-17,36,-15,41,-47,33v-25,-12,-22,-44,-33,-67v-6,-12,-13,-31,-22,-53v-22,34,-35,80,-54,117v-7,14,-38,4,-45,-3v-26,-69,-54,-153,-52,-250","w":321},"X":{"d":"0,-234v3,-13,65,-15,72,-5v3,6,15,26,34,60r49,-74v9,-11,40,-8,52,1v-6,14,-26,50,-60,108v1,4,54,89,57,108v-5,11,-31,29,-52,22v-8,-19,-23,-47,-42,-84v-12,30,-23,62,-33,96v-8,11,-60,20,-63,-2v9,-33,24,-61,48,-123v-14,-34,-44,-73,-62,-107","w":225},"Y":{"d":"24,26r71,-147v-27,-25,-58,-58,-94,-98v-4,-8,14,-14,45,-32v2,-1,6,-3,10,-4v29,35,53,60,72,76v16,-26,27,-62,45,-91v17,-6,21,-2,55,0v-33,98,-102,197,-152,289v-2,3,-16,7,-43,10v-6,1,-9,0,-9,-3","w":231},"Z":{"d":"72,-45v26,2,57,-5,84,-6v15,18,1,60,-32,54v-19,1,-85,13,-101,-3v-3,-27,-7,-18,-2,-32r66,-165v-18,-3,-65,12,-80,5v-7,-17,-12,-40,-3,-54v33,-6,92,-12,143,-7v14,21,2,34,-20,83","w":182},"\\":{"d":"199,4v-12,7,-26,21,-44,16r-82,-124v-36,-57,-61,-100,-74,-131v4,-11,21,-24,40,-23v67,104,120,191,160,262","w":212},"^":{"d":"70,-347v14,-4,70,45,74,53v-13,33,-58,-11,-69,-14v-14,8,-33,17,-56,28v-4,1,-20,-11,-19,-14v20,-16,48,-46,70,-53","w":134},"`":{"d":"1,-316v-5,-6,25,-33,31,-31v4,0,19,7,41,25v25,21,41,22,22,37v-16,13,-34,-8,-53,-10v-19,-7,-32,-15,-41,-21","w":96},"a":{"d":"173,-3v-1,5,-27,17,-42,13v-6,-17,-9,-40,-15,-74v-21,8,-52,3,-58,27v-3,13,-7,28,-12,44v-14,0,-33,-2,-45,-11r42,-135v14,-46,27,-80,37,-103v10,-2,21,-3,32,0v24,55,44,135,61,239xm103,-98v8,-4,-10,-46,-14,-79r-21,86v12,-4,10,-2,35,-7","w":195},"b":{"d":"120,-123v34,3,57,8,57,41v0,57,-88,107,-167,91v-17,-70,-9,-158,1,-240v34,-17,160,-64,160,17v0,28,-17,58,-51,91xm46,-131v28,-8,74,-37,66,-73v-1,-5,-4,-8,-8,-8v-16,-1,-34,5,-54,17v-3,25,-4,46,-4,64xm115,-61v7,-17,-3,-26,-19,-25v-11,0,-28,6,-51,17v0,15,-1,33,2,44v22,3,60,-18,68,-36","w":199},"c":{"d":"-1,-97v4,-82,53,-150,133,-150v12,0,25,2,38,7v0,12,-7,37,-11,48v-62,-32,-107,28,-110,86v-4,62,66,70,103,44v-3,19,-10,50,-17,54v-64,35,-139,-19,-136,-89"},"d":{"d":"82,-250v46,0,91,27,91,78v0,93,-78,165,-160,177v-4,0,-7,-1,-8,-6v-7,-84,-5,-121,-2,-236v38,-8,64,-13,79,-13xm114,-168v2,-41,-41,-43,-66,-26v-7,34,-5,106,-2,142v33,-18,65,-69,68,-116","w":191},"e":{"d":"163,-15v-42,13,-80,16,-126,22v-12,2,-34,-6,-34,-16v0,-75,-5,-149,5,-226v1,-7,5,-10,11,-10v45,-2,87,-1,126,3v7,19,5,14,4,38v-20,8,-79,5,-99,9v-1,29,-3,34,2,49r82,2v4,13,4,28,0,41v-34,2,-33,1,-86,5r0,48v26,1,76,-4,106,-6v6,12,9,25,9,41","w":172},"f":{"d":"48,-87v-10,27,13,103,-22,94v-13,0,-21,-3,-24,-7v-6,-88,1,-176,21,-240v51,-11,96,-17,133,-18v3,18,0,41,-9,50r-90,7v-3,21,-6,43,-5,67v6,-2,60,-6,78,-1v2,11,3,23,1,36","w":166},"g":{"d":"90,-95v4,-39,67,-24,98,-29v13,28,12,71,4,108v-32,36,-117,42,-153,0v-21,-25,-39,-54,-39,-96v1,-87,75,-148,166,-145v11,5,3,16,-1,34v-8,40,-38,24,-61,45v-32,19,-52,57,-54,98v0,28,17,43,45,43v19,0,64,-9,55,-38v-23,4,-39,6,-46,6v-17,3,-12,-20,-14,-26","w":219},"h":{"d":"179,-250r-22,286v-16,3,-32,2,-49,0v0,-41,1,-79,5,-114v-18,-3,-38,-2,-54,3r-14,78v-16,3,-27,0,-44,-4v1,-108,12,-140,44,-257v3,-4,44,-15,51,-7v-6,32,-14,72,-22,121v18,1,39,2,51,-1v4,-26,8,-57,16,-95v12,-6,25,-10,38,-10","w":200},"i":{"d":"74,-235v-13,48,-21,188,-30,233v-10,9,-44,21,-44,-2v0,-82,5,-162,15,-240v20,-2,58,-16,59,9","w":93},"j":{"d":"79,-39v34,-6,34,-73,34,-109v0,-33,-7,-64,-14,-91v-3,-12,29,-12,46,-10v32,4,16,39,25,83v-3,79,-11,175,-83,175v-33,0,-62,-21,-87,-58v3,-14,20,-29,36,-29v10,14,26,42,43,39","w":196},"k":{"d":"155,-225v13,-2,35,16,32,26r-93,82v24,29,61,68,78,97v6,9,-31,25,-40,24v-21,-19,-46,-49,-74,-87v-2,13,-4,79,-14,91v-18,2,-45,2,-45,-10v0,-63,4,-104,5,-123v3,-44,8,-84,14,-120v21,-3,54,-11,49,18v0,2,-2,26,-5,73v27,-24,61,-55,93,-71","w":203},"l":{"d":"4,-235v0,-12,60,-21,60,-4v0,84,-15,123,-8,185v16,3,45,5,67,3v7,6,2,46,-5,48v-34,5,-110,24,-113,-16v-8,-123,-1,-131,-1,-216","w":143},"m":{"d":"49,-4v-6,18,-26,10,-44,10v-8,-6,-5,-12,-2,-24v15,-54,40,-128,75,-221v11,-6,29,-6,36,2v17,49,29,84,35,107r3,0r38,-71v27,-41,13,-52,56,-47v15,64,28,164,39,240v1,13,-32,19,-43,12v-9,-16,-22,-106,-25,-139v-2,1,-51,111,-64,126v-5,6,-30,5,-32,-15v-3,-29,-14,-67,-26,-115v-6,31,-34,98,-46,135","w":308},"n":{"d":"172,-245v17,-1,60,-31,53,17r-21,142v-19,77,1,99,-54,100v-40,-37,-61,-95,-88,-144r-13,127v-12,11,-49,22,-49,-12v0,-40,16,-199,16,-224v12,-9,28,-15,40,-5v26,42,56,94,87,155r4,0v2,-19,10,-72,25,-156","w":245},"o":{"d":"239,-152v0,77,-73,163,-149,166v-66,3,-90,-34,-90,-92v0,-96,71,-173,160,-173v54,0,79,45,79,99xm72,-48v65,33,120,-60,118,-118v-1,-18,-12,-34,-32,-32v-62,2,-140,89,-86,150","w":262},"p":{"d":"157,-201v-3,48,-50,75,-104,105v1,13,-1,45,-3,95v-17,12,-21,16,-38,10v-15,-59,-15,-171,-2,-232v32,-18,63,-27,92,-27v33,0,57,18,55,49xm50,-148v20,-9,53,-28,57,-50v0,-5,-4,-7,-12,-7v-12,0,-26,3,-41,11v-3,17,-4,32,-4,46","w":170},"q":{"d":"182,-244v61,58,30,173,-16,229v5,10,13,23,21,42v4,8,-46,30,-54,27v-14,-5,-12,-18,-28,-45v-81,12,-122,-59,-99,-131v23,-71,84,-158,176,-122xm96,-102v33,-15,37,-3,48,28v19,-33,28,-75,12,-108v-42,-35,-94,41,-94,92v0,24,9,41,27,39v-3,-16,-16,-40,7,-51","w":240},"r":{"d":"116,-91v8,10,96,34,117,33v4,11,-26,53,-34,55v-45,-10,-94,-31,-145,-65v-6,18,-4,51,-4,76v-21,5,-33,8,-48,1v-6,-81,4,-141,24,-231v34,-34,178,-61,173,17v-4,58,-38,83,-83,114xm60,-120v33,-8,82,-37,82,-71v0,-24,-58,-18,-68,-4v-8,13,-13,50,-14,75","w":252},"s":{"d":"28,-106v-79,-70,27,-168,107,-166v2,11,3,28,-1,41v-58,26,-97,64,-56,111v18,21,54,40,52,75v-4,54,-66,75,-113,54v-2,-6,-10,-24,2,-27v29,9,67,-2,57,-38v-10,-17,-33,-36,-48,-50","w":153},"t":{"d":"172,-251v1,14,1,31,0,46r-56,3r-24,209v-6,4,-28,3,-35,-1v-4,-61,0,-151,2,-207v-19,-3,-60,6,-58,-11r4,-39v28,-1,59,-2,90,-2v25,0,50,1,77,2","w":189},"u":{"d":"92,13v-114,-2,-97,-147,-76,-245v20,-10,35,-16,55,-16v2,46,-35,152,-3,200v16,14,37,8,45,-15v23,-64,22,-72,38,-175v17,-7,37,-11,55,-5v2,83,-18,181,-52,227v-14,20,-34,29,-62,29","w":228},"v":{"d":"223,-246v-8,44,-88,234,-115,252v-1,5,-48,6,-51,0v-35,-63,-57,-140,-56,-241v6,-4,45,-21,53,-8v-2,74,8,139,33,195v48,-88,60,-126,92,-207v12,-5,32,0,44,9","w":235},"w":{"d":"0,-218v0,-8,63,-37,73,-25v-6,68,-6,122,8,172v3,7,10,6,14,0v29,-46,49,-90,61,-133v0,-9,46,-6,44,0v6,18,27,105,42,122v7,1,7,-3,10,-11v11,-37,19,-93,21,-166v9,-9,51,-2,45,12v-3,124,-7,180,-45,249v-7,12,-31,17,-46,10v-34,-30,-40,-49,-60,-110v-30,74,-58,111,-87,111v-49,0,-67,-72,-73,-128v-2,-12,-4,-47,-7,-103","w":343},"x":{"d":"208,-238r-70,102r56,114v-11,9,-31,16,-45,18v-26,-15,-27,-40,-50,-85v-13,45,-27,81,-40,108v-30,1,-45,0,-51,-15v9,-31,24,-76,46,-135r-54,-91v-1,-12,37,-25,53,-23v20,14,28,40,47,78v8,-18,20,-42,37,-74v27,-1,57,-9,71,3","w":222},"y":{"d":"0,-234v26,-15,36,-21,60,-30v23,28,42,58,55,88v23,-39,43,-73,60,-99v20,1,52,1,69,10v-69,83,-138,197,-200,294v-16,11,-33,-11,-44,-18v17,-34,56,-98,78,-137r-78,-102r0,-6","w":233},"z":{"d":"87,-197v-12,-2,-67,19,-79,13v-6,-16,-14,-42,-4,-54v69,-12,103,-20,143,-15v3,2,5,5,6,11v5,4,-37,104,-81,203v9,8,28,-4,50,-1v14,11,2,51,-15,52v-5,1,-76,9,-84,-4r-4,-23v4,-17,67,-168,68,-182","w":171},"~":{"d":"141,-315v8,25,-18,51,-37,48v-15,3,-42,-42,-57,-39v-17,0,-32,5,-44,16v-11,-38,46,-70,72,-33v20,28,41,23,66,8","w":132},"\u00a0":{"w":122}}});



////alert('fonts registered');


////alert('colorbox.js loaded');


//alert('hoverintent')


////alert('js file loaded');

//alert('hoverintent config');

jQuery(document).ready(function(){

/*

var config = {    
     sensitivity: 1,
	 over: overlayIn,
	 out: overlayOut
};
*/







//alert ('included js');

/*


//var day = $(".hiddenbox").html(); 
////alert(day);

//$("a.day-"+day).addClass("active");
//$(".pictures a").colorbox();



var page = jQuery("#page").html();

jQuery(".all .parchment-top .nav a."+page).addClass("current");


var map_point = jQuery("div.map_point").html();
var map_zoom = jQuery("div.map_zoom").html();

////alert(map_point+", "+map_zoom);



jQuery("div.overlay").animate({opacity:1}, 1).css("display", "block");
jQuery("div.map-link").hoverIntent(function(){
									  
									 
											jQuery("div.map-link").children("div.").animate({opacity:1}, "slow");
											},
							function(){
											jQuery("div.map-link").children("div.overlay").animate({opacity:0}, "slow");	
								
							});
*/


//alert('halfway thru');




//jQuery(".overlay").animate({opacity:0}, 1).css("display", "block");
					
					
	// DYNAMICALLY SET OVERLAY PROPERTIES				
		
jQuery(".each a .overlay").each(function(){

var thisheight = jQuery(this).parents("a").height();

////alert(thisheight);

jQuery(this).css("height", thisheight+"px");

jQuery(this).children("p").css("margin-top", (thisheight/2.2)+"px");

});			


// HANDLE INITIAL OVERLAY TREATMENT

jQuery(".each a .overlay").animate({opacity:"0"}, 0).show().css("display", "block");



// HANDLE OVERLAY HOVER EVENT

jQuery(".each a").hover(function(){
										  
									jQuery(this).children(".overlay").animate({opacity:"1"}, "slow")
								  }, 
						
						function(){
										
									jQuery(this).children(".overlay").animate({opacity:"0"}, "slow");					
										  });
					
					
					
// HANDLE OVERLAY CLICK EVENT

jQuery(".each a .overlay").click(function(){
										  
										  jQuery(this).parents("a").click();
										  
										  });
					
					
					
					
// TRIPNAV ------------------------
					
					//alert ('tripnav')
					
													////alert('loaded');
								
								jQuery(".nav-top").hide();
								
								var counter = 0;
								
								jQuery("a.toggle").click(function(){
													
													counter ++;
													
											jQuery(".nav-top").slideToggle("slow");					  
											
											if (counter%2)
											{jQuery(this).text("Hide menu");}

else
											{jQuery(this).text("See other adventures >>");}
																  });




//CUFON --------------------------

/*

//alert('cufon started');

Cufon.replace('h2');
Cufon.replace('h1');
Cufon.replace('h3');
//Cufon.replace('.speech-bubble p');
//Cufon.replace('.more-journal a');
//Cufon.replace('.nav');
Cufon.replace('.topnav div p');
Cufon.replace('.comments-number');
Cufon.replace('.categories div p');

    hs.showCredits = false;
	
*/
					



});
																																																																																																																																																																																																																																																																																																																																																																																																																																								  
	//alert('colorbox');																																																																																																																																																																																																																																																																																																																																																																																																																																							


// COLORBOX ------------------------------------

/*	ColorBox v1.3.2 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */
(function(z){var p="colorbox",n="hover",v=true,O=false,U,l=!z.support.opacity,Q=l&&!window.XMLHttpRequest,T="click.colorbox",w="cbox_open",I="cbox_load",s="cbox_complete",H="cbox_cleanup",m="cbox_closed",L="resize.cbox_resize",E,R,S,d,x,i,b,D,c,M,B,f,q,h,k,J,j,G,r,V,g,e,a,o,y,N,u,K,F,A={transition:"elastic",speed:350,width:O,height:O,innerWidth:O,innerHeight:O,initialWidth:"400",initialHeight:"400",maxWidth:O,maxHeight:O,scalePhotos:v,scrolling:v,inline:O,html:O,iframe:O,photo:O,href:O,title:O,rel:O,opacity:0.9,preloading:v,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:O,overlayClose:v,slideshow:O,slideshowAuto:v,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",preloadIMG:v};function C(W,X){X=X==="x"?document.documentElement.clientWidth:document.documentElement.clientHeight;return(typeof W==="string")?Math.round((W.match(/%/)?(X/100)*parseInt(W,10):parseInt(W,10))):W}function t(W){return N.photo||W.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function P(){for(var W in N){if(typeof(N[W])==="function"){N[W]=N[W].call(o)}}}U=z.fn.colorbox=function(X,W){if(this.length){this.each(function(){var Y=z(this).data(p)?z.extend({},z(this).data(p),X):z.extend({},A,X);z(this).data(p,Y).addClass("cboxelement")})}else{z(this).data(p,z.extend({},A,X))}z(this).unbind(T).bind(T,function(Z){o=this;N=z(o).data(p);P();F=W||O;var Y=N.rel||o.rel;if(Y&&Y!=="nofollow"){c=z(".cboxelement").filter(function(){var aa=z(this).data(p).rel||this.rel;return(aa===Y)});y=c.index(o);if(y<0){c=c.add(o);y=c.length-1}}else{c=z(o);y=0}if(!u){u=v;K=v;z().bind("keydown.cbox_close",function(aa){if(aa.keyCode===27){aa.preventDefault();U.close()}}).bind("keydown.cbox_arrows",function(aa){if(aa.keyCode===37){aa.preventDefault();G.click()}else{if(aa.keyCode===39){aa.preventDefault();j.click()}}});if(N.overlayClose){E.css({cursor:"pointer"}).one("click",U.close)}o.blur();z.event.trigger(w);r.html(N.close);E.css({opacity:N.opacity}).show();N.w=C(N.initialWidth,"x");N.h=C(N.initialHeight,"y");U.position(0);if(Q){M.bind("resize.cboxie6 scroll.cboxie6",function(){E.css({width:M.width(),height:M.height(),top:M.scrollTop(),left:M.scrollLeft()})}).trigger("scroll.cboxie6")}}U.slideshow();U.load();Z.preventDefault()});if(X&&X.open){z(this).triggerHandler(T)}return this};U.init=function(){function W(X){return z('<div id="cbox'+X+'"/>')}M=z(window);R=z('<div id="colorbox"/>');E=W("Overlay").hide();S=W("Wrapper");d=W("Content").append(B=W("LoadedContent").css({width:0,height:0}),f=W("LoadingOverlay"),q=W("LoadingGraphic"),h=W("Title"),k=W("Current"),J=W("Slideshow"),j=W("Next"),G=W("Previous"),r=W("Close"));S.append(z("<div/>").append(W("TopLeft"),x=W("TopCenter"),W("TopRight")),z("<div/>").append(i=W("MiddleLeft"),d,b=W("MiddleRight")),z("<div/>").append(W("BottomLeft"),D=W("BottomCenter"),W("BottomRight"))).children().children().css({"float":"left"});z("body").prepend(E,R.append(S));if(l){R.addClass("cboxIE");if(Q){E.css("position","absolute")}}d.children().addClass(n).mouseover(function(){z(this).addClass(n)}).mouseout(function(){z(this).removeClass(n)}).hide();V=x.height()+D.height()+d.outerHeight(v)-d.height();g=i.width()+b.width()+d.outerWidth(v)-d.width();e=B.outerHeight(v);a=B.outerWidth(v);R.css({"padding-bottom":V,"padding-right":g}).hide();j.click(U.next);G.click(U.prev);r.click(U.close);d.children().removeClass(n)};U.position=function(ab,Y){var aa,X=document.documentElement.clientHeight,Z=Math.max(X-N.h-e-V,0)/2+M.scrollTop(),W=Math.max(document.documentElement.clientWidth-N.w-a-g,0)/2+M.scrollLeft();aa=(R.width()===N.w+a&&R.height()===N.h+e)?0:ab;S[0].style.width=S[0].style.height="9999px";function ac(ad){x[0].style.width=D[0].style.width=d[0].style.width=ad.style.width;q[0].style.height=f[0].style.height=d[0].style.height=i[0].style.height=b[0].style.height=ad.style.height}R.dequeue().animate({width:N.w+a,height:N.h+e,top:Z,left:W},{duration:aa,complete:function(){ac(this);K=O;S[0].style.width=(N.w+a+g)+"px";S[0].style.height=(N.h+e+V)+"px";if(Y){Y()}},step:function(){ac(this)}})};U.resize=function(aa){if(!u){return}var ab,Z,X,ad,ah,W,af,Y=N.transition==="none"?0:N.speed;M.unbind(L);if(!aa){af=setTimeout(function(){var ai=B.wrapInner("<div style='overflow:auto'></div>").children();N.h=ai.height();B.css({height:N.h});ai.replaceWith(ai.children());U.position(Y)},1);return}B.remove();B=z('<div id="cboxLoadedContent"/>').html(aa);function ae(){N.w=N.w||B.width();return N.w}function ac(){N.h=N.h||B.height();return N.h}B.hide().appendTo(E).css({width:ae(),overflow:N.scrolling?"auto":"hidden"}).css({height:ac()}).prependTo(d);z("#cboxPhoto").css({cssFloat:"none"});if(Q){z("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one(H,function(){this.style.visibility="inherit"})}function ag(ai){U.position(ai,function(){if(!u){return}if(l){if(W){B.fadeIn(100)}R[0].style.removeAttribute("filter")}d.children().show();if(N.iframe){B.append("<iframe id='cboxIframe'"+(N.scrolling?" ":"scrolling='no'")+" name='iframe_"+new Date().getTime()+"' frameborder=0 src='"+(N.href||o.href)+"' />")}f.hide();q.hide();J.hide();if(c.length>1){k.html(N.current.replace(/\{current\}/,y+1).replace(/\{total\}/,c.length));j.html(N.next);G.html(N.previous);if(N.slideshow){J.show()}}else{k.hide();j.hide();G.hide()}h.html(N.title||o.title);z.event.trigger(s);if(F){F.call(o)}if(N.transition==="fade"){R.fadeTo(Y,1,function(){if(l){R[0].style.removeAttribute("filter")}})}M.bind(L,function(){U.position(0)})})}if((N.transition==="fade"&&R.fadeTo(Y,0,function(){ag(0)}))||ag(Y)){}if(N.preloading&&c.length>1){Z=y>0?c[y-1]:c[c.length-1];ad=y<c.length-1?c[y+1]:c[0];ah=z(ad).data(p).href||ad.href;X=z(Z).data(p).href||Z.href;if(t(ah)){z("<img />").attr("src",ah)}if(t(X)){z("<img />").attr("src",X)}}};U.load=function(){var X,W,aa,Z=U.resize;K=v;function Y(ad){var ac=z(ad),ae=ac.find("img"),ab=ae.length;(function af(){var ag=new Image();ab=ab-1;if(ab>=0&&N.preloadIMG){ag.onload=af;ag.src=ae[ab].src}else{Z(ac)}}())}o=c[y];N=z(o).data(p);P();z.event.trigger(I);N.h=N.height?C(N.height,"y")-e-V:N.innerHeight?C(N.innerHeight,"y"):O;N.w=N.width?C(N.width,"x")-a-g:N.innerWidth?C(N.innerWidth,"x"):O;N.mw=N.w;N.mh=N.h;if(N.maxWidth){N.mw=C(N.maxWidth,"x")-a-g;N.mw=N.w&&N.w<N.mw?N.w:N.mw}if(N.maxHeight){N.mh=C(N.maxHeight,"y")-e-V;N.mh=N.h&&N.h<N.mh?N.h:N.mh}X=N.href||o.href;f.show();q.show();r.show();if(N.inline){z('<div id="cboxInlineTemp" />').hide().insertBefore(z(X)[0]).bind(I+" "+H,function(){z(this).replaceWith(B.children())});Z(z(X))}else{if(N.iframe){Z(" ")}else{if(N.html){Y(N.html)}else{if(t(X)){W=new Image();W.onload=function(){var ab;W.onload=null;W.id="cboxPhoto";z(W).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(N.scalePhotos){aa=function(){W.height-=W.height*ab;W.width-=W.width*ab};if(N.mw&&W.width>N.mw){ab=(W.width-N.mw)/W.width;aa()}if(N.mh&&W.height>N.mh){ab=(W.height-N.mh)/W.height;aa()}}if(N.h){W.style.marginTop=Math.max(N.h-W.height,0)/2+"px"}Z(W);if(c.length>1){z(W).css({cursor:"pointer"}).click(U.next)}if(l){W.style.msInterpolationMode="bicubic"}};W.src=X}else{z("<div />").load(X,function(ab,ac){if(ac==="success"){Y(this)}else{Z(z("<p>Request unsuccessful.</p>"))}})}}}}};U.next=function(){if(!K){y=y<c.length-1?y+1:0;U.load()}};U.prev=function(){if(!K){y=y>0?y-1:c.length-1;U.load()}};U.slideshow=function(){var X,W,Y="cboxSlideshow_";J.bind(m,function(){J.unbind();clearTimeout(W);R.removeClass(Y+"off "+Y+"on")});function Z(){J.text(N.slideshowStop).bind(s,function(){W=setTimeout(U.next,N.slideshowSpeed)}).bind(I,function(){clearTimeout(W)}).one("click",function(){X();z(this).removeClass(n)});R.removeClass(Y+"off").addClass(Y+"on")}X=function(){clearTimeout(W);J.text(N.slideshowStart).unbind(s+" "+I).one("click",function(){Z();W=setTimeout(U.next,N.slideshowSpeed);z(this).removeClass(n)});R.removeClass(Y+"on").addClass(Y+"off")};if(N.slideshow&&c.length>1){if(N.slideshowAuto){Z()}else{X()}}};U.close=function(){z.event.trigger(H);u=O;z().unbind("keydown.cbox_close keydown.cbox_arrows");M.unbind(L+" resize.cboxie6 scroll.cboxie6");E.css({cursor:"auto"}).fadeOut("fast");R.stop(v,O).fadeOut("fast",function(){B.remove();R.css({opacity:1});d.children().hide();z.event.trigger(m)})};U.element=function(){return o};U.settings=A;z(U.init)}(jQuery));



jQuery(document).ready(function(){
								
								//alert('hey');
								
								});

