(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 e=b?a:0,D=b?a+1:A.length;e<D;e++){var c=A[e];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(),e=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(e){T.each(e,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,e=false,b;if(typeof C==="boolean"){e=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(e&&A&&typeof A==="object"&&!A.nodeType){C[c]=T.extend(e,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,e){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(e==="border"){return }T.each(B,function(){if(!e){A-=parseFloat(T.curCSS(a,"padding"+this,true))||0}if(e==="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,e,c){var B,f=a.style;if(e=="opacity"&&!T.support.opacity){B=T.attr(f,"opacity");return B==""?"1":B}if(e.match(/float/i)){e=H}if(!c&&f&&f[e]){B=f[e]}else{if(Q.getComputedStyle){if(e.match(/float/i)){e="float"}e=e.replace(/([A-Z])/g,"-$1").toLowerCase();var A=Q.getComputedStyle(a,null);if(A){B=A.getPropertyValue(e)}if(e=="opacity"&&B==""){B="1"}}else{if(a.currentStyle){var D=e.replace(/\-(\w)/g,function(h,g){return g.toUpperCase()});B=a.currentStyle[e]||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=[],e=[],A=B.createElement("div");T.each(c,function(j,f){if(typeof f==="number"){f+=""}if(!f){return }if(typeof f==="string"){f=f.replace(/(<(\w+)[^>]*?)\/>/g,function(q,o,r){return r.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?q:o+"></"+r+">"});var k=f.replace(/^\s+/,"").substring(0,10).toLowerCase();var h=!k.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!k.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||k.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!k.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!k.indexOf("<td")||!k.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!k.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),l=!k.indexOf("<table")&&!g?A.firstChild&&A.firstChild.childNodes:h[1]=="<table>"&&!g?A.childNodes:[];for(var m=l.length-1;m>=0;--m){if(T.nodeName(l[m],"tbody")&&!l[m].childNodes.length){l[m].parentNode.removeChild(l[m])}}}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")){e.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 e}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 e=!T.support.hrefNormalized&&a&&c?C.getAttribute(b,2):C.getAttribute(b);return e===null?AB:e}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(e){var a=[],C=T(e);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,e)}});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,e=0,j=Object.prototype.toString;var l=function(r,w,AN,AM){AN=AN||[];w=w||document;if(w.nodeType!==1&&w.nodeType!==9){return[]}if(!r||typeof r!=="string"){return AN}var q=[],u,AJ,y,x,AL,v,s=true;B.lastIndex=0;while((u=B.exec(r))!==null){q.push(u[1]);if(u[2]){v=RegExp.rightContext;break}}if(q.length>1&&c.exec(r)){if(q.length===2&&h.relative[q[0]]){AJ=g(q[0]+q[1],w)}else{AJ=h.relative[q[0]]?[w]:l(q.shift(),w);while(q.length){r=q.shift();if(h.relative[r]){r+=q.shift()}AJ=g(r,AJ)}}}else{var AK=AM?{expr:q.pop(),set:m(AM)}:l.find(q.pop(),q.length===1&&w.parentNode?w.parentNode:w,C(w));AJ=l.filter(AK.expr,AK.set);if(q.length>0){y=m(AJ)}else{s=false}while(q.length){var z=q.pop(),AI=z;if(!h.relative[z]){z=""}else{AI=q.pop()}if(AI==null){AI=w}h.relative[z](y,AI,C(w))}}if(!y){y=AJ}if(!y){throw"Syntax error, unrecognized expression: "+(z||r)}if(j.call(y)==="[object Array]"){if(!s){AN.push.apply(AN,y)}else{if(w.nodeType===1){for(var o=0;y[o]!=null;o++){if(y[o]&&(y[o]===true||y[o].nodeType===1&&f(w,y[o]))){AN.push(AJ[o])}}}else{for(var o=0;y[o]!=null;o++){if(y[o]&&y[o].nodeType===1){AN.push(AJ[o])}}}}}else{m(y,AN)}if(v){l(v,w,AN,AM);if(k){hasDuplicate=false;AN.sort(k);if(hasDuplicate){for(var o=1;o<AN.length;o++){if(AN[o]===AN[o-1]){AN.splice(o--,1)}}}}}return AN};l.matches=function(q,o){return l(q,null,null,o)};l.find=function(o,x,y){var q,s;if(!o){return[]}for(var u=0,v=h.order.length;u<v;u++){var r=h.order[u],s;if((s=h.match[r].exec(o))){var w=RegExp.leftContext;if(w.substr(w.length-1)!=="\\"){s[1]=(s[1]||"").replace(/\\/g,"");q=h.find[r](s,x,y);if(q!=null){o=o.replace(h.match[r],"");break}}}}if(!q){q=x.getElementsByTagName("*")}return{set:q,expr:o}};l.filter=function(AL,AM,AI,u){var v=AL,y=[],o=AM,r,x,q=AM&&AM[0]&&C(AM[0]);while(AL&&AM.length){for(var AN in h.filter){if((r=h.match[AN].exec(AL))!=null){var w=h.filter[AN],z,AJ;x=false;if(o==y){y=[]}if(h.preFilter[AN]){r=h.preFilter[AN](r,o,AI,y,u,q);if(!r){x=z=true}else{if(r===true){continue}}}if(r){for(var s=0;(AJ=o[s])!=null;s++){if(AJ){z=w(AJ,r,s,o);var AK=u^!!z;if(AI&&z!=null){if(AK){x=true}else{o[s]=false}}else{if(AK){y.push(AJ);x=true}}}}}if(z!==AB){if(!AI){o=y}AL=AL.replace(h.match[AN],"");if(!x){return[]}break}}}if(AL==v){if(x==null){throw"Syntax error, unrecognized expression: "+AL}else{break}}v=AL}return o};var h=l.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(o){return o.getAttribute("href")}},relative:{"+":function(o,x,q){var s=typeof x==="string",y=s&&!/\W/.test(x),r=s&&!y;if(y&&!q){x=x.toUpperCase()}for(var u=0,v=o.length,w;u<v;u++){if((w=o[u])){while((w=w.previousSibling)&&w.nodeType!==1){}o[u]=r||w&&w.nodeName===x?w||false:w===x}}if(r){l.filter(x,o,true)}},">":function(v,r,u){var x=typeof r==="string";if(x&&!/\W/.test(r)){r=u?r:r.toUpperCase();for(var q=0,s=v.length;q<s;q++){var w=v[q];if(w){var o=w.parentNode;v[q]=o.nodeName===r?o:false}}}else{for(var q=0,s=v.length;q<s;q++){var w=v[q];if(w){v[q]=x?w.parentNode:w.parentNode===r}}if(x){l.filter(r,v,true)}}},"":function(o,r,u){var q=e++,s=A;if(!r.match(/\W/)){var v=r=u?r:r.toUpperCase();s=D}s("parentNode",r,q,o,v,u)},"~":function(o,r,u){var q=e++,s=A;if(typeof r==="string"&&!r.match(/\W/)){var v=r=u?r:r.toUpperCase();s=D}s("previousSibling",r,q,o,v,u)}},find:{ID:function(r,q,o){if(typeof q.getElementById!=="undefined"&&!o){var s=q.getElementById(r[1]);return s?[s]:[]}},NAME:function(q,v,u){if(typeof v.getElementsByName!=="undefined"){var r=[],w=v.getElementsByName(q[1]);for(var o=0,s=w.length;o<s;o++){if(w[o].getAttribute("name")===q[1]){r.push(w[o])}}return r.length===0?null:r}},TAG:function(q,o){return o.getElementsByTagName(q[1])}},preFilter:{CLASS:function(o,r,q,s,v,u){o=" "+o[1].replace(/\\/g,"")+" ";if(u){return o}for(var x=0,w;(w=r[x])!=null;x++){if(w){if(v^(w.className&&(" "+w.className+" ").indexOf(o)>=0)){if(!q){s.push(w)}}else{if(q){r[x]=false}}}}return false},ID:function(o){return o[1].replace(/\\/g,"")},TAG:function(q,r){for(var o=0;r[o]===false;o++){}return r[o]&&C(r[o])?q[1]:q[1].toUpperCase()},CHILD:function(q){if(q[1]=="nth"){var o=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(q[2]=="even"&&"2n"||q[2]=="odd"&&"2n+1"||!/\D/.test(q[2])&&"0n+"+q[2]||q[2]);q[2]=(o[1]+(o[2]||1))-0;q[3]=o[3]-0}q[0]=e++;return q},ATTR:function(w,r,q,s,v,u){var o=w[1].replace(/\\/g,"");if(!u&&h.attrMap[o]){w[1]=h.attrMap[o]}if(w[2]==="~="){w[4]=" "+w[4]+" "}return w},PSEUDO:function(v,r,q,s,u){if(v[1]==="not"){if(v[3].match(B).length>1||/^\w/.test(v[3])){v[3]=l(v[3],null,null,r)}else{var o=l.filter(v[3],r,q,true^u);if(!q){s.push.apply(s,o)}return false}}else{if(h.match.POS.test(v[0])||h.match.CHILD.test(v[0])){return true}}return v},POS:function(o){o.unshift(true);return o}},filters:{enabled:function(o){return o.disabled===false&&o.type!=="hidden"},disabled:function(o){return o.disabled===true},checked:function(o){return o.checked===true},selected:function(o){o.parentNode.selectedIndex;return o.selected===true},parent:function(o){return !!o.firstChild},empty:function(o){return !o.firstChild},has:function(o,q,r){return !!l(r[3],o).length},header:function(o){return/h\d/i.test(o.nodeName)},text:function(o){return"text"===o.type},radio:function(o){return"radio"===o.type},checkbox:function(o){return"checkbox"===o.type},file:function(o){return"file"===o.type},password:function(o){return"password"===o.type},submit:function(o){return"submit"===o.type},image:function(o){return"image"===o.type},reset:function(o){return"reset"===o.type},button:function(o){return"button"===o.type||o.nodeName.toUpperCase()==="BUTTON"},input:function(o){return/input|select|textarea|button/i.test(o.nodeName)}},setFilters:{first:function(o,q){return q===0},last:function(q,r,s,o){return r===o.length-1},even:function(o,q){return q%2===0},odd:function(o,q){return q%2===1},lt:function(o,q,r){return q<r[3]-0},gt:function(o,q,r){return q>r[3]-0},nth:function(o,q,r){return r[3]-0==q},eq:function(o,q,r){return r[3]-0==q}},filter:{PSEUDO:function(v,q,o,u){var r=q[1],x=h.filters[r];if(x){return x(v,o,q,u)}else{if(r==="contains"){return(v.textContent||v.innerText||"").indexOf(q[3])>=0}else{if(r==="not"){var w=q[3];for(var o=0,s=w.length;o<s;o++){if(w[o]===v){return false}}return true}}}},CHILD:function(x,u){var q=u[1],w=x;switch(q){case"only":case"first":while(w=w.previousSibling){if(w.nodeType===1){return false}}if(q=="first"){return true}w=x;case"last":while(w=w.nextSibling){if(w.nodeType===1){return false}}return true;case"nth":var v=u[2],y=u[3];if(v==1&&y==0){return true}var r=u[0],z=x.parentNode;if(z&&(z.sizcache!==r||!x.nodeIndex)){var s=0;for(w=z.firstChild;w;w=w.nextSibling){if(w.nodeType===1){w.nodeIndex=++s}}z.sizcache=r}var o=x.nodeIndex-y;if(v==0){return o==0}else{return(o%v==0&&o/v>=0)}}},ID:function(o,q){return o.nodeType===1&&o.getAttribute("id")===q},TAG:function(o,q){return(q==="*"&&o.nodeType===1)||o.nodeName===q},CLASS:function(o,q){return(" "+(o.className||o.getAttribute("class"))+" ").indexOf(q)>-1},ATTR:function(v,o){var q=o[1],s=h.attrHandle[q]?h.attrHandle[q](v):v[q]!=null?v[q]:v.getAttribute(q),u=s+"",w=o[2],r=o[4];return s==null?w==="!=":w==="="?u===r:w==="*="?u.indexOf(r)>=0:w==="~="?(" "+u+" ").indexOf(r)>=0:!r?u&&s!==false:w==="!="?u!=r:w==="^="?u.indexOf(r)===0:w==="$="?u.substr(u.length-r.length)===r:w==="|="?u===r||u.substr(0,r.length+1)===r+"-":false},POS:function(v,r,q,u){var s=r[2],o=h.setFilters[s];if(o){return o(v,q,r,u)}}}};var c=h.match.POS;for(var a in h.match){h.match[a]=RegExp(h.match[a].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var m=function(o,q){o=Array.prototype.slice.call(o);if(q){q.push.apply(q,o);return q}return o};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(b){m=function(u,o){var r=o||[];if(j.call(u)==="[object Array]"){Array.prototype.push.apply(r,u)}else{if(typeof u.length==="number"){for(var q=0,s=u.length;q<s;q++){r.push(u[q])}}else{for(var q=0;u[q];q++){r.push(u[q])}}}return r}}var k;if(document.documentElement.compareDocumentPosition){k=function(q,r){var o=q.compareDocumentPosition(r)&4?-1:q===r?0:1;if(o===0){hasDuplicate=true}return o}}else{if("sourceIndex" in document.documentElement){k=function(q,r){var o=q.sourceIndex-r.sourceIndex;if(o===0){hasDuplicate=true}return o}}else{if(document.createRange){k=function(o,r){var q=o.ownerDocument.createRange(),s=r.ownerDocument.createRange();q.selectNode(o);q.collapse(true);s.selectNode(r);s.collapse(true);var u=q.compareBoundaryPoints(Range.START_TO_END,s);if(u===0){hasDuplicate=true}return u}}}}(function(){var q=document.createElement("form"),o="script"+(new Date).getTime();q.innerHTML="<input name='"+o+"'/>";var r=document.documentElement;r.insertBefore(q,r.firstChild);if(!!document.getElementById(o)){h.find.ID=function(w,v,u){if(typeof v.getElementById!=="undefined"&&!u){var s=v.getElementById(w[1]);return s?s.id===w[1]||typeof s.getAttributeNode!=="undefined"&&s.getAttributeNode("id").nodeValue===w[1]?[s]:AB:[]}};h.filter.ID=function(u,s){var v=typeof u.getAttributeNode!=="undefined"&&u.getAttributeNode("id");return u.nodeType===1&&v&&v.nodeValue===s}}r.removeChild(q)})();(function(){var o=document.createElement("div");o.appendChild(document.createComment(""));if(o.getElementsByTagName("*").length>0){h.find.TAG=function(s,u){var v=u.getElementsByTagName(s[1]);if(s[1]==="*"){var q=[];for(var r=0;v[r];r++){if(v[r].nodeType===1){q.push(v[r])}}v=q}return v}}o.innerHTML="<a href='#'></a>";if(o.firstChild&&typeof o.firstChild.getAttribute!=="undefined"&&o.firstChild.getAttribute("href")!=="#"){h.attrHandle.href=function(q){return q.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var q=l,o=document.createElement("div");o.innerHTML="<p class='TEST'></p>";if(o.querySelectorAll&&o.querySelectorAll(".TEST").length===0){return }l=function(v,w,s,r){w=w||document;if(!r&&w.nodeType===9&&!C(w)){try{return m(w.querySelectorAll(v),s)}catch(u){}}return q(v,w,s,r)};l.find=q.find;l.filter=q.filter;l.selectors=q.selectors;l.matches=q.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var o=document.createElement("div");o.innerHTML="<div class='test e'></div><div class='test'></div>";if(o.getElementsByClassName("e").length===0){return }o.lastChild.className="e";if(o.getElementsByClassName("e").length===1){return }h.order.splice(1,0,"CLASS");h.find.CLASS=function(s,r,q){if(typeof r.getElementsByClassName!=="undefined"&&!q){return r.getElementsByClassName(s[1])}}})()}function D(w,q,r,y,o,z){var AI=w=="previousSibling"&&!z;for(var u=0,v=y.length;u<v;u++){var x=y[u];if(x){if(AI&&x.nodeType===1){x.sizcache=r;x.sizset=u}x=x[w];var s=false;while(x){if(x.sizcache===r){s=y[x.sizset];break}if(x.nodeType===1&&!z){x.sizcache=r;x.sizset=u}if(x.nodeName===q){s=x;break}x=x[w]}y[u]=s}}}function A(w,q,r,y,o,z){var AI=w=="previousSibling"&&!z;for(var u=0,v=y.length;u<v;u++){var x=y[u];if(x){if(AI&&x.nodeType===1){x.sizcache=r;x.sizset=u}x=x[w];var s=false;while(x){if(x.sizcache===r){s=y[x.sizset];break}if(x.nodeType===1){if(!z){x.sizcache=r;x.sizset=u}if(typeof q!=="string"){if(x===q){s=true;break}}else{if(l.filter(q,[x]).length>0){s=x;break}}}x=x[w]}y[u]=s}}}var f=document.compareDocumentPosition?function(o,q){return o.compareDocumentPosition(q)&16}:function(o,q){return o!==q&&(o.contains?o.contains(q):true)};var C=function(o){return o.nodeType===9&&o.documentElement.nodeName!=="HTML"||!!o.ownerDocument&&C(o.ownerDocument)};var g=function(s,v){var o=[],x="",w,q=v.nodeType?[v]:v;while((w=h.match.PSEUDO.exec(s))){x+=w[0];s=s.replace(h.match.PSEUDO,"")}s=h.relative[s]?s+"*":s;for(var u=0,r=q.length;u<r;u++){l(s,q[u],o)}return l.filter(x,o)};T.find=l;T.filter=l.filter;T.expr=l.selectors;T.expr[":"]=T.expr.filters;l.selectors.filters.hidden=function(o){return o.offsetWidth===0||o.offsetHeight===0};l.selectors.filters.visible=function(o){return o.offsetWidth>0||o.offsetHeight>0};l.selectors.filters.animated=function(o){return T.grep(T.timers,function(q){return o===q.elem}).length};T.multiFilter=function(o,r,q){if(q){o=":not("+o+")"}return l.matches(o,r)};T.dir=function(q,r){var s=[],o=q[r];while(o&&o!=document){if(o.nodeType==1){s.push(o)}o=o[r]}return s};T.nth=function(u,s,q,o){s=s||1;var r=0;for(;u;u=u[q]){if(u.nodeType==1&&++r==s){break}}return u};T.sibling=function(o,q){var r=[];for(;o;o=o.nextSibling){if(o.nodeType==1&&o!=q){r.push(o)}}return r};return ;W.Sizzle=l})();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 e=c[g];if(T.event.specialAll[g]){T.event.specialAll[g].setup.call(C,A,f)}if(!e){e=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)}}}}e[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,e;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(k,h){var f=h.split(".");h=f.shift();var j=RegExp("(^|\\.)"+f.slice().sort().join(".*\\.")+"(\\.|$)");if(b[h]){if(C){delete b[h][C.guid]}else{for(var g in b[h]){if(j.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,e){var b=D.type||D;if(!e){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(!e&&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,e;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(".*\\.")+"(\\.|$)");e=(T.data(this,"events")||{})[B.type];for(var b in e){var a=e[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 e=document.createElement("div");e.style.width=e.style.paddingLeft="1px";document.body.appendChild(e);T.boxModel=T.support.boxModel=e.offsetWidth===2;document.body.removeChild(e).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,e){if(e=="success"||e=="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,e,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,r=/=\?(&|$)/g,b,B,q=h.type.toUpperCase();if(h.data&&h.processData&&typeof h.data!=="string"){h.data=T.param(h.data)}if(h.dataType=="jsonp"){if(q=="GET"){if(!h.url.match(r)){h.url+=(h.url.match(/\?/)?"&":"?")+(h.jsonp||"callback")+"=?"}}else{if(!h.data||!h.data.match(r)){h.data=(h.data?h.data+"&":"")+(h.jsonp||"callback")+"=?"}}h.dataType="json"}if(h.dataType=="json"&&(h.data&&h.data.match(r)||h.url.match(r))){A="jsonp"+N++;if(h.data){h.data=(h.data+"").replace(r,"="+A+"$1")}h.url=h.url.replace(r,"="+A+"$1");h.dataType="script";W[A]=function(v){B=v;m();j();W[A]=AB;try{delete W[A]}catch(u){}if(o){o.removeChild(D)}}}if(h.dataType=="script"&&h.cache==null){h.cache=false}if(h.cache===false&&q=="GET"){var s=AD();var C=h.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+s+"$2");h.url=C+((C==h.url)?(h.url.match(/\?/)?"&":"?")+"_="+s:"")}if(h.data&&q=="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"&&q=="GET"&&c&&(c[1]&&c[1]!=location.protocol||c[2]!=location.host)){var o=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;m();j();D.onload=D.onreadystatechange=null;o.removeChild(D)}}}o.appendChild(D);return AB}var k=false;var l=h.xhr();if(h.username){l.open(q,h.url,h.async,h.username,h.password)}else{l.open(q,h.url,h.async)}try{if(h.data){l.setRequestHeader("Content-Type",h.contentType)}if(h.ifModified){l.setRequestHeader("If-Modified-Since",T.lastModified[h.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}l.setRequestHeader("X-Requested-With","XMLHttpRequest");l.setRequestHeader("Accept",h.dataType&&h.accepts[h.dataType]?h.accepts[h.dataType]+", */*":h.accepts._default)}catch(a){}if(h.beforeSend&&h.beforeSend(l,h)===false){if(h.global&&!--T.active){T.event.trigger("ajaxStop")}l.abort();return false}if(h.global){T.event.trigger("ajaxSend",[l,h])}var g=function(w){if(l.readyState==0){if(e){clearInterval(e);e=null;if(h.global&&!--T.active){T.event.trigger("ajaxStop")}}}else{if(!k&&l&&(l.readyState==4||w=="timeout")){k=true;if(e){clearInterval(e);e=null}b=w=="timeout"?"timeout":!T.httpSuccess(l)?"error":h.ifModified&&T.httpNotModified(l,h.url)?"notmodified":"success";if(b=="success"){try{B=T.httpData(l,h.dataType,h)}catch(u){b="parsererror"}}if(b=="success"){var v;try{v=l.getResponseHeader("Last-Modified")}catch(u){}if(h.ifModified&&v){T.lastModified[h.url]=v}if(!A){m()}}else{T.handleError(h,l,b)}j();if(w){l.abort()}if(h.async){l=null}}}};if(h.async){var e=setInterval(g,13);if(h.timeout>0){setTimeout(function(){if(l&&!k){g("timeout")}},h.timeout)}}try{l.send(h.data)}catch(a){T.handleError(h,l,null,a)}if(!h.async){g()}function m(){if(h.success){h.success(B,b)}if(h.global){T.event.trigger("ajaxSuccess",[l,h])}}function j(){if(h.complete){h.complete(l,b)}if(h.global){T.event.trigger("ajaxComplete",[l,h])}if(h.global&&!--T.active){T.event.trigger("ajaxStop")}}return l},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 e=T.data(this[a],"olddisplay");this[a].style.display=e||"";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"),e=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(m,h){var j=new T.fx(e,c,m);if(/toggle|show|hide/.test(h)){j[h=="toggle"?b?"show":"hide":h](A)}else{var k=h.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),g=j.cur(true)||0;if(k){var o=parseFloat(k[2]),l=k[3]||"px";if(l!="px"){e.style[m]=(o||1)+l;g=((o||1)/j.cur(true))*g;e.style[m]=g+l}if(k[1]){o=((k[1]=="-="?-1:1)*o)+g}j.custom(g,o,l)}else{j.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,e=C.documentElement,A=e.clientTop||c.clientTop||0,B=e.clientLeft||c.clientLeft||0,D=b.top+(self.pageYOffset||T.boxModel&&e.scrollTop||c.scrollTop)-A,a=b.left+(self.pageXOffset||T.boxModel&&e.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,e=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!==e){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(e.scrollTop,a.scrollTop),c+=Math.max(e.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,e,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,e=c.firstChild,b=c.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(e.offsetTop!==5);this.doesAddBorderForTableAndCells=(b.offsetTop===5);c.style.overflow="hidden",c.style.position="relative";this.subtractsBorderForOverflowNotVisible=(e.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")}})})();(function($){$.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/({.*})/,single:"metadata"},setType:function(type,name){this.defaults.type=type;this.defaults.name=name},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length){settings.single="metadata"}var data=$.data(elem,settings.single);if(data){return data}data="{}";if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m){data=m[1]}}else{if(settings.type=="elem"){if(!elem.getElementsByTagName){return undefined}var e=elem.getElementsByTagName(settings.name);if(e.length){data=$.trim(e[0].innerHTML)}}else{if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr){data=attr}}}}if(data.indexOf("{")<0){data="{"+data+"}"}data=eval("("+data+")");$.data(elem,settings.single,data);return data}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts)}})(jQuery);jQuery.cookie=function(B,I,L){if(typeof I!="undefined"){L=L||{};if(I===null){I="";L.expires=-1}var E="";if(L.expires&&(typeof L.expires=="number"||L.expires.toUTCString)){var F;if(typeof L.expires=="number"){F=new Date();F.setTime(F.getTime()+(L.expires*24*60*60*1000))}else{F=L.expires}E="; expires="+F.toUTCString()}var K=L.path?"; path="+L.path:"";var G=L.domain?"; domain="+L.domain:"";var A=L.secure?"; secure":"";document.cookie=[B,"=",encodeURIComponent(I),E,K,G,A].join("")}else{var D=null;if(document.cookie&&document.cookie!=""){var J=document.cookie.split(";");for(var H=0;H<J.length;H++){var C=jQuery.trim(J[H]);if(C.substring(0,B.length+1)==(B+"=")){D=decodeURIComponent(C.substring(B.length+1));break}}}return D}};(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.",datetime:"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},datetime:{datetime: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)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(C)},datetime:function(C,B){return this.optional(B)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2} \d{1,2}[:]\d{1,2}$/.test(C)},dateISO:function(C,B){return this.optional(B)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.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);jQuery.validator.addMethod("exactlyLength",function(B,A,C){return this.optional(A)||B.length==C},jQuery.format("Proszę o podanie {0} znaków."));jQuery.validator.addMethod("maxWords",function(B,A,C){return this.optional(A)||B.match(/\b\w+\b/g).length<C},"Please enter {0} words or less.");jQuery.validator.addMethod("minWords",function(B,A,C){return this.optional(A)||B.match(/\b\w+\b/g).length>=C},"Please enter at least {0} words.");jQuery.validator.addMethod("rangeWords",function(B,A,C){return this.optional(A)||B.match(/\b\w+\b/g).length>=C[0]&&B.match(/bw+b/g).length<C[1]},"Please enter between {0} and {1} words.");jQuery.validator.addMethod("letterswithbasicpunc",function(B,A){return this.optional(A)||/^[a-z-.,()'\"\s]+$/i.test(B)},"Letters or punctuation only please");jQuery.validator.addMethod("alphanumeric",function(B,A){return this.optional(A)||/^\w+$/i.test(B)},"Letters, numbers, spaces or underscores only please");jQuery.validator.addMethod("lettersonly",function(B,A){return this.optional(A)||/^[a-z]+$/i.test(B)},"Letters only please");jQuery.validator.addMethod("nowhitespace",function(B,A){return this.optional(A)||/^\S+$/i.test(B)},"No white space please");jQuery.validator.addMethod("ziprange",function(B,A){return this.optional(A)||/^90[2-5]\d\{2}-\d{4}$/.test(B)},"Your ZIP-code must be in the range 902xx-xxxx to 905-xx-xxxx");jQuery.validator.addMethod("vinUS",function(K){if(K.length!=17){return false}var F,A,I,G,B,H;var C=["A","B","C","D","E","F","G","H","J","K","L","M","N","P","R","S","T","U","V","W","X","Y","Z"];var J=[1,2,3,4,5,6,7,8,1,2,3,4,5,7,9,2,3,4,5,6,7,8,9];var E=[8,7,6,5,4,3,2,10,0,9,8,7,6,5,4,3,2];var D=0;for(F=0;F<17;F++){G=E[F];I=K.slice(F,F+1);if(F==8){H=I}if(!isNaN(I)){I*=G}else{for(A=0;A<C.length;A++){if(I.toUpperCase()===C[A]){I=J[A];I*=G;if(isNaN(H)&&A==8){H=C[A]}break}}}D+=I}B=D%11;if(B==10){B="X"}if(B==H){return true}return false},"The specified vehicle identification number (VIN) is invalid.");jQuery.validator.addMethod("dateITA",function(E,C){var A=false;var G=/^\d{1,2}\/\d{1,2}\/\d{4}$/;if(G.test(E)){var I=E.split("/");var D=parseInt(I[0],10);var B=parseInt(I[1],10);var F=parseInt(I[2],10);var H=new Date(F,B-1,D);if((H.getFullYear()==F)&&(H.getMonth()==B-1)&&(H.getDate()==D)){A=true}else{A=false}}else{A=false}return this.optional(C)||A},"Please enter a correct date");jQuery.validator.addMethod("phone",function(A,B){A=A.replace(/\s+/g,"");return this.optional(B)||A.length>9&&A.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/)},"Please specify a valid phone number");jQuery.validator.addMethod("strippedminlength",function(B,A,C){return jQuery(B).text().length>=C},jQuery.format("Please enter at least {0} characters"));jQuery.validator.addMethod("email2",function(B,A,C){return this.optional(A)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)*(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(B)},jQuery.validator.messages.email);jQuery.validator.addMethod("url2",function(B,A,C){return this.optional(A)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)*(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(B)},jQuery.validator.messages.url);jQuery.validator.addMethod("nickname",function(B,A){return this.optional(A)||B.length<15&&/^[a-zA-Z]{1}[a-zA-Z0-9_\. ]{2,14}/i.test(B)},"Not allowed characters in nickname");jQuery.ui||(function(G){var A=G.fn.remove,F=G.browser.mozilla&&(parseFloat(G.browser.version)<1.9);G.ui={version:"1.7",plugin:{add:function(L,K,N){var J=G.ui[L].prototype;for(var M in N){J.plugins[M]=J.plugins[M]||[];J.plugins[M].push([K,N[M]])}},call:function(M,K,L){var N=M.plugins[K];if(!N||!M.element[0].parentNode){return }for(var J=0;J<N.length;J++){if(M.options[N[J][0]]){N[J][1].apply(M.element,L)}}}},contains:function(J,K){return document.compareDocumentPosition?J.compareDocumentPosition(K)&16:J!==K&&J.contains(K)},hasScroll:function(J,L){if(G(J).css("overflow")=="hidden"){return false}var M=(L&&L=="left")?"scrollLeft":"scrollTop",K=false;if(J[M]>0){return true}J[M]=1;K=(J[M]>0);J[M]=0;return K},isOverAxis:function(K,L,J){return(K>L)&&(K<(L+J))},isOver:function(N,L,O,J,M,K){return G.ui.isOverAxis(N,O,M)&&G.ui.isOverAxis(L,J,K)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(F){var D=G.attr,E=G.fn.removeAttr,B="http://www.w3.org/2005/07/aaa",I=/^aria-/,H=/^wairole:/;G.attr=function(L,M,K){var J=K!==undefined;return(M=="role"?(J?D.call(this,L,M,"wairole:"+K):(D.apply(this,arguments)||"").replace(H,"")):(I.test(M)?(J?L.setAttributeNS(B,M.replace(I,"aaa:"),K):D.call(this,L,M.replace(I,"aaa:"))):D.apply(this,arguments)))};G.fn.removeAttr=function(J){return(I.test(J)?this.each(function(){this.removeAttributeNS(B,J.replace(I,""))}):E.call(this,J))}}G.fn.extend({remove:function(){G("*",this).add(this).each(function(){G(this).triggerHandler("remove")});return A.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var J;if((G.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){J=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(G.curCSS(this,"position",1))&&(/(auto|scroll)/).test(G.curCSS(this,"overflow",1)+G.curCSS(this,"overflow-y",1)+G.curCSS(this,"overflow-x",1))}).eq(0)}else{J=this.parents().filter(function(){return(/(auto|scroll)/).test(G.curCSS(this,"overflow",1)+G.curCSS(this,"overflow-y",1)+G.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!J.length?G(document):J}});G.extend(G.expr[":"],{data:function(J,K,L){return !!G.data(J,L[3])},focusable:function(K){var J=K.nodeName.toLowerCase(),L=G.attr(K,"tabindex");return(/input|select|textarea|button|object/.test(J)?!K.disabled:"a"==J||"area"==J?K.href||!isNaN(L):!isNaN(L))&&!G(K)["area"==J?"parents":"closest"](":hidden").length},tabbable:function(J){var K=G.attr(J,"tabindex");return(isNaN(K)||K>=0)&&G(J).is(":focusable")}});function C(J,O,N,K){function L(P){var Q=G[J][O][P]||[];return(typeof Q=="string"?Q.split(/,?\s+/):Q)}var M=L("getter");if(K.length==1&&typeof K[0]=="string"){M=M.concat(L("getterSetter"))}return(G.inArray(N,M)!=-1)}G.widget=function(K,L){var J=K.split(".")[0];K=K.split(".")[1];G.fn[K]=function(N){var P=(typeof N=="string"),O=Array.prototype.slice.call(arguments,1);if(P&&N.substring(0,1)=="_"){return this}if(P&&C(J,K,N,O)){var M=G.data(this[0],K);return(M?M[N].apply(M,O):undefined)}return this.each(function(){var Q=G.data(this,K);(!Q&&!P&&G.data(this,K,new G[J][K](this,N))._init());(Q&&P&&G.isFunction(Q[N])&&Q[N].apply(Q,O))})};G[J]=G[J]||{};G[J][K]=function(N,O){var M=this;this.namespace=J;this.widgetName=K;this.widgetEventPrefix=G[J][K].eventPrefix||K;this.widgetBaseClass=J+"-"+K;this.options=G.extend({},G.widget.defaults,G[J][K].defaults,G.metadata&&G.metadata.get(N)[K],O);this.element=G(N).bind("setData."+K,function(Q,R,P){if(Q.target==N){return M._setData(R,P)}}).bind("getData."+K,function(P,Q){if(P.target==N){return M._getData(Q)}}).bind("remove",function(){return M.destroy()})};G[J][K].prototype=G.extend({},G.widget.prototype,L);G[J][K].getterSetter="option"};G.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(K,J){var L=K,M=this;if(typeof K=="string"){if(J===undefined){return this._getData(K)}L={};L[K]=J}G.each(L,function(O,N){M._setData(O,N)})},_getData:function(J){return this.options[J]},_setData:function(K,J){this.options[K]=J;if(K=="disabled"){this.element[J?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",J)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(K,J,P){var N=this.options[K],M=(K==this.widgetEventPrefix?K:this.widgetEventPrefix+K);J=G.Event(J);J.type=M;if(J.originalEvent){for(var L=G.event.props.length,O;L;){O=G.event.props[--L];J[O]=J.originalEvent[O]}}this.element.trigger(J,P);return !(G.isFunction(N)&&N.call(this.element[0],J,P)===false||J.isDefaultPrevented())}};G.widget.defaults={disabled:false};G.ui.mouse={_mouseInit:function(){var J=this;this.element.bind("mousedown."+this.widgetName,function(K){return J._mouseDown(K)}).bind("click."+this.widgetName,function(K){if(J._preventClickEvent){J._preventClickEvent=false;K.stopImmediatePropagation();return false}});if(G.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(G.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(K){K.originalEvent=K.originalEvent||{};if(K.originalEvent.mouseHandled){return }(this._mouseStarted&&this._mouseUp(K));this._mouseDownEvent=K;var L=this,J=(K.which==1),M=(typeof this.options.cancel=="string"?G(K.target).parents().add(K.target).filter(this.options.cancel).length:false);if(!J||M||!this._mouseCapture(K)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){L.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(K)&&this._mouseDelayMet(K)){this._mouseStarted=(this._mouseStart(K)!==false);if(!this._mouseStarted){K.preventDefault();return true}}this._mouseMoveDelegate=function(N){return L._mouseMove(N)};this._mouseUpDelegate=function(N){return L._mouseUp(N)};G(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(G.browser.safari||K.preventDefault());K.originalEvent.mouseHandled=true;return true},_mouseMove:function(J){if(G.browser.msie&&!J.button){return this._mouseUp(J)}if(this._mouseStarted){this._mouseDrag(J);return J.preventDefault()}if(this._mouseDistanceMet(J)&&this._mouseDelayMet(J)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,J)!==false);(this._mouseStarted?this._mouseDrag(J):this._mouseUp(J))}return !this._mouseStarted},_mouseUp:function(J){G(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(J.target==this._mouseDownEvent.target);this._mouseStop(J)}return false},_mouseDistanceMet:function(J){return(Math.max(Math.abs(this._mouseDownEvent.pageX-J.pageX),Math.abs(this._mouseDownEvent.pageY-J.pageY))>=this.options.distance)},_mouseDelayMet:function(J){return this.mouseDelayMet},_mouseStart:function(J){},_mouseDrag:function(J){},_mouseStop:function(J){},_mouseCapture:function(J){return true}};G.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);(function(A){A.widget("ui.draggable",A.extend({},A.ui.mouse,{_init:function(){if(this.options.helper=="original"&&!(/^(?:r|a|f)/).test(this.element.css("position"))){this.element[0].style.position="relative"}(this.options.addClasses&&this.element.addClass("ui-draggable"));(this.options.disabled&&this.element.addClass("ui-draggable-disabled"));this._mouseInit()},destroy:function(){if(!this.element.data("draggable")){return }this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy()},_mouseCapture:function(B){var C=this.options;if(this.helper||C.disabled||A(B.target).is(".ui-resizable-handle")){return false}this.handle=this._getHandle(B);if(!this.handle){return false}return true},_mouseStart:function(B){var C=this.options;this.helper=this._createHelper(B);this._cacheHelperProportions();if(A.ui.ddmanager){A.ui.ddmanager.current=this}this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};A.extend(this.offset,{click:{left:B.pageX-this.offset.left,top:B.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(B);this.originalPageX=B.pageX;this.originalPageY=B.pageY;if(C.cursorAt){this._adjustOffsetFromHelper(C.cursorAt)}if(C.containment){this._setContainment()}this._trigger("start",B);this._cacheHelperProportions();if(A.ui.ddmanager&&!C.dropBehaviour){A.ui.ddmanager.prepareOffsets(this,B)}this.helper.addClass("ui-draggable-dragging");this._mouseDrag(B,true);return true},_mouseDrag:function(B,C){this.position=this._generatePosition(B);this.positionAbs=this._convertPositionTo("absolute");if(!C){var D=this._uiHash();this._trigger("drag",B,D);this.position=D.position}if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}if(A.ui.ddmanager){A.ui.ddmanager.drag(this,B)}return false},_mouseStop:function(D){var C=false;if(A.ui.ddmanager&&!this.options.dropBehaviour){C=A.ui.ddmanager.drop(this,D)}if(this.dropped){C=this.dropped;this.dropped=false}if((this.options.revert=="invalid"&&!C)||(this.options.revert=="valid"&&C)||this.options.revert===true||(A.isFunction(this.options.revert)&&this.options.revert.call(this.element,C))){var B=this;A(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){B._trigger("stop",D);B._clear()})}else{this._trigger("stop",D);this._clear()}return false},_getHandle:function(B){var C=!this.options.handle||!A(this.options.handle,this.element).length?true:false;A(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==B.target){C=true}});return C},_createHelper:function(D){var C=this.options;var B=A.isFunction(C.helper)?A(C.helper.apply(this.element[0],[D])):(C.helper=="clone"?this.element.clone():this.element);if(!B.parents("body").length){B.appendTo((C.appendTo=="parent"?this.element[0].parentNode:C.appendTo))}if(B[0]!=this.element[0]&&!(/(fixed|absolute)/).test(B.css("position"))){B.css("position","absolute")}return B},_adjustOffsetFromHelper:function(B){if(B.left!=undefined){this.offset.click.left=B.left+this.margins.left}if(B.right!=undefined){this.offset.click.left=this.helperProportions.width-B.right+this.margins.left}if(B.top!=undefined){this.offset.click.top=B.top+this.margins.top}if(B.bottom!=undefined){this.offset.click.top=this.helperProportions.height-B.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var B=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0])){B.left+=this.scrollParent.scrollLeft();B.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&A.browser.msie)){B={top:0,left:0}}return{top:B.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:B.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var B=this.element.position();return{top:B.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:B.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.element.css("marginLeft"),10)||0),top:(parseInt(this.element.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var C=this.options;if(C.containment=="parent"){C.containment=this.helper[0].parentNode}if(C.containment=="document"||C.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,A(C.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(A(C.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(C.containment)&&C.containment.constructor!=Array){var E=A(C.containment)[0];if(!E){return }var D=A(C.containment).offset();var B=(A(E).css("overflow")!="hidden");this.containment=[D.left+(parseInt(A(E).css("borderLeftWidth"),10)||0)+(parseInt(A(E).css("paddingLeft"),10)||0)-this.margins.left,D.top+(parseInt(A(E).css("borderTopWidth"),10)||0)+(parseInt(A(E).css("paddingTop"),10)||0)-this.margins.top,D.left+(B?Math.max(E.scrollWidth,E.offsetWidth):E.offsetWidth)-(parseInt(A(E).css("borderLeftWidth"),10)||0)-(parseInt(A(E).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,D.top+(B?Math.max(E.scrollHeight,E.offsetHeight):E.offsetHeight)-(parseInt(A(E).css("borderTopWidth"),10)||0)-(parseInt(A(E).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}else{if(C.containment.constructor==Array){this.containment=C.containment}}},_convertPositionTo:function(E,C){if(!C){C=this.position}var G=E=="absolute"?1:-1;var F=this.options,B=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,D=(/(html|body)/i).test(B[0].tagName);return{top:(C.top+this.offset.relative.top*G+this.offset.parent.top*G-(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(D?0:B.scrollTop()))*G)),left:(C.left+this.offset.relative.left*G+this.offset.parent.left*G-(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():D?0:B.scrollLeft())*G))}},_generatePosition:function(G){var D=this.options,B=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,C=(/(html|body)/i).test(B[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var H=G.pageX;var I=G.pageY;if(this.originalPosition){if(this.containment){if(G.pageX-this.offset.click.left<this.containment[0]){H=this.containment[0]+this.offset.click.left}if(G.pageY-this.offset.click.top<this.containment[1]){I=this.containment[1]+this.offset.click.top}if(G.pageX-this.offset.click.left>this.containment[2]){H=this.containment[2]+this.offset.click.left}if(G.pageY-this.offset.click.top>this.containment[3]){I=this.containment[3]+this.offset.click.top}}if(D.grid){var E=this.originalPageY+Math.round((I-this.originalPageY)/D.grid[1])*D.grid[1];I=this.containment?(!(E-this.offset.click.top<this.containment[1]||E-this.offset.click.top>this.containment[3])?E:(!(E-this.offset.click.top<this.containment[1])?E-D.grid[1]:E+D.grid[1])):E;var F=this.originalPageX+Math.round((H-this.originalPageX)/D.grid[0])*D.grid[0];H=this.containment?(!(F-this.offset.click.left<this.containment[0]||F-this.offset.click.left>this.containment[2])?F:(!(F-this.offset.click.left<this.containment[0])?F-D.grid[0]:F+D.grid[0])):F}}return{top:(I-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(C?0:B.scrollTop())))),left:(H-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():C?0:B.scrollLeft())))}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");if(this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval){this.helper.remove()}this.helper=null;this.cancelHelperRemoval=false},_trigger:function(B,D,C){C=C||this._uiHash();A.ui.plugin.call(this,B,[D,C]);if(B=="drag"){this.positionAbs=this._convertPositionTo("absolute")}return A.widget.prototype._trigger.call(this,B,D,C)},plugins:{},_uiHash:function(B){return{helper:this.helper,position:this.position,absolutePosition:this.positionAbs,offset:this.positionAbs}}}));A.extend(A.ui.draggable,{version:"1.7",eventPrefix:"drag",defaults:{addClasses:true,appendTo:"parent",axis:false,cancel:":input,option",connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false}});A.ui.plugin.add("draggable","connectToSortable",{start:function(F,D){var E=A(this).data("draggable"),C=E.options,B=A.extend({},D,{item:E.element});E.sortables=[];A(C.connectToSortable).each(function(){var G=A.data(this,"sortable");if(G&&!G.options.disabled){E.sortables.push({instance:G,shouldRevert:G.options.revert});G._refreshItems();G._trigger("activate",F,B)}})},stop:function(E,C){var D=A(this).data("draggable"),B=A.extend({},C,{item:D.element});A.each(D.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;D.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert){this.instance.options.revert=true}this.instance._mouseStop(E);this.instance.options.helper=this.instance.options._helper;if(D.options.helper=="original"){this.instance.currentItem.css({top:"auto",left:"auto"})}}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",E,B)}})},drag:function(F,C){var D=A(this).data("draggable"),B=this;var E=function(M){var H=this.offset.click.top,I=this.offset.click.left;var O=this.positionAbs.top,K=this.positionAbs.left;var L=M.height,J=M.width;var G=M.top,N=M.left;return A.ui.isOver(O+H,K+I,G,N,L,J)};A.each(D.sortables,function(G){this.instance.positionAbs=D.positionAbs;this.instance.helperProportions=D.helperProportions;this.instance.offset.click=D.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=A(B).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return C.helper[0]};F.target=this.instance.currentItem[0];this.instance._mouseCapture(F,true);this.instance._mouseStart(F,true,true);this.instance.offset.click.top=D.offset.click.top;this.instance.offset.click.left=D.offset.click.left;this.instance.offset.parent.left-=D.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=D.offset.parent.top-this.instance.offset.parent.top;D._trigger("toSortable",F);D.dropped=this.instance.element;D.currentItem=D.element;this.instance.fromOutside=D}if(this.instance.currentItem){this.instance._mouseDrag(F)}}else{if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",F,this.instance._uiHash(this.instance));this.instance._mouseStop(F,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();if(this.instance.placeholder){this.instance.placeholder.remove()}D._trigger("fromSortable",F);D.dropped=false}}})}});A.ui.plugin.add("draggable","cursor",{start:function(E,D){var B=A("body"),C=A(this).data("draggable").options;if(B.css("cursor")){C._cursor=B.css("cursor")}B.css("cursor",C.cursor)},stop:function(B,D){var C=A(this).data("draggable").options;if(C._cursor){A("body").css("cursor",C._cursor)}}});A.ui.plugin.add("draggable","iframeFix",{start:function(B,D){var C=A(this).data("draggable").options;A(C.iframeFix===true?"iframe":C.iframeFix).each(function(){A('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1000}).css(A(this).offset()).appendTo("body")})},stop:function(B,C){A("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});A.ui.plugin.add("draggable","opacity",{start:function(E,D){var B=A(D.helper),C=A(this).data("draggable").options;if(B.css("opacity")){C._opacity=B.css("opacity")}B.css("opacity",C.opacity)},stop:function(B,D){var C=A(this).data("draggable").options;if(C._opacity){A(D.helper).css("opacity",C._opacity)}}});A.ui.plugin.add("draggable","scroll",{start:function(D,C){var B=A(this).data("draggable");if(B.scrollParent[0]!=document&&B.scrollParent[0].tagName!="HTML"){B.overflowOffset=B.scrollParent.offset()}},drag:function(E,D){var F=A(this).data("draggable"),C=F.options,B=false;if(F.scrollParent[0]!=document&&F.scrollParent[0].tagName!="HTML"){if(!C.axis||C.axis!="x"){if((F.overflowOffset.top+F.scrollParent[0].offsetHeight)-E.pageY<C.scrollSensitivity){F.scrollParent[0].scrollTop=B=F.scrollParent[0].scrollTop+C.scrollSpeed}else{if(E.pageY-F.overflowOffset.top<C.scrollSensitivity){F.scrollParent[0].scrollTop=B=F.scrollParent[0].scrollTop-C.scrollSpeed}}}if(!C.axis||C.axis!="y"){if((F.overflowOffset.left+F.scrollParent[0].offsetWidth)-E.pageX<C.scrollSensitivity){F.scrollParent[0].scrollLeft=B=F.scrollParent[0].scrollLeft+C.scrollSpeed}else{if(E.pageX-F.overflowOffset.left<C.scrollSensitivity){F.scrollParent[0].scrollLeft=B=F.scrollParent[0].scrollLeft-C.scrollSpeed}}}}else{if(!C.axis||C.axis!="x"){if(E.pageY-A(document).scrollTop()<C.scrollSensitivity){B=A(document).scrollTop(A(document).scrollTop()-C.scrollSpeed)}else{if(A(window).height()-(E.pageY-A(document).scrollTop())<C.scrollSensitivity){B=A(document).scrollTop(A(document).scrollTop()+C.scrollSpeed)}}}if(!C.axis||C.axis!="y"){if(E.pageX-A(document).scrollLeft()<C.scrollSensitivity){B=A(document).scrollLeft(A(document).scrollLeft()-C.scrollSpeed)}else{if(A(window).width()-(E.pageX-A(document).scrollLeft())<C.scrollSensitivity){B=A(document).scrollLeft(A(document).scrollLeft()+C.scrollSpeed)}}}}if(B!==false&&A.ui.ddmanager&&!C.dropBehaviour){A.ui.ddmanager.prepareOffsets(F,E)}}});A.ui.plugin.add("draggable","snap",{start:function(E,D){var B=A(this).data("draggable"),C=B.options;B.snapElements=[];A(C.snap.constructor!=String?(C.snap.items||":data(draggable)"):C.snap).each(function(){var F=A(this);var G=F.offset();if(this!=B.element[0]){B.snapElements.push({item:this,width:F.outerWidth(),height:F.outerHeight(),top:G.top,left:G.left})}})},drag:function(G,K){var Q=A(this).data("draggable"),I=Q.options;var C=I.snapTolerance;var D=K.offset.left,E=D+Q.helperProportions.width,R=K.offset.top,S=R+Q.helperProportions.height;for(var F=Q.snapElements.length-1;F>=0;F--){var H=Q.snapElements[F].left,L=H+Q.snapElements[F].width,M=Q.snapElements[F].top,J=M+Q.snapElements[F].height;if(!((H-C<D&&D<L+C&&M-C<R&&R<J+C)||(H-C<D&&D<L+C&&M-C<S&&S<J+C)||(H-C<E&&E<L+C&&M-C<R&&R<J+C)||(H-C<E&&E<L+C&&M-C<S&&S<J+C))){if(Q.snapElements[F].snapping){(Q.options.snap.release&&Q.options.snap.release.call(Q.element,G,A.extend(Q._uiHash(),{snapItem:Q.snapElements[F].item})))}Q.snapElements[F].snapping=false;continue}if(I.snapMode!="inner"){var T=Math.abs(M-S)<=C;var B=Math.abs(J-R)<=C;var O=Math.abs(H-E)<=C;var N=Math.abs(L-D)<=C;if(T){K.position.top=Q._convertPositionTo("relative",{top:M-Q.helperProportions.height,left:0}).top-Q.margins.top}if(B){K.position.top=Q._convertPositionTo("relative",{top:J,left:0}).top-Q.margins.top}if(O){K.position.left=Q._convertPositionTo("relative",{top:0,left:H-Q.helperProportions.width}).left-Q.margins.left}if(N){K.position.left=Q._convertPositionTo("relative",{top:0,left:L}).left-Q.margins.left}}var P=(T||B||O||N);if(I.snapMode!="outer"){var T=Math.abs(M-R)<=C;var B=Math.abs(J-S)<=C;var O=Math.abs(H-D)<=C;var N=Math.abs(L-E)<=C;if(T){K.position.top=Q._convertPositionTo("relative",{top:M,left:0}).top-Q.margins.top}if(B){K.position.top=Q._convertPositionTo("relative",{top:J-Q.helperProportions.height,left:0}).top-Q.margins.top}if(O){K.position.left=Q._convertPositionTo("relative",{top:0,left:H}).left-Q.margins.left}if(N){K.position.left=Q._convertPositionTo("relative",{top:0,left:L-Q.helperProportions.width}).left-Q.margins.left}}if(!Q.snapElements[F].snapping&&(T||B||O||N||P)){(Q.options.snap.snap&&Q.options.snap.snap.call(Q.element,G,A.extend(Q._uiHash(),{snapItem:Q.snapElements[F].item})))}Q.snapElements[F].snapping=(T||B||O||N||P)}}});A.ui.plugin.add("draggable","stack",{start:function(B,E){var C=A(this).data("draggable").options;var D=A.makeArray(A(C.stack.group)).sort(function(F,G){return(parseInt(A(F).css("zIndex"),10)||C.stack.min)-(parseInt(A(G).css("zIndex"),10)||C.stack.min)});A(D).each(function(F){this.style.zIndex=C.stack.min+F});this[0].style.zIndex=C.stack.min+D.length}});A.ui.plugin.add("draggable","zIndex",{start:function(E,D){var B=A(D.helper),C=A(this).data("draggable").options;if(B.css("zIndex")){C._zIndex=B.css("zIndex")}B.css("zIndex",C.zIndex)},stop:function(B,D){var C=A(this).data("draggable").options;if(C._zIndex){A(D.helper).css("zIndex",C._zIndex)}}})})(jQuery);(function(A){A.widget("ui.droppable",{_init:function(){var C=this.options,B=C.accept;this.isover=0;this.isout=1;this.options.accept=this.options.accept&&A.isFunction(this.options.accept)?this.options.accept:function(D){return D.is(B)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};A.ui.ddmanager.droppables[this.options.scope]=A.ui.ddmanager.droppables[this.options.scope]||[];A.ui.ddmanager.droppables[this.options.scope].push(this);(this.options.addClasses&&this.element.addClass("ui-droppable"))},destroy:function(){var B=A.ui.ddmanager.droppables[this.options.scope];for(var C=0;C<B.length;C++){if(B[C]==this){B.splice(C,1)}}this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable")},_setData:function(B,C){if(B=="accept"){this.options.accept=C&&A.isFunction(C)?C:function(D){return D.is(accept)}}else{A.widget.prototype._setData.apply(this,arguments)}},_activate:function(C){var B=A.ui.ddmanager.current;if(this.options.activeClass){this.element.addClass(this.options.activeClass)}(B&&this._trigger("activate",C,this.ui(B)))},_deactivate:function(C){var B=A.ui.ddmanager.current;if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}(B&&this._trigger("deactivate",C,this.ui(B)))},_over:function(C){var B=A.ui.ddmanager.current;if(!B||(B.currentItem||B.element)[0]==this.element[0]){return }if(this.options.accept.call(this.element[0],(B.currentItem||B.element))){if(this.options.hoverClass){this.element.addClass(this.options.hoverClass)}this._trigger("over",C,this.ui(B))}},_out:function(C){var B=A.ui.ddmanager.current;if(!B||(B.currentItem||B.element)[0]==this.element[0]){return }if(this.options.accept.call(this.element[0],(B.currentItem||B.element))){if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("out",C,this.ui(B))}},_drop:function(E,D){var B=D||A.ui.ddmanager.current;if(!B||(B.currentItem||B.element)[0]==this.element[0]){return false}var C=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var F=A.data(this,"droppable");if(F.options.greedy&&A.ui.intersect(B,A.extend(F,{offset:F.element.offset()}),F.options.tolerance)){C=true;return false}});if(C){return false}if(this.options.accept.call(this.element[0],(B.currentItem||B.element))){if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("drop",E,this.ui(B));return this.element}return false},ui:function(B){return{draggable:(B.currentItem||B.element),helper:B.helper,position:B.position,absolutePosition:B.positionAbs,offset:B.positionAbs}}});A.extend(A.ui.droppable,{version:"1.7",eventPrefix:"drop",defaults:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"}});A.ui.intersect=function(B,H,D){if(!H.offset){return false}var M=(B.positionAbs||B.position.absolute).left,N=M+B.helperProportions.width,E=(B.positionAbs||B.position.absolute).top,F=E+B.helperProportions.height;var K=H.offset.left,O=K+H.proportions.width,C=H.offset.top,G=C+H.proportions.height;switch(D){case"fit":return(K<M&&N<O&&C<E&&F<G);break;case"intersect":return(K<M+(B.helperProportions.width/2)&&N-(B.helperProportions.width/2)<O&&C<E+(B.helperProportions.height/2)&&F-(B.helperProportions.height/2)<G);break;case"pointer":var J=((B.positionAbs||B.position.absolute).left+(B.clickOffset||B.offset.click).left),I=((B.positionAbs||B.position.absolute).top+(B.clickOffset||B.offset.click).top),L=A.ui.isOver(I,J,C,K,H.proportions.height,H.proportions.width);return L;break;case"touch":return((E>=C&&E<=G)||(F>=C&&F<=G)||(E<C&&F>G))&&((M>=K&&M<=O)||(N>=K&&N<=O)||(M<K&&N>O));break;default:return false;break}};A.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(F,D){var B=A.ui.ddmanager.droppables[F.options.scope];var E=D?D.type:null;var C=(F.currentItem||F.element).find(":data(droppable)").andSelf();droppablesLoop:for(var G=0;G<B.length;G++){if(B[G].options.disabled||(F&&!B[G].options.accept.call(B[G].element[0],(F.currentItem||F.element)))){continue}for(var H=0;H<C.length;H++){if(C[H]==B[G].element[0]){B[G].proportions.height=0;continue droppablesLoop}}B[G].visible=B[G].element.css("display")!="none";if(!B[G].visible){continue}B[G].offset=B[G].element.offset();B[G].proportions={width:B[G].element[0].offsetWidth,height:B[G].element[0].offsetHeight};if(E=="mousedown"){B[G]._activate.call(B[G],D)}}},drop:function(B,D){var C=false;A.each(A.ui.ddmanager.droppables[B.options.scope],function(){if(!this.options){return }if(!this.options.disabled&&this.visible&&A.ui.intersect(B,this,this.options.tolerance)){C=this._drop.call(this,D)}if(!this.options.disabled&&this.visible&&this.options.accept.call(this.element[0],(B.currentItem||B.element))){this.isout=1;this.isover=0;this._deactivate.call(this,D)}});return C},drag:function(B,C){if(B.options.refreshPositions){A.ui.ddmanager.prepareOffsets(B,C)}A.each(A.ui.ddmanager.droppables[B.options.scope],function(){if(this.options.disabled||this.greedyChild||!this.visible){return }var F=A.ui.intersect(B,this,this.options.tolerance);var D=!F&&this.isover==1?"isout":(F&&this.isover==0?"isover":null);if(!D){return }var E;if(this.options.greedy){var G=this.element.parents(":data(droppable):eq(0)");if(G.length){E=A.data(G[0],"droppable");E.greedyChild=(D=="isover"?1:0)}}if(E&&D=="isover"){E.isover=0;E.isout=1;E._out.call(E,C)}this[D]=1;this[D=="isout"?"isover":"isout"]=0;this[D=="isover"?"_over":"_out"].call(this,C);if(E&&D=="isout"){E.isout=0;E.isover=1;E._over.call(E,C)}})}}})(jQuery);(function(C){C.widget("ui.resizable",C.extend({},C.ui.mouse,{_init:function(){var I=this,E=this.options;this.element.addClass("ui-resizable");C.extend(this,{_aspectRatio:!!(E.aspectRatio),aspectRatio:E.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:E.helper||E.ghost||E.animate?E.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){if(/relative/.test(this.element.css("position"))&&C.browser.opera){this.element.css({position:"relative",top:"auto",left:"auto"})}this.element.wrap(C('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=E.handles||(!C(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var D=this.handles.split(",");this.handles={};for(var H=0;H<D.length;H++){var F=C.trim(D[H]),J="ui-resizable-"+F;var G=C('<div class="ui-resizable-handle '+J+'"></div>');if(/sw|se|ne|nw/.test(F)){G.css({zIndex:++E.zIndex})}if("se"==F){G.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[F]=".ui-resizable-"+F;this.element.append(G)}}this._renderAxis=function(M){M=M||this.element;for(var K in this.handles){if(this.handles[K].constructor==String){this.handles[K]=C(this.handles[K],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var O=C(this.handles[K],this.element),N=0;N=/sw|ne|nw|se|n|s/.test(K)?O.outerHeight():O.outerWidth();var L=["padding",/ne|nw|n/.test(K)?"Top":/se|sw|s/.test(K)?"Bottom":/^e$/.test(K)?"Right":"Left"].join("");M.css(L,N);this._proportionallyResize()}if(!C(this.handles[K]).length){continue}}};this._renderAxis(this.element);this._handles=C(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!I.resizing){if(this.className){var K=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}I.axis=K&&K[1]?K[1]:"se"}});if(E.autoHide){this._handles.hide();C(this.element).addClass("ui-resizable-autohide").hover(function(){C(this).removeClass("ui-resizable-autohide");I._handles.show()},function(){if(!I.resizing){C(this).addClass("ui-resizable-autohide");I._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var E=function(F){C(F).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){E(this.element);var D=this.element;D.parent().append(this.originalElement.css({position:D.css("position"),width:D.outerWidth(),height:D.outerHeight(),top:D.css("top"),left:D.css("left")})).end().remove()}this.originalElement.css("resize",this.originalResizeStyle);E(this.originalElement)},_mouseCapture:function(E){var D=false;for(var F in this.handles){if(C(this.handles[F])[0]==E.target){D=true}}return this.options.disabled||!!D},_mouseStart:function(H){var E=this.options,I=this.element.position(),J=this.element;this.resizing=true;this.documentScroll={top:C(document).scrollTop(),left:C(document).scrollLeft()};if(J.is(".ui-draggable")||(/absolute/).test(J.css("position"))){J.css({position:"absolute",top:I.top,left:I.left})}if(C.browser.opera&&(/relative/).test(J.css("position"))){J.css({position:"relative",top:"auto",left:"auto"})}this._renderProxy();var D=A(this.helper.css("left")),G=A(this.helper.css("top"));if(E.containment){D+=C(E.containment).scrollLeft()||0;G+=C(E.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:D,top:G};this.size=this._helper?{width:J.outerWidth(),height:J.outerHeight()}:{width:J.width(),height:J.height()};this.originalSize=this._helper?{width:J.outerWidth(),height:J.outerHeight()}:{width:J.width(),height:J.height()};this.originalPosition={left:D,top:G};this.sizeDiff={width:J.outerWidth()-J.width(),height:J.outerHeight()-J.height()};this.originalMousePosition={left:H.pageX,top:H.pageY};this.aspectRatio=(typeof E.aspectRatio=="number")?E.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var F=C(".ui-resizable-"+this.axis).css("cursor");C("body").css("cursor",F=="auto"?this.axis+"-resize":F);J.addClass("ui-resizable-resizing");this._propagate("start",H);return true},_mouseDrag:function(P){var M=this.helper,N=this.options,H={},E=this,K=this.originalMousePosition,G=this.axis;var D=(P.pageX-K.left)||0,F=(P.pageY-K.top)||0;var L=this._change[G];if(!L){return false}var I=L.apply(this,[P,D,F]),J=C.browser.msie&&C.browser.version<7,O=this.sizeDiff;if(this._aspectRatio||P.shiftKey){I=this._updateRatio(I,P)}I=this._respectSize(I,P);this._propagate("resize",P);M.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(I);this._trigger("resize",P,this.ui());return false},_mouseStop:function(J){this.resizing=false;var I=this.options,E=this;if(this._helper){var K=this._proportionallyResizeElements,M=K.length&&(/textarea/i).test(K[0].nodeName),L=M&&C.ui.hasScroll(K[0],"left")?0:E.sizeDiff.height,G=M?0:E.sizeDiff.width;var D={width:(E.size.width-G),height:(E.size.height-L)},H=(parseInt(E.element.css("left"),10)+(E.position.left-E.originalPosition.left))||null,F=(parseInt(E.element.css("top"),10)+(E.position.top-E.originalPosition.top))||null;if(!I.animate){this.element.css(C.extend(D,{top:F,left:H}))}E.helper.height(E.size.height);E.helper.width(E.size.width);if(this._helper&&!I.animate){this._proportionallyResize()}}C("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",J);if(this._helper){this.helper.remove()}return false},_updateCache:function(E){var D=this.options;this.offset=this.helper.offset();if(B(E.left)){this.position.left=E.left}if(B(E.top)){this.position.top=E.top}if(B(E.height)){this.size.height=E.height}if(B(E.width)){this.size.width=E.width}},_updateRatio:function(F,G){var E=this.options,D=this.position,H=this.size,I=this.axis;if(F.height){F.width=(H.height*this.aspectRatio)}else{if(F.width){F.height=(H.width/this.aspectRatio)}}if(I=="sw"){F.left=D.left+(H.width-F.width);F.top=null}if(I=="nw"){F.top=D.top+(H.height-F.height);F.left=D.left+(H.width-F.width)}return F},_respectSize:function(J,O){var L=this.helper,M=this.options,E=this._aspectRatio||O.shiftKey,F=this.axis,R=B(J.width)&&M.maxWidth&&(M.maxWidth<J.width),I=B(J.height)&&M.maxHeight&&(M.maxHeight<J.height),N=B(J.width)&&M.minWidth&&(M.minWidth>J.width),D=B(J.height)&&M.minHeight&&(M.minHeight>J.height);if(N){J.width=M.minWidth}if(D){J.height=M.minHeight}if(R){J.width=M.maxWidth}if(I){J.height=M.maxHeight}var P=this.originalPosition.left+this.originalSize.width,G=this.position.top+this.size.height;var K=/sw|nw|w/.test(F),Q=/nw|ne|n/.test(F);if(N&&K){J.left=P-M.minWidth}if(R&&K){J.left=P-M.maxWidth}if(D&&Q){J.top=G-M.minHeight}if(I&&Q){J.top=G-M.maxHeight}var H=!J.width&&!J.height;if(H&&!J.left&&J.top){J.top=null}else{if(H&&!J.top&&J.left){J.left=null}}return J},_proportionallyResize:function(){var D=this.options;if(!this._proportionallyResizeElements.length){return }var G=this.helper||this.element;for(var H=0;H<this._proportionallyResizeElements.length;H++){var F=this._proportionallyResizeElements[H];if(!this.borderDif){var I=[F.css("borderTopWidth"),F.css("borderRightWidth"),F.css("borderBottomWidth"),F.css("borderLeftWidth")],E=[F.css("paddingTop"),F.css("paddingRight"),F.css("paddingBottom"),F.css("paddingLeft")];this.borderDif=C.map(I,function(L,J){var K=parseInt(L,10)||0,M=parseInt(E[J],10)||0;return K+M})}if(C.browser.msie&&!(!(C(G).is(":hidden")||C(G).parents(":hidden").length))){continue}F.css({height:(G.height()-this.borderDif[0]-this.borderDif[2])||0,width:(G.width()-this.borderDif[1]-this.borderDif[3])||0})}},_renderProxy:function(){var G=this.element,D=this.options;this.elementOffset=G.offset();if(this._helper){this.helper=this.helper||C('<div style="overflow:hidden;"></div>');var H=C.browser.msie&&C.browser.version<7,F=(H?1:0),E=(H?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+E,height:this.element.outerHeight()+E,position:"absolute",left:this.elementOffset.left-F+"px",top:this.elementOffset.top-F+"px",zIndex:++D.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(D,E,F){return{width:this.originalSize.width+E}},w:function(F,H,I){var D=this.options,G=this.originalSize,E=this.originalPosition;return{left:E.left+H,width:G.width-H}},n:function(F,H,I){var D=this.options,G=this.originalSize,E=this.originalPosition;return{top:E.top+I,height:G.height-I}},s:function(D,E,F){return{height:this.originalSize.height+F}},se:function(D,E,F){return C.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[D,E,F]))},sw:function(D,E,F){return C.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[D,E,F]))},ne:function(D,E,F){return C.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[D,E,F]))},nw:function(D,E,F){return C.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[D,E,F]))}},_propagate:function(D,E){C.ui.plugin.call(this,D,[E,this.ui()]);(D!="resize"&&this._trigger(D,E,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}));C.extend(C.ui.resizable,{version:"1.7",eventPrefix:"resize",defaults:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,cancel:":input,option",containment:false,delay:0,distance:1,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000}});C.ui.plugin.add("resizable","alsoResize",{start:function(F,E){var G=C(this).data("resizable"),D=G.options;_store=function(H){C(H).each(function(){C(this).data("resizable-alsoresize",{width:parseInt(C(this).width(),10),height:parseInt(C(this).height(),10),left:parseInt(C(this).css("left"),10),top:parseInt(C(this).css("top"),10)})})};if(typeof (D.alsoResize)=="object"&&!D.alsoResize.parentNode){if(D.alsoResize.length){D.alsoResize=D.alsoResize[0];_store(D.alsoResize)}else{C.each(D.alsoResize,function(I,H){_store(I)})}}else{_store(D.alsoResize)}},resize:function(I,G){var J=C(this).data("resizable"),F=J.options,H=J.originalSize,D=J.originalPosition;var E={height:(J.size.height-H.height)||0,width:(J.size.width-H.width)||0,top:(J.position.top-D.top)||0,left:(J.position.left-D.left)||0},K=function(M,L){C(M).each(function(){var O=C(this),N=C(this).data("resizable-alsoresize"),P={},Q=L&&L.length?L:["width","height","top","left"];C.each(Q||["width","height","top","left"],function(T,R){var S=(N[R]||0)+(E[R]||0);if(S&&S>=0){P[R]=S||null}});if(/relative/.test(O.css("position"))&&C.browser.opera){J._revertToRelativePosition=true;O.css({position:"absolute",top:"auto",left:"auto"})}O.css(P)})};if(typeof (F.alsoResize)=="object"&&!F.alsoResize.nodeType){C.each(F.alsoResize,function(M,L){K(M,L)})}else{K(F.alsoResize)}},stop:function(E,D){var F=C(this).data("resizable");if(F._revertToRelativePosition&&C.browser.opera){F._revertToRelativePosition=false;el.css({position:"relative"})}C(this).removeData("resizable-alsoresize-start")}});C.ui.plugin.add("resizable","animate",{stop:function(J,E){var D=C(this).data("resizable"),I=D.options;var K=D._proportionallyResizeElements,N=K.length&&(/textarea/i).test(K[0].nodeName),M=N&&C.ui.hasScroll(K[0],"left")?0:D.sizeDiff.height,G=N?0:D.sizeDiff.width;var L={width:(D.size.width-G),height:(D.size.height-M)},H=(parseInt(D.element.css("left"),10)+(D.position.left-D.originalPosition.left))||null,F=(parseInt(D.element.css("top"),10)+(D.position.top-D.originalPosition.top))||null;D.element.animate(C.extend(L,F&&H?{top:F,left:H}:{}),{duration:I.animateDuration,easing:I.animateEasing,step:function(){var O={width:parseInt(D.element.css("width"),10),height:parseInt(D.element.css("height"),10),top:parseInt(D.element.css("top"),10),left:parseInt(D.element.css("left"),10)};if(K&&K.length){C(K[0]).css({width:O.width,height:O.height})}D._updateCache(O);D._propagate("resize",J)}})}});C.ui.plugin.add("resizable","containment",{start:function(O,E){var Q=C(this).data("resizable"),K=Q.options,I=Q.element;var N=K.containment,J=(N instanceof C)?N.get(0):(/parent/.test(N))?I.parent().get(0):N;if(!J){return }Q.containerElement=C(J);if(/document/.test(N)||N==document){Q.containerOffset={left:0,top:0};Q.containerPosition={left:0,top:0};Q.parentData={element:C(document),left:0,top:0,width:C(document).width(),height:C(document).height()||document.body.parentNode.scrollHeight}}else{var G=C(J),L=[];C(["Top","Right","Left","Bottom"]).each(function(R,S){L[R]=A(G.css("padding"+S))});Q.containerOffset=G.offset();Q.containerPosition=G.position();Q.containerSize={height:(G.innerHeight()-L[3]),width:(G.innerWidth()-L[1])};var F=Q.containerOffset,P=Q.containerSize.height,H=Q.containerSize.width,M=(C.ui.hasScroll(J,"left")?J.scrollWidth:H),D=(C.ui.hasScroll(J)?J.scrollHeight:P);Q.parentData={element:J,left:F.left,top:F.top,width:M,height:D}}},resize:function(O,F){var R=C(this).data("resizable"),M=R.options,P=R.containerSize,G=R.containerOffset,I=R.size,H=R.position,E=M._aspectRatio||O.shiftKey,Q={top:0,left:0},N=R.containerElement;if(N[0]!=document&&(/static/).test(N.css("position"))){Q=G}if(H.left<(R._helper?G.left:0)){R.size.width=R.size.width+(R._helper?(R.position.left-G.left):(R.position.left-Q.left));if(E){R.size.height=R.size.width/M.aspectRatio}R.position.left=M.helper?G.left:0}if(H.top<(R._helper?G.top:0)){R.size.height=R.size.height+(R._helper?(R.position.top-G.top):R.position.top);if(E){R.size.width=R.size.height*M.aspectRatio}R.position.top=R._helper?G.top:0}R.offset.left=R.parentData.left+R.position.left;R.offset.top=R.parentData.top+R.position.top;var J=Math.abs((R._helper?R.offset.left-Q.left:(R.offset.left-Q.left))+R.sizeDiff.width),D=Math.abs((R._helper?R.offset.top-Q.top:(R.offset.top-G.top))+R.sizeDiff.height);var K=R.containerElement.get(0)==R.element.parent().get(0),L=/relative|absolute/.test(R.containerElement.css("position"));if(K&&L){J-=R.parentData.left}if(J+R.size.width>=R.parentData.width){R.size.width=R.parentData.width-J;if(E){R.size.height=R.size.width/M.aspectRatio}}if(D+R.size.height>=R.parentData.height){R.size.height=R.parentData.height-D;if(E){R.size.width=R.size.height*M.aspectRatio}}},stop:function(N,G){var E=C(this).data("resizable"),M=E.options,I=E.position,H=E.containerOffset,O=E.containerPosition,L=E.containerElement;var K=C(E.helper),D=K.offset(),F=K.outerWidth()-E.sizeDiff.width,J=K.outerHeight()-E.sizeDiff.height;if(E._helper&&!M.animate&&(/relative/).test(L.css("position"))){C(this).css({left:D.left-O.left-H.left,width:F,height:J})}if(E._helper&&!M.animate&&(/static/).test(L.css("position"))){C(this).css({left:D.left-O.left-H.left,width:F,height:J})}}});C.ui.plugin.add("resizable","ghost",{start:function(F,E){var H=C(this).data("resizable"),D=H.options,G=H.size;H.ghost=H.originalElement.clone();H.ghost.css({opacity:0.25,display:"block",position:"relative",height:G.height,width:G.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof D.ghost=="string"?D.ghost:"");H.ghost.appendTo(H.helper)},resize:function(F,E){var G=C(this).data("resizable"),D=G.options;if(G.ghost){G.ghost.css({position:"relative",height:G.size.height,width:G.size.width})}},stop:function(F,E){var G=C(this).data("resizable"),D=G.options;if(G.ghost&&G.helper){G.helper.get(0).removeChild(G.ghost.get(0))}}});C.ui.plugin.add("resizable","grid",{resize:function(N,F){var D=C(this).data("resizable"),K=D.options,H=D.size,J=D.originalSize,I=D.originalPosition,E=D.axis,G=K._aspectRatio||N.shiftKey;K.grid=typeof K.grid=="number"?[K.grid,K.grid]:K.grid;var L=Math.round((H.width-J.width)/(K.grid[0]||1))*(K.grid[0]||1),M=Math.round((H.height-J.height)/(K.grid[1]||1))*(K.grid[1]||1);if(/^(se|s|e)$/.test(E)){D.size.width=J.width+L;D.size.height=J.height+M}else{if(/^(ne)$/.test(E)){D.size.width=J.width+L;D.size.height=J.height+M;D.position.top=I.top-M}else{if(/^(sw)$/.test(E)){D.size.width=J.width+L;D.size.height=J.height+M;D.position.left=I.left-L}else{D.size.width=J.width+L;D.size.height=J.height+M;D.position.top=I.top-M;D.position.left=I.left-L}}}}});var A=function(D){return parseInt(D,10)||0};var B=function(D){return !isNaN(parseInt(D,10))}})(jQuery);(function(A){A.widget("ui.selectable",A.extend({},A.ui.mouse,{_init:function(){var B=this;this.element.addClass("ui-selectable");this.dragged=false;var C;this.refresh=function(){C=A(B.options.filter,B.element[0]);C.each(function(){var E=A(this);var D=E.offset();A.data(this,"selectable-item",{element:this,$element:E,left:D.left,top:D.top,right:D.left+E.outerWidth(),bottom:D.top+E.outerHeight(),startselected:false,selected:E.hasClass("ui-selected"),selecting:E.hasClass("ui-selecting"),unselecting:E.hasClass("ui-unselecting")})})};this.refresh();this.selectees=C.addClass("ui-selectee");this._mouseInit();this.helper=A(document.createElement("div")).css({border:"1px dotted black"}).addClass("ui-selectable-helper")},destroy:function(){this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy()},_mouseStart:function(C){var B=this;this.opos=[C.pageX,C.pageY];if(this.options.disabled){return }var D=this.options;this.selectees=A(D.filter,this.element[0]);this._trigger("start",C);A("body").append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:C.clientX,top:C.clientY,width:0,height:0});if(D.autoRefresh){this.refresh()}this.selectees.filter(".ui-selected").each(function(){var E=A.data(this,"selectable-item");E.startselected=true;if(!C.metaKey){E.$element.removeClass("ui-selected");E.selected=false;E.$element.addClass("ui-unselecting");E.unselecting=true;B._trigger("unselecting",C,{unselecting:E.element})}});A(C.target).parents().andSelf().each(function(){var E=A.data(this,"selectable-item");if(E){E.$element.removeClass("ui-unselecting").addClass("ui-selecting");E.unselecting=false;E.selecting=true;E.selected=true;B._trigger("selecting",C,{selecting:E.element});return false}})},_mouseDrag:function(C){var I=this;this.dragged=true;if(this.options.disabled){return }var G=this.options;var H=this.opos[0],D=this.opos[1],B=C.pageX,E=C.pageY;if(H>B){var F=B;B=H;H=F}if(D>E){var F=E;E=D;D=F}this.helper.css({left:H,top:D,width:B-H,height:E-D});this.selectees.each(function(){var K=A.data(this,"selectable-item");if(!K||K.element==I.element[0]){return }var J=false;if(G.tolerance=="touch"){J=(!(K.left>B||K.right<H||K.top>E||K.bottom<D))}else{if(G.tolerance=="fit"){J=(K.left>H&&K.right<B&&K.top>D&&K.bottom<E)}}if(J){if(K.selected){K.$element.removeClass("ui-selected");K.selected=false}if(K.unselecting){K.$element.removeClass("ui-unselecting");K.unselecting=false}if(!K.selecting){K.$element.addClass("ui-selecting");K.selecting=true;I._trigger("selecting",C,{selecting:K.element})}}else{if(K.selecting){if(C.metaKey&&K.startselected){K.$element.removeClass("ui-selecting");K.selecting=false;K.$element.addClass("ui-selected");K.selected=true}else{K.$element.removeClass("ui-selecting");K.selecting=false;if(K.startselected){K.$element.addClass("ui-unselecting");K.unselecting=true}I._trigger("unselecting",C,{unselecting:K.element})}}if(K.selected){if(!C.metaKey&&!K.startselected){K.$element.removeClass("ui-selected");K.selected=false;K.$element.addClass("ui-unselecting");K.unselecting=true;I._trigger("unselecting",C,{unselecting:K.element})}}}});return false},_mouseStop:function(C){var B=this;this.dragged=false;var D=this.options;A(".ui-unselecting",this.element[0]).each(function(){var E=A.data(this,"selectable-item");E.$element.removeClass("ui-unselecting");E.unselecting=false;E.startselected=false;B._trigger("unselected",C,{unselected:E.element})});A(".ui-selecting",this.element[0]).each(function(){var E=A.data(this,"selectable-item");E.$element.removeClass("ui-selecting").addClass("ui-selected");E.selecting=false;E.selected=true;E.startselected=true;B._trigger("selected",C,{selected:E.element})});this._trigger("stop",C);this.helper.remove();return false}}));A.extend(A.ui.selectable,{version:"1.7",defaults:{appendTo:"body",autoRefresh:true,cancel:":input,option",delay:0,distance:0,filter:"*",tolerance:"touch"}})})(jQuery);(function(A){A.widget("ui.sortable",A.extend({},A.ui.mouse,{_init:function(){var B=this.options;this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?(/left|right/).test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var B=this.items.length-1;B>=0;B--){this.items[B].item.removeData("sortable-item")}},_mouseCapture:function(E,D){if(this.reverting){return false}if(this.options.disabled||this.options.type=="static"){return false}this._refreshItems(E);var F=null,G=this,B=A(E.target).parents().each(function(){if(A.data(this,"sortable-item")==G){F=A(this);return false}});if(A.data(E.target,"sortable-item")==G){F=A(E.target)}if(!F){return false}if(this.options.handle&&!D){var C=false;A(this.options.handle,F).find("*").andSelf().each(function(){if(this==E.target){C=true}});if(!C){return false}}this.currentItem=F;this._removeCurrentsFromItems();return true},_mouseStart:function(E,D,B){var C=this.options,G=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(E);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");A.extend(this.offset,{click:{left:E.pageX-this.offset.left,top:E.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(E);this.originalPageX=E.pageX;this.originalPageY=E.pageY;if(C.cursorAt){this._adjustOffsetFromHelper(C.cursorAt)}this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};if(this.helper[0]!=this.currentItem[0]){this.currentItem.hide()}this._createPlaceholder();if(C.containment){this._setContainment()}if(C.cursor){if(A("body").css("cursor")){this._storedCursor=A("body").css("cursor")}A("body").css("cursor",C.cursor)}if(C.opacity){if(this.helper.css("opacity")){this._storedOpacity=this.helper.css("opacity")}this.helper.css("opacity",C.opacity)}if(C.zIndex){if(this.helper.css("zIndex")){this._storedZIndex=this.helper.css("zIndex")}this.helper.css("zIndex",C.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){this.overflowOffset=this.scrollParent.offset()}this._trigger("start",E,this._uiHash());if(!this._preserveHelperProportions){this._cacheHelperProportions()}if(!B){for(var F=this.containers.length-1;F>=0;F--){this.containers[F]._trigger("activate",E,G._uiHash(this))}}if(A.ui.ddmanager){A.ui.ddmanager.current=this}if(A.ui.ddmanager&&!C.dropBehaviour){A.ui.ddmanager.prepareOffsets(this,E)}this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(E);return true},_mouseDrag:function(E){this.position=this._generatePosition(E);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs){this.lastPositionAbs=this.positionAbs}if(this.options.scroll){var D=this.options,B=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if((this.overflowOffset.top+this.scrollParent[0].offsetHeight)-E.pageY<D.scrollSensitivity){this.scrollParent[0].scrollTop=B=this.scrollParent[0].scrollTop+D.scrollSpeed}else{if(E.pageY-this.overflowOffset.top<D.scrollSensitivity){this.scrollParent[0].scrollTop=B=this.scrollParent[0].scrollTop-D.scrollSpeed}}if((this.overflowOffset.left+this.scrollParent[0].offsetWidth)-E.pageX<D.scrollSensitivity){this.scrollParent[0].scrollLeft=B=this.scrollParent[0].scrollLeft+D.scrollSpeed}else{if(E.pageX-this.overflowOffset.left<D.scrollSensitivity){this.scrollParent[0].scrollLeft=B=this.scrollParent[0].scrollLeft-D.scrollSpeed}}}else{if(E.pageY-A(document).scrollTop()<D.scrollSensitivity){B=A(document).scrollTop(A(document).scrollTop()-D.scrollSpeed)}else{if(A(window).height()-(E.pageY-A(document).scrollTop())<D.scrollSensitivity){B=A(document).scrollTop(A(document).scrollTop()+D.scrollSpeed)}}if(E.pageX-A(document).scrollLeft()<D.scrollSensitivity){B=A(document).scrollLeft(A(document).scrollLeft()-D.scrollSpeed)}else{if(A(window).width()-(E.pageX-A(document).scrollLeft())<D.scrollSensitivity){B=A(document).scrollLeft(A(document).scrollLeft()+D.scrollSpeed)}}}if(B!==false&&A.ui.ddmanager&&!D.dropBehaviour){A.ui.ddmanager.prepareOffsets(this,E)}}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}for(var G=this.items.length-1;G>=0;G--){var F=this.items[G],H=F.item[0],C=this._intersectsWithPointer(F);if(!C){continue}if(H!=this.currentItem[0]&&this.placeholder[C==1?"next":"prev"]()[0]!=H&&!A.ui.contains(this.placeholder[0],H)&&(this.options.type=="semi-dynamic"?!A.ui.contains(this.element[0],H):true)){this.direction=C==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(F)){this._rearrange(E,F)}else{break}this._trigger("change",E,this._uiHash());break}}this._contactContainers(E);if(A.ui.ddmanager){A.ui.ddmanager.drag(this,E)}this._trigger("sort",E,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(E,D){if(!E){return }if(A.ui.ddmanager&&!this.options.dropBehaviour){A.ui.ddmanager.drop(this,E)}if(this.options.revert){var B=this;var C=B.placeholder.offset();B.reverting=true;A(this.helper).animate({left:C.left-this.offset.parent.left-B.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:C.top-this.offset.parent.top-B.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){B._clear(E)})}else{this._clear(E,D)}return false},cancel:function(){var B=this;if(this.dragging){this._mouseUp();if(this.options.helper=="original"){this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}for(var C=this.containers.length-1;C>=0;C--){this.containers[C]._trigger("deactivate",null,B._uiHash(this));if(this.containers[C].containerCache.over){this.containers[C]._trigger("out",null,B._uiHash(this));this.containers[C].containerCache.over=0}}}if(this.placeholder[0].parentNode){this.placeholder[0].parentNode.removeChild(this.placeholder[0])}if(this.options.helper!="original"&&this.helper&&this.helper[0].parentNode){this.helper.remove()}A.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});if(this.domPosition.prev){A(this.domPosition.prev).after(this.currentItem)}else{A(this.domPosition.parent).prepend(this.currentItem)}return true},serialize:function(C){var B=this._getItemsAsjQuery(C&&C.connected);var D=[];C=C||{};A(B).each(function(){var E=(A(C.item||this).attr(C.attribute||"id")||"").match(C.expression||(/(.+)[-=_](.+)/));if(E){D.push((C.key||E[1]+"[]")+"="+(C.key&&C.expression?E[1]:E[2]))}});return D.join("&")},toArray:function(C){var B=this._getItemsAsjQuery(C&&C.connected);var D=[];C=C||{};B.each(function(){D.push(A(C.item||this).attr(C.attribute||"id")||"")});return D},_intersectsWith:function(D){var K=this.positionAbs.left,L=K+this.helperProportions.width,E=this.positionAbs.top,F=E+this.helperProportions.height;var J=D.left,M=J+D.width,C=D.top,G=C+D.height;var B=this.offset.click.top,H=this.offset.click.left;var I=(E+B)>C&&(E+B)<G&&(K+H)>J&&(K+H)<M;if(this.options.tolerance=="pointer"||this.options.forcePointerForContainers||(this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>D[this.floating?"width":"height"])){return I}else{return(J<K+(this.helperProportions.width/2)&&L-(this.helperProportions.width/2)<M&&C<E+(this.helperProportions.height/2)&&F-(this.helperProportions.height/2)<G)}},_intersectsWithPointer:function(F){var E=A.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,F.top,F.height),G=A.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,F.left,F.width),C=E&&G,B=this._getDragVerticalDirection(),D=this._getDragHorizontalDirection();if(!C){return false}return this.floating?(((D&&D=="right")||B=="down")?2:1):(B&&(B=="down"?2:1))},_intersectsWithSides:function(D){var F=A.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,D.top+(D.height/2),D.height),E=A.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,D.left+(D.width/2),D.width),B=this._getDragVerticalDirection(),C=this._getDragHorizontalDirection();if(this.floating&&C){return((C=="right"&&E)||(C=="left"&&!E))}else{return B&&((B=="down"&&F)||(B=="up"&&!F))}},_getDragVerticalDirection:function(){var B=this.positionAbs.top-this.lastPositionAbs.top;return B!=0&&(B>0?"down":"up")},_getDragHorizontalDirection:function(){var B=this.positionAbs.left-this.lastPositionAbs.left;return B!=0&&(B>0?"right":"left")},refresh:function(B){this._refreshItems(B);this.refreshPositions()},_connectWith:function(){var B=this.options;return B.connectWith.constructor==String?[B.connectWith]:B.connectWith},_getItemsAsjQuery:function(J){var B=this;var E=[];var G=[];var D=this._connectWith();if(D&&J){for(var H=D.length-1;H>=0;H--){var C=A(D[H]);for(var I=C.length-1;I>=0;I--){var F=A.data(C[I],"sortable");if(F&&F!=this&&!F.options.disabled){G.push([A.isFunction(F.options.items)?F.options.items.call(F.element):A(F.options.items,F.element).not(".ui-sortable-helper"),F])}}}}G.push([A.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):A(this.options.items,this.element).not(".ui-sortable-helper"),this]);for(var H=G.length-1;H>=0;H--){G[H][0].each(function(){E.push(this)})}return A(E)},_removeCurrentsFromItems:function(){var C=this.currentItem.find(":data(sortable-item)");for(var D=0;D<this.items.length;D++){for(var B=0;B<C.length;B++){if(C[B]==this.items[D].item[0]){this.items.splice(D,1)}}}},_refreshItems:function(N){this.items=[];this.containers=[this];var H=this.items;var B=this;var J=[[A.isFunction(this.options.items)?this.options.items.call(this.element[0],N,{item:this.currentItem}):A(this.options.items,this.element),this]];var F=this._connectWith();if(F){for(var K=F.length-1;K>=0;K--){var E=A(F[K]);for(var L=E.length-1;L>=0;L--){var I=A.data(E[L],"sortable");if(I&&I!=this&&!I.options.disabled){J.push([A.isFunction(I.options.items)?I.options.items.call(I.element[0],N,{item:this.currentItem}):A(I.options.items,I.element),I]);this.containers.push(I)}}}}for(var K=J.length-1;K>=0;K--){var G=J[K][1];var M=J[K][0];for(var L=0,D=M.length;L<D;L++){var C=A(M[L]);C.data("sortable-item",G);H.push({item:C,instance:G,width:0,height:0,left:0,top:0})}}},refreshPositions:function(B){if(this.offsetParent&&this.helper){this.offset.parent=this._getParentOffset()}for(var E=this.items.length-1;E>=0;E--){var D=this.items[E];if(D.instance!=this.currentContainer&&this.currentContainer&&D.item[0]!=this.currentItem[0]){continue}var F=this.options.toleranceElement?A(this.options.toleranceElement,D.item):D.item;if(!B){D.width=F.outerWidth();D.height=F.outerHeight()}var C=F.offset();D.left=C.left;D.top=C.top}if(this.options.custom&&this.options.custom.refreshContainers){this.options.custom.refreshContainers.call(this)}else{for(var E=this.containers.length-1;E>=0;E--){var C=this.containers[E].element.offset();this.containers[E].containerCache.left=C.left;this.containers[E].containerCache.top=C.top;this.containers[E].containerCache.width=this.containers[E].element.outerWidth();this.containers[E].containerCache.height=this.containers[E].element.outerHeight()}}},_createPlaceholder:function(D){var B=D||this,C=B.options;if(!C.placeholder||C.placeholder.constructor==String){var E=C.placeholder;C.placeholder={element:function(){var F=A(document.createElement(B.currentItem[0].nodeName)).addClass(E||B.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!E){F.style.visibility="hidden"}return F},update:function(G,F){if(E&&!C.forcePlaceholderSize){return }if(!F.height()){F.height(B.currentItem.innerHeight()-parseInt(B.currentItem.css("paddingTop")||0,10)-parseInt(B.currentItem.css("paddingBottom")||0,10))}if(!F.width()){F.width(B.currentItem.innerWidth()-parseInt(B.currentItem.css("paddingLeft")||0,10)-parseInt(B.currentItem.css("paddingRight")||0,10))}}}}B.placeholder=A(C.placeholder.element.call(B.element,B.currentItem));B.currentItem.after(B.placeholder);C.placeholder.update(B,B.placeholder)},_contactContainers:function(G){for(var H=this.containers.length-1;H>=0;H--){if(this._intersectsWith(this.containers[H].containerCache)){if(!this.containers[H].containerCache.over){if(this.currentContainer!=this.containers[H]){var C=10000;var D=null;var F=this.positionAbs[this.containers[H].floating?"left":"top"];for(var B=this.items.length-1;B>=0;B--){if(!A.ui.contains(this.containers[H].element[0],this.items[B].item[0])){continue}var E=this.items[B][this.containers[H].floating?"left":"top"];if(Math.abs(E-F)<C){C=Math.abs(E-F);D=this.items[B]}}if(!D&&!this.options.dropOnEmpty){continue}this.currentContainer=this.containers[H];D?this._rearrange(G,D,null,true):this._rearrange(G,null,this.containers[H].element,true);this._trigger("change",G,this._uiHash());this.containers[H]._trigger("change",G,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder)}this.containers[H]._trigger("over",G,this._uiHash(this));this.containers[H].containerCache.over=1}}else{if(this.containers[H].containerCache.over){this.containers[H]._trigger("out",G,this._uiHash(this));this.containers[H].containerCache.over=0}}}},_createHelper:function(D){var C=this.options;var B=A.isFunction(C.helper)?A(C.helper.apply(this.element[0],[D,this.currentItem])):(C.helper=="clone"?this.currentItem.clone():this.currentItem);if(!B.parents("body").length){A(C.appendTo!="parent"?C.appendTo:this.currentItem[0].parentNode)[0].appendChild(B[0])}if(B[0]==this.currentItem[0]){this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}}if(B[0].style.width==""||C.forceHelperSize){B.width(this.currentItem.width())}if(B[0].style.height==""||C.forceHelperSize){B.height(this.currentItem.height())}return B},_adjustOffsetFromHelper:function(B){if(B.left!=undefined){this.offset.click.left=B.left+this.margins.left}if(B.right!=undefined){this.offset.click.left=this.helperProportions.width-B.right+this.margins.left}if(B.top!=undefined){this.offset.click.top=B.top+this.margins.top}if(B.bottom!=undefined){this.offset.click.top=this.helperProportions.height-B.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var B=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0])){B.left+=this.scrollParent.scrollLeft();B.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&A.browser.msie)){B={top:0,left:0}}return{top:B.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:B.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var B=this.currentItem.position();return{top:B.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:B.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.currentItem.css("marginLeft"),10)||0),top:(parseInt(this.currentItem.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var C=this.options;if(C.containment=="parent"){C.containment=this.helper[0].parentNode}if(C.containment=="document"||C.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,A(C.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(A(C.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(C.containment)){var E=A(C.containment)[0];var D=A(C.containment).offset();var B=(A(E).css("overflow")!="hidden");this.containment=[D.left+(parseInt(A(E).css("borderLeftWidth"),10)||0)+(parseInt(A(E).css("paddingLeft"),10)||0)-this.margins.left,D.top+(parseInt(A(E).css("borderTopWidth"),10)||0)+(parseInt(A(E).css("paddingTop"),10)||0)-this.margins.top,D.left+(B?Math.max(E.scrollWidth,E.offsetWidth):E.offsetWidth)-(parseInt(A(E).css("borderLeftWidth"),10)||0)-(parseInt(A(E).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,D.top+(B?Math.max(E.scrollHeight,E.offsetHeight):E.offsetHeight)-(parseInt(A(E).css("borderTopWidth"),10)||0)-(parseInt(A(E).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(E,C){if(!C){C=this.position}var G=E=="absolute"?1:-1;var F=this.options,B=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,D=(/(html|body)/i).test(B[0].tagName);return{top:(C.top+this.offset.relative.top*G+this.offset.parent.top*G-(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(D?0:B.scrollTop()))*G)),left:(C.left+this.offset.relative.left*G+this.offset.parent.left*G-(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():D?0:B.scrollLeft())*G))}},_generatePosition:function(G){var D=this.options,B=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&A.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,C=(/(html|body)/i).test(B[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var H=G.pageX;var I=G.pageY;if(this.originalPosition){if(this.containment){if(G.pageX-this.offset.click.left<this.containment[0]){H=this.containment[0]+this.offset.click.left}if(G.pageY-this.offset.click.top<this.containment[1]){I=this.containment[1]+this.offset.click.top}if(G.pageX-this.offset.click.left>this.containment[2]){H=this.containment[2]+this.offset.click.left}if(G.pageY-this.offset.click.top>this.containment[3]){I=this.containment[3]+this.offset.click.top}}if(D.grid){var E=this.originalPageY+Math.round((I-this.originalPageY)/D.grid[1])*D.grid[1];I=this.containment?(!(E-this.offset.click.top<this.containment[1]||E-this.offset.click.top>this.containment[3])?E:(!(E-this.offset.click.top<this.containment[1])?E-D.grid[1]:E+D.grid[1])):E;var F=this.originalPageX+Math.round((H-this.originalPageX)/D.grid[0])*D.grid[0];H=this.containment?(!(F-this.offset.click.left<this.containment[0]||F-this.offset.click.left>this.containment[2])?F:(!(F-this.offset.click.left<this.containment[0])?F-D.grid[0]:F+D.grid[0])):F}}return{top:(I-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(C?0:B.scrollTop())))),left:(H-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(A.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():C?0:B.scrollLeft())))}},_rearrange:function(C,D,G,E){G?G[0].appendChild(this.placeholder[0]):D.item[0].parentNode.insertBefore(this.placeholder[0],(this.direction=="down"?D.item[0]:D.item[0].nextSibling));this.counter=this.counter?++this.counter:1;var F=this,B=this.counter;window.setTimeout(function(){if(B==F.counter){F.refreshPositions(!E)}},0)},_clear:function(E,D){this.reverting=false;var C=[],B=this;if(!this._noFinalSort&&this.currentItem[0].parentNode){this.placeholder.before(this.currentItem)}this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var F in this._storedCSS){if(this._storedCSS[F]=="auto"||this._storedCSS[F]=="static"){this._storedCSS[F]=""}}this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}if(this.fromOutside&&!D){C.push(function(G){this._trigger("receive",G,this._uiHash(this.fromOutside))})}if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!D){C.push(function(G){this._trigger("update",G,this._uiHash())})}if(!A.ui.contains(this.element[0],this.currentItem[0])){if(!D){C.push(function(G){this._trigger("remove",G,this._uiHash())})}for(var F=this.containers.length-1;F>=0;F--){if(A.ui.contains(this.containers[F].element[0],this.currentItem[0])&&!D){C.push((function(G){return function(H){G._trigger("receive",H,this._uiHash(this))}}).call(this,this.containers[F]));C.push((function(G){return function(H){G._trigger("update",H,this._uiHash(this))}}).call(this,this.containers[F]))}}}for(var F=this.containers.length-1;F>=0;F--){if(!D){C.push((function(G){return function(H){G._trigger("deactivate",H,this._uiHash(this))}}).call(this,this.containers[F]))}if(this.containers[F].containerCache.over){C.push((function(G){return function(H){G._trigger("out",H,this._uiHash(this))}}).call(this,this.containers[F]));this.containers[F].containerCache.over=0}}if(this._storedCursor){A("body").css("cursor",this._storedCursor)}if(this._storedOpacity){this.helper.css("opacity",this._storedOpacity)}if(this._storedZIndex){this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex)}this.dragging=false;if(this.cancelHelperRemoval){if(!D){this._trigger("beforeStop",E,this._uiHash());for(var F=0;F<C.length;F++){C[F].call(this,E)}this._trigger("stop",E,this._uiHash())}return false}if(!D){this._trigger("beforeStop",E,this._uiHash())}this.placeholder[0].parentNode.removeChild(this.placeholder[0]);if(this.helper[0]!=this.currentItem[0]){this.helper.remove()}this.helper=null;if(!D){for(var F=0;F<C.length;F++){C[F].call(this,E)}this._trigger("stop",E,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){if(A.widget.prototype._trigger.apply(this,arguments)===false){this.cancel()}},_uiHash:function(C){var B=C||this;return{helper:B.helper,placeholder:B.placeholder||A([]),position:B.position,absolutePosition:B.positionAbs,offset:B.positionAbs,item:B.currentItem,sender:C?C.element:null}}}));A.extend(A.ui.sortable,{getter:"serialize toArray",version:"1.7",eventPrefix:"sort",defaults:{appendTo:"parent",axis:false,cancel:":input,option",connectWith:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1000}})})(jQuery);(function(A){A.widget("ui.accordion",{_init:function(){var C=this.options,B=this;this.running=0;if(C.collapsible==A.ui.accordion.defaults.collapsible&&C.alwaysOpen!=A.ui.accordion.defaults.alwaysOpen){C.collapsible=!C.alwaysOpen}if(C.navigation){var D=this.element.find("a").filter(C.navigationFilter);if(D.length){if(D.filter(C.header).length){this.active=D}else{this.active=D.parent().parent().prev();D.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(C.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){A(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){A(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){A(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){A(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||C.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");A("<span/>").addClass("ui-icon "+C.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(C.icons.header).toggleClass(C.icons.headerSelected);if(A.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(E){return B._keydown(E)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!A.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(C.event){this.headers.bind((C.event)+".accordion",function(E){return B._clickHandler.call(B,E,this)})}},destroy:function(){var C=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();var B=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");if(C.autoHeight||C.fillHeight){B.css("height","")}},_setData:function(B,C){if(B=="alwaysOpen"){B="collapsible";C=!C}A.widget.prototype._setData.apply(this,arguments)},_keydown:function(E){var C=this.options,D=A.ui.keyCode;if(C.disabled||E.altKey||E.ctrlKey){return }var F=this.headers.length;var B=this.headers.index(E.target);var G=false;switch(E.keyCode){case D.RIGHT:case D.DOWN:G=this.headers[(B+1)%F];break;case D.LEFT:case D.UP:G=this.headers[(B-1+F)%F];break;case D.SPACE:case D.ENTER:return this._clickHandler({target:E.target},E.target)}if(G){A(E.target).attr("tabIndex","-1");A(G).attr("tabIndex","0");G.focus();return false}return true},resize:function(){var C=this.options,D;if(C.fillSpace){if(A.browser.msie){var B=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}D=this.element.parent().height();if(A.browser.msie){this.element.parent().css("overflow",B)}this.headers.each(function(){D-=A(this).outerHeight()});var E=0;this.headers.next().each(function(){E=Math.max(E,A(this).innerHeight()-A(this).height())}).height(Math.max(0,D-E)).css("overflow","auto")}else{if(C.autoHeight){D=0;this.headers.next().each(function(){D=Math.max(D,A(this).outerHeight())}).height(D)}}},activate:function(B){var C=this._findActive(B)[0];this._clickHandler({target:C},C)},_findActive:function(B){return B?typeof B=="number"?this.headers.filter(":eq("+B+")"):this.headers.not(this.headers.not(B)):B===false?A([]):this.headers.filter(":eq(0)")},_clickHandler:function(J,F){var H=this.options;if(H.disabled){return false}if(!J.target&&H.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(H.icons.headerSelected).addClass(H.icons.header);this.active.next().addClass("ui-accordion-content-active");var D=this.active.next(),G={options:H,newHeader:A([]),oldHeader:H.active,newContent:A([]),oldContent:D},I=(this.active=A([]));this._toggle(I,D,G);return false}var E=A(J.currentTarget||F);var C=E[0]==this.active[0];if(this.running||(!H.collapsible&&C)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(H.icons.headerSelected).addClass(H.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!C){E.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(H.icons.header).addClass(H.icons.headerSelected);E.next().addClass("ui-accordion-content-active")}var I=E.next(),D=this.active.next(),G={options:H,newHeader:C&&H.collapsible?A([]):E,oldHeader:this.active,newContent:C&&H.collapsible?A([]):I.find("> *"),oldContent:D.find("> *")},B=this.headers.index(this.active[0])>this.headers.index(E[0]);this.active=C?A([]):E;this._toggle(I,D,G,C,B);return false},_toggle:function(M,F,H,E,D){var K=this.options,B=this;this.toShow=M;this.toHide=F;this.data=H;var L=function(){if(!B){return }return B._completed.apply(B,arguments)};this._trigger("changestart",null,this.data);this.running=F.size()===0?M.size():F.size();if(K.animated){var I={};if(K.collapsible&&E){I={toShow:A([]),toHide:F,complete:L,down:D,autoHeight:K.autoHeight||K.fillSpace}}else{I={toShow:M,toHide:F,complete:L,down:D,autoHeight:K.autoHeight||K.fillSpace}}if(!K.proxied){K.proxied=K.animated}if(!K.proxiedDuration){K.proxiedDuration=K.duration}K.animated=A.isFunction(K.proxied)?K.proxied(I):K.proxied;K.duration=A.isFunction(K.proxiedDuration)?K.proxiedDuration(I):K.proxiedDuration;var C=A.ui.accordion.animations,J=K.duration,G=K.animated;if(!C[G]){C[G]=function(N){this.slide(N,{easing:G,duration:J||700})}}C[G](I)}else{if(K.collapsible&&E){M.toggle()}else{F.hide();M.show()}L(true)}F.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();M.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(B){var C=this.options;this.running=B?0:--this.running;if(this.running){return }if(C.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});A.extend(A.ui.accordion,{version:"1.7",defaults:{active:null,alwaysOpen:true,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(B,D){B=A.extend({easing:"swing",duration:300},B,D);if(!B.toHide.size()){B.toShow.animate({height:"show"},B);return }if(!B.toShow.size()){B.toHide.animate({height:"hide"},B);return }var I=B.toShow.css("overflow"),E,H={},F={},G=["height","paddingTop","paddingBottom"],J;var C=B.toShow;J=C[0].style.width;C.width(parseInt(C.parent().width(),10)-parseInt(C.css("paddingLeft"),10)-parseInt(C.css("paddingRight"),10)-parseInt(C.css("borderLeftWidth"),10)-parseInt(C.css("borderRightWidth"),10));A.each(G,function(M,K){F[K]="hide";var L=(""+A.css(B.toShow[0],K)).match(/^([\d+-.]+)(.*)$/);H[K]={value:L[1],unit:L[2]||"px"}});B.toShow.css({height:0,overflow:"hidden"}).show();B.toHide.filter(":hidden").each(B.complete).end().filter(":visible").animate(F,{step:function(L,K){if(K.prop=="height"){E=(K.now-K.start)/(K.end-K.start)}B.toShow[0].style[K.prop]=(E*H[K.prop].value)+H[K.prop].unit},duration:B.duration,easing:B.easing,complete:function(){if(!B.autoHeight){B.toShow.css("height","")}B.toShow.css("width",J);B.toShow.css({overflow:I});B.complete()}})},bounceslide:function(B){this.slide(B,{easing:B.down?"easeOutBounce":"swing",duration:B.down?1000:200})},easeslide:function(B){this.slide(B,{easing:"easeinout",duration:700})}}})})(jQuery);(function(C){var A={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},B="ui-dialog ui-widget ui-widget-content ui-corner-all ";C.widget("ui.dialog",{_init:function(){this.originalTitle=this.element.attr("title");var E=this,D=this.options,G=D.title||this.originalTitle||"&nbsp;",L=C.ui.dialog.getTitleId(this.element),F=(this.uiDialog=C("<div/>")).appendTo(document.body).hide().addClass(B+D.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:D.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(N){(D.closeOnEscape&&N.keyCode&&N.keyCode==C.ui.keyCode.ESCAPE&&E.close(N))}).attr({role:"dialog","aria-labelledby":L}).mousedown(function(N){E.moveToTop(false,N)}),J=this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(F),K=(this.uiDialogTitlebar=C("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(F),H=C('<a href="#"/>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){H.addClass("ui-state-hover")},function(){H.removeClass("ui-state-hover")}).focus(function(){H.addClass("ui-state-focus")}).blur(function(){H.removeClass("ui-state-focus")}).mousedown(function(N){N.stopPropagation()}).click(function(N){E.close(N);return false}).appendTo(K),I=(this.uiDialogTitlebarCloseText=C("<span/>")).addClass("ui-icon ui-icon-closethick").text(D.closeText).appendTo(H),M=C("<span/>").addClass("ui-dialog-title").attr("id",L).html(G).prependTo(K);K.find("*").add(K).disableSelection();(D.draggable&&C.fn.draggable&&this._makeDraggable());(D.resizable&&C.fn.resizable&&this._makeResizable());this._createButtons(D.buttons);this._isOpen=false;(D.bgiframe&&C.fn.bgiframe&&F.bgiframe());(D.autoOpen&&this.open())},destroy:function(){(this.overlay&&this.overlay.destroy());this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();(this.originalTitle&&this.element.attr("title",this.originalTitle))},close:function(D){var E=this;if(false===E._trigger("beforeclose",D)){return }(E.overlay&&E.overlay.destroy());E.uiDialog.unbind("keypress.ui-dialog");(E.options.hide?E.uiDialog.hide(E.options.hide,function(){E._trigger("close",D)}):E.uiDialog.hide()&&E._trigger("close",D));C.ui.dialog.overlay.resize();E._isOpen=false},isOpen:function(){return this._isOpen},moveToTop:function(D,E){if((this.options.modal&&!D)||(!this.options.stack&&!this.options.modal)){return this._trigger("focus",E)}if(this.options.zIndex>C.ui.dialog.maxZ){C.ui.dialog.maxZ=this.options.zIndex}(this.overlay&&this.overlay.$el.css("z-index",C.ui.dialog.overlay.maxZ=++C.ui.dialog.maxZ));var F={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};this.uiDialog.css("z-index",++C.ui.dialog.maxZ);this.element.attr(F);this._trigger("focus",E)},open:function(){if(this._isOpen){return }var D=this.options,E=this.uiDialog;this.overlay=D.modal?new C.ui.dialog.overlay(this):null;(E.next().length&&E.appendTo("body"));this._size();this._position(D.position);E.show(D.show);this.moveToTop(true);(D.modal&&E.bind("keypress.ui-dialog",function(G){if(G.keyCode!=C.ui.keyCode.TAB){return }var H=C(":tabbable",this),F=H.filter(":first")[0],I=H.filter(":last")[0];if(G.target==I&&!G.shiftKey){setTimeout(function(){F.focus()},1)}else{if(G.target==F&&G.shiftKey){setTimeout(function(){I.focus()},1)}}}));C([]).add(E.find(".ui-dialog-content :tabbable:first")).add(E.find(".ui-dialog-buttonpane :tabbable:first")).add(E).filter(":first").focus();this._trigger("open");this._isOpen=true},_createButtons:function(D){var E=this,G=false,F=C("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");this.uiDialog.find(".ui-dialog-buttonpane").remove();(typeof D=="object"&&D!==null&&C.each(D,function(){return !(G=true)}));if(G){C.each(D,function(I,H){C('<button type="button"></button>').addClass("ui-state-default ui-corner-all").text(I).click(function(){H.apply(E.element[0],arguments)}).hover(function(){C(this).addClass("ui-state-hover")},function(){C(this).removeClass("ui-state-hover")}).focus(function(){C(this).addClass("ui-state-focus")}).blur(function(){C(this).removeClass("ui-state-focus")}).appendTo(F)});F.appendTo(this.uiDialog)}},_makeDraggable:function(){var F=this,D=this.options,E;this.uiDialog.draggable({cancel:".ui-dialog-content",handle:".ui-dialog-titlebar",containment:"document",start:function(){E=D.height;C(this).height(C(this).height()).addClass("ui-dialog-dragging");(D.dragStart&&D.dragStart.apply(F.element[0],arguments))},drag:function(){(D.drag&&D.drag.apply(F.element[0],arguments))},stop:function(){C(this).removeClass("ui-dialog-dragging").height(E);(D.dragStop&&D.dragStop.apply(F.element[0],arguments));C.ui.dialog.overlay.resize()}})},_makeResizable:function(D){D=(D===undefined?this.options.resizable:D);var G=this,E=this.options,F=typeof D=="string"?D:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",alsoResize:this.element,maxWidth:E.maxWidth,maxHeight:E.maxHeight,minWidth:E.minWidth,minHeight:E.minHeight,start:function(){C(this).addClass("ui-dialog-resizing");(E.resizeStart&&E.resizeStart.apply(G.element[0],arguments))},resize:function(){(E.resize&&E.resize.apply(G.element[0],arguments))},handles:F,stop:function(){C(this).removeClass("ui-dialog-resizing");E.height=C(this).height();E.width=C(this).width();(E.resizeStop&&E.resizeStop.apply(G.element[0],arguments));C.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(D){var H=C(window),G=C(document),F=G.scrollTop(),I=G.scrollLeft(),E=F;if(C.inArray(D,["center","top","right","bottom","left"])>=0){D=[D=="right"||D=="left"?D:"center",D=="top"||D=="bottom"?D:"middle"]}if(D.constructor!=Array){D=["center","middle"]}if(D[0].constructor==Number){I+=D[0]}else{switch(D[0]){case"left":I+=0;break;case"right":I+=H.width()-this.uiDialog.outerWidth();break;default:case"center":I+=(H.width()-this.uiDialog.outerWidth())/2}}if(D[1].constructor==Number){F+=D[1]}else{switch(D[1]){case"top":F+=0;break;case"bottom":F+=H.height()-this.uiDialog.outerHeight();break;default:case"middle":F+=(H.height()-this.uiDialog.outerHeight())/2}}F=Math.max(F,E);this.uiDialog.css({top:F,left:I})},_setData:function(F,E){(A[F]&&this.uiDialog.data(A[F],E));switch(F){case"buttons":this._createButtons(E);break;case"closeText":this.uiDialogTitlebarCloseText.text(E);break;case"dialogClass":this.uiDialog.removeClass(this.options.dialogClass).addClass(B+E);break;case"draggable":(E?this._makeDraggable():this.uiDialog.draggable("destroy"));break;case"height":this.uiDialog.height(E);break;case"position":this._position(E);break;case"resizable":var G=this.uiDialog,D=this.uiDialog.is(":data(resizable)");(D&&!E&&G.resizable("destroy"));(D&&typeof E=="string"&&G.resizable("option","handles",E));(D||this._makeResizable(E));break;case"title":C(".ui-dialog-title",this.uiDialogTitlebar).html(E||"&nbsp;");break;case"width":this.uiDialog.width(E);break}C.widget.prototype._setData.apply(this,arguments)},_size:function(){var D=this.options;this.element.css({height:0,minHeight:0,width:"auto"});var E=this.uiDialog.css({height:"auto",width:D.width}).height();this.element.css({minHeight:Math.max(D.minHeight-E,0),height:D.height=="auto"?"auto":Math.max(D.height-E,0)})}});C.extend(C.ui.dialog,{version:"1.7",defaults:{autoOpen:true,bgiframe:false,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1000},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(D){return"ui-dialog-title-"+(D.attr("id")||++this.uuid)},overlay:function(D){this.$el=C.ui.dialog.overlay.create(D)}});C.extend(C.ui.dialog.overlay,{instances:[],maxZ:0,events:C.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(D){return D+".dialog-overlay"}).join(" "),create:function(D){if(this.instances.length===0){setTimeout(function(){C(document).bind(C.ui.dialog.overlay.events,function(G){var F=C(G.target).parents(".ui-dialog").css("zIndex")||0;return(F>C.ui.dialog.overlay.maxZ)})},1);C(document).bind("keydown.dialog-overlay",function(F){(D.options.closeOnEscape&&F.keyCode&&F.keyCode==C.ui.keyCode.ESCAPE&&D.close(F))});C(window).bind("resize.dialog-overlay",C.ui.dialog.overlay.resize)}var E=C("<div></div>").appendTo(document.body).addClass("ui-widget-overlay").css({width:this.width(),height:this.height()});(D.options.bgiframe&&C.fn.bgiframe&&E.bgiframe());this.instances.push(E);return E},destroy:function(D){this.instances.splice(C.inArray(this.instances,D),1);if(this.instances.length===0){C([document,window]).unbind(".dialog-overlay")}D.remove()},height:function(){if(C.browser.msie&&C.browser.version<7){var D=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var E=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(D<E){return C(window).height()+"px"}else{return D+"px"}}else{return C(document).height()+"px"}},width:function(){if(C.browser.msie&&C.browser.version<7){var E=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);var D=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(E<D){return C(window).width()+"px"}else{return E+"px"}}else{return C(document).width()+"px"}},resize:function(){var D=C([]);C.each(C.ui.dialog.overlay.instances,function(){D=D.add(this)});D.css({width:0,height:0}).css({width:C.ui.dialog.overlay.width(),height:C.ui.dialog.overlay.height()})}});C.extend(C.ui.dialog.overlay.prototype,{destroy:function(){C.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);(function(A){A.widget("ui.slider",A.extend({},A.ui.mouse,{_init:function(){var B=this,C=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=A([]);if(C.range){if(C.range===true){this.range=A("<div></div>");if(!C.values){C.values=[this._valueMin(),this._valueMin()]}if(C.values.length&&C.values.length!=2){C.values=[C.values[0],C.values[0]]}}else{this.range=A("<div></div>")}this.range.appendTo(this.element).addClass("ui-slider-range");if(C.range=="min"||C.range=="max"){this.range.addClass("ui-slider-range-"+C.range)}this.range.addClass("ui-widget-header")}if(A(".ui-slider-handle",this.element).length==0){A('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}if(C.values&&C.values.length){while(A(".ui-slider-handle",this.element).length<C.values.length){A('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}}this.handles=A(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(D){D.preventDefault()}).hover(function(){A(this).addClass("ui-state-hover")},function(){A(this).removeClass("ui-state-hover")}).focus(function(){A(".ui-slider .ui-state-focus").removeClass("ui-state-focus");A(this).addClass("ui-state-focus")}).blur(function(){A(this).removeClass("ui-state-focus")});this.handles.each(function(D){A(this).data("index.ui-slider-handle",D)});this.handles.keydown(function(D){var G=true;var H=A(this).data("index.ui-slider-handle");if(B.options.disabled){return }switch(D.keyCode){case A.ui.keyCode.HOME:case A.ui.keyCode.END:case A.ui.keyCode.UP:case A.ui.keyCode.RIGHT:case A.ui.keyCode.DOWN:case A.ui.keyCode.LEFT:G=false;if(!B._keySliding){B._keySliding=true;A(this).addClass("ui-state-active");B._start(D,H)}break}var F,I,E=B._step();if(B.options.values&&B.options.values.length){F=I=B.values(H)}else{F=I=B.value()}switch(D.keyCode){case A.ui.keyCode.HOME:I=B._valueMin();break;case A.ui.keyCode.END:I=B._valueMax();break;case A.ui.keyCode.UP:case A.ui.keyCode.RIGHT:if(F==B._valueMax()){return }I=F+E;break;case A.ui.keyCode.DOWN:case A.ui.keyCode.LEFT:if(F==B._valueMin()){return }I=F-E;break}B._slide(D,H,I);return G}).keyup(function(D){var E=A(this).data("index.ui-slider-handle");if(B._keySliding){B._stop(D,E);B._change(D,E);B._keySliding=false;A(this).removeClass("ui-state-active")}});this._refreshValue()},destroy:function(){this.handles.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy()},_mouseCapture:function(I){var H=this.options;if(H.disabled){return false}this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var E={x:I.pageX,y:I.pageY};var C=this._normValueFromMouse(E);var J=this._valueMax()+1,G;var B=this,D;this.handles.each(function(M){var L=Math.abs(C-B.values(M));if(J>L){J=L;G=A(this);D=M}});if(H.range==true&&this.values(1)==H.min){G=A(this.handles[++D])}this._start(I,D);B._handleIndex=D;G.addClass("ui-state-active").focus();var F=G.offset();var K=!A(I.target).parents().andSelf().is(".ui-slider-handle");this._clickOffset=K?{left:0,top:0}:{left:I.pageX-F.left-(G.width()/2),top:I.pageY-F.top-(G.height()/2)-(parseInt(G.css("borderTopWidth"),10)||0)-(parseInt(G.css("borderBottomWidth"),10)||0)+(parseInt(G.css("marginTop"),10)||0)};C=this._normValueFromMouse(E);this._slide(I,D,C);return true},_mouseStart:function(B){return true},_mouseDrag:function(C){var B={x:C.pageX,y:C.pageY};var D=this._normValueFromMouse(B);this._slide(C,this._handleIndex,D);return false},_mouseStop:function(B){this.handles.removeClass("ui-state-active");this._stop(B,this._handleIndex);this._change(B,this._handleIndex);this._handleIndex=null;this._clickOffset=null;return false},_detectOrientation:function(){this.orientation=this.options.orientation=="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(H){var I,D;if("horizontal"==this.orientation){I=this.elementSize.width;D=H.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{I=this.elementSize.height;D=H.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}var F=(D/I);if(F>1){F=1}if(F<0){F=0}if("vertical"==this.orientation){F=1-F}var G=this._valueMax()-this._valueMin(),C=F*G,B=C%this.options.step,E=this._valueMin()+C-B;if(B>(this.options.step/2)){E+=this.options.step}return parseFloat(E.toFixed(5))},_start:function(C,B){this._trigger("start",C,this._uiHash(B))},_slide:function(E,F,G){var D=this.handles[F];if(this.options.values&&this.options.values.length){var B=this.values(F?0:1);if((F==0&&G>=B)||(F==1&&G<=B)){G=B}if(G!=this.values(F)){var H=this.values();H[F]=G;var C=this._trigger("slide",E,this._uiHash(F,G,H));var B=this.values(F?0:1);if(C!==false){this.values(F,G,(E.type=="mousedown"&&this.options.animate),true)}}}else{if(G!=this.value()){var C=this._trigger("slide",E,this._uiHash(F,G));if(C!==false){this._setData("value",G,(E.type=="mousedown"&&this.options.animate))}}}},_stop:function(C,B){this._trigger("stop",C,this._uiHash(B))},_change:function(C,B){this._trigger("change",C,this._uiHash(B))},value:function(B){if(arguments.length){this._setData("value",B);this._change(null,0)}return this._value()},values:function(B,C,E,D){if(arguments.length>1){this.options.values[B]=C;this._refreshValue(E);if(!D){this._change(null,B)}}if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(B)}else{return this.value()}}else{return this._values()}},_setData:function(B,C,D){A.widget.prototype._setData.apply(this,arguments);switch(B){case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(D);break;case"value":this._refreshValue(D);break}},_step:function(){var B=this.options.step;return B},_value:function(){var B=this.options.value;if(B<this._valueMin()){B=this._valueMin()}if(B>this._valueMax()){B=this._valueMax()}return B},_values:function(B){if(arguments.length){var C=this.options.values[B];if(C<this._valueMin()){C=this._valueMin()}if(C>this._valueMax()){C=this._valueMax()}return C}else{return this.options.values}},_valueMin:function(){var B=this.options.min;return B},_valueMax:function(){var B=this.options.max;return B},_refreshValue:function(K){var H=this.options.range,J=this.options,B=this;if(this.options.values&&this.options.values.length){var E,F;this.handles.each(function(N,P){var O=(B.values(N)-B._valueMin())/(B._valueMax()-B._valueMin())*100;var M={};M[B.orientation=="horizontal"?"left":"bottom"]=O+"%";A(this).stop(1,1)[K?"animate":"css"](M,J.animate);if(B.options.range===true){if(B.orientation=="horizontal"){(N==0)&&B.range.stop(1,1)[K?"animate":"css"]({left:O+"%"},J.animate);(N==1)&&B.range[K?"animate":"css"]({width:(O-lastValPercent)+"%"},{queue:false,duration:J.animate})}else{(N==0)&&B.range.stop(1,1)[K?"animate":"css"]({bottom:(O)+"%"},J.animate);(N==1)&&B.range[K?"animate":"css"]({height:(O-lastValPercent)+"%"},{queue:false,duration:J.animate})}}lastValPercent=O})}else{var D=this.value(),G=this._valueMin(),C=this._valueMax(),I=C!=G?(D-G)/(C-G)*100:0;var L={};L[B.orientation=="horizontal"?"left":"bottom"]=I+"%";this.handle.stop(1,1)[K?"animate":"css"](L,J.animate);(H=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[K?"animate":"css"]({width:I+"%"},J.animate);(H=="max")&&(this.orientation=="horizontal")&&this.range[K?"animate":"css"]({width:(100-I)+"%"},{queue:false,duration:J.animate});(H=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[K?"animate":"css"]({height:I+"%"},J.animate);(H=="max")&&(this.orientation=="vertical")&&this.range[K?"animate":"css"]({height:(100-I)+"%"},{queue:false,duration:J.animate})}},_uiHash:function(D,C,E){var B=this.options.values&&this.options.values.length;return{handle:this.handles[D],value:C||(B?this.values(D):this.value()),values:E||(B&&this.values())}}}));A.extend(A.ui.slider,{getter:"value values",version:"1.7",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null}})})(jQuery);(function(A){A.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(B,C){if(B=="selected"){if(this.options.collapsible&&C==this.options.selected){return }this.select(C)}else{this.options[B]=C;if(B=="deselectable"){this.options.collapsible=C}this._tabify()}},_tabId:function(B){return B.title&&B.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+A.data(B)},_sanitizeSelector:function(B){return B.replace(/:/g,"\\:")},_cookie:function(){var B=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+A.data(this.list[0]));return A.cookie.apply(null,[B].concat(A.makeArray(arguments)))},_ui:function(C,B){return{tab:C,panel:B,index:this.anchors.index(C)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var B=A(this);B.html(B.data("label.tabs")).removeData("label.tabs")})},_tabify:function(C){this.list=this.element.children("ul:first");this.lis=A("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return A("a",this)[0]});this.panels=A([]);var B=this,L=this.options;var M=/^#.+/;this.anchors.each(function(S,U){var T=A(U).attr("href");var R=T.split("#")[0],Q;if(R&&(R===location.toString().split("#")[0]||(Q=A("base")[0])&&R===Q.href)){T=U.hash;U.href=T}if(M.test(T)){B.panels=B.panels.add(B._sanitizeSelector(T))}else{if(T!="#"){A.data(U,"href.tabs",T);A.data(U,"load.tabs",T.replace(/#.*$/,""));var O=B._tabId(U);U.href="#"+O;var P=A("#"+O);if(!P.length){P=A(L.panelTemplate).attr("id",O).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(B.panels[S-1]||B.list);P.data("destroy.tabs",true)}B.panels=B.panels.add(P)}else{L.disabled.push(S)}}});if(C){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(L.selected===undefined){if(location.hash){this.anchors.each(function(O,P){if(P.hash==location.hash){L.selected=O;return false}})}if(typeof L.selected!="number"&&L.cookie){L.selected=parseInt(B._cookie(),10)}if(typeof L.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){L.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}L.selected=L.selected||0}else{if(L.selected===null){L.selected=-1}}L.selected=((L.selected>=0&&this.anchors[L.selected])||L.selected<0)?L.selected:0;L.disabled=A.unique(L.disabled.concat(A.map(this.lis.filter(".ui-state-disabled"),function(O,P){return B.lis.index(O)}))).sort();if(A.inArray(L.selected,L.disabled)!=-1){L.disabled.splice(A.inArray(L.selected,L.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(L.selected>=0&&this.anchors.length){this.panels.eq(L.selected).removeClass("ui-tabs-hide");this.lis.eq(L.selected).addClass("ui-tabs-selected ui-state-active");B.element.queue("tabs",function(){B._trigger("show",null,B._ui(B.anchors[L.selected],B.panels[L.selected]))});this.load(L.selected)}A(window).bind("unload",function(){B.lis.add(B.anchors).unbind(".tabs");B.lis=B.anchors=B.panels=null})}else{L.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[L.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(L.cookie){this._cookie(L.selected,L.cookie)}for(var I=0,D;(D=this.lis[I]);I++){A(D)[A.inArray(I,L.disabled)!=-1&&!A(D).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(L.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(L.event!="mouseover"){var J=function(P,O){if(O.is(":not(.ui-state-disabled)")){O.addClass("ui-state-"+P)}};var G=function(P,O){O.removeClass("ui-state-"+P)};this.lis.bind("mouseover.tabs",function(){J("hover",A(this))});this.lis.bind("mouseout.tabs",function(){G("hover",A(this))});this.anchors.bind("focus.tabs",function(){J("focus",A(this).closest("li"))});this.anchors.bind("blur.tabs",function(){G("focus",A(this).closest("li"))})}var N,H;if(L.fx){if(A.isArray(L.fx)){N=L.fx[0];H=L.fx[1]}else{N=H=L.fx}}function K(O,P){O.css({display:""});if(A.browser.msie&&P.opacity){O[0].style.removeAttribute("filter")}}var F=H?function(O,P){A(O).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");P.hide().removeClass("ui-tabs-hide").animate(H,H.duration||"normal",function(){K(P,H);B._trigger("show",null,B._ui(O,P[0]))})}:function(O,P){A(O).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");P.removeClass("ui-tabs-hide");B._trigger("show",null,B._ui(O,P[0]))};var E=N?function(P,O){O.animate(N,N.duration||"normal",function(){B.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");O.addClass("ui-tabs-hide");K(O,N);B.element.dequeue("tabs")})}:function(Q,O,P){B.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");O.addClass("ui-tabs-hide");B.element.dequeue("tabs")};this.anchors.bind(L.event+".tabs",function(){var R=this,P=A(this).closest("li"),O=B.panels.filter(":not(.ui-tabs-hide)"),Q=A(B._sanitizeSelector(this.hash));if((P.hasClass("ui-tabs-selected")&&!L.collapsible)||P.hasClass("ui-state-disabled")||P.hasClass("ui-state-processing")||B._trigger("select",null,B._ui(this,Q[0]))===false){this.blur();return false}L.selected=B.anchors.index(this);B.abort();if(L.collapsible){if(P.hasClass("ui-tabs-selected")){L.selected=-1;if(L.cookie){B._cookie(L.selected,L.cookie)}B.element.queue("tabs",function(){E(R,O)}).dequeue("tabs");this.blur();return false}else{if(!O.length){if(L.cookie){B._cookie(L.selected,L.cookie)}B.element.queue("tabs",function(){F(R,Q)});B.load(B.anchors.index(this));this.blur();return false}}}if(L.cookie){B._cookie(L.selected,L.cookie)}if(Q.length){if(O.length){B.element.queue("tabs",function(){E(R,O)})}B.element.queue("tabs",function(){F(R,Q)});B.load(B.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(A.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var B=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var D=A.data(this,"href.tabs");if(D){this.href=D}var C=A(this).unbind(".tabs");A.each(["href","load","cache"],function(F,E){C.removeData(E+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(A.data(this,"destroy.tabs")){A(this).remove()}else{A(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(B.cookie){this._cookie(null,B.cookie)}},add:function(G,H,I){if(I===undefined){I=this.anchors.length}var B=this,E=this.options,C=A(E.tabTemplate.replace(/#\{href\}/g,G).replace(/#\{label\}/g,H)),D=!G.indexOf("#")?G.replace("#",""):this._tabId(A("a",C)[0]);C.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var F=A("#"+D);if(!F.length){F=A(E.panelTemplate).attr("id",D).data("destroy.tabs",true)}F.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(I>=this.lis.length){C.appendTo(this.list);F.appendTo(this.list[0].parentNode)}else{C.insertBefore(this.lis[I]);F.insertBefore(this.panels[I])}E.disabled=A.map(E.disabled,function(J,K){return J>=I?++J:J});this._tabify();if(this.anchors.length==1){C.addClass("ui-tabs-selected ui-state-active");F.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){B._trigger("show",null,B._ui(B.anchors[0],B.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[I],this.panels[I]))},remove:function(B){var D=this.options,C=this.lis.eq(B).remove(),E=this.panels.eq(B).remove();if(C.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(B+(B+1<this.anchors.length?1:-1))}D.disabled=A.map(A.grep(D.disabled,function(F,G){return F!=B}),function(F,G){return F>=B?--F:F});this._tabify();this._trigger("remove",null,this._ui(C.find("a")[0],E[0]))},enable:function(B){var C=this.options;if(A.inArray(B,C.disabled)==-1){return }this.lis.eq(B).removeClass("ui-state-disabled");C.disabled=A.grep(C.disabled,function(D,E){return D!=B});this._trigger("enable",null,this._ui(this.anchors[B],this.panels[B]))},disable:function(D){var B=this,C=this.options;if(D!=C.selected){this.lis.eq(D).addClass("ui-state-disabled");C.disabled.push(D);C.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[D],this.panels[D]))}},select:function(B){if(typeof B=="string"){B=this.anchors.index(this.anchors.filter("[href$="+B+"]"))}else{if(B===null){B=-1}}if(B==-1&&this.options.collapsible){B=this.options.selected}this.anchors.eq(B).trigger(this.options.event+".tabs")},load:function(E){var G=this,C=this.options,B=this.anchors.eq(E)[0],F=A.data(B,"load.tabs");this.abort();if(!F||this.element.queue("tabs").length!==0&&A.data(B,"cache.tabs")){this.element.dequeue("tabs");return }this.lis.eq(E).addClass("ui-state-processing");if(C.spinner){var D=A("span",B);D.data("label.tabs",D.html()).html(C.spinner)}this.xhr=A.ajax(A.extend({},C.ajaxOptions,{url:F,success:function(I,J){A(G._sanitizeSelector(B.hash)).html(I);G._cleanup();if(C.cache){A.data(B,"cache.tabs",true)}G._trigger("load",null,G._ui(G.anchors[E],G.panels[E]));try{C.ajaxOptions.success(I,J)}catch(H){}G.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(C,B){this.anchors.eq(C).removeData("cache.tabs").data("load.tabs",B)},length:function(){return this.anchors.length}});A.extend(A.ui.tabs,{version:"1.7",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});A.extend(A.ui.tabs.prototype,{rotation:null,rotate:function(F,D){var B=this,C=this.options;var G=B._rotate||(B._rotate=function(H){clearTimeout(B.rotation);B.rotation=setTimeout(function(){var I=C.selected;B.select(++I<B.anchors.length?I:0)},F);if(H){H.stopPropagation()}});var E=B._unrotate||(B._unrotate=!D?function(H){if(H.clientX){B.rotate(null)}}:function(H){t=C.selected;G()});if(F){this.element.bind("tabsshow",G);this.anchors.bind(C.event+".tabs",E);G()}else{clearTimeout(B.rotation);this.element.unbind("tabsshow",G);this.anchors.unbind(C.event+".tabs",E);delete this._rotate;delete this._unrotate}}})})(jQuery);(function($){$.extend($.ui,{datepicker:{version:"1.7"}});var PROP_NAME="datepicker";function Datepicker(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],dateFormat:"mm/dd/yy",firstDay:0,isRTL:false};this._defaults={showOn:"focus",showAnim:"show",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10",showOtherMonths:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"normal",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false};$.extend(this._defaults,this.regional[""]);this.dpDiv=$('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",log:function(){if(this.debug){console.log.apply("",arguments)}},setDefaults:function(settings){extendRemove(this._defaults,settings||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase();var inline=(nodeName=="div"||nodeName=="span");if(!target.id){target.id="dp"+(++this.uuid)}var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{});if(nodeName=="input"){this._connectDatepicker(target,inst)}else{if(inline){this._inlineDatepicker(target,inst)}}},_newInst:function(target,inline){var id=target[0].id.replace(/([:\[\]\.])/g,"\\\\$1");return{id:id,input:target,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:inline,dpDiv:(!inline?this.dpDiv:$('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>'))}},_connectDatepicker:function(target,inst){var input=$(target);if(input.hasClass(this.markerClassName)){return }var appendText=this._get(inst,"appendText");var isRTL=this._get(inst,"isRTL");if(appendText){input[isRTL?"before":"after"]('<span class="'+this._appendClass+'">'+appendText+"</span>")}var showOn=this._get(inst,"showOn");if(showOn=="focus"||showOn=="both"){input.focus(this._showDatepicker)}if(showOn=="button"||showOn=="both"){var buttonText=this._get(inst,"buttonText");var buttonImage=this._get(inst,"buttonImage");var trigger=$(this._get(inst,"buttonImageOnly")?$("<img/>").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('<button type="button"></button>').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("<img/>").attr({src:buttonImage,alt:buttonText,title:buttonText})));input[isRTL?"before":"after"](trigger);trigger.click(function(){if($.datepicker._datepickerShowing&&$.datepicker._lastInput==target){$.datepicker._hideDatepicker()}else{$.datepicker._showDatepicker(target)}return false})}input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst)},_inlineDatepicker:function(target,inst){var divSpan=$(target);if(divSpan.hasClass(this.markerClassName)){return }divSpan.addClass(this.markerClassName).append(inst.dpDiv).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst);this._setDate(inst,this._getDefaultDate(inst));this._updateDatepicker(inst);this._updateAlternate(inst)},_dialogDatepicker:function(input,dateText,onSelect,settings,pos){var inst=this._dialogInst;if(!inst){var id="dp"+(++this.uuid);this._dialogInput=$('<input type="text" id="'+id+'" size="1" style="position: absolute; top: -100px;"/>');this._dialogInput.keydown(this._doKeyDown);$("body").append(this._dialogInput);inst=this._dialogInst=this._newInst(this._dialogInput,false);inst.settings={};$.data(this._dialogInput[0],PROP_NAME,inst)}extendRemove(inst.settings,settings||{});this._dialogInput.val(dateText);this._pos=(pos?(pos.length?pos:[pos.pageX,pos.pageY]):null);if(!this._pos){var browserWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var browserHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var scrollX=document.documentElement.scrollLeft||document.body.scrollLeft;var scrollY=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(browserWidth/2)-100+scrollX,(browserHeight/2)-150+scrollY]}this._dialogInput.css("left",this._pos[0]+"px").css("top",this._pos[1]+"px");inst.settings.onSelect=onSelect;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if($.blockUI){$.blockUI(this.dpDiv)}$.data(this._dialogInput[0],PROP_NAME,inst);return this},_destroyDatepicker:function(target){var $target=$(target);if(!$target.hasClass(this.markerClassName)){return }var nodeName=target.nodeName.toLowerCase();$.removeData(target,PROP_NAME);if(nodeName=="input"){$target.siblings("."+this._appendClass).remove().end().siblings("."+this._triggerClass).remove().end().removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress)}else{if(nodeName=="div"||nodeName=="span"){$target.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(target){var $target=$(target);if(!$target.hasClass(this.markerClassName)){return }var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=false;$target.siblings("button."+this._triggerClass).each(function(){this.disabled=false}).end().siblings("img."+this._triggerClass).css({opacity:"1.0",cursor:""})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().removeClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)})},_disableDatepicker:function(target){var $target=$(target);if(!$target.hasClass(this.markerClassName)){return }var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=true;$target.siblings("button."+this._triggerClass).each(function(){this.disabled=true}).end().siblings("img."+this._triggerClass).css({opacity:"0.5",cursor:"default"})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().addClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)});this._disabledInputs[this._disabledInputs.length]=target},_isDisabledDatepicker:function(target){if(!target){return false}for(var i=0;i<this._disabledInputs.length;i++){if(this._disabledInputs[i]==target){return true}}return false},_getInst:function(target){try{return $.data(target,PROP_NAME)}catch(err){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(target,name,value){var settings=name||{};if(typeof name=="string"){settings={};settings[name]=value}var inst=this._getInst(target);if(inst){if(this._curInst==inst){this._hideDatepicker(null)}extendRemove(inst.settings,settings);var date=new Date();extendRemove(inst,{rangeStart:null,endDay:null,endMonth:null,endYear:null,selectedDay:date.getDate(),selectedMonth:date.getMonth(),selectedYear:date.getFullYear(),currentDay:date.getDate(),currentMonth:date.getMonth(),currentYear:date.getFullYear(),drawMonth:date.getMonth(),drawYear:date.getFullYear()});this._updateDatepicker(inst)}},_changeDatepicker:function(target,name,value){this._optionDatepicker(target,name,value)},_refreshDatepicker:function(target){var inst=this._getInst(target);if(inst){this._updateDatepicker(inst)}},_setDateDatepicker:function(target,date,endDate){var inst=this._getInst(target);if(inst){this._setDate(inst,date,endDate);this._updateDatepicker(inst);this._updateAlternate(inst)}},_getDateDatepicker:function(target){var inst=this._getInst(target);if(inst&&!inst.inline){this._setDateFromField(inst)}return(inst?this._getDate(inst):null)},_doKeyDown:function(event){var inst=$.datepicker._getInst(event.target);var handled=true;var isRTL=inst.dpDiv.is(".ui-datepicker-rtl");inst._keyEvent=true;if($.datepicker._datepickerShowing){switch(event.keyCode){case 9:$.datepicker._hideDatepicker(null,"");break;case 13:var sel=$("td."+$.datepicker._dayOverClass+", td."+$.datepicker._currentClass,inst.dpDiv);if(sel[0]){$.datepicker._selectDay(event.target,inst.selectedMonth,inst.selectedYear,sel[0])}else{$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"))}return false;break;case 27:$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"));break;case 33:$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M");break;case 34:$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M");break;case 35:if(event.ctrlKey||event.metaKey){$.datepicker._clearDate(event.target)}handled=event.ctrlKey||event.metaKey;break;case 36:if(event.ctrlKey||event.metaKey){$.datepicker._gotoToday(event.target)}handled=event.ctrlKey||event.metaKey;break;case 37:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?+1:-1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M")}break;case 38:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,-7,"D")}handled=event.ctrlKey||event.metaKey;break;case 39:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?-1:+1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M")}break;case 40:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,+7,"D")}handled=event.ctrlKey||event.metaKey;break;default:handled=false}}else{if(event.keyCode==36&&event.ctrlKey){$.datepicker._showDatepicker(this)}else{handled=false}}if(handled){event.preventDefault();event.stopPropagation()}},_doKeyPress:function(event){var inst=$.datepicker._getInst(event.target);if($.datepicker._get(inst,"constrainInput")){var chars=$.datepicker._possibleChars($.datepicker._get(inst,"dateFormat"));var chr=String.fromCharCode(event.charCode==undefined?event.keyCode:event.charCode);return event.ctrlKey||(chr<" "||!chars||chars.indexOf(chr)>-1)}},_showDatepicker:function(input){input=input.target||input;if(input.nodeName.toLowerCase()!="input"){input=$("input",input.parentNode)[0]}if($.datepicker._isDisabledDatepicker(input)||$.datepicker._lastInput==input){return }var inst=$.datepicker._getInst(input);var beforeShow=$.datepicker._get(inst,"beforeShow");extendRemove(inst.settings,(beforeShow?beforeShow.apply(input,[input,inst]):{}));$.datepicker._hideDatepicker(null,"");$.datepicker._lastInput=input;$.datepicker._setDateFromField(inst);if($.datepicker._inDialog){input.value=""}if(!$.datepicker._pos){$.datepicker._pos=$.datepicker._findPos(input);$.datepicker._pos[1]+=input.offsetHeight}var isFixed=false;$(input).parents().each(function(){isFixed|=$(this).css("position")=="fixed";return !isFixed});if(isFixed&&$.browser.opera){$.datepicker._pos[0]-=document.documentElement.scrollLeft;$.datepicker._pos[1]-=document.documentElement.scrollTop}var offset={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null;inst.rangeStart=null;inst.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});$.datepicker._updateDatepicker(inst);offset=$.datepicker._checkOffset(inst,offset,isFixed);inst.dpDiv.css({position:($.datepicker._inDialog&&$.blockUI?"static":(isFixed?"fixed":"absolute")),display:"none",left:offset.left+"px",top:offset.top+"px"});if(!inst.inline){var showAnim=$.datepicker._get(inst,"showAnim")||"show";var duration=$.datepicker._get(inst,"duration");var postProcess=function(){$.datepicker._datepickerShowing=true;if($.browser.msie&&parseInt($.browser.version,10)<7){$("iframe.ui-datepicker-cover").css({width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4})}};if($.effects&&$.effects[showAnim]){inst.dpDiv.show(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[showAnim](duration,postProcess)}if(duration==""){postProcess()}if(inst.input[0].type!="hidden"){inst.input[0].focus()}$.datepicker._curInst=inst}},_updateDatepicker:function(inst){var dims={width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4};var self=this;inst.dpDiv.empty().append(this._generateHTML(inst)).find("iframe.ui-datepicker-cover").css({width:dims.width,height:dims.height}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){$(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).removeClass("ui-datepicker-next-hover")}}).bind("mouseover",function(){if(!self._isDisabledDatepicker(inst.inline?inst.dpDiv.parent()[0]:inst.input[0])){$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");$(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).addClass("ui-datepicker-next-hover")}}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();var numMonths=this._getNumberOfMonths(inst);var cols=numMonths[1];var width=17;if(cols>1){inst.dpDiv.addClass("ui-datepicker-multi-"+cols).css("width",(width*cols)+"em")}else{inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("")}inst.dpDiv[(numMonths[0]!=1||numMonths[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");inst.dpDiv[(this._get(inst,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(inst.input&&inst.input[0].type!="hidden"&&inst==$.datepicker._curInst){$(inst.input[0]).focus()}},_checkOffset:function(inst,offset,isFixed){var dpWidth=inst.dpDiv.outerWidth();var dpHeight=inst.dpDiv.outerHeight();var inputWidth=inst.input?inst.input.outerWidth():0;var inputHeight=inst.input?inst.input.outerHeight():0;var viewWidth=(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)+$(document).scrollLeft();var viewHeight=(window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight)+$(document).scrollTop();offset.left-=(this._get(inst,"isRTL")?(dpWidth-inputWidth):0);offset.left-=(isFixed&&offset.left==inst.input.offset().left)?$(document).scrollLeft():0;offset.top-=(isFixed&&offset.top==(inst.input.offset().top+inputHeight))?$(document).scrollTop():0;offset.left-=(offset.left+dpWidth>viewWidth&&viewWidth>dpWidth)?Math.abs(offset.left+dpWidth-viewWidth):0;offset.top-=(offset.top+dpHeight>viewHeight&&viewHeight>dpHeight)?Math.abs(offset.top+dpHeight+inputHeight*2-viewHeight):0;return offset},_findPos:function(obj){while(obj&&(obj.type=="hidden"||obj.nodeType!=1)){obj=obj.nextSibling}var position=$(obj).offset();return[position.left,position.top]},_hideDatepicker:function(input,duration){var inst=this._curInst;if(!inst||(input&&inst!=$.data(input,PROP_NAME))){return }if(inst.stayOpen){this._selectDate("#"+inst.id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear))}inst.stayOpen=false;if(this._datepickerShowing){duration=(duration!=null?duration:this._get(inst,"duration"));var showAnim=this._get(inst,"showAnim");var postProcess=function(){$.datepicker._tidyDialog(inst)};if(duration!=""&&$.effects&&$.effects[showAnim]){inst.dpDiv.hide(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[(duration==""?"hide":(showAnim=="slideDown"?"slideUp":(showAnim=="fadeIn"?"fadeOut":"hide")))](duration,postProcess)}if(duration==""){this._tidyDialog(inst)}var onClose=this._get(inst,"onClose");if(onClose){onClose.apply((inst.input?inst.input[0]:null),[(inst.input?inst.input.val():""),inst])}this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if($.blockUI){$.unblockUI();$("body").append(this.dpDiv)}}this._inDialog=false}this._curInst=null},_tidyDialog:function(inst){inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(event){if(!$.datepicker._curInst){return }var $target=$(event.target);if(($target.parents("#"+$.datepicker._mainDivId).length==0)&&!$target.hasClass($.datepicker.markerClassName)&&!$target.hasClass($.datepicker._triggerClass)&&$.datepicker._datepickerShowing&&!($.datepicker._inDialog&&$.blockUI)){$.datepicker._hideDatepicker(null,"")}},_adjustDate:function(id,offset,period){var target=$(id);var inst=this._getInst(target[0]);if(this._isDisabledDatepicker(target[0])){return }this._adjustInstDate(inst,offset+(period=="M"?this._get(inst,"showCurrentAtPos"):0),period);this._updateDatepicker(inst)},_gotoToday:function(id){var target=$(id);var inst=this._getInst(target[0]);if(this._get(inst,"gotoCurrent")&&inst.currentDay){inst.selectedDay=inst.currentDay;inst.drawMonth=inst.selectedMonth=inst.currentMonth;inst.drawYear=inst.selectedYear=inst.currentYear}else{var date=new Date();inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear()}this._notifyChange(inst);this._adjustDate(target)},_selectMonthYear:function(id,select,period){var target=$(id);var inst=this._getInst(target[0]);inst._selectingMonthYear=false;inst["selected"+(period=="M"?"Month":"Year")]=inst["draw"+(period=="M"?"Month":"Year")]=parseInt(select.options[select.selectedIndex].value,10);this._notifyChange(inst);this._adjustDate(target)},_clickMonthYear:function(id){var target=$(id);var inst=this._getInst(target[0]);if(inst.input&&inst._selectingMonthYear&&!$.browser.msie){inst.input[0].focus()}inst._selectingMonthYear=!inst._selectingMonthYear},_selectDay:function(id,month,year,td){var target=$(id);if($(td).hasClass(this._unselectableClass)||this._isDisabledDatepicker(target[0])){return }var inst=this._getInst(target[0]);inst.selectedDay=inst.currentDay=$("a",td).html();inst.selectedMonth=inst.currentMonth=month;inst.selectedYear=inst.currentYear=year;if(inst.stayOpen){inst.endDay=inst.endMonth=inst.endYear=null}this._selectDate(id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear));if(inst.stayOpen){inst.rangeStart=this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay));this._updateDatepicker(inst)}},_clearDate:function(id){var target=$(id);var inst=this._getInst(target[0]);inst.stayOpen=false;inst.endDay=inst.endMonth=inst.endYear=inst.rangeStart=null;this._selectDate(target,"")},_selectDate:function(id,dateStr){var target=$(id);var inst=this._getInst(target[0]);dateStr=(dateStr!=null?dateStr:this._formatDate(inst));if(inst.input){inst.input.val(dateStr)}this._updateAlternate(inst);var onSelect=this._get(inst,"onSelect");if(onSelect){onSelect.apply((inst.input?inst.input[0]:null),[dateStr,inst])}else{if(inst.input){inst.input.trigger("change")}}if(inst.inline){this._updateDatepicker(inst)}else{if(!inst.stayOpen){this._hideDatepicker(null,this._get(inst,"duration"));this._lastInput=inst.input[0];if(typeof (inst.input[0])!="object"){inst.input[0].focus()}this._lastInput=null}}},_updateAlternate:function(inst){var altField=this._get(inst,"altField");if(altField){var altFormat=this._get(inst,"altFormat")||this._get(inst,"dateFormat");var date=this._getDate(inst);dateStr=this.formatDate(altFormat,date,this._getFormatConfig(inst));$(altField).each(function(){$(this).val(dateStr)})}},noWeekends:function(date){var day=date.getDay();return[(day>0&&day<6),""]},iso8601Week:function(date){var checkDate=new Date(date.getFullYear(),date.getMonth(),date.getDate());var firstMon=new Date(checkDate.getFullYear(),1-1,4);var firstDay=firstMon.getDay()||7;firstMon.setDate(firstMon.getDate()+1-firstDay);if(firstDay<4&&checkDate<firstMon){checkDate.setDate(checkDate.getDate()-3);return $.datepicker.iso8601Week(checkDate)}else{if(checkDate>new Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)<firstDay-3){return 1}}}return Math.floor(((checkDate-firstMon)/86400000)/7)+1},parseDate:function(format,value,settings){if(format==null||value==null){throw"Invalid arguments"}value=(typeof value=="object"?value.toString():value+"");if(value==""){return null}var shortYearCutoff=(settings?settings.shortYearCutoff:null)||this._defaults.shortYearCutoff;var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var year=-1;var month=-1;var day=-1;var doy=-1;var literal=false;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var getNumber=function(match){lookAhead(match);var origSize=(match=="@"?14:(match=="y"?4:(match=="o"?3:2)));var size=origSize;var num=0;while(size>0&&iValue<value.length&&value.charAt(iValue)>="0"&&value.charAt(iValue)<="9"){num=num*10+parseInt(value.charAt(iValue++),10);size--}if(size==origSize){throw"Missing number at position "+iValue}return num};var getName=function(match,shortNames,longNames){var names=(lookAhead(match)?longNames:shortNames);var size=0;for(var j=0;j<names.length;j++){size=Math.max(size,names[j].length)}var name="";var iInit=iValue;while(size>0&&iValue<value.length){name+=value.charAt(iValue++);for(var i=0;i<names.length;i++){if(name==names[i]){return i+1}}size--}throw"Unknown name at position "+iInit};var checkLiteral=function(){if(value.charAt(iValue)!=format.charAt(iFormat)){throw"Unexpected literal at position "+iValue}iValue++};var iValue=0;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{checkLiteral()}}else{switch(format.charAt(iFormat)){case"d":day=getNumber("d");break;case"D":getName("D",dayNamesShort,dayNames);break;case"o":doy=getNumber("o");break;case"m":month=getNumber("m");break;case"M":month=getName("M",monthNamesShort,monthNames);break;case"y":year=getNumber("y");break;case"@":var date=new Date(getNumber("@"));year=date.getFullYear();month=date.getMonth()+1;day=date.getDate();break;case"'":if(lookAhead("'")){checkLiteral()}else{literal=true}break;default:checkLiteral()}}}if(year==-1){year=new Date().getFullYear()}else{if(year<100){year+=new Date().getFullYear()-new Date().getFullYear()%100+(year<=shortYearCutoff?0:-100)}}if(doy>-1){month=1;day=doy;do{var dim=this._getDaysInMonth(year,month-1);if(day<=dim){break}month++;day-=dim}while(true)}var date=this._daylightSavingAdjust(new Date(year,month-1,day));if(date.getFullYear()!=year||date.getMonth()+1!=month||date.getDate()!=day){throw"Invalid date"}return date},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TIMESTAMP:"@",W3C:"yy-mm-dd",formatDate:function(format,date,settings){if(!date){return""}var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var formatNumber=function(match,value,len){var num=""+value;if(lookAhead(match)){while(num.length<len){num="0"+num}}return num};var formatName=function(match,value,shortNames,longNames){return(lookAhead(match)?longNames[value]:shortNames[value])};var output="";var literal=false;if(date){for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{output+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":output+=formatNumber("d",date.getDate(),2);break;case"D":output+=formatName("D",date.getDay(),dayNamesShort,dayNames);break;case"o":var doy=date.getDate();for(var m=date.getMonth()-1;m>=0;m--){doy+=this._getDaysInMonth(date.getFullYear(),m)}output+=formatNumber("o",doy,3);break;case"m":output+=formatNumber("m",date.getMonth()+1,2);break;case"M":output+=formatName("M",date.getMonth(),monthNamesShort,monthNames);break;case"y":output+=(lookAhead("y")?date.getFullYear():(date.getYear()%100<10?"0":"")+date.getYear()%100);break;case"@":output+=date.getTime();break;case"'":if(lookAhead("'")){output+="'"}else{literal=true}break;default:output+=format.charAt(iFormat)}}}}return output},_possibleChars:function(format){var chars="";var literal=false;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{chars+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":case"m":case"y":case"@":chars+="0123456789";break;case"D":case"M":return null;case"'":if(lookAhead("'")){chars+="'"}else{literal=true}break;default:chars+=format.charAt(iFormat)}}}return chars},_get:function(inst,name){return inst.settings[name]!==undefined?inst.settings[name]:this._defaults[name]},_setDateFromField:function(inst){var dateFormat=this._get(inst,"dateFormat");var dates=inst.input?inst.input.val():null;inst.endDay=inst.endMonth=inst.endYear=null;var date=defaultDate=this._getDefaultDate(inst);var settings=this._getFormatConfig(inst);try{date=this.parseDate(dateFormat,dates,settings)||defaultDate}catch(event){this.log(event);date=defaultDate}inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();inst.currentDay=(dates?date.getDate():0);inst.currentMonth=(dates?date.getMonth():0);inst.currentYear=(dates?date.getFullYear():0);this._adjustInstDate(inst)},_getDefaultDate:function(inst){var date=this._determineDate(this._get(inst,"defaultDate"),new Date());var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);return date},_determineDate:function(date,defaultDate){var offsetNumeric=function(offset){var date=new Date();date.setDate(date.getDate()+offset);return date};var offsetString=function(offset,getDaysInMonth){var date=new Date();var year=date.getFullYear();var month=date.getMonth();var day=date.getDate();var pattern=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g;var matches=pattern.exec(offset);while(matches){switch(matches[2]||"d"){case"d":case"D":day+=parseInt(matches[1],10);break;case"w":case"W":day+=parseInt(matches[1],10)*7;break;case"m":case"M":month+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break;case"y":case"Y":year+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break}matches=pattern.exec(offset)}return new Date(year,month,day)};date=(date==null?defaultDate:(typeof date=="string"?offsetString(date,this._getDaysInMonth):(typeof date=="number"?(isNaN(date)?defaultDate:offsetNumeric(date)):date)));date=(date&&date.toString()=="Invalid Date"?defaultDate:date);if(date){date.setHours(0);date.setMinutes(0);date.setSeconds(0);date.setMilliseconds(0)}return this._daylightSavingAdjust(date)},_daylightSavingAdjust:function(date){if(!date){return null}date.setHours(date.getHours()>12?date.getHours()+2:0);return date},_setDate:function(inst,date,endDate){var clear=!(date);var origMonth=inst.selectedMonth;var origYear=inst.selectedYear;date=this._determineDate(date,new Date());inst.selectedDay=inst.currentDay=date.getDate();inst.drawMonth=inst.selectedMonth=inst.currentMonth=date.getMonth();inst.drawYear=inst.selectedYear=inst.currentYear=date.getFullYear();if(origMonth!=inst.selectedMonth||origYear!=inst.selectedYear){this._notifyChange(inst)}this._adjustInstDate(inst);if(inst.input){inst.input.val(clear?"":this._formatDate(inst))}},_getDate:function(inst){var startDate=(!inst.currentYear||(inst.input&&inst.input.val()=="")?null:this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return startDate},_generateHTML:function(inst){var today=new Date();today=this._daylightSavingAdjust(new Date(today.getFullYear(),today.getMonth(),today.getDate()));var isRTL=this._get(inst,"isRTL");var showButtonPanel=this._get(inst,"showButtonPanel");var hideIfNoPrevNext=this._get(inst,"hideIfNoPrevNext");var navigationAsDateFormat=this._get(inst,"navigationAsDateFormat");var numMonths=this._getNumberOfMonths(inst);var showCurrentAtPos=this._get(inst,"showCurrentAtPos");var stepMonths=this._get(inst,"stepMonths");var stepBigMonths=this._get(inst,"stepBigMonths");var isMultiMonth=(numMonths[0]!=1||numMonths[1]!=1);var currentDate=this._daylightSavingAdjust((!inst.currentDay?new Date(9999,9,9):new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");var drawMonth=inst.drawMonth-showCurrentAtPos;var drawYear=inst.drawYear;if(drawMonth<0){drawMonth+=12;drawYear--}if(maxDate){var maxDraw=this._daylightSavingAdjust(new Date(maxDate.getFullYear(),maxDate.getMonth()-numMonths[1]+1,maxDate.getDate()));maxDraw=(minDate&&maxDraw<minDate?minDate:maxDraw);while(this._daylightSavingAdjust(new Date(drawYear,drawMonth,1))>maxDraw){drawMonth--;if(drawMonth<0){drawMonth=11;drawYear--}}}inst.drawMonth=drawMonth;inst.drawYear=drawYear;var prevText=this._get(inst,"prevText");prevText=(!navigationAsDateFormat?prevText:this.formatDate(prevText,this._daylightSavingAdjust(new Date(drawYear,drawMonth-stepMonths,1)),this._getFormatConfig(inst)));var prev=(this._canAdjustMonth(inst,-1,drawYear,drawMonth)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', -"+stepMonths+", 'M');\" title=\""+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>"));var nextText=this._get(inst,"nextText");nextText=(!navigationAsDateFormat?nextText:this.formatDate(nextText,this._daylightSavingAdjust(new Date(drawYear,drawMonth+stepMonths,1)),this._getFormatConfig(inst)));var next=(this._canAdjustMonth(inst,+1,drawYear,drawMonth)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', +"+stepMonths+", 'M');\" title=\""+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>"));var currentText=this._get(inst,"currentText");var gotoDate=(this._get(inst,"gotoCurrent")&&inst.currentDay?currentDate:today);currentText=(!navigationAsDateFormat?currentText:this.formatDate(currentText,gotoDate,this._getFormatConfig(inst)));var controls=(!inst.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery.datepicker._hideDatepicker();">'+this._get(inst,"closeText")+"</button>":"");var buttonPanel=(showButtonPanel)?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery.datepicker._gotoToday(\'#'+inst.id+"');\">"+currentText+"</button>":"")+(isRTL?"":controls)+"</div>":"";var firstDay=parseInt(this._get(inst,"firstDay"),10);firstDay=(isNaN(firstDay)?0:firstDay);var dayNames=this._get(inst,"dayNames");var dayNamesShort=this._get(inst,"dayNamesShort");var dayNamesMin=this._get(inst,"dayNamesMin");var monthNames=this._get(inst,"monthNames");var monthNamesShort=this._get(inst,"monthNamesShort");var beforeShowDay=this._get(inst,"beforeShowDay");var showOtherMonths=this._get(inst,"showOtherMonths");var calculateWeek=this._get(inst,"calculateWeek")||this.iso8601Week;var endDate=inst.endDay?this._daylightSavingAdjust(new Date(inst.endYear,inst.endMonth,inst.endDay)):currentDate;var defaultDate=this._getDefaultDate(inst);var html="";for(var row=0;row<numMonths[0];row++){var group="";for(var col=0;col<numMonths[1];col++){var selectedDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,inst.selectedDay));var cornerClass=" ui-corner-all";var calender="";if(isMultiMonth){calender+='<div class="ui-datepicker-group ui-datepicker-group-';switch(col){case 0:calender+="first";cornerClass=" ui-corner-"+(isRTL?"right":"left");break;case numMonths[1]-1:calender+="last";cornerClass=" ui-corner-"+(isRTL?"left":"right");break;default:calender+="middle";cornerClass="";break}calender+='">'}calender+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+cornerClass+'">'+(/all|left/.test(cornerClass)&&row==0?(isRTL?next:prev):"")+(/all|right/.test(cornerClass)&&row==0?(isRTL?prev:next):"")+this._generateMonthYearHeader(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,row>0||col>0,monthNames,monthNamesShort)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="<th"+((dow+firstDay+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+dayNames[day]+'">'+dayNamesMin[day]+"</span></th>"}calender+=thead+"</tr></thead><tbody>";var daysInMonth=this._getDaysInMonth(drawYear,drawMonth);if(drawYear==inst.selectedYear&&drawMonth==inst.selectedMonth){inst.selectedDay=Math.min(inst.selectedDay,daysInMonth)}var leadDays=(this._getFirstDayOfMonth(drawYear,drawMonth)-firstDay+7)%7;var numRows=(isMultiMonth?6:Math.ceil((leadDays+daysInMonth)/7));var printDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,1-leadDays));for(var dRow=0;dRow<numRows;dRow++){calender+="<tr>";var tbody="";for(var dow=0;dow<7;dow++){var daySettings=(beforeShowDay?beforeShowDay.apply((inst.input?inst.input[0]:null),[printDate]):[true,""]);var otherMonth=(printDate.getMonth()!=drawMonth);var unselectable=otherMonth||!daySettings[0]||(minDate&&printDate<minDate)||(maxDate&&printDate>maxDate);tbody+='<td class="'+((dow+firstDay+6)%7>=5?" ui-datepicker-week-end":"")+(otherMonth?" ui-datepicker-other-month":"")+((printDate.getTime()==selectedDate.getTime()&&drawMonth==inst.selectedMonth&&inst._keyEvent)||(defaultDate.getTime()==printDate.getTime()&&defaultDate.getTime()==selectedDate.getTime())?" "+this._dayOverClass:"")+(unselectable?" "+this._unselectableClass+" ui-state-disabled":"")+(otherMonth&&!showOtherMonths?"":" "+daySettings[1]+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" "+this._currentClass:"")+(printDate.getTime()==today.getTime()?" ui-datepicker-today":""))+'"'+((!otherMonth||showOtherMonths)&&daySettings[2]?' title="'+daySettings[2]+'"':"")+(unselectable?"":" onclick=\"DP_jQuery.datepicker._selectDay('#"+inst.id+"',"+drawMonth+","+drawYear+', this);return false;"')+">"+(otherMonth?(showOtherMonths?printDate.getDate():"&#xa0;"):(unselectable?'<span class="ui-state-default">'+printDate.getDate()+"</span>":'<a class="ui-state-default'+(printDate.getTime()==today.getTime()?" ui-state-highlight":"")+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+"</a>"))+"</td>";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+"</tr>"}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="</tbody></table>"+(isMultiMonth?"</div>"+((numMonths[0]>0&&col==numMonths[1]-1)?'<div class="ui-datepicker-row-break"></div>':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate<minDate?selectedDate:minDate);var changeMonth=this._get(inst,"changeMonth");var changeYear=this._get(inst,"changeYear");var showMonthAfterYear=this._get(inst,"showMonthAfterYear");var html='<div class="ui-datepicker-title">';var monthHtml="";if(secondary||!changeMonth){monthHtml+='<span class="ui-datepicker-month">'+monthNames[drawMonth]+"</span> "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='<select class="ui-datepicker-month" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'M');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(var month=0;month<12;month++){if((!inMinYear||month>=minDate.getMonth())&&(!inMaxYear||month<=maxDate.getMonth())){monthHtml+='<option value="'+month+'"'+(month==drawMonth?' selected="selected"':"")+">"+monthNamesShort[month]+"</option>"}}monthHtml+="</select>"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?"&#xa0;":"")}if(secondary||!changeYear){html+='<span class="ui-datepicker-year">'+drawYear+"</span>"}else{var years=this._get(inst,"yearRange").split(":");var year=0;var endYear=0;if(years.length!=2){year=drawYear-10;endYear=drawYear+10}else{if(years[0].charAt(0)=="+"||years[0].charAt(0)=="-"){year=drawYear+parseInt(years[0],10);endYear=drawYear+parseInt(years[1],10)}else{year=parseInt(years[0],10);endYear=parseInt(years[1],10)}}year=(minDate?Math.max(year,minDate.getFullYear()):year);endYear=(maxDate?Math.min(endYear,maxDate.getFullYear()):endYear);html+='<select class="ui-datepicker-year" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'Y');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(;year<=endYear;year++){html+='<option value="'+year+'"'+(year==drawYear?' selected="selected"':"")+">"+year+"</option>"}html+="</select>"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?"&#xa0;":"")+monthHtml}html+="</div>";return html},_adjustInstDate:function(inst,offset,period){var year=inst.drawYear+(period=="Y"?offset:0);var month=inst.drawMonth+(period=="M"?offset:0);var day=Math.min(inst.selectedDay,this._getDaysInMonth(year,month))+(period=="D"?offset:0);var date=this._daylightSavingAdjust(new Date(year,month,day));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();if(period=="M"||period=="Y"){this._notifyChange(inst)}},_notifyChange:function(inst){var onChange=this._get(inst,"onChangeMonthYear");if(onChange){onChange.apply((inst.input?inst.input[0]:null),[inst.selectedYear,inst.selectedMonth+1,inst])}},_getNumberOfMonths:function(inst){var numMonths=this._get(inst,"numberOfMonths");return(numMonths==null?[1,1]:(typeof numMonths=="number"?[1,numMonths]:numMonths))},_getMinMaxDate:function(inst,minMax,checkRange){var date=this._determineDate(this._get(inst,minMax+"Date"),null);return(!checkRange||!inst.rangeStart?date:(!date||inst.rangeStart>date?inst.rangeStart:date))},_getDaysInMonth:function(year,month){return 32-new Date(year,month,32).getDate()},_getFirstDayOfMonth:function(year,month){return new Date(year,month,1).getDay()},_canAdjustMonth:function(inst,offset,curYear,curMonth){var numMonths=this._getNumberOfMonths(inst);var date=this._daylightSavingAdjust(new Date(curYear,curMonth+(offset<0?offset:numMonths[1]),1));if(offset<0){date.setDate(this._getDaysInMonth(date.getFullYear(),date.getMonth()))}return this._isInRange(inst,date)},_isInRange:function(inst,date){var newMinDate=(!inst.rangeStart?null:this._daylightSavingAdjust(new Date(inst.selectedYear,inst.selectedMonth,inst.selectedDay)));newMinDate=(newMinDate&&inst.rangeStart<newMinDate?inst.rangeStart:newMinDate);var minDate=newMinDate||this._getMinMaxDate(inst,"min");var maxDate=this._getMinMaxDate(inst,"max");return((!minDate||date>=minDate)&&(!maxDate||date<=maxDate))},_getFormatConfig:function(inst){var shortYearCutoff=this._get(inst,"shortYearCutoff");shortYearCutoff=(typeof shortYearCutoff!="string"?shortYearCutoff:new Date().getFullYear()%100+parseInt(shortYearCutoff,10));return{shortYearCutoff:shortYearCutoff,dayNamesShort:this._get(inst,"dayNamesShort"),dayNames:this._get(inst,"dayNames"),monthNamesShort:this._get(inst,"monthNamesShort"),monthNames:this._get(inst,"monthNames")}},_formatDate:function(inst,day,month,year){if(!day){inst.currentDay=inst.selectedDay;inst.currentMonth=inst.selectedMonth;inst.currentYear=inst.selectedYear}var date=(day?(typeof day=="object"?day:this._daylightSavingAdjust(new Date(year,month,day))):this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return this.formatDate(this._get(inst,"dateFormat"),date,this._getFormatConfig(inst))}});function extendRemove(target,props){$.extend(target,props);for(var name in props){if(props[name]==null||props[name]==undefined){target[name]=props[name]}}return target}function isArray(a){return(a&&(($.browser.safari&&typeof a=="object"&&a.length)||(a.constructor&&a.constructor.toString().match(/\Array\(\)/))))}$.fn.datepicker=function(options){if(!$.datepicker.initialized){$(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv);$.datepicker.initialized=true}var otherArgs=Array.prototype.slice.call(arguments,1);if(typeof options=="string"&&(options=="isDisabled"||options=="getDate")){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}return this.each(function(){typeof options=="string"?$.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this].concat(otherArgs)):$.datepicker._attachDatepicker(this,options)})};$.datepicker=new Datepicker();$.datepicker.initialized=false;$.datepicker.uuid=new Date().getTime();$.datepicker.version="1.7";window.DP_jQuery=$})(jQuery);(function(A){A.widget("ui.progressbar",{_init:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this._valueMin(),"aria-valuemax":this._valueMax(),"aria-valuenow":this._value()});this.valueDiv=A('<div class="ui-progressbar-value ui-widget-header ui-corner-left"></div>').appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow").removeData("progressbar").unbind(".progressbar");this.valueDiv.remove();A.widget.prototype.destroy.apply(this,arguments)},value:function(B){arguments.length&&this._setData("value",B);return this._value()},_setData:function(B,C){switch(B){case"value":this.options.value=C;this._refreshValue();this._trigger("change",null,{});break}A.widget.prototype._setData.apply(this,arguments)},_value:function(){var B=this.options.value;if(B<this._valueMin()){B=this._valueMin()}if(B>this._valueMax()){B=this._valueMax()}return B},_valueMin:function(){var B=0;return B},_valueMax:function(){var B=100;return B},_refreshValue:function(){var B=this.value();this.valueDiv[B==this._valueMax()?"addClass":"removeClass"]("ui-corner-right");this.valueDiv.width(B+"%");this.element.attr("aria-valuenow",B)}});A.extend(A.ui.progressbar,{version:"1.7",defaults:{value:0}})})(jQuery);jQuery.effects||(function(D){D.effects={version:"1.7",save:function(G,F){for(var H=0;H<F.length;H++){if(F[H]!==null){G.data("ec.storage."+F[H],G[0].style[F[H]])}}},restore:function(G,F){for(var H=0;H<F.length;H++){if(F[H]!==null){G.css(F[H],G.data("ec.storage."+F[H]))}}},setMode:function(G,F){if(F=="toggle"){F=G.is(":hidden")?"show":"hide"}return F},getBaseline:function(H,G){var F,I;switch(H[0]){case"top":F=0;break;case"middle":F=0.5;break;case"bottom":F=1;break;default:F=H[0]/G.height}switch(H[1]){case"left":I=0;break;case"center":I=0.5;break;case"right":I=1;break;default:I=H[1]/G.width}return{x:I,y:F}},createWrapper:function(J){if(J.parent().is(".ui-effects-wrapper")){return J.parent()}var I={width:J.outerWidth(true),height:J.outerHeight(true),"float":J.css("float")};J.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var F=J.parent();if(J.css("position")=="static"){F.css({position:"relative"});J.css({position:"relative"})}else{var G=J.css("top");if(isNaN(parseInt(G,10))){G="auto"}var H=J.css("left");if(isNaN(parseInt(H,10))){H="auto"}F.css({position:J.css("position"),top:G,left:H,zIndex:J.css("z-index")}).show();J.css({position:"relative",top:0,left:0})}F.css(I);return F},removeWrapper:function(F){if(F.parent().is(".ui-effects-wrapper")){return F.parent().replaceWith(F)}return F},setTransition:function(H,F,I,G){G=G||{};D.each(F,function(J,K){unit=H.cssUnit(K);if(unit[0]>0){G[K]=unit[0]*I+unit[1]}});return G},animateClass:function(I,H,F,G){var K=(typeof F=="function"?F:(G?G:null));var J=(typeof F=="string"?F:null);return this.each(function(){var O={};var Q=D(this);var P=Q.attr("style")||"";if(typeof P=="object"){P=P.cssText}if(I.toggle){Q.hasClass(I.toggle)?I.remove=I.toggle:I.add=I.toggle}var M=D.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(I.add){Q.addClass(I.add)}if(I.remove){Q.removeClass(I.remove)}var L=D.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(I.add){Q.removeClass(I.add)}if(I.remove){Q.addClass(I.remove)}for(var N in L){if(typeof L[N]!="function"&&L[N]&&N.indexOf("Moz")==-1&&N.indexOf("length")==-1&&L[N]!=M[N]&&(N.match(/color/i)||(!N.match(/color/i)&&!isNaN(parseInt(L[N],10))))&&(M.position!="static"||(M.position=="static"&&!N.match(/left|top|bottom|right/)))){O[N]=L[N]}}Q.animate(O,H,J,function(){if(typeof D(this).attr("style")=="object"){D(this).attr("style")["cssText"]="";D(this).attr("style")["cssText"]=P}else{D(this).attr("style",P)}if(I.add){D(this).addClass(I.add)}if(I.remove){D(this).removeClass(I.remove)}if(K){K.apply(this,arguments)}})})}};function E(I,J){var G=I[1]&&I[1].constructor==Object?I[1]:{};if(J){G.mode=J}var H=I[1]&&I[1].constructor!=Object?I[1]:(G.duration?G.duration:I[2]);H=D.fx.off?0:typeof H==="number"?H:D.fx.speeds[H]||D.fx.speeds._default;var F=G.callback||(D.isFunction(I[1])&&I[1])||(D.isFunction(I[2])&&I[2])||(D.isFunction(I[3])&&I[3]);return[I[0],G,H,F]}D.fn.extend({_show:D.fn.show,_hide:D.fn.hide,__toggle:D.fn.toggle,_addClass:D.fn.addClass,_removeClass:D.fn.removeClass,_toggleClass:D.fn.toggleClass,effect:function(H,I,G,F){return D.effects[H]?D.effects[H].call(this,{method:H,options:I||{},duration:G,callback:F}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,E(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,E(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(arguments[0].constructor==Function)){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,E(arguments,"toggle"))}},addClass:function(H,I,F,G){return I?D.effects.animateClass.apply(this,[{add:H},I,F,G]):this._addClass(H)},removeClass:function(H,I,F,G){return I?D.effects.animateClass.apply(this,[{remove:H},I,F,G]):this._removeClass(H)},toggleClass:function(H,I,F,G){return((typeof I!=="boolean")&&I)?D.effects.animateClass.apply(this,[{toggle:H},I,F,G]):this._toggleClass(H,I)},morph:function(J,H,I,F,G){return D.effects.animateClass.apply(this,[{add:H,remove:J},I,F,G])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(H){var G=this.css(H),F=[];D.each(["em","px","%","pt"],function(J,I){if(G.indexOf(I)>0){F=[parseFloat(G),I]}});return F}});D.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(F,G){D.fx.step[G]=function(H){if(H.state==0){H.start=C(H.elem,G);H.end=A(H.end)}H.elem.style[G]="rgb("+[Math.max(Math.min(parseInt((H.pos*(H.end[0]-H.start[0]))+H.start[0],10),255),0),Math.max(Math.min(parseInt((H.pos*(H.end[1]-H.start[1]))+H.start[1],10),255),0),Math.max(Math.min(parseInt((H.pos*(H.end[2]-H.start[2]))+H.start[2],10),255),0)].join(",")+")"}});function A(F){var G;if(F&&F.constructor==Array&&F.length==3){return F}if(G=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(F)){return[parseInt(G[1],10),parseInt(G[2],10),parseInt(G[3],10)]}if(G=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(F)){return[parseFloat(G[1])*2.55,parseFloat(G[2])*2.55,parseFloat(G[3])*2.55]}if(G=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(F)){return[parseInt(G[1],16),parseInt(G[2],16),parseInt(G[3],16)]}if(G=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(F)){return[parseInt(G[1]+G[1],16),parseInt(G[2]+G[2],16),parseInt(G[3]+G[3],16)]}if(G=/rgba\(0, 0, 0, 0\)/.exec(F)){return B.transparent}return B[D.trim(F).toLowerCase()]}function C(F,H){var G;do{G=D.curCSS(F,H);if(G!=""&&G!="transparent"||D.nodeName(F,"body")){break}H="backgroundColor"}while(F=F.parentNode);return A(G)}var B={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],transparent:[255,255,255]};D.easing.jswing=D.easing.swing;D.extend(D.easing,{def:"easeOutQuad",swing:function(I,H,J,F,G){return D.easing[D.easing.def](I,H,J,F,G)},easeInQuad:function(I,H,J,F,G){return F*(H/=G)*H+J},easeOutQuad:function(I,H,J,F,G){return -F*(H/=G)*(H-2)+J},easeInOutQuad:function(I,H,J,F,G){if((H/=G/2)<1){return F/2*H*H+J}return -F/2*((--H)*(H-2)-1)+J},easeInCubic:function(I,H,J,F,G){return F*(H/=G)*H*H+J},easeOutCubic:function(I,H,J,F,G){return F*((H=H/G-1)*H*H+1)+J},easeInOutCubic:function(I,H,J,F,G){if((H/=G/2)<1){return F/2*H*H*H+J}return F/2*((H-=2)*H*H+2)+J},easeInQuart:function(I,H,J,F,G){return F*(H/=G)*H*H*H+J},easeOutQuart:function(I,H,J,F,G){return -F*((H=H/G-1)*H*H*H-1)+J},easeInOutQuart:function(I,H,J,F,G){if((H/=G/2)<1){return F/2*H*H*H*H+J}return -F/2*((H-=2)*H*H*H-2)+J},easeInQuint:function(I,H,J,F,G){return F*(H/=G)*H*H*H*H+J},easeOutQuint:function(I,H,J,F,G){return F*((H=H/G-1)*H*H*H*H+1)+J},easeInOutQuint:function(I,H,J,F,G){if((H/=G/2)<1){return F/2*H*H*H*H*H+J}return F/2*((H-=2)*H*H*H*H+2)+J},easeInSine:function(I,H,J,F,G){return -F*Math.cos(H/G*(Math.PI/2))+F+J},easeOutSine:function(I,H,J,F,G){return F*Math.sin(H/G*(Math.PI/2))+J},easeInOutSine:function(I,H,J,F,G){return -F/2*(Math.cos(Math.PI*H/G)-1)+J},easeInExpo:function(I,H,J,F,G){return(H==0)?J:F*Math.pow(2,10*(H/G-1))+J},easeOutExpo:function(I,H,J,F,G){return(H==G)?J+F:F*(-Math.pow(2,-10*H/G)+1)+J},easeInOutExpo:function(I,H,J,F,G){if(H==0){return J}if(H==G){return J+F}if((H/=G/2)<1){return F/2*Math.pow(2,10*(H-1))+J}return F/2*(-Math.pow(2,-10*--H)+2)+J},easeInCirc:function(I,H,J,F,G){return -F*(Math.sqrt(1-(H/=G)*H)-1)+J},easeOutCirc:function(I,H,J,F,G){return F*Math.sqrt(1-(H=H/G-1)*H)+J},easeInOutCirc:function(I,H,J,F,G){if((H/=G/2)<1){return -F/2*(Math.sqrt(1-H*H)-1)+J}return F/2*(Math.sqrt(1-(H-=2)*H)+1)+J},easeInElastic:function(L,J,M,F,G){var I=1.70158;var H=0;var K=F;if(J==0){return M}if((J/=G)==1){return M+F}if(!H){H=G*0.3}if(K<Math.abs(F)){K=F;var I=H/4}else{var I=H/(2*Math.PI)*Math.asin(F/K)}return -(K*Math.pow(2,10*(J-=1))*Math.sin((J*G-I)*(2*Math.PI)/H))+M},easeOutElastic:function(L,J,M,F,G){var I=1.70158;var H=0;var K=F;if(J==0){return M}if((J/=G)==1){return M+F}if(!H){H=G*0.3}if(K<Math.abs(F)){K=F;var I=H/4}else{var I=H/(2*Math.PI)*Math.asin(F/K)}return K*Math.pow(2,-10*J)*Math.sin((J*G-I)*(2*Math.PI)/H)+F+M},easeInOutElastic:function(L,J,M,F,G){var I=1.70158;var H=0;var K=F;if(J==0){return M}if((J/=G/2)==2){return M+F}if(!H){H=G*(0.3*1.5)}if(K<Math.abs(F)){K=F;var I=H/4}else{var I=H/(2*Math.PI)*Math.asin(F/K)}if(J<1){return -0.5*(K*Math.pow(2,10*(J-=1))*Math.sin((J*G-I)*(2*Math.PI)/H))+M}return K*Math.pow(2,-10*(J-=1))*Math.sin((J*G-I)*(2*Math.PI)/H)*0.5+F+M},easeInBack:function(J,I,K,F,G,H){if(H==undefined){H=1.70158}return F*(I/=G)*I*((H+1)*I-H)+K},easeOutBack:function(J,I,K,F,G,H){if(H==undefined){H=1.70158}return F*((I=I/G-1)*I*((H+1)*I+H)+1)+K},easeInOutBack:function(J,I,K,F,G,H){if(H==undefined){H=1.70158}if((I/=G/2)<1){return F/2*(I*I*(((H*=(1.525))+1)*I-H))+K}return F/2*((I-=2)*I*(((H*=(1.525))+1)*I+H)+2)+K},easeInBounce:function(I,H,J,F,G){return F-D.easing.easeOutBounce(I,G-H,0,F,G)+J},easeOutBounce:function(I,H,J,F,G){if((H/=G)<(1/2.75)){return F*(7.5625*H*H)+J}else{if(H<(2/2.75)){return F*(7.5625*(H-=(1.5/2.75))*H+0.75)+J}else{if(H<(2.5/2.75)){return F*(7.5625*(H-=(2.25/2.75))*H+0.9375)+J}else{return F*(7.5625*(H-=(2.625/2.75))*H+0.984375)+J}}}},easeInOutBounce:function(I,H,J,F,G){if(H<G/2){return D.easing.easeInBounce(I,H*2,0,F,G)*0.5+J}return D.easing.easeOutBounce(I,H*2-G,0,F,G)*0.5+F*0.5+J}})})(jQuery);(function(A){A.effects.blind=function(B){return this.queue(function(){var I=A(this),J=["position","top","left"];var E=A.effects.setMode(I,B.options.mode||"hide");var F=B.options.direction||"vertical";A.effects.save(I,J);I.show();var C=A.effects.createWrapper(I).css({overflow:"hidden"});var H=(F=="vertical")?"height":"width";var D=(F=="vertical")?C.height():C.width();if(E=="show"){C.css(H,0)}var G={};G[H]=E=="show"?D:0;C.animate(G,B.duration,B.options.easing,function(){if(E=="hide"){I.hide()}A.effects.restore(I,J);A.effects.removeWrapper(I);if(B.callback){B.callback.apply(I[0],arguments)}I.dequeue()})})}})(jQuery);(function(A){A.effects.bounce=function(B){return this.queue(function(){var M=A(this),G=["position","top","left"];var H=A.effects.setMode(M,B.options.mode||"effect");var E=B.options.direction||"up";var O=B.options.distance||20;var N=B.options.times||5;var K=B.duration||250;if(/show|hide/.test(H)){G.push("opacity")}A.effects.save(M,G);M.show();A.effects.createWrapper(M);var L=(E=="up"||E=="down")?"top":"left";var C=(E=="up"||E=="left")?"pos":"neg";var O=B.options.distance||(L=="top"?M.outerHeight({margin:true})/3:M.outerWidth({margin:true})/3);if(H=="show"){M.css("opacity",0).css(L,C=="pos"?-O:O)}if(H=="hide"){O=O/(N*2)}if(H!="hide"){N--}if(H=="show"){var J={opacity:1};J[L]=(C=="pos"?"+=":"-=")+O;M.animate(J,K/2,B.options.easing);O=O/2;N--}for(var I=0;I<N;I++){var D={},F={};D[L]=(C=="pos"?"-=":"+=")+O;F[L]=(C=="pos"?"+=":"-=")+O;M.animate(D,K/2,B.options.easing).animate(F,K/2,B.options.easing);O=(H=="hide")?O*2:O/2}if(H=="hide"){var J={opacity:0};J[L]=(C=="pos"?"-=":"+=")+O;M.animate(J,K/2,B.options.easing,function(){M.hide();A.effects.restore(M,G);A.effects.removeWrapper(M);if(B.callback){B.callback.apply(this,arguments)}})}else{var D={},F={};D[L]=(C=="pos"?"-=":"+=")+O;F[L]=(C=="pos"?"+=":"-=")+O;M.animate(D,K/2,B.options.easing).animate(F,K/2,B.options.easing,function(){A.effects.restore(M,G);A.effects.removeWrapper(M);if(B.callback){B.callback.apply(this,arguments)}})}M.queue("fx",function(){M.dequeue()});M.dequeue()})}})(jQuery);(function(A){A.effects.clip=function(B){return this.queue(function(){var H=A(this),D=["position","top","left","height","width"];var E=A.effects.setMode(H,B.options.mode||"hide");var C=B.options.direction||"vertical";A.effects.save(H,D);H.show();var K=A.effects.createWrapper(H).css({overflow:"hidden"});var I=H[0].tagName=="IMG"?K:H;var G={size:(C=="vertical")?"height":"width",position:(C=="vertical")?"top":"left"};var J=(C=="vertical")?I.height():I.width();if(E=="show"){I.css(G.size,0);I.css(G.position,J/2)}var F={};F[G.size]=E=="show"?J:0;F[G.position]=E=="show"?0:J/2;I.animate(F,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(E=="hide"){H.hide()}A.effects.restore(H,D);A.effects.removeWrapper(H);if(B.callback){B.callback.apply(H[0],arguments)}H.dequeue()}})})}})(jQuery);(function(A){A.effects.drop=function(B){return this.queue(function(){var H=A(this),I=["position","top","left","opacity"];var D=A.effects.setMode(H,B.options.mode||"hide");var E=B.options.direction||"left";A.effects.save(H,I);H.show();A.effects.createWrapper(H);var G=(E=="up"||E=="down")?"top":"left";var J=(E=="up"||E=="left")?"pos":"neg";var C=B.options.distance||(G=="top"?H.outerHeight({margin:true})/2:H.outerWidth({margin:true})/2);if(D=="show"){H.css("opacity",0).css(G,J=="pos"?-C:C)}var F={opacity:D=="show"?1:0};F[G]=(D=="show"?(J=="pos"?"+=":"-="):(J=="pos"?"-=":"+="))+C;H.animate(F,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(D=="hide"){H.hide()}A.effects.restore(H,I);A.effects.removeWrapper(H);if(B.callback){B.callback.apply(this,arguments)}H.dequeue()}})})}})(jQuery);(function(A){A.effects.explode=function(B){return this.queue(function(){var D=B.options.pieces?Math.round(Math.sqrt(B.options.pieces)):3;var H=B.options.pieces?Math.round(Math.sqrt(B.options.pieces)):3;B.options.mode=B.options.mode=="toggle"?(A(this).is(":visible")?"hide":"show"):B.options.mode;var E=A(this).show().css("visibility","hidden");var C=E.offset();C.top-=parseInt(E.css("marginTop"),10)||0;C.left-=parseInt(E.css("marginLeft"),10)||0;var F=E.outerWidth(true);var J=E.outerHeight(true);for(var G=0;G<D;G++){for(var I=0;I<H;I++){E.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-I*(F/H),top:-G*(J/D)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:F/H,height:J/D,left:C.left+I*(F/H)+(B.options.mode=="show"?(I-Math.floor(H/2))*(F/H):0),top:C.top+G*(J/D)+(B.options.mode=="show"?(G-Math.floor(D/2))*(J/D):0),opacity:B.options.mode=="show"?0:1}).animate({left:C.left+I*(F/H)+(B.options.mode=="show"?0:(I-Math.floor(H/2))*(F/H)),top:C.top+G*(J/D)+(B.options.mode=="show"?0:(G-Math.floor(D/2))*(J/D)),opacity:B.options.mode=="show"?1:0},B.duration||500)}}setTimeout(function(){B.options.mode=="show"?E.css({visibility:"visible"}):E.css({visibility:"visible"}).hide();if(B.callback){B.callback.apply(E[0])}E.dequeue();A("div.ui-effects-explode").remove()},B.duration||500)})}})(jQuery);(function(A){A.effects.fold=function(B){return this.queue(function(){var M=A(this),G=["position","top","left"];var J=A.effects.setMode(M,B.options.mode||"hide");var C=B.options.size||15;var D=!(!B.options.horizFirst);var K=B.duration?B.duration/2:A.fx.speeds._default/2;A.effects.save(M,G);M.show();var N=A.effects.createWrapper(M).css({overflow:"hidden"});var I=((J=="show")!=D);var L=I?["width","height"]:["height","width"];var O=I?[N.width(),N.height()]:[N.height(),N.width()];var H=/([0-9]+)%/.exec(C);if(H){C=parseInt(H[1],10)/100*O[J=="hide"?0:1]}if(J=="show"){N.css(D?{height:0,width:C}:{height:C,width:0})}var E={},F={};E[L[0]]=J=="show"?O[0]:C;F[L[1]]=J=="show"?O[1]:0;N.animate(E,K,B.options.easing).animate(F,K,B.options.easing,function(){if(J=="hide"){M.hide()}A.effects.restore(M,G);A.effects.removeWrapper(M);if(B.callback){B.callback.apply(M[0],arguments)}M.dequeue()})})}})(jQuery);(function(A){A.effects.highlight=function(B){return this.queue(function(){var F=A(this),G=["backgroundImage","backgroundColor","opacity"];var C=A.effects.setMode(F,B.options.mode||"show");var H=B.options.color||"#ffff99";var D=F.css("backgroundColor");A.effects.save(F,G);F.show();F.css({backgroundImage:"none",backgroundColor:H});var E={backgroundColor:D};if(C=="hide"){E.opacity=0}F.animate(E,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(C=="hide"){F.hide()}A.effects.restore(F,G);if(C=="show"&&A.browser.msie){this.style.removeAttribute("filter")}if(B.callback){B.callback.apply(this,arguments)}F.dequeue()}})})}})(jQuery);(function(A){A.effects.pulsate=function(B){return this.queue(function(){var F=A(this);var C=A.effects.setMode(F,B.options.mode||"show");var D=B.options.times||5;var E=B.duration?B.duration/2:A.fx.speeds._default/2;if(C=="hide"){D--}if(F.is(":hidden")){F.css("opacity",0);F.show();F.animate({opacity:1},E,B.options.easing);D=D-2}for(var G=0;G<D;G++){F.animate({opacity:0},E,B.options.easing).animate({opacity:1},E,B.options.easing)}if(C=="hide"){F.animate({opacity:0},E,B.options.easing,function(){F.hide();if(B.callback){B.callback.apply(this,arguments)}})}else{F.animate({opacity:0},E,B.options.easing).animate({opacity:1},E,B.options.easing,function(){if(B.callback){B.callback.apply(this,arguments)}})}F.queue("fx",function(){F.dequeue()});F.dequeue()})}})(jQuery);(function(A){A.effects.puff=function(B){return this.queue(function(){var E=A(this);var H=A.extend(true,{},B.options);var C=A.effects.setMode(E,B.options.mode||"hide");var D=parseInt(B.options.percent,10)||150;H.fade=true;var F={height:E.height(),width:E.width()};var G=D/100;E.from=(C=="hide")?F:{height:F.height*G,width:F.width*G};H.from=E.from;H.percent=(C=="hide")?D:100;H.mode=C;E.effect("scale",H,B.duration,B.callback);E.dequeue()})};A.effects.scale=function(B){return this.queue(function(){var F=A(this);var I=A.extend(true,{},B.options);var C=A.effects.setMode(F,B.options.mode||"effect");var E=parseInt(B.options.percent,10)||(parseInt(B.options.percent,10)==0?0:(C=="hide"?0:100));var D=B.options.direction||"both";var J=B.options.origin;if(C!="effect"){I.origin=J||["middle","center"];I.restore=true}var G={height:F.height(),width:F.width()};F.from=B.options.from||(C=="show"?{height:0,width:0}:G);var H={y:D!="horizontal"?(E/100):1,x:D!="vertical"?(E/100):1};F.to={height:G.height*H.y,width:G.width*H.x};if(B.options.fade){if(C=="show"){F.from.opacity=0;F.to.opacity=1}if(C=="hide"){F.from.opacity=1;F.to.opacity=0}}I.from=F.from;I.to=F.to;I.mode=C;F.effect("size",I,B.duration,B.callback);F.dequeue()})};A.effects.size=function(B){return this.queue(function(){var P=A(this),E=["position","top","left","width","height","overflow","opacity"];var F=["position","top","left","overflow","opacity"];var I=["width","height","overflow"];var C=["fontSize"];var H=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"];var M=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"];var L=A.effects.setMode(P,B.options.mode||"effect");var J=B.options.restore||false;var N=B.options.scale||"both";var D=B.options.origin;var O={height:P.height(),width:P.width()};P.from=B.options.from||O;P.to=B.options.to||O;if(D){var K=A.effects.getBaseline(D,O);P.from.top=(O.height-P.from.height)*K.y;P.from.left=(O.width-P.from.width)*K.x;P.to.top=(O.height-P.to.height)*K.y;P.to.left=(O.width-P.to.width)*K.x}var G={from:{y:P.from.height/O.height,x:P.from.width/O.width},to:{y:P.to.height/O.height,x:P.to.width/O.width}};if(N=="box"||N=="both"){if(G.from.y!=G.to.y){E=E.concat(H);P.from=A.effects.setTransition(P,H,G.from.y,P.from);P.to=A.effects.setTransition(P,H,G.to.y,P.to)}if(G.from.x!=G.to.x){E=E.concat(M);P.from=A.effects.setTransition(P,M,G.from.x,P.from);P.to=A.effects.setTransition(P,M,G.to.x,P.to)}}if(N=="content"||N=="both"){if(G.from.y!=G.to.y){E=E.concat(C);P.from=A.effects.setTransition(P,C,G.from.y,P.from);P.to=A.effects.setTransition(P,C,G.to.y,P.to)}}A.effects.save(P,J?E:F);P.show();A.effects.createWrapper(P);P.css("overflow","hidden").css(P.from);if(N=="content"||N=="both"){H=H.concat(["marginTop","marginBottom"]).concat(C);M=M.concat(["marginLeft","marginRight"]);I=E.concat(H).concat(M);P.find("*[width]").each(function(){child=A(this);if(J){A.effects.save(child,I)}var Q={height:child.height(),width:child.width()};child.from={height:Q.height*G.from.y,width:Q.width*G.from.x};child.to={height:Q.height*G.to.y,width:Q.width*G.to.x};if(G.from.y!=G.to.y){child.from=A.effects.setTransition(child,H,G.from.y,child.from);child.to=A.effects.setTransition(child,H,G.to.y,child.to)}if(G.from.x!=G.to.x){child.from=A.effects.setTransition(child,M,G.from.x,child.from);child.to=A.effects.setTransition(child,M,G.to.x,child.to)}child.css(child.from);child.animate(child.to,B.duration,B.options.easing,function(){if(J){A.effects.restore(child,I)}})})}P.animate(P.to,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(L=="hide"){P.hide()}A.effects.restore(P,J?E:F);A.effects.removeWrapper(P);if(B.callback){B.callback.apply(this,arguments)}P.dequeue()}})})}})(jQuery);(function(A){A.effects.shake=function(B){return this.queue(function(){var M=A(this),G=["position","top","left"];var H=A.effects.setMode(M,B.options.mode||"effect");var E=B.options.direction||"left";var O=B.options.distance||20;var N=B.options.times||3;var K=B.duration||B.options.duration||140;A.effects.save(M,G);M.show();A.effects.createWrapper(M);var L=(E=="up"||E=="down")?"top":"left";var C=(E=="up"||E=="left")?"pos":"neg";var J={},D={},F={};J[L]=(C=="pos"?"-=":"+=")+O;D[L]=(C=="pos"?"+=":"-=")+O*2;F[L]=(C=="pos"?"-=":"+=")+O*2;M.animate(J,K,B.options.easing);for(var I=1;I<N;I++){M.animate(D,K,B.options.easing).animate(F,K,B.options.easing)}M.animate(D,K,B.options.easing).animate(J,K/2,B.options.easing,function(){A.effects.restore(M,G);A.effects.removeWrapper(M);if(B.callback){B.callback.apply(this,arguments)}});M.queue("fx",function(){M.dequeue()});M.dequeue()})}})(jQuery);(function(A){A.effects.slide=function(B){return this.queue(function(){var H=A(this),I=["position","top","left"];var D=A.effects.setMode(H,B.options.mode||"show");var E=B.options.direction||"left";A.effects.save(H,I);H.show();A.effects.createWrapper(H).css({overflow:"hidden"});var G=(E=="up"||E=="down")?"top":"left";var J=(E=="up"||E=="left")?"pos":"neg";var C=B.options.distance||(G=="top"?H.outerHeight({margin:true}):H.outerWidth({margin:true}));if(D=="show"){H.css(G,J=="pos"?-C:C)}var F={};F[G]=(D=="show"?(J=="pos"?"+=":"-="):(J=="pos"?"-=":"+="))+C;H.animate(F,{queue:false,duration:B.duration,easing:B.options.easing,complete:function(){if(D=="hide"){H.hide()}A.effects.restore(H,I);A.effects.removeWrapper(H);if(B.callback){B.callback.apply(this,arguments)}H.dequeue()}})})}})(jQuery);(function(A){A.effects.transfer=function(B){return this.queue(function(){var E=A(this),C=A(B.options.to),F=C.offset(),D={top:F.top,left:F.left,height:C.innerHeight(),width:C.innerWidth()},G=E.offset(),H=A('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(B.options.className).css({top:G.top,left:G.left,height:E.innerHeight(),width:E.innerWidth(),position:"absolute"}).animate(D,B.duration,B.options.easing,function(){H.remove();(B.callback&&B.callback.apply(E[0],arguments));E.dequeue()})})}})(jQuery);jQuery.extend(jQuery.validator.messages,{required:"To pole jest wymagane.",remote:"Proszę o wypełnienie tego pola.",email:"Proszę o podanie prawidłowego adresu email.",url:"Proszę o podanie prawidłowego URL.",date:"Proszę o podanie prawidłowej daty. Poprawny format to yyyy-mm-dd",datetime:"Proszę o podanie prawidłowej daty. Poprawny format to yyyy-mm-dd hh:mm",dateISO:"Proszę o podanie prawidłowej daty (ISO).",number:"Proszę o podanie prawidłowej liczby.",digits:"Proszę o podanie samych cyfr.",creditcard:"Proszę o podanie prawidłowej karty kredytowej.",equalTo:"Proszę o podanie tej samej wartości ponownie.",accept:"Proszę o podanie wartości z prawidłowym rozszerzeniem.",maxlength:jQuery.format("Proszę o podanie nie więcej niż {0} znaków."),minlength:jQuery.format("Proszę o podanie przynajmniej {0} znaków."),rangelength:jQuery.format("Proszę o podanie wartości o długości od {0} do {1} znaków."),rangeValue:jQuery.format("Proszę o podanie wartości z przedziału od {0} do {1}."),range:jQuery.format("Proszę o podanie wartości z przedziału od {0} do {1}."),maxValue:jQuery.format("Proszę o podanie wartości mniejszej bądź równej {0}."),max:jQuery.format("Proszę o podanie wartości mniejszej bądź równej {0}."),minValue:jQuery.format("Proszę o podanie wartości większej bądź równej {0}."),min:jQuery.format("Proszę o podanie wartości większej bądź równej {0}."),nickname:jQuery.format("Nick musi mieć od 3 do 15 znaków, zaczynać się od litery i nie zawierać polskich znaków.")});jQuery(function(A){A.datepicker.regional.pl={clearText:"Wyczyść",clearStatus:"Wyczyść obecną datę",closeText:"Zamknij",closeStatus:"Zamknij bez zapisywania",prevText:"&#x3c;Poprzedni",prevStatus:"Pokaż poprzedni miesiąc",nextText:"Następny&#x3e;",nextStatus:"Pokaż następny miesiąc",currentText:"Dziś",currentStatus:"Pokaż aktualny miesiąc",monthNames:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthNamesShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],monthStatus:"Pokaż inny miesiąc",yearStatus:"Pokaż inny rok",weekHeader:"Tydz",weekStatus:"Tydzień roku",dayNames:["Niedziela","Poniedzialek","Wtorek","Środa","Czwartek","Piątek","Sobota"],dayNamesShort:["Nie","Pn","Wt","Śr","Czw","Pt","So"],dayNamesMin:["N","Pn","Wt","Śr","Cz","Pt","So"],dayStatus:"Ustaw DD jako pierwszy dzień tygodnia",dateStatus:"Wybierz D, M d",dateFormat:"yy-mm-dd",firstDay:1,initStatus:"Wybierz datę",isRTL:false};A.datepicker.setDefaults(A.datepicker.regional.pl)});$(document).ready(function(){if($.cookie("VFProfile")){nick=$.cookie("VFProfile");$("#jLoginInfo").html("Witaj "+nick+' | <a href="/profile/auth/logout">wyloguj się</a>')}$(".pageTitleImage").css("display","block");$("a[rel^='prettyPhoto']").fancybox({titleShow:false});$("a[rel^='_blank']").attr("target","_blank");$(".jChangeCaptcha").live("click",function(){d=new Date();captchaSrc="/utils/captcha?"+d.getTime();$(".jCaptchaImg").attr("src",captchaSrc);return false});$("#newPhotosBox ul li").hover(function(){$(this).find(".noColor").animate({opacity:"0"},750).dequeue()},function(){$(this).find(".noColor").animate({opacity:"1"},750).dequeue()});$("#menu li").hover(function(){$(this).find(".submenu").css("display","block")},function(){$(this).find(".submenu").css("display","none")});$("#secondMenu ul li").hover(function(){$(this).find(".jColorize").animate({opacity:"0"},750).dequeue();$(this).find(".jDescription").animate({backgroundColor:"#FFAE00"},750).dequeue()},function(){$(this).find(".jColorize").animate({opacity:"1"},750).dequeue();$(this).find(".jDescription").animate({backgroundColor:"#FFF"},750).dequeue()});$(".partnersBox ul li a, #galleryPartners").hover(function(){$(this).find(".jColorize").animate({opacity:"0"},750).dequeue()},function(){$(this).find(".jColorize").animate({opacity:"1"},750).dequeue()});$(".jSliderPlay").click(function(){clearTimeout(t);play=false;playSlide();return false});$(".jSliderTrigger").click(function(){id=$(this).attr("id").slice(14);changeSlide(id);return false});$(".jCycle").cycle()});function changeSlide(A){$(".jSliderTrigger").removeClass("active");$("#jSliderTrigger"+A).addClass("active");$(".jSlider:visible").hide();if(typeof navigator.userAgent!="undefined"&&navigator.userAgent.search("MSIE 7.0")>=0){$(".jSlider"+A).show()}else{$(".jSlider"+A).fadeIn("slow")}}function playSlide(){id=$(".jSliderTrigger.active").attr("id").slice(14);items=$(".jSlideTriggerContainer").children().length;nextId=id%items+1;changeSlide(nextId);if(play){t=setTimeout("playSlide()",4000)}}var swfobject=function(){var AQ="undefined",Ac="object",AB="Shockwave Flash",X="ShockwaveFlash.ShockwaveFlash",Ad="application/x-shockwave-flash",AC="SWFObjectExprInst",AW="onreadystatechange",AF=window,Ak=document,Aa=navigator,AA=false,Z=[Am],Af=[],AG=[],AL=[],Ai,AD,AP,AS,AK=false,At=false,Ag,AN,Ah=true,AH=function(){var A=typeof Ak.getElementById!=AQ&&typeof Ak.getElementsByTagName!=AQ&&typeof Ak.createElement!=AQ,E=Aa.userAgent.toLowerCase(),C=Aa.platform.toLowerCase(),H=C?/win/.test(C):/win/.test(E),J=C?/mac/.test(C):/mac/.test(E),G=/webkit/.test(E)?parseFloat(E.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,D=!+"\v1",F=[0,0,0],K=null;if(typeof Aa.plugins!=AQ&&typeof Aa.plugins[AB]==Ac){K=Aa.plugins[AB].description;if(K&&!(typeof Aa.mimeTypes!=AQ&&Aa.mimeTypes[Ad]&&!Aa.mimeTypes[Ad].enabledPlugin)){AA=true;D=false;K=K.replace(/^.*\s+(\S+\s+\S+$)/,"$1");F[0]=parseInt(K.replace(/^(.*)\..*$/,"$1"),10);F[1]=parseInt(K.replace(/^.*\.(.*)\s.*$/,"$1"),10);F[2]=/[a-zA-Z]/.test(K)?parseInt(K.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof AF.ActiveXObject!=AQ){try{var I=new ActiveXObject(X);if(I){K=I.GetVariable("$version");if(K){D=true;K=K.split(" ")[1].split(",");F=[parseInt(K[0],10),parseInt(K[1],10),parseInt(K[2],10)]}}}catch(B){}}}return{w3:A,pv:F,wk:G,ie:D,win:H,mac:J}}(),Aj=function(){if(!AH.w3){return }if((typeof Ak.readyState!=AQ&&Ak.readyState=="complete")||(typeof Ak.readyState==AQ&&(Ak.getElementsByTagName("body")[0]||Ak.body))){Ao()}if(!AK){if(typeof Ak.addEventListener!=AQ){Ak.addEventListener("DOMContentLoaded",Ao,false)}if(AH.ie&&AH.win){Ak.attachEvent(AW,function(){if(Ak.readyState=="complete"){Ak.detachEvent(AW,arguments.callee);Ao()}});if(AF==top){(function(){if(AK){return }try{Ak.documentElement.doScroll("left")}catch(A){setTimeout(arguments.callee,0);return }Ao()})()}}if(AH.wk){(function(){if(AK){return }if(!/loaded|complete/.test(Ak.readyState)){setTimeout(arguments.callee,0);return }Ao()})()}Ab(Ao)}}();function Ao(){if(AK){return }try{var B=Ak.getElementsByTagName("body")[0].appendChild(AR("span"));B.parentNode.removeChild(B)}catch(A){return }AK=true;var D=Z.length;for(var C=0;C<D;C++){Z[C]()}}function AJ(A){if(AK){A()}else{Z[Z.length]=A}}function Ab(A){if(typeof AF.addEventListener!=AQ){AF.addEventListener("load",A,false)}else{if(typeof Ak.addEventListener!=AQ){Ak.addEventListener("load",A,false)}else{if(typeof AF.attachEvent!=AQ){Al(AF,"onload",A)}else{if(typeof AF.onload=="function"){var B=AF.onload;AF.onload=function(){B();A()}}else{AF.onload=A}}}}}function Am(){if(AA){Y()}else{AM()}}function Y(){var D=Ak.getElementsByTagName("body")[0];var B=AR(Ac);B.setAttribute("type",Ad);var A=D.appendChild(B);if(A){var C=0;(function(){if(typeof A.GetVariable!=AQ){var E=A.GetVariable("$version");if(E){E=E.split(" ")[1].split(",");AH.pv=[parseInt(E[0],10),parseInt(E[1],10),parseInt(E[2],10)]}}else{if(C<10){C++;setTimeout(arguments.callee,10);return }}D.removeChild(B);A=null;AM()})()}else{AM()}}function AM(){var G=Af.length;if(G>0){for(var H=0;H<G;H++){var C=Af[H].id;var L=Af[H].callbackFn;var A={success:false,id:C};if(AH.pv[0]>0){var I=Ar(C);if(I){if(AO(Af[H].swfVersion)&&!(AH.wk&&AH.wk<312)){AX(C,true);if(L){A.success=true;A.ref=AU(C);L(A)}}else{if(Af[H].expressInstall&&AT()){var E={};E.data=Af[H].expressInstall;E.width=I.getAttribute("width")||"0";E.height=I.getAttribute("height")||"0";if(I.getAttribute("class")){E.styleclass=I.getAttribute("class")}if(I.getAttribute("align")){E.align=I.getAttribute("align")}var F={};var D=I.getElementsByTagName("param");var K=D.length;for(var J=0;J<K;J++){if(D[J].getAttribute("name").toLowerCase()!="movie"){F[D[J].getAttribute("name")]=D[J].getAttribute("value")}}AE(E,F,C,L)}else{Ae(I);if(L){L(A)}}}}}else{AX(C,true);if(L){var B=AU(C);if(B&&typeof B.SetVariable!=AQ){A.success=true;A.ref=B}L(A)}}}}}function AU(B){var D=null;var C=Ar(B);if(C&&C.nodeName=="OBJECT"){if(typeof C.SetVariable!=AQ){D=C}else{var A=C.getElementsByTagName(Ac)[0];if(A){D=A}}}return D}function AT(){return !At&&AO("6.0.65")&&(AH.win||AH.mac)&&!(AH.wk&&AH.wk<312)}function AE(F,D,H,E){At=true;AP=E||null;AS={success:false,id:H};var A=Ar(H);if(A){if(A.nodeName=="OBJECT"){Ai=An(A);AD=null}else{Ai=A;AD=H}F.id=AC;if(typeof F.width==AQ||(!/%$/.test(F.width)&&parseInt(F.width,10)<310)){F.width="310"}if(typeof F.height==AQ||(!/%$/.test(F.height)&&parseInt(F.height,10)<137)){F.height="137"}Ak.title=Ak.title.slice(0,47)+" - Flash Player Installation";var B=AH.ie&&AH.win?"ActiveX":"PlugIn",C="MMredirectURL="+AF.location.toString().replace(/&/g,"%26")+"&MMplayerType="+B+"&MMdoctitle="+Ak.title;if(typeof D.flashvars!=AQ){D.flashvars+="&"+C}else{D.flashvars=C}if(AH.ie&&AH.win&&A.readyState!=4){var G=AR("div");H+="SWFObjectNew";G.setAttribute("id",H);A.parentNode.insertBefore(G,A);A.style.display="none";(function(){if(A.readyState==4){A.parentNode.removeChild(A)}else{setTimeout(arguments.callee,10)}})()}AZ(F,D,H)}}function Ae(A){if(AH.ie&&AH.win&&A.readyState!=4){var B=AR("div");A.parentNode.insertBefore(B,A);B.parentNode.replaceChild(An(A),B);A.style.display="none";(function(){if(A.readyState==4){A.parentNode.removeChild(A)}else{setTimeout(arguments.callee,10)}})()}else{A.parentNode.replaceChild(An(A),A)}}function An(B){var D=AR("div");if(AH.win&&AH.ie){D.innerHTML=B.innerHTML}else{var E=B.getElementsByTagName(Ac)[0];if(E){var A=E.childNodes;if(A){var F=A.length;for(var C=0;C<F;C++){if(!(A[C].nodeType==1&&A[C].nodeName=="PARAM")&&!(A[C].nodeType==8)){D.appendChild(A[C].cloneNode(true))}}}}}return D}function AZ(E,G,C){var D,A=Ar(C);if(AH.wk&&AH.wk<312){return D}if(A){if(typeof E.id==AQ){E.id=C}if(AH.ie&&AH.win){var F="";for(var I in E){if(E[I]!=Object.prototype[I]){if(I.toLowerCase()=="data"){G.movie=E[I]}else{if(I.toLowerCase()=="styleclass"){F+=' class="'+E[I]+'"'}else{if(I.toLowerCase()!="classid"){F+=" "+I+'="'+E[I]+'"'}}}}}var H="";for(var J in G){if(G[J]!=Object.prototype[J]){H+='<param name="'+J+'" value="'+G[J]+'" />'}}A.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+F+">"+H+"</object>";AG[AG.length]=E.id;D=Ar(E.id)}else{var B=AR(Ac);B.setAttribute("type",Ad);for(var K in E){if(E[K]!=Object.prototype[K]){if(K.toLowerCase()=="styleclass"){B.setAttribute("class",E[K])}else{if(K.toLowerCase()!="classid"){B.setAttribute(K,E[K])}}}}for(var L in G){if(G[L]!=Object.prototype[L]&&L.toLowerCase()!="movie"){Ap(B,L,G[L])}}A.parentNode.replaceChild(B,A);D=B}}return D}function Ap(B,D,C){var A=AR("param");A.setAttribute("name",D);A.setAttribute("value",C);B.appendChild(A)}function AV(A){var B=Ar(A);if(B&&B.nodeName=="OBJECT"){if(AH.ie&&AH.win){B.style.display="none";(function(){if(B.readyState==4){As(A)}else{setTimeout(arguments.callee,10)}})()}else{B.parentNode.removeChild(B)}}}function As(A){var B=Ar(A);if(B){for(var C in B){if(typeof B[C]=="function"){B[C]=null}}B.parentNode.removeChild(B)}}function Ar(A){var C=null;try{C=Ak.getElementById(A)}catch(B){}return C}function AR(A){return Ak.createElement(A)}function Al(A,C,B){A.attachEvent(C,B);AL[AL.length]=[A,C,B]}function AO(A){var B=AH.pv,C=A.split(".");C[0]=parseInt(C[0],10);C[1]=parseInt(C[1],10)||0;C[2]=parseInt(C[2],10)||0;return(B[0]>C[0]||(B[0]==C[0]&&B[1]>C[1])||(B[0]==C[0]&&B[1]==C[1]&&B[2]>=C[2]))?true:false}function AY(B,F,A,C){if(AH.ie&&AH.mac){return }var E=Ak.getElementsByTagName("head")[0];if(!E){return }var G=(A&&typeof A=="string")?A:"screen";if(C){Ag=null;AN=null}if(!Ag||AN!=G){var D=AR("style");D.setAttribute("type","text/css");D.setAttribute("media",G);Ag=E.appendChild(D);if(AH.ie&&AH.win&&typeof Ak.styleSheets!=AQ&&Ak.styleSheets.length>0){Ag=Ak.styleSheets[Ak.styleSheets.length-1]}AN=G}if(AH.ie&&AH.win){if(Ag&&typeof Ag.addRule==Ac){Ag.addRule(B,F)}}else{if(Ag&&typeof Ak.createTextNode!=AQ){Ag.appendChild(Ak.createTextNode(B+" {"+F+"}"))}}}function AX(A,C){if(!Ah){return }var B=C?"visible":"hidden";if(AK&&Ar(A)){Ar(A).style.visibility=B}else{AY("#"+A,"visibility:"+B)}}function AI(B){var A=/[\\\"<>\.;]/;var C=A.exec(B)!=null;return C&&typeof encodeURIComponent!=AQ?encodeURIComponent(B):B}var Aq=function(){if(AH.ie&&AH.win){window.attachEvent("onunload",function(){var A=AL.length;for(var B=0;B<A;B++){AL[B][0].detachEvent(AL[B][1],AL[B][2])}var D=AG.length;for(var C=0;C<D;C++){AV(AG[C])}for(var E in AH){AH[E]=null}AH=null;for(var F in swfobject){swfobject[F]=null}swfobject=null})}}();return{registerObject:function(A,E,C,B){if(AH.w3&&A&&E){var D={};D.id=A;D.swfVersion=E;D.expressInstall=C;D.callbackFn=B;Af[Af.length]=D;AX(A,false)}else{if(B){B({success:false,id:A})}}},getObjectById:function(A){if(AH.w3){return AU(A)}},embedSWF:function(K,E,H,F,C,A,B,I,G,J){var D={success:false,id:E};if(AH.w3&&!(AH.wk&&AH.wk<312)&&K&&E&&H&&F&&C){AX(E,false);AJ(function(){H+="";F+="";var Q={};if(G&&typeof G===Ac){for(var O in G){Q[O]=G[O]}}Q.data=K;Q.width=H;Q.height=F;var N={};if(I&&typeof I===Ac){for(var P in I){N[P]=I[P]}}if(B&&typeof B===Ac){for(var L in B){if(typeof N.flashvars!=AQ){N.flashvars+="&"+L+"="+B[L]}else{N.flashvars=L+"="+B[L]}}}if(AO(C)){var M=AZ(Q,N,E);if(Q.id==E){AX(E,true)}D.success=true;D.ref=M}else{if(A&&AT()){Q.data=A;AE(Q,N,E,J);return }else{AX(E,true)}}if(J){J(D)}})}else{if(J){J(D)}}},switchOffAutoHideShow:function(){Ah=false},ua:AH,getFlashPlayerVersion:function(){return{major:AH.pv[0],minor:AH.pv[1],release:AH.pv[2]}},hasFlashPlayerVersion:AO,createSWF:function(A,B,C){if(AH.w3){return AZ(A,B,C)}else{return undefined}},showExpressInstall:function(B,A,D,C){if(AH.w3&&AT()){AE(B,A,D,C)}},removeSWF:function(A){if(AH.w3){AV(A)}},createCSS:function(B,A,C,D){if(AH.w3){AY(B,A,C,D)}},addDomLoadEvent:AJ,addLoadEvent:Ab,getQueryParamValue:function(B){var A=Ak.location.search||Ak.location.hash;if(A){if(/\?/.test(A)){A=A.split("?")[1]}if(B==null){return AI(A)}var C=A.split("&");for(var D=0;D<C.length;D++){if(C[D].substring(0,C[D].indexOf("="))==B){return AI(C[D].substring((C[D].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(At){var A=Ar(AC);if(A&&Ai){A.parentNode.replaceChild(Ai,A);if(AD){AX(AD,true);if(AH.ie&&AH.win){Ai.style.display="block"}}if(AP){AP(AS)}}At=false}}}}();(function(B){var D={};var A=0;B.galleriffic={version:"2.0.1",normalizeHash:function(E){return E.replace(/^.*#/,"").replace(/\?.*$/,"")},getImage:function(E){if(!E){return undefined}E=B.galleriffic.normalizeHash(E);return D[E]},gotoImage:function(F){var G=B.galleriffic.getImage(F);if(!G){return false}var E=G.gallery;E.gotoImage(G);return true},removeImageByHash:function(G,F){var H=B.galleriffic.getImage(G);if(!H){return false}var E=H.gallery;if(F&&F!=E){return false}return E.removeImageByIndex(H.index)}};var C={delay:3000,numThumbs:20,preloadAhead:40,enableTopPager:false,enableBottomPager:true,maxPagesToShow:7,imageContainerSel:"",captionContainerSel:"",controlsContainerSel:"",loadingContainerSel:"",renderSSControls:true,renderNavControls:true,playLinkText:"Play",pauseLinkText:"Pause",prevLinkText:"Previous",nextLinkText:"Next",nextPageLinkText:"Next &rsaquo;",prevPageLinkText:"&lsaquo; Prev",enableHistory:false,enableKeyboardNavigation:true,autoStart:false,syncTransitions:false,defaultTransitionDuration:1000,onSlideChange:undefined,onTransitionOut:undefined,onTransitionIn:undefined,onPageTransitionOut:undefined,onPageTransitionIn:undefined,onImageAdded:undefined,onImageRemoved:undefined};B.fn.galleriffic=function(G){B.extend(this,{version:B.galleriffic.version,isSlideshowRunning:false,slideshowTimeout:undefined,clickHandler:function(L,J){this.pause();if(!this.enableHistory){var K=B.galleriffic.normalizeHash(B(J).attr("href"));B.galleriffic.gotoImage(K);L.preventDefault()}},appendImage:function(J){this.addImage(J,false,false);return this},insertImage:function(K,J){this.addImage(K,false,true,J);return this},addImage:function(K,P,T,Q){var R=(typeof K==="string")?B(K):K;var L=R.find("a.thumb");var M=L.attr("href");var S=L.attr("title");var O=R.find(".caption").remove();var N=L.attr("name");A++;if(!N||D[""+N]){N=A}if(!T){Q=this.data.length}var J={title:S,slideUrl:M,caption:O,hash:N,gallery:this,index:Q};if(T){this.data.splice(Q,0,J);this.updateIndices(Q)}else{this.data.push(J)}var U=this;if(!P){this.updateThumbs(function(){var V=U.find("ul.thumbs");if(T){V.children(":eq("+Q+")").before(R)}else{V.append(R)}if(U.onImageAdded){U.onImageAdded(J,R)}})}D[""+N]=J;L.attr("rel","history").attr("href","#"+N).removeAttr("name").click(function(V){U.clickHandler(V,this)});return this},removeImageByIndex:function(J){if(J<0||J>=this.data.length){return false}var K=this.data[J];if(!K){return false}this.removeImage(K);return true},removeImageByHash:function(J){return B.galleriffic.removeImageByHash(J,this)},removeImage:function(K){var J=K.index;this.data.splice(J,1);delete D[""+K.hash];this.updateThumbs(function(){var L=E.find("ul.thumbs").children(":eq("+J+")").remove();if(E.onImageRemoved){E.onImageRemoved(K,L)}});this.updateIndices(J);return this},updateIndices:function(J){for(i=J;i<this.data.length;i++){this.data[i].index=i}return this},initializeThumbs:function(){this.data=[];var J=this;this.find("ul.thumbs > li").each(function(K){J.addImage(B(this),true,false)});return this},isPreloadComplete:false,preloadInit:function(){if(this.preloadAhead==0){return this}this.preloadStartIndex=this.currentImage.index;var J=this.getNextIndex(this.preloadStartIndex);return this.preloadRecursive(this.preloadStartIndex,J)},preloadRelocate:function(J){this.preloadStartIndex=J;return this},preloadRecursive:function(O,L){if(O!=this.preloadStartIndex){var J=this.getNextIndex(this.preloadStartIndex);return this.preloadRecursive(this.preloadStartIndex,J)}var K=this;var M=L-O;if(M<0){M=this.data.length-1-O+L}if(this.preloadAhead>=0&&M>this.preloadAhead){setTimeout(function(){K.preloadRecursive(O,L)},500);return this}var P=this.data[L];if(!P){return this}if(P.image){return this.preloadNext(O,L)}var N=new Image();N.onload=function(){P.image=this;K.preloadNext(O,L)};N.alt=P.title;N.src=P.slideUrl;return this},preloadNext:function(M,L){var J=this.getNextIndex(L);if(J==M){this.isPreloadComplete=true}else{var K=this;setTimeout(function(){K.preloadRecursive(M,J)},100)}return this},getNextIndex:function(K){var J=K+1;if(J>=this.data.length){J=0}return J},getPrevIndex:function(J){var K=J-1;if(K<0){K=this.data.length-1}return K},pause:function(){this.isSlideshowRunning=false;if(this.slideshowTimeout){clearTimeout(this.slideshowTimeout);this.slideshowTimeout=undefined}if(this.$controlsContainer){this.$controlsContainer.find("div.ss-controls a").removeClass().addClass("play").attr("title",this.playLinkText).attr("href","#play").html(this.playLinkText)}return this},play:function(){this.isSlideshowRunning=true;if(this.$controlsContainer){this.$controlsContainer.find("div.ss-controls a").removeClass().addClass("pause").attr("title",this.pauseLinkText).attr("href","#pause").html(this.pauseLinkText)}if(!this.slideshowTimeout){var J=this;this.slideshowTimeout=setTimeout(function(){J.ssAdvance()},this.delay)}return this},toggleSlideshow:function(){if(this.isSlideshowRunning){this.pause()}else{this.play()}return this},ssAdvance:function(){if(this.isSlideshowRunning){this.next(true)}return this},next:function(J,K){this.gotoIndex(this.getNextIndex(this.currentImage.index),J,K);return this},previous:function(J,K){this.gotoIndex(this.getPrevIndex(this.currentImage.index),J,K);return this},nextPage:function(K,O){var M=this.getCurrentPage();var L=this.getNumPages()-1;if(M<L){var N=M*this.numThumbs;var J=N+this.numThumbs;this.gotoIndex(J,K,O)}return this},previousPage:function(J,N){var L=this.getCurrentPage();if(L>0){var M=L*this.numThumbs;var K=M-this.numThumbs;this.gotoIndex(K,J,N)}return this},gotoIndex:function(K,J,L){if(!J){this.pause()}if(K<0){K=0}else{if(K>=this.data.length){K=this.data.length-1}}var M=this.data[K];if(!L&&this.enableHistory){B.historyLoad(String(M.hash))}else{this.gotoImage(M)}return this},gotoImage:function(K){var J=K.index;if(this.onSlideChange){this.onSlideChange(this.currentImage.index,J)}this.currentImage=K;this.preloadRelocate(J);this.refresh();return this},getDefaultTransitionDuration:function(J){if(J){return this.defaultTransitionDuration}return this.defaultTransitionDuration/2},refresh:function(){var J=this.currentImage;if(!J){return this}var N=J.index;if(this.$controlsContainer){this.$controlsContainer.find("div.nav-controls a.prev").attr("href","#"+this.data[this.getPrevIndex(N)].hash).end().find("div.nav-controls a.next").attr("href","#"+this.data[this.getNextIndex(N)].hash)}var Q=this.$imageContainer.find("span.current").addClass("previous").removeClass("current");var P=0;if(this.$captionContainer){P=this.$captionContainer.find("span.current").addClass("previous").removeClass("current")}var M=this.syncTransitions&&J.image;var K=true;var R=this;var O=function(){K=false;Q.remove();if(P){P.remove()}if(!M){if(J.image&&J.hash==R.data[R.currentImage.index].hash){R.buildImage(J,M)}else{if(R.$loadingContainer){R.$loadingContainer.show()}}}};if(Q.length==0){O()}else{if(this.onTransitionOut){this.onTransitionOut(Q,P,M,O)}else{Q.fadeTo(this.getDefaultTransitionDuration(M),0,O);if(P){P.fadeTo(this.getDefaultTransitionDuration(M),0)}}}if(M){this.buildImage(J,M)}if(!J.image){var L=new Image();L.onload=function(){J.image=this;if(!K&&J.hash==R.data[R.currentImage.index].hash){R.buildImage(J,M)}};L.alt=J.title;L.src=J.slideUrl}this.relocatePreload=true;return this.syncThumbs()},buildImage:function(O,M){var L=this;var J=this.getNextIndex(O.index);var K=this.$imageContainer.append('<span class="image-wrapper current"><a class="advance-link" rel="history" href="#'+this.data[J].hash+'" title="'+O.title+'">&nbsp;</a></span>').find("span.current").css("opacity","0");K.find("a").append(O.image).click(function(P){L.clickHandler(P,this)});var N=0;if(this.$captionContainer){N=this.$captionContainer.append('<span class="image-caption current"></span>').find("span.current").css("opacity","0").append(O.caption)}if(this.$loadingContainer){this.$loadingContainer.hide()}if(this.onTransitionIn){this.onTransitionIn(K,N,M)}else{K.fadeTo(this.getDefaultTransitionDuration(M),1);if(N){N.fadeTo(this.getDefaultTransitionDuration(M),1)}}if(this.isSlideshowRunning){if(this.slideshowTimeout){clearTimeout(this.slideshowTimeout)}this.slideshowTimeout=setTimeout(function(){L.ssAdvance()},this.delay)}return this},getCurrentPage:function(){return Math.floor(this.currentImage.index/this.numThumbs)},syncThumbs:function(){var K=this.getCurrentPage();if(K!=this.displayedPage){this.updateThumbs()}var J=this.find("ul.thumbs").children();J.filter(".selected").removeClass("selected");J.eq(this.currentImage.index).addClass("selected");return this},updateThumbs:function(J){var K=this;var L=function(){if(J){J()}K.rebuildThumbs();if(K.onPageTransitionIn){K.onPageTransitionIn()}else{K.show()}};if(this.onPageTransitionOut){this.onPageTransitionOut(L)}else{this.hide();L()}return this},rebuildThumbs:function(){var L=this.data.length>this.numThumbs;if(this.enableTopPager){var J=this.find("div.top");if(J.length==0){J=this.prepend('<div class="top pagination"></div>').find("div.top")}else{J.empty()}if(L){this.buildPager(J)}}if(this.enableBottomPager){var N=this.find("div.bottom");if(N.length==0){N=this.append('<div class="bottom pagination"></div>').find("div.bottom")}else{N.empty()}if(L){this.buildPager(N)}}var O=this.getCurrentPage();var P=O*this.numThumbs;var K=P+this.numThumbs-1;if(K>=this.data.length){K=this.data.length-1}var M=this.find("ul.thumbs");M.find("li").each(function(Q){var R=B(this);if(Q>=P&&Q<=K){R.show()}else{R.hide()}});this.displayedPage=O;M.removeClass("noscript");return this},getNumPages:function(){return Math.ceil(this.data.length/this.numThumbs)},buildPager:function(L){var T=this;var K=this.getNumPages();var N=this.getCurrentPage();var R=N*this.numThumbs;var J=this.maxPagesToShow-1;var O=N-Math.floor((this.maxPagesToShow-1)/2)+1;if(O>0){var S=K-O;if(S<J){O=O-(J-S)}}if(O<0){O=0}if(N>0){var M=R-this.numThumbs;L.append('<a rel="history" href="#'+this.data[M].hash+'" title="'+this.prevPageLinkText+'">'+this.prevPageLinkText+"</a>")}if(O>0){this.buildPageLink(L,0,K);if(O>1){L.append('<span class="ellipsis">&hellip;</span>')}J--}while(J>0){this.buildPageLink(L,O,K);J--;O++}if(O<K){var Q=K-1;if(O<Q){L.append('<span class="ellipsis">&hellip;</span>')}this.buildPageLink(L,Q,K)}var P=R+this.numThumbs;if(P<this.data.length){L.append('<a rel="history" href="#'+this.data[P].hash+'" title="'+this.nextPageLinkText+'">'+this.nextPageLinkText+"</a>")}L.find("a").click(function(U){T.clickHandler(U,this)});return this},buildPageLink:function(L,O,M){var K=O+1;var N=this.getCurrentPage();if(O==N){L.append('<span class="current">'+K+"</span>")}else{if(O<M){var J=O*this.numThumbs;L.append('<a rel="history" href="#'+this.data[J].hash+'" title="'+K+'">'+K+"</a>")}}return this}});B.extend(this,C,G);if(this.enableHistory&&!B.historyInit){this.enableHistory=false}if(this.imageContainerSel){this.$imageContainer=B(this.imageContainerSel)}if(this.captionContainerSel){this.$captionContainer=B(this.captionContainerSel)}if(this.loadingContainerSel){this.$loadingContainer=B(this.loadingContainerSel)}this.initializeThumbs();if(this.maxPagesToShow<3){this.maxPagesToShow=3}this.displayedPage=-1;this.currentImage=this.data[0];var E=this;if(this.$loadingContainer){this.$loadingContainer.hide()}if(this.controlsContainerSel){this.$controlsContainer=B(this.controlsContainerSel).empty();if(this.renderSSControls){if(this.autoStart){this.$controlsContainer.append('<div class="ss-controls"><a href="#pause" class="pause" title="'+this.pauseLinkText+'">'+this.pauseLinkText+"</a></div>")}else{this.$controlsContainer.append('<div class="ss-controls"><a href="#play" class="play" title="'+this.playLinkText+'">'+this.playLinkText+"</a></div>")}this.$controlsContainer.find("div.ss-controls a").click(function(J){E.toggleSlideshow();J.preventDefault();return false})}if(this.renderNavControls){this.$controlsContainer.append('<div class="nav-controls"><a class="prev" rel="history" title="'+this.prevLinkText+'">'+this.prevLinkText+'</a><a class="next" rel="history" title="'+this.nextLinkText+'">'+this.nextLinkText+"</a></div>").find("div.nav-controls a").click(function(J){E.clickHandler(J,this)})}}var F=!this.enableHistory||!location.hash;if(this.enableHistory&&location.hash){var H=B.galleriffic.normalizeHash(location.hash);var I=D[H];if(!I){F=true}}if(F){this.gotoIndex(0,false,true)}if(this.enableKeyboardNavigation){B(document).keydown(function(K){var J=K.charCode?K.charCode:K.keyCode?K.keyCode:0;switch(J){case 32:E.next();K.preventDefault();break;case 33:E.previousPage();K.preventDefault();break;case 34:E.nextPage();K.preventDefault();break;case 35:E.gotoIndex(E.data.length-1);K.preventDefault();break;case 36:E.gotoIndex(0);K.preventDefault();break;case 37:E.previous();K.preventDefault();break;case 39:E.next();K.preventDefault();break}})}if(this.autoStart){this.play()}setTimeout(function(){E.preloadInit()},1000);return this}})(jQuery);jQuery.extend({historyCurrentHash:undefined,historyCallback:undefined,historyIframeSrc:undefined,historyInit:function(E,D){jQuery.historyCallback=E;if(D){jQuery.historyIframeSrc=D}var C=location.hash.replace(/\?.*$/,"");jQuery.historyCurrentHash=C;if(jQuery.browser.msie){if(jQuery.historyCurrentHash==""){jQuery.historyCurrentHash="#"}jQuery("body").prepend('<iframe id="jQuery_history" style="display: none;"'+(jQuery.historyIframeSrc?' src="'+jQuery.historyIframeSrc+'"':"")+"></iframe>");var A=jQuery("#jQuery_history")[0];var B=A.contentWindow.document;B.open();B.close();B.location.hash=C}else{if(jQuery.browser.safari){jQuery.historyBackStack=[];jQuery.historyBackStack.length=history.length;jQuery.historyForwardStack=[];jQuery.lastHistoryLength=history.length;jQuery.isFirst=true}}if(C){jQuery.historyCallback(C.replace(/^#/,""))}setInterval(jQuery.historyCheck,100)},historyAddHistory:function(A){jQuery.historyBackStack.push(A);jQuery.historyForwardStack.length=0;this.isFirst=true},historyCheck:function(){if(jQuery.browser.msie){var A=jQuery("#jQuery_history")[0];var D=A.contentDocument||A.contentWindow.document;var F=D.location.hash.replace(/\?.*$/,"");if(F!=jQuery.historyCurrentHash){location.hash=F;jQuery.historyCurrentHash=F;jQuery.historyCallback(F.replace(/^#/,""))}}else{if(jQuery.browser.safari){if(jQuery.lastHistoryLength==history.length&&jQuery.historyBackStack.length>jQuery.lastHistoryLength){jQuery.historyBackStack.shift()}if(!jQuery.dontCheck){var B=history.length-jQuery.historyBackStack.length;jQuery.lastHistoryLength=history.length;if(B){jQuery.isFirst=false;if(B<0){for(var C=0;C<Math.abs(B);C++){jQuery.historyForwardStack.unshift(jQuery.historyBackStack.pop())}}else{for(var C=0;C<B;C++){jQuery.historyBackStack.push(jQuery.historyForwardStack.shift())}}var E=jQuery.historyBackStack[jQuery.historyBackStack.length-1];if(E!=undefined){jQuery.historyCurrentHash=location.hash.replace(/\?.*$/,"");jQuery.historyCallback(E)}}else{if(jQuery.historyBackStack[jQuery.historyBackStack.length-1]==undefined&&!jQuery.isFirst){if(location.hash){var F=location.hash;jQuery.historyCallback(location.hash.replace(/^#/,""))}else{var F="";jQuery.historyCallback("")}jQuery.isFirst=true}}}}else{var F=location.hash.replace(/\?.*$/,"");if(F!=jQuery.historyCurrentHash){jQuery.historyCurrentHash=F;jQuery.historyCallback(F.replace(/^#/,""))}}}},historyLoad:function(D){var E;D=decodeURIComponent(D.replace(/\?.*$/,""));if(jQuery.browser.safari){E=D}else{E="#"+D;location.hash=E}jQuery.historyCurrentHash=E;if(jQuery.browser.msie){var A=jQuery("#jQuery_history")[0];var C=A.contentWindow.document;C.open();C.close();C.location.hash=E;jQuery.lastHistoryLength=history.length;jQuery.historyCallback(D)}else{if(jQuery.browser.safari){jQuery.dontCheck=true;this.historyAddHistory(D);var B=function(){jQuery.dontCheck=false};window.setTimeout(B,200);jQuery.historyCallback(D);location.hash=E}else{jQuery.historyCallback(D)}}}});(function(A){var B={mouseOutOpacity:0.67,mouseOverOpacity:1,fadeSpeed:"fast",exemptionSelector:".selected"};A.fn.opacityrollover=function(D){A.extend(this,B,D);var C=this;function E(H,G){var F=A(H);if(C.exemptionSelector){F=F.not(C.exemptionSelector)}F.fadeTo(C.fadeSpeed,G)}this.css("opacity",this.mouseOutOpacity).hover(function(){E(this,C.mouseOverOpacity)},function(){E(this,C.mouseOutOpacity)});return this}})(jQuery);(function(b){var o,y,v,q,D,M,l,a,s,Z,c=0,j={},J=[],E=0,h={},Y=[],F=null,O=new Image(),I=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,K=/[^\.]\.(swf)\s*$/i,P,r=1,H=0,T="",B,C,u=false,S=b.extend(b("<div/>")[0],{prop:0}),x=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,R=function(){y.hide();O.onerror=O.onload=null;if(F){F.abort()}o.empty()},X=function(){if(false===j.onError(J,c,j)){y.hide();u=false;return }j.titleShow=false;j.width="auto";j.height="auto";o.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');N()},W=function(){var AE=J[c],AB,AD,AG,AF,AA,AC;R();j=b.extend({},b.fn.fancybox.defaults,(typeof b(AE).data("fancybox")=="undefined"?j:b(AE).data("fancybox")));AC=j.onStart(J,c,j);if(AC===false){u=false;return }else{if(typeof AC=="object"){j=b.extend(j,AC)}}AG=j.title||(AE.nodeName?b(AE).attr("title"):AE.title)||"";if(AE.nodeName&&!j.orig){j.orig=b(AE).children("img:first").length?b(AE).children("img:first"):b(AE)}if(AG===""&&j.orig&&j.titleFromAlt){AG=j.orig.attr("alt")}AB=j.href||(AE.nodeName?b(AE).attr("href"):AE.href)||null;if((/^(?:javascript)/i).test(AB)||AB=="#"){AB=null}if(j.type){AD=j.type;if(!AB){AB=j.content}}else{if(j.content){AD="html"}else{if(AB){if(AB.match(I)){AD="image"}else{if(AB.match(K)){AD="swf"}else{if(b(AE).hasClass("iframe")){AD="iframe"}else{if(AB.indexOf("#")===0){AD="inline"}else{AD="ajax"}}}}}}}if(!AD){X();return }if(AD=="inline"){AE=AB.substr(AB.indexOf("#"));AD=b(AE).length>0?"inline":"ajax"}j.type=AD;j.href=AB;j.title=AG;if(j.autoDimensions){if(j.type=="html"||j.type=="inline"||j.type=="ajax"){j.width="auto";j.height="auto"}else{j.autoDimensions=false}}if(j.modal){j.overlayShow=true;j.hideOnOverlayClick=false;j.hideOnContentClick=false;j.enableEscapeButton=false;j.showCloseButton=false}j.padding=parseInt(j.padding,10);j.margin=parseInt(j.margin,10);o.css("padding",(j.padding+j.margin));b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(M.children())});switch(AD){case"html":o.html(j.content);N();break;case"inline":if(b(AE).parent().is("#fancybox-content")===true){u=false;return }b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(AE)).bind("fancybox-cleanup",function(){b(this).replaceWith(M.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(o.children())});b(AE).appendTo(o);N();break;case"image":u=false;b.fancybox.showActivity();O=new Image();O.onerror=function(){X()};O.onload=function(){u=true;O.onerror=O.onload=null;g()};O.src=AB;break;case"swf":j.scrolling="no";AF='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+j.width+'" height="'+j.height+'"><param name="movie" value="'+AB+'"></param>';AA="";b.each(j.swf,function(AH,AI){AF+='<param name="'+AH+'" value="'+AI+'"></param>';AA+=" "+AH+'="'+AI+'"'});AF+='<embed src="'+AB+'" type="application/x-shockwave-flash" width="'+j.width+'" height="'+j.height+'"'+AA+"></embed></object>";o.html(AF);N();break;case"ajax":u=false;b.fancybox.showActivity();j.ajax.win=j.ajax.success;F=b.ajax(b.extend({},j.ajax,{url:AB,data:j.ajax.data||{},error:function(AH,AJ,AI){if(AH.status>0){X()}},success:function(AI,AK,AH){var AJ=typeof AH=="object"?AH:F;if(AJ.status==200){if(typeof j.ajax.win=="function"){AC=j.ajax.win(AB,AI,AK,AH);if(AC===false){y.hide();return }else{if(typeof AC=="string"||typeof AC=="object"){AI=AC}}}o.html(AI);N()}}}));break;case"iframe":f();break}},N=function(){var AA=j.width,AB=j.height;if(AA.toString().indexOf("%")>-1){AA=parseInt((b(window).width()-(j.margin*2))*parseFloat(AA)/100,10)+"px"}else{AA=AA=="auto"?"auto":AA+"px"}if(AB.toString().indexOf("%")>-1){AB=parseInt((b(window).height()-(j.margin*2))*parseFloat(AB)/100,10)+"px"}else{AB=AB=="auto"?"auto":AB+"px"}o.wrapInner('<div style="width:'+AA+";height:"+AB+";overflow: "+(j.scrolling=="auto"?"auto":(j.scrolling=="yes"?"scroll":"hidden"))+';position:relative;"></div>');j.width=o.width();j.height=o.height();f()},g=function(){j.width=O.width;j.height=O.height;b("<img />").attr({id:"fancybox-img",src:O.src,alt:j.title}).appendTo(o);f()},f=function(){var AB,AA;y.hide();if(q.is(":visible")&&false===h.onCleanup(Y,E,h)){b.event.trigger("fancybox-cancel");u=false;return }u=true;b(M.add(v)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");if(q.is(":visible")&&h.titlePosition!=="outside"){q.css("height",q.height())}Y=J;E=c;h=j;if(h.overlayShow){v.css({"background-color":h.overlayColor,opacity:h.overlayOpacity,cursor:h.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!v.is(":visible")){if(x){b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"})}v.show()}}else{v.hide()}C=w();L();if(q.is(":visible")){b(l.add(s).add(Z)).hide();AB=q.position(),B={top:AB.top,left:AB.left,width:q.width(),height:q.height()};AA=(B.width==C.width&&B.height==C.height);M.fadeTo(h.changeFade,0.3,function(){var AC=function(){M.html(o.contents()).fadeTo(h.changeFade,1,V)};b.event.trigger("fancybox-change");M.empty().removeAttr("filter").css({"border-width":h.padding,width:C.width-h.padding*2,height:j.autoDimensions?"auto":C.height-H-h.padding*2});if(AA){AC()}else{S.prop=0;b(S).animate({prop:1},{duration:h.changeSpeed,easing:h.easingChange,step:z,complete:AC})}});return }q.removeAttr("style");M.css("border-width",h.padding);if(h.transitionIn=="elastic"){B=k();M.html(o.contents());q.show();if(h.opacity){C.opacity=0}S.prop=0;b(S).animate({prop:1},{duration:h.speedIn,easing:h.easingIn,step:z,complete:V});return }if(h.titlePosition=="inside"&&H>0){a.show()}M.css({width:C.width-h.padding*2,height:j.autoDimensions?"auto":C.height-H-h.padding*2}).html(o.contents());q.css(C).fadeIn(h.transitionIn=="none"?0:h.speedIn,V)},e=function(AA){if(AA&&AA.length){if(h.titlePosition=="float"){return'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+AA+'</td><td id="fancybox-title-float-right"></td></tr></table>'}return'<div id="fancybox-title-'+h.titlePosition+'">'+AA+"</div>"}return false},L=function(){T=h.title||"";H=0;a.empty().removeAttr("style").removeClass();if(h.titleShow===false){a.hide();return }T=b.isFunction(h.titleFormat)?h.titleFormat(T,Y,E,h):e(T);if(!T||T===""){a.hide();return }a.addClass("fancybox-title-"+h.titlePosition).html(T).appendTo("body").show();switch(h.titlePosition){case"inside":a.css({width:C.width-(h.padding*2),marginLeft:h.padding,marginRight:h.padding});H=a.outerHeight(true);a.appendTo(D);C.height+=H;break;case"over":a.css({marginLeft:h.padding,width:C.width-(h.padding*2),bottom:h.padding}).appendTo(D);break;case"float":a.css("left",parseInt((a.width()-C.width-40)/2,10)*-1).appendTo(q);break;default:a.css({width:C.width-(h.padding*2),paddingLeft:h.padding,paddingRight:h.padding}).appendTo(q);break}a.hide()},G=function(){if(h.enableEscapeButton||h.enableKeyboardNav){b(document).bind("keydown.fb",function(AA){if(AA.keyCode==27&&h.enableEscapeButton){AA.preventDefault();b.fancybox.close()}else{if((AA.keyCode==37||AA.keyCode==39)&&h.enableKeyboardNav&&AA.target.tagName!=="INPUT"&&AA.target.tagName!=="TEXTAREA"&&AA.target.tagName!=="SELECT"){AA.preventDefault();b.fancybox[AA.keyCode==37?"prev":"next"]()}}})}if(!h.showNavArrows){s.hide();Z.hide();return }if((h.cyclic&&Y.length>1)||E!==0){s.show()}if((h.cyclic&&Y.length>1)||E!=(Y.length-1)){Z.show()}},V=function(){if(!b.support.opacity){M.get(0).style.removeAttribute("filter");q.get(0).style.removeAttribute("filter")}if(j.autoDimensions){M.css("height","auto")}q.css("height","auto");if(T&&T.length){a.show()}if(h.showCloseButton){l.show()}G();if(h.hideOnContentClick){M.bind("click",b.fancybox.close)}if(h.hideOnOverlayClick){v.bind("click",b.fancybox.close)}b(window).bind("resize.fb",b.fancybox.resize);if(h.centerOnScroll){b(window).bind("scroll.fb",b.fancybox.center)}if(h.type=="iframe"){b('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+j.scrolling+'" src="'+h.href+'"></iframe>').appendTo(M)}q.show();u=false;b.fancybox.center();h.onComplete(Y,E,h);m()},m=function(){var AA,AB;if((Y.length-1)>E){AA=Y[E+1].href;if(typeof AA!=="undefined"&&AA.match(I)){AB=new Image();AB.src=AA}}if(E>0){AA=Y[E-1].href;if(typeof AA!=="undefined"&&AA.match(I)){AB=new Image();AB.src=AA}}},z=function(AB){var AA={width:parseInt(B.width+(C.width-B.width)*AB,10),height:parseInt(B.height+(C.height-B.height)*AB,10),top:parseInt(B.top+(C.top-B.top)*AB,10),left:parseInt(B.left+(C.left-B.left)*AB,10)};if(typeof C.opacity!=="undefined"){AA.opacity=AB<0.5?0.5:AB}q.css(AA);M.css({width:AA.width-h.padding*2,height:AA.height-(H*AB)-h.padding*2})},U=function(){return[b(window).width()-(h.margin*2),b(window).height()-(h.margin*2),b(document).scrollLeft()+h.margin,b(document).scrollTop()+h.margin]},w=function(){var AA=U(),AE={},AB=h.autoScale,AC=h.padding*2,AD;if(h.width.toString().indexOf("%")>-1){AE.width=parseInt((AA[0]*parseFloat(h.width))/100,10)}else{AE.width=h.width+AC}if(h.height.toString().indexOf("%")>-1){AE.height=parseInt((AA[1]*parseFloat(h.height))/100,10)}else{AE.height=h.height+AC}if(AB&&(AE.width>AA[0]||AE.height>AA[1])){if(j.type=="image"||j.type=="swf"){AD=(h.width)/(h.height);if((AE.width)>AA[0]){AE.width=AA[0];AE.height=parseInt(((AE.width-AC)/AD)+AC,10)}if((AE.height)>AA[1]){AE.height=AA[1];AE.width=parseInt(((AE.height-AC)*AD)+AC,10)}}else{AE.width=Math.min(AE.width,AA[0]);AE.height=Math.min(AE.height,AA[1])}}AE.top=parseInt(Math.max(AA[3]-20,AA[3]+((AA[1]-AE.height-40)*0.5)),10);AE.left=parseInt(Math.max(AA[2]-20,AA[2]+((AA[0]-AE.width-40)*0.5)),10);return AE},Q=function(AA){var AB=AA.offset();AB.top+=parseInt(AA.css("paddingTop"),10)||0;AB.left+=parseInt(AA.css("paddingLeft"),10)||0;AB.top+=parseInt(AA.css("border-top-width"),10)||0;AB.left+=parseInt(AA.css("border-left-width"),10)||0;AB.width=AA.width();AB.height=AA.height();return AB},k=function(){var AD=j.orig?b(j.orig):false,AC={},AB,AA;if(AD&&AD.length){AB=Q(AD);AC={width:AB.width+(h.padding*2),height:AB.height+(h.padding*2),top:AB.top-h.padding-20,left:AB.left-h.padding-20}}else{AA=U();AC={width:h.padding*2,height:h.padding*2,top:parseInt(AA[3]+AA[1]*0.5,10),left:parseInt(AA[2]+AA[0]*0.5,10)}}return AC},A=function(){if(!y.is(":visible")){clearInterval(P);return }b("div",y).css("top",(r*-40)+"px");r=(r+1)%12};b.fn.fancybox=function(AA){if(!b(this).length){return this}b(this).data("fancybox",b.extend({},AA,(b.metadata?b(this).metadata():{}))).unbind("click.fb").bind("click.fb",function(AC){AC.preventDefault();if(u){return }u=true;b(this).blur();J=[];c=0;var AB=b(this).attr("rel")||"";if(!AB||AB==""||AB==="nofollow"){J.push(this)}else{J=b("a[rel="+AB+"], area[rel="+AB+"]");c=J.index(this)}W();return });return this};b.fancybox=function(AD){var AC;if(u){return }u=true;AC=typeof arguments[1]!=="undefined"?arguments[1]:{};J=[];c=parseInt(AC.index,10)||0;if(b.isArray(AD)){for(var AB=0,AA=AD.length;AB<AA;AB++){if(typeof AD[AB]=="object"){b(AD[AB]).data("fancybox",b.extend({},AC,AD[AB]))}else{AD[AB]=b({}).data("fancybox",b.extend({content:AD[AB]},AC))}}J=jQuery.merge(J,AD)}else{if(typeof AD=="object"){b(AD).data("fancybox",b.extend({},AC,AD))}else{AD=b({}).data("fancybox",b.extend({content:AD},AC))}J.push(AD)}if(c>J.length||c<0){c=0}W()};b.fancybox.showActivity=function(){clearInterval(P);y.show();P=setInterval(A,66)};b.fancybox.hideActivity=function(){y.hide()};b.fancybox.next=function(){return b.fancybox.pos(E+1)};b.fancybox.prev=function(){return b.fancybox.pos(E-1)};b.fancybox.pos=function(AA){if(u){return }AA=parseInt(AA);J=Y;if(AA>-1&&AA<Y.length){c=AA;W()}else{if(h.cyclic&&Y.length>1){c=AA>=Y.length?0:Y.length-1;W()}}return };b.fancybox.cancel=function(){if(u){return }u=true;b.event.trigger("fancybox-cancel");R();j.onCancel(J,c,j);u=false};b.fancybox.close=function(){if(u||q.is(":hidden")){return }u=true;if(h&&false===h.onCleanup(Y,E,h)){u=false;return }R();b(l.add(s).add(Z)).hide();b(M.add(v)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");M.find("iframe").attr("src",x&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");if(h.titlePosition!=="inside"){a.empty()}q.stop();function AA(){v.fadeOut("fast");a.empty().hide();q.hide();b.event.trigger("fancybox-cleanup");M.empty();h.onClosed(Y,E,h);Y=j=[];E=c=0;h=j={};u=false}if(h.transitionOut=="elastic"){B=k();var AB=q.position();C={top:AB.top,left:AB.left,width:q.width(),height:q.height()};if(h.opacity){C.opacity=1}a.empty().hide();S.prop=1;b(S).animate({prop:0},{duration:h.speedOut,easing:h.easingOut,step:z,complete:AA})}else{q.fadeOut(h.transitionOut=="none"?0:h.speedOut,AA)}};b.fancybox.resize=function(){if(v.is(":visible")){v.css("height",b(document).height())}b.fancybox.center(true)};b.fancybox.center=function(){var AA,AB;if(u){return }AB=arguments[0]===true?1:0;AA=U();if(!AB&&(q.width()>AA[0]||q.height()>AA[1])){return }q.stop().animate({top:parseInt(Math.max(AA[3]-20,AA[3]+((AA[1]-M.height()-40)*0.5)-h.padding)),left:parseInt(Math.max(AA[2]-20,AA[2]+((AA[0]-M.width()-40)*0.5)-h.padding))},typeof arguments[0]=="number"?arguments[0]:200)};b.fancybox.init=function(){if(b("#fancybox-wrap").length){return }b("body").append(o=b('<div id="fancybox-tmp"></div>'),y=b('<div id="fancybox-loading"><div></div></div>'),v=b('<div id="fancybox-overlay"></div>'),q=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(q);D.append(M=b('<div id="fancybox-content"></div>'),l=b('<a id="fancybox-close"></a>'),a=b('<div id="fancybox-title"></div>'),s=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),Z=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));l.click(b.fancybox.close);y.click(b.fancybox.cancel);s.click(function(AA){AA.preventDefault();b.fancybox.prev()});Z.click(function(AA){AA.preventDefault();b.fancybox.next()});if(b.fn.mousewheel){q.bind("mousewheel.fb",function(AA,AB){if(u){AA.preventDefault()}else{if(b(AA.target).get(0).clientHeight==0||b(AA.target).get(0).scrollHeight===b(AA.target).get(0).clientHeight){AA.preventDefault();b.fancybox[AB>0?"prev":"next"]()}}})}if(!b.support.opacity){q.addClass("fancybox-ie")}if(x){y.addClass("fancybox-ie6");q.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}};b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);
/*
 * jQuery Cycle Plugin (core engine only)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.99 (12-MAR-2011)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.3.2 or later
 */
(function(I){var L="2.99";if(I.support==undefined){I.support={opacity:!(I.browser.msie)}}function A(Q){I.fn.cycle.debug&&F(Q)}function F(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "))}I.expr[":"].paused=function(Q){return Q.cyclePause};I.fn.cycle=function(R,Q){var S={s:this.selector,c:this.context};if(this.length===0&&R!="stop"){if(!I.isReady&&S.s){F("DOM not ready, queuing slideshow");I(function(){I(S.s,S.c).cycle(R,Q)});return this}F("terminating; zero elements found by selector"+(I.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var W=M(this,R,Q);if(W===false){return }W.updateActivePagerLink=W.updateActivePagerLink||I.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var X=I(this);var Y=W.slideExpr?I(W.slideExpr,this):X.children();var U=Y.get();if(U.length<2){F("terminating; too few slides: "+U.length);return }var T=K(X,Y,U,W,S);if(T===false){return }var V=T.continuous?10:H(U[T.currSlide],U[T.nextSlide],T,!T.backwards);if(V){V+=(T.delay||0);if(V<10){V=10}A("first timeout: "+V);this.cycleTimeout=setTimeout(function(){E(U,T,0,!W.backwards)},V)}})};function M(Q,T,R){if(Q.cycleStop==undefined){Q.cycleStop=0}if(T===undefined||T===null){T={}}if(T.constructor==String){switch(T){case"destroy":case"stop":var V=I(Q).data("cycle.opts");if(!V){return false}Q.cycleStop++;if(Q.cycleTimeout){clearTimeout(Q.cycleTimeout)}Q.cycleTimeout=0;I(Q).removeData("cycle.opts");if(T=="destroy"){P(V)}return false;case"toggle":Q.cyclePause=(Q.cyclePause===1)?0:1;U(Q.cyclePause,R,Q);return false;case"pause":Q.cyclePause=1;return false;case"resume":Q.cyclePause=0;U(false,R,Q);return false;case"prev":case"next":var V=I(Q).data("cycle.opts");if(!V){F('options not found, "prev/next" ignored');return false}I.fn.cycle[T](V);return false;default:T={fx:T}}return T}else{if(T.constructor==Number){var S=T;T=I(Q).data("cycle.opts");if(!T){F("options not found, can not advance slide");return false}if(S<0||S>=T.elements.length){F("invalid slide index: "+S);return false}T.nextSlide=S;if(Q.cycleTimeout){clearTimeout(Q.cycleTimeout);Q.cycleTimeout=0}if(typeof R=="string"){T.oneTimeFx=R}E(T.elements,T,1,S>=T.currSlide);return false}}return T;function U(X,Y,W){if(!X&&Y===true){var Z=I(W).data("cycle.opts");if(!Z){F("options not found, can not resume");return false}if(W.cycleTimeout){clearTimeout(W.cycleTimeout);W.cycleTimeout=0}E(Z.elements,Z,1,!Z.backwards)}}}function B(Q,R){if(!I.support.opacity&&R.cleartype&&Q.style.filter){try{Q.style.removeAttribute("filter")}catch(S){}}}function P(Q){if(Q.next){I(Q.next).unbind(Q.prevNextEvent)}if(Q.prev){I(Q.prev).unbind(Q.prevNextEvent)}if(Q.pager||Q.pagerAnchorBuilder){I.each(Q.pagerAnchors||[],function(){this.unbind().remove()})}Q.pagerAnchors=null;if(Q.destroy){Q.destroy(Q)}}function K(X,r,U,T,f){var b=I.extend({},I.fn.cycle.defaults,T||{},I.metadata?X.metadata():I.meta?X.data():{});if(b.autostop){b.countdown=b.autostopCount||U.length}var R=X[0];X.data("cycle.opts",b);b.$cont=X;b.stopCount=R.cycleStop;b.elements=U;b.before=b.before?[b.before]:[];b.after=b.after?[b.after]:[];if(!I.support.opacity&&b.cleartype){b.after.push(function(){B(this,b)})}if(b.continuous){b.after.push(function(){E(U,b,0,!b.backwards)})}N(b);if(!I.support.opacity&&b.cleartype&&!b.cleartypeNoBg){G(r)}if(X.css("position")=="static"){X.css("position","relative")}if(b.width){X.width(b.width)}if(b.height&&b.height!="auto"){X.height(b.height)}if(b.startingSlide){b.startingSlide=parseInt(b.startingSlide)}else{if(b.backwards){b.startingSlide=U.length-1}}if(b.random){b.randomMap=[];for(var m=0;m<U.length;m++){b.randomMap.push(m)}b.randomMap.sort(function(h,e){return Math.random()-0.5});b.randomIndex=1;b.startingSlide=b.randomMap[1]}else{if(b.startingSlide>=U.length){b.startingSlide=0}}b.currSlide=b.startingSlide||0;var W=b.startingSlide;r.css({position:"absolute",top:0,left:0}).hide().each(function(e){var h;if(b.backwards){h=W?e<=W?U.length+(e-W):W-e:U.length-e}else{h=W?e>=W?U.length-(e-W):W-e:U.length-e}I(this).css("z-index",h)});I(U[W]).css("opacity",1).show();B(U[W],b);if(b.fit&&b.width){r.width(b.width)}if(b.fit&&b.height&&b.height!="auto"){r.height(b.height)}var c=b.containerResize&&!X.innerHeight();if(c){var V=0,a=0;for(var k=0;k<U.length;k++){var Q=I(U[k]),s=Q[0],Z=Q.outerWidth(),q=Q.outerHeight();if(!Z){Z=s.offsetWidth||s.width||Q.attr("width")}if(!q){q=s.offsetHeight||s.height||Q.attr("height")}V=Z>V?Z:V;a=q>a?q:a}if(V>0&&a>0){X.css({width:V+"px",height:a+"px"})}}if(b.pause){X.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(C(b)===false){return false}var S=false;T.requeueAttempts=T.requeueAttempts||0;r.each(function(){var o=I(this);this.cycleH=(b.fit&&b.height)?b.height:(o.height()||this.offsetHeight||this.height||o.attr("height")||0);this.cycleW=(b.fit&&b.width)?b.width:(o.width()||this.offsetWidth||this.width||o.attr("width")||0);if(o.is("img")){var h=(I.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var u=(I.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var j=(I.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var e=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(h||u||j||e){if(f.s&&b.requeueOnImageNotLoaded&&++T.requeueAttempts<100){F(T.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){I(f.s,f.c).cycle(T)},b.requeueTimeout);S=true;return false}else{F("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(S){return false}b.cssBefore=b.cssBefore||{};b.cssAfter=b.cssAfter||{};b.cssFirst=b.cssFirst||{};b.animIn=b.animIn||{};b.animOut=b.animOut||{};r.not(":eq("+W+")").css(b.cssBefore);I(r[W]).css(b.cssFirst);if(b.timeout){b.timeout=parseInt(b.timeout);if(b.speed.constructor==String){b.speed=I.fx.speeds[b.speed]||parseInt(b.speed)}if(!b.sync){b.speed=b.speed/2}var g=b.fx=="none"?0:b.fx=="shuffle"?500:250;while((b.timeout-b.speed)<g){b.timeout+=b.speed}}if(b.easing){b.easeIn=b.easeOut=b.easing}if(!b.speedIn){b.speedIn=b.speed}if(!b.speedOut){b.speedOut=b.speed}b.slideCount=U.length;b.currSlide=b.lastSlide=W;if(b.random){if(++b.randomIndex==U.length){b.randomIndex=0}b.nextSlide=b.randomMap[b.randomIndex]}else{if(b.backwards){b.nextSlide=b.startingSlide==0?(U.length-1):b.startingSlide-1}else{b.nextSlide=b.startingSlide>=(U.length-1)?0:b.startingSlide+1}}if(!b.multiFx){var l=I.fn.cycle.transitions[b.fx];if(I.isFunction(l)){l(X,r,b)}else{if(b.fx!="custom"&&!b.multiFx){F("unknown transition: "+b.fx,"; slideshow terminating");return false}}}var Y=r[W];if(b.before.length){b.before[0].apply(Y,[Y,Y,b,true])}if(b.after.length){b.after[0].apply(Y,[Y,Y,b,true])}if(b.next){I(b.next).bind(b.prevNextEvent,function(){return O(b,1)})}if(b.prev){I(b.prev).bind(b.prevNextEvent,function(){return O(b,0)})}if(b.pager||b.pagerAnchorBuilder){D(U,b)}J(b,U);return b}function N(Q){Q.original={before:[],after:[]};Q.original.cssBefore=I.extend({},Q.cssBefore);Q.original.cssAfter=I.extend({},Q.cssAfter);Q.original.animIn=I.extend({},Q.animIn);Q.original.animOut=I.extend({},Q.animOut);I.each(Q.before,function(){Q.original.before.push(this)});I.each(Q.after,function(){Q.original.after.push(this)})}function C(W){var U,S,R=I.fn.cycle.transitions;if(W.fx.indexOf(",")>0){W.multiFx=true;W.fxs=W.fx.replace(/\s*/g,"").split(",");for(U=0;U<W.fxs.length;U++){var V=W.fxs[U];S=R[V];if(!S||!R.hasOwnProperty(V)||!I.isFunction(S)){F("discarding unknown transition: ",V);W.fxs.splice(U,1);U--}}if(!W.fxs.length){F("No valid transitions named; slideshow terminating.");return false}}else{if(W.fx=="all"){W.multiFx=true;W.fxs=[];for(p in R){S=R[p];if(R.hasOwnProperty(p)&&I.isFunction(S)){W.fxs.push(p)}}}}if(W.multiFx&&W.randomizeEffects){var T=Math.floor(Math.random()*20)+30;for(U=0;U<T;U++){var Q=Math.floor(Math.random()*W.fxs.length);W.fxs.push(W.fxs.splice(Q,1)[0])}A("randomized fx sequence: ",W.fxs)}return true}function J(R,Q){R.addSlide=function(T,U){var S=I(T),V=S[0];if(!R.autostopCount){R.countdown++}Q[U?"unshift":"push"](V);if(R.els){R.els[U?"unshift":"push"](V)}R.slideCount=Q.length;S.css("position","absolute");S[U?"prependTo":"appendTo"](R.$cont);if(U){R.currSlide++;R.nextSlide++}if(!I.support.opacity&&R.cleartype&&!R.cleartypeNoBg){G(S)}if(R.fit&&R.width){S.width(R.width)}if(R.fit&&R.height&&R.height!="auto"){S.height(R.height)}V.cycleH=(R.fit&&R.height)?R.height:S.height();V.cycleW=(R.fit&&R.width)?R.width:S.width();S.css(R.cssBefore);if(R.pager||R.pagerAnchorBuilder){I.fn.cycle.createPagerAnchor(Q.length-1,V,I(R.pager),Q,R)}if(I.isFunction(R.onAddSlide)){R.onAddSlide(S)}else{S.hide()}}}I.fn.cycle.resetState=function(R,Q){Q=Q||R.fx;R.before=[];R.after=[];R.cssBefore=I.extend({},R.original.cssBefore);R.cssAfter=I.extend({},R.original.cssAfter);R.animIn=I.extend({},R.original.animIn);R.animOut=I.extend({},R.original.animOut);R.fxFn=null;I.each(R.original.before,function(){R.before.push(this)});I.each(R.original.after,function(){R.after.push(this)});var S=I.fn.cycle.transitions[Q];if(I.isFunction(S)){S(R.$cont,I(R.elements),R)}};function E(X,Q,W,Z){if(W&&Q.busy&&Q.manualTrump){A("manualTrump in go(), stopping active transition");I(X).stop(true,true);Q.busy=0}if(Q.busy){A("transition active, ignoring new tx request");return }var U=Q.$cont[0],b=X[Q.currSlide],a=X[Q.nextSlide];if(U.cycleStop!=Q.stopCount||U.cycleTimeout===0&&!W){return }if(!W&&!U.cyclePause&&!Q.bounce&&((Q.autostop&&(--Q.countdown<=0))||(Q.nowrap&&!Q.random&&Q.nextSlide<Q.currSlide))){if(Q.end){Q.end(Q)}return }var Y=false;if((W||!U.cyclePause)&&(Q.nextSlide!=Q.currSlide)){Y=true;var V=Q.fx;b.cycleH=b.cycleH||I(b).height();b.cycleW=b.cycleW||I(b).width();a.cycleH=a.cycleH||I(a).height();a.cycleW=a.cycleW||I(a).width();if(Q.multiFx){if(Q.lastFx==undefined||++Q.lastFx>=Q.fxs.length){Q.lastFx=0}V=Q.fxs[Q.lastFx];Q.currFx=V}if(Q.oneTimeFx){V=Q.oneTimeFx;Q.oneTimeFx=null}I.fn.cycle.resetState(Q,V);if(Q.before.length){I.each(Q.before,function(c,e){if(U.cycleStop!=Q.stopCount){return }e.apply(a,[b,a,Q,Z])})}var S=function(){Q.busy=0;I.each(Q.after,function(c,e){if(U.cycleStop!=Q.stopCount){return }e.apply(a,[b,a,Q,Z])})};A("tx firing("+V+"); currSlide: "+Q.currSlide+"; nextSlide: "+Q.nextSlide);Q.busy=1;if(Q.fxFn){Q.fxFn(b,a,Q,S,Z,W&&Q.fastOnEvent)}else{if(I.isFunction(I.fn.cycle[Q.fx])){I.fn.cycle[Q.fx](b,a,Q,S,Z,W&&Q.fastOnEvent)}else{I.fn.cycle.custom(b,a,Q,S,Z,W&&Q.fastOnEvent)}}}if(Y||Q.nextSlide==Q.currSlide){Q.lastSlide=Q.currSlide;if(Q.random){Q.currSlide=Q.nextSlide;if(++Q.randomIndex==X.length){Q.randomIndex=0}Q.nextSlide=Q.randomMap[Q.randomIndex];if(Q.nextSlide==Q.currSlide){Q.nextSlide=(Q.currSlide==Q.slideCount-1)?0:Q.currSlide+1}}else{if(Q.backwards){var T=(Q.nextSlide-1)<0;if(T&&Q.bounce){Q.backwards=!Q.backwards;Q.nextSlide=1;Q.currSlide=0}else{Q.nextSlide=T?(X.length-1):Q.nextSlide-1;Q.currSlide=T?0:Q.nextSlide+1}}else{var T=(Q.nextSlide+1)==X.length;if(T&&Q.bounce){Q.backwards=!Q.backwards;Q.nextSlide=X.length-2;Q.currSlide=X.length-1}else{Q.nextSlide=T?0:Q.nextSlide+1;Q.currSlide=T?X.length-1:Q.nextSlide-1}}}}if(Y&&Q.pager){Q.updateActivePagerLink(Q.pager,Q.currSlide,Q.activePagerClass)}var R=0;if(Q.timeout&&!Q.continuous){R=H(X[Q.currSlide],X[Q.nextSlide],Q,Z)}else{if(Q.continuous&&U.cyclePause){R=10}}if(R>0){U.cycleTimeout=setTimeout(function(){E(X,Q,0,!Q.backwards)},R)}}I.fn.cycle.updateActivePagerLink=function(Q,S,R){I(Q).each(function(){I(this).children().removeClass(R).eq(S).addClass(R)})};function H(U,S,T,R){if(T.timeoutFn){var Q=T.timeoutFn.call(U,U,S,T,R);while(T.fx!="none"&&(Q-T.speed)<250){Q+=T.speed}A("calculated timeout: "+Q+"; speed: "+T.speed);if(Q!==false){return Q}}return T.timeout}I.fn.cycle.next=function(Q){O(Q,1)};I.fn.cycle.prev=function(Q){O(Q,0)};function O(T,S){var W=S?1:-1;var R=T.elements;var V=T.$cont[0],U=V.cycleTimeout;if(U){clearTimeout(U);V.cycleTimeout=0}if(T.random&&W<0){T.randomIndex--;if(--T.randomIndex==-2){T.randomIndex=R.length-2}else{if(T.randomIndex==-1){T.randomIndex=R.length-1}}T.nextSlide=T.randomMap[T.randomIndex]}else{if(T.random){T.nextSlide=T.randomMap[T.randomIndex]}else{T.nextSlide=T.currSlide+W;if(T.nextSlide<0){if(T.nowrap){return false}T.nextSlide=R.length-1}else{if(T.nextSlide>=R.length){if(T.nowrap){return false}T.nextSlide=0}}}}var Q=T.onPrevNextEvent||T.prevNextClick;if(I.isFunction(Q)){Q(W>0,T.nextSlide,R[T.nextSlide])}E(R,T,1,S);return false}function D(R,S){var Q=I(S.pager);I.each(R,function(T,U){I.fn.cycle.createPagerAnchor(T,U,Q,R,S)});S.updateActivePagerLink(S.pager,S.startingSlide,S.activePagerClass)}I.fn.cycle.createPagerAnchor=function(U,V,S,T,W){var R;if(I.isFunction(W.pagerAnchorBuilder)){R=W.pagerAnchorBuilder(U,V);A("pagerAnchorBuilder("+U+", el) returned: "+R)}else{R='<a href="#">'+(U+1)+"</a>"}if(!R){return }var X=I(R);if(X.parents("body").length===0){var Q=[];if(S.length>1){S.each(function(){var Y=X.clone(true);I(this).append(Y);Q.push(Y[0])});X=I(Q)}else{X.appendTo(S)}}W.pagerAnchors=W.pagerAnchors||[];W.pagerAnchors.push(X);X.bind(W.pagerEvent,function(b){b.preventDefault();W.nextSlide=U;var a=W.$cont[0],Z=a.cycleTimeout;if(Z){clearTimeout(Z);a.cycleTimeout=0}var Y=W.onPagerEvent||W.pagerClick;if(I.isFunction(Y)){Y(W.nextSlide,T[W.nextSlide])}E(T,W,1,W.currSlide<U)});if(!/^click/.test(W.pagerEvent)&&!W.allowPagerClickBubble){X.bind("click.cycle",function(){return false})}if(W.pauseOnPagerHover){X.hover(function(){W.$cont[0].cyclePause++},function(){W.$cont[0].cyclePause--})}};I.fn.cycle.hopsFromLast=function(T,S){var R,Q=T.lastSlide,U=T.currSlide;if(S){R=U>Q?U-Q:T.slideCount-Q}else{R=U<Q?Q-U:Q+T.slideCount-U}return R};function G(S){A("applying clearType background-color hack");function R(T){T=parseInt(T).toString(16);return T.length<2?"0"+T:T}function Q(V){for(;V&&V.nodeName.toLowerCase()!="html";V=V.parentNode){var T=I.css(V,"background-color");if(T&&T.indexOf("rgb")>=0){var U=T.match(/\d+/g);return"#"+R(U[0])+R(U[1])+R(U[2])}if(T&&T!="transparent"){return T}}return"#ffffff"}S.each(function(){I(this).css("background-color",Q(this))})}I.fn.cycle.commonReset=function(V,T,U,R,S,Q){I(U.elements).not(V).hide();if(typeof U.cssBefore.opacity=="undefined"){U.cssBefore.opacity=1}U.cssBefore.display="block";if(U.slideResize&&R!==false&&T.cycleW>0){U.cssBefore.width=T.cycleW}if(U.slideResize&&S!==false&&T.cycleH>0){U.cssBefore.height=T.cycleH}U.cssAfter=U.cssAfter||{};U.cssAfter.display="none";I(V).css("zIndex",U.slideCount+(Q===true?1:0));I(T).css("zIndex",U.slideCount+(Q===true?0:1))};I.fn.cycle.custom=function(c,W,Q,T,V,R){var b=I(c),X=I(W);var S=Q.speedIn,a=Q.speedOut,U=Q.easeIn,Z=Q.easeOut;X.css(Q.cssBefore);if(R){if(typeof R=="number"){S=a=R}else{S=a=1}U=Z=null}var Y=function(){X.animate(Q.animIn,S,U,function(){T()})};b.animate(Q.animOut,a,Z,function(){b.css(Q.cssAfter);if(!Q.sync){Y()}});if(Q.sync){Y()}};I.fn.cycle.transitions={fade:function(R,S,Q){S.not(":eq("+Q.currSlide+")").css("opacity",0);Q.before.push(function(V,T,U){I.fn.cycle.commonReset(V,T,U);U.cssBefore.opacity=0});Q.animIn={opacity:1};Q.animOut={opacity:0};Q.cssBefore={top:0,left:0}}};I.fn.cycle.ver=function(){return L};I.fn.cycle.defaults={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,autostop:0,autostopCount:0,backwards:false,before:null,cleartype:!I.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,slideExpr:null,slideResize:1,speed:1000,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4000,timeoutFn:null,updateActivePagerLink:null}})(jQuery);
/*
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */
(function(C){var D={vertical:false,rtl:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:"normal",easing:"swing",auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:"<div></div>",buttonPrevHTML:"<div></div>",buttonNextEvent:"click",buttonPrevEvent:"click",buttonNextCallback:null,buttonPrevCallback:null,itemFallbackDimension:null},B=false;C(window).bind("load.jcarousel",function(){B=true});C.jcarousel=function(I,F){this.options=C.extend({},D,F||{});this.locked=false;this.autoStopped=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.buttonNextState=null;this.buttonPrevState=null;if(!F||F.rtl===undefined){this.options.rtl=(C(I).attr("dir")||C("html").attr("dir")||"").toLowerCase()=="rtl"}this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical?(this.options.rtl?"right":"left"):"top";var M="",K=I.className.split(" ");for(var H=0;H<K.length;H++){if(K[H].indexOf("jcarousel-skin")!=-1){C(I).removeClass(K[H]);M=K[H];break}}if(I.nodeName.toUpperCase()=="UL"||I.nodeName.toUpperCase()=="OL"){this.list=C(I);this.container=this.list.parent();if(this.container.hasClass("jcarousel-clip")){if(!this.container.parent().hasClass("jcarousel-container")){this.container=this.container.wrap("<div></div>")}this.container=this.container.parent()}else{if(!this.container.hasClass("jcarousel-container")){this.container=this.list.wrap("<div></div>").parent()}}}else{this.container=C(I);this.list=this.container.find("ul,ol").eq(0)}if(M!==""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1){this.container.wrap('<div class=" '+M+'"></div>')}this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass("jcarousel-clip")){this.clip=this.list.wrap("<div></div>").parent()}this.buttonNext=C(".jcarousel-next",this.container);if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null){this.buttonNext=this.clip.after(this.options.buttonNextHTML).next()}this.buttonNext.addClass(this.className("jcarousel-next"));this.buttonPrev=C(".jcarousel-prev",this.container);if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null){this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next()}this.buttonPrev.addClass(this.className("jcarousel-prev"));this.clip.addClass(this.className("jcarousel-clip")).css({overflow:"hidden",position:"relative"});this.list.addClass(this.className("jcarousel-list")).css({overflow:"hidden",position:"relative",top:0,margin:0,padding:0}).css((this.options.rtl?"right":"left"),0);this.container.addClass(this.className("jcarousel-container")).css({position:"relative"});if(!this.options.vertical&&this.options.rtl){this.container.addClass("jcarousel-direction-rtl").attr("dir","rtl")}var J=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;var L=this.list.children("li");var N=this;if(L.size()>0){var E=0,G=this.options.offset;L.each(function(){N.format(this,G++);E+=N.dimension(this,J)});this.list.css(this.wh,(E+100)+"px");if(!F||F.size===undefined){this.options.size=L.size()}}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display","block");this.funcNext=function(){N.next()};this.funcPrev=function(){N.prev()};this.funcResize=function(){N.reload()};if(this.options.initCallback!==null){this.options.initCallback(this,"init")}if(!B&&C.browser.safari){this.buttons(false,false);C(window).bind("load.jcarousel",function(){N.setup()})}else{this.setup()}};var A=C.jcarousel;A.fn=A.prototype={jcarousel:"0.2.7"};A.fn.extend=A.extend=C.extend;A.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.tail=null;this.inTail=false;if(this.locked){return }this.list.css(this.lt,this.pos(this.options.offset)+"px");var E=this.pos(this.options.start,true);this.prevFirst=this.prevLast=null;this.animate(E,false);C(window).unbind("resize.jcarousel",this.funcResize).bind("resize.jcarousel",this.funcResize)},reset:function(){this.list.empty();this.list.css(this.lt,"0px");this.list.css(this.wh,"10px");if(this.options.initCallback!==null){this.options.initCallback(this,"reset")}this.setup()},reload:function(){if(this.tail!==null&&this.inTail){this.list.css(this.lt,A.intval(this.list.css(this.lt))+this.tail)}this.tail=null;this.inTail=false;if(this.options.reloadCallback!==null){this.options.reloadCallback(this)}if(this.options.visible!==null){var G=this;var H=Math.ceil(this.clipping()/this.options.visible),F=0,E=0;this.list.children("li").each(function(I){F+=G.dimension(this,H);if(I+1<G.first){E=F}});this.list.css(this.wh,F+"px");this.list.css(this.lt,-E+"px")}this.scroll(this.first,false)},lock:function(){this.locked=true;this.buttons()},unlock:function(){this.locked=false;this.buttons()},size:function(E){if(E!==undefined){this.options.size=E;if(!this.locked){this.buttons()}}return this.options.size},has:function(F,G){if(G===undefined||!G){G=F}if(this.options.size!==null&&G>this.options.size){G=this.options.size}for(var E=F;E<=G;E++){var H=this.get(E);if(!H.length||H.hasClass("jcarousel-item-placeholder")){return false}}return true},get:function(E){return C(".jcarousel-item-"+E,this.list)},add:function(I,M){var J=this.get(I),G=0,F=C(M);if(J.length===0){var L,H=A.intval(I);J=this.create(I);while(true){L=this.get(--H);if(H<=0||L.length){if(H<=0){this.list.prepend(J)}else{L.after(J)}break}}}else{G=this.dimension(J)}if(F.get(0).nodeName.toUpperCase()=="LI"){J.replaceWith(F);J=F}else{J.empty().append(M)}this.format(J.removeClass(this.className("jcarousel-item-placeholder")),I);var K=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;var E=this.dimension(J,K)-G;if(I>0&&I<this.first){this.list.css(this.lt,A.intval(this.list.css(this.lt))-E+"px")}this.list.css(this.wh,A.intval(this.list.css(this.wh))+E+"px");return J},remove:function(E){var F=this.get(E);if(!F.length||(E>=this.first&&E<=this.last)){return }var G=this.dimension(F);if(E<this.first){this.list.css(this.lt,A.intval(this.list.css(this.lt))+G+"px")}F.remove();this.list.css(this.wh,A.intval(this.list.css(this.wh))-G+"px")},next:function(){if(this.tail!==null&&!this.inTail){this.scrollTail(false)}else{this.scroll(((this.options.wrap=="both"||this.options.wrap=="last")&&this.options.size!==null&&this.last==this.options.size)?1:this.first+this.options.scroll)}},prev:function(){if(this.tail!==null&&this.inTail){this.scrollTail(true)}else{this.scroll(((this.options.wrap=="both"||this.options.wrap=="first")&&this.options.size!==null&&this.first==1)?this.options.size:this.first-this.options.scroll)}},scrollTail:function(E){if(this.locked||this.animating||!this.tail){return }this.pauseAuto();var F=A.intval(this.list.css(this.lt));F=!E?F-this.tail:F+this.tail;this.inTail=!E;this.prevFirst=this.first;this.prevLast=this.last;this.animate(F)},scroll:function(F,E){if(this.locked||this.animating){return }this.pauseAuto();this.animate(this.pos(F),E)},pos:function(S,F){var G=A.intval(this.list.css(this.lt));if(this.locked||this.animating){return G}if(this.options.wrap!="circular"){S=S<1?1:(this.options.size&&S>this.options.size?this.options.size:S)}var P=this.first>S;var U=this.options.wrap!="circular"&&this.first<=1?1:this.first;var X=P?this.get(U):this.get(this.last);var R=P?U:U-1;var V=null,Q=0,N=false,W=0,T;while(P?--R>=S:++R<S){V=this.get(R);N=!V.length;if(V.length===0){V=this.create(R).addClass(this.className("jcarousel-item-placeholder"));X[P?"before":"after"](V);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(R<=0||R>this.options.size)){T=this.get(this.index(R));if(T.length){V=this.add(R,T.clone(true))}}}X=V;W=this.dimension(V);if(N){Q+=W}if(this.first!==null&&(this.options.wrap=="circular"||(R>=1&&(this.options.size===null||R<=this.options.size)))){G=P?G+W:G-W}}var K=this.clipping(),M=[],E=0,L=0;X=this.get(S-1);R=S;while(++E){V=this.get(R);N=!V.length;if(V.length===0){V=this.create(R).addClass(this.className("jcarousel-item-placeholder"));if(X.length===0){this.list.prepend(V)}else{X[P?"before":"after"](V)}if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(R<=0||R>this.options.size)){T=this.get(this.index(R));if(T.length){V=this.add(R,T.clone(true))}}}X=V;W=this.dimension(V);if(W===0){throw new Error("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...")}if(this.options.wrap!="circular"&&this.options.size!==null&&R>this.options.size){M.push(V)}else{if(N){Q+=W}}L+=W;if(L>=K){break}R++}for(var J=0;J<M.length;J++){M[J].remove()}if(Q>0){this.list.css(this.wh,this.dimension(this.list)+Q+"px");if(P){G-=Q;this.list.css(this.lt,A.intval(this.list.css(this.lt))-Q+"px")}}var I=S+E-1;if(this.options.wrap!="circular"&&this.options.size&&I>this.options.size){I=this.options.size}if(R>I){E=0;R=I;L=0;while(++E){V=this.get(R--);if(!V.length){break}L+=this.dimension(V);if(L>=K){break}}}var H=I-E+1;if(this.options.wrap!="circular"&&H<1){H=1}if(this.inTail&&P){G+=this.tail;this.inTail=false}this.tail=null;if(this.options.wrap!="circular"&&I==this.options.size&&(I-E+1)>=1){var O=A.margin(this.get(I),!this.options.vertical?"marginRight":"marginBottom");if((L-O)>K){this.tail=L-K-O}}if(F&&S===this.options.size&&this.tail){G-=this.tail;this.inTail=true}while(S-->H){G+=this.dimension(this.get(S))}this.prevFirst=this.first;this.prevLast=this.last;this.first=H;this.last=I;return G},animate:function(H,E){if(this.locked||this.animating){return }this.animating=true;var F=this;var G=function(){F.animating=false;if(H===0){F.list.css(F.lt,0)}if(!F.autoStopped&&(F.options.wrap=="circular"||F.options.wrap=="both"||F.options.wrap=="last"||F.options.size===null||F.last<F.options.size||(F.last==F.options.size&&F.tail!==null&&!F.inTail))){F.startAuto()}F.buttons();F.notify("onAfterAnimation");if(F.options.wrap=="circular"&&F.options.size!==null){for(var J=F.prevFirst;J<=F.prevLast;J++){if(J!==null&&!(J>=F.first&&J<=F.last)&&(J<1||J>F.options.size)){F.remove(J)}}}};this.notify("onBeforeAnimation");if(!this.options.animation||E===false){this.list.css(this.lt,H+"px");G()}else{var I=!this.options.vertical?(this.options.rtl?{right:H}:{left:H}):{top:H};this.list.animate(I,this.options.animation,this.options.easing,G)}},startAuto:function(F){if(F!==undefined){this.options.auto=F}if(this.options.auto===0){return this.stopAuto()}if(this.timer!==null){return }this.autoStopped=false;var E=this;this.timer=window.setTimeout(function(){E.next()},this.options.auto*1000)},stopAuto:function(){this.pauseAuto();this.autoStopped=true},pauseAuto:function(){if(this.timer===null){return }window.clearTimeout(this.timer);this.timer=null},buttons:function(G,F){if(G==null){G=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!="first")||this.options.size===null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=="first")&&this.options.size!==null&&this.last>=this.options.size){G=this.tail!==null&&!this.inTail}}if(F==null){F=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!="last")||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!==null&&this.first==1){F=this.tail!==null&&this.inTail}}var E=this;if(this.buttonNext.size()>0){this.buttonNext.unbind(this.options.buttonNextEvent+".jcarousel",this.funcNext);if(G){this.buttonNext.bind(this.options.buttonNextEvent+".jcarousel",this.funcNext)}this.buttonNext[G?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",G?false:true);if(this.options.buttonNextCallback!==null&&this.buttonNext.data("jcarouselstate")!=G){this.buttonNext.each(function(){E.options.buttonNextCallback(E,this,G)}).data("jcarouselstate",G)}}else{if(this.options.buttonNextCallback!==null&&this.buttonNextState!=G){this.options.buttonNextCallback(E,null,G)}}if(this.buttonPrev.size()>0){this.buttonPrev.unbind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev);if(F){this.buttonPrev.bind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev)}this.buttonPrev[F?"removeClass":"addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",F?false:true);if(this.options.buttonPrevCallback!==null&&this.buttonPrev.data("jcarouselstate")!=F){this.buttonPrev.each(function(){E.options.buttonPrevCallback(E,this,F)}).data("jcarouselstate",F)}}else{if(this.options.buttonPrevCallback!==null&&this.buttonPrevState!=F){this.options.buttonPrevCallback(E,null,F)}}this.buttonNextState=G;this.buttonPrevState=F},notify:function(E){var F=this.prevFirst===null?"init":(this.prevFirst<this.first?"next":"prev");this.callback("itemLoadCallback",E,F);if(this.prevFirst!==this.first){this.callback("itemFirstInCallback",E,F,this.first);this.callback("itemFirstOutCallback",E,F,this.prevFirst)}if(this.prevLast!==this.last){this.callback("itemLastInCallback",E,F,this.last);this.callback("itemLastOutCallback",E,F,this.prevLast)}this.callback("itemVisibleInCallback",E,F,this.first,this.last,this.prevFirst,this.prevLast);this.callback("itemVisibleOutCallback",E,F,this.prevFirst,this.prevLast,this.first,this.last)},callback:function(I,L,E,J,H,G,F){if(this.options[I]==null||(typeof this.options[I]!="object"&&L!="onAfterAnimation")){return }var M=typeof this.options[I]=="object"?this.options[I][L]:this.options[I];if(!C.isFunction(M)){return }var N=this;if(J===undefined){M(N,E,L)}else{if(H===undefined){this.get(J).each(function(){M(N,this,J,E,L)})}else{var O=function(P){N.get(P).each(function(){M(N,this,P,E,L)})};for(var K=J;K<=H;K++){if(K!==null&&!(K>=G&&K<=F)){O(K)}}}}},create:function(E){return this.format("<li></li>",E)},format:function(H,G){H=C(H);var F=H.get(0).className.split(" ");for(var E=0;E<F.length;E++){if(F[E].indexOf("jcarousel-")!=-1){H.removeClass(F[E])}}H.addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+G)).css({"float":(this.options.rtl?"right":"left"),"list-style":"none"}).attr("jcarouselindex",G);return H},className:function(E){return E+" "+E+(!this.options.vertical?"-horizontal":"-vertical")},dimension:function(H,I){var G=H.jquery!==undefined?H[0]:H;var F=!this.options.vertical?(G.offsetWidth||A.intval(this.options.itemFallbackDimension))+A.margin(G,"marginLeft")+A.margin(G,"marginRight"):(G.offsetHeight||A.intval(this.options.itemFallbackDimension))+A.margin(G,"marginTop")+A.margin(G,"marginBottom");if(I==null||F==I){return F}var E=!this.options.vertical?I-A.margin(G,"marginLeft")-A.margin(G,"marginRight"):I-A.margin(G,"marginTop")-A.margin(G,"marginBottom");C(G).css(this.wh,E+"px");return this.dimension(G)},clipping:function(){return !this.options.vertical?this.clip[0].offsetWidth-A.intval(this.clip.css("borderLeftWidth"))-A.intval(this.clip.css("borderRightWidth")):this.clip[0].offsetHeight-A.intval(this.clip.css("borderTopWidth"))-A.intval(this.clip.css("borderBottomWidth"))},index:function(E,F){if(F==null){F=this.options.size}return Math.round((((E-1)/F)-Math.floor((E-1)/F))*F)+1}});A.extend({defaults:function(E){return C.extend(D,E||{})},margin:function(I,H){if(!I){return 0}var G=I.jquery!==undefined?I[0]:I;if(H=="marginRight"&&C.browser.safari){var F={display:"block","float":"none",width:"auto"},E,J;C.swap(G,F,function(){E=G.offsetWidth});F.marginRight=0;C.swap(G,F,function(){J=G.offsetWidth});return J-E}return A.intval(C.css(G,H))},intval:function(E){E=parseInt(E,10);return isNaN(E)?0:E}});C.fn.jcarousel=function(G){if(typeof G=="string"){var E=C(this).data("jcarousel"),F=Array.prototype.slice.call(arguments,1);return E[G].apply(E,F)}else{return this.each(function(){C(this).data("jcarousel",new A(this,G))})}}})(jQuery);
