/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1989, 1992 Adobe Systems Incorporated. All Rights
 * Reserved.Walbaum is a registered trademark of Berthold.
 * 
 * Trademark:
 * Walbaum is a registered trademark of Berthold.
 * 
 * Description:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1989, 1992 Adobe Systems. All Rights
 * Reserved. This software is the property of Adobe Systems Incorporated and its
 * licensors, and may not be reproduced, used, displayed, modified, disclosed or
 * transferred without the express written approval of Adobe. The digitally encoded
 * machine readable outline data for producing the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All Rights
 * Reserved. This data is the property of Linotype-Hell AG and/or its subsidiaries
 * and may not be reproduced, used, displayed, modified, disclosed or transferred
 * without the express written approval of Linotype-Hell AG and/or its
 * subsidiaries. 12 Walbaum** Italic 13263 Family Descender -208
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Walbaum LT Italic","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 8 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-68.0164 -283 394 91.1825","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"$":{"d":"139,-244v-52,-14,-91,52,-40,76v5,3,10,6,16,9xm87,-5v60,10,102,-62,45,-91v-8,-4,-8,-5,-17,-10xm184,-78v0,58,-43,80,-99,82r-9,31r-14,0r9,-32v-30,-3,-53,-15,-73,-27r19,-69r9,2v-11,43,9,79,47,84r30,-106v-26,-15,-53,-29,-53,-67v0,-49,37,-79,91,-73r7,-24r14,0r-8,26v15,3,33,9,46,17r-10,59r-9,0v5,-31,-7,-56,-30,-64r-24,86v30,13,57,32,57,75"},"%":{"d":"256,-257r17,0r-160,265r-18,0xm137,-206v6,-43,-42,-49,-57,-16v-11,24,-20,77,16,80v28,-4,37,-35,41,-64xm299,-68v6,-44,-42,-50,-57,-16v-11,23,-20,79,16,79v29,0,37,-34,41,-63xm258,4v-33,0,-52,-22,-52,-54v0,-40,28,-67,66,-67v34,0,53,23,53,54v0,40,-27,67,-67,67xm96,-133v-33,0,-52,-22,-52,-54v0,-40,26,-67,66,-67v34,0,53,23,53,54v0,39,-27,67,-67,67","w":360},"&":{"d":"132,-167v25,-9,51,-20,54,-51v2,-18,-20,-24,-31,-11v-13,14,-22,38,-23,62xm42,-69v-4,42,38,73,64,40v-10,-37,-13,-75,-10,-118v-36,11,-50,35,-54,78xm214,-53v-13,37,-73,81,-103,33v-28,38,-109,24,-103,-39v5,-58,47,-81,90,-99v9,-42,29,-87,75,-87v19,0,33,8,32,28v-2,40,-45,49,-74,60v-2,27,-1,61,3,85v22,-26,31,-76,72,-76v14,0,25,8,26,23v0,11,-6,20,-19,20v-16,0,-22,-16,-15,-30v-34,14,-41,51,-62,76v2,20,8,40,30,40v24,0,27,-22,39,-35","w":240},"(":{"d":"93,60v-50,-35,-90,-118,-57,-196v26,-61,79,-105,149,-121r0,9v-79,27,-125,101,-129,199v-2,48,19,77,43,102","w":146},")":{"d":"57,-257v51,35,90,117,57,196v-26,62,-79,104,-149,121r0,-9v79,-28,127,-101,130,-200v2,-49,-20,-76,-44,-102","w":146},"*":{"d":"104,-137v-23,0,-13,-32,-16,-52v-15,10,-11,36,-34,37v-10,1,-17,-9,-17,-18v1,-21,33,-16,45,-26v-12,-10,-46,-3,-46,-24v0,-33,34,-16,40,2v5,5,13,23,13,4v0,-18,-8,-46,14,-43v38,5,-1,40,-5,56v19,-4,54,-31,54,6v0,27,-38,5,-55,3v7,15,23,21,26,38v2,12,-9,17,-19,17","w":126},"+":{"d":"96,-181r24,0r0,79r78,0r0,24r-78,0r0,78r-24,0r0,-78r-78,0r0,-24r78,0r0,-79","w":216},",":{"d":"33,-43v41,1,34,61,9,76v-11,12,-26,20,-42,27v-4,-24,48,-24,43,-61v-15,7,-34,-2,-34,-18v0,-13,9,-25,24,-24","w":100},"-":{"d":"10,-95r86,0r-5,20r-86,0","w":106},"\u00ad":{"d":"10,-95r86,0r-5,20r-86,0","w":106},".":{"d":"32,2v-13,0,-23,-11,-23,-23v0,-12,10,-22,23,-22v13,0,23,10,23,22v0,12,-10,23,-23,23","w":100},"\/":{"d":"149,-262r26,0r-174,266r-25,0","w":133},"0":{"d":"152,-139v8,-34,30,-100,-12,-106v-69,26,-84,123,-95,205v-4,31,30,46,51,23v26,-29,46,-77,56,-122xm129,-23v-43,46,-124,28,-114,-48v10,-74,35,-142,86,-173v65,-40,109,35,88,111v-12,45,-34,82,-60,110"},"1":{"d":"52,-172v38,-25,74,-50,105,-82r9,0r-73,245r39,0r-2,9r-112,0r3,-9r35,0r55,-192r-55,37"},"2":{"d":"124,-254v63,-5,76,79,38,116v-38,38,-86,65,-123,106r107,0r15,-41r9,1r-25,72r-151,0v48,-55,111,-96,145,-164v14,-28,3,-69,-29,-69v-40,0,-52,41,-62,74r-9,-2v12,-44,34,-88,85,-93"},"3":{"d":"115,-105v2,-25,-15,-44,-43,-38r-3,-10v27,-11,64,-20,64,-55v0,-37,-48,-24,-62,-4r-6,-8v18,-34,105,-55,105,7v0,31,-30,41,-52,52v49,13,40,83,10,110v-31,27,-69,53,-124,55r0,-9v57,-8,106,-41,111,-100"},"4":{"d":"28,-96r76,0r33,-111xm75,0r24,-78r-93,0r0,-11r163,-165r19,0r-47,158r36,0r0,18r-41,0r-23,78r-38,0"},"5":{"d":"87,-250v31,-5,85,13,92,-14r10,0r-17,47r-83,0v-6,18,-10,36,11,41v50,13,62,94,21,132v-30,28,-74,47,-130,48r0,-9v63,-5,114,-38,118,-101v2,-35,-24,-52,-37,-74v3,-25,10,-46,15,-70"},"6":{"d":"80,-5v42,-3,57,-50,57,-93v0,-22,-8,-41,-31,-41v-44,0,-54,50,-57,94v-2,23,8,42,31,40xm77,4v-75,2,-65,-105,-33,-148v34,-46,80,-85,134,-110r4,8v-42,20,-81,60,-96,103v32,-28,93,-8,88,43v-7,55,-36,103,-97,104"},"7":{"d":"170,-217v-41,5,-103,-15,-109,23r-8,0r16,-56r130,0r-65,132v-18,37,-35,80,-46,118r-41,0v30,-80,80,-151,123,-217"},"8":{"d":"128,-245v-51,0,-25,74,-6,94v21,-11,38,-26,38,-56v-1,-22,-9,-38,-32,-38xm91,-127v-24,16,-46,37,-46,76v0,27,11,47,39,46v65,-3,28,-96,7,-122xm85,4v-38,0,-69,-14,-68,-54v1,-46,38,-67,70,-84v-10,-19,-21,-35,-22,-62v-3,-68,121,-81,121,-10v0,38,-33,50,-59,63v11,21,28,44,28,75v0,43,-27,72,-70,72"},"9":{"d":"131,-245v-42,0,-57,50,-57,93v0,22,8,41,31,41v44,0,54,-50,57,-94v2,-23,-8,-40,-31,-40xm134,-254v75,0,65,106,32,149v-34,45,-79,84,-133,109r-4,-8v42,-20,81,-60,96,-103v-32,27,-94,8,-88,-43v7,-55,36,-104,97,-104"},":":{"d":"72,-135v-12,0,-23,-11,-23,-23v0,-12,11,-23,23,-23v12,0,23,11,23,23v0,12,-11,23,-23,23xm32,2v-13,0,-23,-11,-23,-23v0,-12,10,-22,23,-22v13,0,23,10,23,22v0,12,-10,23,-23,23","w":100},";":{"d":"72,-135v-12,0,-23,-11,-23,-23v0,-12,11,-23,23,-23v12,0,23,11,23,23v0,12,-11,23,-23,23xm33,-43v41,1,34,61,9,76v-11,12,-26,20,-42,27v-4,-24,48,-24,43,-61v-15,7,-34,-2,-34,-18v0,-13,9,-25,24,-24","w":100},"<":{"d":"198,4r-180,-82r0,-25r180,-82r0,27r-150,68r150,68r0,26","w":216},"=":{"d":"198,-42r-180,0r0,-24r180,0r0,24xm198,-114r-180,0r0,-24r180,0r0,24","w":216},">":{"d":"18,-22r150,-68r-150,-68r0,-27r180,82r0,25r-180,82r0,-26","w":216},"?":{"d":"36,2v-13,0,-23,-11,-23,-23v0,-12,10,-22,23,-22v13,0,23,10,23,22v0,12,-10,23,-23,23xm101,-240v74,-5,84,103,30,132v-27,14,-75,0,-78,45r-9,0v9,-63,94,-42,86,-130v-2,-21,-6,-36,-26,-38v-39,-3,2,54,-36,54v-14,0,-22,-10,-22,-22v0,-28,25,-39,55,-41","w":159},"@":{"d":"176,-180v-32,0,-50,35,-51,73v0,22,7,33,23,33v30,-8,43,-43,45,-81v0,-16,-6,-25,-17,-25xm50,-119v-3,95,112,133,188,90r5,11v-23,12,-48,22,-81,22v-86,-2,-144,-48,-144,-127v0,-85,56,-139,140,-139v73,0,126,41,126,114v0,49,-24,89,-71,92v-22,2,-30,-12,-34,-28v-15,16,-23,28,-47,28v-25,0,-34,-21,-36,-45v5,-47,26,-93,76,-96v16,-1,23,9,28,20r3,-16r27,0v-7,38,-22,76,-26,114v2,6,7,9,15,10v35,-5,50,-41,50,-79v0,-61,-47,-101,-111,-101v-72,0,-106,54,-108,130","w":288},"A":{"d":"132,-105r-1,-100r-68,100r69,0xm170,-262r1,253r36,0r-2,9r-112,0r3,-9r36,0r0,-87r-75,0r-60,87r38,0r-2,9r-74,0r2,-9r24,0r176,-253r9,0","w":219,"k":{"y":13,"w":13,"v":13,"Y":40,"W":6,"V":6,"T":27}},"B":{"d":"191,-219v2,-33,-30,-29,-62,-29r-30,102v59,5,88,-23,92,-73xm172,-95v-1,-39,-34,-44,-76,-42r-37,128v72,6,114,-20,113,-86xm213,-78v0,99,-130,76,-229,78r3,-9r32,0r69,-239r-37,0r3,-9v67,7,177,-26,176,48v0,49,-35,66,-80,69v38,2,63,23,63,62","w":233},"C":{"d":"121,-5v52,-2,77,-41,94,-79r9,2r-23,74v-24,7,-50,12,-79,12v-61,0,-97,-37,-97,-95v0,-122,118,-212,237,-148r-18,73r-9,-2v13,-42,-5,-90,-50,-85v-85,9,-111,104,-121,187v-5,40,19,62,57,61","w":259},"D":{"d":"239,-181v3,-63,-43,-72,-107,-67r-70,239v128,14,172,-63,177,-172xm282,-167v-3,99,-58,167,-156,167r-139,0r3,-9r32,0r69,-239r-37,0r3,-9r139,0v56,2,88,30,86,90","w":286},"E":{"d":"128,-9v53,-2,80,-30,95,-72r9,0r-25,81r-223,0r3,-9r32,0r69,-239r-37,0r3,-9r194,0r-14,76r-8,0v8,-41,-10,-71,-55,-67r-42,0r-30,102v53,5,74,-16,84,-53r9,0r-36,127r-9,0v10,-31,14,-68,-27,-65r-24,0r-37,128r69,0","w":253},"F":{"d":"142,-57v12,-40,0,-75,-51,-65r-32,113r39,0r-2,9r-112,0r3,-9r32,0r69,-239r-38,0r3,-9r209,0r-20,90r-10,0v12,-46,-2,-88,-54,-81r-49,0r-35,117v52,4,74,-17,85,-55r9,0r-37,129r-9,0","w":226,"k":{"A":13,".":40,",":40}},"G":{"d":"94,-182v-30,50,-62,177,31,177v66,0,68,-54,83,-103r-41,0r3,-9r108,0r-3,9r-30,0r-26,93v-22,10,-58,18,-90,19v-64,0,-104,-35,-104,-94v0,-100,69,-166,167,-172v31,-2,57,11,79,22r-20,73r-9,0v20,-62,-38,-108,-93,-76v-24,13,-40,36,-55,61","w":286},"H":{"d":"54,-257r113,0r-2,9r-36,0r-33,114r120,0r33,-114r-38,0r3,-9r111,0r-3,9r-33,0r-70,239r35,0r-2,9r-114,0r3,-9r38,0r34,-116r-120,0r-34,116r37,0r-2,9r-110,0r3,-9r32,0r69,-239r-36,0","w":286},"I":{"d":"54,-257r110,0r-3,9r-32,0r-70,239r35,0r-3,9r-107,0r3,-9r32,0r69,-239r-37,0","w":126},"J":{"d":"14,-17v5,21,32,10,38,-5v26,-70,44,-152,68,-226r-38,0r3,-9r110,0r-2,9r-32,0r-58,198v-10,30,-29,55,-71,54v-24,0,-44,-13,-44,-39v0,-23,38,-34,39,-7v0,13,-12,14,-13,25","w":159},"K":{"d":"54,-257r112,0r-3,9r-34,0r-32,108r31,0r86,-108r-28,0r2,-9r70,0v0,14,-19,8,-31,9r-70,86r47,153r33,0r-3,9r-110,0r3,-9r33,0r-35,-122r-31,0r-35,122r37,0r-2,9r-110,0r3,-9r32,0r69,-239r-37,0","w":246},"L":{"d":"59,-9v82,6,140,-10,156,-71r10,0r-23,80r-218,0r3,-9r32,0r69,-239r-36,0r2,-9r116,0r-3,9r-38,0","w":240,"k":{"y":13,"Y":33,"W":13,"V":6,"T":33}},"M":{"d":"54,-257r80,0r28,204r142,-204r79,0r-3,9r-32,0r-68,239r33,0r-2,9r-108,0r2,-9r34,0r66,-235r-168,244r-9,0r-32,-244r-65,235r35,0r-3,9r-79,0r3,-9r32,0r68,-239r-35,0","w":346},"N":{"d":"228,-257r81,0r-2,9r-31,0r-74,250r-9,0r-95,-242r-66,231r36,0r-2,9r-82,0r2,-9r33,0r69,-239r-37,0r3,-9r78,0r79,197r53,-188r-38,0","w":273},"O":{"d":"202,-86v22,-49,59,-166,-26,-167v-81,18,-101,108,-112,195v-6,49,52,67,88,42v23,-16,38,-42,50,-70xm174,-12v-65,39,-153,4,-149,-74v3,-75,45,-129,95,-160v64,-39,152,-3,149,74v-4,74,-44,130,-95,160","w":273},"P":{"d":"194,-207v2,-39,-25,-43,-65,-41r-38,131v71,7,100,-30,103,-90xm237,-201v-3,72,-64,99,-149,93r-29,99r39,0r-3,9r-111,0r3,-9r32,0r69,-239r-37,0r3,-9v74,6,186,-26,183,56","w":226,"k":{"A":13,".":46,",":46}},"Q":{"d":"202,-86v22,-49,59,-166,-26,-167v-81,18,-101,108,-112,195v-6,49,52,67,88,42v23,-16,38,-42,50,-70xm95,3v22,10,37,29,31,65v-2,15,20,15,37,14r-2,9v-36,1,-73,-1,-73,-35v0,-23,9,-47,-10,-58v-77,-25,-54,-155,-7,-202v26,-27,60,-58,108,-58v114,-3,101,150,44,208v-30,31,-68,65,-128,57","w":273},"R":{"d":"193,-217v1,-33,-31,-32,-64,-31r-30,102v59,5,92,-18,94,-71xm171,-106v0,-36,-39,-30,-75,-31r-37,128r37,0r-3,9r-109,0r3,-9r32,0r69,-239r-37,0r3,-9v66,6,180,-24,180,42v0,48,-44,65,-85,74v32,3,60,16,61,48v1,34,-28,92,29,84r-2,9v-35,0,-75,6,-75,-30v0,-27,9,-49,9,-76","w":246,"k":{"Y":6,"W":-4,"T":13}},"S":{"d":"167,-140v58,46,17,144,-64,144v-41,0,-68,-14,-94,-29r19,-71r9,2v-12,51,14,91,66,89v38,-1,65,-18,68,-53v-11,-66,-107,-51,-110,-127v-3,-78,96,-96,150,-55r-9,60r-10,0v5,-43,-17,-71,-57,-73v-50,-2,-67,64,-22,83v18,7,40,18,54,30","w":219},"T":{"d":"144,-248v-60,-6,-89,23,-102,63r-10,0r23,-72r222,0r-18,78r-9,0v12,-47,-11,-78,-65,-69r-69,239r40,0r-2,9r-117,0r2,-9r35,0","w":240,"k":{"y":13,"w":27,"u":27,"s":27,"r":27,"o":27,"e":27,"c":27,"a":27,"A":13,";":27,":":27,".":33,"-":27,",":33}},"U":{"d":"193,-11v-50,30,-180,30,-154,-60r50,-177r-38,0r3,-9r113,0r-3,9r-34,0r-55,190v-15,51,47,58,92,48v35,-8,46,-40,57,-77r46,-161r-38,0r2,-9r80,0r-2,9r-31,0v-23,70,-38,150,-67,213v-5,11,-12,19,-21,24","w":280},"V":{"d":"50,-248r3,-9r100,0r-3,9r-31,0r-39,200r181,-200r-36,0r2,-9r73,0r-2,9r-24,0r-231,252r-11,0r48,-252r-30,0","w":240,"k":{"y":13,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":33,":":33,".":46,"-":33,",":46}},"W":{"d":"78,-248r-29,0r2,-9r99,0r-2,9r-32,0r-35,184r134,-184r-32,0r1,-9r104,0r-2,9r-32,0r-35,187r135,-187r-36,0r2,-9r74,0r-2,9r-28,0r-183,252r-12,0r44,-235r-171,235r-12,0","w":333,"k":{"y":6,"u":6,"r":6,"o":13,"e":13,"a":13,"A":13,";":20,":":20,".":40,"-":13,",":40}},"X":{"d":"54,-257r110,0r-2,9r-37,0r27,94r85,-94r-37,0r3,-9r83,0r-2,9r-33,0r-97,105r38,134r33,0r-3,9r-113,0r4,-9r37,0r-29,-109r-103,109r38,0r-2,9r-83,0r2,-9r32,0r114,-120r-33,-119r-34,0","w":246},"Y":{"d":"29,-9r37,0r37,-129r-37,-110r-29,0r1,-9r107,0r-2,9r-35,0r35,105r92,-105r-32,0r2,-9r66,0r-2,9r-20,0r-109,122r-33,117r40,0r-2,9r-118,0","w":219,"k":{"v":13,"u":13,"q":13,"p":13,"o":13,"i":6,"e":13,"a":13,"A":13,";":20,":":20,".":33,"-":27,",":33}},"Z":{"d":"204,-248v-78,-4,-134,5,-152,62r-10,0r22,-71r197,0r-218,248v92,3,172,0,191,-71r10,0r-25,80r-233,0","w":253},"[":{"d":"91,-257r75,0r-2,9r-44,0r-85,299r47,0r-2,9r-80,0","w":119},"\\":{"d":"129,4r-23,0r-80,-266r23,0","w":133},"]":{"d":"33,60r-75,0r1,-9r44,0r85,-299r-46,0r2,-9r79,0","w":119},"^":{"d":"38,-118r69,-132r23,0r70,132r-26,0r-55,-104r-55,104r-26,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"126,-172v-56,11,-81,78,-81,138v0,40,53,22,66,0v17,-29,39,-60,39,-104v0,-17,-4,-38,-24,-34xm126,-181v23,-3,28,19,32,36r9,-31r32,0r-40,149v0,4,1,8,6,8v17,-6,27,-27,37,-41r7,5v-15,24,-31,56,-66,59v-25,2,-24,-25,-17,-46v-16,22,-32,47,-70,46v-31,-1,-45,-22,-45,-54v0,-71,47,-121,115,-131","w":219},"b":{"d":"50,-29v4,40,49,15,61,-4v18,-28,42,-61,42,-102v0,-17,-6,-33,-24,-33v-56,12,-66,83,-79,139xm60,4v-48,5,-47,-35,-36,-74r49,-178r-29,0r1,-9v23,1,45,-1,66,-3r-33,120v14,-21,30,-41,61,-41v31,0,51,21,48,57v-5,73,-54,122,-127,128","w":206},"c":{"d":"85,-7v33,-2,51,-27,64,-51r8,5v-16,29,-37,57,-80,57v-40,0,-65,-22,-63,-63v3,-65,44,-122,107,-122v29,0,47,17,50,45v3,28,-39,31,-37,6v2,-18,9,-47,-14,-42v-50,10,-61,75,-70,128v1,25,9,38,35,37","w":166},"d":{"d":"150,-137v3,-26,-27,-43,-47,-25v-30,27,-51,70,-55,122v-2,17,5,32,22,29v55,-8,73,-70,80,-126xm168,-15v16,-7,31,-28,39,-43r8,5v-17,21,-30,54,-68,57v-24,2,-24,-29,-20,-46v-15,23,-33,46,-70,46v-74,0,-43,-111,-12,-140v18,-33,96,-72,111,-14v12,-30,19,-66,30,-98r-34,0r2,-9v25,0,48,0,70,-3r-67,235v1,6,3,10,11,10","w":219},"e":{"d":"57,-91v30,-12,73,-23,73,-62v0,-32,-39,-16,-48,3v-8,17,-18,38,-25,59xm77,-9v35,-3,51,-30,66,-54r8,3v-18,31,-38,64,-87,64v-36,1,-50,-23,-50,-57v0,-69,41,-121,106,-128v41,-4,47,44,17,63v-23,14,-57,29,-83,38v-8,26,-12,74,23,71","w":166},"f":{"d":"-50,12v31,0,-3,39,22,42v40,-5,45,-43,55,-82r35,-139r-34,0r3,-9r34,0v13,-37,30,-81,77,-86v32,-4,51,46,18,52v-16,3,-21,-20,-9,-28v6,-13,-13,-20,-23,-11v-18,15,-21,44,-28,73r37,0r-2,9r-36,0v-18,84,-44,173,-100,220v-23,20,-68,16,-67,-18v0,-13,5,-23,18,-23","w":113},"g":{"d":"125,-172v-33,2,-41,36,-41,69v0,14,9,25,23,25v32,0,42,-39,42,-70v0,-16,-8,-24,-24,-24xm102,-9v-41,-2,-85,-2,-85,39v0,65,141,45,141,-12v0,-24,-31,-25,-56,-27xm37,-12v-42,-21,-19,-78,26,-78v-26,-42,11,-94,59,-91v20,0,40,10,48,24v2,-13,11,-25,26,-24v24,-4,39,38,11,41v-21,2,-4,-27,-17,-30v-15,2,-14,22,-13,38v4,54,-68,80,-108,50v-17,0,-31,5,-32,20v16,47,144,-12,140,62v-3,55,-49,79,-105,79v-41,0,-81,-8,-81,-48v0,-28,22,-38,46,-43","w":213},"h":{"d":"145,4v-24,0,-27,-26,-19,-49v12,-36,25,-70,32,-110v-10,-30,-49,1,-60,13v-31,34,-39,91,-53,142r-34,0r70,-248r-34,0r3,-9v25,0,47,0,69,-3r-37,126v15,-22,38,-47,72,-47v26,0,42,19,34,46v-12,38,-32,72,-32,114v0,6,2,8,7,8v23,-4,33,-33,41,-53r9,2v-13,32,-26,68,-68,68","w":219},"i":{"d":"91,-216v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21xm79,-16v-13,22,-74,31,-62,-12r39,-139r-32,0r2,-9v24,0,45,-1,67,-3r-43,157v0,5,3,7,8,7v19,-6,31,-30,43,-43v15,11,-15,30,-22,42","w":113},"j":{"d":"91,-216v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21xm-47,58v46,-4,53,-43,63,-80r40,-145r-32,0r2,-9v24,0,45,-1,67,-3r-58,205v-14,28,-43,34,-82,41r0,-9","w":106},"k":{"d":"140,4v-79,0,40,-125,-65,-112r-30,108r-37,0r74,-248r-33,0r1,-9v25,1,47,-1,71,-3r-44,143v58,7,51,-55,100,-62v25,-4,36,38,9,39v-17,1,-14,-14,-14,-25v-27,0,-35,44,-60,51v21,5,40,15,40,39v0,20,-9,34,-9,54v-1,6,4,10,9,10v24,-3,33,-30,41,-49r8,4v-11,28,-25,60,-61,60","w":213},"l":{"d":"40,4v-26,2,-24,-26,-18,-49r56,-203r-33,0r2,-9v25,1,46,-1,69,-3r-66,238v0,5,3,7,8,7v19,-6,29,-32,40,-46r7,4v-15,24,-30,58,-65,61","w":113},"m":{"d":"253,4v-24,0,-27,-26,-19,-49v12,-36,25,-70,32,-110v-10,-30,-49,1,-60,13v-31,34,-39,91,-53,142r-35,0v12,-50,30,-94,37,-149v-6,-36,-40,-10,-54,5v-31,33,-44,92,-57,144r-34,0r44,-167r-31,0r2,-9v23,0,45,-1,66,-3v-3,16,-11,36,-11,50v19,-24,36,-51,77,-52v28,-2,39,22,33,46v16,-21,38,-46,72,-46v26,0,42,19,34,46v-12,38,-32,72,-32,114v0,6,2,8,7,8v23,-4,33,-33,41,-53r9,2v-13,32,-26,68,-68,68","w":326},"n":{"d":"145,4v-24,0,-27,-26,-19,-49v12,-36,25,-70,32,-110v-10,-30,-49,1,-60,13v-31,34,-39,91,-53,142r-34,0r47,-167r-32,0r2,-9v24,0,45,-1,67,-3v-3,14,-12,31,-13,44v16,-21,38,-46,72,-46v26,0,42,19,34,46v-12,38,-32,72,-32,114v0,6,2,8,7,8v23,-4,33,-33,41,-53r9,2v-13,32,-26,68,-68,68","w":219},"o":{"d":"142,-73v15,-40,25,-121,-38,-96v-38,15,-52,80,-52,130v0,49,68,40,77,1v3,-11,9,-22,13,-35xm121,-181v43,0,66,29,66,73v0,64,-37,110,-101,112v-45,2,-67,-31,-67,-73v0,-64,39,-112,102,-112","w":206},"p":{"d":"88,-9v49,-12,69,-68,69,-121v0,-19,-5,-35,-23,-36v-48,12,-76,63,-76,121v0,21,10,35,30,36xm163,-38v-17,37,-102,67,-114,6v-14,35,-22,75,-34,111r-34,0r73,-246r-31,0v5,-19,47,-4,68,-12v-2,12,-10,26,-9,37v18,-17,33,-39,65,-39v71,0,48,112,16,143","w":213},"q":{"d":"133,-170v-53,14,-71,71,-77,131v-3,26,28,39,48,24v32,-25,55,-68,55,-122v0,-19,-7,-33,-26,-33xm129,-181v17,-2,34,10,37,25r7,-20r34,0r-72,255r-35,0r30,-106v-11,15,-31,31,-58,31v-36,0,-53,-23,-53,-58v0,-67,43,-119,110,-127","w":206},"r":{"d":"139,-141v-1,-11,17,-24,1,-29v-60,23,-79,99,-95,170r-34,0r45,-167r-33,0r2,-9v25,0,47,0,69,-3v-3,15,-10,32,-10,45v17,-20,32,-43,65,-47v33,-4,44,53,9,54v-13,0,-19,-4,-19,-14","w":166,"k":{".":33,"-":6,",":33}},"s":{"d":"63,-5v34,3,46,-40,19,-57v-19,-19,-45,-32,-47,-68v-4,-55,92,-71,100,-18v2,11,-6,17,-15,17v-26,1,-5,-41,-37,-41v-12,0,-26,9,-24,23v7,44,63,43,63,94v0,35,-22,59,-61,59v-29,0,-56,-11,-57,-40v-1,-10,6,-18,16,-18v14,1,16,7,16,22v-1,19,10,26,27,27","w":153},"t":{"d":"62,-2v-24,15,-53,1,-44,-32r38,-133r-34,0r3,-9r34,0r12,-46r34,0r-13,46r38,0r-3,9r-38,0r-39,142v0,3,5,8,9,8v22,-5,34,-30,45,-46v17,10,-15,32,-22,45v-6,6,-13,12,-20,16","w":119},"u":{"d":"60,-56v-4,17,-12,41,8,43v63,-20,80,-97,99,-163r33,0r-41,150v0,5,4,9,9,9v18,-6,32,-33,41,-46r7,5v-16,25,-31,60,-69,62v-32,1,-21,-37,-15,-61v-19,28,-38,58,-80,61v-31,3,-34,-32,-26,-59r32,-112r-33,0r2,-9v23,0,45,-1,66,-3","w":219},"v":{"d":"52,-161v-21,5,-31,32,-41,49v-15,-2,1,-15,3,-24v12,-20,25,-44,54,-45v36,-2,26,46,17,71v-9,25,-22,50,-22,80v0,13,6,21,17,21v53,0,87,-52,92,-107v3,-31,-31,-22,-32,-49v0,-12,9,-16,19,-16v23,0,29,21,29,42v0,76,-42,134,-117,143v-79,-9,-16,-104,-11,-156v1,-6,-1,-10,-8,-9","k":{".":6,",":6}},"w":{"d":"60,-51v-17,33,10,47,33,29v42,-33,59,-95,75,-154r35,0v-13,49,-33,92,-41,145v-2,13,10,24,22,22v51,-7,84,-55,91,-107v4,-28,-28,-19,-28,-45v0,-12,9,-21,20,-20v14,1,26,18,24,37v-6,76,-45,141,-122,148v-35,4,-44,-33,-36,-58v-18,25,-39,56,-80,58v-35,1,-31,-38,-23,-66r30,-105r-33,0v0,-14,19,-8,31,-9v13,0,27,-2,40,-3","w":306,"k":{".":6,",":6}},"x":{"d":"118,-18v31,22,63,-20,75,-42r8,5v-17,28,-40,56,-82,59v-28,1,-36,-16,-40,-39v-11,18,-23,35,-50,39v-34,4,-46,-50,-14,-53v18,-2,17,21,12,35v47,19,72,-76,79,-131v1,-12,-5,-24,-18,-23v-29,3,-43,31,-58,48v-10,-22,35,-61,71,-61v23,0,39,16,40,39v11,-17,23,-36,49,-39v32,-4,46,55,12,55v-31,0,6,-42,-17,-46v-47,21,-64,89,-70,148","w":219},"y":{"d":"-4,18v29,0,-5,58,33,39v33,-17,50,-61,40,-113v-6,-31,-7,-70,-16,-96v-2,-5,-5,-7,-10,-7v-19,6,-25,37,-32,56r-8,-2v9,-34,31,-93,74,-69v24,24,14,80,24,117r52,-108v6,-8,13,-16,26,-16v11,0,20,6,20,19v0,38,-57,2,-61,48v-37,62,-50,155,-117,183v-24,10,-48,-4,-48,-28v0,-12,9,-23,23,-23","w":186,"k":{".":27,",":27}},"z":{"d":"33,-26v-15,2,-22,10,-32,19r-5,-6r145,-133r-94,0r-18,34r-8,-2r31,-62r135,0r-133,122v41,4,56,34,87,47v22,-2,4,-20,2,-33v0,-8,6,-19,15,-18v12,0,17,9,17,21v-1,28,-20,40,-47,41v-40,0,-62,-25,-95,-30","w":180},"{":{"d":"60,60v-27,1,-53,-1,-46,-32v8,-37,25,-69,25,-109v0,-8,-5,-14,-15,-18v70,-23,14,-162,125,-158r-2,9v-67,11,-23,131,-97,150v49,21,-8,90,-5,135v1,11,6,13,17,14","w":119},"|":{"d":"39,-283r24,0r0,360r-24,0r0,-360","w":79},"}":{"d":"65,-257v28,-2,53,0,46,32v-8,36,-25,68,-25,108v0,8,5,14,15,18v-69,24,-15,162,-125,159r2,-9v67,-13,22,-132,97,-150v-49,-22,7,-90,5,-135v-1,-11,-5,-15,-17,-14","w":119},"~":{"d":"147,-90v16,0,24,-15,31,-25r13,17v-10,15,-19,31,-45,31v-33,0,-44,-23,-78,-23v-17,0,-25,13,-30,24r-13,-17v8,-16,21,-30,45,-31v31,0,49,24,77,24","w":216},"'":{"d":"69,-262v35,7,9,63,9,93v0,14,-15,15,-17,0r-8,-77v1,-9,6,-15,16,-16","w":93},"`":{"d":"37,-248v-12,-10,3,-32,16,-22v20,16,33,41,50,60r-14,0","w":100},"#":{"d":"134,-154r-46,0r-8,58r46,0xm123,-75r-46,0r-10,75r-23,0r11,-75r-38,0r3,-21r38,0r8,-58r-38,0r3,-21r38,0r11,-75r22,0r-11,75r47,0r10,-75r22,0r-10,75r38,0r-3,21r-38,0r-8,58r37,0r-2,21r-39,0r-10,75r-22,0"},"!":{"d":"34,2v-13,0,-23,-11,-23,-23v0,-12,10,-22,23,-22v13,0,23,10,23,22v0,12,-10,23,-23,23xm73,-202v-4,-25,34,-49,45,-20v-9,62,-45,105,-65,159r-9,0","w":106},"\"":{"d":"74,-262v33,8,8,63,8,93v0,14,-14,14,-16,0r-8,-77v1,-9,5,-16,16,-16xm128,-262v19,-1,17,22,15,39r-7,54v0,14,-14,14,-16,0r-8,-77v1,-9,6,-15,16,-16","w":159}}});


