/*
	Kwicks for jQuery (version 1.5.1)
	Copyright (c) 2008 Jeremy Martin
	http://www.jeremymartin.name/projects.php?project=kwicks
	
	Licensed under the MIT license:
		http://www.opensource.org/licenses/mit-license.php

	Any and all use of this script must be accompanied by this copyright/license notice in its present form.
*/
(function($){$.fn.kwicks=function(n){var p={isVertical:false,sticky:false,defaultKwick:0,event:'mouseover',spacing:0,duration:500};var o=$.extend(p,n);var q=(o.isVertical?'height':'width');var r=(o.isVertical?'top':'left');return this.each(function(){container=$(this);var k=container.children('li');var l=k.eq(0).css(q).replace(/px/,'');if(!o.max){o.max=(l*k.size())-(o.min*(k.size()-1))}else{o.min=((l*k.size())-o.max)/(k.size()-1)}if(o.isVertical){container.css({width:k.eq(0).css('width'),height:(l*k.size())+(o.spacing*(k.size()-1))+'px'})}else{container.css({width:(l*k.size())+(o.spacing*(k.size()-1))+'px',height:k.eq(0).css('height')})}var m=[];for(i=0;i<k.size();i++){m[i]=[];for(j=1;j<k.size()-1;j++){if(i==j){m[i][j]=o.isVertical?j*o.min+(j*o.spacing):j*o.min+(j*o.spacing)}else{m[i][j]=(j<=i?(j*o.min):(j-1)*o.min+o.max)+(j*o.spacing)}}}k.each(function(i){var h=$(this);if(i===0){h.css(r,'0px')}else if(i==k.size()-1){h.css(o.isVertical?'bottom':'right','0px')}else{if(o.sticky){h.css(r,m[o.defaultKwick][i])}else{h.css(r,(i*l)+(i*o.spacing))}}if(o.sticky){if(o.defaultKwick==i){h.css(q,o.max+'px');h.addClass('active')}else{h.css(q,o.min+'px')}}h.css({margin:0,position:'absolute'});h.bind(o.event,function(){var c=[];var d=[];k.stop().removeClass('active');for(j=0;j<k.size();j++){c[j]=k.eq(j).css(q).replace(/px/,'');d[j]=k.eq(j).css(r).replace(/px/,'')}var e={};e[q]=o.max;var f=o.max-c[i];var g=c[i]/f;h.addClass('active').animate(e,{step:function(a){var b=f!=0?a/f-g:1;k.each(function(j){if(j!=i){k.eq(j).css(q,c[j]-((c[j]-o.min)*b)+'px')}if(j>0&&j<k.size()-1){k.eq(j).css(r,d[j]-((d[j]-m[i][j])*b)+'px')}})},duration:o.duration,easing:o.easing})})});if(!o.sticky){container.bind("mouseleave",function(){var c=[];var d=[];k.removeClass('active').stop();for(i=0;i<k.size();i++){c[i]=k.eq(i).css(q).replace(/px/,'');d[i]=k.eq(i).css(r).replace(/px/,'')}var e={};e[q]=l;var f=l-c[0];k.eq(0).animate(e,{step:function(a){var b=f!=0?(a-c[0])/f:1;for(i=1;i<k.size();i++){k.eq(i).css(q,c[i]-((c[i]-l)*b)+'px');if(i<k.size()-1){k.eq(i).css(r,d[i]-((d[i]-((i*l)+(i*o.spacing)))*b)+'px')}}},duration:o.duration,easing:o.easing})})}})}})(jQuery);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}else{v.fillStyle=o.get("color")}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2006 Process Type Foundry. All rights reserved.
 * 
 * Trademark:
 * Klavika is a trademark of Process Type Foundry.
 * 
 * Manufacturer:
 * Eric Olson
 * 
 * Designer:
 * Eric Olson
 * 
 * Vendor URL:
 * http://www.processtypefoundry.com
 */
