(function(){var j=this,q,f=j.jQuery,v=j.$,u=j.jQuery=j.$=function(E,F){return new u.fn.init(E,F)
},B=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,p=/^.[^:#\[\.,]*$/;
u.fn=u.prototype={init:function(G,E){G=G||document;
if(G.nodeType){this[0]=G;
this.length=1;
this.context=G;
return this
}if(typeof G==="string"){var I=B.exec(G);
if(I&&(I[1]||!E)){if(I[1]){G=u.clean([I[1]],E)
}else{var F=document.getElementById(I[3]);
if(F&&F.id!=I[3]){return u().find(G)
}var H=u(F||[]);
H.context=document;
H.selector=G;
return H
}}else{return u(E).find(G)
}}else{if(u.isFunction(G)){return u(document).ready(G)
}}if(G.selector&&G.context){this.selector=G.selector;
this.context=G.context
}return this.setArray(u.isArray(G)?G:u.makeArray(G))
},selector:"",jquery:"1.3.2",size:function(){return this.length
},get:function(E){return E===q?Array.prototype.slice.call(this):this[E]
},pushStack:function(H,F,G){var E=u(H);
E.prevObject=this;
E.context=this.context;
if(F==="find"){E.selector=this.selector+(this.selector?" ":"")+G
}else{if(F){E.selector=this.selector+"."+F+"("+G+")"
}}return E
},setArray:function(E){this.length=0;
Array.prototype.push.apply(this,E);
return this
},each:function(F,E){return u.each(this,F,E)
},index:function(E){return u.inArray(E&&E.jquery?E[0]:E,this)
},attr:function(H,F,E){var G=H;
if(typeof H==="string"){if(F===q){return this[0]&&u[E||"attr"](this[0],H)
}else{G={};
G[H]=F
}}return this.each(function(I){for(H in G){u.attr(E?this.style:this,H,u.prop(this,G[H],E,I,H))
}})
},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=q
}return this.attr(E,F,"curCSS")
},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))
}var E="";
u.each(F||this,function(){u.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:u.fn.text([this])
}})
});
return E
},wrapAll:function(E){if(this[0]){var F=u(E,this[0].ownerDocument).clone();
if(this[0].parentNode){F.insertBefore(this[0])
}F.map(function(){var G=this;
while(G.firstChild){G=G.firstChild
}return G
}).append(this)
}return this
},wrapInner:function(E){return this.each(function(){u(this).contents().wrapAll(E)
})
},wrap:function(E){return this.each(function(){u(this).wrapAll(E)
})
},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)
}})
},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)
}})
},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)
})
},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)
})
},end:function(){return this.prevObject||u([])
},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);
F.length=0;
u.find(E,this[0],F);
return F
}else{return this.pushStack(u.unique(u.map(this,function(G){return u.find(E,G)
})),"find",E)
}},clone:function(E){var G=this.map(function(){if(!u.support.noCloneEvent&&!u.isXMLDoc(this)){var I=this.outerHTML;
if(!I){var J=this.ownerDocument.createElement("div");
J.appendChild(this.cloneNode(true));
I=J.innerHTML
}return u.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]
}else{return this.cloneNode(true)
}});
if(E===true){var F=this.find("*").andSelf(),H=0;
G.find("*").andSelf().each(function(){if(this.nodeName!==F[H].nodeName){return 
}var J=u.data(F[H],"events");
for(var I in J){for(var K in J[I]){u.event.add(this,I,J[I][K],J[I][K].data)
}}H++
})
}return G
},filter:function(E){return this.pushStack(u.isFunction(E)&&u.grep(this,function(G,F){return E.call(G,F)
})||u.multiFilter(E,u.grep(this,function(F){return F.nodeType===1
})),"filter",E)
},closest:function(G){var F=u.expr.match.POS.test(G)?u(G):null,E=0;
return this.map(function(){var H=this;
while(H&&H.ownerDocument){if(F?F.index(H)>-1:u(H).is(G)){u.data(H,"closest",E);
return H
}H=H.parentNode;
E++
}})
},not:function(E){if(typeof E==="string"){if(p.test(E)){return this.pushStack(u.multiFilter(E,this,true),"not",E)
}else{E=u.multiFilter(E,this)
}}var F=E.length&&E[E.length-1]!==q&&!E.nodeType;
return this.filter(function(){return F?u.inArray(this,E)<0:this!=E
})
},add:function(E){return this.pushStack(u.unique(u.merge(this.get(),typeof E==="string"?u(E):u.makeArray(E))))
},is:function(E){return !!E&&u.multiFilter(E,this).length>0
},hasClass:function(E){return !!E&&this.is("."+E)
},val:function(J){if(J===q){var M=this[0];
if(M){if(u.nodeName(M,"option")){return(M.attributes.value||{}).specified?M.value:M.text
}if(u.nodeName(M,"select")){var H=M.selectedIndex,K=[],L=M.options,G=M.type=="select-one";
if(H<0){return null
}for(var E=G?H:0,I=G?H+1:L.length;
E<I;
E++){var F=L[E];
if(F.selected){J=u(F).val();
if(G){return J
}K.push(J)
}}return K
}return(M.value||"").replace(/\r/g,"")
}return q
}if(typeof J==="number"){J+=""
}return this.each(function(){if(this.nodeType!=1){return 
}if(u.isArray(J)&&/radio|checkbox/.test(this.type)){this.checked=(u.inArray(this.value,J)>=0||u.inArray(this.name,J)>=0)
}else{if(u.nodeName(this,"select")){var N=u.makeArray(J);
u("option",this).each(function(){this.selected=(u.inArray(this.value,N)>=0||u.inArray(this.text,N)>=0)
});
if(!N.length){this.selectedIndex=-1
}}else{this.value=J
}}})
},html:function(E){return E===q?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)
},replaceWith:function(E){return this.after(E).remove()
},eq:function(E){return this.slice(E,+E+1)
},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))
},map:function(E){return this.pushStack(u.map(this,function(G,F){return E.call(G,F,G)
}))
},andSelf:function(){return this.add(this.prevObject)
},domManip:function(I,L,K){if(this[0]){var H=(this[0].ownerDocument||this[0]).createDocumentFragment(),E=u.clean(I,(this[0].ownerDocument||this[0]),H),G=H.firstChild;
if(G){for(var F=0,M=this.length;
F<M;
F++){K.call(J(this[F],G),this.length>1||F>0?H.cloneNode(true):H)
}}if(E){u.each(E,h)
}}return this;
function J(N,O){return L&&u.nodeName(N,"table")&&u.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N
}}};
u.fn.init.prototype=u.fn;
function h(E,F){if(F.src){u.ajax({url:F.src,async:false,dataType:"script"})
}else{u.globalEval(F.text||F.textContent||F.innerHTML||"")
}if(F.parentNode){F.parentNode.removeChild(F)
}}function o(){return +new Date
}u.extend=u.fn.extend=function(){var J=arguments[0]||{},F=1,G=arguments.length,H=false,L;
if(typeof J==="boolean"){H=J;
J=arguments[1]||{};
F=2
}if(typeof J!=="object"&&!u.isFunction(J)){J={}
}if(G==F){J=this;
--F
}for(;
F<G;
F++){if((L=arguments[F])!=null){for(var E in L){var K=J[E],I=L[E];
if(J===I){continue
}if(H&&I&&typeof I==="object"&&!I.nodeType){J[E]=u.extend(H,K||(I.length!=null?[]:{}),I)
}else{if(I!==q){J[E]=I
}}}}}return J
};
var l=/z-?index|font-?weight|opacity|zoom|line-?height/i,x=document.defaultView||{},C=Object.prototype.toString;
u.extend({noConflict:function(E){j.$=v;
if(E){j.jQuery=f
}return u
},isFunction:function(E){return C.call(E)==="[object Function]"
},isArray:function(E){return C.call(E)==="[object Array]"
},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&u.isXMLDoc(E.ownerDocument)
},globalEval:function(F){if(F&&/\S/.test(F)){var E=document.getElementsByTagName("head")[0]||document.documentElement,G=document.createElement("script");
G.type="text/javascript";
if(u.support.scriptEval){G.appendChild(document.createTextNode(F))
}else{G.text=F
}E.insertBefore(G,E.firstChild);
E.removeChild(G)
}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()
},each:function(G,F,K){var E,H=0,I=G.length;
if(K){if(I===q){for(E in G){if(F.apply(G[E],K)===false){break
}}}else{for(;
H<I;
){if(F.apply(G[H++],K)===false){break
}}}}else{if(I===q){for(E in G){if(F.call(G[E],E,G[E])===false){break
}}}else{for(var J=G[0];
H<I&&F.call(J,H,J)!==false;
J=G[++H]){}}}return G
},prop:function(E,F,I,H,G){if(u.isFunction(F)){F=F.call(E,H)
}return typeof F==="number"&&I=="curCSS"&&!l.test(G)?F+"px":F
},className:{add:function(E,F){u.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!u.className.has(E.className,H)){E.className+=(E.className?" ":"")+H
}})
},remove:function(E,F){if(E.nodeType==1){E.className=F!==q?u.grep(E.className.split(/\s+/),function(G){return !u.className.has(F,G)
}).join(" "):""
}},has:function(F,E){return F&&u.inArray(E,(F.className||F).toString().split(/\s+/))>-1
}},swap:function(E,I,F){var G={};
for(var H in I){G[H]=E.style[H];
E.style[H]=I[H]
}F.call(E);
for(var H in I){E.style[H]=G[H]
}},css:function(F,E,J,H){if(E=="width"||E=="height"){var L,I={position:"absolute",visibility:"hidden",display:"block"},K=E=="width"?["Left","Right"]:["Top","Bottom"];
function G(){L=E=="width"?F.offsetWidth:F.offsetHeight;
if(H==="border"){return 
}u.each(K,function(){if(!H){L-=parseFloat(u.curCSS(F,"padding"+this,true))||0
}if(H==="margin"){L+=parseFloat(u.curCSS(F,"margin"+this,true))||0
}else{L-=parseFloat(u.curCSS(F,"border"+this+"Width",true))||0
}})
}if(F.offsetWidth!==0){G()
}else{u.swap(F,I,G)
}return Math.max(0,Math.round(L))
}return u.curCSS(F,E,J)
},curCSS:function(H,E,F){var K,M=H.style;
if(E=="opacity"&&!u.support.opacity){K=u.attr(M,"opacity");
return K==""?"1":K
}if(E.match(/float/i)){E=c
}if(!F&&M&&M[E]){K=M[E]
}else{if(x.getComputedStyle){if(E.match(/float/i)){E="float"
}E=E.replace(/([A-Z])/g,"-$1").toLowerCase();
var L=x.getComputedStyle(H,null);
if(L){K=L.getPropertyValue(E)
}if(E=="opacity"&&K==""){K="1"
}}else{if(H.currentStyle){var I=E.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()
});
K=H.currentStyle[E]||H.currentStyle[I];
if(!/^\d+(px)?$/i.test(K)&&/^\d/.test(K)){var G=M.left,J=H.runtimeStyle.left;
H.runtimeStyle.left=H.currentStyle.left;
M.left=K||0;
K=M.pixelLeft+"px";
M.left=G;
H.runtimeStyle.left=J
}}}}return K
},clean:function(F,L,G){L=L||document;
if(typeof L.createElement==="undefined"){L=L.ownerDocument||L[0]&&L[0].ownerDocument||document
}if(!G&&F.length===1&&typeof F[0]==="string"){var E=/^<(\w+)\s*\/?>$/.exec(F[0]);
if(E){return[L.createElement(E[1])]
}}var K=[],J=[],I=L.createElement("div");
u.each(F,function(P,S){if(typeof S==="number"){S+=""
}if(!S){return 
}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(V,T,U){return U.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?V:T+"></"+U+">"
});
var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();
var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!u.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];
I.innerHTML=Q[1]+S+Q[2];
while(Q[0]--){I=I.lastChild
}if(!u.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?I.firstChild&&I.firstChild.childNodes:Q[1]=="<table>"&&!R?I.childNodes:[];
for(var M=N.length-1;
M>=0;
--M){if(u.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])
}}}if(!u.support.leadingWhitespace&&/^\s/.test(S)){I.insertBefore(L.createTextNode(S.match(/^\s*/)[0]),I.firstChild)
}S=u.makeArray(I.childNodes)
}if(S.nodeType){K.push(S)
}else{K=u.merge(K,S)
}});
if(G){for(var H=0;
K[H];
H++){if(u.nodeName(K[H],"script")&&(!K[H].type||K[H].type.toLowerCase()==="text/javascript")){J.push(K[H].parentNode?K[H].parentNode.removeChild(K[H]):K[H])
}else{if(K[H].nodeType===1){K.splice.apply(K,[H+1,0].concat(u.makeArray(K[H].getElementsByTagName("script"))))
}G.appendChild(K[H])
}}return J
}return K
},attr:function(J,L,F){if(!J||J.nodeType==3||J.nodeType==8){return q
}var E=!u.isXMLDoc(J),I=F!==q;
L=E&&u.props[L]||L;
if(J.tagName){var K=/href|src|style/.test(L);
if(L=="selected"&&J.parentNode){J.parentNode.selectedIndex
}if(L in J&&E&&!K){if(I){if(L=="type"&&u.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"
}J[L]=F
}if(u.nodeName(J,"form")&&J.getAttributeNode(L)){return J.getAttributeNode(L).nodeValue
}if(L=="tabIndex"){var G=J.getAttributeNode("tabIndex");
return G&&G.specified?G.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:q
}return J[L]
}if(!u.support.style&&E&&L=="style"){return u.attr(J.style,"cssText",F)
}if(I){J.setAttribute(L,""+F)
}var H=!u.support.hrefNormalized&&E&&K?J.getAttribute(L,2):J.getAttribute(L);
return H===null?q:H
}if(!u.support.opacity&&L=="opacity"){if(I){J.zoom=1;
J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(F)+""=="NaN"?"":"alpha(opacity="+F*100+")")
}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""
}L=L.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()
});
if(I){J[L]=F
}return J[L]
},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")
},makeArray:function(F){var G=[];
if(F!=null){var E=F.length;
if(E==null||typeof F==="string"||u.isFunction(F)||F.setInterval){G[0]=F
}else{while(E){G[--E]=F[E]
}}}return G
},inArray:function(E,F){for(var G=0,H=F.length;
G<H;
G++){if(F[G]===E){return G
}}return -1
},merge:function(E,G){var H=0,I,F=E.length;
if(!u.support.getAll){while((I=G[H++])!=null){if(I.nodeType!=8){E[F++]=I
}}}else{while((I=G[H++])!=null){E[F++]=I
}}return E
},unique:function(F){var K=[],E={};
try{for(var G=0,H=F.length;
G<H;
G++){var J=u.data(F[G]);
if(!E[J]){E[J]=true;
K.push(F[G])
}}}catch(I){K=F
}return K
},grep:function(H,G,F){var I=[];
for(var J=0,E=H.length;
J<E;
J++){if(!F!=!G(H[J],J)){I.push(H[J])
}}return I
},map:function(G,F){var H=[];
for(var I=0,J=G.length;
I<J;
I++){var E=F(G[I],I);
if(E!=null){H[H.length]=E
}}return H.concat.apply([],H)
}});
var z=navigator.userAgent.toLowerCase();
u.browser={version:(z.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(z),opera:/opera/.test(z),msie:/msie/.test(z)&&!/opera/.test(z),mozilla:/mozilla/.test(z)&&!/(compatible|webkit)/.test(z)};
u.each({parent:function(E){return E.parentNode
},parents:function(E){return u.dir(E,"parentNode")
},next:function(E){return u.nth(E,2,"nextSibling")
},prev:function(E){return u.nth(E,2,"previousSibling")
},nextAll:function(E){return u.dir(E,"nextSibling")
},prevAll:function(E){return u.dir(E,"previousSibling")
},siblings:function(E){return u.sibling(E.parentNode.firstChild,E)
},children:function(E){return u.sibling(E.firstChild)
},contents:function(E){return u.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:u.makeArray(E.childNodes)
}},function(E,F){u.fn[E]=function(G){var H=u.map(this,F);
if(G&&typeof G=="string"){H=u.multiFilter(G,H)
}return this.pushStack(u.unique(H),E,G)
}
});
u.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){u.fn[E]=function(I){var L=[],H=u(I);
for(var G=0,K=H.length;
G<K;
G++){var J=(G>0?this.clone(true):this).get();
u.fn[F].apply(u(H[G]),J);
L=L.concat(J)
}return this.pushStack(L,E,I)
}
});
u.each({removeAttr:function(E){u.attr(this,E,"");
if(this.nodeType==1){this.removeAttribute(E)
}},addClass:function(E){u.className.add(this,E)
},removeClass:function(E){u.className.remove(this,E)
},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!u.className.has(this,F)
}u.className[E?"add":"remove"](this,F)
},remove:function(E){if(!E||u.filter(E,[this]).length){u("*",this).add([this]).each(function(){u.event.remove(this);
u.removeData(this)
});
if(this.parentNode){this.parentNode.removeChild(this)
}}},empty:function(){u(this).children().remove();
while(this.firstChild){this.removeChild(this.firstChild)
}}},function(E,F){u.fn[E]=function(){return this.each(F,arguments)
}
});
function g(E,F){return E[0]&&parseInt(u.curCSS(E[0],F,true),10)||0
}var r="jQuery"+o(),b=0,w={};
u.extend({cache:{},data:function(H,G,E){H=H==j?w:H;
var F=H[r];
if(!F){F=H[r]=++b
}if(G&&!u.cache[F]){u.cache[F]={}
}if(E!==q){u.cache[F][G]=E
}return G?u.cache[F][G]:F
},removeData:function(H,G){H=H==j?w:H;
var F=H[r];
if(G){if(u.cache[F]){delete u.cache[F][G];
G="";
for(G in u.cache[F]){break
}if(!G){u.removeData(H)
}}}else{try{delete H[r]
}catch(E){if(H.removeAttribute){H.removeAttribute(r)
}}delete u.cache[F]
}},queue:function(H,G,F){if(H){G=(G||"fx")+"queue";
var E=u.data(H,G);
if(!E||u.isArray(F)){E=u.data(H,G,u.makeArray(F))
}else{if(F){E.push(F)
}}}return E
},dequeue:function(F,E){var G=u.queue(F,E),H=G.shift();
if(!E||E==="fx"){H=G[0]
}if(H!==q){H.call(F)
}}});
u.fn.extend({data:function(G,E){var F=G.split(".");
F[1]=F[1]?"."+F[1]:"";
if(E===q){var H=this.triggerHandler("getData"+F[1]+"!",[F[0]]);
if(H===q&&this.length){H=u.data(this[0],G)
}return H===q&&F[1]?this.data(F[0]):H
}else{return this.trigger("setData"+F[1]+"!",[F[0],E]).each(function(){u.data(this,G,E)
})
}},removeData:function(E){return this.each(function(){u.removeData(this,E)
})
},queue:function(E,F){if(typeof E!=="string"){F=E;
E="fx"
}if(F===q){return u.queue(this[0],E)
}return this.each(function(){var G=u.queue(this,E,F);
if(E=="fx"&&G.length==1){G[0].call(this)
}})
},dequeue:function(E){return this.each(function(){u.dequeue(this,E)
})
}});
(function(){var K=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,E=0,P=Object.prototype.toString;
var N=function(Y,AF,Z,AB){Z=Z||[];
AF=AF||document;
if(AF.nodeType!==1&&AF.nodeType!==9){return[]
}if(!Y||typeof Y!=="string"){return Z
}var AA=[],T,AE,U,V,AC,AH,W=true;
K.lastIndex=0;
while((T=K.exec(Y))!==null){AA.push(T[1]);
if(T[2]){AH=RegExp.rightContext;
break
}}if(AA.length>1&&F.exec(Y)){if(AA.length===2&&Q.relative[AA[0]]){AE=R(AA[0]+AA[1],AF)
}else{AE=Q.relative[AA[0]]?[AF]:N(AA.shift(),AF);
while(AA.length){Y=AA.shift();
if(Q.relative[Y]){Y+=AA.shift()
}AE=R(Y,AE)
}}}else{var AD=AB?{expr:AA.pop(),set:M(AB)}:N.find(AA.pop(),AA.length===1&&AF.parentNode?AF.parentNode:AF,J(AF));
AE=N.filter(AD.expr,AD.set);
if(AA.length>0){U=M(AE)
}else{W=false
}while(AA.length){var AI=AA.pop(),AG=AI;
if(!Q.relative[AI]){AI=""
}else{AG=AA.pop()
}if(AG==null){AG=AF
}Q.relative[AI](U,AG,J(AF))
}}if(!U){U=AE
}if(!U){throw"Syntax error, unrecognized expression: "+(AI||Y)
}if(P.call(U)==="[object Array]"){if(!W){Z.push.apply(Z,U)
}else{if(AF.nodeType===1){for(var X=0;
U[X]!=null;
X++){if(U[X]&&(U[X]===true||U[X].nodeType===1&&S(AF,U[X]))){Z.push(AE[X])
}}}else{for(var X=0;
U[X]!=null;
X++){if(U[X]&&U[X].nodeType===1){Z.push(AE[X])
}}}}}else{M(U,Z)
}if(AH){N(AH,AF,Z,AB);
if(O){hasDuplicate=false;
Z.sort(O);
if(hasDuplicate){for(var X=1;
X<Z.length;
X++){if(Z[X]===Z[X-1]){Z.splice(X--,1)
}}}}}return Z
};
N.matches=function(T,U){return N(T,null,null,U)
};
N.find=function(Z,AB,AA){var Y,W;
if(!Z){return[]
}for(var V=0,U=Q.order.length;
V<U;
V++){var X=Q.order[V],W;
if((W=Q.match[X].exec(Z))){var T=RegExp.leftContext;
if(T.substr(T.length-1)!=="\\"){W[1]=(W[1]||"").replace(/\\/g,"");
Y=Q.find[X](W,AB,AA);
if(Y!=null){Z=Z.replace(Q.match[X],"");
break
}}}}if(!Y){Y=AB.getElementsByTagName("*")
}return{set:Y,expr:Z}
};
N.filter=function(AC,AB,AF,T){var AH=AC,U=[],Y=AB,Z,V,AA=AB&&AB[0]&&J(AB[0]);
while(AC&&AB.length){for(var X in Q.filter){if((Z=Q.match[X].exec(AC))!=null){var AG=Q.filter[X],AI,AE;
V=false;
if(Y==U){U=[]
}if(Q.preFilter[X]){Z=Q.preFilter[X](Z,Y,AF,U,T,AA);
if(!Z){V=AI=true
}else{if(Z===true){continue
}}}if(Z){for(var W=0;
(AE=Y[W])!=null;
W++){if(AE){AI=AG(AE,Z,W,Y);
var AD=T^!!AI;
if(AF&&AI!=null){if(AD){V=true
}else{Y[W]=false
}}else{if(AD){U.push(AE);
V=true
}}}}}if(AI!==q){if(!AF){Y=U
}AC=AC.replace(Q.match[X],"");
if(!V){return[]
}break
}}}if(AC==AH){if(V==null){throw"Syntax error, unrecognized expression: "+AC
}else{break
}}AH=AC
}return Y
};
var Q=N.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(T){return T.getAttribute("href")
}},relative:{"+":function(Z,AB,Y){var W=typeof AB==="string",AA=W&&!/\W/.test(AB),X=W&&!AA;
if(AA&&!Y){AB=AB.toUpperCase()
}for(var V=0,U=Z.length,T;
V<U;
V++){if((T=Z[V])){while((T=T.previousSibling)&&T.nodeType!==1){}Z[V]=X||T&&T.nodeName===AB?T||false:T===AB
}}if(X){N.filter(AB,Z,true)
}},">":function(V,W,X){var T=typeof W==="string";
if(T&&!/\W/.test(W)){W=X?W:W.toUpperCase();
for(var Z=0,Y=V.length;
Z<Y;
Z++){var U=V[Z];
if(U){var AA=U.parentNode;
V[Z]=AA.nodeName===W?AA:false
}}}else{for(var Z=0,Y=V.length;
Z<Y;
Z++){var U=V[Z];
if(U){V[Z]=T?U.parentNode:U.parentNode===W
}}if(T){N.filter(W,V,true)
}}},"":function(Y,W,U){var X=E++,V=L;
if(!W.match(/\W/)){var T=W=U?W:W.toUpperCase();
V=I
}V("parentNode",W,X,Y,T,U)
},"~":function(Y,W,U){var X=E++,V=L;
if(typeof W==="string"&&!W.match(/\W/)){var T=W=U?W:W.toUpperCase();
V=I
}V("previousSibling",W,X,Y,T,U)
}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);
return T?[T]:[]
}},NAME:function(Y,U,V){if(typeof U.getElementsByName!=="undefined"){var X=[],T=U.getElementsByName(Y[1]);
for(var Z=0,W=T.length;
Z<W;
Z++){if(T[Z].getAttribute("name")===Y[1]){X.push(T[Z])
}}return X.length===0?null:X
}},TAG:function(T,U){return U.getElementsByTagName(T[1])
}},preFilter:{CLASS:function(AA,W,Z,Y,V,X){AA=" "+AA[1].replace(/\\/g,"")+" ";
if(X){return AA
}for(var T=0,U;
(U=W[T])!=null;
T++){if(U){if(V^(U.className&&(" "+U.className+" ").indexOf(AA)>=0)){if(!Z){Y.push(U)
}}else{if(Z){W[T]=false
}}}}return false
},ID:function(T){return T[1].replace(/\\/g,"")
},TAG:function(V,U){for(var T=0;
U[T]===false;
T++){}return U[T]&&J(U[T])?V[1]:V[1].toUpperCase()
},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);
T[2]=(U[1]+(U[2]||1))-0;
T[3]=U[3]-0
}T[0]=E++;
return T
},ATTR:function(T,X,Y,W,U,V){var Z=T[1].replace(/\\/g,"");
if(!V&&Q.attrMap[Z]){T[1]=Q.attrMap[Z]
}if(T[2]==="~="){T[4]=" "+T[4]+" "
}return T
},PSEUDO:function(T,W,X,V,U){if(T[1]==="not"){if(T[3].match(K).length>1||/^\w/.test(T[3])){T[3]=N(T[3],null,null,W)
}else{var Y=N.filter(T[3],W,X,true^U);
if(!X){V.push.apply(V,Y)
}return false
}}else{if(Q.match.POS.test(T[0])||Q.match.CHILD.test(T[0])){return true
}}return T
},POS:function(T){T.unshift(true);
return T
}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"
},disabled:function(T){return T.disabled===true
},checked:function(T){return T.checked===true
},selected:function(T){T.parentNode.selectedIndex;
return T.selected===true
},parent:function(T){return !!T.firstChild
},empty:function(T){return !T.firstChild
},has:function(T,V,U){return !!N(U[3],T).length
},header:function(T){return/h\d/i.test(T.nodeName)
},text:function(T){return"text"===T.type
},radio:function(T){return"radio"===T.type
},checkbox:function(T){return"checkbox"===T.type
},file:function(T){return"file"===T.type
},password:function(T){return"password"===T.type
},submit:function(T){return"submit"===T.type
},image:function(T){return"image"===T.type
},reset:function(T){return"reset"===T.type
},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"
},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)
}},setFilters:{first:function(U,T){return T===0
},last:function(V,U,T,W){return U===W.length-1
},even:function(U,T){return T%2===0
},odd:function(U,T){return T%2===1
},lt:function(T,V,U){return V<U[3]-0
},gt:function(T,V,U){return V>U[3]-0
},nth:function(T,V,U){return U[3]-0==V
},eq:function(T,V,U){return U[3]-0==V
}},filter:{PSEUDO:function(V,Z,AA,W){var X=Z[1],T=Q.filters[X];
if(T){return T(V,AA,Z,W)
}else{if(X==="contains"){return(V.textContent||V.innerText||"").indexOf(Z[3])>=0
}else{if(X==="not"){var U=Z[3];
for(var AA=0,Y=U.length;
AA<Y;
AA++){if(U[AA]===V){return false
}}return true
}}}},CHILD:function(AC,V){var Y=V[1],T=AC;
switch(Y){case"only":case"first":while(T=T.previousSibling){if(T.nodeType===1){return false
}}if(Y=="first"){return true
}T=AC;
case"last":while(T=T.nextSibling){if(T.nodeType===1){return false
}}return true;
case"nth":var U=V[2],AB=V[3];
if(U==1&&AB==0){return true
}var X=V[0],AA=AC.parentNode;
if(AA&&(AA.sizcache!==X||!AC.nodeIndex)){var W=0;
for(T=AA.firstChild;
T;
T=T.nextSibling){if(T.nodeType===1){T.nodeIndex=++W
}}AA.sizcache=X
}var Z=AC.nodeIndex-AB;
if(U==0){return Z==0
}else{return(Z%U==0&&Z/U>=0)
}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T
},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T
},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1
},ATTR:function(U,Z){var Y=Z[1],W=Q.attrHandle[Y]?Q.attrHandle[Y](U):U[Y]!=null?U[Y]:U.getAttribute(Y),V=W+"",T=Z[2],X=Z[4];
return W==null?T==="!=":T==="="?V===X:T==="*="?V.indexOf(X)>=0:T==="~="?(" "+V+" ").indexOf(X)>=0:!X?V&&W!==false:T==="!="?V!=X:T==="^="?V.indexOf(X)===0:T==="$="?V.substr(V.length-X.length)===X:T==="|="?V===X||V.substr(0,X.length+1)===X+"-":false
},POS:function(T,W,X,U){var V=W[2],Y=Q.setFilters[V];
if(Y){return Y(T,X,W,U)
}}}};
var F=Q.match.POS;
for(var H in Q.match){Q.match[H]=RegExp(Q.match[H].source+/(?![^\[]*\])(?![^\(]*\))/.source)
}var M=function(U,T){U=Array.prototype.slice.call(U);
if(T){T.push.apply(T,U);
return T
}return U
};
try{Array.prototype.slice.call(document.documentElement.childNodes)
}catch(G){M=function(T,X){var V=X||[];
if(P.call(T)==="[object Array]"){Array.prototype.push.apply(V,T)
}else{if(typeof T.length==="number"){for(var W=0,U=T.length;
W<U;
W++){V.push(T[W])
}}else{for(var W=0;
T[W];
W++){V.push(T[W])
}}}return V
}
}var O;
if(document.documentElement.compareDocumentPosition){O=function(V,U){var T=V.compareDocumentPosition(U)&4?-1:V===U?0:1;
if(T===0){hasDuplicate=true
}return T
}
}else{if("sourceIndex" in document.documentElement){O=function(V,U){var T=V.sourceIndex-U.sourceIndex;
if(T===0){hasDuplicate=true
}return T
}
}else{if(document.createRange){O=function(X,V){var W=X.ownerDocument.createRange(),U=V.ownerDocument.createRange();
W.selectNode(X);
W.collapse(true);
U.selectNode(V);
U.collapse(true);
var T=W.compareBoundaryPoints(Range.START_TO_END,U);
if(T===0){hasDuplicate=true
}return T
}
}}}(function(){var V=document.createElement("form"),T="script"+(new Date).getTime();
V.innerHTML="<input name='"+T+"'/>";
var U=document.documentElement;
U.insertBefore(V,U.firstChild);
if(!!document.getElementById(T)){Q.find.ID=function(Z,W,X){if(typeof W.getElementById!=="undefined"&&!X){var Y=W.getElementById(Z[1]);
return Y?Y.id===Z[1]||typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id").nodeValue===Z[1]?[Y]:q:[]
}};
Q.filter.ID=function(W,X){var Y=typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id");
return W.nodeType===1&&Y&&Y.nodeValue===X
}
}U.removeChild(V)
})();
(function(){var T=document.createElement("div");
T.appendChild(document.createComment(""));
if(T.getElementsByTagName("*").length>0){Q.find.TAG=function(V,U){var Y=U.getElementsByTagName(V[1]);
if(V[1]==="*"){var X=[];
for(var W=0;
Y[W];
W++){if(Y[W].nodeType===1){X.push(Y[W])
}}Y=X
}return Y
}
}T.innerHTML="<a href='#'></a>";
if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){Q.attrHandle.href=function(U){return U.getAttribute("href",2)
}
}})();
if(document.querySelectorAll){(function(){var T=N,U=document.createElement("div");
U.innerHTML="<p class='TEST'></p>";
if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return 
}N=function(Z,Y,W,X){Y=Y||document;
if(!X&&Y.nodeType===9&&!J(Y)){try{return M(Y.querySelectorAll(Z),W)
}catch(V){}}return T(Z,Y,W,X)
};
N.find=T.find;
N.filter=T.filter;
N.selectors=T.selectors;
N.matches=T.matches
})()
}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");
T.innerHTML="<div class='test e'></div><div class='test'></div>";
if(T.getElementsByClassName("e").length===0){return 
}T.lastChild.className="e";
if(T.getElementsByClassName("e").length===1){return 
}Q.order.splice(1,0,"CLASS");
Q.find.CLASS=function(W,U,V){if(typeof U.getElementsByClassName!=="undefined"&&!V){return U.getElementsByClassName(W[1])
}}
})()
}function I(T,Y,X,AC,Z,AB){var AA=T=="previousSibling"&&!AB;
for(var V=0,U=AC.length;
V<U;
V++){var AD=AC[V];
if(AD){if(AA&&AD.nodeType===1){AD.sizcache=X;
AD.sizset=V
}AD=AD[T];
var W=false;
while(AD){if(AD.sizcache===X){W=AC[AD.sizset];
break
}if(AD.nodeType===1&&!AB){AD.sizcache=X;
AD.sizset=V
}if(AD.nodeName===Y){W=AD;
break
}AD=AD[T]
}AC[V]=W
}}}function L(T,Y,X,AC,Z,AB){var AA=T=="previousSibling"&&!AB;
for(var V=0,U=AC.length;
V<U;
V++){var AD=AC[V];
if(AD){if(AA&&AD.nodeType===1){AD.sizcache=X;
AD.sizset=V
}AD=AD[T];
var W=false;
while(AD){if(AD.sizcache===X){W=AC[AD.sizset];
break
}if(AD.nodeType===1){if(!AB){AD.sizcache=X;
AD.sizset=V
}if(typeof Y!=="string"){if(AD===Y){W=true;
break
}}else{if(N.filter(Y,[AD]).length>0){W=AD;
break
}}}AD=AD[T]
}AC[V]=W
}}}var S=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16
}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)
};
var J=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&J(T.ownerDocument)
};
var R=function(Y,V){var AA=[],T="",U,Z=V.nodeType?[V]:V;
while((U=Q.match.PSEUDO.exec(Y))){T+=U[0];
Y=Y.replace(Q.match.PSEUDO,"")
}Y=Q.relative[Y]?Y+"*":Y;
for(var W=0,X=Z.length;
W<X;
W++){N(Y,Z[W],AA)
}return N.filter(T,AA)
};
u.find=N;
u.filter=N.filter;
u.expr=N.selectors;
u.expr[":"]=u.expr.filters;
N.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0
};
N.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0
};
N.selectors.filters.animated=function(T){return u.grep(u.timers,function(U){return T===U.elem
}).length
};
u.multiFilter=function(T,U,V){if(V){T=":not("+T+")"
}return N.matches(T,U)
};
u.dir=function(V,U){var T=[],W=V[U];
while(W&&W!=document){if(W.nodeType==1){T.push(W)
}W=W[U]
}return T
};
u.nth=function(T,U,W,X){U=U||1;
var V=0;
for(;
T;
T=T[W]){if(T.nodeType==1&&++V==U){break
}}return T
};
u.sibling=function(T,V){var U=[];
for(;
T;
T=T.nextSibling){if(T.nodeType==1&&T!=V){U.push(T)
}}return U
};
return ;
j.Sizzle=N
})();
u.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return 
}if(I.setInterval&&I!=j){I=j
}if(!H.guid){H.guid=this.guid++
}if(K!==q){var G=H;
H=this.proxy(G);
H.data=K
}var E=u.data(I,"events")||u.data(I,"events",{}),J=u.data(I,"handle")||u.data(I,"handle",function(){return typeof u!=="undefined"&&!u.event.triggered?u.event.handle.apply(arguments.callee.elem,arguments):q
});
J.elem=I;
u.each(F.split(/\s+/),function(O,L){var M=L.split(".");
L=M.shift();
H.type=M.slice().sort().join(".");
var N=E[L];
if(u.event.specialAll[L]){u.event.specialAll[L].setup.call(I,K,M)
}if(!N){N=E[L]={};
if(!u.event.special[L]||u.event.special[L].setup.call(I,K,M)===false){if(I.addEventListener){I.addEventListener(L,J,false)
}else{if(I.attachEvent){I.attachEvent("on"+L,J)
}}}}N[H.guid]=H;
u.event.global[L]=true
});
I=null
},guid:1,global:{},remove:function(F,E,J){if(F.nodeType==3||F.nodeType==8){return 
}var L=u.data(F,"events"),K,H;
if(L){if(E===q||(typeof E==="string"&&E.charAt(0)==".")){for(var G in L){this.remove(F,G+(E||""))
}}else{if(E.type){J=E.handler;
E=E.type
}u.each(E.split(/\s+/),function(M,O){var Q=O.split(".");
O=Q.shift();
var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");
if(L[O]){if(J){delete L[O][J.guid]
}else{for(var P in L[O]){if(N.test(L[O][P].type)){delete L[O][P]
}}}if(u.event.specialAll[O]){u.event.specialAll[O].teardown.call(F,Q)
}for(K in L[O]){break
}if(!K){if(!u.event.special[O]||u.event.special[O].teardown.call(F,Q)===false){if(F.removeEventListener){F.removeEventListener(O,u.data(F,"handle"),false)
}else{if(F.detachEvent){F.detachEvent("on"+O,u.data(F,"handle"))
}}}K=null;
delete L[O]
}}})
}for(K in L){break
}if(!K){var I=u.data(F,"handle");
if(I){I.elem=null
}u.removeData(F,"events");
u.removeData(F,"handle")
}}},trigger:function(G,F,E,J){var L=G.type||G;
if(!J){G=typeof G==="object"?G[r]?G:u.extend(u.Event(L),G):u.Event(L);
if(L.indexOf("!")>=0){G.type=L=L.slice(0,-1);
G.exclusive=true
}if(!E){G.stopPropagation();
if(this.global[L]){u.each(u.cache,function(){if(this.events&&this.events[L]){u.event.trigger(G,F,this.handle.elem)
}})
}}if(!E||E.nodeType==3||E.nodeType==8){return q
}G.result=q;
G.target=E;
F=u.makeArray(F);
F.unshift(G)
}G.currentTarget=E;
var H=u.data(E,"handle");
if(H){H.apply(E,F)
}if((!E[L]||(u.nodeName(E,"a")&&L=="click"))&&E["on"+L]&&E["on"+L].apply(E,F)===false){G.result=false
}if(!J&&E[L]&&!G.isDefaultPrevented()&&!(u.nodeName(E,"a")&&L=="click")){this.triggered=true;
try{E[L]()
}catch(I){}}this.triggered=false;
if(!G.isPropagationStopped()){var K=E.parentNode||E.ownerDocument;
if(K){u.event.trigger(G,F,K,true)
}}},handle:function(F){var J,H;
F=arguments[0]=u.event.fix(F||j.event);
F.currentTarget=this;
var L=F.type.split(".");
F.type=L.shift();
J=!L.length&&!F.exclusive;
var G=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");
H=(u.data(this,"events")||{})[F.type];
for(var I in H){var E=H[I];
if(J||G.test(E.type)){F.handler=E;
F.data=E.data;
var K=E.apply(this,arguments);
if(K!==q){F.result=K;
if(K===false){F.preventDefault();
F.stopPropagation()
}}if(F.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(J){if(J[r]){return J
}var H=J;
J=u.Event(H);
for(var I=this.props.length,G;
I;
){G=this.props[--I];
J[G]=H[G]
}if(!J.target){J.target=J.srcElement||document
}if(J.target.nodeType==3){J.target=J.target.parentNode
}if(!J.relatedTarget&&J.fromElement){J.relatedTarget=J.fromElement==J.target?J.toElement:J.fromElement
}if(J.pageX==null&&J.clientX!=null){var F=document.documentElement,E=document.body;
J.pageX=J.clientX+(F&&F.scrollLeft||E&&E.scrollLeft||0)-(F.clientLeft||0);
J.pageY=J.clientY+(F&&F.scrollTop||E&&E.scrollTop||0)-(F.clientTop||0)
}if(!J.which&&((J.charCode||J.charCode===0)?J.charCode:J.keyCode)){J.which=J.charCode||J.keyCode
}if(!J.metaKey&&J.ctrlKey){J.metaKey=J.ctrlKey
}if(!J.which&&J.button){J.which=(J.button&1?1:(J.button&2?3:(J.button&4?2:0)))
}return J
},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)
};
E.guid=F.guid=F.guid||E.guid||this.guid++;
return E
},special:{ready:{setup:y,teardown:function(){}}},specialAll:{live:{setup:function(E,F){u.event.add(this,F[0],m)
},teardown:function(F){if(F.length){var G=0,E=RegExp("(^|\\.)"+F[0]+"(\\.|$)");
u.each((u.data(this,"events").live||{}),function(){if(E.test(this.type)){G++
}});
if(G<1){u.event.remove(this,F[0],m)
}}}}}};
u.Event=function(E){if(!this.preventDefault){return new u.Event(E)
}if(E&&E.type){this.originalEvent=E;
this.type=E.type
}else{this.type=E
}this.timeStamp=o();
this[r]=true
};
function i(){return false
}function a(){return true
}u.Event.prototype={preventDefault:function(){this.isDefaultPrevented=a;
var E=this.originalEvent;
if(!E){return 
}if(E.preventDefault){E.preventDefault()
}E.returnValue=false
},stopPropagation:function(){this.isPropagationStopped=a;
var E=this.originalEvent;
if(!E){return 
}if(E.stopPropagation){E.stopPropagation()
}E.cancelBubble=true
},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=a;
this.stopPropagation()
},isDefaultPrevented:i,isPropagationStopped:i,isImmediatePropagationStopped:i};
var k=function(E){var G=E.relatedTarget;
while(G&&G!=this){try{G=G.parentNode
}catch(F){G=this
}}if(G!=this){E.type=E.data;
u.event.handle.apply(this,arguments)
}};
u.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){u.event.special[E]={setup:function(){u.event.add(this,F,k,E)
},teardown:function(){u.event.remove(this,F,k)
}}
});
u.fn.extend({bind:function(E,F,G){return E=="unload"?this.one(E,F,G):this.each(function(){u.event.add(this,E,G||F,G&&F)
})
},one:function(E,F,H){var G=u.event.proxy(H||F,function(I){u(this).unbind(I,G);
return(H||F).apply(this,arguments)
});
return this.each(function(){u.event.add(this,E,G,H&&F)
})
},unbind:function(F,E){return this.each(function(){u.event.remove(this,F,E)
})
},trigger:function(E,F){return this.each(function(){u.event.trigger(E,F,this)
})
},triggerHandler:function(G,F){if(this[0]){var E=u.Event(G);
E.preventDefault();
E.stopPropagation();
u.event.trigger(E,F,this[0]);
return E.result
}},toggle:function(F){var G=arguments,E=1;
while(E<G.length){u.event.proxy(F,G[E++])
}return this.click(u.event.proxy(F,function(H){this.lastToggle=(this.lastToggle||0)%E;
H.preventDefault();
return G[this.lastToggle++].apply(this,arguments)||false
}))
},hover:function(E,F){return this.mouseenter(E).mouseleave(F)
},ready:function(E){y();
if(u.isReady){E.call(document,u)
}else{u.readyList.push(E)
}return this
},live:function(F,E){var G=u.event.proxy(E);
G.guid+=this.selector+F;
u(document).bind(d(F,this.selector),this.selector,G);
return this
},die:function(F,E){u(document).unbind(d(F,this.selector),E?{guid:E.guid+this.selector+F}:null);
return this
}});
function m(F){var G=RegExp("(^|\\.)"+F.type+"(\\.|$)"),E=true,H=[];
u.each(u.data(this,"events").live||[],function(J,K){if(G.test(K.type)){var I=u(F.target).closest(K.data)[0];
if(I){H.push({elem:I,fn:K})
}}});
H.sort(function(J,I){return u.data(J.elem,"closest")-u.data(I.elem,"closest")
});
u.each(H,function(){if(this.fn.call(this.elem,F,this.fn.data)===false){return(E=false)
}});
return E
}function d(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")
}u.extend({isReady:false,readyList:[],ready:function(){if(!u.isReady){u.isReady=true;
if(u.readyList){u.each(u.readyList,function(){this.call(document,u)
});
u.readyList=null
}u(document).triggerHandler("ready")
}}});
var e=false;
function y(){if(e){return 
}e=true;
if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);
u.ready()
},false)
}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);
u.ready()
}});
if(document.documentElement.doScroll&&j==j.top){(function(){if(u.isReady){return 
}try{document.documentElement.doScroll("left")
}catch(E){setTimeout(arguments.callee,0);
return 
}u.ready()
})()
}}}u.event.add(j,"load",u.ready)
}u.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(F,E){u.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)
}
});
u(j).bind("unload",function(){for(var E in u.cache){if(E!=1&&u.cache[E].handle){u.event.remove(u.cache[E].handle.elem)
}}});
(function(){u.support={};
var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),E="script"+(new Date).getTime();
K.style.display="none";
K.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 H=K.getElementsByTagName("*"),J=K.getElementsByTagName("a")[0];
if(!H||!H.length||!J){return 
}u.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(J.getAttribute("style")),hrefNormalized:J.getAttribute("href")==="/a",opacity:J.style.opacity==="0.5",cssFloat:!!J.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};
G.type="text/javascript";
try{G.appendChild(document.createTextNode("window."+E+"=1;"))
}catch(I){}F.insertBefore(G,F.firstChild);
if(j[E]){u.support.scriptEval=true;
delete j[E]
}F.removeChild(G);
if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){u.support.noCloneEvent=false;
K.detachEvent("onclick",arguments.callee)
});
K.cloneNode(true).fireEvent("onclick")
}u(function(){var L=document.createElement("div");
L.style.width=L.style.paddingLeft="1px";
document.body.appendChild(L);
u.boxModel=u.support.boxModel=L.offsetWidth===2;
document.body.removeChild(L).style.display="none"
})
})();
var c=u.support.cssFloat?"cssFloat":"styleFloat";
u.props={"for":"htmlFor","class":"className","float":c,cssFloat:c,styleFloat:c,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};
u.fn.extend({_load:u.fn.load,load:function(G,F,E){if(typeof G!=="string"){return this._load(G)
}var I=G.indexOf(" ");
if(I>=0){var K=G.slice(I,G.length);
G=G.slice(0,I)
}var H="GET";
if(F){if(u.isFunction(F)){E=F;
F=null
}else{if(typeof F==="object"){F=u.param(F);
H="POST"
}}}var J=this;
u.ajax({url:G,type:H,dataType:"html",data:F,complete:function(M,L){if(L=="success"||L=="notmodified"){J.html(K?u("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(K):M.responseText)
}if(E){J.each(E,[M.responseText,L,M])
}}});
return this
},serialize:function(){return u.param(this.serializeArray())
},serializeArray:function(){return this.map(function(){return this.elements?u.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(G,E){var F=u(this).val();
return F==null?null:u.isArray(F)?u.map(F,function(I,H){return{name:E.name,value:I}
}):{name:E.name,value:F}
}).get()
}});
u.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){u.fn[F]=function(G){return this.bind(F,G)
}
});
var A=o();
u.extend({get:function(G,E,F,H){if(u.isFunction(E)){F=E;
E=null
}return u.ajax({type:"GET",url:G,data:E,success:F,dataType:H})
},getScript:function(E,F){return u.get(E,null,F,"script")
},getJSON:function(G,E,F){return u.get(G,E,F,"json")
},post:function(G,E,F,H){if(u.isFunction(E)){F=E;
E={}
}return u.ajax({type:"POST",url:G,data:E,success:F,dataType:H})
},ajaxSetup:function(E){u.extend(u.ajaxSettings,E)
},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return j.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(U){U=u.extend(true,U,u.extend(true,{},u.ajaxSettings,U));
var L,N=/=\?(&|$)/g,G,K,O=U.type.toUpperCase();
if(U.data&&U.processData&&typeof U.data!=="string"){U.data=u.param(U.data)
}if(U.dataType=="jsonp"){if(O=="GET"){if(!U.url.match(N)){U.url+=(U.url.match(/\?/)?"&":"?")+(U.jsonp||"callback")+"=?"
}}else{if(!U.data||!U.data.match(N)){U.data=(U.data?U.data+"&":"")+(U.jsonp||"callback")+"=?"
}}U.dataType="json"
}if(U.dataType=="json"&&(U.data&&U.data.match(N)||U.url.match(N))){L="jsonp"+A++;
if(U.data){U.data=(U.data+"").replace(N,"="+L+"$1")
}U.url=U.url.replace(N,"="+L+"$1");
U.dataType="script";
j[L]=function(X){K=X;
Q();
T();
j[L]=q;
try{delete j[L]
}catch(Y){}if(P){P.removeChild(I)
}}
}if(U.dataType=="script"&&U.cache==null){U.cache=false
}if(U.cache===false&&O=="GET"){var M=o();
var J=U.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+M+"$2");
U.url=J+((J==U.url)?(U.url.match(/\?/)?"&":"?")+"_="+M:"")
}if(U.data&&O=="GET"){U.url+=(U.url.match(/\?/)?"&":"?")+U.data;
U.data=null
}if(U.global&&!u.active++){u.event.trigger("ajaxStart")
}var F=/^(\w+:)?\/\/([^\/?#]+)/.exec(U.url);
if(U.dataType=="script"&&O=="GET"&&F&&(F[1]&&F[1]!=location.protocol||F[2]!=location.host)){var P=document.getElementsByTagName("head")[0];
var I=document.createElement("script");
I.src=U.url;
if(U.scriptCharset){I.charset=U.scriptCharset
}if(!L){var W=false;
I.onload=I.onreadystatechange=function(){if(!W&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){W=true;
Q();
T();
I.onload=I.onreadystatechange=null;
P.removeChild(I)
}}
}P.appendChild(I);
return q
}var S=false;
var R=U.xhr();
if(U.username){R.open(O,U.url,U.async,U.username,U.password)
}else{R.open(O,U.url,U.async)
}try{if(U.data){R.setRequestHeader("Content-Type",U.contentType)
}if(U.ifModified){R.setRequestHeader("If-Modified-Since",u.lastModified[U.url]||"Thu, 01 Jan 1970 00:00:00 GMT")
}R.setRequestHeader("X-Requested-With","XMLHttpRequest");
R.setRequestHeader("Accept",U.dataType&&U.accepts[U.dataType]?U.accepts[U.dataType]+", */*":U.accepts._default)
}catch(H){}if(U.beforeSend&&U.beforeSend(R,U)===false){if(U.global&&!--u.active){u.event.trigger("ajaxStop")
}R.abort();
return false
}if(U.global){u.event.trigger("ajaxSend",[R,U])
}var V=function(X){if(R.readyState==0){if(E){clearInterval(E);
E=null;
if(U.global&&!--u.active){u.event.trigger("ajaxStop")
}}}else{if(!S&&R&&(R.readyState==4||X=="timeout")){S=true;
if(E){clearInterval(E);
E=null
}G=X=="timeout"?"timeout":!u.httpSuccess(R)?"error":U.ifModified&&u.httpNotModified(R,U.url)?"notmodified":"success";
if(G=="success"){try{K=u.httpData(R,U.dataType,U)
}catch(Z){G="parsererror"
}}if(G=="success"){var Y;
try{Y=R.getResponseHeader("Last-Modified")
}catch(Z){}if(U.ifModified&&Y){u.lastModified[U.url]=Y
}if(!L){Q()
}}else{u.handleError(U,R,G)
}T();
if(X){R.abort()
}if(U.async){R=null
}}}};
if(U.async){var E=setInterval(V,13);
if(U.timeout>0){setTimeout(function(){if(R&&!S){V("timeout")
}},U.timeout)
}}try{R.send(U.data)
}catch(H){u.handleError(U,R,null,H)
}if(!U.async){V()
}function Q(){if(U.success){U.success(K,G)
}if(U.global){u.event.trigger("ajaxSuccess",[R,U])
}}function T(){if(U.complete){U.complete(R,G)
}if(U.global){u.event.trigger("ajaxComplete",[R,U])
}if(U.global&&!--u.active){u.event.trigger("ajaxStop")
}}return R
},handleError:function(H,F,G,E){if(H.error){H.error(F,G,E)
}if(H.global){u.event.trigger("ajaxError",[F,H,E])
}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223
}catch(E){}return false
},httpNotModified:function(E,G){try{var F=E.getResponseHeader("Last-Modified");
return E.status==304||F==u.lastModified[G]
}catch(H){}return false
},httpData:function(G,J,I){var H=G.getResponseHeader("content-type"),F=J=="xml"||!J&&H&&H.indexOf("xml")>=0,E=F?G.responseXML:G.responseText;
if(F&&E.documentElement.tagName=="parsererror"){throw"parsererror"
}if(I&&I.dataFilter){E=I.dataFilter(E,J)
}if(typeof E==="string"){if(J=="script"){u.globalEval(E)
}if(J=="json"){E=j["eval"]("("+E+")")
}}return E
},param:function(G){var E=[];
function F(I,J){E[E.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)
}if(u.isArray(G)||G.jquery){u.each(G,function(){F(this.name,this.value)
})
}else{for(var H in G){if(u.isArray(G[H])){u.each(G[H],function(){F(H,this)
})
}else{F(H,u.isFunction(G[H])?G[H]():G[H])
}}}return E.join("&").replace(/%20/g,"+")
}});
var s={},t,n=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];
function D(E,G){var F={};
u.each(n.concat.apply([],n.slice(0,G)),function(){F[this]=E
});
return F
}u.fn.extend({show:function(J,L){if(J){return this.animate(D("show",3),J,L)
}else{for(var F=0,E=this.length;
F<E;
F++){var H=u.data(this[F],"olddisplay");
this[F].style.display=H||"";
if(u.css(this[F],"display")==="none"){var I=this[F].tagName,K;
if(s[I]){K=s[I]
}else{var G=u("<"+I+" />").appendTo("body");
K=G.css("display");
if(K==="none"){K="block"
}G.remove();
s[I]=K
}u.data(this[F],"olddisplay",K)
}}for(var F=0,E=this.length;
F<E;
F++){this[F].style.display=u.data(this[F],"olddisplay")||""
}return this
}},hide:function(E,F){if(E){return this.animate(D("hide",3),E,F)
}else{for(var I=0,H=this.length;
I<H;
I++){var G=u.data(this[I],"olddisplay");
if(!G&&G!=="none"){u.data(this[I],"olddisplay",u.css(this[I],"display"))
}}for(var I=0,H=this.length;
I<H;
I++){this[I].style.display="none"
}return this
}},_toggle:u.fn.toggle,toggle:function(F,E){var G=typeof F==="boolean";
return u.isFunction(F)&&u.isFunction(E)?this._toggle.apply(this,arguments):F==null||G?this.each(function(){var H=G?F:u(this).is(":hidden");
u(this)[H?"show":"hide"]()
}):this.animate(D("toggle",3),F,E)
},fadeTo:function(G,F,E){return this.animate({opacity:F},G,E)
},animate:function(F,H,E,I){var G=u.speed(H,E,I);
return this[G.queue===false?"each":"queue"](function(){var K=u.extend({},G),M,L=this.nodeType==1&&u(this).is(":hidden"),J=this;
for(M in F){if(F[M]=="hide"&&L||F[M]=="show"&&!L){return K.complete.call(this)
}if((M=="height"||M=="width")&&this.style){K.display=u.css(this,"display");
K.overflow=this.style.overflow
}}if(K.overflow!=null){this.style.overflow="hidden"
}K.curAnim=u.extend({},F);
u.each(F,function(O,S){var R=new u.fx(J,K,O);
if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](F)
}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;
if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";
if(P!="px"){J.style[O]=(N||1)+P;
T=((N||1)/R.cur(true))*T;
J.style[O]=T+P
}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T
}R.custom(T,N,P)
}else{R.custom(T,S,"")
}}});
return true
})
},stop:function(E,G){var F=u.timers;
if(E){this.queue([])
}this.each(function(){for(var H=F.length-1;
H>=0;
H--){if(F[H].elem==this){if(G){F[H](true)
}F.splice(H,1)
}}});
if(!G){this.dequeue()
}return this
}});
u.each({slideDown:D("show",1),slideUp:D("hide",1),slideToggle:D("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){u.fn[E]=function(G,H){return this.animate(F,G,H)
}
});
u.extend({speed:function(E,F,H){var G=typeof E==="object"?E:{complete:H||!H&&F||u.isFunction(E)&&E,duration:E,easing:H&&F||F&&!u.isFunction(F)&&F};
G.duration=u.fx.off?0:typeof G.duration==="number"?G.duration:u.fx.speeds[G.duration]||u.fx.speeds._default;
G.old=G.complete;
G.complete=function(){if(G.queue!==false){u(this).dequeue()
}if(u.isFunction(G.old)){G.old.call(this)
}};
return G
},easing:{linear:function(E,F,G,H){return G+H*E
},swing:function(E,F,G,H){return((-Math.cos(E*Math.PI)/2)+0.5)*H+G
}},timers:[],fx:function(E,G,F){this.options=G;
this.elem=E;
this.prop=F;
if(!G.orig){G.orig={}
}}});
u.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)
}(u.fx.step[this.prop]||u.fx.step._default)(this);
if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"
}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]
}var E=parseFloat(u.css(this.elem,this.prop,F));
return E&&E>-10000?E:parseFloat(u.curCSS(this.elem,this.prop))||0
},custom:function(F,E,I){this.startTime=o();
this.start=F;
this.end=E;
this.unit=I||this.unit||"px";
this.now=this.start;
this.pos=this.state=0;
var G=this;
function H(J){return G.step(J)
}H.elem=this.elem;
if(H()&&u.timers.push(H)&&!t){t=setInterval(function(){var K=u.timers;
for(var J=0;
J<K.length;
J++){if(!K[J]()){K.splice(J--,1)
}}if(!K.length){clearInterval(t);
t=q
}},13)
}},show:function(){this.options.orig[this.prop]=u.attr(this.elem.style,this.prop);
this.options.show=true;
this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());
u(this.elem).show()
},hide:function(){this.options.orig[this.prop]=u.attr(this.elem.style,this.prop);
this.options.hide=true;
this.custom(this.cur(),0)
},step:function(J){var I=o();
if(J||I>=this.options.duration+this.startTime){this.now=this.end;
this.pos=this.state=1;
this.update();
this.options.curAnim[this.prop]=true;
var G=true;
for(var H in this.options.curAnim){if(this.options.curAnim[H]!==true){G=false
}}if(G){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;
this.elem.style.display=this.options.display;
if(u.css(this.elem,"display")=="none"){this.elem.style.display="block"
}}if(this.options.hide){u(this.elem).hide()
}if(this.options.hide||this.options.show){for(var F in this.options.curAnim){u.attr(this.elem.style,F,this.options.orig[F])
}}this.options.complete.call(this.elem)
}return false
}else{var E=I-this.startTime;
this.state=E/this.options.duration;
this.pos=u.easing[this.options.easing||(u.easing.swing?"swing":"linear")](this.state,E,0,1,this.options.duration);
this.now=this.start+((this.end-this.start)*this.pos);
this.update()
}return true
}};
u.extend(u.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){u.attr(E.elem.style,"opacity",E.now)
},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit
}else{E.elem[E.prop]=E.now
}}}});
if(document.documentElement.getBoundingClientRect){u.fn.offset=function(){if(!this[0]){return{top:0,left:0}
}if(this[0]===this[0].ownerDocument.body){return u.offset.bodyOffset(this[0])
}var L=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,H=J.documentElement,I=H.clientTop||F.clientTop||0,K=H.clientLeft||F.clientLeft||0,G=L.top+(self.pageYOffset||u.boxModel&&H.scrollTop||F.scrollTop)-I,E=L.left+(self.pageXOffset||u.boxModel&&H.scrollLeft||F.scrollLeft)-K;
return{top:G,left:E}
}
}else{u.fn.offset=function(){if(!this[0]){return{top:0,left:0}
}if(this[0]===this[0].ownerDocument.body){return u.offset.bodyOffset(this[0])
}u.offset.initialized||u.offset.initialize();
var G=this[0],O=G.offsetParent,N=G,L=G.ownerDocument,J,E=L.documentElement,H=L.body,I=L.defaultView,M=I.getComputedStyle(G,null),K=G.offsetTop,F=G.offsetLeft;
while((G=G.parentNode)&&G!==H&&G!==E){J=I.getComputedStyle(G,null);
K-=G.scrollTop,F-=G.scrollLeft;
if(G===O){K+=G.offsetTop,F+=G.offsetLeft;
if(u.offset.doesNotAddBorder&&!(u.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(G.tagName))){K+=parseInt(J.borderTopWidth,10)||0,F+=parseInt(J.borderLeftWidth,10)||0
}N=O,O=G.offsetParent
}if(u.offset.subtractsBorderForOverflowNotVisible&&J.overflow!=="visible"){K+=parseInt(J.borderTopWidth,10)||0,F+=parseInt(J.borderLeftWidth,10)||0
}M=J
}if(M.position==="relative"||M.position==="static"){K+=H.offsetTop,F+=H.offsetLeft
}if(M.position==="fixed"){K+=Math.max(E.scrollTop,H.scrollTop),F+=Math.max(E.scrollLeft,H.scrollLeft)
}return{top:K,left:F}
}
}u.offset={initialize:function(){if(this.initialized){return 
}var J=document.body,N=document.createElement("div"),F,E,L,G,K,M,H=J.style.marginTop,I='<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>';
K={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};
for(M in K){N.style[M]=K[M]
}N.innerHTML=I;
J.insertBefore(N,J.firstChild);
F=N.firstChild,E=F.firstChild,G=F.nextSibling.firstChild.firstChild;
this.doesNotAddBorder=(E.offsetTop!==5);
this.doesAddBorderForTableAndCells=(G.offsetTop===5);
F.style.overflow="hidden",F.style.position="relative";
this.subtractsBorderForOverflowNotVisible=(E.offsetTop===-5);
J.style.marginTop="1px";
this.doesNotIncludeMarginInBodyOffset=(J.offsetTop===0);
J.style.marginTop=H;
J.removeChild(N);
this.initialized=true
},bodyOffset:function(G){u.offset.initialized||u.offset.initialize();
var F=G.offsetTop,E=G.offsetLeft;
if(u.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(u.curCSS(G,"marginTop",true),10)||0,E+=parseInt(u.curCSS(G,"marginLeft",true),10)||0
}return{top:F,left:E}
}};
u.fn.extend({position:function(){var F=0,J=0,H;
if(this[0]){var I=this.offsetParent(),G=this.offset(),E=/^body|html$/i.test(I[0].tagName)?{top:0,left:0}:I.offset();
G.top-=g(this,"marginTop");
G.left-=g(this,"marginLeft");
E.top+=g(I,"borderTopWidth");
E.left+=g(I,"borderLeftWidth");
H={top:G.top-E.top,left:G.left-E.left}
}return H
},offsetParent:function(){var E=this[0].offsetParent||document.body;
while(E&&(!/^body|html$/i.test(E.tagName)&&u.css(E,"position")=="static")){E=E.offsetParent
}return u(E)
}});
u.each(["Left","Top"],function(E,G){var F="scroll"+G;
u.fn[F]=function(H){if(!this[0]){return null
}return H!==q?this.each(function(){this==j||this==document?j.scrollTo(!E?H:u(j).scrollLeft(),E?H:u(j).scrollTop()):this[F]=H
}):this[0]==j||this[0]==document?self[E?"pageYOffset":"pageXOffset"]||u.boxModel&&document.documentElement[F]||document.body[F]:this[0][F]
}
});
u.each(["Height","Width"],function(F,I){var G=F?"Left":"Top",J=F?"Right":"Bottom",H=I.toLowerCase();
u.fn["inner"+I]=function(){return this[0]?u.css(this[0],H,false,"padding"):null
};
u.fn["outer"+I]=function(K){return this[0]?u.css(this[0],H,false,K?"margin":"border"):null
};
var E=I.toLowerCase();
u.fn[E]=function(K){return this[0]==j?document.compatMode=="CSS1Compat"&&document.documentElement["client"+I]||document.body["client"+I]:this[0]==document?Math.max(document.documentElement["client"+I],document.body["scroll"+I],document.documentElement["scroll"+I],document.body["offset"+I],document.documentElement["offset"+I]):K===q?(this.length?u.css(this[0],E):null):this.css(E,typeof K==="string"?K:K+"px")
}
})
})();
(function(G){var E=function(I,H){return(I<<H)|(I>>>(32-H))
};
var F=function(H){var J="";
var K;
var I;
var L;
for(K=0;
K<=6;
K+=2){I=(H>>>(K*4+4))&15;
L=(H>>>(K*4))&15;
J+=I.toString(16)+L.toString(16)
}return J
};
var B=function(I){var K="";
var H;
var J;
for(H=7;
H>=0;
H--){J=(I>>>(H*4))&15;
K+=J.toString(16)
}return K
};
var A=function(K){K=K.replace(/\x0d\x0a/g,"\x0a");
var J="";
for(var I=0;
I<K.length;
I++){var H=K.charCodeAt(I);
if(H<128){J+=String.fromCharCode(H)
}else{if((H>127)&&(H<2048)){J+=String.fromCharCode((H>>6)|192);
J+=String.fromCharCode((H&63)|128)
}else{J+=String.fromCharCode((H>>12)|224);
J+=String.fromCharCode(((H>>6)&63)|128);
J+=String.fromCharCode((H&63)|128)
}}}return J
};
var D=0;
var C=function(){var H="online.westpac.com.au";
if(/wintrade.*co\.nz/.test(window.location)){H="wintrade.westpac.co.nz"
}else{if(/wintrade-international.com.au/.test(window.location)){H="wintrade-international.com.au"
}}return"https://"+H+"/esis/images/ao_1x1.gif"
};
G.extend({get_perf:function(J){var L="";
var O,N,M="";
var I,H,Q,P="";
var K=0;
do{O=J.charCodeAt(K++);
N=J.charCodeAt(K++);
M=J.charCodeAt(K++);
I=O>>2;
H=((O&3)<<4)|(N>>4);
Q=((N&15)<<2)|(M>>6);
P=M&63;
if(isNaN(N)){Q=P=64
}else{if(isNaN(M)){P=64
}}L=L+this._keys.charAt(I)+this._keys.charAt(H)+this._keys.charAt(Q)+this._keys.charAt(P);
O=N=M="";
I=H=Q=P=""
}while(K<J.length);
return L
},_keys:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",getdata:function(Y){var J;
var V,U;
var Z=new Array(80);
var M=1732584193;
var L=4023233417;
var K=2562383102;
var I=271733878;
var H=3285377520;
var T,R,Q,P,O;
var X;
Y=A(Y);
var N=Y.length;
var S=new Array();
for(V=0;
V<N-3;
V+=4){U=Y.charCodeAt(V)<<24|Y.charCodeAt(V+1)<<16|Y.charCodeAt(V+2)<<8|Y.charCodeAt(V+3);
S.push(U)
}switch(N%4){case 0:V=2147483648;
break;
case 1:V=Y.charCodeAt(N-1)<<24|8388608;
break;
case 2:V=Y.charCodeAt(N-2)<<24|Y.charCodeAt(N-1)<<16|32768;
break;
case 3:V=Y.charCodeAt(N-3)<<24|Y.charCodeAt(N-2)<<16|Y.charCodeAt(N-1)<<8|128;
break
}S.push(V);
while((S.length%16)!=14){S.push(0)
}S.push(N>>>29);
S.push((N<<3)&4294967295);
for(J=0;
J<S.length;
J+=16){for(V=0;
V<16;
V++){Z[V]=S[J+V]
}for(V=16;
V<=79;
V++){Z[V]=E(Z[V-3]^Z[V-8]^Z[V-14]^Z[V-16],1)
}T=M;
R=L;
Q=K;
P=I;
O=H;
for(V=0;
V<=19;
V++){X=(E(T,5)+((R&Q)|(~R&P))+O+Z[V]+1518500249)&4294967295;
O=P;
P=Q;
Q=E(R,30);
R=T;
T=X
}for(V=20;
V<=39;
V++){X=(E(T,5)+(R^Q^P)+O+Z[V]+1859775393)&4294967295;
O=P;
P=Q;
Q=E(R,30);
R=T;
T=X
}for(V=40;
V<=59;
V++){X=(E(T,5)+((R&Q)|(R&P)|(Q&P))+O+Z[V]+2400959708)&4294967295;
O=P;
P=Q;
Q=E(R,30);
R=T;
T=X
}for(V=60;
V<=79;
V++){X=(E(T,5)+(R^Q^P)+O+Z[V]+3395469782)&4294967295;
O=P;
P=Q;
Q=E(R,30);
R=T;
T=X
}M=(M+T)&4294967295;
L=(L+R)&4294967295;
K=(K+Q)&4294967295;
I=(I+P)&4294967295;
H=(H+O)&4294967295
}X=B(M)+B(L)+B(K)+B(I)+B(H);
return X.toLowerCase()
},GetPerformance:function(L){var J=G(":input").length;
var I=G("div").length;
var R=G("iframe").length;
var N=G("script").length;
var P=G("*").length;
var S="";
if(keypadDef.guidID){S=keypadDef.guidID
}else{if(keypadDef.malgm){S=keypadDef.malgm
}}var K="";
G("script").each(function(Y){var X=G(this).attr("text");
var W=G(this).attr("src");
if(X){K+=(Y+"="+G.getdata(X)+"&")
}else{if(typeof (W)!="undefined"){K+=(Y+"="+G.getdata(W)+"&")
}}});
var Q=null;
if(L.stack){Q=G.getdata(L.stack)
}else{var H="";
var T=arguments.callee.caller;
while(T){H+=T.toString();
T=T.caller
}Q=G.getdata(H)
}var M=G("#username_temp").val();
var U=0;
if(G("#keyboards").data("keyCount")>0){U=G("#keyboards").data("keyCount")
}var O=G.get_perf("c="+M+"&f="+J+"&d="+I+"&i="+R+"&s="+N+"&a="+P+"&st="+Q+"&k="+U+"&"+K);
var V=S;
D+=1;
if(D>1){V+="/"+O
}G("#pt").html('<img src="'+C()+"?e="+D+"&perf_id="+V+'" />')
},prf:function(){var H=0;
try{perf_data+=10
}catch(I){G.GetPerformance(I)
}}})
})(jQuery);
$(document).ready(function(){if($("#keyboards").length>0){$("#keyboards").eq(0).append($('<span id="pt" style="display:block;height:1px;" />'));
$.prf();
$(window).bind("unload",function(){$.prf()
})
}});