// Underscore.js 1.1.4
// (c) 2011 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the MIT license.
// Portions of Underscore are inspired or borrowed from Prototype,
// Oliver Steele's Functional, and John Resig's Micro-Templating.
// For all details and documentation:
// http://documentcloud.github.com/underscore
(function(){var q=this,C=q._,m={},j=Array.prototype,n=Object.prototype,i=j.slice,D=j.unshift,E=n.toString,o=n.hasOwnProperty,s=j.forEach,t=j.map,u=j.reduce,v=j.reduceRight,w=j.filter,x=j.every,y=j.some,p=j.indexOf,z=j.lastIndexOf;n=Array.isArray;var F=Object.keys,c=function(a){return new l(a)};if(typeof module!=="undefined"&&module.exports){module.exports=c;c._=c}else q._=c;c.VERSION="1.1.4";var k=c.each=c.forEach=function(a,b,d){if(a!=null)if(s&&a.forEach===s)a.forEach(b,d);else if(c.isNumber(a.length))for(var e=
0,f=a.length;e<f;e++){if(b.call(d,a[e],e,a)===m)break}else for(e in a)if(o.call(a,e))if(b.call(d,a[e],e,a)===m)break};c.map=function(a,b,d){var e=[];if(a==null)return e;if(t&&a.map===t)return a.map(b,d);k(a,function(f,g,h){e[e.length]=b.call(d,f,g,h)});return e};c.reduce=c.foldl=c.inject=function(a,b,d,e){var f=d!==void 0;if(a==null)a=[];if(u&&a.reduce===u){if(e)b=c.bind(b,e);return f?a.reduce(b,d):a.reduce(b)}k(a,function(g,h,G){if(!f&&h===0){d=g;f=true}else d=b.call(e,d,g,h,G)});if(!f)throw new TypeError("Reduce of empty array with no initial value");
return d};c.reduceRight=c.foldr=function(a,b,d,e){if(a==null)a=[];if(v&&a.reduceRight===v){if(e)b=c.bind(b,e);return d!==void 0?a.reduceRight(b,d):a.reduceRight(b)}a=(c.isArray(a)?a.slice():c.toArray(a)).reverse();return c.reduce(a,b,d,e)};c.find=c.detect=function(a,b,d){var e;A(a,function(f,g,h){if(b.call(d,f,g,h)){e=f;return true}});return e};c.filter=c.select=function(a,b,d){var e=[];if(a==null)return e;if(w&&a.filter===w)return a.filter(b,d);k(a,function(f,g,h){if(b.call(d,f,g,h))e[e.length]=
f});return e};c.reject=function(a,b,d){var e=[];if(a==null)return e;k(a,function(f,g,h){b.call(d,f,g,h)||(e[e.length]=f)});return e};c.every=c.all=function(a,b,d){b=b||c.identity;var e=true;if(a==null)return e;if(x&&a.every===x)return a.every(b,d);k(a,function(f,g,h){if(!(e=e&&b.call(d,f,g,h)))return m});return e};var A=c.some=c.any=function(a,b,d){b=b||c.identity;var e=false;if(a==null)return e;if(y&&a.some===y)return a.some(b,d);k(a,function(f,g,h){if(e=b.call(d,f,g,h))return m});return e};c.include=
c.contains=function(a,b){var d=false;if(a==null)return d;if(p&&a.indexOf===p)return a.indexOf(b)!=-1;A(a,function(e){if(d=e===b)return true});return d};c.invoke=function(a,b){var d=i.call(arguments,2);return c.map(a,function(e){return(b?e[b]:e).apply(e,d)})};c.pluck=function(a,b){return c.map(a,function(d){return d[b]})};c.max=function(a,b,d){if(!b&&c.isArray(a))return Math.max.apply(Math,a);var e={computed:-Infinity};k(a,function(f,g,h){g=b?b.call(d,f,g,h):f;g>=e.computed&&(e={value:f,computed:g})});
return e.value};c.min=function(a,b,d){if(!b&&c.isArray(a))return Math.min.apply(Math,a);var e={computed:Infinity};k(a,function(f,g,h){g=b?b.call(d,f,g,h):f;g<e.computed&&(e={value:f,computed:g})});return e.value};c.sortBy=function(a,b,d){return c.pluck(c.map(a,function(e,f,g){return{value:e,criteria:b.call(d,e,f,g)}}).sort(function(e,f){var g=e.criteria,h=f.criteria;return g<h?-1:g>h?1:0}),"value")};c.sortedIndex=function(a,b,d){d=d||c.identity;for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(b)?
e=g+1:f=g}return e};c.toArray=function(a){if(!a)return[];if(a.toArray)return a.toArray();if(c.isArray(a))return a;if(c.isArguments(a))return i.call(a);return c.values(a)};c.size=function(a){return c.toArray(a).length};c.first=c.head=function(a,b,d){return b&&!d?i.call(a,0,b):a[0]};c.rest=c.tail=function(a,b,d){return i.call(a,c.isUndefined(b)||d?1:b)};c.last=function(a){return a[a.length-1]};c.compact=function(a){return c.filter(a,function(b){return!!b})};c.flatten=function(a){return c.reduce(a,function(b,
d){if(c.isArray(d))return b.concat(c.flatten(d));b[b.length]=d;return b},[])};c.without=function(a){var b=i.call(arguments,1);return c.filter(a,function(d){return!c.include(b,d)})};c.uniq=c.unique=function(a,b){return c.reduce(a,function(d,e,f){if(0==f||(b===true?c.last(d)!=e:!c.include(d,e)))d[d.length]=e;return d},[])};c.intersect=function(a){var b=i.call(arguments,1);return c.filter(c.uniq(a),function(d){return c.every(b,function(e){return c.indexOf(e,d)>=0})})};c.zip=function(){for(var a=i.call(arguments),
b=c.max(c.pluck(a,"length")),d=Array(b),e=0;e<b;e++)d[e]=c.pluck(a,""+e);return d};c.indexOf=function(a,b,d){if(a==null)return-1;if(d){d=c.sortedIndex(a,b);return a[d]===b?d:-1}if(p&&a.indexOf===p)return a.indexOf(b);d=0;for(var e=a.length;d<e;d++)if(a[d]===b)return d;return-1};c.lastIndexOf=function(a,b){if(a==null)return-1;if(z&&a.lastIndexOf===z)return a.lastIndexOf(b);for(var d=a.length;d--;)if(a[d]===b)return d;return-1};c.range=function(a,b,d){var e=i.call(arguments),f=e.length<=1;a=f?0:e[0];
b=f?e[0]:e[1];d=e[2]||1;e=Math.max(Math.ceil((b-a)/d),0);f=0;for(var g=Array(e);f<e;){g[f++]=a;a+=d}return g};c.bind=function(a,b){var d=i.call(arguments,2);return function(){return a.apply(b||{},d.concat(i.call(arguments)))}};c.bindAll=function(a){var b=i.call(arguments,1);if(b.length==0)b=c.functions(a);k(b,function(d){a[d]=c.bind(a[d],a)});return a};c.memoize=function(a,b){var d={};b=b||c.identity;return function(){var e=b.apply(this,arguments);return e in d?d[e]:d[e]=a.apply(this,arguments)}};
c.delay=function(a,b){var d=i.call(arguments,2);return setTimeout(function(){return a.apply(a,d)},b)};c.defer=function(a){return c.delay.apply(c,[a,1].concat(i.call(arguments,1)))};var B=function(a,b,d){var e;return function(){var f=this,g=arguments,h=function(){e=null;a.apply(f,g)};d&&clearTimeout(e);if(d||!e)e=setTimeout(h,b)}};c.throttle=function(a,b){return B(a,b,false)};c.debounce=function(a,b){return B(a,b,true)};c.wrap=function(a,b){return function(){var d=[a].concat(i.call(arguments));return b.apply(this,
d)}};c.compose=function(){var a=i.call(arguments);return function(){for(var b=i.call(arguments),d=a.length-1;d>=0;d--)b=[a[d].apply(this,b)];return b[0]}};c.keys=F||function(a){if(c.isArray(a))return c.range(0,a.length);var b=[],d;for(d in a)if(o.call(a,d))b[b.length]=d;return b};c.values=function(a){return c.map(a,c.identity)};c.functions=c.methods=function(a){return c.filter(c.keys(a),function(b){return c.isFunction(a[b])}).sort()};c.extend=function(a){k(i.call(arguments,1),function(b){for(var d in b)a[d]=
b[d]});return a};c.clone=function(a){return c.isArray(a)?a.slice():c.extend({},a)};c.tap=function(a,b){b(a);return a};c.isEqual=function(a,b){if(a===b)return true;var d=typeof a;if(d!=typeof b)return false;if(a==b)return true;if(!a&&b||a&&!b)return false;if(a._chain)a=a._wrapped;if(b._chain)b=b._wrapped;if(a.isEqual)return a.isEqual(b);if(c.isDate(a)&&c.isDate(b))return a.getTime()===b.getTime();if(c.isNaN(a)&&c.isNaN(b))return false;if(c.isRegExp(a)&&c.isRegExp(b))return a.source===b.source&&a.global===
b.global&&a.ignoreCase===b.ignoreCase&&a.multiline===b.multiline;if(d!=="object")return false;if(a.length&&a.length!==b.length)return false;d=c.keys(a);var e=c.keys(b);if(d.length!=e.length)return false;for(var f in a)if(!(f in b)||!c.isEqual(a[f],b[f]))return false;return true};c.isEmpty=function(a){if(c.isArray(a)||c.isString(a))return a.length===0;for(var b in a)if(o.call(a,b))return false;return true};c.isElement=function(a){return!!(a&&a.nodeType==1)};c.isArray=n||function(a){return E.call(a)===
"[object Array]"};c.isArguments=function(a){return!!(a&&o.call(a,"callee"))};c.isFunction=function(a){return!!(a&&a.constructor&&a.call&&a.apply)};c.isString=function(a){return!!(a===""||a&&a.charCodeAt&&a.substr)};c.isNumber=function(a){return!!(a===0||a&&a.toExponential&&a.toFixed)};c.isNaN=function(a){return a!==a};c.isBoolean=function(a){return a===true||a===false};c.isDate=function(a){return!!(a&&a.getTimezoneOffset&&a.setUTCFullYear)};c.isRegExp=function(a){return!!(a&&a.test&&a.exec&&(a.ignoreCase||
a.ignoreCase===false))};c.isNull=function(a){return a===null};c.isUndefined=function(a){return a===void 0};c.noConflict=function(){q._=C;return this};c.identity=function(a){return a};c.times=function(a,b,d){for(var e=0;e<a;e++)b.call(d,e)};c.mixin=function(a){k(c.functions(a),function(b){H(b,c[b]=a[b])})};var I=0;c.uniqueId=function(a){var b=I++;return a?a+b:b};c.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g};c.template=function(a,b){var d=c.templateSettings;d="var __p=[],print=function(){__p.push.apply(__p,arguments);};with(obj||{}){__p.push('"+
a.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(d.interpolate,function(e,f){return"',"+f.replace(/\\'/g,"'")+",'"}).replace(d.evaluate||null,function(e,f){return"');"+f.replace(/\\'/g,"'").replace(/[\r\n\t]/g," ")+"__p.push('"}).replace(/\r/g,"\\r").replace(/\n/g,"\\n").replace(/\t/g,"\\t")+"');}return __p.join('');";d=new Function("obj",d);return b?d(b):d};var l=function(a){this._wrapped=a};c.prototype=l.prototype;var r=function(a,b){return b?c(a).chain():a},H=function(a,b){l.prototype[a]=function(){var d=
i.call(arguments);D.call(d,this._wrapped);return r(b.apply(c,d),this._chain)}};c.mixin(c);k(["pop","push","reverse","shift","sort","splice","unshift"],function(a){var b=j[a];l.prototype[a]=function(){b.apply(this._wrapped,arguments);return r(this._wrapped,this._chain)}});k(["concat","join","slice"],function(a){var b=j[a];l.prototype[a]=function(){return r(b.apply(this._wrapped,arguments),this._chain)}});l.prototype.chain=function(){this._chain=true;return this};l.prototype.value=function(){return this._wrapped}})();