Cufon.registerFont({"w":92,"face":{"font-family":"Klavika CH Regular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-3 -305 320 76","underline-thickness":"7.2","underline-position":"-40.68","stemh":"26","stemv":"30","unicode-range":"U+0020-U+015F"},"glyphs":{" ":{"w":77},"!":{"d":"57,-68r-18,0v-8,-54,-6,-117,-6,-179r30,0r0,117xm32,0r0,-41r31,0r0,41r-31,0","w":95},"\"":{"d":"50,-159r-25,0r0,-88r25,0r0,88xm110,-159r-25,0r0,-88r25,0r0,88","w":135},"#":{"d":"229,-62r-47,0r-3,62r-24,0r3,-62r-65,0r-4,62r-25,0r4,-62r-46,0r1,-23r47,0r3,-67r-47,0r1,-23r48,0r3,-58r25,0r-4,58r65,0r3,-58r25,0r-4,58r47,0r-2,23r-46,0r-4,67r47,0xm98,-152r-4,67r65,0r3,-67r-64,0","w":254,"k":{"4":-5,")":4,"1":-5,"7":-5}},"$":{"d":"105,41r-26,0r0,-38v-18,-1,-39,-6,-57,-12r4,-24v38,10,107,27,107,-27v0,-27,-2,-31,-46,-45v-54,-17,-61,-27,-61,-69v0,-40,13,-59,60,-62r0,-37r27,0r0,38v16,1,32,2,46,6r-2,25v-35,-3,-101,-25,-101,30v0,26,3,31,41,43v59,19,66,29,66,71v0,42,-15,59,-58,63r0,38","w":186,"k":{"7":-5,"4":-5,"1":-5}},"%":{"d":"209,-234r-97,238r-21,-10r97,-237xm124,-194v2,48,2,83,-53,82v-54,0,-53,-34,-53,-82v0,-30,13,-49,53,-49v40,0,53,19,53,49xm71,-222v-37,-2,-28,31,-29,62v0,17,7,26,29,26v37,0,26,-31,28,-61v0,-17,-6,-27,-28,-27xm283,-78v2,48,2,83,-53,82v-54,0,-53,-34,-53,-82v0,-30,13,-49,53,-49v40,0,53,19,53,49xm230,-106v-37,0,-26,32,-28,62v0,17,6,26,28,26v37,0,26,-32,28,-62v0,-17,-6,-26,-28,-26","w":302,"k":{"}":4,"4":-7,")":9,"]":4,"1":7}},"&":{"d":"22,-48v0,-41,31,-54,55,-73v-17,-19,-41,-36,-41,-70v0,-32,28,-52,64,-52v70,0,83,82,31,111r-15,12r50,49v10,-14,20,-31,35,-54r22,15r-39,56r56,54r-38,0r-34,-33v-20,23,-45,37,-78,37v-44,0,-68,-20,-68,-52xm93,-19v28,0,43,-13,57,-31r-55,-54v-21,16,-45,23,-45,56v0,20,17,29,43,29xm100,-221v-44,-1,-44,48,-20,66r19,18v17,-13,37,-24,37,-55v0,-17,-13,-29,-36,-29","w":250},"'":{"d":"50,-159r-25,0r0,-88r25,0r0,88","w":75},"(":{"d":"81,-274r21,14v-64,102,-64,200,0,301r-21,14v-74,-91,-74,-238,0,-329","w":109,"k":{"n":4,"Z":-5,"C":5,".":7,",":7,":":9,"\u00d6":5,"\u015f":7,"e":5,"G":5,"a":5,"\u011e":5,"Y":-5,"A":5,"z":4,"T":-5,"u":4,"-":13,"s":7,"O":5,"J":-16,"c":5,"\u00c7":5,"w":2,"W":-5,";":9,"o":5,"f":5,"\u00e7":5,"S":2,"\u015e":2,"t":4,"Q":5,"9":4,"?":-2,"8":4,"6":4,"4":7,"2":-4,"0":7,"v":4,"*":4,"m":4,"g":2,"X":-5,"$":4,"@":14,"7":-7,"3":-4,"q":4,"+":11,"d":7,"#":7,"5":-2,"x":-2,"%":4,"V":-7,"j":-14,"1":4}},")":{"d":"7,-260r22,-14v73,91,73,238,0,329r-22,-14v64,-101,64,-199,0,-301","w":109},"*":{"d":"41,-138r28,-43r-51,0r0,-17r52,0r-28,-44r13,-9r30,46r29,-46r14,9r-28,44r52,0r0,17r-52,0r29,43r-15,9r-29,-46r-30,46","w":170,"k":{";":23,":":23,",":54,".":54,"}":4,")":4}},"+":{"d":"22,-75r0,-25r59,0r0,-61r27,0r0,61r60,0r0,25r-60,0r0,61r-27,0r0,-61r-59,0","w":189,"k":{"}":14,")":11,"]":4}},",":{"d":"30,0r0,-41r31,0r0,41r-22,43r-14,-7r15,-36r-10,0","w":91,"k":{"x":-2,"]":4,"Q":5,"7":2,"1":25,")":7,"v":22,"@":11,"*":36,"}":7,"4":16,"%":29,"V":32}},"-":{"d":"22,-88r0,-25r90,0r0,25r-90,0","w":133,"k":{"x":9,"]":11,"V":18,"7":20,"4":-2,"2":9,")":13,"j":2,"9":5,"3":5,"}":11,"5":5,"X":23,"1":18}},".":{"d":"31,0r0,-41r31,0r0,41r-31,0","k":{"V":32,"@":11,"4":16,"*":36,"%":29,"}":7,"v":22,"]":4,"7":2,")":7,"Q":5,"1":25,"x":-2}},"\/":{"d":"139,-243r-89,285r-28,0r88,-285r29,0","w":160,"k":{"\u00e7":11,"\u00c7":5,"y":2,"u":9,"s":14,"o":14,"f":2,"c":11,"Y":-4,"T":-7,"O":4,"C":5,"\u015f":14,"\u011e":5,"\u00d6":4,"z":5,"t":4,"n":11,"a":14,"S":5,"A":22,"w":5,"e":13,"G":5,"\u015e":5,"W":-5,"r":11,"q":11,"m":11,"d":13,"Q":4,"8":9,"6":5,"1":-2,"x":4,"g":13,"9":5,"4":11,"V":-5,"0":9,"7":-5,"p":11}},"0":{"d":"99,-236v105,0,75,92,75,177v0,36,-19,63,-75,63v-105,0,-74,-93,-74,-178v0,-36,18,-62,74,-62xm143,-171v0,-26,-11,-39,-44,-39v-33,0,-44,13,-44,39r0,109v0,26,11,39,44,39v33,0,44,-13,44,-39r0,-109","w":198,"k":{"}":2,"2":1,")":7,"\/":7,"7":1}},"1":{"d":"63,-198r-46,26r-13,-24r63,-37r27,0r0,233r-31,0r0,-198","w":126,"k":{"\\":-9,"7":-5}},"2":{"d":"18,0r0,-28v28,-40,110,-102,101,-152v9,-42,-69,-28,-96,-21r-4,-26v15,-5,39,-9,60,-9v59,1,70,20,70,64v0,45,-67,109,-94,145r97,0r0,27r-134,0","w":174,"k":{"-":7,"}":-4,"7":-3,"3":-2,"\\":2,"\/":-2,"4":12}},"3":{"d":"18,-4r3,-25v33,8,105,16,99,-25v3,-31,-5,-49,-36,-49r-50,0r0,-27v35,0,88,6,82,-30v1,-33,0,-52,-39,-50v-16,0,-34,3,-51,6r-3,-26v15,-4,35,-6,54,-6v61,1,69,22,69,72v0,22,-6,36,-28,47v28,5,35,30,32,66v10,57,-81,64,-132,47","w":175,"k":{"7":1,"1":3,"\/":7,"5":2}},"4":{"d":"183,-57r-34,0r0,57r-30,0r0,-57r-111,0r0,-30r100,-146r41,0r0,150r34,0r0,26xm38,-83r81,0r0,-119","w":193,"k":{",":5,".":5,"]":-4,"5":2,"1":5,"9":2}},"5":{"d":"125,-74v9,-42,-63,-30,-95,-32r0,-127r122,0r0,27r-92,0r0,74v52,-4,102,10,95,55v3,54,-7,80,-74,81v-18,0,-42,-3,-60,-9r3,-24v37,7,109,18,101,-29r0,-16","w":178,"k":{"]":-5,"9":1,"1":3,"7":-1,"\\":-4,"\/":5}},"6":{"d":"124,-210v-70,-3,-71,27,-69,85v51,-18,125,-8,110,61v0,42,-12,68,-70,68v-97,0,-63,-81,-70,-159v-6,-74,61,-90,134,-77r-3,25v-9,-2,-23,-3,-32,-3xm135,-76v0,-42,-56,-33,-80,-21v-1,40,-6,74,40,74v40,0,40,-18,40,-53","w":184,"k":{"]":-4,"9":3,"2":1,"\/":7,"}":-7,"5":1,")":-4,"\\":-2,"1":2}},"7":{"d":"9,-206r0,-27r143,0r0,26r-96,207r-30,0r95,-206r-112,0","w":158,"k":{":":16,"-":14,".":38,",":38,"?":-9,";":16,"]":-7,"@":4,"9":2,"7":-2,"4":14,"0":2,")":-7,"\\":-9,"8":7,"1":-4,"}":-7,"6":3,"\/":27}},"8":{"d":"166,-180v1,32,-3,44,-37,61v37,18,43,31,43,65v0,40,-21,58,-74,58v-91,0,-102,-96,-32,-123v-32,-17,-37,-29,-36,-61v0,-33,16,-56,68,-56v52,0,68,23,68,56xm143,-55v1,-31,-6,-32,-45,-50v-39,18,-46,19,-45,50v0,24,12,33,45,33v33,0,45,-9,45,-33xm59,-181v-1,30,3,34,39,50v36,-16,40,-20,39,-50v0,-19,-9,-30,-39,-30v-30,0,-39,11,-39,30","w":195,"k":{"}":2,"9":1,"1":4,")":4,"3":2,"\\":7,"\/":7}},"9":{"d":"60,-23v70,4,71,-26,69,-85v-50,19,-124,9,-109,-60v0,-42,12,-68,69,-68v97,0,63,81,70,158v7,75,-62,92,-134,77r3,-25v9,2,23,3,32,3xm50,-157v0,42,54,33,79,22v1,-40,6,-75,-40,-75v-40,0,-39,19,-39,53","w":184,"k":{".":7,",":7,"}":2,"9":2,"6":2,"3":2,"\/":9,"7":2,"2":2,"5":2,"\\":2,")":4}},":":{"d":"31,-110r0,-42r31,0r0,42r-31,0xm31,0r0,-41r31,0r0,41r-31,0","k":{"\u00dc":2,"w":4,"W":20,"T":36,"A":-2,"U":2,"\u00d6":4,"O":4,"Y":31,"v":5,"Q":4,"4":-4,"*":11,"V":23,"1":7,")":9,"}":7,"7":2}},";":{"d":"30,0r0,-41r31,0r0,41r-22,43r-14,-7r15,-36r-10,0xm30,-110r0,-42r31,0r0,42r-31,0","w":91},"<":{"d":"18,-97r149,-82r10,20r-131,71r131,72r-10,20r-149,-82r0,-19","w":200},"=":{"d":"25,-108r0,-22r133,0r0,22r-133,0xm25,-44r0,-22r133,0r0,22r-133,0","w":183},">":{"d":"34,-179r149,82r0,19r-149,82r-11,-20r132,-72r-132,-71","w":200},"?":{"d":"55,-104v22,-22,70,-35,63,-80v10,-52,-56,-42,-94,-34r-4,-26v14,-4,40,-7,58,-7v58,0,70,21,70,65v0,60,-45,77,-76,105xm54,0r0,-41r31,0r0,41r-31,0","w":171},"@":{"d":"151,-102r10,-54v-16,-5,-41,-8,-43,11r-6,39v-2,9,0,12,11,12v8,0,21,-3,28,-8xm116,-75v-40,1,-21,-43,-18,-70v5,-41,54,-38,86,-23r-14,76v35,10,56,-20,56,-52v0,-48,-31,-79,-87,-79v-53,0,-94,41,-94,103v0,87,91,126,169,89r7,18v-90,46,-199,-5,-199,-107v0,-72,47,-123,117,-123v71,0,109,40,109,99v0,54,-56,94,-95,59v-12,6,-24,10,-37,10","w":267,"k":{".":14,"A":5,",":14,"]":4,")":7,"}":7}},"A":{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0","w":223,"k":{"}":4,"v":6,"g":1,"]":2,"X":-2,"Q":4,"?":13,"*":36,"!":-4,"x":-4,"d":1,"V":20,"\/":-2,"q":2,"@":5,"\\":7,")":5}},"B":{"d":"188,-80v0,101,-80,79,-157,80r0,-240v61,2,149,-16,149,49v0,35,3,57,-28,68v21,4,36,17,36,43xm124,-27v33,1,33,-21,33,-52v0,-40,-57,-28,-95,-30r0,82r62,0xm116,-135v35,0,33,-23,33,-55v0,-34,-55,-20,-87,-23r0,78r54,0","w":205,"k":{"Y":6,"T":4,"y":-1,"]":-4,"V":4,"\\":-4,"v":-1,"\/":4}},"C":{"d":"108,-215v-81,0,-45,84,-52,146v-7,56,62,47,109,39r3,27v-17,4,-43,7,-61,7v-105,5,-75,-89,-82,-177v-5,-68,77,-80,143,-64r-3,27v-18,-3,-43,-5,-57,-5","w":185,"k":{"\u011e":5,"\u00e7":6,"\u00d6":5,"y":7,"u":4,"o":6,"c":6,"O":5,"C":5,"-":16,"\u00c7":5,"w":2,"e":6,"G":5,"t":2,"A":-4,"a":4,"}":-13,"v":9,"d":5,"\\":-7,"V":-2,"?":-7,"*":-7,"x":-2,"]":-11,"Q":5,")":-9,"X":-4,"q":5,"\/":2}},"D":{"d":"31,-240r83,0v103,-1,78,85,78,171v0,38,-19,69,-78,69r-83,0r0,-240xm62,-212r0,184v47,1,105,5,99,-43v-8,-59,26,-145,-48,-141r-51,0","w":214,"k":{"w":-2,"W":2,"A":5,",":7,"T":4,"Y":6,".":7,"v":-3,"V":4,")":4,"X":4,"\/":7,"x":-1}},"E":{"d":"31,0r0,-240r141,0r0,28r-110,0r0,75r102,0r0,28r-102,0r0,81r110,0r0,28r-141,0","w":194,"k":{"\u011e":3,"\u00d6":3,"o":2,"Y":-2,"G":3,"A":-4,"O":3,"-":-2,"C":3,"\u00c7":3,"a":2,"x":-2,"\\":-4,"Q":4,")":-5,"}":-7,"X":-4,"\/":-4,"]":-4}},"F":{"d":"62,0r-31,0r0,-240r142,0r0,28r-111,0r0,80r104,0r0,28r-104,0r0,104","w":187,"k":{"\u015f":2,"\u00e7":2,"\u00c7":2,"w":-2,"s":2,"e":2,"a":3,"W":-5,"G":2,"A":16,":":4,"-":-2,"u":2,"c":2,"O":2,";":4,",":34,"\u011e":2,"Y":-9,".":34,"\u00d6":2,"o":2,"C":2,"d":3,"\\":-9,"Q":2,"\/":14,")":-7,"]":-9,"?":-7,"V":-4,"*":-9,"}":-9}},"G":{"d":"108,-215v-82,0,-43,84,-52,146v-7,49,50,50,95,40r0,-81r30,0r0,103v-23,7,-51,11,-76,11v-106,0,-73,-89,-80,-176v-6,-75,83,-80,151,-64r-4,27v-23,-4,-44,-6,-64,-6","w":208,"k":{"Y":3,"-":-2,"A":-2,"}":-11,"\\":-5,"]":-9,")":-4}},"H":{"d":"199,0r-31,0r0,-109r-106,0r0,109r-31,0r0,-240r31,0r0,104r106,0r0,-104r31,0r0,240","w":229},"I":{"d":"63,-240r0,240r-31,0r0,-240r31,0","w":95},"J":{"d":"31,-240r31,0r0,241v0,28,-5,31,-46,70r-19,-22v33,-32,34,-32,34,-49r0,-240"},"K":{"d":"62,-240r0,240r-31,0r0,-240r31,0xm192,-240r-88,118r95,122r-37,0r-93,-122r87,-118r36,0","w":211,"k":{"\u015f":5,"\u011e":10,"\u00e7":9,"\u00d6":11,"y":11,"u":9,"s":5,"n":2,"c":9,"U":4,"G":10,"A":-4,":":4,"-":36,"\u00dc":4,"w":5,"o":10,"a":9,"C":10,".":-2,"\u00c7":10,"e":10,";":4,"O":11,"t":5,",":-2,"x":-2,"q":9,"m":2,"d":9,"X":-2,"@":16,")":-2,"v":13,"g":8,"Q":11,"}":-5,"]":-5,"p":2,"\/":-2}},"L":{"d":"62,-240r0,212r104,0r0,28r-135,0r0,-240r31,0","w":180,"k":{"\u00d6":9,"y":16,"u":2,"o":3,"e":2,"a":2,"W":22,"T":40,"G":5,"A":-8,":":4,"-":50,"\u00c7":5,"t":8,"c":2,"U":9,"C":5,".":-4,"\u00dc":9,"f":11,"O":9,",":-4,"\u011e":5,"w":11,";":4,"\u00e7":2,"Y":38,"x":-5,"q":1,"\\":18,"V":28,"@":7,"\/":-5,"!":-4,"}":-5,"d":2,"Q":9,"*":61,"v":16,"?":13,"X":-2}},"M":{"d":"152,-21r82,-219r40,0r0,240r-28,0r0,-194r-74,194r-39,0r-74,-194r0,194r-28,0r0,-240r40,0","w":304},"N":{"d":"165,0r-105,-204r0,204r-29,0r0,-240r42,0r104,205r0,-205r30,0r0,240r-42,0","w":237},"O":{"d":"112,-243v107,-1,85,82,87,174v0,40,-25,73,-87,73v-107,0,-86,-83,-87,-175v0,-40,25,-72,87,-72xm112,-216v-80,0,-56,80,-56,146v0,30,18,46,56,46v80,0,56,-80,56,-146v0,-30,-18,-46,-56,-46","w":223,"k":{"]":4,"X":4,"\/":9,"\\":-2,")":5,"}":4,"V":5,"A":4,"T":6,"W":2,"Y":5,"Z":2,",":5,".":5,":":4,";":4}},"P":{"d":"31,0r0,-240r86,0v67,0,70,35,70,95v0,58,-62,63,-125,59r0,86r-31,0xm156,-145v-3,-38,7,-67,-40,-67r-54,0r0,99v39,-2,97,10,94,-32","w":200,"k":{"y":-7,"t":-5,"a":2,"W":-2,";":5,".":49,",":49,"f":-4,"A":16,"-":2,"Z":4,":":5,"w":-7,"}":-4,"v":-9,"\\":-9,"V":-1,"*":-14,"]":-4,"\/":18,"X":5,"x":-5,"!":-4}},"Q":{"d":"112,-243v107,-1,85,82,87,174v0,34,-19,63,-63,70r20,46r-27,13r-25,-57v-99,-4,-77,-85,-79,-174v0,-40,25,-72,87,-72xm112,-216v-80,0,-56,80,-56,146v0,30,18,46,56,46v80,0,56,-80,56,-146v0,-30,-18,-46,-56,-46","w":223,"k":{"W":2,"A":4,":":4,",":5,"Y":5,";":4,".":5,"T":6,"}":4,"\\":2,"V":5,")":5,"]":4,"\/":9,"X":4}},"R":{"d":"180,0r-60,-87r-58,0r0,87r-31,0r0,-240r91,0v67,0,70,35,70,94v0,28,-11,48,-39,56r63,90r-36,0xm161,-146v0,-38,6,-66,-40,-66r-59,0r0,98v40,-2,99,12,99,-32","w":227,"k":{"\u011e":4,"\u00e7":2,"\u00dc":4,"\u00c7":4,"y":4,"o":3,"c":2,"Y":14,"U":4,"O":6,"C":4,";":2,".":-2,",":-2,"u":2,"a":3,"T":11,"A":-3,"-":13,"\u00d6":6,"e":3,"G":4,"W":5,":":2,"}":-4,"v":2,"d":1,"V":12,"!":-4,"x":-5,"\\":2,"q":2,"Q":6}},"S":{"d":"171,-62v0,42,-12,66,-78,66v-23,0,-50,-5,-71,-13r5,-25v38,11,113,26,113,-27v0,-32,-1,-36,-50,-47v-58,-13,-64,-23,-64,-73v0,-42,17,-62,76,-62v21,0,46,3,65,8r-2,26v-37,-6,-108,-23,-108,29v0,33,-1,34,47,46v64,16,67,25,67,72","w":194,"k":{"u":2,"e":2,"A":1,"y":2,"a":1,"t":1,"}":-5,"\/":5,"\\":-5}},"T":{"d":"79,0r0,-212r-72,0r0,-28r174,0r0,28r-71,0r0,212r-31,0","w":188,"k":{"}":-4,"v":27,"p":27,"g":27,"]":-5,"V":-4,"?":-11,"*":-11,"!":-5,"q":27,"d":25,"Q":6,")":-5,"m":27,"\/":27,"x":25,"\\":-9,"A":20,"S":1,"\uf6c1":1,"W":-4,"Y":-5,"a":25,"c":25,"\u00e7":25,"f":7,"t":11,"z":27,",":40,".":40,":":36,";":36,"-":38,"C":6,"\u00c7":6,"G":6,"\u011e":6,"O":6,"\u00d6":6,"e":26,"n":27,"o":26,"r":31,"s":29,"\uf6c2":29,"u":27,"w":25,"y":27}},"U":{"d":"168,-240r31,0r0,173v0,39,-23,71,-85,71v-62,0,-85,-32,-85,-71r0,-173r31,0r0,171v0,30,16,45,54,45v38,0,54,-15,54,-45r0,-171","w":227,"k":{"\/":11,"\\":-5,",":7,".":7,":":2,";":2,"A":4,"Y":-1}},"V":{"d":"86,0r-80,-240r30,0r71,213r70,-213r30,0r-80,240r-41,0","w":213,"k":{"\u015e":1,"\u00e7":11,"\u00c7":4,"u":10,"s":14,"o":14,"e":14,"a":14,"W":-7,"S":1,"G":4,"A":20,":":23,"-":18,"\u015f":14,"z":7,"r":13,"c":11,"T":-5,"C":4,".":32,"\u011e":4,"n":11,"O":5,",":32,"\u00d6":5,"t":2,";":23,"Y":-7,"x":2,"p":11,"g":11,"]":-4,"V":-5,"?":-9,"*":-11,"!":-4,"q":13,"d":13,"Q":5,")":-7,"m":11,"\/":25,"}":-5,"\\":-9}},"W":{"d":"185,-240r50,210r54,-210r31,0r-63,240r-44,0r-50,-214r-49,214r-44,0r-63,-240r30,0r55,210r50,-210r43,0","w":326,"k":{"x":2,"p":7,"g":9,"]":-5,"V":-4,"?":-4,"*":-9,"!":-5,"q":9,"d":9,"Q":2,")":-5,"}":-5,"\\":-7,"\/":22,"m":7,",":32,".":32,":":20,";":20,"A":13,"Y":-9,"-":13,"C":2,"\u00c7":2,"G":2,"\u011e":2,"O":2,"\u00d6":2,"T":-7,"W":-5,"a":11,"c":8,"\u00e7":8,"e":12,"n":7,"o":12,"r":8,"s":13,"\uf6c2":13,"u":6,"y":1,"z":5}},"X":{"d":"11,0r78,-122r-76,-118r33,0r60,94r60,-94r33,0r-76,118r78,122r-33,0r-62,-97r-62,97r-33,0","w":212,"k":{"y":7,"o":6,"c":4,"Y":-4,"T":-1,"G":4,"A":-2,"\u00d6":4,"u":2,"a":4,"O":4,"-":23,"\u011e":4,"\u00e7":4,"\u00c7":4,"W":-2,"e":5,"C":4,"}":-5,"v":7,"g":4,"]":-5,"V":-2,"?":-4,")":-5,"q":4,"\\":-4,"\/":2,"x":-4,"Q":4,"d":4,"!":-9}},"Y":{"d":"99,-106r62,-134r33,0r-80,168r0,72r-31,0r0,-72r-79,-168r32,0","w":197,"k":{"}":-5,"v":9,"p":20,"g":25,"]":-2,"V":-2,"?":-5,"*":-5,"q":23,"d":23,"Q":5,")":-5,"m":20,"\/":31,"\\":-5,"x":13,",":47,".":47,":":31,";":31,"A":21,"Y":-5,"-":31,"C":9,"\u00c7":9,"G":8,"\u011e":8,"O":5,"\u00d6":5,"T":-4,"W":-4,"a":23,"c":25,"\u00e7":25,"e":27,"n":20,"o":27,"r":22,"s":26,"\uf6c2":26,"u":20,"y":9,"z":22,"S":3,"\uf6c1":3,"Z":4,"f":5,"t":5,"w":9}},"Z":{"d":"183,-213r-124,186r126,0r0,27r-160,0r0,-27r124,-186r-122,0r0,-27r156,0r0,27","w":208,"k":{"\u00e7":5,"\u00d6":4,"w":2,"t":4,"e":7,"a":4,"G":3,"-":25,"\u00c7":3,"u":4,"c":5,"C":3,"o":7,"y":5,"\u011e":3,"O":4,"v":4,"g":4,"Q":4,"q":5,")":-5,"d":5}},"[":{"d":"104,45r-70,0r0,-329r70,0r0,26r-40,0r0,277r40,0r0,26","w":111,"k":{"\u015e":2,"\u00d6":4,"z":-4,"Y":-2,"T":-5,"O":4,"G":4,"A":2,"-":11,"\u011e":4,"W":-5,"J":-14,".":4,"\u00c7":4,"o":2,"C":4,",":4,"S":2,"x":-4,"j":-20,"X":-5,"Q":4,"7":-5,"4":5,"2":-4,"+":4,"%":2,"p":-7,"V":-4,"6":4,"1":2,"#":4,"g":-5,"3":-4,"*":2,"@":5}},"\\":{"d":"111,42r-89,-285r28,0r89,285r-28,0","w":158,"k":{"\u015e":7,"\u011e":7,"\u00d6":7,"y":4,"u":2,"s":2,"f":7,"c":4,"Y":31,"U":11,"S":7,"J":-14,"C":7,"\u015f":2,"\u00e7":4,"\u00dc":11,"w":5,"o":4,"a":2,"T":27,"G":7,"\u00c7":7,"e":4,"O":7,"t":4,"W":23,"v":9,"j":-11,"d":4,"V":27,"9":7,"7":11,"5":5,"3":4,"1":20,"g":-7,"Q":7,"6":11,"2":5,"p":-4,"8":7,"0":11,"4":13,"X":5}},"]":{"d":"77,45r-70,0r0,-26r40,0r0,-277r-40,0r0,-26r70,0r0,329","w":111},"^":{"d":"149,-147r-21,11r-45,-85r-45,85r-22,-11r54,-100r26,0","w":165},"_":{"d":"155,18r-155,0r0,-14r155,0r0,14","w":154},"`":{"d":"87,-215r-12,18v-18,-10,-33,-19,-50,-31r13,-20v13,10,31,23,49,33","w":112},"a":{"d":"86,-179v100,0,58,100,67,179r-26,0r-1,-13v-34,27,-104,25,-104,-34v0,-55,49,-50,101,-49v1,-35,3,-57,-38,-57v-17,0,-39,3,-53,6r-3,-24v17,-4,38,-8,57,-8xm123,-37r0,-34v-28,3,-74,-11,-70,23v-5,41,51,26,70,11","w":177,"k":{"w":-3,"x":-4,")":4,"\\":2}},"b":{"d":"114,-179v60,-2,53,60,52,117v0,40,-15,66,-75,66v-16,0,-42,-2,-62,-7r0,-244r30,-4r0,84v12,-6,33,-12,55,-12xm59,-139r0,113v37,8,83,2,77,-35v-6,-37,16,-93,-29,-91v-15,0,-36,7,-48,13","w":186,"k":{"-":-4,"\/":5,")":4}},"c":{"d":"88,4v-81,2,-70,-52,-70,-119v0,-40,15,-64,70,-64v15,0,33,2,42,5r-3,26v-36,-7,-82,-10,-79,32v3,44,-14,93,41,93v12,0,24,-1,38,-4r3,25v-9,3,-27,6,-42,6","w":147,"k":{"y":-1,"o":1,"-":2,"e":1,"w":-1,"x":-2,"]":-7,")":-2,"v":-1,"}":-7,"\/":-2}},"d":{"d":"73,4v-63,0,-47,-68,-51,-126v-4,-56,56,-65,107,-52r0,-73r30,-4r0,251r-25,0r-3,-16v-14,12,-35,20,-58,20xm129,-44r0,-103v-34,-5,-80,-16,-76,25v4,38,-19,100,27,99v17,0,36,-9,49,-21","w":188,"k":{"]":-9,")":-4,"}":-9,"\\":-5}},"e":{"d":"50,-76v-1,35,1,55,42,54v17,0,36,-4,55,-9r4,25v-17,6,-40,10,-62,10v-75,1,-70,-51,-69,-117v0,-36,17,-66,69,-66v68,0,67,45,65,103r-104,0xm89,-154v-34,0,-41,20,-39,53r75,0v1,-32,-2,-54,-36,-53","w":173,"k":{"a":1,"y":1,"-":-2,"}":-2,"v":1,"\\":2,"x":-1,"]":-9}},"f":{"d":"127,-249r-2,23v-23,-4,-58,-10,-53,21r0,30r50,0r-2,25r-48,0r0,150r-30,0r0,-150r-31,0r0,-25r31,0v-3,-46,3,-81,49,-79v12,0,24,1,36,5","w":127,"k":{"x":-4,"q":2,"d":2,"\\":-16,"?":-13,"*":-18,"!":-7,"}":-16,"g":2,"@":-7,")":-13,"v":-4,"\/":14,"]":-22,",":31,".":31,"-":9,":":4,";":4,"a":4,"c":3,"\u00e7":3,"e":4,"o":4,"s":4,"\uf6c2":4,"w":-5,"y":-4}},"g":{"d":"165,-175r0,17r-21,4v26,51,-2,118,-77,102v-11,6,-22,27,-1,29v38,4,100,1,93,47v13,60,-86,57,-140,42r4,-24v29,8,118,18,108,-17v0,-41,-107,1,-107,-55v0,-13,8,-24,17,-31v-43,-29,-36,-128,44,-118v24,2,52,6,80,4xm125,-111v0,-30,-8,-44,-40,-43v-32,0,-40,13,-40,43v0,27,11,35,40,35v29,0,40,-12,40,-35","w":176,"k":{"y":-5,".":4,",":4,"w":-4,"}":-11,"v":-5,"]":-13,"\/":-5,")":-4,"x":-5,"\\":-4,"*":-9,"j":-9}},"h":{"d":"165,0r-30,0r0,-134v0,-12,-6,-16,-17,-16v-13,0,-40,8,-59,18r0,132r-30,0r0,-247r30,-4r0,90v36,-19,106,-36,106,27r0,134","w":191,"k":{"}":4,"\\":2}},"i":{"d":"59,0r-30,0r0,-175r30,0r0,175xm59,-203r-30,0r0,-44r30,0r0,44","w":87},"j":{"d":"29,-175r30,0r0,186v0,25,-3,29,-41,62r-18,-22v29,-26,29,-27,29,-42r0,-184xm59,-203r-30,0r0,-44r30,0r0,44","w":86,"k":{"\/":2}},"k":{"d":"59,0r-30,0r0,-247r30,-4r0,251xm129,-175r34,0r-62,86r65,89r-35,0r-64,-89","w":174,"k":{"w":-2,"e":3,"a":1,"o":3,"-":16,"y":-2,"c":2,"\u00e7":2,"v":-2,"\\":4,"x":-4,"d":1}},"l":{"d":"59,0r-30,0r0,-247r30,-4r0,251","w":87},"m":{"d":"271,0r-31,0r0,-134v0,-12,-5,-16,-16,-16v-14,0,-40,8,-59,18r0,132r-30,0r0,-134v0,-12,-6,-16,-17,-16v-13,0,-40,8,-59,18r0,132r-30,0r0,-175r24,0r3,15v29,-13,88,-35,104,0v38,-19,111,-38,111,26r0,134","w":297,"k":{"\\":2}},"n":{"d":"165,0r-30,0r0,-134v0,-12,-6,-16,-17,-16v-13,0,-40,8,-59,18r0,132r-30,0r0,-175r24,0r3,15v36,-19,109,-38,109,26r0,134","w":191,"k":{"\\":2}},"o":{"d":"162,-113v0,67,2,117,-71,117v-73,0,-71,-50,-71,-117v0,-37,20,-66,71,-66v51,0,71,29,71,66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38","w":182,"k":{"v":2,"\\":2,")":5,"]":2,"}":4,"\/":5,",":4,".":4}},"p":{"d":"115,-179v63,0,47,67,51,125v4,56,-57,67,-107,52r0,73r-30,4r0,-250r25,0r3,16v14,-12,35,-20,58,-20xm59,-131r0,103v35,5,81,16,77,-26v-3,-37,18,-99,-27,-98v-17,0,-37,9,-50,21","w":188,"k":{"\\":5,")":4,"}":2,"\/":5}},"q":{"d":"72,4v-60,2,-51,-60,-51,-117v0,-40,14,-66,74,-66v16,0,43,2,63,7r0,243r-30,4r0,-84v-12,6,-34,13,-56,13xm128,-36r0,-114v-38,-7,-83,-1,-77,36v6,37,-16,93,29,91v15,0,36,-7,48,-13","w":186,"k":{"}":-5,"\\":2,"]":-7}},"r":{"d":"105,-179r4,28v-17,8,-36,20,-50,30r0,121r-30,0r0,-175r26,0r2,24v13,-10,31,-21,48,-28","w":110,"k":{"w":-7,"f":-2,"c":-1,";":2,".":18,",":18,"t":-3,"a":1,"-":2,"\u00e7":-1,"e":-1,"y":-8,":":2,"}":-9,"v":-8,"\\":-4,"*":-9,"]":-11,")":-4,"x":-4,"\/":4}},"s":{"d":"138,-47v0,34,-11,51,-61,51v-18,0,-41,-5,-55,-10r4,-24v25,6,82,22,82,-16v0,-19,-2,-21,-37,-30v-44,-11,-47,-20,-47,-56v-10,-50,67,-53,110,-41r-2,25v-25,-4,-78,-17,-78,17v0,19,0,23,30,30v50,13,54,19,54,54","w":158,"k":{";":2,"-":2,":":2,"\/":4,"]":-5,")":4}},"t":{"d":"116,-26r4,23v-32,13,-80,12,-80,-33r0,-114r-31,0r0,-25r31,0r0,-44r30,-4r0,48r50,0r-3,25r-47,0r0,109v-3,25,26,20,46,15","w":132,"k":{"y":-2,"o":1,"-":7,"w":-3,"x":-4,"]":-4,"\/":-5,"}":-7,"\\":-5,"v":-2}},"u":{"d":"27,-175r30,0r0,134v0,12,6,16,17,16v13,0,40,-8,59,-18r0,-132r30,0r0,175r-24,0r-3,-15v-36,19,-109,38,-109,-26r0,-134","w":191},"v":{"d":"81,-25r48,-150r30,0r-58,175r-40,0r-58,-175r30,0","w":162,"k":{"w":-2,"o":2,"a":3,":":5,",":22,"t":-4,";":5,"y":-2,".":22,"f":-2,"x":-4,"\/":11,")":4,"*":-7,"v":-2}},"w":{"d":"207,0r-39,0r-43,-149r-42,149r-39,0r-38,-175r29,0r29,145r43,-145r37,0r42,145r29,-145r29,0","w":250,"k":{"x":-2,"\\":-2,"*":-7,"\/":5,")":2,"v":-4,",":11,".":11,":":4,";":4,"a":2,"w":-4,"y":-4,"f":-1,"t":-2}},"x":{"d":"39,0r-33,0r58,-88r-56,-87r31,0r42,64r41,-64r32,0r-57,87r58,88r-32,0r-42,-65","w":161,"k":{"w":-3,"-":8,".":-2,"y":-3,",":-2,"x":-2,"]":-4,"*":-7,"}":-5,"\\":-2,")":-2,"v":-3}},"y":{"d":"48,71r24,-71r-12,0r-57,-175r30,0r48,151r48,-151r30,0r-83,246r-28,0","w":161,"k":{"w":-2,"f":-2,"a":3,",":20,"y":-2,"e":1,".":20,"t":-4,"x":-4,"\\":-5,"*":-14,"\/":9,"v":-2}},"z":{"d":"23,-151r0,-24r121,0r0,24r-89,127r90,0r0,24r-123,0r0,-24r89,-127r-88,0","w":165,"k":{"-":4,"a":1,"]":-4}},"{":{"d":"43,-89v1,-13,-9,-16,-23,-15r0,-25v14,1,25,-2,23,-15v6,-55,-23,-145,43,-140r23,0r0,25v-17,0,-36,-4,-36,15r0,86v0,11,2,40,-24,41v26,1,24,30,24,41r0,87v-2,19,19,15,36,15r0,25v-42,3,-66,-4,-66,-47r0,-93","w":112,"k":{"\u011e":4,"\u00e7":2,"\u00c7":4,"o":4,"f":4,"c":2,"Y":-5,"T":-4,"J":-14,"C":4,";":7,".":7,",":7,"n":2,"a":4,"O":4,"A":4,"-":11,"\u00d6":4,"e":4,"G":4,"W":-5,":":7,"r":2,"q":2,"m":2,"d":4,"V":-5,"@":11,"8":2,"4":4,"2":-5,"+":14,"p":-7,"X":-5,"9":2,"3":-4,"*":4,"j":-18,"7":-9,"x":-5,"0":2,"Q":4}},"|":{"d":"57,-284r0,360r-21,0r0,-360r21,0"},"}":{"d":"93,-104v-14,-1,-25,2,-24,15v-6,55,23,144,-42,140r-23,0r0,-25v17,0,35,4,35,-15r0,-87v0,-11,-2,-40,24,-41v-26,-1,-24,-30,-24,-41r0,-86v2,-19,-18,-15,-35,-15r0,-25v42,-3,65,4,65,47r0,93v-1,13,9,16,24,15r0,25","w":112},"~":{"d":"145,-124r19,8v-7,22,-20,43,-46,43v-26,0,-39,-26,-56,-26v-14,0,-20,11,-27,27r-19,-9v10,-25,22,-42,46,-42v24,0,38,26,56,26v16,0,22,-13,27,-27","w":180},"\u00c7":{"d":"143,45v0,27,-40,34,-65,23r3,-15v11,5,42,8,42,-7v0,-19,-28,-4,-36,-14r6,-29v-90,-1,-61,-94,-68,-176v-6,-68,77,-80,143,-64r-3,27v-47,-7,-115,-16,-109,39v7,62,-28,147,52,147v14,0,39,-3,57,-6r3,27v-16,4,-39,7,-57,7r-4,19v19,-4,36,3,36,22","w":185},"\u00d6":{"d":"112,-243v107,-1,85,82,87,174v0,40,-25,73,-87,73v-107,0,-86,-83,-87,-175v0,-40,25,-72,87,-72xm112,-216v-80,0,-56,80,-56,146v0,30,18,46,56,46v80,0,56,-80,56,-146v0,-30,-18,-46,-56,-46xm66,-261r0,-28r29,0r0,28r-29,0xm130,-261r0,-28r28,0r0,28r-28,0","w":223,"k":{"]":4,"X":4,"\/":9,"}":4,"V":5,")":5,"\\":-2,"A":4,"T":6,"W":2,"Y":5,"Z":2,",":5,".":5,":":4,";":4}},"\u00dc":{"d":"168,-240r31,0r0,173v0,39,-23,71,-85,71v-62,0,-85,-32,-85,-71r0,-173r31,0r0,171v0,30,16,45,54,45v38,0,54,-15,54,-45r0,-171xm68,-261r0,-28r28,0r0,28r-28,0xm131,-261r0,-28r29,0r0,28r-29,0","w":227,"k":{"\\":-5,"\/":11,",":7,".":7,":":2,";":2,"A":4,"Y":-1}},"\u00e7":{"d":"88,4r-4,19v19,-4,36,2,36,22v0,27,-40,34,-65,23r4,-15v11,5,42,7,41,-7v-1,-18,-27,-4,-36,-14r7,-29v-63,-4,-52,-58,-53,-118v0,-40,15,-64,70,-64v15,0,33,2,42,5r-3,26v-36,-7,-82,-10,-79,32v3,44,-14,93,41,93v12,0,24,-1,38,-4r3,25v-9,3,-27,6,-42,6","w":147},"\u00f6":{"d":"162,-113v0,67,2,117,-71,117v-73,0,-71,-50,-71,-117v0,-37,20,-66,71,-66v51,0,71,29,71,66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38xm46,-202r0,-30r28,0r0,30r-28,0xm108,-202r0,-30r28,0r0,30r-28,0","w":182},"\u00fc":{"d":"27,-175r30,0r0,134v0,12,6,16,17,16v13,0,40,-8,59,-18r0,-132r30,0r0,175r-24,0r-3,-15v-36,19,-109,38,-109,-26r0,-134xm51,-202r0,-30r29,0r0,30r-29,0xm114,-202r0,-30r28,0r0,30r-28,0","w":191},"\u011e":{"d":"108,-215v-82,0,-43,84,-52,146v-7,49,50,50,95,40r0,-81r30,0r0,103v-23,7,-51,11,-76,11v-106,0,-73,-89,-80,-176v-6,-75,83,-80,151,-64r-4,27v-23,-4,-44,-6,-64,-6xm141,-297r16,10v-6,14,-21,27,-46,27v-25,0,-39,-13,-45,-27r15,-10v11,24,49,24,60,0","w":208},"\u011f":{"d":"165,-175r0,17r-21,4v26,51,-2,118,-77,102v-11,6,-22,27,-1,29v38,4,100,1,93,47v13,60,-86,57,-140,42r4,-24v29,8,118,18,108,-17v0,-41,-107,1,-107,-55v0,-13,8,-24,17,-31v-43,-29,-36,-128,44,-118v24,2,52,6,80,4xm125,-111v0,-30,-8,-44,-40,-43v-32,0,-40,13,-40,43v0,27,11,35,40,35v29,0,40,-12,40,-35xm117,-235r15,11v-6,14,-19,31,-46,31v-27,0,-40,-17,-46,-31r16,-11v7,28,54,28,61,0","w":176},"\u0130":{"d":"63,-240r0,240r-31,0r0,-240r31,0xm63,-261r-30,0r0,-44r30,0r0,44","w":95},"\u0131":{"d":"59,0r-30,0r0,-175r30,0r0,175","w":87},"\u015e":{"d":"134,43v0,27,-40,34,-65,23r4,-15v12,4,43,6,42,-8v-1,-18,-28,-3,-37,-13r6,-27v-21,-1,-44,-5,-62,-12r5,-25v38,11,113,26,113,-27v0,-32,-1,-36,-50,-47v-58,-13,-64,-23,-64,-73v0,-42,17,-62,76,-62v21,0,46,3,65,8r-2,26v-37,-6,-108,-23,-108,29v0,33,-1,34,47,46v64,16,67,25,67,72v0,40,-11,63,-69,65r-4,17v19,-4,36,3,36,23","w":194},"\uf6c1":{"d":"134,43v0,27,-40,34,-65,23r4,-15v12,4,43,6,42,-8v-1,-18,-28,-3,-37,-13r6,-27v-21,-1,-44,-5,-62,-12r5,-25v38,11,113,26,113,-27v0,-32,-1,-36,-50,-47v-58,-13,-64,-23,-64,-73v0,-42,17,-62,76,-62v21,0,46,3,65,8r-2,26v-37,-6,-108,-23,-108,29v0,33,-1,34,47,46v64,16,67,25,67,72v0,40,-11,63,-69,65r-4,17v19,-4,36,3,36,23","w":194},"\u015f":{"d":"115,43v0,27,-40,34,-65,23r4,-15v12,4,42,6,41,-8v-1,-18,-28,-3,-36,-13r6,-27v-15,-1,-32,-5,-43,-9r4,-24v25,6,82,22,82,-16v0,-19,-2,-21,-37,-30v-44,-11,-47,-20,-47,-56v-10,-50,67,-53,110,-41r-2,25v-25,-4,-78,-17,-78,17v0,19,0,23,30,30v50,13,54,19,54,54v0,33,-10,50,-56,51r-3,16v19,-4,36,3,36,23","w":158},"\uf6c2":{"d":"115,43v0,27,-40,34,-65,23r4,-15v12,4,42,6,41,-8v-1,-18,-28,-3,-36,-13r6,-27v-15,-1,-32,-5,-43,-9r4,-24v25,6,82,22,82,-16v0,-19,-2,-21,-37,-30v-44,-11,-47,-20,-47,-56v-10,-50,67,-53,110,-41r-2,25v-25,-4,-78,-17,-78,17v0,19,0,23,30,30v50,13,54,19,54,54v0,33,-10,50,-56,51r-3,16v19,-4,36,3,36,23","w":158},"\u00a0":{"w":77}}});

/*!
* Title:  jMonthCalendar 1.2.2
* Dependencies:  jQuery 1.3.0 +
* Author:  Kyle LeNeau
* Email:  kyle.leneau@gmail.com
* Project Hompage:  http://www.bytecyclist.com/projects/jmonthcalendar
* Source:  http://code.google.com/p/jmonthcalendar
*
*/
jMonthCalendar_tr={}; jMonthCalendar_en={navLinks:{enableToday:true,enableNextYear:true,enablePrevYear:true,p:"<strong>&lsaquo; Prev</strong>",n:"<strong>Next &rsaquo;</strong>",t:"Today"},locale:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan", "Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekMin:"wk"}}; (function(a){var b={container:"#jMonthCalendar",head:"#CalendarHead",body:"#CalendarBody"},d,i,k,f={height:670,width:690,navHeight:25,labelHeight:25,firstDayOfWeek:1,calendarStartDate:new Date,dragableEvents:false,activeDroppableClass:false,hoverDroppableClass:false,navLinks:{enableToday:true,enableNextYear:true,enablePrevYear:true,p:"&lsaquo; <strong>\u00d6nceki</strong>",n:"<strong>Sonraki</strong> &rsaquo;",t:"Bug\u00fcn"},onMonthChanging:function(){return true},onMonthChanged:function(){return true}, onEventLinkClick:function(){return true},onEventBlockClick:function(){return true},onEventBlockOver:function(){return true},onEventBlockOut:function(){return true},onDayLinkClick:function(){return true},onDayCellClick:function(){return true},onDayCellDblClick:function(){return true},onEventDropped:function(){return true},locale:{days:["Pazar","Pazartesi","Sal\u0131","\u00c7ar\u015famba","Per\u015fembe","Cuma","Cumartesi","Pazar"],daysShort:["Paz","Ptesi","Sa","\u00c7a","Pe","Cu","Ctesi","Paz"],daysMin:["P", "Pt","S","\u00c7","P","C","Ct","p"],months:["Ocak","\u015eubat","Mart","Nisan","May\u0131s","Haziran","Temmuz","A\u011fustos","Eyl\u00fcl","Ekim","Kas\u0131m","Aral\u0131k"],monthsShort:["Oc","\u015eu","Mar","Nis","May","Haz","Tem","A\u011f","Eyl","Ek","Kas","Ar"],weekMin:"wk"}},h=function(e){var j=e.getMonth()+1<10?"0"+(e.getMonth()+1):e.getMonth()+1,l=e.getDate()<10?"0"+e.getDate():e.getDate();return"c_"+j+l+e.getFullYear()},c=function(e){var j;if(typeof e=="string"){var l=/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})$/, m=/^([0-9]{4})-([0-9]{2})-([0-9]{2})$/;if(j=e.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2}).([0-9]{7})$/))return new Date(j[1],j[2]-1,j[3]);else if(j=e.match(l))return new Date(j[1],j[2]-1,j[3]);else if(j=e.match(m))return new Date(j[1],j[2]-1,j[3]);if(j=e.match(/^\\\/Date\(([0-9]{13})-([0-9]{4})\)\\\/$/))return new Date(j[1]);if(e.match(/^new/))return eval("("+e+")");return tdt}};jQuery.jMonthCalendar=jQuery.J=function(){};jQuery.J.DrawCalendar=function(e){var j=f.calendarStartDate; if(e==undefined)e=new Date(j.getFullYear(),j.getMonth(),1);else{e=e;e.setDate(1)}var l=e.getMonth()==0?new Date(e.getFullYear()-1,11,1):new Date(e.getFullYear(),e.getMonth()-1,1),m=jQuery('<div class="MonthNavPrev"><a href="" class="link-prev">'+f.navLinks.p+"</a></div>").click(function(){jQuery.J.ChangeMonth(l);return false}),o=e.getMonth()==11?new Date(e.getFullYear()+1,0,1):new Date(e.getFullYear(),e.getMonth()+1,1),n=jQuery('<div class="MonthNavNext"><a href="" class="link-next">'+f.navLinks.n+ "</a></div>").click(function(){jQuery.J.ChangeMonth(o);return false}),x=new Date(e.getFullYear()-1,e.getMonth(),e.getDate()),s;if(f.navLinks.enablePrevYear)s=jQuery('<div class="YearNavPrev"><a href="">'+x.getFullYear()+"</a></div>").click(function(){jQuery.J.ChangeMonth(x);return false});var y=new Date(e.getFullYear()+1,e.getMonth(),e.getDate()),p;if(f.navLinks.enableNextYear)p=jQuery('<div class="YearNavNext"><a href="">'+y.getFullYear()+"</a></div>").click(function(){jQuery.J.ChangeMonth(y);return false}); var u;if(f.navLinks.enableToday)u=jQuery('<div class="TodayLink"><a href="" class="link-today">'+f.navLinks.t+"</a></div>").click(function(){jQuery.J.ChangeMonth(new Date);return false});var w=jQuery('<tr><td colspan="7"><div class="FormHeader MonthNavigation"></div></td></tr>').css({height:f.navHeight}),t=jQuery(".MonthNavigation",w);t.append(m,n);f.navLinks.enableToday&&t.append(u);t.append(jQuery('<div class="MonthName"></div>').append(f.locale.months[e.getMonth()]+" "+e.getFullYear()));f.navLinks.enableNextYear&& t.append(p);f.navLinks.enablePrevYear&&t.append(s);s=jQuery("<tr></tr>").css({height:f.labelHeight});for(p=f.firstDayOfWeek;p<f.firstDayOfWeek+7;p++){var q=p%7;u=f.locale.days[q];s.append('<th title="'+u+'" class="DateHeader'+(q==0||q==6?" Weekend":"")+'"><span>'+u+"</span></th>")}s=jQuery('<thead id="CalendarHead"></thead>').append(s);s=s.prepend(w);w=jQuery('<tbody id="CalendarBody"></tbody>');u=e.getMonth()==j.getMonth()&&e.getFullYear()==j.getFullYear();m=Date.getDaysInMonth(e.getFullYear(),e.getMonth()); n=f.firstDayOfWeek-e.getDay();if(n>0)n-=7;p=m+Math.abs(n);d=new Date(e.getFullYear(),e.getMonth(),n+1);i=new Date(e.getFullYear(),e.getMonth()+1,7-(p%=7)==7?0:7-(p%=7));t=new Date(d.getFullYear(),d.getMonth(),d.getDate());var C=0,D=(f.height-f.labelHeight-f.navHeight)/Math.ceil((m+Math.abs(n))/7);do{var z=jQuery("<tr></tr>");z.css({height:D+"px"});for(p=0;p<7;p++){q=(f.firstDayOfWeek+p)%7;q={"class":"DateBox"+(q==0||q==6?" Weekend ":""),date:t.toString("M/d/yyyy"),id:h(t)};if(n<0||n>=m)q["class"]+= " Inactive";else e.setDate(n+1);if(u&&n+1==j.getDate()){dayStr=n+1;q["class"]+=" Today"}var E=jQuery('<div class="DateLabel"><a href="">'+t.getDate()+"</a></div>").click(function(v){f.onDayLinkClick(new Date(a(this).parent().attr("date")));v.stopPropagation()});q=jQuery("<td></td>").attr(q).append(E).dblclick(function(v){f.onDayCellDblClick(new Date(a(this).attr("date")));v.stopPropagation()}).click(function(v){f.onDayCellClick(new Date(a(this).attr("date")));v.stopPropagation()});f.dragableEvents&& q.droppable({hoverClass:f.hoverDroppableClass,activeClass:f.activeDroppableClass,drop:function(v,A){A.draggable.attr("style","position: relative; display: block;");a(this).append(A.draggable);var B;a.each(k,function(){if(this.EventID==A.draggable.attr("id"))B=this});f.onEventDropped(B,a(this).attr("date"));return false}});z.append(q);n++;t.addDays(1)}C++;w.append(z)}while(n<m);j=jQuery(b.container).css({width:f.width+"px",height:f.height+"px"});e=jQuery('<table class="MonthlyCalendar" cellpadding="0" tablespacing="0"></table>').append(s, w);j.hide();j.html(e);j.fadeIn("normal");g()};var g=function(){if(k&&k.length>0){jQuery(".DateLabel:first",b.container).outerHeight();jQuery.each(k,function(){var e=this,j;if(e.StartDateTime){if(typeof e.StartDateTime=="object"&&e.StartDateTime.getDate)j=e.StartDateTime;if(typeof e.StartDateTime=="string"&&e.StartDateTime.split)j=c(e.StartDateTime)}else if(e.Date){if(typeof e.Date=="object"&&e.Date.getDate)j=e.Date;if(typeof e.Date=="string"&&e.Date.split)j=c(e.Date)}else return;e.EndDateTime&&typeof e.EndDateTime== "string"&&e.EndDateTime.split&&c(e.EndDateTime);if(j)if(j>=d&&j<=i){j=jQuery("#"+h(j),jQuery(b.container));jQuery(".DateLabel",j);var l=jQuery('<a href="'+e.URL+'">'+e.Title+"</a>");l.click(function(m){f.onEventLinkClick(e);m.stopPropagation()});l=jQuery('<div class="Event" id="Event_'+e.EventID+'"></div>').append(l);e.CssClass&&l.addClass(e.CssClass);l.click(function(m){f.onEventBlockClick(e);m.stopPropagation()});l.hover(function(){f.onEventBlockOver(e)},function(){f.onEventBlockOut(e)});f.dragableEvents&& l.draggable({containment:"#CalendarBody"});l.hide();j.append(l);l.fadeIn("normal")}})}};jQuery.J.AddEvents=function(e){if(e){e.length>1?jQuery.each(e,function(){k.push(this)}):k.push(e);jQuery(".Event",jQuery(b.container)).remove();g()}};jQuery.J.ReplaceEventCollection=function(e){if(e)k=e};jQuery.J.ChangeMonth=function(e){f.onMonthChanging(e);jQuery.J.DrawCalendar(e);f.onMonthChanged(e)};jQuery.J.Initialize=function(e,j){jQuery.extend(f,e);jQuery.J.DrawCalendar();if(j){k=j;g()}}})(jQuery); Date.CultureInfo={name:"en-US",englishName:"English (United States)",nativeName:"English (United States)",dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],abbreviatedDayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],shortestDayNames:["Su","Mo","Tu","We","Th","Fr","Sa"],firstLetterDayNames:["S","M","T","W","T","F","S"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],abbreviatedMonthNames:["Jan", "Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],amDesignator:"AM",pmDesignator:"PM",firstDayOfWeek:0,twoDigitYearMax:2029,dateElementOrder:"mdy",formatPatterns:{shortDate:"M/d/yyyy",longDate:"dddd, MMMM dd, yyyy",shortTime:"h:mm tt",longTime:"h:mm:ss tt",fullDateTime:"dddd, MMMM dd, yyyy h:mm:ss tt",sortableDateTime:"yyyy-MM-ddTHH:mm:ss",universalSortableDateTime:"yyyy-MM-dd HH:mm:ssZ",rfc1123:"ddd, dd MMM yyyy HH:mm:ss GMT",monthDay:"MMMM dd",yearMonth:"MMMM, yyyy"},regexPatterns:{jan:/^jan(uary)?/i, feb:/^feb(ruary)?/i,mar:/^mar(ch)?/i,apr:/^apr(il)?/i,may:/^may/i,jun:/^jun(e)?/i,jul:/^jul(y)?/i,aug:/^aug(ust)?/i,sep:/^sep(t(ember)?)?/i,oct:/^oct(ober)?/i,nov:/^nov(ember)?/i,dec:/^dec(ember)?/i,sun:/^su(n(day)?)?/i,mon:/^mo(n(day)?)?/i,tue:/^tu(e(s(day)?)?)?/i,wed:/^we(d(nesday)?)?/i,thu:/^th(u(r(s(day)?)?)?)?/i,fri:/^fr(i(day)?)?/i,sat:/^sa(t(urday)?)?/i,future:/^next/i,past:/^last|past|prev(ious)?/i,add:/^(\+|after|from)/i,subtract:/^(\-|before|ago)/i,yesterday:/^yesterday/i,today:/^t(oday)?/i, tomorrow:/^tomorrow/i,now:/^n(ow)?/i,millisecond:/^ms|milli(second)?s?/i,second:/^sec(ond)?s?/i,minute:/^min(ute)?s?/i,hour:/^h(ou)?rs?/i,week:/^w(ee)?k/i,month:/^m(o(nth)?s?)?/i,day:/^d(ays?)?/i,year:/^y((ea)?rs?)?/i,shortMeridian:/^(a|p)/i,longMeridian:/^(a\.?m?\.?|p\.?m?\.?)/i,timezone:/^((e(s|d)t|c(s|d)t|m(s|d)t|p(s|d)t)|((gmt)?\s*(\+|\-)\s*\d\d\d\d?)|gmt)/i,ordinalSuffix:/^\s*(st|nd|rd|th)/i,timeContext:/^\s*(\:|a|p)/i},abbreviatedTimeZoneStandard:{GMT:"-000",EST:"-0400",CST:"-0500",MST:"-0600", PST:"-0700"},abbreviatedTimeZoneDST:{GMT:"-000",EDT:"-0500",CDT:"-0600",MDT:"-0700",PDT:"-0800"}};Date.getMonthNumberFromName=function(a){var b=Date.CultureInfo.monthNames,d=Date.CultureInfo.abbreviatedMonthNames;a=a.toLowerCase();for(var i=0;i<b.length;i++)if(b[i].toLowerCase()==a||d[i].toLowerCase()==a)return i;return-1}; Date.getDayNumberFromName=function(a){var b=Date.CultureInfo.dayNames,d=Date.CultureInfo.abbreviatedDayNames;a=a.toLowerCase();for(var i=0;i<b.length;i++)if(b[i].toLowerCase()==a||d[i].toLowerCase()==a)return i;return-1};Date.isLeapYear=function(a){return a%4===0&&a%100!==0||a%400===0};Date.getDaysInMonth=function(a,b){return[31,Date.isLeapYear(a)?29:28,31,30,31,30,31,31,30,31,30,31][b]};Date.getTimezoneOffset=function(a,b){return b?Date.CultureInfo.abbreviatedTimeZoneDST[a.toUpperCase()]:Date.CultureInfo.abbreviatedTimeZoneStandard[a.toUpperCase()]}; Date.getTimezoneAbbreviation=function(a,b){var d=b?Date.CultureInfo.abbreviatedTimeZoneDST:Date.CultureInfo.abbreviatedTimeZoneStandard,i;for(i in d)if(d[i]===a)return i;return null};Date.prototype.clone=function(){return new Date(this.getTime())};Date.prototype.compareTo=function(a){if(isNaN(this))throw Error(this);if(a instanceof Date&&!isNaN(a))return this>a?1:this<a?-1:0;else throw new TypeError(a);};Date.prototype.equals=function(a){return this.compareTo(a)===0}; Date.prototype.between=function(a,b){var d=this.getTime();return d>=a.getTime()&&d<=b.getTime()};Date.prototype.addMilliseconds=function(a){this.setMilliseconds(this.getMilliseconds()+a);return this};Date.prototype.addSeconds=function(a){return this.addMilliseconds(a*1E3)};Date.prototype.addMinutes=function(a){return this.addMilliseconds(a*6E4)};Date.prototype.addHours=function(a){return this.addMilliseconds(a*36E5)};Date.prototype.addDays=function(a){return this.addMilliseconds(a*864E5)}; Date.prototype.addWeeks=function(a){return this.addMilliseconds(a*6048E5)};Date.prototype.addMonths=function(a){var b=this.getDate();this.setDate(1);this.setMonth(this.getMonth()+a);this.setDate(Math.min(b,this.getDaysInMonth()));return this};Date.prototype.addYears=function(a){return this.addMonths(a*12)}; Date.prototype.add=function(a){if(typeof a=="number"){this._orient=a;return this}if(a.millisecond||a.milliseconds)this.addMilliseconds(a.millisecond||a.milliseconds);if(a.second||a.seconds)this.addSeconds(a.second||a.seconds);if(a.minute||a.minutes)this.addMinutes(a.minute||a.minutes);if(a.hour||a.hours)this.addHours(a.hour||a.hours);if(a.month||a.months)this.addMonths(a.month||a.months);if(a.year||a.years)this.addYears(a.year||a.years);if(a.day||a.days)this.addDays(a.day||a.days);return this}; Date._validate=function(a,b,d,i){if(typeof a!="number")throw new TypeError(a+" is not a Number.");else if(a<b||a>d)throw new RangeError(a+" is not a valid value for "+i+".");return true};Date.validateMillisecond=function(a){return Date._validate(a,0,999,"milliseconds")};Date.validateSecond=function(a){return Date._validate(a,0,59,"seconds")};Date.validateMinute=function(a){return Date._validate(a,0,59,"minutes")};Date.validateHour=function(a){return Date._validate(a,0,23,"hours")}; Date.validateDay=function(a,b,d){return Date._validate(a,1,Date.getDaysInMonth(b,d),"days")};Date.validateMonth=function(a){return Date._validate(a,0,11,"months")};Date.validateYear=function(a){return Date._validate(a,1,9999,"seconds")}; Date.prototype.set=function(a){if(!a.millisecond&&a.millisecond!==0)a.millisecond=-1;if(!a.second&&a.second!==0)a.second=-1;if(!a.minute&&a.minute!==0)a.minute=-1;if(!a.hour&&a.hour!==0)a.hour=-1;if(!a.day&&a.day!==0)a.day=-1;if(!a.month&&a.month!==0)a.month=-1;if(!a.year&&a.year!==0)a.year=-1;a.millisecond!=-1&&Date.validateMillisecond(a.millisecond)&&this.addMilliseconds(a.millisecond-this.getMilliseconds());a.second!=-1&&Date.validateSecond(a.second)&&this.addSeconds(a.second-this.getSeconds()); a.minute!=-1&&Date.validateMinute(a.minute)&&this.addMinutes(a.minute-this.getMinutes());a.hour!=-1&&Date.validateHour(a.hour)&&this.addHours(a.hour-this.getHours());a.month!==-1&&Date.validateMonth(a.month)&&this.addMonths(a.month-this.getMonth());a.year!=-1&&Date.validateYear(a.year)&&this.addYears(a.year-this.getFullYear());a.day!=-1&&Date.validateDay(a.day,this.getFullYear(),this.getMonth())&&this.addDays(a.day-this.getDate());a.timezone&&this.setTimezone(a.timezone);a.timezoneOffset&&this.setTimezoneOffset(a.timezoneOffset); return this};Date.prototype.clearTime=function(){this.setHours(0);this.setMinutes(0);this.setSeconds(0);this.setMilliseconds(0);return this};Date.prototype.isLeapYear=function(){var a=this.getFullYear();return a%4===0&&a%100!==0||a%400===0};Date.prototype.isWeekday=function(){return!(this.is().sat()||this.is().sun())};Date.prototype.getDaysInMonth=function(){return Date.getDaysInMonth(this.getFullYear(),this.getMonth())};Date.prototype.moveToFirstDayOfMonth=function(){return this.set({day:1})}; Date.prototype.moveToLastDayOfMonth=function(){return this.set({day:this.getDaysInMonth()})};Date.prototype.moveToDayOfWeek=function(a,b){var d=(a-this.getDay()+7*(b||+1))%7;return this.addDays(d===0?d+=7*(b||+1):d)};Date.prototype.moveToMonth=function(a,b){var d=(a-this.getMonth()+12*(b||+1))%12;return this.addMonths(d===0?d+=12*(b||+1):d)};Date.prototype.getDayOfYear=function(){return Math.floor((this-new Date(this.getFullYear(),0,1))/864E5)}; Date.prototype.getWeekOfYear=function(a){var b=this.getFullYear(),d=this.getMonth(),i=this.getDate();a=a||Date.CultureInfo.firstDayOfWeek;var k=8-(new Date(b,0,1)).getDay();if(k==8)k=1;d=(Date.UTC(b,d,i,0,0,0)-Date.UTC(b,0,1,0,0,0))/864E5+1;d=Math.floor((d-k+7)/7);if(d===a){b--;b=8-(new Date(b,0,1)).getDay();d=b==2||b==8?53:52}return d};Date.prototype.isDST=function(){console.log("isDST");return this.toString().match(/(E|C|M|P)(S|D)T/)[2]=="D"}; Date.prototype.getTimezone=function(){return Date.getTimezoneAbbreviation(this.getUTCOffset,this.isDST())};Date.prototype.setTimezoneOffset=function(a){var b=this.getTimezoneOffset();this.addMinutes(Number(a)*-6/10-b);return this};Date.prototype.setTimezone=function(a){return this.setTimezoneOffset(Date.getTimezoneOffset(a))};Date.prototype.getUTCOffset=function(){var a=this.getTimezoneOffset()*-10/6;if(a<0){a=(a-1E4).toString();return a[0]+a.substr(2)}else{a=(a+1E4).toString();return"+"+a.substr(1)}}; Date.prototype.getDayName=function(a){return a?Date.CultureInfo.abbreviatedDayNames[this.getDay()]:Date.CultureInfo.dayNames[this.getDay()]};Date.prototype.getMonthName=function(a){return a?Date.CultureInfo.abbreviatedMonthNames[this.getMonth()]:Date.CultureInfo.monthNames[this.getMonth()]};Date.prototype._toString=Date.prototype.toString; Date.prototype.toString=function(a){var b=this,d=function(i){return i.toString().length==1?"0"+i:i};return a?a.replace(/dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?/g,function(i){switch(i){case "hh":return d(b.getHours()<13?b.getHours():b.getHours()-12);case "h":return b.getHours()<13?b.getHours():b.getHours()-12;case "HH":return d(b.getHours());case "H":return b.getHours();case "mm":return d(b.getMinutes());case "m":return b.getMinutes();case "ss":return d(b.getSeconds());case "s":return b.getSeconds(); case "yyyy":return b.getFullYear();case "yy":return b.getFullYear().toString().substring(2,4);case "dddd":return b.getDayName();case "ddd":return b.getDayName(true);case "dd":return d(b.getDate());case "d":return b.getDate().toString();case "MMMM":return b.getMonthName();case "MMM":return b.getMonthName(true);case "MM":return d(b.getMonth()+1);case "M":return b.getMonth()+1;case "t":return b.getHours()<12?Date.CultureInfo.amDesignator.substring(0,1):Date.CultureInfo.pmDesignator.substring(0,1);case "tt":return b.getHours()< 12?Date.CultureInfo.amDesignator:Date.CultureInfo.pmDesignator;case "zzz":case "zz":case "z":return""}}):this._toString()};Date.now=function(){return new Date};Date.today=function(){return Date.now().clearTime()};Date.prototype._orient=+1;Date.prototype.next=function(){this._orient=+1;return this};Date.prototype.last=Date.prototype.prev=Date.prototype.previous=function(){this._orient=-1;return this};Date.prototype._is=false;Date.prototype.is=function(){this._is=true;return this}; Number.prototype._dateElement="day";Number.prototype.fromNow=function(){var a={};a[this._dateElement]=this;return Date.now().add(a)};Number.prototype.ago=function(){var a={};a[this._dateElement]=this*-1;return Date.now().add(a)}; (function(){for(var a=Date.prototype,b=Number.prototype,d="sunday monday tuesday wednesday thursday friday saturday".split(/\s/),i="january february march april may june july august september october november december".split(/\s/),k="Millisecond Second Minute Hour Day Week Month Year".split(/\s/),f=function(c){return function(){if(this._is){this._is=false;return this.getDay()==c}return this.moveToDayOfWeek(c,this._orient)}},h=0;h<d.length;h++)a[d[h]]=a[d[h].substring(0,3)]=f(h);d=function(c){return function(){if(this._is){this._is= false;return this.getMonth()===c}return this.moveToMonth(c,this._orient)}};for(f=0;f<i.length;f++)a[i[f]]=a[i[f].substring(0,3)]=d(f);d=function(c){return function(){if(c.substring(c.length-1)!="s")c+="s";return this["add"+c](this._orient)}};f=function(c){return function(){this._dateElement=c;return this}};for(h=0;h<k.length;h++){i=k[h].toLowerCase();a[i]=a[i+"s"]=d(k[h]);b[i]=b[i+"s"]=f(i)}})();Date.prototype.toJSONString=function(){return this.toString("yyyy-MM-ddThh:mm:ssZ")}; Date.prototype.toShortDateString=function(){return this.toString(Date.CultureInfo.formatPatterns.shortDatePattern)};Date.prototype.toLongDateString=function(){return this.toString(Date.CultureInfo.formatPatterns.longDatePattern)};Date.prototype.toShortTimeString=function(){return this.toString(Date.CultureInfo.formatPatterns.shortTimePattern)};Date.prototype.toLongTimeString=function(){return this.toString(Date.CultureInfo.formatPatterns.longTimePattern)}; Date.prototype.getOrdinal=function(){switch(this.getDate()){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th"}}; (function(){Date.Parsing={Exception:function(f){this.message="Parse error at '"+f.substring(0,10)+" ...'"}};for(var a=Date.Parsing,b=a.Operators={rtoken:function(f){return function(h){var c=h.match(f);if(c)return[c[0],h.substring(c[0].length)];else throw new a.Exception(h);}},token:function(){return function(f){return b.rtoken(RegExp("^s*"+f+"s*"))(f)}},stoken:function(f){return b.rtoken(RegExp("^"+f))},until:function(f){return function(h){for(var c=[],g=null;h.length;){try{g=f.call(this,h)}catch(e){c.push(g[0]); h=g[1];continue}break}return[c,h]}},many:function(f){return function(h){for(var c=[],g=null;h.length;){try{g=f.call(this,h)}catch(e){break}c.push(g[0]);h=g[1]}return[c,h]}},optional:function(f){return function(h){var c=null;try{c=f.call(this,h)}catch(g){return[null,h]}return[c[0],c[1]]}},not:function(f){return function(h){try{f.call(this,h)}catch(c){return[null,h]}throw new a.Exception(h);}},ignore:function(f){return f?function(h){var c=null;c=f.call(this,h);return[null,c[1]]}:null},product:function(){for(var f= arguments[0],h=Array.prototype.slice.call(arguments,1),c=[],g=0;g<f.length;g++)c.push(b.each(f[g],h));return c},cache:function(f){var h={},c=null;return function(g){try{c=h[g]=h[g]||f.call(this,g)}catch(e){c=h[g]=e}if(c instanceof a.Exception)throw c;else return c}},any:function(){var f=arguments;return function(h){for(var c=null,g=0;g<f.length;g++)if(f[g]!=null){try{c=f[g].call(this,h)}catch(e){c=null}if(c)return c}throw new a.Exception(h);}},each:function(){var f=arguments;return function(h){for(var c= [],g=null,e=0;e<f.length;e++)if(f[e]!=null){try{g=f[e].call(this,h)}catch(j){throw new a.Exception(h);}c.push(g[0]);h=g[1]}return[c,h]}},all:function(){var f=f;return f.each(f.optional(arguments))},sequence:function(f,h,c){h=h||b.rtoken(/^\s*/);c=c||null;if(f.length==1)return f[0];return function(g){for(var e=null,j=null,l=[],m=0;m<f.length;m++){try{e=f[m].call(this,g)}catch(o){break}l.push(e[0]);try{j=h.call(this,e[1])}catch(n){j=null;break}g=j[1]}if(!e)throw new a.Exception(g);if(j)throw new a.Exception(j[1]); if(c)try{e=c.call(this,e[1])}catch(x){throw new a.Exception(e[1]);}return[l,e?e[1]:g]}},between:function(f,h,c){c=c||f;var g=b.each(b.ignore(f),h,b.ignore(c));return function(e){e=g.call(this,e);return[[e[0][0],r[0][2]],e[1]]}},list:function(f,h,c){h=h||b.rtoken(/^\s*/);c=c||null;return f instanceof Array?b.each(b.product(f.slice(0,-1),b.ignore(h)),f.slice(-1),b.ignore(c)):b.each(b.many(b.each(f,b.ignore(h))),px,b.ignore(c))},set:function(f,h,c){h=h||b.rtoken(/^\s*/);c=c||null;return function(g){var e= null;for(var j=e=null,l=null,m=[[],g],o=false,n=0;n<f.length;n++){e=j=null;o=f.length==1;try{e=f[n].call(this,g)}catch(x){continue}l=[[e[0]],e[1]];if(e[1].length>0&&!o)try{j=h.call(this,e[1])}catch(s){o=true}else o=true;if(!o&&j[1].length===0)o=true;if(!o){e=[];for(o=0;o<f.length;o++)n!=o&&e.push(f[o]);e=b.set(e,h).call(this,j[1]);if(e[0].length>0){l[0]=l[0].concat(e[0]);l[1]=e[1]}}if(l[1].length<m[1].length)m=l;if(m[1].length===0)break}if(m[0].length===0)return m;if(c){try{j=c.call(this,m[1])}catch(y){throw new a.Exception(m[1]); }m[1]=j[1]}return m}},forward:function(f,h){return function(c){return f[h].call(this,c)}},replace:function(f,h){return function(c){c=f.call(this,c);return[h,c[1]]}},process:function(f,h){return function(c){c=f.call(this,c);return[h.call(this,c[0]),c[1]]}},min:function(f,h){return function(c){var g=h.call(this,c);if(g[0].length<f)throw new a.Exception(c);return g}}},d=function(f){return function(){var h=null,c=[];if(arguments.length>1)h=Array.prototype.slice.call(arguments);else if(arguments[0]instanceof Array)h=arguments[0];if(h)for(var g=h.shift();0<g.length;){h.unshift(g[0]);c.push(f.apply(null,h));h.shift();return c}else return f.apply(null,arguments)}},i="optional not ignore cache".split(/\s/),k=0;k<i.length;k++)b[i[k]]=d(b[i[k]]);d=function(f){return function(){return arguments[0]instanceof Array?f.apply(null,arguments[0]):f.apply(null,arguments)}};i="each any all".split(/\s/);for(k=0;k<i.length;k++)b[i[k]]=d(b[i[k]])})(); (function(){var a=function(c){for(var g=[],e=0;e<c.length;e++)if(c[e]instanceof Array)g=g.concat(a(c[e]));else c[e]&&g.push(c[e]);return g};Date.Grammar={};Date.Translator={hour:function(c){return function(){this.hour=Number(c)}},minute:function(c){return function(){this.minute=Number(c)}},second:function(c){return function(){this.second=Number(c)}},meridian:function(c){return function(){this.meridian=c.slice(0,1).toLowerCase()}},timezone:function(c){return function(){var g=c.replace(/[^\d\+\-]/g, "");if(g.length)this.timezoneOffset=Number(g);else this.timezone=c.toLowerCase()}},day:function(c){var g=c[0];return function(){this.day=Number(g.match(/\d+/)[0])}},month:function(c){return function(){this.month=c.length==3?Date.getMonthNumberFromName(c):Number(c)-1}},year:function(c){return function(){var g=Number(c);this.year=c.length>2?g:g+(g+2E3<Date.CultureInfo.twoDigitYearMax?2E3:1900)}},rday:function(c){return function(){switch(c){case "yesterday":this.days=-1;break;case "tomorrow":this.days= 1;break;case "today":this.days=0;break;case "now":this.days=0;this.now=true}}},finishExact:function(c){c=c instanceof Array?c:[c];var g=new Date;this.year=g.getFullYear();this.month=g.getMonth();this.day=1;for(g=this.second=this.minute=this.hour=0;g<c.length;g++)c[g]&&c[g].call(this);this.hour=this.meridian=="p"&&this.hour<13?this.hour+12:this.hour;if(this.day>Date.getDaysInMonth(this.year,this.month))throw new RangeError(this.day+" is not a valid value for days.");c=new Date(this.year,this.month, this.day,this.hour,this.minute,this.second);if(this.timezone)c.set({timezone:this.timezone});else this.timezoneOffset&&c.set({timezoneOffset:this.timezoneOffset});return c},finish:function(c){c=c instanceof Array?a(c):[c];if(c.length===0)return null;for(var g=0;g<c.length;g++)typeof c[g]=="function"&&c[g].call(this);if(this.now)return new Date;c=Date.today();if(this.days!=null||this.orient||this.operator){var e,j;j=this.orient=="past"||this.operator=="subtract"?-1:1;if(this.weekday){this.unit="day"; g=Date.getDayNumberFromName(this.weekday)-c.getDay();e=7;this.days=g?(g+j*e)%e:j*e}if(this.month){this.unit="month";g=this.month-c.getMonth();e=12;this.months=g?(g+j*e)%e:j*e;this.month=null}if(!this.unit)this.unit="day";if(this[this.unit+"s"]==null||this.operator!=null){if(!this.value)this.value=1;if(this.unit=="week"){this.unit="day";this.value*=7}this[this.unit+"s"]=this.value*j}return c.add(this)}else{if(this.meridian&&this.hour)this.hour=this.hour<13&&this.meridian=="p"?this.hour+12:this.hour; if(this.weekday&&!this.day)this.day=c.addDays(Date.getDayNumberFromName(this.weekday)-c.getDay()).getDate();if(this.month&&!this.day)this.day=1;return c.set(this)}}};var b=Date.Parsing.Operators,d=Date.Grammar,i=Date.Translator,k;d.datePartDelimiter=b.rtoken(/^([\s\-\.\,\/\x27]+)/);d.timePartDelimiter=b.stoken(":");d.whiteSpace=b.rtoken(/^\s*/);d.generalDelimiter=b.rtoken(/^(([\s\,]|at|on)+)/);var f={};d.ctoken=function(c){var g=f[c];if(!g){g=Date.CultureInfo.regexPatterns;for(var e=c.split(/\s+/), j=[],l=0;l<e.length;l++)j.push(b.replace(b.rtoken(g[e[l]]),e[l]));g=f[c]=b.any.apply(null,j)}return g};d.ctoken2=function(c){return b.rtoken(Date.CultureInfo.regexPatterns[c])};d.h=b.cache(b.process(b.rtoken(/^(0[0-9]|1[0-2]|[1-9])/),i.hour));d.hh=b.cache(b.process(b.rtoken(/^(0[0-9]|1[0-2])/),i.hour));d.H=b.cache(b.process(b.rtoken(/^([0-1][0-9]|2[0-3]|[0-9])/),i.hour));d.HH=b.cache(b.process(b.rtoken(/^([0-1][0-9]|2[0-3])/),i.hour));d.m=b.cache(b.process(b.rtoken(/^([0-5][0-9]|[0-9])/),i.minute)); d.mm=b.cache(b.process(b.rtoken(/^[0-5][0-9]/),i.minute));d.s=b.cache(b.process(b.rtoken(/^([0-5][0-9]|[0-9])/),i.second));d.ss=b.cache(b.process(b.rtoken(/^[0-5][0-9]/),i.second));d.hms=b.cache(b.sequence([d.H,d.mm,d.ss],d.timePartDelimiter));d.t=b.cache(b.process(d.ctoken2("shortMeridian"),i.meridian));d.tt=b.cache(b.process(d.ctoken2("longMeridian"),i.meridian));d.z=b.cache(b.process(b.rtoken(/^(\+|\-)?\s*\d\d\d\d?/),i.timezone));d.zz=b.cache(b.process(b.rtoken(/^(\+|\-)\s*\d\d\d\d/),i.timezone)); d.zzz=b.cache(b.process(d.ctoken2("timezone"),i.timezone));d.timeSuffix=b.each(b.ignore(d.whiteSpace),b.set([d.tt,d.zzz]));d.time=b.each(b.optional(b.ignore(b.stoken("T"))),d.hms,d.timeSuffix);d.d=b.cache(b.process(b.each(b.rtoken(/^([0-2]\d|3[0-1]|\d)/),b.optional(d.ctoken2("ordinalSuffix"))),i.day));d.dd=b.cache(b.process(b.each(b.rtoken(/^([0-2]\d|3[0-1])/),b.optional(d.ctoken2("ordinalSuffix"))),i.day));d.ddd=d.dddd=b.cache(b.process(d.ctoken("sun mon tue wed thu fri sat"),function(c){return function(){this.weekday= c}}));d.M=b.cache(b.process(b.rtoken(/^(1[0-2]|0\d|\d)/),i.month));d.MM=b.cache(b.process(b.rtoken(/^(1[0-2]|0\d)/),i.month));d.MMM=d.MMMM=b.cache(b.process(d.ctoken("jan feb mar apr may jun jul aug sep oct nov dec"),i.month));d.y=b.cache(b.process(b.rtoken(/^(\d\d?)/),i.year));d.yy=b.cache(b.process(b.rtoken(/^(\d\d)/),i.year));d.yyy=b.cache(b.process(b.rtoken(/^(\d\d?\d?\d?)/),i.year));d.yyyy=b.cache(b.process(b.rtoken(/^(\d\d\d\d)/),i.year));k=function(){return b.each(b.any.apply(null,arguments), b.not(d.ctoken2("timeContext")))};d.day=k(d.d,d.dd);d.month=k(d.M,d.MMM);d.year=k(d.yyyy,d.yy);d.orientation=b.process(d.ctoken("past future"),function(c){return function(){this.orient=c}});d.operator=b.process(d.ctoken("add subtract"),function(c){return function(){this.operator=c}});d.rday=b.process(d.ctoken("yesterday tomorrow today now"),i.rday);d.unit=b.process(d.ctoken("minute hour day week month year"),function(c){return function(){this.unit=c}});d.value=b.process(b.rtoken(/^\d\d?(st|nd|rd|th)?/), function(c){return function(){this.value=c.replace(/\D/g,"")}});d.expression=b.set([d.rday,d.operator,d.value,d.unit,d.orientation,d.ddd,d.MMM]);k=function(){return b.set(arguments,d.datePartDelimiter)};d.mdy=k(d.ddd,d.month,d.day,d.year);d.ymd=k(d.ddd,d.year,d.month,d.day);d.dmy=k(d.ddd,d.day,d.month,d.year);d.date=function(c){return(d[Date.CultureInfo.dateElementOrder]||d.mdy).call(this,c)};d.format=b.process(b.many(b.any(b.process(b.rtoken(/^(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?)/), function(c){if(d[c])return d[c];else throw Date.Parsing.Exception(c);}),b.process(b.rtoken(/^[^dMyhHmstz]+/),function(c){return b.ignore(b.stoken(c))}))),function(c){return b.process(b.each.apply(null,c),i.finishExact)});var h={};d.formats=function(c){if(c instanceof Array){for(var g=[],e=0;e<c.length;e++)g.push(h[c[e]]=h[c[e]]||d.format(c[e])[0]);return b.any.apply(null,g)}else return h[c]=h[c]||d.format(c)[0]};d._formats=d.formats(["yyyy-MM-ddTHH:mm:ss","ddd, MMM dd, yyyy H:mm:ss tt","ddd MMM d yyyy HH:mm:ss zzz", "d"]);d._start=b.process(b.set([d.date,d.time,d.expression],d.generalDelimiter,d.whiteSpace),i.finish);d.start=function(c){try{var g=d._formats.call({},c);if(g[1].length===0)return g}catch(e){}return d._start.call({},c)}})();Date._parse=Date.parse;Date.parse=function(a){var b=null;if(!a)return null;try{b=Date.Grammar.start.call({},a)}catch(d){return null}return b[1].length===0?b[0]:null}; Date.getParseFunction=function(a){var b=Date.Grammar.formats(a);return function(d){var i=null;try{i=b.call({},d)}catch(k){return null}return i[1].length===0?i[0]:null}};Date.parseExact=function(a,b){return Date.getParseFunction(b)(a)};

