(function(){var W=this,AB,F=W.jQuery,S=W.$,T=W.jQuery=W.$=function(B,A){return new T.fn.init(B,A)},M=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,AC=/^.[^:#\[\.,]*$/;T.fn=T.prototype={init:function(a,B){a=a||document;if(a.nodeType){this[0]=a;this.length=1;this.context=a;return this}if(typeof a==="string"){var C=M.exec(a);if(C&&(C[1]||!B)){if(C[1]){a=T.clean([C[1]],B)}else{var A=document.getElementById(C[3]);if(A&&A.id!=C[3]){return T().find(a)}var D=T(A||[]);D.context=document;D.selector=a;return D}}else{return T(B).find(a)}}else{if(T.isFunction(a)){return T(document).ready(a)}}if(a.selector&&a.context){this.selector=a.selector;this.context=a.context}return this.setArray(T.isArray(a)?a:T.makeArray(a))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(A){return A===AB?Array.prototype.slice.call(this):this[A]},pushStack:function(C,A,D){var B=T(C);B.prevObject=this;B.context=this.context;if(A==="find"){B.selector=this.selector+(this.selector?" ":"")+D}else{if(A){B.selector=this.selector+"."+A+"("+D+")"}}return B},setArray:function(A){this.length=0;Array.prototype.push.apply(this,A);return this},each:function(A,B){return T.each(this,A,B)},index:function(A){return T.inArray(A&&A.jquery?A[0]:A,this)},attr:function(C,A,B){var D=C;if(typeof C==="string"){if(A===AB){return this[0]&&T[B||"attr"](this[0],C)}else{D={};D[C]=A}}return this.each(function(a){for(C in D){T.attr(B?this.style:this,C,T.prop(this,D[C],B,a,C))}})},css:function(B,A){if((B=="width"||B=="height")&&parseFloat(A)<0){A=AB}return this.attr(B,A,"curCSS")},text:function(A){if(typeof A!=="object"&&A!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(A))}var B="";T.each(A||this,function(){T.each(this.childNodes,function(){if(this.nodeType!=8){B+=this.nodeType!=1?this.nodeValue:T.fn.text([this])}})});return B},wrapAll:function(B){if(this[0]){var A=T(B,this[0].ownerDocument).clone();if(this[0].parentNode){A.insertBefore(this[0])}A.map(function(){var C=this;while(C.firstChild){C=C.firstChild}return C}).append(this)}return this},wrapInner:function(A){return this.each(function(){T(this).contents().wrapAll(A)})},wrap:function(A){return this.each(function(){T(this).wrapAll(A)})},append:function(){return this.domManip(arguments,true,function(A){if(this.nodeType==1){this.appendChild(A)}})},prepend:function(){return this.domManip(arguments,true,function(A){if(this.nodeType==1){this.insertBefore(A,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(A){this.parentNode.insertBefore(A,this)})},after:function(){return this.domManip(arguments,false,function(A){this.parentNode.insertBefore(A,this.nextSibling)})},end:function(){return this.prevObject||T([])},push:[].push,sort:[].sort,splice:[].splice,find:function(B){if(this.length===1){var A=this.pushStack([],"find",B);A.length=0;T.find(B,this[0],A);return A}else{return this.pushStack(T.unique(T.map(this,function(C){return T.find(B,C)})),"find",B)}},clone:function(B){var D=this.map(function(){if(!T.support.noCloneEvent&&!T.isXMLDoc(this)){var b=this.outerHTML;if(!b){var a=this.ownerDocument.createElement("div");a.appendChild(this.cloneNode(true));b=a.innerHTML}return T.clean([b.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(B===true){var A=this.find("*").andSelf(),C=0;D.find("*").andSelf().each(function(){if(this.nodeName!==A[C].nodeName){return }var c=T.data(A[C],"events");for(var a in c){for(var b in c[a]){T.event.add(this,a,c[a][b],c[a][b].data)}}C++})}return D},filter:function(A){return this.pushStack(T.isFunction(A)&&T.grep(this,function(B,C){return A.call(B,C)})||T.multiFilter(A,T.grep(this,function(B){return B.nodeType===1})),"filter",A)},closest:function(C){var A=T.expr.match.POS.test(C)?T(C):null,B=0;return this.map(function(){var D=this;while(D&&D.ownerDocument){if(A?A.index(D)>-1:T(D).is(C)){T.data(D,"closest",B);return D}D=D.parentNode;B++}})},not:function(B){if(typeof B==="string"){if(AC.test(B)){return this.pushStack(T.multiFilter(B,this,true),"not",B)}else{B=T.multiFilter(B,this)}}var A=B.length&&B[B.length-1]!==AB&&!B.nodeType;return this.filter(function(){return A?T.inArray(this,B)<0:this!=B})},add:function(A){return this.pushStack(T.unique(T.merge(this.get(),typeof A==="string"?T(A):T.makeArray(A))))},is:function(A){return !!A&&T.multiFilter(A,this).length>0},hasClass:function(A){return !!A&&this.is("."+A)},val:function(C){if(C===AB){var f=this[0];if(f){if(T.nodeName(f,"option")){return(f.attributes.value||{}).specified?f.value:f.text}if(T.nodeName(f,"select")){var a=f.selectedIndex,B=[],A=f.options,b=f.type=="select-one";if(a<0){return null}for(var d=b?a:0,D=b?a+1:A.length;d<D;d++){var c=A[d];if(c.selected){C=T(c).val();if(b){return C}B.push(C)}}return B}return(f.value||"").replace(/\r/g,"")}return AB}if(typeof C==="number"){C+=""}return this.each(function(){if(this.nodeType!=1){return }if(T.isArray(C)&&/radio|checkbox/.test(this.type)){this.checked=(T.inArray(this.value,C)>=0||T.inArray(this.name,C)>=0)}else{if(T.nodeName(this,"select")){var g=T.makeArray(C);T("option",this).each(function(){this.selected=(T.inArray(this.value,g)>=0||T.inArray(this.text,g)>=0)});if(!g.length){this.selectedIndex=-1}}else{this.value=C}}})},html:function(A){return A===AB?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(A)},replaceWith:function(A){return this.after(A).remove()},eq:function(A){return this.slice(A,+A+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(A){return this.pushStack(T.map(this,function(B,C){return A.call(B,C,B)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(D,A,B){if(this[0]){var a=(this[0].ownerDocument||this[0]).createDocumentFragment(),d=T.clean(D,(this[0].ownerDocument||this[0]),a),b=a.firstChild;if(b){for(var c=0,f=this.length;c<f;c++){B.call(C(this[c],b),this.length>1||c>0?a.cloneNode(true):a)}}if(d){T.each(d,E)}}return this;function C(h,g){return A&&T.nodeName(h,"table")&&T.nodeName(g,"tr")?(h.getElementsByTagName("tbody")[0]||h.appendChild(h.ownerDocument.createElement("tbody"))):h}}};T.fn.init.prototype=T.fn;function E(B,A){if(A.src){T.ajax({url:A.src,async:false,dataType:"script"})}else{T.globalEval(A.text||A.textContent||A.innerHTML||"")}if(A.parentNode){A.parentNode.removeChild(A)}}function AD(){return +new Date}T.extend=T.fn.extend=function(){var C=arguments[0]||{},a=1,D=arguments.length,d=false,b;if(typeof C==="boolean"){d=C;C=arguments[1]||{};a=2}if(typeof C!=="object"&&!T.isFunction(C)){C={}}if(D==a){C=this;--a}for(;a<D;a++){if((b=arguments[a])!=null){for(var c in b){var B=C[c],A=b[c];if(C===A){continue}if(d&&A&&typeof A==="object"&&!A.nodeType){C[c]=T.extend(d,B||(A.length!=null?[]:{}),A)}else{if(A!==AB){C[c]=A}}}}}return C};var AG=/z-?index|font-?weight|opacity|zoom|line-?height/i,Q=document.defaultView||{},L=Object.prototype.toString;T.extend({noConflict:function(A){W.$=S;if(A){W.jQuery=F}return T},isFunction:function(A){return L.call(A)==="[object Function]"},isArray:function(A){return L.call(A)==="[object Array]"},isXMLDoc:function(A){return A.nodeType===9&&A.documentElement.nodeName!=="HTML"||!!A.ownerDocument&&T.isXMLDoc(A.ownerDocument)},globalEval:function(A){if(A&&/\S/.test(A)){var B=document.getElementsByTagName("head")[0]||document.documentElement,C=document.createElement("script");C.type="text/javascript";if(T.support.scriptEval){C.appendChild(document.createTextNode(A))}else{C.text=A}B.insertBefore(C,B.firstChild);B.removeChild(C)}},nodeName:function(A,B){return A.nodeName&&A.nodeName.toUpperCase()==B.toUpperCase()},each:function(a,A,b){var c,D=0,C=a.length;if(b){if(C===AB){for(c in a){if(A.apply(a[c],b)===false){break}}}else{for(;D<C;){if(A.apply(a[D++],b)===false){break}}}}else{if(C===AB){for(c in a){if(A.call(a[c],c,a[c])===false){break}}}else{for(var B=a[0];D<C&&A.call(B,D,B)!==false;B=a[++D]){}}}return a},prop:function(B,A,C,D,a){if(T.isFunction(A)){A=A.call(B,D)}return typeof A==="number"&&C=="curCSS"&&!AG.test(a)?A+"px":A},className:{add:function(B,A){T.each((A||"").split(/\s+/),function(D,C){if(B.nodeType==1&&!T.className.has(B.className,C)){B.className+=(B.className?" ":"")+C}})},remove:function(B,A){if(B.nodeType==1){B.className=A!==AB?T.grep(B.className.split(/\s+/),function(C){return !T.className.has(A,C)}).join(" "):""}},has:function(A,B){return A&&T.inArray(B,(A.className||A).toString().split(/\s+/))>-1}},swap:function(B,C,A){var a={};for(var D in C){a[D]=B.style[D];B.style[D]=C[D]}A.call(B);for(var D in C){B.style[D]=a[D]}},css:function(a,c,C,d){if(c=="width"||c=="height"){var A,b={position:"absolute",visibility:"hidden",display:"block"},B=c=="width"?["Left","Right"]:["Top","Bottom"];function D(){A=c=="width"?a.offsetWidth:a.offsetHeight;if(d==="border"){return }T.each(B,function(){if(!d){A-=parseFloat(T.curCSS(a,"padding"+this,true))||0}if(d==="margin"){A+=parseFloat(T.curCSS(a,"margin"+this,true))||0}else{A-=parseFloat(T.curCSS(a,"border"+this+"Width",true))||0}})}if(a.offsetWidth!==0){D()}else{T.swap(a,b,D)}return Math.max(0,Math.round(A))}return T.curCSS(a,c,C)},curCSS:function(a,d,c){var B,f=a.style;if(d=="opacity"&&!T.support.opacity){B=T.attr(f,"opacity");return B==""?"1":B}if(d.match(/float/i)){d=H}if(!c&&f&&f[d]){B=f[d]}else{if(Q.getComputedStyle){if(d.match(/float/i)){d="float"}d=d.replace(/([A-Z])/g,"-$1").toLowerCase();var A=Q.getComputedStyle(a,null);if(A){B=A.getPropertyValue(d)}if(d=="opacity"&&B==""){B="1"}}else{if(a.currentStyle){var D=d.replace(/\-(\w)/g,function(h,g){return g.toUpperCase()});B=a.currentStyle[d]||a.currentStyle[D];if(!/^\d+(px)?$/i.test(B)&&/^\d/.test(B)){var b=f.left,C=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;f.left=B||0;B=f.pixelLeft+"px";f.left=b;a.runtimeStyle.left=C}}}}return B},clean:function(c,B,D){B=B||document;if(typeof B.createElement==="undefined"){B=B.ownerDocument||B[0]&&B[0].ownerDocument||document}if(!D&&c.length===1&&typeof c[0]==="string"){var a=/^<(\w+)\s*\/?>$/.exec(c[0]);if(a){return[B.createElement(a[1])]}}var b=[],d=[],A=B.createElement("div");T.each(c,function(i,f){if(typeof f==="number"){f+=""}if(!f){return }if(typeof f==="string"){f=f.replace(/(<(\w+)[^>]*?)\/>/g,function(o,m,p){return p.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?o:m+"></"+p+">"});var j=f.replace(/^\s+/,"").substring(0,10).toLowerCase();var h=!j.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!j.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||j.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!j.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!j.indexOf("<td")||!j.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!j.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!T.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];A.innerHTML=h[1]+f+h[2];while(h[0]--){A=A.lastChild}if(!T.support.tbody){var g=/<tbody/i.test(f),k=!j.indexOf("<table")&&!g?A.firstChild&&A.firstChild.childNodes:h[1]=="<table>"&&!g?A.childNodes:[];for(var l=k.length-1;l>=0;--l){if(T.nodeName(k[l],"tbody")&&!k[l].childNodes.length){k[l].parentNode.removeChild(k[l])}}}if(!T.support.leadingWhitespace&&/^\s/.test(f)){A.insertBefore(B.createTextNode(f.match(/^\s*/)[0]),A.firstChild)}f=T.makeArray(A.childNodes)}if(f.nodeType){b.push(f)}else{b=T.merge(b,f)}});if(D){for(var C=0;b[C];C++){if(T.nodeName(b[C],"script")&&(!b[C].type||b[C].type.toLowerCase()==="text/javascript")){d.push(b[C].parentNode?b[C].parentNode.removeChild(b[C]):b[C])}else{if(b[C].nodeType===1){b.splice.apply(b,[C+1,0].concat(T.makeArray(b[C].getElementsByTagName("script"))))}D.appendChild(b[C])}}return d}return b},attr:function(C,b,B){if(!C||C.nodeType==3||C.nodeType==8){return AB}var a=!T.isXMLDoc(C),A=B!==AB;b=a&&T.props[b]||b;if(C.tagName){var c=/href|src|style/.test(b);if(b=="selected"&&C.parentNode){C.parentNode.selectedIndex}if(b in C&&a&&!c){if(A){if(b=="type"&&T.nodeName(C,"input")&&C.parentNode){throw"type property can't be changed"}C[b]=B}if(T.nodeName(C,"form")&&C.getAttributeNode(b)){return C.getAttributeNode(b).nodeValue}if(b=="tabIndex"){var D=C.getAttributeNode("tabIndex");return D&&D.specified?D.value:C.nodeName.match(/(button|input|object|select|textarea)/i)?0:C.nodeName.match(/^(a|area)$/i)&&C.href?0:AB}return C[b]}if(!T.support.style&&a&&b=="style"){return T.attr(C.style,"cssText",B)}if(A){C.setAttribute(b,""+B)}var d=!T.support.hrefNormalized&&a&&c?C.getAttribute(b,2):C.getAttribute(b);return d===null?AB:d}if(!T.support.opacity&&b=="opacity"){if(A){C.zoom=1;C.filter=(C.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(B)+""=="NaN"?"":"alpha(opacity="+B*100+")")}return C.filter&&C.filter.indexOf("opacity=")>=0?(parseFloat(C.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}b=b.replace(/-([a-z])/ig,function(g,f){return f.toUpperCase()});if(A){C[b]=B}return C[b]},trim:function(A){return(A||"").replace(/^\s+|\s+$/g,"")},makeArray:function(A){var C=[];if(A!=null){var B=A.length;if(B==null||typeof A==="string"||T.isFunction(A)||A.setInterval){C[0]=A}else{while(B){C[--B]=A[B]}}}return C},inArray:function(B,A){for(var D=0,C=A.length;D<C;D++){if(A[D]===B){return D}}return -1},merge:function(B,a){var D=0,C,A=B.length;if(!T.support.getAll){while((C=a[D++])!=null){if(C.nodeType!=8){B[A++]=C}}}else{while((C=a[D++])!=null){B[A++]=C}}return B},unique:function(A){var b=[],c={};try{for(var a=0,D=A.length;a<D;a++){var B=T.data(A[a]);if(!c[B]){c[B]=true;b.push(A[a])}}}catch(C){b=A}return b},grep:function(a,A,b){var D=[];for(var C=0,B=a.length;C<B;C++){if(!b!=!A(a[C],C)){D.push(a[C])}}return D},map:function(b,A){var a=[];for(var D=0,C=b.length;D<C;D++){var B=A(b[D],D);if(B!=null){a[a.length]=B}}return a.concat.apply([],a)}});var O=navigator.userAgent.toLowerCase();T.browser={version:(O.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(O),opera:/opera/.test(O),msie:/msie/.test(O)&&!/opera/.test(O),mozilla:/mozilla/.test(O)&&!/(compatible|webkit)/.test(O)};T.each({parent:function(A){return A.parentNode},parents:function(A){return T.dir(A,"parentNode")},next:function(A){return T.nth(A,2,"nextSibling")},prev:function(A){return T.nth(A,2,"previousSibling")},nextAll:function(A){return T.dir(A,"nextSibling")},prevAll:function(A){return T.dir(A,"previousSibling")},siblings:function(A){return T.sibling(A.parentNode.firstChild,A)},children:function(A){return T.sibling(A.firstChild)},contents:function(A){return T.nodeName(A,"iframe")?A.contentDocument||A.contentWindow.document:T.makeArray(A.childNodes)}},function(B,A){T.fn[B]=function(D){var C=T.map(this,A);if(D&&typeof D=="string"){C=T.multiFilter(D,C)}return this.pushStack(T.unique(C),B,D)}});T.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(B,A){T.fn[B]=function(d){var a=[],C=T(d);for(var D=0,c=C.length;D<c;D++){var b=(D>0?this.clone(true):this).get();T.fn[A].apply(T(C[D]),b);a=a.concat(b)}return this.pushStack(a,B,d)}});T.each({removeAttr:function(A){T.attr(this,A,"");if(this.nodeType==1){this.removeAttribute(A)}},addClass:function(A){T.className.add(this,A)},removeClass:function(A){T.className.remove(this,A)},toggleClass:function(A,B){if(typeof B!=="boolean"){B=!T.className.has(this,A)}T.className[B?"add":"remove"](this,A)},remove:function(A){if(!A||T.filter(A,[this]).length){T("*",this).add([this]).each(function(){T.event.remove(this);T.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){T(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(B,A){T.fn[B]=function(){return this.each(A,arguments)}});function Y(B,A){return B[0]&&parseInt(T.curCSS(B[0],A,true),10)||0}var AA="jQuery"+AD(),I=0,R={};T.extend({cache:{},data:function(C,D,B){C=C==W?R:C;var A=C[AA];if(!A){A=C[AA]=++I}if(D&&!T.cache[A]){T.cache[A]={}}if(B!==AB){T.cache[A][D]=B}return D?T.cache[A][D]:A},removeData:function(C,D){C=C==W?R:C;var A=C[AA];if(D){if(T.cache[A]){delete T.cache[A][D];D="";for(D in T.cache[A]){break}if(!D){T.removeData(C)}}}else{try{delete C[AA]}catch(B){if(C.removeAttribute){C.removeAttribute(AA)}}delete T.cache[A]}},queue:function(C,D,A){if(C){D=(D||"fx")+"queue";var B=T.data(C,D);if(!B||T.isArray(A)){B=T.data(C,D,T.makeArray(A))}else{if(A){B.push(A)}}}return B},dequeue:function(A,B){var D=T.queue(A,B),C=D.shift();if(!B||B==="fx"){C=D[0]}if(C!==AB){C.call(A)}}});T.fn.extend({data:function(D,B){var A=D.split(".");A[1]=A[1]?"."+A[1]:"";if(B===AB){var C=this.triggerHandler("getData"+A[1]+"!",[A[0]]);if(C===AB&&this.length){C=T.data(this[0],D)}return C===AB&&A[1]?this.data(A[0]):C}else{return this.trigger("setData"+A[1]+"!",[A[0],B]).each(function(){T.data(this,D,B)})}},removeData:function(A){return this.each(function(){T.removeData(this,A)})},queue:function(B,A){if(typeof B!=="string"){A=B;B="fx"}if(A===AB){return T.queue(this[0],B)}return this.each(function(){var C=T.queue(this,B,A);if(B=="fx"&&C.length==1){C[0].call(this)}})},dequeue:function(A){return this.each(function(){T.dequeue(this,A)})}});(function(){var B=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,d=0,i=Object.prototype.toString;var k=function(p,t,AK,AJ){AK=AK||[];t=t||document;if(t.nodeType!==1&&t.nodeType!==9){return[]}if(!p||typeof p!=="string"){return AK}var o=[],r,y,v,u,AI,s,q=true;B.lastIndex=0;while((r=B.exec(p))!==null){o.push(r[1]);if(r[2]){s=RegExp.rightContext;break}}if(o.length>1&&c.exec(p)){if(o.length===2&&h.relative[o[0]]){y=g(o[0]+o[1],t)}else{y=h.relative[o[0]]?[t]:k(o.shift(),t);while(o.length){p=o.shift();if(h.relative[p]){p+=o.shift()}y=g(p,y)}}}else{var z=AJ?{expr:o.pop(),set:l(AJ)}:k.find(o.pop(),o.length===1&&t.parentNode?t.parentNode:t,C(t));y=k.filter(z.expr,z.set);if(o.length>0){v=l(y)}else{q=false}while(o.length){var w=o.pop(),x=w;if(!h.relative[w]){w=""}else{x=o.pop()}if(x==null){x=t}h.relative[w](v,x,C(t))}}if(!v){v=y}if(!v){throw"Syntax error, unrecognized expression: "+(w||p)}if(i.call(v)==="[object Array]"){if(!q){AK.push.apply(AK,v)}else{if(t.nodeType===1){for(var m=0;v[m]!=null;m++){if(v[m]&&(v[m]===true||v[m].nodeType===1&&f(t,v[m]))){AK.push(y[m])}}}else{for(var m=0;v[m]!=null;m++){if(v[m]&&v[m].nodeType===1){AK.push(y[m])}}}}}else{l(v,AK)}if(s){k(s,t,AK,AJ);if(j){hasDuplicate=false;AK.sort(j);if(hasDuplicate){for(var m=1;m<AK.length;m++){if(AK[m]===AK[m-1]){AK.splice(m--,1)}}}}}return AK};k.matches=function(o,m){return k(o,null,null,m)};k.find=function(m,u,v){var o,q;if(!m){return[]}for(var r=0,s=h.order.length;r<s;r++){var p=h.order[r],q;if((q=h.match[p].exec(m))){var t=RegExp.leftContext;if(t.substr(t.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");o=h.find[p](q,u,v);if(o!=null){m=m.replace(h.match[p],"");break}}}}if(!o){o=u.getElementsByTagName("*")}return{set:o,expr:m}};k.filter=function(AI,AJ,x,r){var s=AI,v=[],m=AJ,p,u,o=AJ&&AJ[0]&&C(AJ[0]);while(AI&&AJ.length){for(var AK in h.filter){if((p=h.match[AK].exec(AI))!=null){var t=h.filter[AK],w,y;u=false;if(m==v){v=[]}if(h.preFilter[AK]){p=h.preFilter[AK](p,m,x,v,r,o);if(!p){u=w=true}else{if(p===true){continue}}}if(p){for(var q=0;(y=m[q])!=null;q++){if(y){w=t(y,p,q,m);var z=r^!!w;if(x&&w!=null){if(z){u=true}else{m[q]=false}}else{if(z){v.push(y);u=true}}}}}if(w!==AB){if(!x){m=v}AI=AI.replace(h.match[AK],"");if(!u){return[]}break}}}if(AI==s){if(u==null){throw"Syntax error, unrecognized expression: "+AI}else{break}}s=AI}return m};var h=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(m){return m.getAttribute("href")}},relative:{"+":function(m,u,o){var q=typeof u==="string",v=q&&!/\W/.test(u),p=q&&!v;if(v&&!o){u=u.toUpperCase()}for(var r=0,s=m.length,t;r<s;r++){if((t=m[r])){while((t=t.previousSibling)&&t.nodeType!==1){}m[r]=p||t&&t.nodeName===u?t||false:t===u}}if(p){k.filter(u,m,true)}},">":function(s,p,r){var u=typeof p==="string";if(u&&!/\W/.test(p)){p=r?p:p.toUpperCase();for(var o=0,q=s.length;o<q;o++){var t=s[o];if(t){var m=t.parentNode;s[o]=m.nodeName===p?m:false}}}else{for(var o=0,q=s.length;o<q;o++){var t=s[o];if(t){s[o]=u?t.parentNode:t.parentNode===p}}if(u){k.filter(p,s,true)}}},"":function(m,p,r){var o=d++,q=A;if(!p.match(/\W/)){var s=p=r?p:p.toUpperCase();q=D}q("parentNode",p,o,m,s,r)},"~":function(m,p,r){var o=d++,q=A;if(typeof p==="string"&&!p.match(/\W/)){var s=p=r?p:p.toUpperCase();q=D}q("previousSibling",p,o,m,s,r)}},find:{ID:function(p,o,m){if(typeof o.getElementById!=="undefined"&&!m){var q=o.getElementById(p[1]);return q?[q]:[]}},NAME:function(o,s,r){if(typeof s.getElementsByName!=="undefined"){var p=[],t=s.getElementsByName(o[1]);for(var m=0,q=t.length;m<q;m++){if(t[m].getAttribute("name")===o[1]){p.push(t[m])}}return p.length===0?null:p}},TAG:function(o,m){return m.getElementsByTagName(o[1])}},preFilter:{CLASS:function(m,p,o,q,s,r){m=" "+m[1].replace(/\\/g,"")+" ";if(r){return m}for(var u=0,t;(t=p[u])!=null;u++){if(t){if(s^(t.className&&(" "+t.className+" ").indexOf(m)>=0)){if(!o){q.push(t)}}else{if(o){p[u]=false}}}}return false},ID:function(m){return m[1].replace(/\\/g,"")},TAG:function(o,p){for(var m=0;p[m]===false;m++){}return p[m]&&C(p[m])?o[1]:o[1].toUpperCase()},CHILD:function(o){if(o[1]=="nth"){var m=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(o[2]=="even"&&"2n"||o[2]=="odd"&&"2n+1"||!/\D/.test(o[2])&&"0n+"+o[2]||o[2]);o[2]=(m[1]+(m[2]||1))-0;o[3]=m[3]-0}o[0]=d++;return o},ATTR:function(t,p,o,q,s,r){var m=t[1].replace(/\\/g,"");if(!r&&h.attrMap[m]){t[1]=h.attrMap[m]}if(t[2]==="~="){t[4]=" "+t[4]+" "}return t},PSEUDO:function(s,p,o,q,r){if(s[1]==="not"){if(s[3].match(B).length>1||/^\w/.test(s[3])){s[3]=k(s[3],null,null,p)}else{var m=k.filter(s[3],p,o,true^r);if(!o){q.push.apply(q,m)}return false}}else{if(h.match.POS.test(s[0])||h.match.CHILD.test(s[0])){return true}}return s},POS:function(m){m.unshift(true);return m}},filters:{enabled:function(m){return m.disabled===false&&m.type!=="hidden"},disabled:function(m){return m.disabled===true},checked:function(m){return m.checked===true},selected:function(m){m.parentNode.selectedIndex;return m.selected===true},parent:function(m){return !!m.firstChild},empty:function(m){return !m.firstChild},has:function(m,o,p){return !!k(p[3],m).length},header:function(m){return/h\d/i.test(m.nodeName)},text:function(m){return"text"===m.type},radio:function(m){return"radio"===m.type},checkbox:function(m){return"checkbox"===m.type},file:function(m){return"file"===m.type},password:function(m){return"password"===m.type},submit:function(m){return"submit"===m.type},image:function(m){return"image"===m.type},reset:function(m){return"reset"===m.type},button:function(m){return"button"===m.type||m.nodeName.toUpperCase()==="BUTTON"},input:function(m){return/input|select|textarea|button/i.test(m.nodeName)}},setFilters:{first:function(m,o){return o===0},last:function(o,p,q,m){return p===m.length-1},even:function(m,o){return o%2===0},odd:function(m,o){return o%2===1},lt:function(m,o,p){return o<p[3]-0},gt:function(m,o,p){return o>p[3]-0},nth:function(m,o,p){return p[3]-0==o},eq:function(m,o,p){return p[3]-0==o}},filter:{PSEUDO:function(s,o,m,r){var p=o[1],u=h.filters[p];if(u){return u(s,m,o,r)}else{if(p==="contains"){return(s.textContent||s.innerText||"").indexOf(o[3])>=0}else{if(p==="not"){var t=o[3];for(var m=0,q=t.length;m<q;m++){if(t[m]===s){return false}}return true}}}},CHILD:function(u,r){var o=r[1],t=u;switch(o){case"only":case"first":while(t=t.previousSibling){if(t.nodeType===1){return false}}if(o=="first"){return true}t=u;case"last":while(t=t.nextSibling){if(t.nodeType===1){return false}}return true;case"nth":var s=r[2],v=r[3];if(s==1&&v==0){return true}var p=r[0],w=u.parentNode;if(w&&(w.sizcache!==p||!u.nodeIndex)){var q=0;for(t=w.firstChild;t;t=t.nextSibling){if(t.nodeType===1){t.nodeIndex=++q}}w.sizcache=p}var m=u.nodeIndex-v;if(s==0){return m==0}else{return(m%s==0&&m/s>=0)}}},ID:function(m,o){return m.nodeType===1&&m.getAttribute("id")===o},TAG:function(m,o){return(o==="*"&&m.nodeType===1)||m.nodeName===o},CLASS:function(m,o){return(" "+(m.className||m.getAttribute("class"))+" ").indexOf(o)>-1},ATTR:function(s,m){var o=m[1],q=h.attrHandle[o]?h.attrHandle[o](s):s[o]!=null?s[o]:s.getAttribute(o),r=q+"",t=m[2],p=m[4];return q==null?t==="!=":t==="="?r===p:t==="*="?r.indexOf(p)>=0:t==="~="?(" "+r+" ").indexOf(p)>=0:!p?r&&q!==false:t==="!="?r!=p:t==="^="?r.indexOf(p)===0:t==="$="?r.substr(r.length-p.length)===p:t==="|="?r===p||r.substr(0,p.length+1)===p+"-":false},POS:function(s,p,o,r){var q=p[2],m=h.setFilters[q];if(m){return m(s,o,p,r)}}}};var c=h.match.POS;for(var a in h.match){h.match[a]=RegExp(h.match[a].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var l=function(m,o){m=Array.prototype.slice.call(m);if(o){o.push.apply(o,m);return o}return m};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(b){l=function(r,m){var p=m||[];if(i.call(r)==="[object Array]"){Array.prototype.push.apply(p,r)}else{if(typeof r.length==="number"){for(var o=0,q=r.length;o<q;o++){p.push(r[o])}}else{for(var o=0;r[o];o++){p.push(r[o])}}}return p}}var j;if(document.documentElement.compareDocumentPosition){j=function(o,p){var m=o.compareDocumentPosition(p)&4?-1:o===p?0:1;if(m===0){hasDuplicate=true}return m}}else{if("sourceIndex" in document.documentElement){j=function(o,p){var m=o.sourceIndex-p.sourceIndex;if(m===0){hasDuplicate=true}return m}}else{if(document.createRange){j=function(m,p){var o=m.ownerDocument.createRange(),q=p.ownerDocument.createRange();o.selectNode(m);o.collapse(true);q.selectNode(p);q.collapse(true);var r=o.compareBoundaryPoints(Range.START_TO_END,q);if(r===0){hasDuplicate=true}return r}}}}(function(){var o=document.createElement("form"),m="script"+(new Date).getTime();o.innerHTML="<input name='"+m+"'/>";var p=document.documentElement;p.insertBefore(o,p.firstChild);if(!!document.getElementById(m)){h.find.ID=function(t,s,r){if(typeof s.getElementById!=="undefined"&&!r){var q=s.getElementById(t[1]);return q?q.id===t[1]||typeof q.getAttributeNode!=="undefined"&&q.getAttributeNode("id").nodeValue===t[1]?[q]:AB:[]}};h.filter.ID=function(r,q){var s=typeof r.getAttributeNode!=="undefined"&&r.getAttributeNode("id");return r.nodeType===1&&s&&s.nodeValue===q}}p.removeChild(o)})();(function(){var m=document.createElement("div");m.appendChild(document.createComment(""));if(m.getElementsByTagName("*").length>0){h.find.TAG=function(q,r){var s=r.getElementsByTagName(q[1]);if(q[1]==="*"){var o=[];for(var p=0;s[p];p++){if(s[p].nodeType===1){o.push(s[p])}}s=o}return s}}m.innerHTML="<a href='#'></a>";if(m.firstChild&&typeof m.firstChild.getAttribute!=="undefined"&&m.firstChild.getAttribute("href")!=="#"){h.attrHandle.href=function(o){return o.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var o=k,m=document.createElement("div");m.innerHTML="<p class='TEST'></p>";if(m.querySelectorAll&&m.querySelectorAll(".TEST").length===0){return }k=function(s,t,q,p){t=t||document;if(!p&&t.nodeType===9&&!C(t)){try{return l(t.querySelectorAll(s),q)}catch(r){}}return o(s,t,q,p)};k.find=o.find;k.filter=o.filter;k.selectors=o.selectors;k.matches=o.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var m=document.createElement("div");m.innerHTML="<div class='test e'></div><div class='test'></div>";if(m.getElementsByClassName("e").length===0){return }m.lastChild.className="e";if(m.getElementsByClassName("e").length===1){return }h.order.splice(1,0,"CLASS");h.find.CLASS=function(q,p,o){if(typeof p.getElementsByClassName!=="undefined"&&!o){return p.getElementsByClassName(q[1])}}})()}function D(t,o,p,v,m,w){var x=t=="previousSibling"&&!w;for(var r=0,s=v.length;r<s;r++){var u=v[r];if(u){if(x&&u.nodeType===1){u.sizcache=p;u.sizset=r}u=u[t];var q=false;while(u){if(u.sizcache===p){q=v[u.sizset];break}if(u.nodeType===1&&!w){u.sizcache=p;u.sizset=r}if(u.nodeName===o){q=u;break}u=u[t]}v[r]=q}}}function A(t,o,p,v,m,w){var x=t=="previousSibling"&&!w;for(var r=0,s=v.length;r<s;r++){var u=v[r];if(u){if(x&&u.nodeType===1){u.sizcache=p;u.sizset=r}u=u[t];var q=false;while(u){if(u.sizcache===p){q=v[u.sizset];break}if(u.nodeType===1){if(!w){u.sizcache=p;u.sizset=r}if(typeof o!=="string"){if(u===o){q=true;break}}else{if(k.filter(o,[u]).length>0){q=u;break}}}u=u[t]}v[r]=q}}}var f=document.compareDocumentPosition?function(m,o){return m.compareDocumentPosition(o)&16}:function(m,o){return m!==o&&(m.contains?m.contains(o):true)};var C=function(m){return m.nodeType===9&&m.documentElement.nodeName!=="HTML"||!!m.ownerDocument&&C(m.ownerDocument)};var g=function(q,s){var m=[],u="",t,o=s.nodeType?[s]:s;while((t=h.match.PSEUDO.exec(q))){u+=t[0];q=q.replace(h.match.PSEUDO,"")}q=h.relative[q]?q+"*":q;for(var r=0,p=o.length;r<p;r++){k(q,o[r],m)}return k.filter(u,m)};T.find=k;T.filter=k.filter;T.expr=k.selectors;T.expr[":"]=T.expr.filters;k.selectors.filters.hidden=function(m){return m.offsetWidth===0||m.offsetHeight===0};k.selectors.filters.visible=function(m){return m.offsetWidth>0||m.offsetHeight>0};k.selectors.filters.animated=function(m){return T.grep(T.timers,function(o){return m===o.elem}).length};T.multiFilter=function(m,p,o){if(o){m=":not("+m+")"}return k.matches(m,p)};T.dir=function(o,p){var q=[],m=o[p];while(m&&m!=document){if(m.nodeType==1){q.push(m)}m=m[p]}return q};T.nth=function(r,q,o,m){q=q||1;var p=0;for(;r;r=r[o]){if(r.nodeType==1&&++p==q){break}}return r};T.sibling=function(m,o){var p=[];for(;m;m=m.nextSibling){if(m.nodeType==1&&m!=o){p.push(m)}}return p};return ;W.Sizzle=k})();T.event={add:function(C,b,D,A){if(C.nodeType==3||C.nodeType==8){return }if(C.setInterval&&C!=W){C=W}if(!D.guid){D.guid=this.guid++}if(A!==AB){var a=D;D=this.proxy(a);D.data=A}var c=T.data(C,"events")||T.data(C,"events",{}),B=T.data(C,"handle")||T.data(C,"handle",function(){return typeof T!=="undefined"&&!T.event.triggered?T.event.handle.apply(arguments.callee.elem,arguments):AB});B.elem=C;T.each(b.split(/\s+/),function(h,g){var f=g.split(".");g=f.shift();D.type=f.slice().sort().join(".");var d=c[g];if(T.event.specialAll[g]){T.event.specialAll[g].setup.call(C,A,f)}if(!d){d=c[g]={};if(!T.event.special[g]||T.event.special[g].setup.call(C,A,f)===false){if(C.addEventListener){C.addEventListener(g,B,false)}else{if(C.attachEvent){C.attachEvent("on"+g,B)}}}}d[D.guid]=D;T.event.global[g]=true});C=null},guid:1,global:{},remove:function(B,a,C){if(B.nodeType==3||B.nodeType==8){return }var b=T.data(B,"events"),c,d;if(b){if(a===AB||(typeof a==="string"&&a.charAt(0)==".")){for(var D in b){this.remove(B,D+(a||""))}}else{if(a.type){C=a.handler;a=a.type}T.each(a.split(/\s+/),function(j,h){var f=h.split(".");h=f.shift();var i=RegExp("(^|\\.)"+f.slice().sort().join(".*\\.")+"(\\.|$)");if(b[h]){if(C){delete b[h][C.guid]}else{for(var g in b[h]){if(i.test(b[h][g].type)){delete b[h][g]}}}if(T.event.specialAll[h]){T.event.specialAll[h].teardown.call(B,f)}for(c in b[h]){break}if(!c){if(!T.event.special[h]||T.event.special[h].teardown.call(B,f)===false){if(B.removeEventListener){B.removeEventListener(h,T.data(B,"handle"),false)}else{if(B.detachEvent){B.detachEvent("on"+h,T.data(B,"handle"))}}}c=null;delete b[h]}}})}for(c in b){break}if(!c){var A=T.data(B,"handle");if(A){A.elem=null}T.removeData(B,"events");T.removeData(B,"handle")}}},trigger:function(D,B,a,d){var b=D.type||D;if(!d){D=typeof D==="object"?D[AA]?D:T.extend(T.Event(b),D):T.Event(b);if(b.indexOf("!")>=0){D.type=b=b.slice(0,-1);D.exclusive=true}if(!a){D.stopPropagation();if(this.global[b]){T.each(T.cache,function(){if(this.events&&this.events[b]){T.event.trigger(D,B,this.handle.elem)}})}}if(!a||a.nodeType==3||a.nodeType==8){return AB}D.result=AB;D.target=a;B=T.makeArray(B);B.unshift(D)}D.currentTarget=a;var C=T.data(a,"handle");if(C){C.apply(a,B)}if((!a[b]||(T.nodeName(a,"a")&&b=="click"))&&a["on"+b]&&a["on"+b].apply(a,B)===false){D.result=false}if(!d&&a[b]&&!D.isDefaultPrevented()&&!(T.nodeName(a,"a")&&b=="click")){this.triggered=true;try{a[b]()}catch(A){}}this.triggered=false;if(!D.isPropagationStopped()){var c=a.parentNode||a.ownerDocument;if(c){T.event.trigger(D,B,c,true)}}},handle:function(B){var C,d;B=arguments[0]=T.event.fix(B||W.event);B.currentTarget=this;var A=B.type.split(".");B.type=A.shift();C=!A.length&&!B.exclusive;var D=RegExp("(^|\\.)"+A.slice().sort().join(".*\\.")+"(\\.|$)");d=(T.data(this,"events")||{})[B.type];for(var b in d){var a=d[b];if(C||D.test(a.type)){B.handler=a;B.data=a.data;var c=a.apply(this,arguments);if(c!==AB){B.result=c;if(c===false){B.preventDefault();B.stopPropagation()}}if(B.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(C){if(C[AA]){return C}var a=C;C=T.Event(a);for(var D=this.props.length,A;D;){A=this.props[--D];C[A]=a[A]}if(!C.target){C.target=C.srcElement||document}if(C.target.nodeType==3){C.target=C.target.parentNode}if(!C.relatedTarget&&C.fromElement){C.relatedTarget=C.fromElement==C.target?C.toElement:C.fromElement}if(C.pageX==null&&C.clientX!=null){var B=document.documentElement,b=document.body;C.pageX=C.clientX+(B&&B.scrollLeft||b&&b.scrollLeft||0)-(B.clientLeft||0);C.pageY=C.clientY+(B&&B.scrollTop||b&&b.scrollTop||0)-(B.clientTop||0)}if(!C.which&&((C.charCode||C.charCode===0)?C.charCode:C.keyCode)){C.which=C.charCode||C.keyCode}if(!C.metaKey&&C.ctrlKey){C.metaKey=C.ctrlKey}if(!C.which&&C.button){C.which=(C.button&1?1:(C.button&2?3:(C.button&4?2:0)))}return C},proxy:function(A,B){B=B||function(){return A.apply(this,arguments)};B.guid=A.guid=A.guid||B.guid||this.guid++;return B},special:{ready:{setup:P,teardown:function(){}}},specialAll:{live:{setup:function(B,A){T.event.add(this,A[0],AF)},teardown:function(A){if(A.length){var C=0,B=RegExp("(^|\\.)"+A[0]+"(\\.|$)");T.each((T.data(this,"events").live||{}),function(){if(B.test(this.type)){C++}});if(C<1){T.event.remove(this,A[0],AF)}}}}}};T.Event=function(A){if(!this.preventDefault){return new T.Event(A)}if(A&&A.type){this.originalEvent=A;this.type=A.type}else{this.type=A}this.timeStamp=AD();this[AA]=true};function X(){return false}function J(){return true}T.Event.prototype={preventDefault:function(){this.isDefaultPrevented=J;var A=this.originalEvent;if(!A){return }if(A.preventDefault){A.preventDefault()}A.returnValue=false},stopPropagation:function(){this.isPropagationStopped=J;var A=this.originalEvent;if(!A){return }if(A.stopPropagation){A.stopPropagation()}A.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=J;this.stopPropagation()},isDefaultPrevented:X,isPropagationStopped:X,isImmediatePropagationStopped:X};var AH=function(B){var C=B.relatedTarget;while(C&&C!=this){try{C=C.parentNode}catch(A){C=this}}if(C!=this){B.type=B.data;T.event.handle.apply(this,arguments)}};T.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(A,B){T.event.special[B]={setup:function(){T.event.add(this,A,AH,B)},teardown:function(){T.event.remove(this,A,AH)}}});T.fn.extend({bind:function(B,A,C){return B=="unload"?this.one(B,A,C):this.each(function(){T.event.add(this,B,C||A,C&&A)})},one:function(B,A,C){var D=T.event.proxy(C||A,function(a){T(this).unbind(a,D);return(C||A).apply(this,arguments)});return this.each(function(){T.event.add(this,B,D,C&&A)})},unbind:function(A,B){return this.each(function(){T.event.remove(this,A,B)})},trigger:function(B,A){return this.each(function(){T.event.trigger(B,A,this)})},triggerHandler:function(C,A){if(this[0]){var B=T.Event(C);B.preventDefault();B.stopPropagation();T.event.trigger(B,A,this[0]);return B.result}},toggle:function(A){var C=arguments,B=1;while(B<C.length){T.event.proxy(A,C[B++])}return this.click(T.event.proxy(A,function(D){this.lastToggle=(this.lastToggle||0)%B;D.preventDefault();return C[this.lastToggle++].apply(this,arguments)||false}))},hover:function(B,A){return this.mouseenter(B).mouseleave(A)},ready:function(A){P();if(T.isReady){A.call(document,T)}else{T.readyList.push(A)}return this},live:function(A,B){var C=T.event.proxy(B);C.guid+=this.selector+A;T(document).bind(Z(A,this.selector),this.selector,C);return this},die:function(A,B){T(document).unbind(Z(A,this.selector),B?{guid:B.guid+this.selector+A}:null);return this}});function AF(A){var D=RegExp("(^|\\.)"+A.type+"(\\.|$)"),B=true,C=[];T.each(T.data(this,"events").live||[],function(c,b){if(D.test(b.type)){var a=T(A.target).closest(b.data)[0];if(a){C.push({elem:a,fn:b})}}});C.sort(function(a,b){return T.data(a.elem,"closest")-T.data(b.elem,"closest")});T.each(C,function(){if(this.fn.call(this.elem,A,this.fn.data)===false){return(B=false)}});return B}function Z(A,B){return["live",A,B.replace(/\./g,"`").replace(/ /g,"|")].join(".")}T.extend({isReady:false,readyList:[],ready:function(){if(!T.isReady){T.isReady=true;if(T.readyList){T.each(T.readyList,function(){this.call(document,T)});T.readyList=null}T(document).triggerHandler("ready")}}});var G=false;function P(){if(G){return }G=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);T.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);T.ready()}});if(document.documentElement.doScroll&&W==W.top){(function(){if(T.isReady){return }try{document.documentElement.doScroll("left")}catch(A){setTimeout(arguments.callee,0);return }T.ready()})()}}}T.event.add(W,"load",T.ready)}T.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(A,B){T.fn[B]=function(C){return C?this.bind(B,C):this.trigger(B)}});T(W).bind("unload",function(){for(var A in T.cache){if(A!=1&&T.cache[A].handle){T.event.remove(T.cache[A].handle.elem)}}});(function(){T.support={};var b=document.documentElement,a=document.createElement("script"),A=document.createElement("div"),B="script"+(new Date).getTime();A.style.display="none";A.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var D=A.getElementsByTagName("*"),c=A.getElementsByTagName("a")[0];if(!D||!D.length||!c){return }T.support={leadingWhitespace:A.firstChild.nodeType==3,tbody:!A.getElementsByTagName("tbody").length,objectAll:!!A.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!A.getElementsByTagName("link").length,style:/red/.test(c.getAttribute("style")),hrefNormalized:c.getAttribute("href")==="/a",opacity:c.style.opacity==="0.5",cssFloat:!!c.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};a.type="text/javascript";try{a.appendChild(document.createTextNode("window."+B+"=1;"))}catch(C){}b.insertBefore(a,b.firstChild);if(W[B]){T.support.scriptEval=true;delete W[B]}b.removeChild(a);if(A.attachEvent&&A.fireEvent){A.attachEvent("onclick",function(){T.support.noCloneEvent=false;A.detachEvent("onclick",arguments.callee)});A.cloneNode(true).fireEvent("onclick")}T(function(){var d=document.createElement("div");d.style.width=d.style.paddingLeft="1px";document.body.appendChild(d);T.boxModel=T.support.boxModel=d.offsetWidth===2;document.body.removeChild(d).style.display="none"})})();var H=T.support.cssFloat?"cssFloat":"styleFloat";T.props={"for":"htmlFor","class":"className","float":H,cssFloat:H,styleFloat:H,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};T.fn.extend({_load:T.fn.load,load:function(a,B,A){if(typeof a!=="string"){return this._load(a)}var C=a.indexOf(" ");if(C>=0){var c=a.slice(C,a.length);a=a.slice(0,C)}var D="GET";if(B){if(T.isFunction(B)){A=B;B=null}else{if(typeof B==="object"){B=T.param(B);D="POST"}}}var b=this;T.ajax({url:a,type:D,dataType:"html",data:B,complete:function(f,d){if(d=="success"||d=="notmodified"){b.html(c?T("<div/>").append(f.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(c):f.responseText)}if(A){b.each(A,[f.responseText,d,f])}}});return this},serialize:function(){return T.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?T.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(C,B){var A=T(this).val();return A==null?null:T.isArray(A)?T.map(A,function(D,a){return{name:B.name,value:D}}):{name:B.name,value:A}}).get()}});T.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(B,A){T.fn[A]=function(C){return this.bind(A,C)}});var N=AD();T.extend({get:function(D,B,A,C){if(T.isFunction(B)){A=B;B=null}return T.ajax({type:"GET",url:D,data:B,success:A,dataType:C})},getScript:function(B,A){return T.get(B,null,A,"script")},getJSON:function(C,B,A){return T.get(C,B,A,"json")},post:function(D,B,A,C){if(T.isFunction(B)){A=B;B={}}return T.ajax({type:"POST",url:D,data:B,success:A,dataType:C})},ajaxSetup:function(A){T.extend(T.ajaxSettings,A)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return W.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(h){h=T.extend(true,h,T.extend(true,{},T.ajaxSettings,h));var A,p=/=\?(&|$)/g,b,B,o=h.type.toUpperCase();if(h.data&&h.processData&&typeof h.data!=="string"){h.data=T.param(h.data)}if(h.dataType=="jsonp"){if(o=="GET"){if(!h.url.match(p)){h.url+=(h.url.match(/\?/)?"&":"?")+(h.jsonp||"callback")+"=?"}}else{if(!h.data||!h.data.match(p)){h.data=(h.data?h.data+"&":"")+(h.jsonp||"callback")+"=?"}}h.dataType="json"}if(h.dataType=="json"&&(h.data&&h.data.match(p)||h.url.match(p))){A="jsonp"+N++;if(h.data){h.data=(h.data+"").replace(p,"="+A+"$1")}h.url=h.url.replace(p,"="+A+"$1");h.dataType="script";W[A]=function(s){B=s;l();i();W[A]=AB;try{delete W[A]}catch(r){}if(m){m.removeChild(D)}}}if(h.dataType=="script"&&h.cache==null){h.cache=false}if(h.cache===false&&o=="GET"){var q=AD();var C=h.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+q+"$2");h.url=C+((C==h.url)?(h.url.match(/\?/)?"&":"?")+"_="+q:"")}if(h.data&&o=="GET"){h.url+=(h.url.match(/\?/)?"&":"?")+h.data;h.data=null}if(h.global&&!T.active++){T.event.trigger("ajaxStart")}var c=/^(\w+:)?\/\/([^\/?#]+)/.exec(h.url);if(h.dataType=="script"&&o=="GET"&&c&&(c[1]&&c[1]!=location.protocol||c[2]!=location.host)){var m=document.getElementsByTagName("head")[0];var D=document.createElement("script");D.src=h.url;if(h.scriptCharset){D.charset=h.scriptCharset}if(!A){var f=false;D.onload=D.onreadystatechange=function(){if(!f&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){f=true;l();i();D.onload=D.onreadystatechange=null;m.removeChild(D)}}}m.appendChild(D);return AB}var j=false;var k=h.xhr();if(h.username){k.open(o,h.url,h.async,h.username,h.password)}else{k.open(o,h.url,h.async)}try{if(h.data){k.setRequestHeader("Content-Type",h.contentType)}if(h.ifModified){k.setRequestHeader("If-Modified-Since",T.lastModified[h.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}k.setRequestHeader("X-Requested-With","XMLHttpRequest");k.setRequestHeader("Accept",h.dataType&&h.accepts[h.dataType]?h.accepts[h.dataType]+", */*":h.accepts._default)}catch(a){}if(h.beforeSend&&h.beforeSend(k,h)===false){if(h.global&&!--T.active){T.event.trigger("ajaxStop")}k.abort();return false}if(h.global){T.event.trigger("ajaxSend",[k,h])}var g=function(t){if(k.readyState==0){if(d){clearInterval(d);d=null;if(h.global&&!--T.active){T.event.trigger("ajaxStop")}}}else{if(!j&&k&&(k.readyState==4||t=="timeout")){j=true;if(d){clearInterval(d);d=null}b=t=="timeout"?"timeout":!T.httpSuccess(k)?"error":h.ifModified&&T.httpNotModified(k,h.url)?"notmodified":"success";if(b=="success"){try{B=T.httpData(k,h.dataType,h)}catch(r){b="parsererror"}}if(b=="success"){var s;try{s=k.getResponseHeader("Last-Modified")}catch(r){}if(h.ifModified&&s){T.lastModified[h.url]=s}if(!A){l()}}else{T.handleError(h,k,b)}i();if(t){k.abort()}if(h.async){k=null}}}};if(h.async){var d=setInterval(g,13);if(h.timeout>0){setTimeout(function(){if(k&&!j){g("timeout")}},h.timeout)}}try{k.send(h.data)}catch(a){T.handleError(h,k,null,a)}if(!h.async){g()}function l(){if(h.success){h.success(B,b)}if(h.global){T.event.trigger("ajaxSuccess",[k,h])}}function i(){if(h.complete){h.complete(k,b)}if(h.global){T.event.trigger("ajaxComplete",[k,h])}if(h.global&&!--T.active){T.event.trigger("ajaxStop")}}return k},handleError:function(C,A,D,B){if(C.error){C.error(A,D,B)}if(C.global){T.event.trigger("ajaxError",[A,C,B])}},active:0,httpSuccess:function(A){try{return !A.status&&location.protocol=="file:"||(A.status>=200&&A.status<300)||A.status==304||A.status==1223}catch(B){}return false},httpNotModified:function(B,D){try{var A=B.getResponseHeader("Last-Modified");return B.status==304||A==T.lastModified[D]}catch(C){}return false},httpData:function(A,C,D){var a=A.getResponseHeader("content-type"),b=C=="xml"||!C&&a&&a.indexOf("xml")>=0,B=b?A.responseXML:A.responseText;if(b&&B.documentElement.tagName=="parsererror"){throw"parsererror"}if(D&&D.dataFilter){B=D.dataFilter(B,C)}if(typeof B==="string"){if(C=="script"){T.globalEval(B)}if(C=="json"){B=W["eval"]("("+B+")")}}return B},param:function(D){var B=[];function A(b,a){B[B.length]=encodeURIComponent(b)+"="+encodeURIComponent(a)}if(T.isArray(D)||D.jquery){T.each(D,function(){A(this.name,this.value)})}else{for(var C in D){if(T.isArray(D[C])){T.each(D[C],function(){A(C,this)})}else{A(C,T.isFunction(D[C])?D[C]():D[C])}}}return B.join("&").replace(/%20/g,"+")}});var V={},U,AE=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function K(B,C){var A={};T.each(AE.concat.apply([],AE.slice(0,C)),function(){A[this]=B});return A}T.fn.extend({show:function(C,A){if(C){return this.animate(K("show",3),C,A)}else{for(var a=0,c=this.length;a<c;a++){var d=T.data(this[a],"olddisplay");this[a].style.display=d||"";if(T.css(this[a],"display")==="none"){var b=this[a].tagName,B;if(V[b]){B=V[b]}else{var D=T("<"+b+" />").appendTo("body");B=D.css("display");if(B==="none"){B="block"}D.remove();V[b]=B}T.data(this[a],"olddisplay",B)}}for(var a=0,c=this.length;a<c;a++){this[a].style.display=T.data(this[a],"olddisplay")||""}return this}},hide:function(B,A){if(B){return this.animate(K("hide",3),B,A)}else{for(var C=0,D=this.length;C<D;C++){var a=T.data(this[C],"olddisplay");if(!a&&a!=="none"){T.data(this[C],"olddisplay",T.css(this[C],"display"))}}for(var C=0,D=this.length;C<D;C++){this[C].style.display="none"}return this}},_toggle:T.fn.toggle,toggle:function(A,B){var C=typeof A==="boolean";return T.isFunction(A)&&T.isFunction(B)?this._toggle.apply(this,arguments):A==null||C?this.each(function(){var D=C?A:T(this).is(":hidden");T(this)[D?"show":"hide"]()}):this.animate(K("toggle",3),A,B)},fadeTo:function(C,A,B){return this.animate({opacity:A},C,B)},animate:function(A,D,B,C){var a=T.speed(D,B,C);return this[a.queue===false?"each":"queue"](function(){var c=T.extend({},a),f,b=this.nodeType==1&&T(this).is(":hidden"),d=this;for(f in A){if(A[f]=="hide"&&b||A[f]=="show"&&!b){return c.complete.call(this)}if((f=="height"||f=="width")&&this.style){c.display=T.css(this,"display");c.overflow=this.style.overflow}}if(c.overflow!=null){this.style.overflow="hidden"}c.curAnim=T.extend({},A);T.each(A,function(l,h){var i=new T.fx(d,c,l);if(/toggle|show|hide/.test(h)){i[h=="toggle"?b?"show":"hide":h](A)}else{var j=h.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),g=i.cur(true)||0;if(j){var m=parseFloat(j[2]),k=j[3]||"px";if(k!="px"){d.style[l]=(m||1)+k;g=((m||1)/i.cur(true))*g;d.style[l]=g+k}if(j[1]){m=((j[1]=="-="?-1:1)*m)+g}i.custom(g,m,k)}else{i.custom(g,h,"")}}});return true})},stop:function(B,C){var A=T.timers;if(B){this.queue([])}this.each(function(){for(var D=A.length-1;D>=0;D--){if(A[D].elem==this){if(C){A[D](true)}A.splice(D,1)}}});if(!C){this.dequeue()}return this}});T.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(B,A){T.fn[B]=function(D,C){return this.animate(A,D,C)}});T.extend({speed:function(B,A,C){var D=typeof B==="object"?B:{complete:C||!C&&A||T.isFunction(B)&&B,duration:B,easing:C&&A||A&&!T.isFunction(A)&&A};D.duration=T.fx.off?0:typeof D.duration==="number"?D.duration:T.fx.speeds[D.duration]||T.fx.speeds._default;D.old=D.complete;D.complete=function(){if(D.queue!==false){T(this).dequeue()}if(T.isFunction(D.old)){D.old.call(this)}};return D},easing:{linear:function(B,A,D,C){return D+C*B},swing:function(B,A,D,C){return((-Math.cos(B*Math.PI)/2)+0.5)*C+D}},timers:[],fx:function(B,C,A){this.options=C;this.elem=B;this.prop=A;if(!C.orig){C.orig={}}}});T.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(T.fx.step[this.prop]||T.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(A){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var B=parseFloat(T.css(this.elem,this.prop,A));return B&&B>-10000?B:parseFloat(T.curCSS(this.elem,this.prop))||0},custom:function(A,B,C){this.startTime=AD();this.start=A;this.end=B;this.unit=C||this.unit||"px";this.now=this.start;this.pos=this.state=0;var a=this;function D(b){return a.step(b)}D.elem=this.elem;if(D()&&T.timers.push(D)&&!U){U=setInterval(function(){var b=T.timers;for(var c=0;c<b.length;c++){if(!b[c]()){b.splice(c--,1)}}if(!b.length){clearInterval(U);U=AB}},13)}},show:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());T(this.elem).show()},hide:function(){this.options.orig[this.prop]=T.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(C){var D=AD();if(C||D>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var b=true;for(var a in this.options.curAnim){if(this.options.curAnim[a]!==true){b=false}}if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(T.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){T(this.elem).hide()}if(this.options.hide||this.options.show){for(var B in this.options.curAnim){T.attr(this.elem.style,B,this.options.orig[B])}}this.options.complete.call(this.elem)}return false}else{var A=D-this.startTime;this.state=A/this.options.duration;this.pos=T.easing[this.options.easing||(T.easing.swing?"swing":"linear")](this.state,A,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};T.extend(T.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(A){T.attr(A.elem.style,"opacity",A.now)},_default:function(A){if(A.elem.style&&A.elem.style[A.prop]!=null){A.elem.style[A.prop]=A.now+A.unit}else{A.elem[A.prop]=A.now}}}});if(document.documentElement.getBoundingClientRect){T.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])}var b=this[0].getBoundingClientRect(),C=this[0].ownerDocument,c=C.body,d=C.documentElement,A=d.clientTop||c.clientTop||0,B=d.clientLeft||c.clientLeft||0,D=b.top+(self.pageYOffset||T.boxModel&&d.scrollTop||c.scrollTop)-A,a=b.left+(self.pageXOffset||T.boxModel&&d.scrollLeft||c.scrollLeft)-B;return{top:D,left:a}}}else{T.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return T.offset.bodyOffset(this[0])}T.offset.initialized||T.offset.initialize();var b=this[0],f=b.offsetParent,g=b,A=b.ownerDocument,C,d=A.documentElement,a=A.body,D=A.defaultView,h=D.getComputedStyle(b,null),B=b.offsetTop,c=b.offsetLeft;while((b=b.parentNode)&&b!==a&&b!==d){C=D.getComputedStyle(b,null);B-=b.scrollTop,c-=b.scrollLeft;if(b===f){B+=b.offsetTop,c+=b.offsetLeft;if(T.offset.doesNotAddBorder&&!(T.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.tagName))){B+=parseInt(C.borderTopWidth,10)||0,c+=parseInt(C.borderLeftWidth,10)||0}g=f,f=b.offsetParent}if(T.offset.subtractsBorderForOverflowNotVisible&&C.overflow!=="visible"){B+=parseInt(C.borderTopWidth,10)||0,c+=parseInt(C.borderLeftWidth,10)||0}h=C}if(h.position==="relative"||h.position==="static"){B+=a.offsetTop,c+=a.offsetLeft}if(h.position==="fixed"){B+=Math.max(d.scrollTop,a.scrollTop),c+=Math.max(d.scrollLeft,a.scrollLeft)}return{top:B,left:c}}}T.offset={initialize:function(){if(this.initialized){return }var C=document.body,f=document.createElement("div"),c,d,A,b,B,g,a=C.style.marginTop,D='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';B={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(g in B){f.style[g]=B[g]}f.innerHTML=D;C.insertBefore(f,C.firstChild);c=f.firstChild,d=c.firstChild,b=c.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(d.offsetTop!==5);this.doesAddBorderForTableAndCells=(b.offsetTop===5);c.style.overflow="hidden",c.style.position="relative";this.subtractsBorderForOverflowNotVisible=(d.offsetTop===-5);C.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(C.offsetTop===0);C.style.marginTop=a;C.removeChild(f);this.initialized=true},bodyOffset:function(C){T.offset.initialized||T.offset.initialize();var A=C.offsetTop,B=C.offsetLeft;if(T.offset.doesNotIncludeMarginInBodyOffset){A+=parseInt(T.curCSS(C,"marginTop",true),10)||0,B+=parseInt(T.curCSS(C,"marginLeft",true),10)||0}return{top:A,left:B}}};T.fn.extend({position:function(){var B=0,C=0,a;if(this[0]){var D=this.offsetParent(),A=this.offset(),b=/^body|html$/i.test(D[0].tagName)?{top:0,left:0}:D.offset();A.top-=Y(this,"marginTop");A.left-=Y(this,"marginLeft");b.top+=Y(D,"borderTopWidth");b.left+=Y(D,"borderLeftWidth");a={top:A.top-b.top,left:A.left-b.left}}return a},offsetParent:function(){var A=this[0].offsetParent||document.body;while(A&&(!/^body|html$/i.test(A.tagName)&&T.css(A,"position")=="static")){A=A.offsetParent}return T(A)}});T.each(["Left","Top"],function(B,C){var A="scroll"+C;T.fn[A]=function(D){if(!this[0]){return null}return D!==AB?this.each(function(){this==W||this==document?W.scrollTo(!B?D:T(W).scrollLeft(),B?D:T(W).scrollTop()):this[A]=D}):this[0]==W||this[0]==document?self[B?"pageYOffset":"pageXOffset"]||T.boxModel&&document.documentElement[A]||document.body[A]:this[0][A]}});T.each(["Height","Width"],function(B,D){var b=B?"Left":"Top",C=B?"Right":"Bottom",a=D.toLowerCase();T.fn["inner"+D]=function(){return this[0]?T.css(this[0],a,false,"padding"):null};T.fn["outer"+D]=function(c){return this[0]?T.css(this[0],a,false,c?"margin":"border"):null};var A=D.toLowerCase();T.fn[A]=function(c){return this[0]==W?document.compatMode=="CSS1Compat"&&document.documentElement["client"+D]||document.body["client"+D]:this[0]==document?Math.max(document.documentElement["client"+D],document.body["scroll"+D],document.documentElement["scroll"+D],document.body["offset"+D],document.documentElement["offset"+D]):c===AB?(this.length?T.css(this[0],A):null):this.css(A,typeof c==="string"?c:c+"px")}})})();jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(B,C,A,E,D){return jQuery.easing[jQuery.easing.def](B,C,A,E,D)},easeInQuad:function(B,C,A,E,D){return E*(C/=D)*C+A},easeOutQuad:function(B,C,A,E,D){return -E*(C/=D)*(C-2)+A},easeInOutQuad:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C+A}return -E/2*((--C)*(C-2)-1)+A},easeInCubic:function(B,C,A,E,D){return E*(C/=D)*C*C+A},easeOutCubic:function(B,C,A,E,D){return E*((C=C/D-1)*C*C+1)+A},easeInOutCubic:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C+A}return E/2*((C-=2)*C*C+2)+A},easeInQuart:function(B,C,A,E,D){return E*(C/=D)*C*C*C+A},easeOutQuart:function(B,C,A,E,D){return -E*((C=C/D-1)*C*C*C-1)+A},easeInOutQuart:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C*C+A}return -E/2*((C-=2)*C*C*C-2)+A},easeInQuint:function(B,C,A,E,D){return E*(C/=D)*C*C*C*C+A},easeOutQuint:function(B,C,A,E,D){return E*((C=C/D-1)*C*C*C*C+1)+A},easeInOutQuint:function(B,C,A,E,D){if((C/=D/2)<1){return E/2*C*C*C*C*C+A}return E/2*((C-=2)*C*C*C*C+2)+A},easeInSine:function(B,C,A,E,D){return -E*Math.cos(C/D*(Math.PI/2))+E+A},easeOutSine:function(B,C,A,E,D){return E*Math.sin(C/D*(Math.PI/2))+A},easeInOutSine:function(B,C,A,E,D){return -E/2*(Math.cos(Math.PI*C/D)-1)+A},easeInExpo:function(B,C,A,E,D){return(C==0)?A:E*Math.pow(2,10*(C/D-1))+A},easeOutExpo:function(B,C,A,E,D){return(C==D)?A+E:E*(-Math.pow(2,-10*C/D)+1)+A},easeInOutExpo:function(B,C,A,E,D){if(C==0){return A}if(C==D){return A+E}if((C/=D/2)<1){return E/2*Math.pow(2,10*(C-1))+A}return E/2*(-Math.pow(2,-10*--C)+2)+A},easeInCirc:function(B,C,A,E,D){return -E*(Math.sqrt(1-(C/=D)*C)-1)+A},easeOutCirc:function(B,C,A,E,D){return E*Math.sqrt(1-(C=C/D-1)*C)+A},easeInOutCirc:function(B,C,A,E,D){if((C/=D/2)<1){return -E/2*(Math.sqrt(1-C*C)-1)+A}return E/2*(Math.sqrt(1-(C-=2)*C)+1)+A},easeInElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G)==1){return A+H}if(!F){F=G*0.3}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}return -(C*Math.pow(2,10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F))+A},easeOutElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G)==1){return A+H}if(!F){F=G*0.3}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}return C*Math.pow(2,-10*D)*Math.sin((D*G-E)*(2*Math.PI)/F)+H+A},easeInOutElastic:function(B,D,A,H,G){var E=1.70158;var F=0;var C=H;if(D==0){return A}if((D/=G/2)==2){return A+H}if(!F){F=G*(0.3*1.5)}if(C<Math.abs(H)){C=H;var E=F/4}else{var E=F/(2*Math.PI)*Math.asin(H/C)}if(D<1){return -0.5*(C*Math.pow(2,10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F))+A}return C*Math.pow(2,-10*(D-=1))*Math.sin((D*G-E)*(2*Math.PI)/F)*0.5+H+A},easeInBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}return F*(C/=E)*C*((D+1)*C-D)+A},easeOutBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}return F*((C=C/E-1)*C*((D+1)*C+D)+1)+A},easeInOutBack:function(B,C,A,F,E,D){if(D==undefined){D=1.70158}if((C/=E/2)<1){return F/2*(C*C*(((D*=(1.525))+1)*C-D))+A}return F/2*((C-=2)*C*(((D*=(1.525))+1)*C+D)+2)+A},easeInBounce:function(B,C,A,E,D){return E-jQuery.easing.easeOutBounce(B,D-C,0,E,D)+A},easeOutBounce:function(B,C,A,E,D){if((C/=D)<(1/2.75)){return E*(7.5625*C*C)+A}else{if(C<(2/2.75)){return E*(7.5625*(C-=(1.5/2.75))*C+0.75)+A}else{if(C<(2.5/2.75)){return E*(7.5625*(C-=(2.25/2.75))*C+0.9375)+A}else{return E*(7.5625*(C-=(2.625/2.75))*C+0.984375)+A}}}},easeInOutBounce:function(B,C,A,E,D){if(C<D/2){return jQuery.easing.easeInBounce(B,C*2,0,E,D)*0.5+A}return jQuery.easing.easeOutBounce(B,C*2-D,0,E,D)*0.5+E*0.5+A}});(function(A){A.fn.at_intervals=function(D,B){var C=A.extend({},A.fn.at_intervals.defaults,B);return this.each(function(){var H=A(this);var F=C.name;var E=C.delay;var G={should_stop:function(){return !this.element_in_dom()||this.user_wants_to_stop()},should_work:function(){return this.element_visible()&&!this.user_wants_to_pause()},user_wants_to_stop:function(){return H.data(F).should_stop==true},user_wants_to_pause:function(){return H.data(F).should_pause==true},element_in_dom:function(){return H.parents("html").length>0},element_visible:function(){return H.parents("*").andSelf().not(":visible").length==0},stop:function(J){clearInterval(J);H.removeData(F)}};if(H.data(F)){G.stop(H.data(F).interval_id)}H.data(F,{delay:E});if(G.should_work()){D()}var I=setInterval(function(){if(G.should_stop()){G.stop(I)}else{if(G.should_work()){D()}}},E);H.data(F).interval_id=I})};A.fn.at_intervals.defaults={name:"at_intervals",delay:1000}})(jQuery);(function(B){B.fn.ajaxSubmit=function(N){if(!this.length){A("ajaxSubmit: skipping submit process - no element selected");return this}if(typeof N=="function"){N={success:N}}var E=this.attr("action")||window.location.href;E=(E.match(/^([^#]+)/)||[])[1];E=E||"";N=B.extend({url:E,type:this.attr("method")||"GET"},N||{});var P={};this.trigger("form-pre-serialize",[this,N,P]);if(P.veto){A("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(N.beforeSerialize&&N.beforeSerialize(this,N)===false){A("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var J=this.formToArray(N.semantic);if(N.data){N.extraData=N.data;for(var F in N.data){if(N.data[F] instanceof Array){for(var G in N.data[F]){J.push({name:F,value:N.data[F][G]})}}else{J.push({name:F,value:N.data[F]})}}}if(N.beforeSubmit&&N.beforeSubmit(J,this,N)===false){A("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[J,this,N,P]);if(P.veto){A("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this}var D=B.param(J);if(N.type.toUpperCase()=="GET"){N.url+=(N.url.indexOf("?")>=0?"&":"?")+D;N.data=null}else{N.data=D}var O=this,I=[];if(N.resetForm){I.push(function(){O.resetForm()})}if(N.clearForm){I.push(function(){O.clearForm()})}if(!N.dataType&&N.target){var L=N.success||function(){};I.push(function(Q){B(N.target).html(Q).each(L,arguments)})}else{if(N.success){I.push(N.success)}}N.success=function(T,R){for(var S=0,Q=I.length;S<Q;S++){I[S].apply(N,[T,R,O])}};var C=B("input:file",this).fieldValue();var M=false;for(var H=0;H<C.length;H++){if(C[H]){M=true}}if(N.iframe||M){if(N.closeKeepAlive){B.get(N.closeKeepAlive,K)}else{K()}}else{B.ajax(N)}this.trigger("form-submit-notify",[this,N]);return this;function K(){var U=O[0];if(B(":input[name=submit]",U).length){alert('Error: Form elements must not be named "submit".');return }var S=B.extend({},B.ajaxSettings,N);var f=jQuery.extend(true,{},B.extend(true,{},B.ajaxSettings),S);var T="jqFormIO"+(new Date().getTime());var a=B('<iframe id="'+T+'" name="'+T+'" src="about:blank" />');var c=a[0];a.css({position:"absolute",top:"-1000px",left:"-1000px"});var d={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;a.attr("src","about:blank")}};var b=S.global;if(b&&!B.active++){B.event.trigger("ajaxStart")}if(b){B.event.trigger("ajaxSend",[d,S])}if(f.beforeSend&&f.beforeSend(d,f)===false){f.global&&jQuery.active--;return }if(d.aborted){return }var R=0;var W=0;var Q=U.clk;if(Q){var V=Q.name;if(V&&!Q.disabled){N.extraData=N.extraData||{};N.extraData[V]=Q.value;if(Q.type=="image"){N.extraData[name+".x"]=U.clk_x;N.extraData[name+".y"]=U.clk_y}}}setTimeout(function(){var i=O.attr("target"),g=O.attr("action");U.setAttribute("target",T);if(U.getAttribute("method")!="POST"){U.setAttribute("method","POST")}if(U.getAttribute("action")!=S.url){U.setAttribute("action",S.url)}if(!N.skipEncodingOverride){O.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"})}if(S.timeout){setTimeout(function(){W=true;X()},S.timeout)}var h=[];try{if(N.extraData){for(var j in N.extraData){h.push(B('<input type="hidden" name="'+j+'" value="'+N.extraData[j]+'" />').appendTo(U)[0])}}a.appendTo("body");c.attachEvent?c.attachEvent("onload",X):c.addEventListener("load",X,false);U.submit()}finally{U.setAttribute("action",g);i?U.setAttribute("target",i):O.removeAttr("target");B(h).remove()}},10);var Y=0;function X(){if(R++){return }c.detachEvent?c.detachEvent("onload",X):c.removeEventListener("load",X,false);var h=true;try{if(W){throw"timeout"}var i,k;k=c.contentWindow?c.contentWindow.document:c.contentDocument?c.contentDocument:c.document;if((k.body==null||k.body.innerHTML=="")&&!Y){Y=1;R--;setTimeout(X,100);return }d.responseText=k.body?k.body.innerHTML:null;d.responseXML=k.XMLDocument?k.XMLDocument:k;d.getResponseHeader=function(m){var l={"content-type":S.dataType};return l[m]};if(S.dataType=="json"||S.dataType=="script"){var g=k.getElementsByTagName("textarea")[0];d.responseText=g?g.value:d.responseText}else{if(S.dataType=="xml"&&!d.responseXML&&d.responseText!=null){d.responseXML=Z(d.responseText)}}i=B.httpData(d,S.dataType)}catch(j){h=false;B.handleError(S,d,"error",j)}if(h){S.success(i,"success");if(b){B.event.trigger("ajaxSuccess",[d,S])}}if(b){B.event.trigger("ajaxComplete",[d,S])}if(b&&!--B.active){B.event.trigger("ajaxStop")}if(S.complete){S.complete(d,h?"success":"error")}setTimeout(function(){a.remove();d.responseXML=null},100)}function Z(g,h){if(window.ActiveXObject){h=new ActiveXObject("Microsoft.XMLDOM");h.async="false";h.loadXML(g)}else{h=(new DOMParser()).parseFromString(g,"text/xml")}return(h&&h.documentElement&&h.documentElement.tagName!="parsererror")?h:null}}};B.fn.ajaxForm=function(C){return this.ajaxFormUnbind().bind("submit.form-plugin",function(){B(this).ajaxSubmit(C);return false}).each(function(){B(":submit,input:image",this).bind("click.form-plugin",function(E){var D=this.form;D.clk=this;if(this.type=="image"){if(E.offsetX!=undefined){D.clk_x=E.offsetX;D.clk_y=E.offsetY}else{if(typeof B.fn.offset=="function"){var F=B(this).offset();D.clk_x=E.pageX-F.left;D.clk_y=E.pageY-F.top}else{D.clk_x=E.pageX-this.offsetLeft;D.clk_y=E.pageY-this.offsetTop}}}setTimeout(function(){D.clk=D.clk_x=D.clk_y=null},10)})})};B.fn.ajaxFormUnbind=function(){this.unbind("submit.form-plugin");return this.each(function(){B(":submit,input:image",this).unbind("click.form-plugin")})};B.fn.formToArray=function(N){var M=[];if(this.length==0){return M}var D=this[0];var H=N?D.getElementsByTagName("*"):D.elements;if(!H){return M}for(var I=0,K=H.length;I<K;I++){var E=H[I];var F=E.name;if(!F){continue}if(N&&D.clk&&E.type=="image"){if(!E.disabled&&D.clk==E){M.push({name:F+".x",value:D.clk_x},{name:F+".y",value:D.clk_y})}continue}var O=B.fieldValue(E,true);if(O&&O.constructor==Array){for(var G=0,C=O.length;G<C;G++){M.push({name:F,value:O[G]})}}else{if(O!==null&&typeof O!="undefined"){M.push({name:F,value:O})}}}if(!N&&D.clk){var J=D.getElementsByTagName("input");for(var I=0,K=J.length;I<K;I++){var L=J[I];var F=L.name;if(F&&!L.disabled&&L.type=="image"&&D.clk==L){M.push({name:F+".x",value:D.clk_x},{name:F+".y",value:D.clk_y})}}}return M};B.fn.formSerialize=function(C){return B.param(this.formToArray(C))};B.fn.fieldSerialize=function(D){var C=[];this.each(function(){var H=this.name;if(!H){return }var F=B.fieldValue(this,D);if(F&&F.constructor==Array){for(var G=0,E=F.length;G<E;G++){C.push({name:H,value:F[G]})}}else{if(F!==null&&typeof F!="undefined"){C.push({name:this.name,value:F})}}});return B.param(C)};B.fn.fieldValue=function(H){for(var G=[],E=0,C=this.length;E<C;E++){var F=this[E];var D=B.fieldValue(F,H);if(D===null||typeof D=="undefined"||(D.constructor==Array&&!D.length)){continue}D.constructor==Array?B.merge(G,D):G.push(D)}return G};B.fieldValue=function(C,I){var E=C.name,N=C.type,O=C.tagName.toLowerCase();if(typeof I=="undefined"){I=true}if(I&&(!E||C.disabled||N=="reset"||N=="button"||(N=="checkbox"||N=="radio")&&!C.checked||(N=="submit"||N=="image")&&C.form&&C.form.clk!=C||O=="select"&&C.selectedIndex==-1)){return null}if(O=="select"){var J=C.selectedIndex;if(J<0){return null}var L=[],D=C.options;var G=(N=="select-one");var K=(G?J+1:D.length);for(var F=(G?J:0);F<K;F++){var H=D[F];if(H.selected){var M=H.value;if(!M){M=(H.attributes&&H.attributes.value&&!(H.attributes.value.specified))?H.text:H.value}if(G){return M}L.push(M)}}return L}return C.value};B.fn.clearForm=function(){return this.each(function(){B("input,select,textarea",this).clearFields()})};B.fn.clearFields=B.fn.clearInputs=function(){return this.each(function(){var D=this.type,C=this.tagName.toLowerCase();if(D=="text"||D=="password"||C=="textarea"){this.value=""}else{if(D=="checkbox"||D=="radio"){this.checked=false}else{if(C=="select"){this.selectedIndex=-1}}}})};B.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||(typeof this.reset=="object"&&!this.reset.nodeType)){this.reset()}})};B.fn.enable=function(C){if(C==undefined){C=true}return this.each(function(){this.disabled=!C})};B.fn.selected=function(C){if(C==undefined){C=true}return this.each(function(){var D=this.type;if(D=="checkbox"||D=="radio"){this.checked=C}else{if(this.tagName.toLowerCase()=="option"){var E=B(this).parent("select");if(C&&E[0]&&E[0].type=="select-one"){E.find("option").selected(false)}this.selected=C}}})};function A(){if(B.fn.ajaxSubmit.debug&&window.console&&window.console.log){window.console.log("[jquery.form] "+Array.prototype.join.call(arguments,""))}}})(jQuery);(function(A){A.extend(A.fn,{validate:function(B){if(!this.length){B&&B.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return }var C=A.data(this[0],"validator");if(C){return C}C=new A.validator(B,this[0]);A.data(this[0],"validator",C);if(C.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){C.cancelSubmit=true});this.submit(function(D){if(C.settings.debug){D.preventDefault()}function E(){if(C.settings.submitHandler){C.settings.submitHandler.call(C,C.currentForm);return false}return true}if(C.cancelSubmit){C.cancelSubmit=false;return E()}if(C.form()){if(C.pendingRequest){C.formSubmitted=true;return false}return E()}else{C.focusInvalid();return false}})}return C},valid:function(){if(A(this[0]).is("form")){return this.validate().form()}else{var C=false;var B=A(this[0].form).validate();this.each(function(){C|=B.element(this)});return C}},removeAttrs:function(D){var B={},C=this;A.each(D.split(/\s/),function(E,F){B[F]=C.attr(F);C.removeAttr(F)});return B},rules:function(E,B){var G=this[0];if(E){var D=A.data(G.form,"validator").settings;var I=D.rules;var J=A.validator.staticRules(G);switch(E){case"add":A.extend(J,A.validator.normalizeRule(B));I[G.name]=J;if(B.messages){D.messages[G.name]=A.extend(D.messages[G.name],B.messages)}break;case"remove":if(!B){delete I[G.name];return J}var H={};A.each(B.split(/\s/),function(K,L){H[L]=J[L];delete J[L]});return H}}var F=A.validator.normalizeRules(A.extend({},A.validator.metadataRules(G),A.validator.classRules(G),A.validator.attributeRules(G),A.validator.staticRules(G)),G);if(F.required){var C=F.required;delete F.required;F=A.extend({required:C},F)}return F}});A.extend(A.expr[":"],{blank:function(B){return !A.trim(B.value)},filled:function(B){return !!A.trim(B.value)},unchecked:function(B){return !B.checked}});A.format=function(B,C){if(arguments.length==1){return function(){var D=A.makeArray(arguments);D.unshift(B);return A.format.apply(this,D)}}if(arguments.length>2&&C.constructor!=Array){C=A.makeArray(arguments).slice(1)}if(C.constructor!=Array){C=[C]}A.each(C,function(D,E){B=B.replace(new RegExp("\\{"+D+"\\}","g"),E)});return B};A.validator=function(B,C){this.settings=A.extend({},A.validator.defaults,B);this.currentForm=C;this.init()};A.extend(A.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",errorElement:"label",focusInvalid:true,errorContainer:A([]),errorLabelContainer:A([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(B){this.lastActive=B;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,B,this.settings.errorClass);this.errorsFor(B).hide()}},onfocusout:function(B){if(!this.checkable(B)&&(B.name in this.submitted||!this.optional(B))){this.element(B)}},onkeyup:function(B){if(B.name in this.submitted||B==this.lastElement){this.element(B)}},onclick:function(B){if(B.name in this.submitted){this.element(B)}},highlight:function(C,B){A(C).addClass(B)},unhighlight:function(C,B){A(C).removeClass(B)}},setDefaults:function(B){A.extend(A.validator.defaults,B)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",dateDE:"Bitte geben Sie ein gültiges Datum ein.",number:"Please enter a valid number.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Please enter only digits",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:A.format("Please enter no more than {0} characters."),minlength:A.format("Please enter at least {0} characters."),rangelength:A.format("Please enter a value between {0} and {1} characters long."),range:A.format("Please enter a value between {0} and {1}."),max:A.format("Please enter a value less than or equal to {0}."),min:A.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=A(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||A(this.currentForm);this.containers=A(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var B=(this.groups={});A.each(this.settings.groups,function(E,F){A.each(F.split(/\s/),function(H,G){B[G]=E})});var D=this.settings.rules;A.each(D,function(E,F){D[E]=A.validator.normalizeRule(F)});function C(F){var E=A.data(this[0].form,"validator");E.settings["on"+F.type]&&E.settings["on"+F.type].call(E,this[0])}A(this.currentForm).delegate("focusin focusout keyup",":text, :password, :file, select, textarea",C).delegate("click",":radio, :checkbox",C);if(this.settings.invalidHandler){A(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)}},form:function(){this.checkForm();A.extend(this.submitted,this.errorMap);this.invalid=A.extend({},this.errorMap);if(!this.valid()){A(this.currentForm).triggerHandler("invalid-form",[this])}this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var B=0,C=(this.currentElements=this.elements());C[B];B++){this.check(C[B])}return this.valid()},element:function(C){C=this.clean(C);this.lastElement=C;this.prepareElement(C);this.currentElements=A(C);var B=this.check(C);if(B){delete this.invalid[C.name]}else{this.invalid[C.name]=true}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers)}this.showErrors();return B},showErrors:function(C){if(C){A.extend(this.errorMap,C);this.errorList=[];for(var B in C){this.errorList.push({message:C[B],element:this.findByName(B)[0]})}this.successList=A.grep(this.successList,function(D){return !(D.name in C)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){if(A.fn.resetForm){A(this.currentForm).resetForm()}this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(D){var C=0;for(var B in D){C++}return C},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{A(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus()}catch(B){}}},findLastActive:function(){var B=this.lastActive;return B&&A.grep(this.errorList,function(C){return C.element.name==B.name}).length==1&&B},elements:function(){var C=this,B={};return A([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&C.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in B||!C.objectLength(A(this).rules())){return false}B[this.name]=true;return true})},clean:function(B){return A(B)[0]},errors:function(){return A(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=A([]);this.toHide=A([]);this.formSubmitted=false;this.currentElements=A([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},prepareElement:function(B){this.reset();this.toHide=this.errorsFor(B)},check:function(C){C=this.clean(C);if(this.checkable(C)){C=this.findByName(C.name)[0]}var G=A(C).rules();var D=false;for(method in G){var F={method:method,parameters:G[method]};try{var B=A.validator.methods[method].call(this,C.value,C,F.parameters);if(B=="dependency-mismatch"){D=true;continue}D=false;if(B=="pending"){this.toHide=this.toHide.not(this.errorsFor(C));return }if(!B){this.formatAndAdd(C,F);return false}}catch(E){this.settings.debug&&window.console&&console.log("exception occured when checking element "+C.id+", check the '"+F.method+"' method");throw E}}if(D){return }if(this.objectLength(G)){this.successList.push(C)}return true},customMetaMessage:function(B,D){if(!A.metadata){return }var C=this.settings.meta?A(B).metadata()[this.settings.meta]:A(B).metadata();return C&&C.messages&&C.messages[D]},customMessage:function(C,D){var B=this.settings.messages[C];return B&&(B.constructor==String?B:B[D])},findDefined:function(){for(var B=0;B<arguments.length;B++){if(arguments[B]!==undefined){return arguments[B]}}return undefined},defaultMessage:function(B,C){return this.findDefined(this.customMessage(B.name,C),this.customMetaMessage(B,C),!this.settings.ignoreTitle&&B.title||undefined,A.validator.messages[C],"<strong>Warning: No message defined for "+B.name+"</strong>")},formatAndAdd:function(B,D){var C=this.defaultMessage(B,D.method);if(typeof C=="function"){C=C.call(this,D.parameters,B)}this.errorList.push({message:C,element:B});this.errorMap[B.name]=C;this.submitted[B.name]=C},addWrapper:function(B){if(this.settings.wrapper){B=B.add(B.parents(this.settings.wrapper))}return B},defaultShowErrors:function(){for(var C=0;this.errorList[C];C++){var B=this.errorList[C];this.settings.highlight&&this.settings.highlight.call(this,B.element,this.settings.errorClass);this.showLabel(B.element,B.message)}if(this.errorList.length){this.toShow=this.toShow.add(this.containers)}if(this.settings.success){for(var C=0;this.successList[C];C++){this.showLabel(this.successList[C])}}if(this.settings.unhighlight){for(var C=0,D=this.validElements();D[C];C++){this.settings.unhighlight.call(this,D[C],this.settings.errorClass)}}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 A(this.errorList).map(function(){return this.element})},showLabel:function(C,D){var B=this.errorsFor(C);if(B.length){B.removeClass().addClass(this.settings.errorClass);B.attr("generated")&&B.html(D)}else{B=A("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(C),generated:true}).addClass(this.settings.errorClass).html(D||"");if(this.settings.wrapper){B=B.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()}if(!this.labelContainer.append(B).length){this.settings.errorPlacement?this.settings.errorPlacement(B,A(C)):B.insertAfter(C)}}if(!D&&this.settings.success){B.text("");typeof this.settings.success=="string"?B.addClass(this.settings.success):this.settings.success(B)}this.toShow=this.toShow.add(B)},errorsFor:function(B){return this.errors().filter("[for='"+this.idOrName(B)+"']")},idOrName:function(B){return this.groups[B.name]||(this.checkable(B)?B.name:B.id||B.name)},checkable:function(B){return/radio|checkbox/i.test(B.type)},findByName:function(B){var C=this.currentForm;return A(document.getElementsByName(B)).map(function(D,E){return E.form==C&&E.name==B&&E||null})},getLength:function(C,B){switch(B.nodeName.toLowerCase()){case"select":return A("option:selected",B).length;case"input":if(this.checkable(B)){return this.findByName(B.name).filter(":checked").length}}return C.length},depend:function(C,B){return this.dependTypes[typeof C]?this.dependTypes[typeof C](C,B):true},dependTypes:{"boolean":function(C,B){return C},string:function(C,B){return !!A(C,B.form).length},"function":function(C,B){return C(B)}},optional:function(B){return !A.validator.methods.required.call(this,A.trim(B.value),B)&&"dependency-mismatch"},startRequest:function(B){if(!this.pending[B.name]){this.pendingRequest++;this.pending[B.name]=true}},stopRequest:function(B,C){this.pendingRequest--;if(this.pendingRequest<0){this.pendingRequest=0}delete this.pending[B.name];if(C&&this.pendingRequest==0&&this.formSubmitted&&this.form()){A(this.currentForm).submit()}else{if(!C&&this.pendingRequest==0&&this.formSubmitted){A(this.currentForm).triggerHandler("invalid-form",[this])}}},previousValue:function(B){return A.data(B,"previousValue")||A.data(B,"previousValue",previous={old:null,valid:true,message:this.defaultMessage(B,"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(B,C){B.constructor==String?this.classRuleSettings[B]=C:A.extend(this.classRuleSettings,B)},classRules:function(C){var D={};var B=A(C).attr("class");B&&A.each(B.split(" "),function(){if(this in A.validator.classRuleSettings){A.extend(D,A.validator.classRuleSettings[this])}});return D},attributeRules:function(C){var E={};var B=A(C);for(method in A.validator.methods){var D=B.attr(method);if(D){E[method]=D}}if(E.maxlength&&/-1|2147483647|524288/.test(E.maxlength)){delete E.maxlength}return E},metadataRules:function(B){if(!A.metadata){return{}}var C=A.data(B.form,"validator").settings.meta;return C?A(B).metadata()[C]:A(B).metadata()},staticRules:function(C){var D={};var B=A.data(C.form,"validator");if(B.settings.rules){D=A.validator.normalizeRule(B.settings.rules[C.name])||{}}return D},normalizeRules:function(C,B){A.each(C,function(F,E){if(E===false){delete C[F];return }if(E.param||E.depends){var D=true;switch(typeof E.depends){case"string":D=!!A(E.depends,B.form).length;break;case"function":D=E.depends.call(B,B);break}if(D){C[F]=E.param!==undefined?E.param:true}else{delete C[F]}}});A.each(C,function(D,E){C[D]=A.isFunction(E)?E(B):E});A.each(["minlength","maxlength","min","max"],function(){if(C[this]){C[this]=Number(C[this])}});A.each(["rangelength","range"],function(){if(C[this]){C[this]=[Number(C[this][0]),Number(C[this][1])]}});if(A.validator.autoCreateRanges){if(C.min&&C.max){C.range=[C.min,C.max];delete C.min;delete C.max}if(C.minlength&&C.maxlength){C.rangelength=[C.minlength,C.maxlength];delete C.minlength;delete C.maxlength}}if(C.messages){delete C.messages}return C},normalizeRule:function(C){if(typeof C=="string"){var B={};A.each(C.split(/\s/),function(){B[this]=true});C=B}return C},addMethod:function(B,D,C){A.validator.methods[B]=D;A.validator.messages[B]=C;if(D.length<3){A.validator.addClassRules(B,A.validator.normalizeRule(B))}},methods:{required:function(D,C,E){if(!this.depend(E,C)){return"dependency-mismatch"}switch(C.nodeName.toLowerCase()){case"select":var B=A("option:selected",C);return B.length>0&&(C.type=="select-multiple"||(A.browser.msie&&!(B[0].attributes.value.specified)?B[0].text:B[0].value).length>0);case"input":if(this.checkable(C)){return this.getLength(D,C)>0}default:return A.trim(D).length>0}},remote:function(F,C,G){if(this.optional(C)){return"dependency-mismatch"}var D=this.previousValue(C);if(!this.settings.messages[C.name]){this.settings.messages[C.name]={}}this.settings.messages[C.name].remote=typeof D.message=="function"?D.message(F):D.message;G=typeof G=="string"&&{url:G}||G;if(D.old!==F){D.old=F;var B=this;this.startRequest(C);var E={};E[C.name]=F;A.ajax(A.extend(true,{url:G,mode:"abort",port:"validate"+C.name,dataType:"json",data:E,success:function(I){if(I){var H=B.formSubmitted;B.prepareElement(C);B.formSubmitted=H;B.successList.push(C);B.showErrors()}else{var J={};J[C.name]=I||B.defaultMessage(C,"remote");B.showErrors(J)}D.valid=I;B.stopRequest(C,I)}},G));return"pending"}else{if(this.pending[C.name]){return"pending"}}return D.valid},minlength:function(C,B,D){return this.optional(B)||this.getLength(A.trim(C),B)>=D},maxlength:function(C,B,D){return this.optional(B)||this.getLength(A.trim(C),B)<=D},rangelength:function(D,B,E){var C=this.getLength(A.trim(D),B);return this.optional(B)||(C>=E[0]&&C<=E[1])},min:function(C,B,D){return this.optional(B)||C>=D},max:function(C,B,D){return this.optional(B)||C<=D},range:function(C,B,D){return this.optional(B)||(C>=D[0]&&C<=D[1])},email:function(C,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(C)},url:function(C,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(C)},date:function(C,B){return this.optional(B)||!/Invalid|NaN/.test(new Date(C))},dateISO:function(C,B){return this.optional(B)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(C)},dateDE:function(C,B){return this.optional(B)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(C)},number:function(C,B){return this.optional(B)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(C)},numberDE:function(C,B){return this.optional(B)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(C)},digits:function(C,B){return this.optional(B)||/^\d+$/.test(C)},creditcard:function(F,C){if(this.optional(C)){return"dependency-mismatch"}if(/[^0-9-]+/.test(F)){return false}var G=0,E=0,B=false;F=F.replace(/\D/g,"");for(n=F.length-1;n>=0;n--){var D=F.charAt(n);var E=parseInt(D,10);if(B){if((E*=2)>9){E-=9}}G+=E;B=!B}return(G%10)==0},accept:function(C,B,D){D=typeof D=="string"?D:"png|jpe?g|gif";return this.optional(B)||C.match(new RegExp(".("+D+")$","i"))},equalTo:function(C,B,D){return C==A(D).val()}}})})(jQuery);(function(C){var B=C.ajax;var A={};C.ajax=function(E){E=C.extend(E,C.extend({},C.ajaxSettings,E));var D=E.port;if(E.mode=="abort"){if(A[D]){A[D].abort()}return(A[D]=B.apply(this,arguments))}return B.apply(this,arguments)}})(jQuery);(function(A){A.each({focus:"focusin",blur:"focusout"},function(C,B){A.event.special[B]={setup:function(){if(A.browser.msie){return false}this.addEventListener(C,A.event.special[B].handler,true)},teardown:function(){if(A.browser.msie){return false}this.removeEventListener(C,A.event.special[B].handler,true)},handler:function(D){arguments[0]=A.event.fix(D);arguments[0].type=B;return A.event.handle.apply(this,arguments)}}});A.extend(A.fn,{delegate:function(D,C,B){return this.bind(D,function(E){var F=A(E.target);if(F.is(C)){return B.apply(F,arguments)}})},triggerEvent:function(B,C){return this.triggerHandler(B,[A.event.fix({type:B,target:C})])}})})(jQuery);var Mapifies;if(!Mapifies){Mapifies={}}Mapifies.MapObjects={};Mapifies.MapObjects.Set=function(B,A){var C=jQuery(B).attr("id");var D=new GMap2(B);Mapifies.MapObjects[C]=D;Mapifies.MapObjects[C].Options=A;return Mapifies.MapObjects[C]};Mapifies.MapObjects.Append=function(A,C,D){var B=jQuery(A).attr("id");Mapifies.MapObjects[B][C]=D};Mapifies.MapObjects.Get=function(A){return Mapifies.MapObjects[jQuery(A).attr("id")]};Mapifies.Initialise=function(B,A,F){function D(){return{language:"en",mapType:"map",mapCenter:[55.958858,-3.162302],mapZoom:12,mapControl:"small",mapEnableType:false,mapEnableOverview:false,mapEnableDragging:true,mapEnableInfoWindows:true,mapEnableDoubleClickZoom:false,mapEnableScrollZoom:false,mapEnableSmoothZoom:false,mapEnableGoogleBar:false,mapEnableScaleControl:false,mapShowjMapsIcon:true,debugMode:false}}A=jQuery.extend(D(),A);if(GBrowserIsCompatible()){var E=Mapifies.MapObjects.Set(B,A);var C=Mapifies.GetMapType(A.mapType);E.setCenter(new GLatLng(A.mapCenter[0],A.mapCenter[1]),A.mapZoom,C);if(A.mapShowjMapsIcon){Mapifies.AddScreenOverlay(B,{imageUrl:"http://hg.digitalspaghetti.me.uk/jmaps/raw-file/3228fade0b3c/docs/images/jmaps-mapicon.png",screenXY:[70,10],overlayXY:[0,0],size:[42,25]})}switch(A.mapControl){case"small":E.addControl(new GSmallMapControl());break;case"large":E.addControl(new GLargeMapControl());break}if(A.mapEnableType){E.addControl(new GMapTypeControl())}if(A.mapEnableOverview){E.addControl(new GOverviewMapControl())}if(!A.mapEnableDragging){E.disableDragging()}if(!A.mapEnableInfoWindows){E.disableInfoWindow()}if(A.mapEnableDoubleClickZoom){E.enableDoubleClickZoom()}if(A.mapEnableScrollZoom){E.enableScrollWheelZoom()}if(A.mapEnableSmoothZoom){E.enableContinuousZoom()}if(A.mapEnableGoogleBar){E.enableGoogleBar()}if(A.mapEnableScaleControl){E.addControl(new GScaleControl())}if(A.debugMode){console.log(Mapifies)}if(typeof F=="function"){return F(E,B,A)}}else{jQuery(B).text("Your browser does not support Google Maps.");return false}return };Mapifies.MoveTo=function(C,B,G){function E(){return{centerMethod:"normal",mapType:null,mapCenter:[],mapZoom:null}}var F=Mapifies.MapObjects.Get(C);B=jQuery.extend(E(),B);if(B.mapType){var D=Mapifies.GetMapType(B.mapType)}var A=new GLatLng(B.mapCenter[0],B.mapCenter[1]);switch(B.centerMethod){case"normal":F.setCenter(A,B.mapZoom,D);break;case"pan":F.panTo(A);break}if(typeof G=="function"){return G(A,B)}};Mapifies.SavePosition=function(B,A,D){var C=Mapifies.MapObjects.Get(B);C.savePosition();if(typeof D=="function"){return D(C)}};Mapifies.GotoSavedPosition=function(B,A,D){var C=Mapifies.MapObjects.Get(B);C.returnToSavedPosition();if(typeof D=="function"){return D(C)}};Mapifies.CreateKeyboardHandler=function(B,A,E){var C=Mapifies.MapObjects.Get(B);var D=new GKeyboardHandler(C);if(typeof E=="function"){return E(D)}};Mapifies.CheckResize=function(B,A,D){var C=Mapifies.MapObjects.Get(B);C.checkResize();if(typeof D=="function"){return D(B)}};Mapifies.SearchAddress=function(C,B,F){function D(){return{query:null,returnType:"getLatLng",cache:undefined,countryCode:"uk"}}var E=Mapifies.MapObjects.Get(C);B=jQuery.extend(D(),B);if(typeof E.Geocoder==="undefined"){if(typeof B.cache==="undefined"){var A=new GClientGeocoder()}else{var A=new GClientGeocoder(cache)}Mapifies.MapObjects.Append(C,"Geocoder",A);E=Mapifies.MapObjects.Get(C)}E.Geocoder[B.returnType](B.query,function(G){if(typeof F==="function"){return F(G,B)}});return };Mapifies.SearchDirections=function(D,I,H){function C(){return{query:null,panel:null,locale:"en_GB",travelMode:"driving",avoidHighways:false,getPolyline:true,getSteps:true,preserveViewport:false,clearLastSearch:false}}var G=Mapifies.MapObjects.Get(D);I=jQuery.extend(C(),I);var B={locale:I.locale,travelMode:I.travelMode,avoidHighways:I.avoidHighways,getPolyline:I.getPolyline,getSteps:I.getSteps,preserveViewport:I.preserveViewport};var A=$(I.panel).get(0);if(typeof G.Directions==="undefined"){Mapifies.MapObjects.Append(D,"Directions",new GDirections(G,A))}GEvent.addListener(G.Directions,"load",F);GEvent.addListener(G.Directions,"error",E);if(I.clearLastSearch){G.Directions.clear()}G.Directions.load(I.query,B);function F(){if(typeof H=="function"){return H(G.Directions,I)}}function E(){if(typeof H=="function"){return H(G.Directions,I)}}return };Mapifies.CreateAdsManager=function(C,B,F){function D(){return{publisherId:"",maxAdsOnMap:3,channel:0,minZoomLevel:6}}var E=Mapifies.MapObjects.Get(C);B=jQuery.extend(D(),B);var A={maxAdsOnMap:B.maxAdsOnMap,channel:B.channel,minZoomLevel:B.minZoomLevel};if(typeof E.AdsManager=="undefined"){Mapifies.MapObjects.Append(C,"AdsManager",new GAdsManager(E,B.publisherId,A))}if(typeof F=="function"){return F(E.AdsManager,B)}};Mapifies.AddFeed=function(B,A,F){function D(){return{feedUrl:null,mapCenter:[]}}var E=Mapifies.MapObjects.Get(B);A=jQuery.extend(D(),A);var C=new GGeoXml(A.feedUrl);E.addOverlay(C);if(A.mapCenter[0]&&A.mapCenter[1]){E.setCenter(new GLatLng(A.mapCenter[0],A.mapCenter[1]))}if(typeof F=="function"){return F(C,A)}return };Mapifies.RemoveFeed=function(A,B,D){var C=Mapifies.MapObjects.Get(A);C.removeOverlay(B);if(typeof D=="function"){return D(B)}return };Mapifies.AddGroundOverlay=function(B,A,F){function D(){return{overlaySouthWestBounds:undefined,overlayNorthEastBounds:undefined,overlayImage:undefined}}var E=Mapifies.MapObjects.Get(B);A=jQuery.extend(D(),A);var C=new GLatLngBounds(new GLatLng(A.overlaySouthWestBounds[0],A.overlaySouthWestBounds[1]),new GLatLng(A.overlayNorthEastBounds[0],A.overlayNorthEastBounds[1]));groundOverlay=new GGroundOverlay(A.overlayImage,C);E.addOverlay(groundOverlay);if(typeof F=="function"){return F(groundOverlay,A)}return };Mapifies.RemoveGroundOverlay=function(A,C,D){var B=Mapifies.MapObjects.Get(A);B.removeOverlay(C);if(typeof D==="function"){return D(C)}return };Mapifies.AddMarker=function(D,C,G){function E(){var H={pointLatLng:undefined,pointHTML:undefined,pointOpenHTMLEvent:"click",pointIsDraggable:false,pointIsRemovable:false,pointRemoveEvent:"dblclick",pointMinZoom:4,pointMaxZoom:17,pointIcon:undefined,centerMap:false,centerMoveMethod:"normal"};return H}var F=Mapifies.MapObjects.Get(D);C=jQuery.extend({},E(),C);var B={};if(typeof C.pointIcon=="object"){jQuery.extend(B,{icon:C.pointIcon})}if(C.pointIsDraggable){jQuery.extend(B,{draggable:C.pointIsDraggable})}if(C.centerMap){switch(C.centerMoveMethod){case"normal":F.setCenter(new GLatLng(C.pointLatLng[0],C.pointLatLng[1]));break;case"pan":F.panTo(new GLatLng(C.pointLatLng[0],C.pointLatLng[1]));break}}var A=new GMarker(new GLatLng(C.pointLatLng[0],C.pointLatLng[1]),B);if(C.pointHTML){GEvent.addListener(A,C.pointOpenHTMLEvent,function(){A.openInfoWindowHtml(C.pointHTML,{maxContent:C.pointMaxContent,maxTitle:C.pointMaxTitle})})}if(C.pointIsRemovable){GEvent.addListener(A,C.pointRemoveEvent,function(){F.removeOverlay(A)})}if(F.MarkerManager){F.MarkerManager.addMarker(A,C.pointMinZoom,C.pointMaxZoom)}else{F.addOverlay(A)}if(typeof G=="function"){return G(A,C)}return };Mapifies.RemoveMarker=function(B,A,D){var C=Mapifies.MapObjects.Get(B);C.removeOverlay(A);if(typeof D==="function"){return D(A)}return };Mapifies.CreateMarkerManager=function(C,A,G){function D(){return{markerManager:"GMarkerManager",borderPadding:100,maxZoom:17,trackMarkers:false}}var F=Mapifies.MapObjects.Get(C);A=jQuery.extend(D(),A);var E={borderPadding:A.borderPadding,maxZoom:A.maxZoom,trackMarkers:A.trackMarkers};var B=new window[A.markerManager](F,A);Mapifies.MapObjects.Append(C,"MarkerManager",B);if(typeof G=="function"){return G(B,A)}};Mapifies.AddPolygon=function(E,C,H){function F(){return{polygonPoints:[],polygonStrokeColor:"#000000",polygonStrokeWeight:5,polygonStrokeOpacity:1,polygonFillColor:"#ff0000",polygonFillOpacity:1,mapCenter:undefined,polygonClickable:true}}var G=Mapifies.MapObjects.Get(E);C=jQuery.extend(F(),C);var A={};if(!C.polygonClickable){A=jQuery.extend(A,{clickable:false})}if(typeof C.mapCenter!=="undefined"&&C.mapCenter[0]&&C.mapCenter[1]){G.setCenter(new GLatLng(C.mapCenter[0],C.mapCenter[1]))}var B=[];jQuery.each(C.polygonPoints,function(J,I){B.push(new GLatLng(I[0],I[1]))});var D=new GPolygon(B,C.polygonStrokeColor,C.polygonStrokeWeight,C.polygonStrokeOpacity,C.polygonFillColor,C.polygonFillOpacity,A);G.addOverlay(D);if(typeof H=="function"){return H(D,A,C)}return };Mapifies.RemovePolygon=function(B,A,D){var C=Mapifies.MapObjects.Get(B);C.removeOverlay(A);if(typeof D==="function"){return D(A)}return };Mapifies.AddPolyline=function(D,C,H){function F(){return{polylinePoints:[],polylineStrokeColor:"#ff0000",polylineStrokeWidth:10,polylineStrokeOpacity:1,mapCenter:[],polylineGeodesic:false,polylineClickable:true}}var G=Mapifies.MapObjects.Get(D);C=jQuery.extend(F(),C);var E={};if(C.polylineGeodesic){jQuery.extend(E,{geodesic:true})}if(!C.polylineClickable){jQuery.extend(E,{clickable:false})}if(C.mapCenter[0]&&C.mapCenter[1]){G.setCenter(new GLatLng(C.mapCenter[0],C.mapCenter[1]))}var B=[];jQuery.each(C.polylinePoints,function(J,I){B.push(new GLatLng(I[0],I[1]))});var A=new GPolyline(B,C.polylineStrokeColor,C.polylineStrokeWidth,C.polylineStrokeOpacity,E);G.addOverlay(A);if(typeof H=="function"){return H(A,E,C)}return };Mapifies.RemovePolyline=function(B,A,D){var C=Mapifies.MapObjects.Get(B);C.removeOverlay(A);if(typeof D==="function"){return D(A)}return };Mapifies.AddScreenOverlay=function(C,B,F){function D(){return{imageUrl:"",screenXY:[],overlayXY:[],size:[]}}var E=Mapifies.MapObjects.Get(C);B=jQuery.extend(D(),B);var A=new GScreenOverlay(B.imageUrl,new GScreenPoint(B.screenXY[0],B.screenXY[1]),new GScreenPoint(B.overlayXY[0],B.overlayXY[1]),new GScreenSize(B.size[0],B.size[1]));E.addOverlay(A);if(typeof F=="function"){return F(A,B)}};Mapifies.RemoveScreenOverlay=function(B,A,D){var C=Mapifies.MapObjects.Get(B);C.removeOverlay(A);if(typeof D==="function"){return D(A)}return };Mapifies.CreateStreetviewPanorama=function(E,D,H){function F(){return{overideContainer:"",latlng:[40.75271883902363,-73.98262023925781],pov:[]}}var G=Mapifies.MapObjects.Get(E);D=jQuery.extend(F(),D);var A=null;if(D.overideContainer!==""){A=jQuery(D.overideContainer).get(0)}else{A=jQuery(E).get(0)}var B={};if(D.pov.length>0){jQuery.extend(B,{pov:new GPov(D.latlng[0],D.latlng[1],D.latlng[2])})}if(D.latlng.length>0){jQuery.extend(B,{latlng:new GLatLng(D.latlng[0],D.latlng[1])})}var C=new GStreetviewPanorama(A,B);if(typeof H=="function"){return H(C,D)}return };Mapifies.RemoveStreetviewPanorama=function(B,A,D){var C=Mapifies.MapObjects.Get(B);A.remove();if(typeof D=="function"){return D(A)}return };Mapifies.AddTrafficInfo=function(B,A,F){function D(){return{mapCenter:[]}}var E=Mapifies.MapObjects.Get(B);A=jQuery.extend(D(),A);var C=new GTrafficOverlay;E.addOverlay(C);if(A.mapCenter[0]&&A.mapCenter[1]){E.setCenter(new GLatLng(A.mapCenter[0],A.mapCenter[1]))}if(typeof F=="function"){return F(C,A)}};Mapifies.RemoveTrafficInfo=function(A,B,D){var C=Mapifies.MapObjects.Get(A);C.removeOverlay(B);if(typeof D==="function"){return D(B)}return };Mapifies.SearchCode=function(A){switch(A){case G_GEO_SUCCESS:return{code:G_GEO_SUCCESS,success:true,message:"Success"};case G_GEO_UNKNOWN_ADDRESS:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"No corresponding geographic location could be found for one of the specified addresses. This may be due to the fact that the address is relatively new, or it may be incorrect"};break;case G_GEO_SERVER_ERROR:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known."};break;case G_GEO_MISSING_QUERY:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"The HTTP q parameter was either missing or had no value. For geocoder requests, this means that an empty address was specified as input. For directions requests, this means that no query was specified in the input."};break;case G_GEO_BAD_KEY:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"The given key is either invalid or does not match the domain for which it was given."};break;case G_GEO_BAD_REQUEST:return{code:G_GEO_UNKNOWN_ADDRESS,success:false,message:"A directions request could not be successfully parsed."};break;default:return{code:null,success:false,message:"An unknown error occurred."};break}};Mapifies.GetMapType=function(A){switch(A){case"map":A=G_NORMAL_MAP;break;case"sat":A=G_SATELLITE_MAP;break;case"hybrid":A=G_HYBRID_MAP;break}return A};Mapifies.GetTravelMode=function(A){switch(A){case"driving":A=G_TRAVEL_MODE_DRIVING;break;case"walking":A=G_TRAVEL_MODE_WALKING;break}return A};Mapifies.createIcon=function(A){function C(){return{iconImage:undefined,iconShadow:undefined,iconSize:undefined,iconShadowSize:undefined,iconAnchor:undefined,iconInfoWindowAnchor:undefined,iconPrintImage:undefined,iconMozPrintImage:undefined,iconPrintShadow:undefined,iconTransparent:undefined}}A=jQuery.extend(C(),A);var B=new GIcon(G_DEFAULT_ICON);if(A.iconImage){B.image=A.iconImage}if(A.iconShadow){B.shadow=A.iconShadow}if(A.iconSize){B.iconSize=A.iconSize}if(A.iconShadowSize){B.shadowSize=A.iconShadowSize}if(A.iconAnchor){B.iconAnchor=A.iconAnchor}if(A.iconInfoWindowAnchor){B.infoWindowAnchor=A.iconInfoWindowAnchor}return B};Mapifies.getCenter=function(A){var B=Mapifies.MapObjects.Get(A);return B.getCenter()};Mapifies.getBounds=function(A){var B=Mapifies.MapObjects.Get(A);return B.getBounds()};var Mapifies;if(!Mapifies){Mapifies={}}(function(A){A.fn.jmap=function(D,B,C){return this.each(function(){if(D=="init"&&typeof B=="undefined"){new Mapifies.Initialise(this,{},null)}else{if(D=="init"&&typeof B=="object"){new Mapifies.Initialise(this,B,C)}else{if(D=="init"&&typeof B=="function"){new Mapifies.Initialise(this,{},B)}else{if(typeof D=="object"||D==null){new Mapifies.Initialise(this,D,B)}else{try{new Mapifies[D](this,B,C)}catch(E){throw Error("Mapifies Function Does Not Exist")}}}}}})}})(jQuery);(function(D){D.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(F,E){D.fx.step[E]=function(G){if(G.state==0){G.start=C(G.elem,E);G.end=B(G.end)}G.elem.style[E]="rgb("+[Math.max(Math.min(parseInt((G.pos*(G.end[0]-G.start[0]))+G.start[0]),255),0),Math.max(Math.min(parseInt((G.pos*(G.end[1]-G.start[1]))+G.start[1]),255),0),Math.max(Math.min(parseInt((G.pos*(G.end[2]-G.start[2]))+G.start[2]),255),0)].join(",")+")"}});function B(F){var E;if(F&&F.constructor==Array&&F.length==3){return F}if(E=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(F)){return[parseInt(E[1]),parseInt(E[2]),parseInt(E[3])]}if(E=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(F)){return[parseFloat(E[1])*2.55,parseFloat(E[2])*2.55,parseFloat(E[3])*2.55]}if(E=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(F)){return[parseInt(E[1],16),parseInt(E[2],16),parseInt(E[3],16)]}if(E=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(F)){return[parseInt(E[1]+E[1],16),parseInt(E[2]+E[2],16),parseInt(E[3]+E[3],16)]}return A[D.trim(F).toLowerCase()]}function C(G,E){var F;do{F=D.curCSS(G,E);if(F!=""&&F!="transparent"||D.nodeName(G,"body")){break}E="backgroundColor"}while(G=G.parentNode);return B(F)}var A={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);var Cufon=(function(){var h=function(){return h.replace.apply(null,arguments)};var Y=h.DOM={ready:(function(){var A=false,C={loaded:1,complete:1};var B=[],D=function(){if(A){return }A=true;for(var E;E=B.shift();E()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){C[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(E){setTimeout(arguments.callee,1)}})()}c(window,"load",D);return function(E){if(!arguments.length){D()}else{A?E():B.push(E)}}})()};var g=h.CSS={Size:function(A,B){this.value=parseFloat(A);this.unit=String(A).match(/[a-z%]*$/)[0]||"px";this.convert=function(C){return C/B*this.value};this.convertFrom=function(C){return C/this.value*B};this.toString=function(){return this.value+this.unit}},getStyle:function(A){var B=document.defaultView;if(B&&B.getComputedStyle){return new r(B.getComputedStyle(A,null))}if(A.currentStyle){return new r(A.currentStyle)}return new r(A.style)},ready:(function(){var E=false;var A=[],D=function(){E=true;for(var F;F=A.shift();F()){}};var B=Object.prototype.propertyIsEnumerable?m("style"):{length:0};var C=m("link");Y.ready(function(){var H=0,I;for(var F=0,G=C.length;I=C[F],F<G;++F){if(!I.disabled&&I.rel.toLowerCase()=="stylesheet"){++H}}if(document.styleSheets.length>=B.length+H){D()}else{setTimeout(arguments.callee,10)}});return function(F){if(E){F()}else{A.push(F)}}})(),supports:function(C,A){var B=document.createElement("span").style;if(B[C]===undefined){return false}B[C]=A;return B[C]===A},textAlign:function(C,D,B,A){if(D.get("textAlign")=="right"){if(B>0){C=" "+C}}else{if(B<A-1){C+=" "}}return C},textDecoration:function(C,D){if(!D){D=this.getStyle(C)}var A={underline:null,overline:null,"line-through":null};for(var B=C;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var F in A){if(A[F]){continue}if(D.get("textDecoration").indexOf(F)!=-1){A[F]=D.get("color")}E=false}if(E){break}D=this.getStyle(B=B.parentNode)}return A},textShadow:j(function(D){if(D=="none"){return null}var E=[],C={},B,A=0;var F=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=F.exec(D)){if(B[0]==","){E.push(C);C={},A=0}else{if(B[1]){C.color=B[1]}else{C[["offX","offY","blur"][A++]]=B[2]}}}E.push(C);return E}),color:j(function(A){var B={};B.color=A.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(D,E,C){B.opacity=parseFloat(C);return"rgb("+E+")"});return B}),textTransform:function(A,B){return A[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[B.get("textTransform")]||"toString"]()}};h.VML={parsePath:function(C){var B=[],D=/([mrvxe])([^a-z]*)/g,A;while(A=D.exec(C)){B.push({type:A[1],coords:A[2].split(",")})}return B}};function b(A){var B=this.face=A.face;this.glyphs=A.glyphs;this.w=A.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var C=B.bbox.split(/\s+/);return{minX:parseInt(C[0],10),minY:parseInt(C[1],10),width:parseInt(C[2],10)-parseInt(C[0],10),height:parseInt(C[3],10)-parseInt(C[1],10),toString:function(){return[this.minX,this.minY,this.width,this.height].join(" ")}}})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function o(){var A={},B={oblique:"italic",italic:"oblique"};this.add=function(C){(A[C.style]||(A[C.style]={}))[C.weight]=C};this.get=function(C,J){var D=A[C]||A[B[C]]||A.normal||A.italic||A.oblique;if(!D){return null}J={normal:400,bold:700}[J]||parseInt(J,10);if(D[J]){return D[J]}var H={1:1,99:0}[J%100],F=[],E,I;if(H===undefined){H=J>400}if(J==500){J=400}for(var G in D){G=parseInt(G,10);if(!E||G<E){E=G}if(!I||G>I){I=G}F.push(G)}if(J<E){J=E}if(J>I){J=I}F.sort(function(K,L){return(H?(K>J&&L>J)?K<L:K>L:(K<J&&L<J)?K>L:K<L)?-1:1});return D[F[0]]}}function V(){var C={},B=0;function A(D){return D.cufid||(D.cufid=++B)}this.get=function(E){var D=A(E);return C[D]||(C[D]={})}}function r(B){var C={},A={};this.get=function(D){return C[D]!=undefined?C[D]:B[D]};this.getSize=function(D,E){return A[D]||(A[D]=new g.Size(this.get(D),E))};this.extend=function(E){for(var D in E){C[D]=E[D]}return this}}function c(A,B,C){if(A.addEventListener){A.addEventListener(B,C,false)}else{if(A.attachEvent){A.attachEvent("on"+B,function(){return C.apply(A,arguments)})}}}function j(B){var A={};return function(C){if(!A.hasOwnProperty(C)){A[C]=B.apply(null,arguments)}return A[C]}}function q(C,D){if(!D){D=g.getStyle(C)}var A=D.get("fontFamily").split(/\s*,\s*/),E;for(var F=0,B=A.length;F<B;++F){E=A[F].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(k[E]){return k[E].get(D.get("fontStyle"),D.get("fontWeight"))}}return null}function m(A){return document.getElementsByTagName(A)}function l(){var B={},C;for(var D=0,A=arguments.length;D<A;++D){for(C in arguments[D]){B[C]=arguments[D][C]}}return B}function f(B,G,D,F,A,C){var H=F.separate;if(H=="none"){return W[F.engine].apply(null,arguments)}var I=document.createDocumentFragment(),L;var K=G.split(d[H]),E=(H=="words");if(E&&a){if(/^\s/.test(G)){K.unshift("")}if(/\s$/.test(G)){K.push("")}}for(var J=0,M=K.length;J<M;++J){L=W[F.engine](B,E?g.textAlign(K[J],D,J,M):K[J],D,F,A,C,J<M-1);if(L){I.appendChild(L)}}return I}function i(D,F){var H=p.get(D);if(!F){F=H.options}var C,E,I;for(var B=D.firstChild;B;B=I){I=B.nextSibling;if(B.nodeType==1){if(!B.firstChild){continue}if(!/cufon/.test(B.className)){arguments.callee(B,F);continue}}var G=B.nodeType==3?B.data:B.alt;if(G===""){continue}if(!E){E=g.getStyle(D).extend(F)}if(!C){C=q(D,E)}if(!C){continue}var A=f(C,G,E,F,B,D);if(A){B.parentNode.replaceChild(A,B)}else{B.parentNode.removeChild(B)}}if(!H.options){H.options=F}}var a=" ".split(/\s+/).length==0;var p=new V();var X=[];var W={},k={},Z={enableTextDecoration:false,engine:null,printable:true,selector:(window.Sizzle||(window.dojo&&dojo.query)||(window.$$&&function(A){return $$(A)})||(window.$&&function(A){return $(A)})||(document.querySelectorAll&&function(A){return document.querySelectorAll(A)})||m),separate:"words",textShadow:"none"};var d={words:/\s+/,characters:""};h.now=function(){Y.ready();return h};h.refresh=function(){var C=X.splice(0,X.length);for(var A=0,B=C.length;A<B;++A){h.replace.apply(null,C[A])}return h};h.registerEngine=function(A,B){if(!B){return h}W[A]=B;return h.set("engine",A)};h.registerFont=function(C){var B=new b(C),A=B.family;if(!k[A]){k[A]=new o()}k[A].add(B);return h.set("fontFamily",A)};h.replace=function(C,A,B){A=l(Z,A);if(!A.engine){return h}if(typeof A.textShadow=="string"){A.textShadow=g.textShadow(A.textShadow)}if(!B){X.push(arguments)}if(C.nodeType||typeof C=="string"){C=[C]}g.ready(function(){for(var E=0,F=C.length;E<F;++E){var D=C[E];if(typeof D=="string"){h.replace(A.selector(D),A,true)}else{i(D,A)}}});return h};h.set=function(B,A){Z[B]=A;return h};return h})();Cufon.registerEngine("canvas",(function(){var L=document.createElement("canvas");if(!L||!L.getContext||!L.getContext.apply){return null}L=null;var G=Cufon.CSS.supports("display","inline-block");var I=!G&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var H=document.createElement("style");H.type="text/css";H.appendChild(document.createTextNode("@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(I?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:none}"+(G?".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(H);function J(A,P){var B=0,C=0;var R=Cufon.VML.parsePath(A);var Q=new Array(R.length-1);generate:for(var E=0,F=R.length;E<F;++E){var D=R[E].coords;switch(R[E].type){case"v":Q[E]={m:"bezierCurveTo",a:[B+Number(D[0]),C+Number(D[1]),B+Number(D[2]),C+Number(D[3]),B+=Number(D[4]),C+=Number(D[5])]};break;case"r":Q[E]={m:"lineTo",a:[B+=Number(D[0]),C+=Number(D[1])]};break;case"m":Q[E]={m:"moveTo",a:[B=Number(D[0]),C=Number(D[1])]};break;case"x":Q[E]={m:"closePath"};break;case"e":break generate}P[Q[E].m].apply(P,Q[E].a)}return Q}function K(A,B){for(var C=0,D=A.length;C<D;++C){var E=A[C];B[E.m].apply(B,E.a)}}return function(AL,i,AQ,x,D,AK){var F=AL.viewBox;var AD=AQ.getSize("fontSize",AL.baseSize);var AS=AQ.get("letterSpacing");AS=(AS=="normal")?0:AD.convertFrom(parseInt(AS,10));var E=0,AR=0,AT=0,v=0;var g=x.textShadow,AV=[];if(g){for(var AM=0,AP=g.length;AM<AP;++AM){var B=g[AM];var AW=AD.convertFrom(parseFloat(B.offX));var AX=AD.convertFrom(parseFloat(B.offY));AV[AM]=[AW,AX];if(AX<E){E=AX}if(AW>AR){AR=AW}if(AX>AT){AT=AX}if(AW<v){v=AW}}}var AH=Cufon.CSS.textTransform(i,AQ).split("");var AF=0,l=null;for(var AM=0,AP=AH.length;AM<AP;++AM){var w=AL.glyphs[AH[AM]]||AL.missingGlyph;if(!w){continue}AF+=l=Number(w.w||AL.w)+AS}if(l===null){return null}AR+=(F.width-l);v+=F.minX;var y=document.createElement("span");y.className="cufon cufon-canvas";y.alt=i;var AC=document.createElement("canvas");var AG=y.style;var A=AC.style;var AE=AD.convert(F.height-E+AT);var AI=Math.ceil(AE);var AU=AI/AE;AC.width=Math.ceil(AD.convert(AF+AR-v)*AU);AC.height=AI;E+=F.minY;A.top=Math.round(AD.convert(E-AL.ascent))+"px";A.left=Math.round(AD.convert(v))+"px";var z=Math.ceil(AD.convert(AF*AU))+"px";if(G){AG.width=z;AG.height=AD.convert(AL.height)+"px"}else{AG.paddingLeft=z;AG.paddingBottom=(AD.convert(AL.height)-1)+"px"}var AJ=AC.getContext("2d"),C=AI/F.height;AJ.scale(C,C);AJ.translate(-v,-E);AJ.lineWidth=AL.face["underline-thickness"];AJ.save();function AB(M,N){AJ.strokeStyle=N;AJ.beginPath();AJ.moveTo(0,M);AJ.lineTo(AF,M);AJ.stroke()}var AA=x.enableTextDecoration?Cufon.CSS.textDecoration(AK,AQ):{};if(AA.underline){AB(-AL.face["underline-position"],AA.underline)}if(AA.overline){AB(AL.ascent,AA.overline)}AJ.fillStyle=AQ.get("color");function AN(){for(var N=0,O=AH.length;N<O;++N){var M=AL.glyphs[AH[N]]||AL.missingGlyph;if(!M){continue}AJ.beginPath();if(M.d){if(M.code){K(M.code,AJ)}else{M.code=J("m"+M.d,AJ)}}AJ.fill();AJ.translate(Number(M.w||AL.w)+AS,0)}}if(g){for(var AM=0,AP=g.length;AM<AP;++AM){var B=g[AM];AJ.save();AJ.fillStyle=B.color;AJ.translate.apply(AJ,AV[AM]);AN();AJ.restore()}}AN();AJ.restore();if(AA["line-through"]){AB(-AL.descent,AA["line-through"])}y.appendChild(AC);if(x.printable){var AO=document.createElement("span");AO.className="cufon-alt";AO.appendChild(document.createTextNode(i));y.appendChild(AO)}return y}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return }document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return }if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">@media screen{cvml\\:shape,cvml\\:group,cvml\\:shapetype,cvml\\:fill{behavior:url(#default#VML);display:inline-block;antialias:true;position:absolute}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{display:none}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}var G=0;function H(B,A){return E(B,/(?:em|ex|%)$/i.test(A)?"1em":A)}function E(B,A){if(/px$/i.test(A)){return parseFloat(A)}var C=B.style.left,D=B.runtimeStyle.left;B.runtimeStyle.left=B.currentStyle.left;B.style.left=A;var J=B.style.pixelLeft;B.style.left=C;B.runtimeStyle.left=D;return J}function F(C,A){var D=document.createElement("cvml:shapetype");D.id="cufon-glyph-"+G++;C.typeRef="#"+D.id;D.stroked="f";D.coordsize=A.width+","+A.height;D.coordorigin=A.minX+","+A.minY;var B="m"+A.minX+","+A.minY+" r"+A.width+","+A.height;D.path=(C.d?"m"+C.d+"x":"")+B;document.body.insertBefore(D,document.body.firstChild)}return function(AN,t,AR,w,i,AM,AT){var l=AN.viewBox;var AE=AR.computedFontSize||(AR.computedFontSize=new Cufon.CSS.Size(H(AM,AR.get("fontSize"))+"px",AN.baseSize));var AU=AR.computedLSpacing;if(AU==undefined){AU=AR.get("letterSpacing");AR.computedLSpacing=AU=(AU=="normal")?0:AE.convertFrom(E(AM,AU))}var x=document.createElement("span");x.className="cufon cufon-vml";x.alt=t;var AD=document.createElement("cvml:group");var AH=x.runtimeStyle;var C=AD.runtimeStyle;var AF=AE.convert(l.height);C.height=Math.ceil(AF);C.top=Math.round(AE.convert(l.minY-AN.ascent));C.left=Math.round(AE.convert(l.minX));var AV=parseInt(C.height,10)/AF;AH.height=AE.convert(-AN.ascent+AN.descent)+"px";var AB=w.enableTextDecoration?Cufon.CSS.textDecoration(AM,AR):{};var u=AR.get("color");var AJ=Cufon.CSS.textTransform(t,AR).split("");var AG=0,A=0,AA=null;var p=w.textShadow;for(var AO=0,AQ=AJ.length;AO<AQ;++AO){var v=AN.glyphs[AJ[AO]]||AN.missingGlyph;if(!v){continue}if(!v.typeRef){F(v,l)}var z=document.createElement("cvml:shape");z.type=v.typeRef;var AL=z.runtimeStyle;AL.width=l.width;AL.height=l.height;AL.top=0;AL.left=A;AL.zIndex=1;z.fillcolor=u;AD.appendChild(z);if(p){for(var B=0,AS=p.length;B<AS;++B){var D=p[B];var AI=Cufon.CSS.color(D.color);var AC=z.cloneNode(false),s=AC.runtimeStyle;s.top=AE.convertFrom(parseFloat(D.offY));s.left=A+AE.convertFrom(parseFloat(D.offX));s.zIndex=0;AC.fillcolor=AI.color;if(AI.opacity){var AK=document.createElement("cvml:fill");AK.opacity=AI.opacity;AC.appendChild(AK)}AD.appendChild(AC)}}AA=Number(v.w||AN.w)+AU;AG+=AA;A+=AA}if(AA===null){return null}var y=-l.minX+AG+(l.width-AA);AD.coordsize=y+","+l.height;C.width=AE.convert(y*AV);AH.width=Math.max(Math.ceil(AE.convert(AG*AV)),0);x.appendChild(AD);if(w.printable){var AP=document.createElement("span");AP.className="cufon-alt";AP.innerText=t;x.appendChild(AP)}if(!AT){x.appendChild(document.createElement("cvml:group"))}return x}})());Cufon.registerFont({w:200,face:{"font-family":"Helvetica LT Std","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4",ascent:"258",descent:"-102","x-height":"5",bbox:"-4 -276 360 90","underline-thickness":"18","underline-position":"-36",stemh:"18",stemv:"22","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:100},"!":{d:"52,-65r-5,-114r0,-80r26,0r0,80r-5,114r-16,0xm73,0r-26,0r0,-32r26,0r0,32",w:119},'"':{d:"21,-178r0,-81r18,0r0,81r-18,0xm60,-178r0,-81r19,0r0,81r-19,0",w:100},"#":{d:"181,-103r0,21r-40,0r-11,82r-21,0r11,-82r-49,0r-13,82r-21,0r12,-82r-39,0r0,-21r43,0r7,-51r-40,0r0,-21r43,0r12,-76r21,0r-11,76r49,0r11,-76r21,0r-11,76r36,0r0,21r-39,0r-7,51r36,0xm131,-154r-49,0r-8,51r49,0"},"$":{d:"92,-142r0,-92v-27,0,-49,18,-49,45v0,31,22,40,49,47xm109,-116r0,103v30,0,54,-22,54,-52v0,-35,-24,-44,-54,-51xm109,7r0,27r-17,0r0,-27v-45,-2,-77,-29,-79,-80r24,0v0,32,22,59,55,60r0,-107v-40,-9,-72,-23,-72,-68v0,-40,33,-67,72,-66r0,-22r17,0r0,22v39,0,68,23,70,64r-23,0v-1,-27,-21,-44,-47,-44r0,95v47,12,77,24,77,78v0,42,-39,67,-77,68"},"%":{d:"237,-119v33,0,59,27,59,59v0,33,-26,60,-59,60v-33,0,-60,-27,-60,-60v0,-32,27,-59,60,-59xm237,-99v-22,0,-39,18,-39,40v0,20,18,38,39,38v20,0,38,-18,38,-39v0,-21,-18,-39,-38,-39xm143,-192v0,33,-27,60,-59,60v-33,0,-60,-27,-60,-60v0,-32,27,-59,60,-59v32,0,59,27,59,59xm84,-153v20,0,39,-18,39,-39v0,-20,-18,-39,-39,-39v-22,0,-39,18,-39,39v0,22,18,39,39,39xm240,-254r-142,259r-19,0r143,-259r18,0",w:320},"&":{d:"163,-47r-73,-88v-29,13,-51,39,-51,67v0,68,96,68,124,21xm136,-194v9,-20,-4,-46,-31,-46v-18,0,-34,12,-34,31v0,16,18,38,27,49v14,-9,31,-18,38,-34xm111,-144r65,77v9,-15,10,-33,10,-50r22,0v-1,23,-5,47,-18,67r42,50r-29,0r-26,-31v-42,63,-163,46,-162,-39v0,-39,29,-65,62,-80v-14,-17,-28,-36,-28,-58v0,-33,27,-51,58,-51v32,0,55,22,55,50v0,34,-24,49,-51,65",w:240},"\u2019":{d:"55,-259v1,36,3,75,-26,81v-2,-22,17,-19,12,-50r-12,0r0,-31r26,0",w:79},"(":{d:"81,-266r19,0v-72,99,-72,236,0,335r-19,0v-80,-97,-81,-239,0,-335",w:119},")":{d:"39,69r-19,0v72,-98,72,-237,0,-335r19,0v81,97,80,239,0,335",w:119},"*":{d:"22,-233r40,16r0,-42r15,0r0,42r41,-15r6,16r-41,13r27,38r-14,9r-27,-39r-28,38r-13,-10r28,-36r-40,-14",w:140},"+":{d:"108,-101r0,-79r22,0r0,79r79,0r0,22r-79,0r0,79r-22,0r0,-79r-79,0r0,-22r79,0",w:237},",":{d:"63,-32v1,36,3,77,-26,81v-3,-22,17,-18,12,-49r-12,0r0,-32r26,0",w:100},"-":{d:"14,-105r91,0r0,23r-91,0r0,-23",w:119},".":{d:"63,0r-26,0r0,-32r26,0r0,32",w:100},"/":{d:"104,-266r-85,298r-20,0r85,-298r20,0",w:100},"0":{d:"163,-125v0,-55,-10,-109,-64,-109v-50,0,-62,55,-62,112v0,65,14,108,63,108v55,0,63,-60,63,-111xm100,-254v75,0,86,73,86,132v0,67,-16,127,-86,127v-70,0,-86,-60,-86,-130v0,-64,13,-129,86,-129"},"1":{d:"109,0r0,-189r-66,0r0,-15v39,-2,63,-6,70,-50r19,0r0,254r-23,0"},"2":{d:"17,0v-4,-104,151,-112,143,-182v0,-33,-24,-52,-56,-52v-33,0,-56,29,-55,63r-24,0v0,-50,32,-83,82,-83v51,0,78,32,78,70v-2,98,-131,80,-143,165r141,0r0,19r-166,0"},"3":{d:"21,-180v-3,-43,37,-78,82,-74v40,0,72,20,72,63v0,26,-11,46,-36,56v81,31,48,141,-36,140v-59,0,-85,-19,-91,-78r23,0v0,38,26,59,63,59v37,0,65,-28,63,-58v-1,-41,-37,-54,-81,-50r0,-19v42,0,72,-10,72,-49v0,-31,-25,-44,-54,-44v-32,0,-54,22,-54,54r-23,0"},"4":{d:"129,0r0,-63r-116,0r0,-19r118,-169r21,0r0,169r35,0r0,19r-35,0r0,63r-23,0xm129,-217r-93,135r93,0r0,-135"},"5":{d:"13,-66r23,0v4,34,29,52,62,52v38,0,61,-29,61,-65v6,-65,-86,-88,-118,-38r-19,-3r20,-131r126,0r0,19r-106,0r-16,85v57,-38,139,-8,136,68v5,106,-163,115,-169,13"},"6":{d:"181,-192r-24,0v-5,-25,-21,-42,-48,-42v-62,0,-68,67,-71,114v14,-19,29,-39,66,-39v52,0,81,31,81,82v0,51,-30,82,-81,82v-51,0,-89,-32,-89,-121v0,-60,17,-138,92,-138v40,0,69,22,74,62xm104,-140v-36,0,-58,29,-58,63v0,29,16,63,58,63v43,0,58,-34,58,-64v0,-39,-19,-62,-58,-62"},"7":{d:"21,-228r0,-23r162,0r0,21v-73,82,-100,180,-103,230r-25,0v5,-73,52,-168,100,-228r-134,0"},"8":{d:"100,-124v-35,0,-61,17,-61,54v0,31,24,56,63,56v33,0,59,-23,59,-57v0,-36,-27,-53,-61,-53xm99,-234v-28,0,-51,15,-51,45v0,32,26,45,54,45v28,0,49,-14,49,-50v0,-25,-17,-40,-52,-40xm60,-136v-62,-28,-34,-123,37,-118v39,0,77,19,77,62v0,26,-11,45,-35,57v28,10,45,33,45,63v0,50,-35,77,-89,77v-37,0,-79,-25,-79,-75v0,-30,15,-55,44,-66"},"9":{d:"19,-56r23,0v6,27,22,42,50,42v60,0,68,-67,70,-114v-35,68,-154,44,-147,-42v0,-48,26,-84,81,-84v69,0,89,57,89,128v0,86,-38,131,-92,131v-40,0,-70,-19,-74,-61xm96,-234v-38,0,-58,25,-58,65v0,38,21,61,58,61v36,0,57,-28,57,-63v0,-37,-21,-63,-57,-63"},":":{d:"63,0r-26,0r0,-32r26,0r0,32xm63,-145r-26,0r0,-32r26,0r0,32",w:100},";":{d:"63,-32v1,36,3,77,-26,81v-3,-22,17,-18,12,-49r-12,0r0,-32r26,0xm63,-145r-26,0r0,-32r26,0r0,32",w:100},"<":{d:"57,-92r152,71r0,23r-180,-84r0,-20r180,-80r0,23",w:237},"=":{d:"209,-136r0,22r-180,0r0,-22r180,0xm209,-66r0,21r-180,0r0,-21r180,0",w:237},">":{d:"209,-102r0,20r-180,84r0,-23r151,-71r-151,-67r0,-23",w:237},"?":{d:"170,-198v1,54,-79,64,-71,132r-21,0v-13,-63,66,-89,69,-134v0,-26,-21,-47,-56,-47v-36,0,-56,27,-55,61r-22,0v-4,-48,31,-80,77,-80v49,0,79,27,79,68xm102,0r-26,0r0,-32r26,0r0,32",w:180},"@":{d:"246,-60r21,0v-22,42,-69,67,-116,67v-77,0,-137,-62,-137,-138v0,-75,62,-135,135,-135v70,0,125,48,125,114v0,57,-46,105,-84,105v-13,0,-27,-6,-31,-19v-31,34,-97,15,-93,-36v0,-48,36,-109,89,-109v17,0,33,8,40,24r6,-17r24,0r-36,109v-6,16,-9,29,6,29v30,0,57,-49,57,-87v0,-59,-48,-95,-102,-95v-66,0,-114,55,-114,120v0,65,50,117,115,117v37,0,74,-18,95,-49xm121,-71v33,0,60,-60,60,-92v0,-14,-10,-27,-25,-27v-38,0,-63,54,-63,86v0,18,10,33,28,33",w:288},A:{d:"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0",w:240},B:{d:"54,-124r0,103v63,-2,141,15,141,-52v0,-65,-79,-49,-141,-51xm54,-238r0,93v57,2,139,3,129,-49v10,-49,-73,-45,-129,-44xm220,-73v2,94,-105,70,-191,73r0,-259r94,0v61,0,85,26,85,65v0,36,-21,52,-42,56v36,6,54,31,54,65",w:240},C:{d:"238,-184r-25,0v-10,-44,-37,-61,-82,-61v-62,0,-89,53,-89,115v0,58,21,116,92,116v44,0,72,-30,82,-71r25,0v-11,50,-43,92,-112,92v-80,0,-112,-63,-112,-137v0,-99,52,-136,121,-136v53,0,92,28,100,82",w:259},D:{d:"210,-32v-41,46,-107,29,-181,32r0,-259v64,3,125,-11,169,19v57,52,56,148,12,208xm216,-130v4,-58,-30,-117,-104,-108r-58,0r0,217v45,-2,85,7,119,-12v35,-17,43,-62,43,-97",w:259},E:{d:"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21",w:219},F:{d:"51,0r-24,0r0,-259r167,0r0,21r-143,0r0,93r130,0r0,21r-130,0r0,124"},G:{d:"227,-113r-88,0r0,-21r111,0r0,134r-21,0r0,-44v-18,31,-45,51,-97,51v-65,0,-113,-46,-113,-138v0,-76,38,-135,120,-135v54,0,97,27,108,82r-25,0v-9,-39,-43,-61,-81,-61v-69,0,-97,50,-97,124v0,57,34,107,94,107v45,5,94,-42,89,-99",w:280},H:{d:"53,0r-24,0r0,-259r24,0r0,111r154,0r0,-111r24,0r0,259r-24,0r0,-127r-154,0r0,127",w:259},I:{d:"62,0r-24,0r0,-259r24,0r0,259",w:100},J:{d:"8,-82r24,0v0,32,2,67,47,67v34,0,46,-20,46,-57r0,-187r24,0r0,188v0,50,-23,78,-73,78v-58,0,-68,-43,-68,-89",w:180},K:{d:"55,0r-24,0r0,-259r24,0r0,134r133,-134r28,0r-103,103r121,156r-30,0r-108,-141r-41,41r0,100",w:240},L:{d:"193,0r-164,0r0,-259r25,0r0,238r139,0r0,21"},M:{d:"53,0r-25,0r0,-259r38,0r85,228r84,-228r37,0r0,259r-25,0r0,-231r-85,231r-23,0r-86,-231r0,231",w:299},N:{d:"203,0r-150,-226r0,226r-25,0r0,-259r28,0r151,226r0,-226r24,0r0,259r-28,0",w:259},O:{d:"19,-129v0,-76,42,-137,120,-137v81,0,122,61,122,137v0,74,-41,136,-121,136v-80,0,-121,-62,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-66,0,-95,56,-95,116v0,61,28,115,96,115",w:280},P:{d:"53,0r-25,0r0,-259r95,0v67,0,84,33,84,72v-4,78,-79,74,-154,73r0,114xm53,-135v61,-1,130,10,130,-54v0,-54,-72,-51,-130,-49r0,103",w:219},Q:{d:"220,-24r35,26r-14,17r-38,-30v-18,11,-40,18,-65,18v-80,0,-121,-62,-121,-136v0,-72,39,-137,120,-137v73,0,122,49,122,137v0,42,-13,79,-39,105xm167,-65r35,26v22,-20,32,-54,32,-90v0,-78,-41,-116,-96,-116v-67,0,-96,56,-96,116v-8,78,67,143,142,103r-30,-22",w:280},R:{d:"53,-139v62,-1,141,13,141,-51v-2,-67,-80,-44,-141,-48r0,99xm176,-128v50,11,26,105,44,128r-27,0v-10,-18,-7,-66,-11,-86v-11,-51,-77,-26,-129,-32r0,118r-24,0r0,-259v82,1,196,-16,190,68v0,33,-13,50,-43,63",w:240},S:{d:"15,-77r24,0v4,46,35,63,75,63v46,0,66,-25,66,-54v0,-80,-158,-27,-158,-129v0,-36,29,-69,87,-69v59,0,88,35,88,77r-24,0v0,-39,-30,-56,-64,-56v-49,0,-67,30,-63,57v11,67,158,19,158,119v0,48,-35,76,-95,76v-54,0,-94,-28,-94,-84",w:219},T:{d:"6,-238r0,-21r188,0r0,21r-82,0r0,238r-24,0r0,-238r-82,0"},U:{d:"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,68,-33,105,-100,105v-68,0,-100,-38,-100,-105",w:259},V:{d:"96,0r-90,-259r26,0r78,230r78,-230r25,0r-90,259r-27,0",w:219},W:{d:"174,-259r59,224r57,-224r25,0r-68,259r-27,0r-61,-229r-60,229r-27,0r-67,-259r25,0r56,224r60,-224r28,0",w:320},X:{d:"185,0r-76,-114r-75,114r-28,0r90,-133r-86,-126r29,0r70,109r72,-109r28,0r-85,126r89,133r-28,0",w:219},Y:{d:"32,-259r77,125r78,-125r28,0r-94,146r0,113r-24,0r0,-111r-93,-148r28,0",w:219},Z:{d:"208,0r-197,0r0,-21r166,-217r-152,0r0,-21r182,0r0,20r-166,218r167,0r0,21",w:219},"[":{d:"101,69r-68,0r0,-335r69,0r0,18r-46,0r0,299r45,0r0,18",w:119},"\\":{d:"81,32r-85,-298r21,0r84,298r-20,0",w:100},"]":{d:"87,-266r0,335r-69,0r0,-18r46,0r0,-299r-45,0r0,-18r68,0",w:119},"^":{d:"47,-88r-21,0r83,-163r19,0r83,163r-21,0r-72,-141",w:237},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},"\u2018":{d:"25,-178v-1,-36,-3,-77,26,-81v2,22,-17,18,-12,49r12,0r0,32r-26,0",w:79},a:{d:"148,-98v-37,17,-110,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-129,46,-131,-23v-5,-41,47,-57,95,-60v16,0,36,-6,36,-25v0,-22,-13,-38,-46,-38v-30,0,-51,10,-55,42r-22,0v-1,-79,146,-88,145,-4r0,102v0,17,4,21,22,14r0,17"},b:{d:"50,-94v0,45,22,80,63,80v36,0,63,-27,64,-73v2,-47,-19,-85,-64,-85v-39,0,-63,36,-63,78xm51,-33v-3,8,0,23,-1,33r-22,0r0,-259r22,0r0,102v14,-22,40,-35,67,-35v57,0,83,47,83,99v0,55,-24,98,-84,98v-24,0,-53,-13,-65,-38",w:219},c:{d:"180,-128r-22,0v-8,-28,-27,-44,-55,-44v-86,1,-85,157,0,158v32,0,52,-19,57,-50r23,0v-8,41,-34,69,-80,69v-60,0,-86,-43,-86,-98v0,-52,30,-99,86,-99v42,0,71,21,77,64"},d:{d:"170,-94v0,-42,-24,-78,-63,-78v-45,0,-66,38,-64,85v1,46,28,73,64,73v41,0,63,-35,63,-80xm170,-157r0,-102r22,0r0,259r-22,0v-1,-10,2,-25,-1,-33v-12,25,-41,38,-65,38v-60,0,-84,-43,-84,-98v0,-52,26,-99,83,-99v27,0,53,13,67,35",w:219},e:{d:"39,-106r122,0v0,-37,-20,-66,-59,-66v-38,0,-58,31,-63,66xm184,-88r-145,0v0,40,21,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-34,62,-81,62v-60,0,-86,-42,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104"},f:{d:"35,-168r-28,0r0,-18r28,0v-4,-49,5,-88,58,-77r0,20v-36,-10,-39,21,-36,57r36,0r0,18r-36,0r0,168r-22,0r0,-168",w:100},g:{d:"170,-93v0,-45,-22,-79,-63,-79v-36,0,-63,26,-64,73v-2,47,19,85,64,85v39,0,63,-36,63,-79xm169,-154v3,-8,0,-22,1,-32r22,0r0,168v0,50,-17,94,-88,94v-55,0,-77,-31,-79,-53r23,0v7,28,30,34,56,34v59,0,67,-44,66,-87v-14,23,-40,35,-67,35v-57,0,-83,-46,-83,-99v0,-55,24,-98,84,-98v24,0,53,14,65,38",w:219},h:{d:"104,-172v-75,0,-53,98,-56,172r-22,0r0,-259r22,0r0,98v36,-52,134,-36,126,39r0,122r-22,0v-8,-66,29,-174,-48,-172"},i:{d:"51,0r-22,0r0,-186r22,0r0,186xm52,-227r-24,0r0,-32r24,0r0,32",w:79},j:{d:"32,-186r21,0r0,211v4,38,-13,53,-51,47r0,-19v25,3,30,-6,30,-25r0,-214xm54,-259r0,32r-23,0r0,-32r23,0",w:79},k:{d:"46,0r-22,0r0,-259r22,0r0,161r92,-88r29,0r-70,67r78,119r-24,0r-70,-104r-35,33r0,71",w:180},l:{d:"51,0r-22,0r0,-259r22,0r0,259",w:79},m:{d:"99,-172v-69,0,-53,98,-54,172r-22,0r0,-186r22,0r0,28v12,-22,34,-34,58,-34v35,0,47,17,55,36v12,-24,34,-36,61,-36v90,5,47,114,57,192r-21,0r0,-129v0,-27,-9,-43,-40,-43v-34,-2,-58,35,-54,72r0,100r-22,0r0,-129v0,-27,-9,-43,-40,-43",w:299},n:{d:"104,-172v-75,0,-53,98,-56,172r-22,0r0,-186r22,0r0,25v36,-52,134,-36,126,39r0,122r-22,0v-8,-66,29,-174,-48,-172"},o:{d:"100,5v-47,-1,-86,-33,-86,-98v0,-55,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,38,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79"},p:{d:"50,-93v0,43,24,79,63,79v45,0,66,-38,64,-85v-1,-47,-28,-73,-64,-73v-41,0,-63,34,-63,79xm50,-30r0,103r-22,0r0,-259r22,0v1,10,-2,24,1,32v12,-24,41,-38,65,-38v60,0,84,43,84,98v0,53,-26,99,-83,99v-27,0,-53,-12,-67,-35",w:219},q:{d:"170,-94v0,-42,-24,-78,-63,-78v-45,0,-66,38,-64,85v1,46,28,73,64,73v41,0,63,-35,63,-80xm169,-154v3,-8,0,-22,1,-32r22,0r0,259r-22,0r0,-103v-14,23,-40,35,-67,35v-57,0,-83,-46,-83,-99v0,-55,24,-98,84,-98v24,0,53,14,65,38",w:219},r:{d:"110,-168v-81,-1,-57,94,-61,168r-22,0r0,-186r22,0r0,34v12,-29,30,-40,61,-40r0,24",w:119},s:{d:"17,-58r22,0v6,32,23,44,55,44v32,0,46,-17,46,-35v0,-54,-119,-16,-119,-89v0,-31,24,-54,65,-54v41,0,67,17,72,59r-22,0v1,-51,-92,-51,-92,-7v0,51,119,19,119,91v0,35,-32,54,-76,54v-43,0,-69,-28,-70,-63",w:180},t:{d:"91,-17r0,18v-25,8,-62,7,-58,-33r0,-136r-26,0r0,-18r26,0r0,-52r22,0r0,52r35,0r0,18r-35,0r0,127v-5,28,16,31,36,24",w:100},u:{d:"95,-14v71,1,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-11,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-28,173,47,172"},v:{d:"77,0r-71,-186r24,0r60,159r60,-159r24,0r-72,186r-25,0",w:180},w:{d:"143,-186r41,157r49,-157r22,0r-61,186r-23,0r-41,-157r-42,157r-26,0r-57,-186r22,0r48,159r43,-159r25,0",w:259},x:{d:"147,0r-56,-81r-58,81r-27,0r72,-96r-66,-90r27,0r51,74r53,-74r28,0r-68,90r70,96r-26,0",w:180},y:{d:"24,71r0,-20v38,13,47,-27,55,-50r-73,-187r25,0r59,160r60,-160r24,0r-70,183v-23,55,-28,85,-80,74",w:180},z:{d:"168,0r-156,0r0,-19r124,-149r-116,0r0,-18r143,0r0,19r-123,149r128,0r0,18",w:180},"{":{d:"16,-98v74,-11,-22,-175,82,-167v-64,14,7,144,-59,167v67,10,-8,147,61,167v-73,7,-50,-66,-54,-126v0,-21,-5,-37,-30,-41",w:119},"|":{d:"29,-270r22,0r0,360r-22,0r0,-360",w:79},"}":{d:"18,-267v74,-7,51,65,55,125v0,22,5,37,30,42v-76,10,23,172,-82,167v65,-14,-8,-146,59,-167v-68,-11,10,-148,-62,-167",w:119},"~":{d:"158,-71v-26,-1,-53,-22,-78,-25v-20,0,-31,19,-39,33r-12,-17v10,-15,25,-37,51,-37v24,0,57,25,79,26v16,0,29,-18,35,-31r15,12v-10,20,-26,39,-51,39",w:237},"'":{d:"31,-178r0,-81r18,0r0,81r-18,0",w:79},"\u201c":{d:"85,-178v-1,-36,-3,-77,27,-81v2,22,-18,18,-13,49r13,0r0,32r-27,0xm31,-178v-1,-36,-3,-77,26,-81v2,22,-17,18,-12,49r12,0r0,32r-26,0",w:140},"\u2013":{d:"180,-102r0,16r-180,0r0,-16r180,0",w:180},"\u201d":{d:"109,-259v1,36,3,75,-26,81v-2,-22,17,-19,12,-50r-12,0r0,-31r26,0xm55,-259v1,37,3,75,-27,81v-3,-23,18,-19,13,-50r-13,0r0,-31r27,0",w:140},"\u2026":{d:"73,0r-26,0r0,-32r26,0r0,32xm193,0r-26,0r0,-32r26,0r0,32xm313,0r-26,0r0,-32r26,0r0,32",w:360},"`":{d:"66,-207r-50,-50r28,0r40,50r-18,0",w:119},"\u2014":{d:"360,-86r-360,0r0,-16r360,0r0,16",w:360},"\u2122":{d:"309,-259r0,151r-18,0r-1,-135r-52,135r-13,0r-53,-135r0,135r-18,0r0,-151r34,0r44,112r43,-112r34,0xm126,-259r0,14r-49,0r0,137r-18,0r0,-137r-49,0r0,-14r116,0",w:338},"\u00d7":{d:"119,-78r-76,76r-13,-13r76,-76r-76,-76r13,-13r76,76r76,-76r13,13r-76,76r76,76r-13,13",w:237}}});var AudioPlayer=function(){var H=[];var K;var I="";var G={};var J=-1;function L(A){return document.all?window[A]:document[A]}return{setup:function(A,B){I=A;G=B},getPlayer:function(A){return L(A)},embed:function(F,B){var R={};var D;var T;var A;var S;var C={};var Q={};var E={};for(D in G){R[D]=G[D]}for(D in B){R[D]=B[D]}if(R.transparentpagebg=="yes"){C.bgcolor="#FFFFFF";C.wmode="transparent"}else{if(R.pagebg){C.bgcolor="#"+R.pagebg}C.wmode="opaque"}C.menu="false";for(D in R){if(D=="pagebg"||D=="width"||D=="transparentpagebg"){continue}Q[D]=R[D]}E.name=F;E.style="outline: none";Q.playerID=F;audioplayer_swfobject.embedSWF(I,F,R.width.toString(),"24","9",false,Q,C,E);H.push(F)},syncVolumes:function(C,A){J=A;for(var B=0;B<H.length;B++){if(H[B]!=C){L(H[B]).setVolume(J)}}},activate:function(A){if(K&&K!=A){L(K).close()}K=A},load:function(B,D,A,C){L(B).load(D,A,C)},close:function(A){L(A).close();if(A==K){K=null}},open:function(A){L(A).open()},getVolume:function(A){return J}}}();var audioplayer_swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);
/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/
return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return }f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){J.parentNode.removeChild(J);E()}}function E(){if(e){return }if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return }}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r++){o[r]()}}function f(q){if(e){q()}else{o[o.length]=q}}function R(r){if(typeof j.addEventListener!=b){j.addEventListener("load",r,false)}else{if(typeof K.addEventListener!=b){K.addEventListener("load",r,false)}else{if(typeof j.attachEvent!=b){I(j,"onload",r)}else{if(typeof j.onload=="function"){var q=j.onload;j.onload=function(){q();r()}}else{j.onload=r}}}}}function H(){var t=N.length;for(var q=0;q<t;q++){var u=N[q].id;if(h.pv[0]>0){var r=C(u);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r)}W(u,true)}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q])}else{O(r)}}}}else{W(u,true)}}}function Y(t){var q=t.getElementsByTagName(Q)[0];if(q){var w=a("embed"),y=q.attributes;if(y){var v=y.length;for(var u=0;u<v;u++){if(y[u].nodeName=="DATA"){w.setAttribute("src",y[u].nodeValue)}else{w.setAttribute(y[u].nodeName,y[u].nodeValue)}}}var x=q.childNodes;if(x){var z=x.length;for(var r=0;r<z;r++){if(x[r].nodeType==1&&x[r].nodeName=="PARAM"){w.setAttribute(x[r].getAttribute("name"),x[r].getAttribute("value"))}}}t.parentNode.replaceChild(w,t)}}function k(w){A=true;var u=C(w.id);if(u){if(w.altContentId){var y=C(w.altContentId);if(y){M=y;l=w.altContentId}}else{M=G(u)}if(!(/%$/.test(w.width))&&parseInt(w.width,10)<310){w.width="310"}if(!(/%$/.test(w.height))&&parseInt(w.height,10)<137){w.height="137"}K.title=K.title.slice(0,47)+" - Flash Player Installation";var z=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+z+"&MMdoctitle="+q,x=w.id;if(h.ie&&h.win&&u.readyState!=4){var t=a("div");x+="SWFObjectNew";t.setAttribute("id",x);u.parentNode.insertBefore(t,u);u.style.display="none";var v=function(){u.parentNode.removeChild(u)};I(j,"onload",v)}U({data:w.expressInstall,id:m,width:w.width,height:w.height},{flashvars:r},x)}}function O(t){if(h.ie&&h.win&&t.readyState!=4){var r=a("div");t.parentNode.insertBefore(r,t);r.parentNode.replaceChild(G(t),r);t.style.display="none";var q=function(){t.parentNode.removeChild(t)};I(j,"onload",q)}else{t.parentNode.replaceChild(G(t),t)}}function G(v){var u=a("div");if(h.win&&h.ie){u.innerHTML=v.innerHTML}else{var r=v.getElementsByTagName(Q)[0];if(r){var w=r.childNodes;if(w){var q=w.length;for(var t=0;t<q;t++){if(!(w[t].nodeType==1&&w[t].nodeName=="PARAM")&&!(w[t].nodeType==8)){u.appendChild(w[t].cloneNode(true))}}}}}return u}function U(AG,AE,t){var q,v=C(t);if(v){if(typeof AG.id==b){AG.id=t}if(h.ie&&h.win){var AF="";for(var AB in AG){if(AG[AB]!=Object.prototype[AB]){if(AB.toLowerCase()=="data"){AE.movie=AG[AB]}else{if(AB.toLowerCase()=="styleclass"){AF+=' class="'+AG[AB]+'"'}else{if(AB.toLowerCase()!="classid"){AF+=" "+AB+'="'+AG[AB]+'"'}}}}}var AD="";for(var AA in AE){if(AE[AA]!=Object.prototype[AA]){AD+='<param name="'+AA+'" value="'+AE[AA]+'" />'}}v.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AF+">"+AD+"</object>";i[i.length]=AG.id;q=C(AG.id)}else{if(h.webkit&&h.webkit<312){var AC=a("embed");AC.setAttribute("type",P);for(var z in AG){if(AG[z]!=Object.prototype[z]){if(z.toLowerCase()=="data"){AC.setAttribute("src",AG[z])}else{if(z.toLowerCase()=="styleclass"){AC.setAttribute("class",AG[z])}else{if(z.toLowerCase()!="classid"){AC.setAttribute(z,AG[z])}}}}}for(var y in AE){if(AE[y]!=Object.prototype[y]){if(y.toLowerCase()!="movie"){AC.setAttribute(y,AE[y])}}}v.parentNode.replaceChild(AC,v);q=AC}else{var u=a(Q);u.setAttribute("type",P);for(var x in AG){if(AG[x]!=Object.prototype[x]){if(x.toLowerCase()=="styleclass"){u.setAttribute("class",AG[x])}else{if(x.toLowerCase()!="classid"){u.setAttribute(x,AG[x])}}}}for(var w in AE){if(AE[w]!=Object.prototype[w]&&w.toLowerCase()!="movie"){F(u,w,AE[w])}}v.parentNode.replaceChild(u,v);q=u}}}return q}function F(t,q,r){var u=a("param");u.setAttribute("name",q);u.setAttribute("value",r);t.appendChild(u)}function X(r){var q=C(r);if(q&&(q.nodeName=="OBJECT"||q.nodeName=="EMBED")){if(h.ie&&h.win){if(q.readyState==4){B(r)}else{j.attachEvent("onload",function(){B(r)})}}else{q.parentNode.removeChild(q)}}}function B(t){var r=C(t);if(r){for(var q in r){if(typeof r[q]=="function"){r[q]=null}}r.parentNode.removeChild(r)}}function C(t){var q=null;try{q=K.getElementById(t)}catch(r){}return q}function a(q){return K.createElement(q)}function I(t,q,r){t.attachEvent(q,r);d[d.length]=[t,q,r]}function c(t){var r=h.pv,q=t.split(".");q[0]=parseInt(q[0],10);q[1]=parseInt(q[1],10)||0;q[2]=parseInt(q[2],10)||0;return(r[0]>q[0]||(r[0]==q[0]&&r[1]>q[1])||(r[0]==q[0]&&r[1]==q[1]&&r[2]>=q[2]))?true:false}function V(v,r){if(h.ie&&h.mac){return }var u=K.getElementsByTagName("head")[0],t=a("style");t.setAttribute("type","text/css");t.setAttribute("media","screen");if(!(h.ie&&h.win)&&typeof K.createTextNode!=b){t.appendChild(K.createTextNode(v+" {"+r+"}"))}u.appendChild(t);if(h.ie&&h.win&&typeof K.styleSheets!=b&&K.styleSheets.length>0){var q=K.styleSheets[K.styleSheets.length-1];if(typeof q.addRule==Q){q.addRule(v,r)}}}function W(t,q){var r=q?"visible":"hidden";if(e&&C(t)){C(t).style.visibility=r}else{V("#"+t,"visibility:"+r)}}function g(s){var r=/[\\\"<>\.;]/;var q=r.exec(s)!=null;return q?encodeURIComponent(s):s}var D=function(){if(h.ie&&h.win){window.attachEvent("onunload",function(){var w=d.length;for(var v=0;v<w;v++){d[v][0].detachEvent(d[v][1],d[v][2])}var t=i.length;for(var u=0;u<t;u++){X(i[u])}for(var r in h){h[r]=null}h=null;for(var q in audioplayer_swfobject){audioplayer_swfobject[q]=null}audioplayer_swfobject=null})}}();return{registerObject:function(u,q,t){if(!h.w3cdom||!u||!q){return }var r={};r.id=u;r.swfVersion=q;r.expressInstall=t?t:false;N[N.length]=r;W(u,false)},getObjectById:function(v){var q=null;if(h.w3cdom){var t=C(v);if(t){var u=t.getElementsByTagName(Q)[0];if(!u||(u&&typeof t.SetVariable!=b)){q=t}else{if(typeof u.SetVariable!=b){q=u}}}}return q},embedSWF:function(x,AE,AB,AD,q,w,r,z,AC){if(!h.w3cdom||!x||!AE||!AB||!AD||!q){return }AB+="";AD+="";if(c(q)){W(AE,false);var AA={};if(AC&&typeof AC===Q){for(var v in AC){if(AC[v]!=Object.prototype[v]){AA[v]=AC[v]}}}AA.data=x;AA.width=AB;AA.height=AD;var y={};if(z&&typeof z===Q){for(var u in z){if(z[u]!=Object.prototype[u]){y[u]=z[u]}}}if(r&&typeof r===Q){for(var t in r){if(r[t]!=Object.prototype[t]){if(typeof y.flashvars!=b){y.flashvars+="&"+t+"="+r[t]}else{y.flashvars=t+"="+r[t]}}}}f(function(){U(AA,y,AE);if(AA.id==AE){W(AE,true)}})}else{if(w&&!A&&c("6.0.65")&&(h.win||h.mac)){A=true;W(AE,false);f(function(){var AF={};AF.id=AF.altContentId=AE;AF.width=AB;AF.height=AD;AF.expressInstall=w;k(AF)})}}},getFlashPlayerVersion:function(){return{major:h.pv[0],minor:h.pv[1],release:h.pv[2]}},hasFlashPlayerVersion:c,createSWF:function(t,r,q){if(h.w3cdom){return U(t,r,q)}else{return undefined}},removeSWF:function(q){if(h.w3cdom){X(q)}},createCSS:function(r,q){if(h.w3cdom){V(r,q)}},addDomLoadEvent:f,addLoadEvent:R,getQueryParamValue:function(v){var u=K.location.search||K.location.hash;if(v==null){return g(u)}if(u){var t=u.substring(1).split("&");for(var r=0;r<t.length;r++){if(t[r].substring(0,t[r].indexOf("="))==v){return g(t[r].substring((t[r].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(A&&M){var q=C(m);if(q){q.parentNode.replaceChild(M,q);if(l){W(l,true);if(h.ie&&h.win){M.style.display="block"}}M=null;l=null;A=false}}}}}();(function(){function G(O){console.log("$f.fireEvent",[].slice.call(O))}function K(Q){if(!Q||typeof Q!="object"){return Q}var O=new Q.constructor();for(var P in Q){if(Q.hasOwnProperty(P)){O[P]=K(Q[P])}}return O}function M(T,Q){if(!T){return }var O,P=0,R=T.length;if(R===undefined){for(O in T){if(Q.call(T[O],O,T[O])===false){break}}}else{for(var S=T[0];P<R&&Q.call(S,P,S)!==false;S=T[++P]){}}return T}function C(O){return document.getElementById(O)}function I(Q,P,O){if(Q&&P){M(P,function(R,S){if(!O||typeof S!="function"){Q[R]=S}})}}function N(S){var Q=S.indexOf(".");if(Q!=-1){var P=S.substring(0,Q)||"*";var O=S.substring(Q+1,S.length);var R=[];M(document.getElementsByTagName(P),function(){if(this.className&&this.className.indexOf(O)!=-1){R.push(this)}});return R}}function F(O){O=O||window.event;if(O.preventDefault){O.stopPropagation();O.preventDefault()}else{O.returnValue=false;O.cancelBubble=true}return false}function J(Q,O,P){Q[O]=Q[O]||[];Q[O].push(P)}function E(){return"_"+(""+Math.random()).substring(2,10)}var H=function(T,R,S){var Q=this;var P={};var U={};Q.index=R;if(typeof T=="string"){T={url:T}}I(this,T,true);M(("Begin*,Start,Pause*,Resume*,Seek*,Stop*,Finish*,LastSecond,Update,BufferFull,BufferEmpty,BufferStop").split(","),function(){var V="on"+this;if(V.indexOf("*")!=-1){V=V.substring(0,V.length-1);var W="onBefore"+V.substring(2);Q[W]=function(X){J(U,W,X);return Q}}Q[V]=function(X){J(U,V,X);return Q};if(R==-1){if(Q[W]){S[W]=Q[W]}if(Q[V]){S[V]=Q[V]}}});I(this,{onCuepoint:function(X,W){if(arguments.length==1){P.embedded=[null,X];return Q}if(typeof X=="number"){X=[X]}var V=E();P[V]=[X,W];if(S.isLoaded()){S._api().fp_addCuepoints(X,R,V)}return Q},update:function(W){I(Q,W);if(S.isLoaded()){S._api().fp_updateClip(W,R)}var V=S.getConfig();var X=(R==-1)?V.clip:V.playlist[R];I(X,W,true)},_fireEvent:function(V,Y,W,a){if(V=="onLoad"){M(P,function(b,c){if(c[0]){S._api().fp_addCuepoints(c[0],R,b)}});return false}a=a||Q;if(V=="onCuepoint"){var Z=P[Y];if(Z){return Z[1].call(S,a,W)}}if(V=="onStart"||V=="onUpdate"){I(a,Y);if(!a.duration){a.duration=Y.metaData.duration}else{a.fullDuration=Y.metaData.duration}}var X=true;M(U[V],function(){X=this.call(S,a,Y,W)});return X}});if(T.onCuepoint){var O=T.onCuepoint;Q.onCuepoint.apply(Q,typeof O=="function"?[O]:O);delete T.onCuepoint}M(T,function(V,W){if(typeof W=="function"){J(U,V,W);delete T[V]}});if(R==-1){S.onCuepoint=this.onCuepoint}};var L=function(P,R,Q,T){var S={};var O=this;var U=false;if(T){I(S,T)}M(R,function(V,W){if(typeof W=="function"){S[V]=W;delete R[V]}});I(this,{animate:function(Y,Z,X){if(!Y){return O}if(typeof Z=="function"){X=Z;Z=500}if(typeof Y=="string"){var W=Y;Y={};Y[W]=Z;Z=500}if(X){var V=E();S[V]=X}if(Z===undefined){Z=500}R=Q._api().fp_animate(P,Y,Z,V);return O},css:function(W,X){if(X!==undefined){var V={};V[W]=X;W=V}R=Q._api().fp_css(P,W);I(O,R);return O},show:function(){this.display="block";Q._api().fp_showPlugin(P);return O},hide:function(){this.display="none";Q._api().fp_hidePlugin(P);return O},toggle:function(){this.display=Q._api().fp_togglePlugin(P);return O},fadeTo:function(Y,X,W){if(typeof X=="function"){W=X;X=500}if(W){var V=E();S[V]=W}this.display=Q._api().fp_fadeTo(P,Y,X,V);this.opacity=Y;return O},fadeIn:function(W,V){return O.fadeTo(1,W,V)},fadeOut:function(W,V){return O.fadeTo(0,W,V)},getName:function(){return P},getPlayer:function(){return Q},_fireEvent:function(W,V,X){if(W=="onUpdate"){var Y=Q._api().fp_getPlugin(P);if(!Y){return }I(O,Y);delete O.methods;if(!U){M(Y.methods,function(){var a=""+this;O[a]=function(){var b=[].slice.call(arguments);var c=Q._api().fp_invoke(P,a,b);return c=="undefined"?O:c}});U=true}}var Z=S[W];if(Z){Z.apply(O,V);if(W.substring(0,1)=="_"){delete S[W]}}}})};function B(O,T,Z){var f=this,Y=null,X,U,P=[],S={},b={},R,V,W,d,a,Q;I(f,{id:function(){return R},isLoaded:function(){return(Y!==null)},getParent:function(){return O},hide:function(g){if(g){O.style.height="0px"}if(Y){Y.style.height="0px"}return f},show:function(){O.style.height=Q+"px";if(Y){Y.style.height=a+"px"}return f},isHidden:function(){return Y&&parseInt(Y.style.height,10)===0},load:function(g){if(!Y&&f._fireEvent("onBeforeLoad")!==false){M(A,function(){this.unload()});X=O.innerHTML;flashembed(O,T,{config:Z});if(g){g.cached=true;J(b,"onLoad",g)}}return f},unload:function(){try{if(!Y||Y.fp_isFullscreen()){return f}}catch(g){return f}if(f._fireEvent("onBeforeUnload")===false){return false}Y.fp_close();Y=null;if(X.replace(/\s/g,"")!==""){O.innerHTML=X}f._fireEvent("onUnload");return f},getClip:function(g){if(g===undefined){g=d}return P[g]},getCommonClip:function(){return U},getPlaylist:function(){return P},getPlugin:function(g){var i=S[g];if(!i&&f.isLoaded()){var h=f._api().fp_getPlugin(g);if(h){i=new L(g,h,f);S[g]=i}}return i},getScreen:function(){return f.getPlugin("screen")},getControls:function(){return f.getPlugin("controls")},getConfig:function(g){return g?K(Z):Z},getFlashParams:function(){return T},loadPlugin:function(j,i,l,k){if(typeof l=="function"){k=l;l={}}var h=k?E():"_";f._api().fp_loadPlugin(j,i,l,h);var g={};g[h]=k;var m=new L(j,null,f,g);S[j]=m;return m},getState:function(){return Y?Y.fp_getState():-1},play:function(g){function h(){if(g!==undefined){f._api().fp_play(g)}else{f._api().fp_play()}}if(Y){h()}else{f.load(function(){h()})}return f},getVersion:function(){var h="flowplayer.js 3.0.6";if(Y){var g=Y.fp_getVersion();g.push(h);return g}return h},_api:function(){if(!Y){throw"Flowplayer "+f.id()+" not loaded. Try moving your call to player's onLoad event"}return Y},_dump:function(){console.log(b)},setClip:function(g){f.setPlaylist([g])},getIndex:function(){return W}});M(("Click*,Load*,Unload*,Keypress*,Volume*,Mute*,Unmute*,PlaylistReplace,Fullscreen*,FullscreenExit,Error").split(","),function(){var g="on"+this;if(g.indexOf("*")!=-1){g=g.substring(0,g.length-1);var h="onBefore"+g.substring(2);f[h]=function(i){J(b,h,i);return f}}f[g]=function(i){J(b,g,i);return f}});M(("pause,resume,mute,unmute,stop,toggle,seek,getStatus,getVolume,setVolume,getTime,isPaused,isPlaying,startBuffering,stopBuffering,isFullscreen,reset,close,setPlaylist").split(","),function(){var g=this;f[g]=function(h){if(!Y){return f}var i=(h===undefined)?Y["fp_"+g]():Y["fp_"+g](h);return i=="undefined"?f:i}});f._fireEvent=function(s){if(typeof s=="string"){s=[s]}var t=s[0];var o=s[1];var m=s[2];var l=s[3];if(Z.debug){G(s)}if(!Y&&t=="onLoad"&&o=="player"){Y=Y||C(V);a=Y.clientHeight;M(P,function(){this._fireEvent("onLoad")});M(S,function(i,u){u._fireEvent("onUpdate")});U._fireEvent("onLoad")}if(t=="onLoad"&&o!="player"){return }if(t=="onError"){if(typeof o=="string"||(typeof o=="number"&&typeof m=="number")){o=m;m=l}}if(t=="onContextMenu"){M(Z.contextMenu[o],function(i,p){p.call(f)});return }if(t=="onPluginEvent"){var g=o.name||o;var h=S[g];if(h){h._fireEvent("onUpdate",o);h._fireEvent(m,s.slice(3))}return }if(t=="onPlaylistReplace"){P=[];var q=0;M(o,function(){P.push(new H(this,q++,f))})}var r=true;if(typeof o=="number"&&o<P.length){d=o;var j=P[o];if(j){r=j._fireEvent(t,m,l)}if(!j||r!==false){r=U._fireEvent(t,m,l,j)}}var k=0;M(b[t],function(){r=this.call(f,o,m);if(this.cached){b[t].splice(k,1)}if(r===false){return false}k++});return r};function c(){if($f(O)){$f(O).getParent().innerHTML="";W=$f(O).getIndex();A[W]=f}else{A.push(f);W=A.length-1}Q=parseInt(O.style.height,10)||O.clientHeight;if(typeof T=="string"){T={src:T}}R=O.id||"fp"+E();V=T.id||R+"_api";T.id=V;Z.playerId=R;if(typeof Z=="string"){Z={clip:{url:Z}}}if(typeof Z.clip=="string"){Z.clip={url:Z.clip}}Z.clip=Z.clip||{};if(O.getAttribute("href",2)&&!Z.clip.url){Z.clip.url=O.getAttribute("href",2)}U=new H(Z.clip,-1,f);Z.playlist=Z.playlist||[Z.clip];var g=0;M(Z.playlist,function(){var i=this;if(typeof i=="object"&&i.length){i=""+i}if(typeof i=="string"){i={url:i}}M(Z.clip,function(j,k){if(Z.clip[j]!==undefined&&i[j]===undefined&&typeof k!="function"){i[j]=k}});Z.playlist[g]=i;i=new H(i,g,f);P.push(i);g++});M(Z,function(i,j){if(typeof j=="function"){J(b,i,j);delete Z[i]}});M(Z.plugins,function(i,j){if(j){S[i]=new L(i,j,f)}});if(!Z.plugins||Z.plugins.controls===undefined){S.controls=new L("controls",null,f)}T.bgcolor=T.bgcolor||"#000000";T.version=T.version||[9,0];T.expressInstall="http://www.flowplayer.org/swf/expressinstall.swf";function h(i){if(!f.isLoaded()&&f._fireEvent("onBeforeClick")!==false){f.load()}return F(i)}X=O.innerHTML;if(X.replace(/\s/g,"")!==""){if(O.addEventListener){O.addEventListener("click",h,false)}else{if(O.attachEvent){O.attachEvent("onclick",h)}}}else{if(O.addEventListener){O.addEventListener("click",F,false)}f.load()}}if(typeof O=="string"){flashembed.domReady(function(){var g=C(O);if(!g){throw"Flowplayer cannot access element: "+O}else{O=g;c()}})}else{c()}}var A=[];function D(O){this.length=O.length;this.each=function(P){M(O,P)};this.size=function(){return O.length}}window.flowplayer=window.$f=function(){var P=null;var O=arguments[0];if(!arguments.length){M(A,function(){if(this.isLoaded()){P=this;return false}});return P||A[0]}if(arguments.length==1){if(typeof O=="number"){return A[O]}else{if(O=="*"){return new D(A)}M(A,function(){if(this.id()==O.id||this.id()==O||this.getParent()==O){P=this;return false}});return P}}if(arguments.length>1){var R=arguments[1];var Q=(arguments.length==3)?arguments[2]:{};if(typeof O=="string"){if(O.indexOf(".")!=-1){var T=[];M(N(O),function(){T.push(new B(this,K(R),K(Q)))});return new D(T)}else{var S=C(O);return new B(S!==null?S:O,R,Q)}}else{if(O){return new B(O,R,Q)}}}return null};I(window.$f,{fireEvent:function(){var O=[].slice.call(arguments);var P=$f(O[0]);return P?P._fireEvent(O.slice(1)):null},addPlugin:function(O,P){B.prototype[O]=P;return $f},each:M,extend:I});if(document.all){window.onbeforeunload=function(){$f("*").each(function(){if(this.isLoaded()){this.close()}})}}if(typeof jQuery=="function"){jQuery.prototype.flowplayer=function(Q,P){if(!arguments.length||typeof arguments[0]=="number"){var O=[];this.each(function(){var R=$f(this);if(R){O.push(R)}});return arguments.length?O[arguments[0]]:new D(O)}return this.each(function(){$f(this,K(Q),P?K(P):{})})}}})();(function(){var E=typeof jQuery=="function";function I(){if(C.done){return false}var K=document;if(K&&K.getElementsByTagName&&K.getElementById&&K.body){clearInterval(C.timer);C.timer=null;for(var J=0;J<C.ready.length;J++){C.ready[J].call()}C.ready=null;C.done=true}}var C=E?jQuery:function(J){if(C.done){return J()}if(C.timer){C.ready.push(J)}else{C.ready=[J];C.timer=setInterval(I,13)}};function F(K,J){if(J){for(key in J){if(J.hasOwnProperty(key)){K[key]=J[key]}}}return K}function G(J){switch(H(J)){case"string":J=J.replace(new RegExp('(["\\\\])',"g"),"\\$1");J=J.replace(/^\s?(\d+)%/,"$1pct");return'"'+J+'"';case"array":return"["+B(J,function(M){return G(M)}).join(",")+"]";case"function":return'"function()"';case"object":var K=[];for(var L in J){if(J.hasOwnProperty(L)){K.push('"'+L+'":'+G(J[L]))}}return"{"+K.join(",")+"}"}return String(J).replace(/\s/g," ").replace(/\'/g,'"')}function H(K){if(K===null||K===undefined){return false}var J=typeof K;return(J=="object"&&K.push)?"array":J}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}function B(J,M){var L=[];for(var K in J){if(J.hasOwnProperty(K)){L[K]=M(J[K])}}return L}function A(O,Q){var P=document.all;var L='<object width="'+O.width+'" height="'+O.height+'"';if(P&&!O.id){O.id="_"+(""+Math.random()).substring(9)}if(O.id){L+=' id="'+O.id+'"'}if(O.w3c||!P){L+=' data="'+O.src+'" type="application/x-shockwave-flash"'}else{L+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'}L+=">";if(O.w3c||P){L+='<param name="movie" value="'+O.src+'" />'}var N=F({},O);N.width=N.height=N.id=N.w3c=N.src=null;for(var J in N){if(N[J]!==null){L+='<param name="'+J+'" value="'+N[J]+'" />'}}var M="";if(Q){for(var K in Q){if(Q[K]!==null){M+=K+"="+(typeof Q[K]=="object"?G(Q[K]):Q[K])+"&"}}M=M.substring(0,M.length-1);L+='<param name="flashvars" value=\''+M+"' />"}L+="</object>";return L}function D(L,O,K){var J=flashembed.getVersion();F(this,{getContainer:function(){return L},getConf:function(){return conf},getVersion:function(){return J},getFlashvars:function(){return K},getApi:function(){return L.firstChild},getHTML:function(){return A(O,K)}});var P=O.version;var Q=O.expressInstall;var N=!P||flashembed.isSupported(P);if(N){O.onFail=O.version=O.expressInstall=null;L.innerHTML=A(O,K)}else{if(P&&Q&&flashembed.isSupported([6,65])){F(O,{src:Q});K={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};L.innerHTML=A(O,K)}else{if(L.innerHTML.replace(/\s/g,"")!==""){}else{L.innerHTML="<h2>Flash version "+P+" or greater is required</h2><h3>"+(J[0]>0?"Your version is "+J:"You have no flash plugin installed")+"</h3>"+(L.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(L.tagName=="A"){L.href="http://www.adobe.com/go/getflashplayer"}}}}if(!N&&O.onFail){var M=O.onFail.call(this);if(typeof M=="string"){L.innerHTML=M}}}window.flashembed=function(K,L,J){if(typeof K=="string"){var M=document.getElementById(K);if(M){K=M}else{C(function(){flashembed(K,L,J)});return }}if(!K){return }var N={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false};if(typeof L=="string"){L={src:L}}F(N,L);return new D(K,N,J)};F(window.flashembed,{getVersion:function(){var L=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var K=navigator.plugins["Shockwave Flash"].description;if(typeof K!="undefined"){K=K.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var M=parseInt(K.replace(/^(.*)\..*$/,"$1"),10);var Q=/r/.test(K)?parseInt(K.replace(/^.*r(.*)$/,"$1"),10):0;L=[M,Q]}}else{if(window.ActiveXObject){try{var O=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(P){try{O=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");L=[6,0];O.AllowScriptAccess="always"}catch(J){if(L[0]==6){return }}try{O=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(N){}}if(typeof O=="object"){K=O.GetVariable("$version");if(typeof K!="undefined"){K=K.replace(/^\S+\s+(.*)$/,"$1").split(",");L=[parseInt(K[0],10),parseInt(K[2],10)]}}}}return L},isSupported:function(J){var L=flashembed.getVersion();var K=(L[0]>J[0])||(L[0]==J[0]&&L[1]>=J[1]);return K},domReady:C,asString:G,getHTML:A});if(E){jQuery.prototype.flashembed=function(K,J){return this.each(function(){flashembed(this,K,J)})}}})();var WEB_ROOT="../";var BEHAVIOR_ROOT="../_behavior/";var ENCLOSURES_ROOT="../_enclosures/";var MEDIA_ROOT="../_media/";var STYLE_ROOT="../_style/";var VENDOR_ROOT="../_vendor/";try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}if(Array.prototype.push==null){Array.prototype.push=function(){var C=0,B=this.length,A=arguments.length;while(C<A){this[B++]=arguments[C++]}return this.length}}var YAHOO_config={listener:function(A){if(A.mainClass){window[A.name.charAt(0).toUpperCase()+A.name.substr(1).toLowerCase()]=A.mainClass}}};jQuery.fn.log=function(A){if(console){console.log("%s: %o",A,this);return this}else{return this}};AudioPlayer.setup("/_media/_global/player.swf",{width:390,transparentpagebg:"yes",animation:"no"});Cufon.replace("h1");Cufon.replace("div#fact-holder p");Cufon.replace("ul#integrated-branding li div#item-1 p");$(document).ready(function(){var B=$("#contact-form").validate({rules:{name:"required","email-address":{required:true,email:true},question:"required",message:"required"},messages:{name:"","email-address":"",question:"",message:""},submitHandler:function(J){$(J).ajaxSubmit({target:"div#form"})}});$("a.video-player").each(function(){var J=$f($(this).attr("id"),"/_media/_global/flowplayer-3.0.7.swf",{clip:{scaling:"fit"},plugins:{controls:null}})});AudioPlayer.embed("scope-15",{soundFile:"/_media/portfolio/thr/scope-15sec.mp3",titles:"Scope",artists:"Commerce House"});AudioPlayer.embed("united-30",{soundFile:"/_media/portfolio/thr/united-30sec.mp3",titles:"United",artists:"Commerce House"});AudioPlayer.embed("presby-radio",{soundFile:"/_media/portfolio/presbyterian/PHD-R-0703.mp3",titles:"Presbyterian Hospital Radio Ad",artists:"Commerce House"});AudioPlayer.embed("forest-radio-1",{soundFile:"/_media/portfolio/forest-lawn/radio-1.mp3",titles:"Forest Lawn Radio Ad",artists:"Commerce House"});AudioPlayer.embed("forest-radio-2",{soundFile:"/_media/portfolio/forest-lawn/radio-2.mp3",titles:"Forest Lawn Radio Ad",artists:"Commerce House"});AudioPlayer.embed("forest-radio-3",{soundFile:"/_media/portfolio/forest-lawn/radio-3.mp3",titles:"Forest Lawn Radio Ad",artists:"Commerce House"});var F=[32.791,-96.817682];var C=[32.790719,-96.817683];var I=[32.790719,-96.817683];var G;var D;var A;var E;var H=true;$("body.get-directions-page div#map").jmap("init",{mapType:"map",mapCenter:F,mapZoom:15,mapShowjMapsIcon:false});$("body.get-directions-page div#map").jmap("AddMarker",{pointLatLng:C,pointHTML:"331 Cole Street Dallas, TX 75207"});$("div#biography a.read-more").toggle(function(J){J.preventDefault();D=$(this).text();$(this).text("<- go back").parents("div#column-1").animate({queue:false,paddingLeft:"0px",marginRight:"13px",borderLeftColor:"white"},1500).parents("div#biography").animate({left:"0px",paddingLeft:"30px"},1500)},function(J){J.preventDefault();$(this).text(D).parents("div#column-1").animate({queue:false,paddingLeft:"12px",marginRight:"31px",borderLeftColor:"rgb(197,197,190)"},1500).parents("div#biography").addClass("closed").animate({left:"754px",paddingLeft:"0px"},1500)});$("div#commercehouse-is > ul > li").bind("mouseenter",function(J){$(this).addClass("chosen").animate({height:"318px"},500,function(){$(this).addClass("chosen")})}).bind("mouseleave",function(J){$(this).removeClass("chosen").css({height:"28px"})});$("ul#portfolio-navigation li ul").hide();$("ul#portfolio-navigation > li > a").click(function(K){K.preventDefault();target=$(this).attr("href");var J=[];$("ul#portfolio-images > li > div").each(function(){J.push($(this).attr("id"))});$("ul#portfolio-navigation li.current ul").hide();$("ul#portfolio-navigation li.current").removeClass("current");$("ul#portfolio-navigation li ul li.current").removeClass("current");if($(this).siblings("ul").size()>0){$(this).parent("li").addClass("current");$(this).siblings("ul").children("li.first-child").addClass("current");$(this).siblings("ul").show();H=false;piecePosition=jQuery.inArray($(this).attr("href").substring(1),J);newPosition=-(753*piecePosition);$("ul#portfolio-images > li").animate({left:newPosition},500,function(){$("ul#portfolio-images > li div.current").removeClass("current");$(target).addClass("current");if($("body.logo-portfolio-page").size()==0){$("div#client-information p#description").html($(target+" p").html())}})}else{$(this).parent("li").addClass("current");$("ul#portfolio-navigation li ul").hide();H=true;piecePosition=jQuery.inArray($(this).attr("href").substring(1),J);newPosition=-(753*piecePosition);$("ul#portfolio-images > li").animate({left:newPosition},500,function(){$("ul#portfolio-images > li div.current").removeClass("current");$(target).addClass("current");if($("body.logo-portfolio-page").size()==0){$("div#client-information p#description").html($(target+" p").html())}})}});$("ul#portfolio-navigation li > ul > li a").click(function(K){K.preventDefault();target=$(this).attr("href");var J=[];$("ul#portfolio-images li > div").each(function(){J.push($(this).attr("id"))});$("ul#portfolio-navigation li ul li.current").removeClass("current");$(this).parent("li").addClass("current");piecePosition=jQuery.inArray($(this).attr("href").substring(1),J);newPosition=-(753*piecePosition);$("ul#portfolio-images li").animate({left:newPosition},500,function(){$("ul#portfolio-images li div.current").removeClass("current");$(target).addClass("current");$("div#client-information p#description").html($(target+" p").html())})});$("ul#portfolio-pagination li#next a").click(function(M){M.preventDefault();var J=parseInt($("ul#portfolio-images > li").css("left"),10);var L=$("ul#portfolio-images > li").children().size();var K=-((L-1)*753);if(J>K){$("ul#portfolio-images > li").animate({left:"-=753px"},500,function(){var N=$("ul#portfolio-images > li div.current").next();var O=$("ul#portfolio-images > li div.current").next().children("p").html();$("ul#portfolio-images > li div.current").removeClass("current");$("div#client-information p#description").html(O);N.addClass("current");if($("ul#portfolio-navigation li.current").next().children("ul").size()>0&&H){H=false;$("ul#portfolio-navigation li.current").removeClass("current").next().addClass("current");$("ul#portfolio-navigation li.current ul").show();$("ul#portfolio-navigation li.current ul li.first-child").addClass("current")}else{if($("ul#portfolio-navigation li.current").children("ul").size()>0&&!H){if($("ul#portfolio-navigation li.current ul li.current").hasClass("last-child")){$("ul#portfolio-navigation li.current ul").hide();if($("ul#portfolio-navigation li.current").next().children("ul").size()>0){$("ul#portfolio-navigation li.current").removeClass("current").next().addClass("current");$("ul#portfolio-navigation li.current ul").show();$("ul#portfolio-navigation li.current ul li.first-child").addClass("current");H=false}else{$("ul#portfolio-navigation li.current").removeClass("current").next().addClass("current");H=true}}else{$("ul#portfolio-navigation li.current ul li.current").removeClass("current").next().addClass("current")}}else{$("ul#portfolio-navigation li.current").removeClass("current").next().addClass("current")}}})}else{window.location.href=$(this).attr("href")}});$("ul#portfolio-pagination li#previous a").click(function(K){K.preventDefault();var J=parseInt($("ul#portfolio-images > li").css("left"),10);if(J<0){$("ul#portfolio-images > li").animate({left:"+=753px"},500,function(){var L=$("ul#portfolio-images > li div.current").prev();var M=$("ul#portfolio-images > li div.current").prev().children("p").html();$("ul#portfolio-images > li div.current").removeClass("current");$("div#client-information p#description").html(M);L.addClass("current");if($("ul#portfolio-navigation li.current").prev().children("ul").size()>0&&H){H=false;$("ul#portfolio-navigation li.current").removeClass("current").prev().addClass("current");$("ul#portfolio-navigation li.current ul").show();$("ul#portfolio-navigation li.current ul li.last-child").addClass("current")}else{if($("ul#portfolio-navigation li.current").children("ul").size()>0&&!H){if($("ul#portfolio-navigation li.current ul li.current").hasClass("first-child")){$("ul#portfolio-navigation li.current ul").hide();if($("ul#portfolio-navigation li.current").prev().children("ul").size()>0){$("ul#portfolio-navigation li.current").removeClass("current").prev().addClass("current");$("ul#portfolio-navigation li.current ul").show();$("ul#portfolio-navigation li.current ul li.last-child").addClass("current");H=false}else{$("ul#portfolio-navigation li.current").removeClass("current").prev().addClass("current");H=true}}else{$("ul#portfolio-navigation li.current ul li.current").removeClass("current").prev().addClass("current")}}else{$("ul#portfolio-navigation li.current").removeClass("current").prev().addClass("current")}}})}else{window.location.href=$(this).attr("href")}});$("ul.logos li").mouseover(function(){$(this).children("img").css("top","-119px");$("div#client-information div#description").html($(this).children("div").html())}).mouseout(function(){$(this).children("img").css("top","0px");$("div#client-information div#description").html("")});$("div#fact-holder p").hide();$("ul#facts li a").bind("mouseenter",function(){target=$(this).attr("href");$(target).show()}).bind("mouseleave",function(){$("div#fact-holder p").hide()}).click(function(J){J.preventDefault()});$("ul#integrated-branding-navigation li a").click(function(K){K.preventDefault();var J=$(this);switch($(this).attr("href")){case"#item-1":position="0px";break;case"#item-2":position="-985px";break;case"#item-3":position="-1970px";break;case"#item-4":position="-2955px";break;case"#item-5":position="-3940px";break;case"#item-6":position="-4925px";break;case"#item-7":position="-5910px";break}$("ul#integrated-branding li").animate({marginLeft:position},500,"easeOutQuad",function(){J.parents("li").siblings("li.current").removeClass("current");J.parents("li").addClass("current")})})});