/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);

(function($) {
 
  $.fn.tweet = function(o){
    var s = {
      username: ["seaofclouds"],                // [string]   required, unless you want to display our tweets. :) it can be an array, just do ["username1","username2","etc"]
      list: null,                               // [string]   optional name of list belonging to username
      avatar_size: null,                        // [integer]  height and width of avatar if displayed (48px max)
      count: 3,                                 // [integer]  how many tweets to display?
      intro_text: null,                         // [string]   do you want text BEFORE your your tweets?
      outro_text: null,                         // [string]   do you want text AFTER your tweets?
      join_text:  null,                         // [string]   optional text in between date and tweet, try setting to "auto"
      auto_join_text_default: "i said,",        // [string]   auto text for non verb: "i said" bullocks
      auto_join_text_ed: "i",                   // [string]   auto text for past tense: "i" surfed
      auto_join_text_ing: "i am",               // [string]   auto tense for present tense: "i was" surfing
      auto_join_text_reply: "i replied to",     // [string]   auto tense for replies: "i replied to" @someone "with"
      auto_join_text_url: "i was looking at",   // [string]   auto tense for urls: "i was looking at" http:...
      loading_text: null,                       // [string]   optional loading text, displayed while tweets load
      query: null,                              // [string]   optional search query
      refresh_interval: null ,                  // [integer]  optional number of seconds after which to reload tweets
      twitter_url: "twitter.com",               // [string]   custom twitter url, if any (apigee, etc.)
      twitter_api_url: "api.twitter.com",       // [string]   custom twitter api url, if any (apigee, etc.)
      twitter_search_url: "search.twitter.com"  // [string]   custom twitter search url, if any (apigee, etc.)
    };
    
    if(o) $.extend(s, o);
    
    $.fn.extend({
      linkUrl: function() {
        var returning = [];
        // See http://daringfireball.net/2010/07/improved_regex_for_matching_urls
        var regexp = /\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))/gi;
        this.each(function() {
          returning.push(this.replace(regexp,
                                      function(match) {
                                        var url = (/^[a-z]+:/i).test(match) ? match : "http://"+match;
                                        return "<a href=\""+url+"\">"+match+"</a>";
                                      }));
        });
        return $(returning);
      },
      linkUser: function() {
        var returning = [];
        var regexp = /[\@]+([A-Za-z0-9-_]+)/gi;
        this.each(function() {
          returning.push(this.replace(regexp,"<a href=\"http://"+s.twitter_url+"/$1\">@$1</a>"));        });
        return $(returning);
      },
      linkHash: function() {
        var returning = [];
        var regexp = /(?:^| )[\#]+([A-Za-z0-9-_]+)/gi;
        this.each(function() {
          returning.push(this.replace(regexp, ' <a href="http://'+s.twitter_search_url+'/search?q=&tag=$1&lang=all&from='+s.username.join("%2BOR%2B")+'">#$1</a>'));
        });
        return $(returning);
      },
      capAwesome: function() {
        var returning = [];
        this.each(function() {
          returning.push(this.replace(/\b(awesome)\b/gi, '<span class="awesome">$1</span>'));
        });
        return $(returning);
      },
      capEpic: function() {
        var returning = [];
        this.each(function() {
          returning.push(this.replace(/\b(epic)\b/gi, '<span class="epic">$1</span>'));
        });
        return $(returning);
      },
      makeHeart: function() {
        var returning = [];
        this.each(function() {
          returning.push(this.replace(/(&lt;)+[3]/gi, "<tt class='heart'>&#x2665;</tt>"));
        });
        return $(returning);
      }
    });

    function parse_date(date_str) {
      // The non-search twitter APIs return inconsistently-formatted dates, which Date.parse
      // cannot handle in IE. We therefore perform the following transformation:
      // "Wed Apr 29 08:53:31 +0000 2009" => "Wed, Apr 29 2009 08:53:31 +0000"
      return Date.parse(date_str.replace(/^([a-z]{3})( [a-z]{3} \d\d?)(.*)( \d{4})$/i, '$1,$2$4$3'));
    }

    function relative_time(time_value) {
      var parsed_date = parse_date(time_value);
      var relative_to = (arguments.length > 1) ? arguments[1] : new Date();
      var delta = parseInt((relative_to.getTime() - parsed_date) / 1000);
      var r = '';
      if (delta < 60) {
	r = delta + ' seconds ago';
      } else if(delta < 120) {
	r = 'a minute ago';
      } else if(delta < (45*60)) {
	r = (parseInt(delta / 60, 10)).toString() + ' minutes ago';
      } else if(delta < (2*60*60)) {
	r = 'an hour ago';
      } else if(delta < (24*60*60)) {
	r = '' + (parseInt(delta / 3600, 10)).toString() + ' hours ago';
      } else if(delta < (48*60*60)) {
	r = 'a day ago';
      } else {
	r = (parseInt(delta / 86400, 10)).toString() + ' days ago';
      }
      return 'about ' + r;
    }

    function build_url() {
      var proto = ('https:' == document.location.protocol ? 'https:' : 'http:');
      if (s.list) {
        return proto+"//"+s.twitter_api_url+"/1/"+s.username[0]+"/lists/"+s.list+"/statuses.json?per_page="+s.count+"&callback=?";
      } else if (s.query == null && s.username.length == 1) {
        return proto+'//'+s.twitter_api_url+'/1/statuses/user_timeline.json?screen_name='+s.username[0]+'&count='+s.count+'&include_rts=1&callback=?';
      } else {
        var query = (s.query || 'from:'+s.username.join(' OR from:'));
        return proto+'//'+s.twitter_search_url+'/search.json?&q='+encodeURIComponent(query)+'&rpp='+s.count+'&callback=?';
      }
    }

    return this.each(function(i, widget){
      var list = $('<ul class="tweet_list">').appendTo(widget);
      var intro = '<p class="tweet_intro">'+s.intro_text+'</p>';
      var outro = '<p class="tweet_outro">'+s.outro_text+'</p>';
      var loading = $('<p class="loading">'+s.loading_text+'</p>');

      if(typeof(s.username) == "string"){
        s.username = [s.username];
      }

      if (s.loading_text) $(widget).append(loading);
      $(widget).bind("load", function(){
        $.getJSON(build_url(), function(data){
          if (s.loading_text) loading.remove();
          if (s.intro_text) list.before(intro);
          list.empty();
          var tweets = (data.results || data);
          $.each(tweets, function(i,item){
            // auto join text based on verb tense and content
            if (s.join_text == "auto") {
              if (item.text.match(/^(@([A-Za-z0-9-_]+)) .*/i)) {
                var join_text = s.auto_join_text_reply;
              } else if (item.text.match(/(^\w+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+) .*/i)) {
                var join_text = s.auto_join_text_url;
              } else if (item.text.match(/^((\w+ed)|just) .*/im)) {
                var join_text = s.auto_join_text_ed;
              } else if (item.text.match(/^(\w*ing) .*/i)) {
                var join_text = s.auto_join_text_ing;
              } else {
                var join_text = s.auto_join_text_default;
              }
            } else {
              var join_text = s.join_text;
            };
   
            var from_user = item.from_user || item.user.screen_name;
            var profile_image_url = item.profile_image_url || item.user.profile_image_url;
            var join_template = '<span class="tweet_join"> '+join_text+' </span>';
            var join = ((s.join_text) ? join_template : ' ');
            var avatar_template = '<a class="tweet_avatar" href="http://'+s.twitter_url+'/'+from_user+'"><img src="'+profile_image_url+'" height="'+s.avatar_size+'" width="'+s.avatar_size+'" alt="'+from_user+'\'s avatar" title="'+from_user+'\'s avatar" border="0"/></a>';
            var avatar = (s.avatar_size ? avatar_template : '');
            var date = '<span class="tweet_time"><a href="http://'+s.twitter_url+'/'+from_user+'/statuses/'+item.id_str+'" title="view tweet on twitter">'+relative_time(item.created_at)+'</a></span>';
            var text = '<span class="tweet_text">' +$([item.text]).linkUrl().linkUser().linkHash().makeHeart().capAwesome().capEpic()[0]+ '</span>';
   
            // until we create a template option, arrange the items below to alter a tweet's display.
            list.append('<li>' + avatar + date + join + text + '</li>');
   
            list.children('li:first').addClass('tweet_first');
            list.children('li:odd').addClass('tweet_even');
            list.children('li:even').addClass('tweet_odd');
          });
          if (s.outro_text) list.after(outro);
          $(widget).trigger("loaded").trigger((tweets.length == 0 ? "empty" : "full"));
          if (s.refresh_interval) {
            window.setTimeout(function() { $(widget).trigger("load"); }, 1000 * s.refresh_interval);
          };
        });
      }).trigger("load");
    });
  };
})(jQuery);