// validation
(function(c){c.extend(c.fn,{validate:function(a){if(this.length){var b=c.data(this[0],"validator");if(b)return b;b=new c.validator(a,this[0]);c.data(this[0],"validator",b);if(b.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){b.cancelSubmit=true});b.settings.submitHandler&&this.find("input, button").filter(":submit").click(function(){b.submitButton=this});this.submit(function(d){function e(){if(b.settings.submitHandler){if(b.submitButton)var f=c("<input type='hidden'/>").attr("name", b.submitButton.name).val(b.submitButton.value).appendTo(b.currentForm);b.settings.submitHandler.call(b,b.currentForm);b.submitButton&&f.remove();return false}return true}b.settings.debug&&d.preventDefault();if(b.cancelSubmit){b.cancelSubmit=false;return e()}if(b.form()){if(b.pendingRequest){b.formSubmitted=true;return false}return e()}else{b.focusInvalid();return false}})}return b}else a&&a.debug&&window.console&&console.warn("hi\u00e7bir \u015fey se\u00e7ilmedi, do\u011frulama yap\u0131lam\u0131yor, hi\u00e7bir \u015fey d\u00f6nd\u00fcr\u00fclm\u00fcyor")}, valid:function(){if(c(this[0]).is("form"))return this.validate().form();else{var a=true,b=c(this[0].form).validate();this.each(function(){a&=b.element(this)});return a}},removeAttrs:function(a){var b={},d=this;c.each(a.split(/\s/),function(e,f){b[f]=d.attr(f);d.removeAttr(f)});return b},rules:function(a,b){var d=this[0];if(a){var e=c.data(d.form,"validator").settings,f=e.rules,g=c.validator.staticRules(d);switch(a){case "add":c.extend(g,c.validator.normalizeRule(b));f[d.name]=g;if(b.messages)e.messages[d.name]= c.extend(e.messages[d.name],b.messages);break;case "remove":if(!b){delete f[d.name];return g}var h={};c.each(b.split(/\s/),function(j,i){h[i]=g[i];delete g[i]});return h}}d=c.validator.normalizeRules(c.extend({},c.validator.metadataRules(d),c.validator.classRules(d),c.validator.attributeRules(d),c.validator.staticRules(d)),d);if(d.required){e=d.required;delete d.required;d=c.extend({required:e},d)}return d}});c.extend(c.expr[":"],{blank:function(a){return!c.trim(a.value)},filled:function(a){return!!c.trim(a.value)}, unchecked:function(a){return!a.checked}});c.validator=function(a,b){this.settings=c.extend({},c.validator.defaults,a);this.currentForm=b;this.init()};c.validator.format=function(a,b){if(arguments.length==1)return function(){var d=c.makeArray(arguments);d.unshift(a);return c.validator.format.apply(this,d)};if(arguments.length>2&&b.constructor!=Array)b=c.makeArray(arguments).slice(1);if(b.constructor!=Array)b=[b];c.each(b,function(d,e){a=a.replace(RegExp("\\{"+d+"\\}","g"),e)});return a};c.extend(c.validator, {defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:c([]),errorLabelContainer:c([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(a){this.lastActive=a;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass);this.errorsFor(a).hide()}},onfocusout:function(a){if(!this.checkable(a)&&(a.name in this.submitted||!this.optional(a)))this.element(a)},onkeyup:function(a){if(a.name in this.submitted||a==this.lastElement)this.element(a)},onclick:function(a){a.name in this.submitted&&this.element(a)},highlight:function(a,b,d){c(a).addClass(b).removeClass(d)},unhighlight:function(a,b,d){c(a).removeClass(b).addClass(d)}},setDefaults:function(a){c.extend(c.validator.defaults,a)},messages:{required:"Gerekli",remote:"L\u00fctfen bu alan\u0131 d\u00fczeltin.",email:"Ge\u00e7erli bir e-posta adresi giriniz.", url:"Ge\u00e7erli bir web adresi giriniz.",date:"Ge\u00e7erli bir tarih giriniz.",dateISO:"Ge\u00e7erli bir tarih giriniz (ISO).",dateDE:"Bitte geben Sie ein g\u00c3\u00bcltiges Datum ein.",number:"L\u00fctfen ge\u00e7erli bir say\u0131 girin.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Sadece rakam",creditcard:"Ge\u00e7ersiz kredi kart\u0131 numaras\u0131.",equalTo:"De\u011ferler ayn\u0131 de\u011fil.",accept:"Ge\u00e7ersiz dosya uzant\u0131s\u0131.",maxlength:c.validator.format("En fazla {0} harf."), minlength:c.validator.format("En az {0} harf."),rangelength:c.validator.format("En az {0} en fazla {1} harf."),range:c.validator.format("{0} ile {1} aras\u0131nda olmal\u0131."),max:c.validator.format("En fazla {0} olabilir."),min:c.validator.format("En az {0} olabilir.")},autoCreateRanges:false,prototype:{init:function(){function a(e){var f=c.data(this[0].form,"validator");f.settings["on"+e.type]&&f.settings["on"+e.type].call(f,this[0])}this.labelContainer=c(this.settings.errorLabelContainer);this.errorContext= this.labelContainer.length&&this.labelContainer||c(this.currentForm);this.containers=c(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var b=this.groups={};c.each(this.settings.groups,function(e,f){c.each(f.split(/\s/),function(g,h){b[h]=e})});var d=this.settings.rules;c.each(d,function(e,f){d[e]=c.validator.normalizeRule(f)});c(this.currentForm).delegate("focusin focusout keyup", ":text, :password, :file, select, textarea",a).delegate("click",":radio, :checkbox",a);this.settings.invalidHandler&&c(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){this.checkForm();c.extend(this.submitted,this.errorMap);this.invalid=c.extend({},this.errorMap);this.valid()||c(this.currentForm).triggerHandler("invalid-form",[this]);this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]); return this.valid()},element:function(a){this.lastElement=a=this.clean(a);this.prepareElement(a);this.currentElements=c(a);var b=this.check(a);if(b)delete this.invalid[a.name];else this.invalid[a.name]=true;if(!this.numberOfInvalids())this.toHide=this.toHide.add(this.containers);this.showErrors();return b},showErrors:function(a){if(a){c.extend(this.errorMap,a);this.errorList=[];for(var b in a)this.errorList.push({message:a[b],element:this.findByName(b)[0]});this.successList=c.grep(this.successList, function(d){return!(d.name in a)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){c.fn.resetForm&&c(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(a){var b=0,d;for(d in a)b++;return b},hideErrors:function(){this.addWrapper(this.toHide).hide()}, valid:function(){return this.size()==0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{c(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus()}catch(a){}},findLastActive:function(){var a=this.lastActive;return a&&c.grep(this.errorList,function(b){return b.element.name==a.name}).length==1&&a},elements:function(){var a=this,b={};return c([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&& a.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in b||!a.objectLength(c(this).rules()))return false;return b[this.name]=true})},clean:function(a){return c(a)[0]},errors:function(){return c(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=c([]);this.toHide=c([]);this.formSubmitted=false;this.currentElements=c([])},prepareForm:function(){this.reset(); this.toHide=this.errors().add(this.containers)},prepareElement:function(a){this.reset();this.toHide=this.errorsFor(a)},check:function(a){a=this.clean(a);if(this.checkable(a))a=this.findByName(a.name)[0];var b=c(a).rules(),d=false;for(method in b){var e={method:method,parameters:b[method]};try{var f=c.validator.methods[method].call(this,a.value.replace(/\r/g,""),a,e.parameters);if(f=="dependency-mismatch")d=true;else{d=false;if(f=="pending"){this.toHide=this.toHide.not(this.errorsFor(a));return}if(!f){this.formatAndAdd(a, e);return false}}}catch(g){this.settings.debug&&window.console&&console.log(a.id+" eleman\u0131n\u0131 kontrol ederken istisna olu\u015ftu, '"+e.method+"' metodunu kontrol edin");throw g;}}if(!d){this.objectLength(b)&&this.successList.push(a);return true}},customMetaMessage:function(a,b){if(c.metadata){var d=this.settings.meta?c(a).metadata()[this.settings.meta]:c(a).metadata();return d&&d.messages&&d.messages[b]}},customMessage:function(a,b){var d=this.settings.messages[a];return d&&(d.constructor== String?d:d[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(arguments[a]!==undefined)return arguments[a]},defaultMessage:function(a,b){return this.findDefined(this.customMessage(a.name,b),this.customMetaMessage(a,b),!this.settings.ignoreTitle&&a.title||undefined,c.validator.messages[b],"<strong>Warning: No message defined for "+a.name+"</strong>")},formatAndAdd:function(a,b){var d=this.defaultMessage(a,b.method);if(typeof d=="function")d=d.call(this,b.parameters,a);this.errorList.push({message:d, element:a});this.errorMap[a.name]=d;this.submitted[a.name]=d},addWrapper:function(a){if(this.settings.wrapper)a=a.add(a.parent(this.settings.wrapper));return a},defaultShowErrors:function(){for(var a=0;this.errorList[a];a++){var b=this.errorList[a];this.settings.highlight&&this.settings.highlight.call(this,b.element,this.settings.errorClass,this.settings.validClass);this.showLabel(b.element,b.message)}if(this.errorList.length)this.toShow=this.toShow.add(this.containers);if(this.settings.success)for(a= 0;this.successList[a];a++)this.showLabel(this.successList[a]);if(this.settings.unhighlight){a=0;for(b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,b[a],this.settings.errorClass,this.settings.validClass)}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return c(this.errorList).map(function(){return this.element})},showLabel:function(a, b){var d=this.errorsFor(a);if(d.length){d.removeClass().addClass(this.settings.errorClass);d.attr("generated")&&d.html(b)}else{d=c("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(a),generated:true}).addClass(this.settings.errorClass).html(b||"");if(this.settings.wrapper)d=d.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();this.labelContainer.append(d).length||(this.settings.errorPlacement?this.settings.errorPlacement(d,c(a)):d.insertAfter(a))}if(!b&&this.settings.success){d.text(""); typeof this.settings.success=="string"?d.addClass(this.settings.success):this.settings.success(d)}this.toShow=this.toShow.add(d)},errorsFor:function(a){return this.errors().filter("[for='"+this.idOrName(a)+"']")},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(a){var b=this.currentForm;return c(document.getElementsByName(a)).map(function(d,e){return e.form==b&&e.name==a&&e||null})}, getLength:function(a,b){switch(b.nodeName.toLowerCase()){case "select":return c("option:selected",b).length;case "input":if(this.checkable(b))return this.findByName(b.name).filter(":checked").length}return a.length},depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):true},dependTypes:{"boolean":function(a){return a},string:function(a,b){return!!c(a,b.form).length},"function":function(a,b){return a(b)}},optional:function(a){return!c.validator.methods.required.call(this, c.trim(a.value),a)&&"dependency-mismatch"},startRequest:function(a){if(!this.pending[a.name]){this.pendingRequest++;this.pending[a.name]=true}},stopRequest:function(a,b){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[a.name];if(b&&this.pendingRequest==0&&this.formSubmitted&&this.form())c(this.currentForm).submit();else!b&&this.pendingRequest==0&&this.formSubmitted&&c(this.currentForm).triggerHandler("invalid-form",[this])},previousValue:function(a){return c.data(a, "previousValue")||c.data(a,"previousValue",previous={old:null,valid:true,message:this.defaultMessage(a,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(a,b){a.constructor==String?this.classRuleSettings[a]=b:c.extend(this.classRuleSettings,a)},classRules:function(a){var b={};(a= c(a).attr("class"))&&c.each(a.split(" "),function(){this in c.validator.classRuleSettings&&c.extend(b,c.validator.classRuleSettings[this])});return b},attributeRules:function(a){var b={};a=c(a);for(method in c.validator.methods){var d=a.attr(method);if(d)b[method]=d}b.maxlength&&/-1|2147483647|524288/.test(b.maxlength)&&delete b.maxlength;return b},metadataRules:function(a){if(!c.metadata)return{};var b=c.data(a.form,"validator").settings.meta;return b?c(a).metadata()[b]:c(a).metadata()},staticRules:function(a){var b= {},d=c.data(a.form,"validator");if(d.settings.rules)b=c.validator.normalizeRule(d.settings.rules[a.name])||{};return b},normalizeRules:function(a,b){c.each(a,function(d,e){if(e===false)delete a[d];else if(e.param||e.depends){var f=true;switch(typeof e.depends){case "string":f=!!c(e.depends,b.form).length;break;case "function":f=e.depends.call(b,b)}if(f)a[d]=e.param!==undefined?e.param:true;else delete a[d]}});c.each(a,function(d,e){a[d]=c.isFunction(e)?e(b):e});c.each(["minlength","maxlength","min", "max"],function(){if(a[this])a[this]=Number(a[this])});c.each(["rangelength","range"],function(){if(a[this])a[this]=[Number(a[this][0]),Number(a[this][1])]});if(c.validator.autoCreateRanges){if(a.min&&a.max){a.range=[a.min,a.max];delete a.min;delete a.max}if(a.minlength&&a.maxlength){a.rangelength=[a.minlength,a.maxlength];delete a.minlength;delete a.maxlength}}a.messages&&delete a.messages;return a},normalizeRule:function(a){if(typeof a=="string"){var b={};c.each(a.split(/\s/),function(){b[this]= true});a=b}return a},addMethod:function(a,b,d){c.validator.methods[a]=b;c.validator.messages[a]=d||c.validator.messages[a];b.length<3&&c.validator.addClassRules(a,c.validator.normalizeRule(a))},methods:{required:function(a,b,d){if(!this.depend(d,b))return"dependency-mismatch";switch(b.nodeName.toLowerCase()){case "select":a=c("option:selected",b);return a.length>0&&(b.type=="select-multiple"||(c.browser.msie&&!a[0].attributes.value.specified?a[0].text:a[0].value).length>0);case "input":if(this.checkable(b))return this.getLength(a, b)>0;default:return c.trim(a).length>0}},remote:function(a,b,d){if(this.optional(b))return"dependency-mismatch";var e=this.previousValue(b);this.settings.messages[b.name]||(this.settings.messages[b.name]={});this.settings.messages[b.name].remote=typeof e.message=="function"?e.message(a):e.message;d=typeof d=="string"&&{url:d}||d;if(e.old!==a){e.old=a;var f=this;this.startRequest(b);var g={};g[b.name]=a;c.ajax(c.extend(true,{url:d,mode:"abort",port:"validate"+b.name,dataType:"json",data:g,success:function(h){var j= h===true;if(j){h=f.formSubmitted;f.prepareElement(b);f.formSubmitted=h;f.successList.push(b);f.showErrors()}else{var i={};i[b.name]=e.message=h||f.defaultMessage(b,"remote");f.showErrors(i)}e.valid=j;f.stopRequest(b,j)}},d));return"pending"}else if(this.pending[b.name])return"pending";return e.valid},minlength:function(a,b,d){return this.optional(b)||this.getLength(c.trim(a),b)>=d},maxlength:function(a,b,d){return this.optional(b)||this.getLength(c.trim(a),b)<=d},rangelength:function(a,b,d){a=this.getLength(c.trim(a), b);return this.optional(b)||a>=d[0]&&a<=d[1]},min:function(a,b,d){return this.optional(b)||a>=d},max:function(a,b,d){return this.optional(b)||a<=d},range:function(a,b,d){return this.optional(b)||a>=d[0]&&a<=d[1]},email:function(a,b){return this.optional(b)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(a)}, url:function(a,b){return this.optional(b)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(a)}, date:function(a,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(a))},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(a)},dateDE:function(a,b){return this.optional(b)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(a)},numberDE:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)},digits:function(a,b){return this.optional(b)||/^\d+$/.test(a)}, creditcard:function(a,b){if(this.optional(b))return"dependency-mismatch";if(/[^0-9-]+/.test(a))return false;var d=0,e=0,f=false;a=a.replace(/\D/g,"");for(n=a.length-1;n>=0;n--){e=a.charAt(n);e=parseInt(e,10);if(f)if((e*=2)>9)e-=9;d+=e;f=!f}return d%10==0},accept:function(a,b,d){d=typeof d=="string"?d.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(b)||a.match(RegExp(".("+d+")$","i"))},equalTo:function(a,b,d){return a==c(d).val()}}});c.format=c.validator.format})(jQuery); (function(c){var a=c.ajax,b={};c.ajax=function(d){d=c.extend(d,c.extend({},c.ajaxSettings,d));var e=d.port;if(d.mode=="abort"){b[e]&&b[e].abort();return b[e]=a.apply(this,arguments)}return a.apply(this,arguments)}})(jQuery); (function(c){c.each({focus:"focusin",blur:"focusout"},function(a,b){c.event.special[b]={setup:function(){if(c.browser.msie)return false;this.addEventListener(a,c.event.special[b].handler,true)},teardown:function(){if(c.browser.msie)return false;this.removeEventListener(a,c.event.special[b].handler,true)},handler:function(d){arguments[0]=c.event.fix(d);arguments[0].type=b;return c.event.handle.apply(this,arguments)}}});c.extend(c.fn,{delegate:function(a,b,d){return this.bind(a,function(e){var f=c(e.target); if(f.is(b))return d.apply(f,arguments)})},triggerEvent:function(a,b){return this.triggerHandler(a,[c.event.fix({type:a,target:b})])}})})(jQuery);jQuery.browser.mozilla&&$(function(){$("form.cmxform").hide().find("p>label:not(.nocmx):not(.error)").each(function(){var c=$(this),a=c.html(),b=document.defaultView.getComputedStyle(this,"").getPropertyValue("width");a=$("<span>").css("display","block").width(b).html(a);c.css("display","-moz-inline-box").empty().append(a)}).end().show()}); (function(){function c(a){return a.replace(/<.[^<>]*?>/g," ").replace(/&nbsp;|&#160;/gi," ").replace(/[0-9.(),;:!?%#$'"_+=\/-]*/g,"")}jQuery.validator.addMethod("maxWords",function(a,b,d){return this.optional(b)||c(a).match(/\b\w+\b/g).length<d},jQuery.validator.format("En fazla {0} kelime."));jQuery.validator.addMethod("minWords",function(a,b,d){return this.optional(b)||c(a).match(/\b\w+\b/g).length>=d},jQuery.validator.format("En az {0} kelime."));jQuery.validator.addMethod("rangeWords",function(a, b,d){return this.optional(b)||c(a).match(/\b\w+\b/g).length>=d[0]&&a.match(/bw+b/g).length<d[1]},jQuery.validator.format("{0} ile {1} kelime aras\u0131nda olmal\u0131."))})();jQuery.validator.addMethod("alphanumeric",function(c,a){return this.optional(a)||/^[a-zA-Z0-9 \'\"\n\v\r\t\\(\)*\u2019\u201c\u201d\/\u2018&\[\]%b\u011f\u00fc\u015f\u0131\u00f6\u00e7\u011e\u00dc\u015e\u0130\u00d6\u00c7\u00ee\u00e2\u00ea\u00fb\u00ce\u00c2\u00ca\u00db@*<>#_\u00b2,.;!:\u2022\u2026_?$=+-]+$/i.test(c)},"\u00d6zel karakter kullan\u0131lmaz"); jQuery.validator.addMethod("ip",function(c,a){return this.optional(a)||/^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$/i.test(c)},"Ge\u00e7erli bir IP adresi giriniz");jQuery.validator.addMethod("lettersonly",function(c,a){return this.optional(a)||/^[a-z]+$/i.test(c)},"Sadece Harfler");jQuery.validator.addMethod("telefon",function(c,a){return this.optional(a)||/^[0-9 -()]+$/i.test(c)},"Ge\u00e7erli bir Telefon Numaras\u0131 Yaz\u0131n\u0131z"); jQuery.validator.addMethod("nowhitespace",function(c,a){return this.optional(a)||/^\S+$/i.test(c)},"L\u00fctfen bo\u015fluksuz giriniz");jQuery.validator.addMethod("ziprange",function(c,a){return this.optional(a)||/^90[2-5]\d\{2}-\d{4}$/.test(c)},"ZIP kodu 902xx-xxxx ile 905-xx-xxxx aras\u0131nda olmal\u0131");jQuery.validator.addMethod("integer",function(c,a){return this.optional(a)||/^-?\d+$/.test(c)},"L\u00fctfen bir tamsay\u0131 giriniz"); jQuery.validator.addMethod("dateITA",function(c,a){var b=false;if(/^\d{1,2}\/\d{1,2}\/\d{4}$/.test(c)){var d=c.split("/");b=parseInt(d[0],10);var e=parseInt(d[1],10);d=parseInt(d[2],10);var f=new Date(d,e-1,b);b=f.getFullYear()==d&&f.getMonth()==e-1&&f.getDate()==b?true:false}else b=false;return this.optional(a)||b},"Ge\u00e7ersiz tarih");jQuery.validator.addMethod("dateNL",function(c,a){return this.optional(a)||/^\d\d?[\.\/-]\d\d?[\.\/-]\d\d\d?\d?$/.test(c)},"Vul hier een geldige datum in."); jQuery.validator.addMethod("time",function(c,a){return this.optional(a)||/^([01][0-9])|(2[0123]):([0-5])([0-9])$/.test(c)},"00:00 ile 23:59 aras\u0131nda olmal\u0131");jQuery.validator.addMethod("googleMap",function(c,a){return this.optional(a)||/^([0-9.-]*[|][0-9.-]*[|][0-9]+)$/.test(c)},'Latitute | Longitude | Zoom : "48.05|37.10|15"');jQuery.validator.addMethod("strippedminlength",function(c,a,b){return jQuery(c).text().length>=b},jQuery.validator.format("En az {0} harf")); jQuery.validator.addMethod("email2",function(c,a){return this.optional(a)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)*(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(c)}, jQuery.validator.messages.email); jQuery.validator.addMethod("url2",function(c,a){return this.optional(a)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)*(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(c)},jQuery.validator.messages.url);

/**
* Add default text to text inputs (input/textarea)
* Clears on blur etc
* halil.ozgur@gmail.com
*/
function addDefaultTxt(formEl, txt, defTxtCssClass) {
    $(function(){
        defTxtCssClass = defTxtCssClass || "defaultText";
        var el = $(formEl);
        el.attr("defaultTxt", txt);
        if (el.val() == "") {
            el.val(txt);
        }
        if (el.val() == txt) {
            el.addClass(defTxtCssClass);
        }
        el.focus(function(){
            if ($(this).val() == txt) {
                $(this).val("");
                el.removeClass(defTxtCssClass);
            }
        });
        el.blur(function(){
            if ($(this).val() == "") {
                el.addClass(defTxtCssClass);
                $(this).val(txt);
            }
        });
		if (jQuery.validator) {
            if (!jQuery.validator.methods.defaultMsg) {
                // A method to invalidate if the field is required and
                // the value is equal to the default text
    			jQuery.validator.addMethod("defaultMsg", function(value, element, params) {
    				if (!$(element).rules().required && params == value) {
    					$(element).val("");
    					value = "";
    				}
    				return this.optional(element) || (params != value);
    			}, "Geçerli bir değer gerekli");
            }
            el.each(function(i, s){
                if (s.form && $.data(s.form, "validator")) {
                    $(s).rules("add", {
                        defaultMsg: txt
                    });
                }
            });
		}
    });
}

// AC_RunActiveContent v1.7
var isIE=navigator.appVersion.indexOf("MSIE")!=-1?true:false,isWin=navigator.appVersion.toLowerCase().indexOf("win")!=-1?true:false,isOpera=navigator.userAgent.indexOf("Opera")!=-1?true:false; function ControlVersion(){var a,c;try{c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");a=c.GetVariable("$version")}catch(g){}if(!a)try{c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");a="WIN 6,0,21,0";c.AllowScriptAccess="always";a=c.GetVariable("$version")}catch(b){}if(!a)try{c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");a=c.GetVariable("$version")}catch(f){}if(!a)try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");a="WIN 3,0,18,0"}catch(e){}if(!a)try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); a="WIN 2,0,0,11"}catch(d){a=-1}return a} function GetSwfVer(){var a=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){a=navigator.plugins["Shockwave Flash"+(navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"")].description.split(" ");var c=a[2].split("."),g=c[0];c=c[1];var b=a[3];if(b=="")b=a[4];if(b[0]=="d")b=b.substring(1);else if(b[0]=="r"){b=b.substring(1);if(b.indexOf("d")>0)b=b.substring(0,b.indexOf("d"))}a=g+"."+c+"."+b}}else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!= -1)a=4;else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1)a=3;else if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1)a=2;else if(isIE&&isWin&&!isOpera)a=ControlVersion();return a} function DetectFlashVer(a,c,g){versionStr=GetSwfVer();if(versionStr==-1)return false;else if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",")}else versionArray=versionStr.split(".");var b=versionArray[0],f=versionArray[1],e=versionArray[2];if(b>parseFloat(a))return true;else if(b==parseFloat(a))if(f>parseFloat(c))return true;else if(f==parseFloat(c))if(e>=parseFloat(g))return true;return false}} function AC_AddExtension(a,c){return a.indexOf("?")!=-1?a.replace(/\?/,c+"?"):a+c}function AC_Generateobj(a,c,g){var b="";if(isIE&&isWin&&!isOpera){b+="<object ";for(var f in a)b+=f+'="'+a[f]+'" ';b+=">";for(f in c)b+='<param name="'+f+'" value="'+c[f]+'" /> ';b+="</object>"}else{b+="<embed ";for(f in g)b+=f+'="'+g[f]+'" ';b+="> </embed>"}document.write(b)} function AC_FL_RunContent(){var a=AC_GetArgs(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(a.objAttrs,a.params,a.embedAttrs)}function AC_SW_RunContent(){var a=AC_GetArgs(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(a.objAttrs,a.params,a.embedAttrs)} function AC_GetArgs(a,c,g,b,f){var e={};e.embedAttrs={};e.params={};e.objAttrs={};for(var d=0;d<a.length;d+=2)switch(a[d].toLowerCase()){case "classid":break;case "pluginspage":e.embedAttrs[a[d]]=a[d+1];break;case "src":case "movie":a[d+1]=AC_AddExtension(a[d+1],c);e.embedAttrs.src=a[d+1];e.params[g]=a[d+1];break;case "onafterupdate":case "onbeforeupdate":case "onblur":case "oncellchange":case "onclick":case "ondblClick":case "ondrag":case "ondragend":case "ondragenter":case "ondragleave":case "ondragover":case "ondrop":case "onfinish":case "onfocus":case "onhelp":case "onmousedown":case "onmouseup":case "onmouseover":case "onmousemove":case "onmouseout":case "onkeypress":case "onkeydown":case "onkeyup":case "onload":case "onlosecapture":case "onpropertychange":case "onreadystatechange":case "onrowsdelete":case "onrowenter":case "onrowexit":case "onrowsinserted":case "onstart":case "onscroll":case "onbeforeeditfocus":case "onactivate":case "onbeforedeactivate":case "ondeactivate":case "type":case "codebase":case "id":e.objAttrs[a[d]]= a[d+1];break;case "width":case "height":case "align":case "vspace":case "hspace":case "class":case "title":case "accesskey":case "name":case "tabindex":e.embedAttrs[a[d]]=e.objAttrs[a[d]]=a[d+1];break;default:e.embedAttrs[a[d]]=e.params[a[d]]=a[d+1]}e.objAttrs.classid=b;if(f)e.embedAttrs.type=f;return e};

/*	SWFObject v2.2 <http://code.google.com/p/swfobject/> 
	is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();