/*
	Watermark v3.1.1 (January 10, 2011) plugin for jQuery
	http://jquery-watermark.googlecode.com/
	Copyright (c) 2009-2011 Todd Northrop
	http://www.speednet.biz/
	Dual licensed under the MIT or GPL Version 2 licenses.
*/
(function(b,j,y){var p="function",k="password",d="maxLength",g="type",a="",c=true,o="placeholder",e=false,w="watermark",l=w,i="watermarkClass",t="watermarkFocus",n="watermarkSubmit",r="watermarkMaxLength",h="watermarkPassword",f="watermarkText",m=/\r/g,v=":data("+l+")",q=":text,:password,:search,textarea",s=["Page_ClientValidate"],u=e,x=o in document.createElement("input");b.watermark=b.watermark||{version:"3.1.1",runOnce:c,options:{className:w,useNative:c,hideBeforeUnload:c},hide:function(a){b(a).filter(v).each(function(){b.watermark._hide(b(this))})},_hide:function(b,q){var o=b[0],p=(o.value||a).replace(m,a),l=b.data(f)||a,n=b.data(r)||0,k=b.data(i);if(l.length&&p==l){o.value=a;if(b.data(h))if((b.attr(g)||a)==="text"){var e=b.data(h)||[],c=b.parent()||[];if(e.length&&c.length){c[0].removeChild(b[0]);c[0].appendChild(e[0]);b=e}}if(n){b.attr(d,n);b.removeData(r)}if(q){b.attr("autocomplete","off");j.setTimeout(function(){b.select()},1)}}k&&b.removeClass(k)},show:function(a){b(a).filter(v).each(function(){b.watermark._show(b(this))})},_show:function(e){var p=e[0],v=(p.value||a).replace(m,a),j=e.data(f)||a,q=e.attr(g)||a,s=e.data(i);if((v.length==0||v==j)&&!e.data(t)){u=c;if(e.data(h))if(q===k){var o=e.data(h)||[],n=e.parent()||[];if(o.length&&n.length){n[0].removeChild(e[0]);n[0].appendChild(o[0]);e=o;e.attr(d,j.length);p=e[0]}}if(q==="text"||q==="search"){var l=e.attr(d)||0;if(l>0&&j.length>l){e.data(r,l);e.attr(d,j.length)}}s&&e.addClass(s);p.value=j}else b.watermark._hide(e)},hideAll:function(){if(u){b.watermark.hide(q);u=e}},showAll:function(){b.watermark.show(q)}};b.fn.watermark=b.fn.watermark||function(s,r){var u="string";if(!this.length)return this;var w=e,v=typeof s===u;if(v)s=s.replace(m,a);if(typeof r==="object"){w=typeof r.className===u;r=b.extend({},b.watermark.options,r)}else if(typeof r===u){w=c;r=b.extend({},b.watermark.options,{className:r})}else r=b.watermark.options;if(typeof r.useNative!==p)r.useNative=r.useNative?function(){return c}:function(){return e};return this.each(function(){var z="dragleave",y="dragenter",B=this,e=b(B);if(!e.is(q))return;if(e.data(l)){if(v||w){b.watermark._hide(e);v&&e.data(f,s);w&&e.data(i,r.className)}}else{if(x&&r.useNative.call(B,e)&&(e.attr("tagName")||a)!=="TEXTAREA"){v&&e.attr(o,s);return}e.data(f,v?s:a);e.data(i,r.className);e.data(l,1);if((e.attr(g)||a)===k){var C=e.wrap("<span>").parent(),p=b(C.html().replace(/type=["']?password["']?/i,'type="text"'));p.data(f,e.data(f));p.data(i,e.data(i));p.data(l,1);p.attr(d,s.length);p.focus(function(){b.watermark._hide(p,c)}).bind(y,function(){b.watermark._hide(p)}).bind("dragend",function(){j.setTimeout(function(){p.blur()},1)});e.blur(function(){b.watermark._show(e)}).bind(z,function(){b.watermark._show(e)});p.data(h,e);e.data(h,p)}else e.focus(function(){e.data(t,1);b.watermark._hide(e,c)}).blur(function(){e.data(t,0);b.watermark._show(e)}).bind(y,function(){b.watermark._hide(e)}).bind(z,function(){b.watermark._show(e)}).bind("dragend",function(){j.setTimeout(function(){b.watermark._show(e)},1)}).bind("drop",function(d){var c=e[0],b=d.originalEvent.dataTransfer.getData("Text");if((c.value||a).replace(m,a).replace(b,a)===e.data(f))c.value=b;e.focus()});if(B.form){var u=B.form,A=b(u);if(!A.data(n)){A.submit(b.watermark.hideAll);if(u.submit){A.data(n,u.submit);u.submit=function(c,a){return function(){var d=a.data(n);b.watermark.hideAll();if(d.apply)d.apply(c,Array.prototype.slice.call(arguments));else d()}}(u,A)}else{A.data(n,1);u.submit=function(a){return function(){b.watermark.hideAll();delete a.submit;a.submit()}}(u)}}}}b.watermark._show(e)})};if(b.watermark.runOnce){b.watermark.runOnce=e;b.extend(b.expr[":"],{search:function(b){return"search"===(b.type||a)},data:function(c,d,a){return!!b.data(c,a[3])}});(function(c){b.fn.val=function(){var d=this;if(!d.length)return arguments.length?d:y;if(!arguments.length)if(d.data(l)){var e=(d[0].value||a).replace(m,a);return e===(d.data(f)||a)?a:e}else return c.apply(d,arguments);else{c.apply(d,arguments);b.watermark.show(d);return d}}})(b.fn.val);s.length&&b(function(){for(var a,c,d=s.length-1;d>=0;d--){a=s[d];c=j[a];if(typeof c===p)j[a]=function(a){return function(){b.watermark.hideAll();return a.apply(null,Array.prototype.slice.call(arguments))}}(c)}});b(j).bind("beforeunload",function(){b.watermark.options.hideBeforeUnload&&b.watermark.hideAll()})}})(jQuery,window);

/*
	SplendidSlider v1 (February 04, 2011) plugin for jQuery
	Copyright (c) Icon.inc
*/
(function($){
	$.splendidSlider = function(el, options){
		var base = this;

		// Access to jQuery and DOM versions of element
		base.$el = $(el);
		base.el = el;

		// Add a reverse reference to the DOM object
		base.$el.data("splendidSlider", base);

		base.init = function(){
			base.options = $.extend({},$.splendidSlider.defaultOptions, options);
			
			base.slide = 0; // record which slide we're on
			base.slideCount = base.$el.find('.viewport .slides li').length - (base.options.visibleSlides - 1); // count number of slides available
			base.slideWidth = base.$el.find('.viewport .slides li').eq(0).outerWidth(); // work out width of slide
			
			// check for required elements
			if( base.$el.find('.navigation').length < 1 ) { throw new Error('Splendid slider cannot find a navigation container'); }
			if( base.$el.find('.viewport').length < 1 ) { throw new Error('Splendid slider cannot find a navigation container'); }

			// start interval loop
			enableAutomatic();
			
			// bind mouseover to stop
			if(base.options.pauseOnHover) {
				base.$el.hover(function(event) {
					disableAutomatic()
				}, function(event) {
					enableAutomatic();
				});
			}
			
			// bind controls
			base.$el.find('.navigation .next a').bind({
				click: function(event) {
					event.preventDefault();
					base.next();
				}
			});
			
			base.$el.find('.navigation .previous a').bind({
				click: function(event) {
					event.preventDefault();
					base.previous();
				}
			});
			
		};

		base.next = function(){
			base.slide++;
			updatePosition();
		};
		
		base.previous = function(){
			base.slide--;
			updatePosition();
		};
		
		function updatePosition() {
			if( base.slide < 0 ) {
				base.slide = base.slideCount - 1;
			} else if ( base.slide > base.slideCount - 1 ) {
				base.slide = 0
			}
			base.$el.find('.viewport .slides').animate({left: -(base.slideWidth * base.slide)}, {duration: base.options.animationSpeed});
		}
		
		function enableAutomatic() {
			if(!base.options.autoScroll) return;
			base.eventLoop = setInterval(function() {
				base.next();
			}, base.options.transitionInterval);
			
		}
		
		function disableAutomatic() {
			
			clearInterval(base.eventLoop);
			
		}

		// Run initializer
		base.init();
		
	};

	$.splendidSlider.defaultOptions = {
			animationSpeed: 1000,
			transitionInterval: 6000,
			visibleSlides: 1,
			pauseOnHover: true,
			autoScroll: true
	};

	$.fn.splendidSlider = function(options){
		return this.each(function(){
			(new $.splendidSlider(this, options));
		});
	};
})(jQuery);
