(function(){var S=this,ac,E=S.jQuery,G=S.$,V=S.jQuery=S.$=function(a,b){return new V.fn.init(a,b);},ag=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,ab=/^.[^:#\[\.,]*$/;V.fn=V.prototype={init:function(d,b){d=d||document;if(d.nodeType){this[0]=d;this.length=1;this.context=d;return this;}if(typeof d==="string"){var a=ag.exec(d);if(a&&(a[1]||!b)){if(a[1]){d=V.clean([a[1]],b);}else{var c=document.getElementById(a[3]);if(c&&c.id!=a[3]){return V().find(d);}var e=V(c||[]);e.context=document;e.selector=d;return e;}}else{return V(b).find(d);}}else{if(V.isFunction(d)){return V(document).ready(d);}}if(d.selector&&d.context){this.selector=d.selector;this.context=d.context;}return this.setArray(V.isArray(d)?d:V.makeArray(d));},selector:"",jquery:"1.3.2",size:function(){return this.length;},get:function(a){return a===ac?Array.prototype.slice.call(this):this[a];},pushStack:function(d,b,c){var a=V(d);a.prevObject=this;a.context=this.context;if(b==="find"){a.selector=this.selector+(this.selector?" ":"")+c;}else{if(b){a.selector=this.selector+"."+b+"("+c+")";}}return a;},setArray:function(a){this.length=0;Array.prototype.push.apply(this,a);return this;},each:function(b,a){return V.each(this,b,a);},index:function(a){return V.inArray(a&&a.jquery?a[0]:a,this);},attr:function(d,b,a){var c=d;if(typeof d==="string"){if(b===ac){return this[0]&&V[a||"attr"](this[0],d);}else{c={};c[d]=b;}}return this.each(function(e){for(d in c){V.attr(a?this.style:this,d,V.prop(this,c[d],a,e,d));}});},css:function(a,b){if((a=="width"||a=="height")&&parseFloat(b)<0){b=ac;}return this.attr(a,b,"curCSS");},text:function(b){if(typeof b!=="object"&&b!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(b));}var a="";V.each(b||this,function(){V.each(this.childNodes,function(){if(this.nodeType!=8){a+=this.nodeType!=1?this.nodeValue:V.fn.text([this]);}});});return a;},wrapAll:function(a){if(this[0]){var b=V(a,this[0].ownerDocument).clone();if(this[0].parentNode){b.insertBefore(this[0]);}b.map(function(){var c=this;while(c.firstChild){c=c.firstChild;}return c;}).append(this);}return this;},wrapInner:function(a){return this.each(function(){V(this).contents().wrapAll(a);});},wrap:function(a){return this.each(function(){V(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||V([]);},push:[].push,sort:[].sort,splice:[].splice,find:function(a){if(this.length===1){var b=this.pushStack([],"find",a);b.length=0;V.find(a,this[0],b);return b;}else{return this.pushStack(V.unique(V.map(this,function(c){return V.find(a,c);})),"find",a);}},clone:function(a){var c=this.map(function(){if(!V.support.noCloneEvent&&!V.isXMLDoc(this)){var e=this.outerHTML;if(!e){var g=this.ownerDocument.createElement("div");g.appendChild(this.cloneNode(true));e=g.innerHTML;}return V.clean([e.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0];}else{return this.cloneNode(true);}});if(a===true){var b=this.find("*").andSelf(),d=0;c.find("*").andSelf().each(function(){if(this.nodeName!==b[d].nodeName){return;}var e=V.data(b[d],"events");for(var h in e){for(var g in e[h]){V.event.add(this,h,e[h][g],e[h][g].data);}}d++;});}return c;},filter:function(a){return this.pushStack(V.isFunction(a)&&V.grep(this,function(b,c){return a.call(b,c);})||V.multiFilter(a,V.grep(this,function(b){return b.nodeType===1;})),"filter",a);},closest:function(b){var a=V.expr.match.POS.test(b)?V(b):null,c=0;return this.map(function(){var d=this;while(d&&d.ownerDocument){if(a?a.index(d)>-1:V(d).is(b)){V.data(d,"closest",c);return d;}d=d.parentNode;c++;}});},not:function(a){if(typeof a==="string"){if(ab.test(a)){return this.pushStack(V.multiFilter(a,this,true),"not",a);}else{a=V.multiFilter(a,this);}}var b=a.length&&a[a.length-1]!==ac&&!a.nodeType;return this.filter(function(){return b?V.inArray(this,a)<0:this!=a;});},add:function(a){return this.pushStack(V.unique(V.merge(this.get(),typeof a==="string"?V(a):V.makeArray(a))));},is:function(a){return !!a&&V.multiFilter(a,this).length>0;},hasClass:function(a){return !!a&&this.is("."+a);},val:function(h){if(h===ac){var a=this[0];if(a){if(V.nodeName(a,"option")){return(a.attributes.value||{}).specified?a.value:a.text;}if(V.nodeName(a,"select")){var e=a.selectedIndex,i=[],j=a.options,d=a.type=="select-one";if(e<0){return null;}for(var b=d?e:0,g=d?e+1:j.length;b<g;b++){var c=j[b];if(c.selected){h=V(c).val();if(d){return h;}i.push(h);}}return i;}return(a.value||"").replace(/\r/g,"");}return ac;}if(typeof h==="number"){h+="";}return this.each(function(){if(this.nodeType!=1){return;}if(V.isArray(h)&&/radio|checkbox/.test(this.type)){this.checked=(V.inArray(this.value,h)>=0||V.inArray(this.name,h)>=0);}else{if(V.nodeName(this,"select")){var k=V.makeArray(h);V("option",this).each(function(){this.selected=(V.inArray(this.value,k)>=0||V.inArray(this.text,k)>=0);});if(!k.length){this.selectedIndex=-1;}}else{this.value=h;}}});},html:function(a){return a===ac?(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(V.map(this,function(b,c){return a.call(b,c,b);}));},andSelf:function(){return this.add(this.prevObject);},domManip:function(g,j,i){if(this[0]){var e=(this[0].ownerDocument||this[0]).createDocumentFragment(),b=V.clean(g,(this[0].ownerDocument||this[0]),e),d=e.firstChild;if(d){for(var c=0,a=this.length;c<a;c++){i.call(h(this[c],d),this.length>1||c>0?e.cloneNode(true):e);}}if(b){V.each(b,F);}}return this;function h(k,l){return j&&V.nodeName(k,"table")&&V.nodeName(l,"tr")?(k.getElementsByTagName("tbody")[0]||k.appendChild(k.ownerDocument.createElement("tbody"))):k;}}};V.fn.init.prototype=V.fn;function F(a,b){if(b.src){V.ajax({url:b.src,async:false,dataType:"script"});}else{V.globalEval(b.text||b.textContent||b.innerHTML||"");}if(b.parentNode){b.parentNode.removeChild(b);}}function aa(){return +new Date;}V.extend=V.fn.extend=function(){var g=arguments[0]||{},d=1,e=arguments.length,a=false,c;if(typeof g==="boolean"){a=g;g=arguments[1]||{};d=2;}if(typeof g!=="object"&&!V.isFunction(g)){g={};}if(e==d){g=this;--d;}for(;d<e;d++){if((c=arguments[d])!=null){for(var b in c){var h=g[b],i=c[b];if(g===i){continue;}if(a&&i&&typeof i==="object"&&!i.nodeType){g[b]=V.extend(a,h||(i.length!=null?[]:{}),i);}else{if(i!==ac){g[b]=i;}}}}}return g;};var X=/z-?index|font-?weight|opacity|zoom|line-?height/i,H=document.defaultView||{},J=Object.prototype.toString;V.extend({noConflict:function(a){S.$=G;if(a){S.jQuery=E;}return V;},isFunction:function(a){return J.call(a)==="[object Function]";},isArray:function(a){return J.call(a)==="[object Array]";},isXMLDoc:function(a){return a.nodeType===9&&a.documentElement.nodeName!=="HTML"||!!a.ownerDocument&&V.isXMLDoc(a.ownerDocument);},globalEval:function(a){if(a&&/\S/.test(a)){var c=document.getElementsByTagName("head")[0]||document.documentElement,b=document.createElement("script");b.type="text/javascript";if(V.support.scriptEval){b.appendChild(document.createTextNode(a));}else{b.text=a;}c.insertBefore(b,c.firstChild);c.removeChild(b);}},nodeName:function(b,a){return b.nodeName&&b.nodeName.toUpperCase()==a.toUpperCase();},each:function(a,h,c){var g,d=0,e=a.length;if(c){if(e===ac){for(g in a){if(h.apply(a[g],c)===false){break;}}}else{for(;d<e;){if(h.apply(a[d++],c)===false){break;}}}}else{if(e===ac){for(g in a){if(h.call(a[g],g,a[g])===false){break;}}}else{for(var b=a[0];d<e&&h.call(b,d,b)!==false;b=a[++d]){}}}return a;},prop:function(b,c,a,e,d){if(V.isFunction(c)){c=c.call(b,e);}return typeof c==="number"&&a=="curCSS"&&!X.test(d)?c+"px":c;},className:{add:function(a,b){V.each((b||"").split(/\s+/),function(c,d){if(a.nodeType==1&&!V.className.has(a.className,d)){a.className+=(a.className?" ":"")+d;}});},remove:function(a,b){if(a.nodeType==1){a.className=b!==ac?V.grep(a.className.split(/\s+/),function(c){return !V.className.has(b,c);}).join(" "):"";}},has:function(b,a){return b&&V.inArray(a,(b.className||b).toString().split(/\s+/))>-1;}},swap:function(b,a,c){var d={};for(var e in a){d[e]=b.style[e];b.style[e]=a[e];}c.call(b);for(var e in a){b.style[e]=d[e];}},css:function(d,b,g,a){if(b=="width"||b=="height"){var i,c={position:"absolute",visibility:"hidden",display:"block"},h=b=="width"?["Left","Right"]:["Top","Bottom"];function e(){i=b=="width"?d.offsetWidth:d.offsetHeight;if(a==="border"){return;}V.each(h,function(){if(!a){i-=parseFloat(V.curCSS(d,"padding"+this,true))||0;}if(a==="margin"){i+=parseFloat(V.curCSS(d,"margin"+this,true))||0;}else{i-=parseFloat(V.curCSS(d,"border"+this+"Width",true))||0;}});}if(d.offsetWidth!==0){e();}else{V.swap(d,c,e);}return Math.max(0,Math.round(i));}return V.curCSS(d,b,g);},curCSS:function(e,b,c){var i,a=e.style;if(b=="opacity"&&!V.support.opacity){i=V.attr(a,"opacity");return i==""?"1":i;}if(b.match(/float/i)){b=N;}if(!c&&a&&a[b]){i=a[b];}else{if(H.getComputedStyle){if(b.match(/float/i)){b="float";}b=b.replace(/([A-Z])/g,"-$1").toLowerCase();var j=H.getComputedStyle(e,null);if(j){i=j.getPropertyValue(b);}if(b=="opacity"&&i==""){i="1";}}else{if(e.currentStyle){var g=b.replace(/\-(\w)/g,function(k,l){return l.toUpperCase();});i=e.currentStyle[b]||e.currentStyle[g];if(!/^\d+(px)?$/i.test(i)&&/^\d/.test(i)){var d=a.left,h=e.runtimeStyle.left;e.runtimeStyle.left=e.currentStyle.left;a.left=i||0;i=a.pixelLeft+"px";a.left=d;e.runtimeStyle.left=h;}}}}return i;},clean:function(b,h,e){h=h||document;if(typeof h.createElement==="undefined"){h=h.ownerDocument||h[0]&&h[0].ownerDocument||document;}if(!e&&b.length===1&&typeof b[0]==="string"){var d=/^<(\w+)\s*\/?>$/.exec(b[0]);if(d){return[h.createElement(d[1])];}}var c=[],a=[],i=h.createElement("div");V.each(b,function(p,l){if(typeof l==="number"){l+="";}if(!l){return;}if(typeof l==="string"){l=l.replace(/(<(\w+)[^>]*?)\/>/g,function(r,t,q){return q.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?r:t+"></"+q+">";});var m=l.replace(/^\s+/,"").substring(0,10).toLowerCase();var j=!m.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!m.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||m.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!m.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!m.indexOf("<td")||!m.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!m.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!V.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];i.innerHTML=j[1]+l+j[2];while(j[0]--){i=i.lastChild;}if(!V.support.tbody){var k=/<tbody/i.test(l),o=!m.indexOf("<table")&&!k?i.firstChild&&i.firstChild.childNodes:j[1]=="<table>"&&!k?i.childNodes:[];for(var n=o.length-1;n>=0;--n){if(V.nodeName(o[n],"tbody")&&!o[n].childNodes.length){o[n].parentNode.removeChild(o[n]);}}}if(!V.support.leadingWhitespace&&/^\s/.test(l)){i.insertBefore(h.createTextNode(l.match(/^\s*/)[0]),i.firstChild);}l=V.makeArray(i.childNodes);}if(l.nodeType){c.push(l);}else{c=V.merge(c,l);}});if(e){for(var g=0;c[g];g++){if(V.nodeName(c[g],"script")&&(!c[g].type||c[g].type.toLowerCase()==="text/javascript")){a.push(c[g].parentNode?c[g].parentNode.removeChild(c[g]):c[g]);}else{if(c[g].nodeType===1){c.splice.apply(c,[g+1,0].concat(V.makeArray(c[g].getElementsByTagName("script"))));}e.appendChild(c[g]);}}return a;}return c;},attr:function(g,c,h){if(!g||g.nodeType==3||g.nodeType==8){return ac;}var d=!V.isXMLDoc(g),i=h!==ac;c=d&&V.props[c]||c;if(g.tagName){var b=/href|src|style/.test(c);if(c=="selected"&&g.parentNode){g.parentNode.selectedIndex;}if(c in g&&d&&!b){if(i){if(c=="type"&&V.nodeName(g,"input")&&g.parentNode){throw"type property can't be changed";}g[c]=h;}if(V.nodeName(g,"form")&&g.getAttributeNode(c)){return g.getAttributeNode(c).nodeValue;}if(c=="tabIndex"){var e=g.getAttributeNode("tabIndex");return e&&e.specified?e.value:g.nodeName.match(/(button|input|object|select|textarea)/i)?0:g.nodeName.match(/^(a|area)$/i)&&g.href?0:ac;}return g[c];}if(!V.support.style&&d&&c=="style"){return V.attr(g.style,"cssText",h);}if(i){g.setAttribute(c,""+h);}var a=!V.support.hrefNormalized&&d&&b?g.getAttribute(c,2):g.getAttribute(c);return a===null?ac:a;}if(!V.support.opacity&&c=="opacity"){if(i){g.zoom=1;g.filter=(g.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(h)+""=="NaN"?"":"alpha(opacity="+h*100+")");}return g.filter&&g.filter.indexOf("opacity=")>=0?(parseFloat(g.filter.match(/opacity=([^)]*)/)[1])/100)+"":"";}c=c.replace(/-([a-z])/ig,function(j,k){return k.toUpperCase();});if(i){g[c]=h;}return g[c];},trim:function(a){return(a||"").replace(/^\s+|\s+$/g,"");},makeArray:function(a){var b=[];if(a!=null){var c=a.length;if(c==null||typeof a==="string"||V.isFunction(a)||a.setInterval){b[0]=a;}else{while(c){b[--c]=a[c];}}}return b;},inArray:function(a,b){for(var c=0,d=b.length;c<d;c++){if(b[c]===a){return c;}}return -1;},merge:function(b,d){var e=0,a,c=b.length;if(!V.support.getAll){while((a=d[e++])!=null){if(a.nodeType!=8){b[c++]=a;}}}else{while((a=d[e++])!=null){b[c++]=a;}}return b;},unique:function(h){var c=[],g={};try{for(var a=0,d=h.length;a<d;a++){var b=V.data(h[a]);if(!g[b]){g[b]=true;c.push(h[a]);}}}catch(e){c=h;}return c;},grep:function(g,e,b){var a=[];for(var c=0,d=g.length;c<d;c++){if(!b!=!e(g[c],c)){a.push(g[c]);}}return a;},map:function(e,b){var g=[];for(var a=0,c=e.length;a<c;a++){var d=b(e[a],a);if(d!=null){g[g.length]=d;}}return g.concat.apply([],g);}});var af=navigator.userAgent.toLowerCase();V.browser={version:(af.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(af),opera:/opera/.test(af),msie:/msie/.test(af)&&!/opera/.test(af),mozilla:/mozilla/.test(af)&&!/(compatible|webkit)/.test(af)};V.each({parent:function(a){return a.parentNode;},parents:function(a){return V.dir(a,"parentNode");},next:function(a){return V.nth(a,2,"nextSibling");},prev:function(a){return V.nth(a,2,"previousSibling");},nextAll:function(a){return V.dir(a,"nextSibling");},prevAll:function(a){return V.dir(a,"previousSibling");},siblings:function(a){return V.sibling(a.parentNode.firstChild,a);},children:function(a){return V.sibling(a.firstChild);},contents:function(a){return V.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:V.makeArray(a.childNodes);}},function(a,b){V.fn[a]=function(c){var d=V.map(this,b);if(c&&typeof c=="string"){d=V.multiFilter(c,d);}return this.pushStack(V.unique(d),a,c);};});V.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){V.fn[a]=function(c){var h=[],d=V(c);for(var i=0,e=d.length;i<e;i++){var g=(i>0?this.clone(true):this).get();V.fn[b].apply(V(d[i]),g);h=h.concat(g);}return this.pushStack(h,a,c);};});V.each({removeAttr:function(a){V.attr(this,a,"");if(this.nodeType==1){this.removeAttribute(a);}},addClass:function(a){V.className.add(this,a);},removeClass:function(a){V.className.remove(this,a);},toggleClass:function(b,a){if(typeof a!=="boolean"){a=!V.className.has(this,b);}V.className[a?"add":"remove"](this,b);},remove:function(a){if(!a||V.filter(a,[this]).length){V("*",this).add([this]).each(function(){V.event.remove(this);V.removeData(this);});if(this.parentNode){this.parentNode.removeChild(this);}}},empty:function(){V(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild);}}},function(a,b){V.fn[a]=function(){return this.each(b,arguments);};});function Q(a,b){return a[0]&&parseInt(V.curCSS(a[0],b,true),10)||0;}var O="jQuery"+aa(),M=0,ad={};V.extend({cache:{},data:function(d,c,a){d=d==S?ad:d;var b=d[O];if(!b){b=d[O]=++M;}if(c&&!V.cache[b]){V.cache[b]={};}if(a!==ac){V.cache[b][c]=a;}return c?V.cache[b][c]:b;},removeData:function(d,c){d=d==S?ad:d;var b=d[O];if(c){if(V.cache[b]){delete V.cache[b][c];c="";for(c in V.cache[b]){break;}if(!c){V.removeData(d);}}}else{try{delete d[O];}catch(a){if(d.removeAttribute){d.removeAttribute(O);}}delete V.cache[b];}},queue:function(d,c,b){if(d){c=(c||"fx")+"queue";var a=V.data(d,c);if(!a||V.isArray(b)){a=V.data(d,c,V.makeArray(b));}else{if(b){a.push(b);}}}return a;},dequeue:function(b,a){var c=V.queue(b,a),d=c.shift();if(!a||a==="fx"){d=c[0];}if(d!==ac){d.call(b);}}});V.fn.extend({data:function(c,a){var b=c.split(".");b[1]=b[1]?"."+b[1]:"";if(a===ac){var d=this.triggerHandler("getData"+b[1]+"!",[b[0]]);if(d===ac&&this.length){d=V.data(this[0],c);}return d===ac&&b[1]?this.data(b[0]):d;}else{return this.trigger("setData"+b[1]+"!",[b[0],a]).each(function(){V.data(this,c,a);});}},removeData:function(a){return this.each(function(){V.removeData(this,a);});},queue:function(a,b){if(typeof a!=="string"){b=a;a="fx";}if(b===ac){return V.queue(this[0],a);}return this.each(function(){var c=V.queue(this,a,b);if(a=="fx"&&c.length==1){c[0].call(this);}});},dequeue:function(a){return this.each(function(){V.dequeue(this,a);});}});(function(){var e=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,l=0,h=Object.prototype.toString;var b=function(aj,w,A,q){A=A||[];w=w||document;if(w.nodeType!==1&&w.nodeType!==9){return[];}if(!aj||typeof aj!=="string"){return A;}var ak=[],y,t,r,v,B,x,ai=true;e.lastIndex=0;while((y=e.exec(aj))!==null){ak.push(y[1]);if(y[2]){x=RegExp.rightContext;break;}}if(ak.length>1&&m.exec(aj)){if(ak.length===2&&i.relative[ak[0]]){t=j(ak[0]+ak[1],w);}else{t=i.relative[ak[0]]?[w]:b(ak.shift(),w);while(ak.length){aj=ak.shift();if(i.relative[aj]){aj+=ak.shift();}t=j(aj,t);}}}else{var D=q?{expr:ak.pop(),set:a(q)}:b.find(ak.pop(),ak.length===1&&w.parentNode?w.parentNode:w,d(w));t=b.filter(D.expr,D.set);if(ak.length>0){r=a(t);}else{ai=false;}while(ak.length){var C=ak.pop(),z=C;if(!i.relative[C]){C="";}else{z=ak.pop();}if(z==null){z=w;}i.relative[C](r,z,d(w));}}if(!r){r=t;}if(!r){throw"Syntax error, unrecognized expression: "+(C||aj);}if(h.call(r)==="[object Array]"){if(!ai){A.push.apply(A,r);}else{if(w.nodeType===1){for(var u=0;r[u]!=null;u++){if(r[u]&&(r[u]===true||r[u].nodeType===1&&k(w,r[u]))){A.push(t[u]);}}}else{for(var u=0;r[u]!=null;u++){if(r[u]&&r[u].nodeType===1){A.push(t[u]);}}}}}else{a(r,A);}if(x){b(x,w,A,q);if(c){hasDuplicate=false;A.sort(c);if(hasDuplicate){for(var u=1;u<A.length;u++){if(A[u]===A[u-1]){A.splice(u--,1);}}}}}return A;};b.matches=function(q,r){return b(q,null,null,r);};b.find=function(q,r,w){var z,x;if(!q){return[];}for(var v=0,u=i.order.length;v<u;v++){var y=i.order[v],x;if((x=i.match[y].exec(q))){var t=RegExp.leftContext;if(t.substr(t.length-1)!=="\\"){x[1]=(x[1]||"").replace(/\\/g,"");z=i.find[y](x,r,w);if(z!=null){q=q.replace(i.match[y],"");break;}}}}if(!z){z=r.getElementsByTagName("*");}return{set:z,expr:q};};b.filter=function(w,q,A,z){var y=w,r=[],v=q,aj,D,ak=q&&q[0]&&d(q[0]);while(w&&q.length){for(var B in i.filter){if((aj=i.match[B].exec(w))!=null){var x=i.filter[B],C,u;D=false;if(v==r){r=[];}if(i.preFilter[B]){aj=i.preFilter[B](aj,v,A,r,z,ak);if(!aj){D=C=true;}else{if(aj===true){continue;}}}if(aj){for(var ai=0;(u=v[ai])!=null;ai++){if(u){C=x(u,aj,ai,v);var t=z^!!C;if(A&&C!=null){if(t){D=true;}else{v[ai]=false;}}else{if(t){r.push(u);D=true;}}}}}if(C!==ac){if(!A){v=r;}w=w.replace(i.match[B],"");if(!D){return[];}break;}}}if(w==y){if(D==null){throw"Syntax error, unrecognized expression: "+w;}else{break;}}y=w;}return v;};var i=b.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(q){return q.getAttribute("href");}},relative:{"+":function(q,r,z){var x=typeof r==="string",w=x&&!/\W/.test(r),y=x&&!w;if(w&&!z){r=r.toUpperCase();}for(var v=0,u=q.length,t;v<u;v++){if((t=q[v])){while((t=t.previousSibling)&&t.nodeType!==1){}q[v]=y||t&&t.nodeName===r?t||false:t===r;}}if(y){b.filter(r,q,true);}},">":function(y,t,q){var w=typeof t==="string";if(w&&!/\W/.test(t)){t=q?t:t.toUpperCase();for(var u=0,r=y.length;u<r;u++){var x=y[u];if(x){var v=x.parentNode;y[u]=v.nodeName===t?v:false;}}}else{for(var u=0,r=y.length;u<r;u++){var x=y[u];if(x){y[u]=w?x.parentNode:x.parentNode===t;}}if(w){b.filter(t,y,true);}}},"":function(v,t,r){var u=l++,w=g;if(!t.match(/\W/)){var q=t=r?t:t.toUpperCase();w=p;}w("parentNode",t,u,v,q,r);},"~":function(v,t,r){var u=l++,w=g;if(typeof t==="string"&&!t.match(/\W/)){var q=t=r?t:t.toUpperCase();w=p;}w("previousSibling",t,u,v,q,r);}},find:{ID:function(r,t,u){if(typeof t.getElementById!=="undefined"&&!u){var q=t.getElementById(r[1]);return q?[q]:[];}},NAME:function(u,r,t){if(typeof r.getElementsByName!=="undefined"){var x=[],q=r.getElementsByName(u[1]);for(var v=0,w=q.length;v<w;v++){if(q[v].getAttribute("name")===u[1]){x.push(q[v]);}}return x.length===0?null:x;}},TAG:function(q,r){return r.getElementsByTagName(q[1]);}},preFilter:{CLASS:function(v,t,u,r,y,q){v=" "+v[1].replace(/\\/g,"")+" ";if(q){return v;}for(var w=0,x;(x=t[w])!=null;w++){if(x){if(y^(x.className&&(" "+x.className+" ").indexOf(v)>=0)){if(!u){r.push(x);}}else{if(u){t[w]=false;}}}}return false;},ID:function(q){return q[1].replace(/\\/g,"");},TAG:function(r,q){for(var t=0;q[t]===false;t++){}return q[t]&&d(q[t])?r[1]:r[1].toUpperCase();},CHILD:function(q){if(q[1]=="nth"){var r=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(q[2]=="even"&&"2n"||q[2]=="odd"&&"2n+1"||!/\D/.test(q[2])&&"0n+"+q[2]||q[2]);q[2]=(r[1]+(r[2]||1))-0;q[3]=r[3]-0;}q[0]=l++;return q;},ATTR:function(q,t,u,r,w,x){var v=q[1].replace(/\\/g,"");if(!x&&i.attrMap[v]){q[1]=i.attrMap[v];}if(q[2]==="~="){q[4]=" "+q[4]+" ";}return q;},PSEUDO:function(q,t,u,r,w){if(q[1]==="not"){if(q[3].match(e).length>1||/^\w/.test(q[3])){q[3]=b(q[3],null,null,t);}else{var v=b.filter(q[3],t,u,true^w);if(!u){r.push.apply(r,v);}return false;}}else{if(i.match.POS.test(q[0])||i.match.CHILD.test(q[0])){return true;}}return q;},POS:function(q){q.unshift(true);return q;}},filters:{enabled:function(q){return q.disabled===false&&q.type!=="hidden";},disabled:function(q){return q.disabled===true;},checked:function(q){return q.checked===true;},selected:function(q){q.parentNode.selectedIndex;return q.selected===true;},parent:function(q){return !!q.firstChild;},empty:function(q){return !q.firstChild;},has:function(t,r,q){return !!b(q[3],t).length;},header:function(q){return/h\d/i.test(q.nodeName);},text:function(q){return"text"===q.type;},radio:function(q){return"radio"===q.type;},checkbox:function(q){return"checkbox"===q.type;},file:function(q){return"file"===q.type;},password:function(q){return"password"===q.type;},submit:function(q){return"submit"===q.type;},image:function(q){return"image"===q.type;},reset:function(q){return"reset"===q.type;},button:function(q){return"button"===q.type||q.nodeName.toUpperCase()==="BUTTON";},input:function(q){return/input|select|textarea|button/i.test(q.nodeName);}},setFilters:{first:function(r,q){return q===0;},last:function(t,r,q,u){return r===u.length-1;},even:function(r,q){return q%2===0;},odd:function(r,q){return q%2===1;},lt:function(t,r,q){return r<q[3]-0;},gt:function(t,r,q){return r>q[3]-0;},nth:function(t,r,q){return q[3]-0==r;},eq:function(t,r,q){return q[3]-0==r;}},filter:{PSEUDO:function(y,u,v,q){var t=u[1],w=i.filters[t];if(w){return w(y,v,u,q);}else{if(t==="contains"){return(y.textContent||y.innerText||"").indexOf(u[3])>=0;}else{if(t==="not"){var x=u[3];for(var v=0,r=x.length;v<r;v++){if(x[v]===y){return false;}}return true;}}}},CHILD:function(t,w){var A=w[1],u=t;switch(A){case"only":case"first":while(u=u.previousSibling){if(u.nodeType===1){return false;}}if(A=="first"){return true;}u=t;case"last":while(u=u.nextSibling){if(u.nodeType===1){return false;}}return true;case"nth":var v=w[2],q=w[3];if(v==1&&q==0){return true;}var z=w[0],x=t.parentNode;if(x&&(x.sizcache!==z||!t.nodeIndex)){var y=0;for(u=x.firstChild;u;u=u.nextSibling){if(u.nodeType===1){u.nodeIndex=++y;}}x.sizcache=z;}var r=t.nodeIndex-q;if(v==0){return r==0;}else{return(r%v==0&&r/v>=0);}}},ID:function(r,q){return r.nodeType===1&&r.getAttribute("id")===q;},TAG:function(r,q){return(q==="*"&&r.nodeType===1)||r.nodeName===q;},CLASS:function(r,q){return(" "+(r.className||r.getAttribute("class"))+" ").indexOf(q)>-1;},ATTR:function(r,v){var u=v[1],w=i.attrHandle[u]?i.attrHandle[u](r):r[u]!=null?r[u]:r.getAttribute(u),t=w+"",q=v[2],x=v[4];return w==null?q==="!=":q==="="?t===x:q==="*="?t.indexOf(x)>=0:q==="~="?(" "+t+" ").indexOf(x)>=0:!x?t&&w!==false:q==="!="?t!=x:q==="^="?t.indexOf(x)===0:q==="$="?t.substr(t.length-x.length)===x:q==="|="?t===x||t.substr(0,x.length+1)===x+"-":false;},POS:function(q,t,u,r){var w=t[2],v=i.setFilters[w];if(v){return v(q,u,t,r);}}}};var m=i.match.POS;for(var o in i.match){i.match[o]=RegExp(i.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source);}var a=function(r,q){r=Array.prototype.slice.call(r);if(q){q.push.apply(q,r);return q;}return r;};try{Array.prototype.slice.call(document.documentElement.childNodes);}catch(n){a=function(q,v){var t=v||[];if(h.call(q)==="[object Array]"){Array.prototype.push.apply(t,q);}else{if(typeof q.length==="number"){for(var u=0,r=q.length;u<r;u++){t.push(q[u]);}}else{for(var u=0;q[u];u++){t.push(q[u]);}}}return t;};}var c;if(document.documentElement.compareDocumentPosition){c=function(r,q){var t=r.compareDocumentPosition(q)&4?-1:r===q?0:1;if(t===0){hasDuplicate=true;}return t;};}else{if("sourceIndex" in document.documentElement){c=function(r,q){var t=r.sourceIndex-q.sourceIndex;if(t===0){hasDuplicate=true;}return t;};}else{if(document.createRange){c=function(v,t){var u=v.ownerDocument.createRange(),r=t.ownerDocument.createRange();u.selectNode(v);u.collapse(true);r.selectNode(t);r.collapse(true);var q=u.compareBoundaryPoints(Range.START_TO_END,r);if(q===0){hasDuplicate=true;}return q;};}}}(function(){var r=document.createElement("form"),t="script"+(new Date).getTime();r.innerHTML="<input name='"+t+"'/>";var q=document.documentElement;q.insertBefore(r,q.firstChild);if(!!document.getElementById(t)){i.find.ID=function(u,v,w){if(typeof v.getElementById!=="undefined"&&!w){var x=v.getElementById(u[1]);return x?x.id===u[1]||typeof x.getAttributeNode!=="undefined"&&x.getAttributeNode("id").nodeValue===u[1]?[x]:ac:[];}};i.filter.ID=function(v,w){var u=typeof v.getAttributeNode!=="undefined"&&v.getAttributeNode("id");return v.nodeType===1&&u&&u.nodeValue===w;};}q.removeChild(r);})();(function(){var q=document.createElement("div");q.appendChild(document.createComment(""));if(q.getElementsByTagName("*").length>0){i.find.TAG=function(u,t){var r=t.getElementsByTagName(u[1]);if(u[1]==="*"){var w=[];for(var v=0;r[v];v++){if(r[v].nodeType===1){w.push(r[v]);}}r=w;}return r;};}q.innerHTML="<a href='#'></a>";if(q.firstChild&&typeof q.firstChild.getAttribute!=="undefined"&&q.firstChild.getAttribute("href")!=="#"){i.attrHandle.href=function(r){return r.getAttribute("href",2);};}})();if(document.querySelectorAll){(function(){var q=b,r=document.createElement("div");r.innerHTML="<p class='TEST'></p>";if(r.querySelectorAll&&r.querySelectorAll(".TEST").length===0){return;}b=function(u,t,w,x){t=t||document;if(!x&&t.nodeType===9&&!d(t)){try{return a(t.querySelectorAll(u),w);}catch(v){}}return q(u,t,w,x);};b.find=q.find;b.filter=q.filter;b.selectors=q.selectors;b.matches=q.matches;})();}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var q=document.createElement("div");q.innerHTML="<div class='test e'></div><div class='test'></div>";if(q.getElementsByClassName("e").length===0){return;}q.lastChild.className="e";if(q.getElementsByClassName("e").length===1){return;}i.order.splice(1,0,"CLASS");i.find.CLASS=function(r,t,u){if(typeof t.getElementsByClassName!=="undefined"&&!u){return t.getElementsByClassName(r[1]);}};})();}function p(v,B,A,u,t,q){var y=v=="previousSibling"&&!q;for(var x=0,w=u.length;x<w;x++){var r=u[x];if(r){if(y&&r.nodeType===1){r.sizcache=A;r.sizset=x;}r=r[v];var z=false;while(r){if(r.sizcache===A){z=u[r.sizset];break;}if(r.nodeType===1&&!q){r.sizcache=A;r.sizset=x;}if(r.nodeName===B){z=r;break;}r=r[v];}u[x]=z;}}}function g(v,B,A,u,t,q){var y=v=="previousSibling"&&!q;for(var x=0,w=u.length;x<w;x++){var r=u[x];if(r){if(y&&r.nodeType===1){r.sizcache=A;r.sizset=x;}r=r[v];var z=false;while(r){if(r.sizcache===A){z=u[r.sizset];break;}if(r.nodeType===1){if(!q){r.sizcache=A;r.sizset=x;}if(typeof B!=="string"){if(r===B){z=true;break;}}else{if(b.filter(B,[r]).length>0){z=r;break;}}}r=r[v];}u[x]=z;}}}var k=document.compareDocumentPosition?function(r,q){return r.compareDocumentPosition(q)&16;}:function(r,q){return r!==q&&(r.contains?r.contains(q):true);};var d=function(q){return q.nodeType===9&&q.documentElement.nodeName!=="HTML"||!!q.ownerDocument&&d(q.ownerDocument);};var j=function(r,q){var v=[],w="",x,u=q.nodeType?[q]:q;while((x=i.match.PSEUDO.exec(r))){w+=x[0];r=r.replace(i.match.PSEUDO,"");}r=i.relative[r]?r+"*":r;for(var y=0,t=u.length;y<t;y++){b(r,u[y],v);}return b.filter(w,v);};V.find=b;V.filter=b.filter;V.expr=b.selectors;V.expr[":"]=V.expr.filters;b.selectors.filters.hidden=function(q){return q.offsetWidth===0||q.offsetHeight===0;};b.selectors.filters.visible=function(q){return q.offsetWidth>0||q.offsetHeight>0;};b.selectors.filters.animated=function(q){return V.grep(V.timers,function(r){return q===r.elem;}).length;};V.multiFilter=function(t,q,r){if(r){t=":not("+t+")";}return b.matches(t,q);};V.dir=function(t,r){var q=[],u=t[r];while(u&&u!=document){if(u.nodeType==1){q.push(u);}u=u[r];}return q;};V.nth=function(q,r,u,v){r=r||1;var t=0;for(;q;q=q[u]){if(q.nodeType==1&&++t==r){break;}}return q;};V.sibling=function(t,r){var q=[];for(;t;t=t.nextSibling){if(t.nodeType==1&&t!=r){q.push(t);}}return q;};return;S.Sizzle=b;})();V.event={add:function(e,h,d,c){if(e.nodeType==3||e.nodeType==8){return;}if(e.setInterval&&e!=S){e=S;}if(!d.guid){d.guid=this.guid++;}if(c!==ac){var a=d;d=this.proxy(a);d.data=c;}var g=V.data(e,"events")||V.data(e,"events",{}),b=V.data(e,"handle")||V.data(e,"handle",function(){return typeof V!=="undefined"&&!V.event.triggered?V.event.handle.apply(arguments.callee.elem,arguments):ac;});b.elem=e;V.each(h.split(/\s+/),function(j,k){var l=k.split(".");k=l.shift();d.type=l.slice().sort().join(".");var i=g[k];if(V.event.specialAll[k]){V.event.specialAll[k].setup.call(e,c,l);}if(!i){i=g[k]={};if(!V.event.special[k]||V.event.special[k].setup.call(e,c,l)===false){if(e.addEventListener){e.addEventListener(k,b,false);}else{if(e.attachEvent){e.attachEvent("on"+k,b);}}}}i[d.guid]=d;V.event.global[k]=true;});e=null;},guid:1,global:{},remove:function(h,d,g){if(h.nodeType==3||h.nodeType==8){return;}var c=V.data(h,"events"),b,a;if(c){if(d===ac||(typeof d==="string"&&d.charAt(0)==".")){for(var e in c){this.remove(h,e+(d||""));}}else{if(d.type){g=d.handler;d=d.type;}V.each(d.split(/\s+/),function(k,m){var j=m.split(".");m=j.shift();var l=RegExp("(^|\\.)"+j.slice().sort().join(".*\\.")+"(\\.|$)");if(c[m]){if(g){delete c[m][g.guid];}else{for(var n in c[m]){if(l.test(c[m][n].type)){delete c[m][n];}}}if(V.event.specialAll[m]){V.event.specialAll[m].teardown.call(h,j);}for(b in c[m]){break;}if(!b){if(!V.event.special[m]||V.event.special[m].teardown.call(h,j)===false){if(h.removeEventListener){h.removeEventListener(m,V.data(h,"handle"),false);}else{if(h.detachEvent){h.detachEvent("on"+m,V.data(h,"handle"));}}}b=null;delete c[m];}}});}for(b in c){break;}if(!b){var i=V.data(h,"handle");if(i){i.elem=null;}V.removeData(h,"events");V.removeData(h,"handle");}}},trigger:function(e,h,d,a){var c=e.type||e;if(!a){e=typeof e==="object"?e[O]?e:V.extend(V.Event(c),e):V.Event(c);if(c.indexOf("!")>=0){e.type=c=c.slice(0,-1);e.exclusive=true;}if(!d){e.stopPropagation();if(this.global[c]){V.each(V.cache,function(){if(this.events&&this.events[c]){V.event.trigger(e,h,this.handle.elem);}});}}if(!d||d.nodeType==3||d.nodeType==8){return ac;}e.result=ac;e.target=d;h=V.makeArray(h);h.unshift(e);}e.currentTarget=d;var g=V.data(d,"handle");if(g){g.apply(d,h);}if((!d[c]||(V.nodeName(d,"a")&&c=="click"))&&d["on"+c]&&d["on"+c].apply(d,h)===false){e.result=false;}if(!a&&d[c]&&!e.isDefaultPrevented()&&!(V.nodeName(d,"a")&&c=="click")){this.triggered=true;try{d[c]();}catch(i){}}this.triggered=false;if(!e.isPropagationStopped()){var b=d.parentNode||d.ownerDocument;if(b){V.event.trigger(e,h,b,true);}}},handle:function(h){var g,a;h=arguments[0]=V.event.fix(h||S.event);h.currentTarget=this;var i=h.type.split(".");h.type=i.shift();g=!i.length&&!h.exclusive;var e=RegExp("(^|\\.)"+i.slice().sort().join(".*\\.")+"(\\.|$)");a=(V.data(this,"events")||{})[h.type];for(var c in a){var d=a[c];if(g||e.test(d.type)){h.handler=d;h.data=d.data;var b=d.apply(this,arguments);if(b!==ac){h.result=b;if(b===false){h.preventDefault();h.stopPropagation();}}if(h.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[O]){return c;}var g=c;c=V.Event(g);for(var a=this.props.length,e;a;){e=this.props[--a];c[e]=g[e];}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 d=document.documentElement,b=document.body;c.pageX=c.clientX+(d&&d.scrollLeft||b&&b.scrollLeft||0)-(d.clientLeft||0);c.pageY=c.clientY+(d&&d.scrollTop||b&&b.scrollTop||0)-(d.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(b,a){a=a||function(){return b.apply(this,arguments);};a.guid=b.guid=b.guid||a.guid||this.guid++;return a;},special:{ready:{setup:ae,teardown:function(){}}},specialAll:{live:{setup:function(a,b){V.event.add(this,b[0],Y);},teardown:function(a){if(a.length){var b=0,c=RegExp("(^|\\.)"+a[0]+"(\\.|$)");V.each((V.data(this,"events").live||{}),function(){if(c.test(this.type)){b++;}});if(b<1){V.event.remove(this,a[0],Y);}}}}}};V.Event=function(a){if(!this.preventDefault){return new V.Event(a);}if(a&&a.type){this.originalEvent=a;this.type=a.type;}else{this.type=a;}this.timeStamp=aa();this[O]=true;};function R(){return false;}function L(){return true;}V.Event.prototype={preventDefault:function(){this.isDefaultPrevented=L;var a=this.originalEvent;if(!a){return;}if(a.preventDefault){a.preventDefault();}a.returnValue=false;},stopPropagation:function(){this.isPropagationStopped=L;var a=this.originalEvent;if(!a){return;}if(a.stopPropagation){a.stopPropagation();}a.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=L;this.stopPropagation();},isDefaultPrevented:R,isPropagationStopped:R,isImmediatePropagationStopped:R};var W=function(c){var b=c.relatedTarget;while(b&&b!=this){try{b=b.parentNode;}catch(a){b=this;}}if(b!=this){c.type=c.data;V.event.handle.apply(this,arguments);}};V.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(b,a){V.event.special[a]={setup:function(){V.event.add(this,b,W,a);},teardown:function(){V.event.remove(this,b,W);}};});V.fn.extend({bind:function(c,a,b){return c=="unload"?this.one(c,a,b):this.each(function(){V.event.add(this,c,b||a,b&&a);});},one:function(a,b,d){var c=V.event.proxy(d||b,function(e){V(this).unbind(e,c);return(d||b).apply(this,arguments);});return this.each(function(){V.event.add(this,a,c,d&&b);});},unbind:function(b,a){return this.each(function(){V.event.remove(this,b,a);});},trigger:function(a,b){return this.each(function(){V.event.trigger(a,b,this);});},triggerHandler:function(b,a){if(this[0]){var c=V.Event(b);c.preventDefault();c.stopPropagation();V.event.trigger(c,a,this[0]);return c.result;}},toggle:function(a){var b=arguments,c=1;while(c<b.length){V.event.proxy(a,b[c++]);}return this.click(V.event.proxy(a,function(d){this.lastToggle=(this.lastToggle||0)%c;d.preventDefault();return b[this.lastToggle++].apply(this,arguments)||false;}));},hover:function(a,b){return this.mouseenter(a).mouseleave(b);},ready:function(a){ae();if(V.isReady){a.call(document,V);}else{V.readyList.push(a);}return this;},live:function(a,c){var b=V.event.proxy(c);b.guid+=this.selector+a;V(document).bind(P(a,this.selector),this.selector,b);return this;},die:function(b,a){V(document).unbind(P(b,this.selector),a?{guid:a.guid+this.selector+b}:null);return this;}});function Y(b){var c=RegExp("(^|\\.)"+b.type+"(\\.|$)"),a=true,d=[];V.each(V.data(this,"events").live||[],function(e,g){if(c.test(g.type)){var h=V(b.target).closest(g.data)[0];if(h){d.push({elem:h,fn:g});}}});d.sort(function(g,e){return V.data(g.elem,"closest")-V.data(e.elem,"closest");});V.each(d,function(){if(this.fn.call(this.elem,b,this.fn.data)===false){return(a=false);}});return a;}function P(b,a){return["live",b,a.replace(/\./g,"`").replace(/ /g,"|")].join(".");}V.extend({isReady:false,readyList:[],ready:function(){if(!V.isReady){V.isReady=true;if(V.readyList){V.each(V.readyList,function(){this.call(document,V);});V.readyList=null;}V(document).triggerHandler("ready");}}});var ah=false;function ae(){if(ah){return;}ah=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);V.ready();},false);}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);V.ready();}});if(document.documentElement.doScroll&&S==S.top){(function(){if(V.isReady){return;}try{document.documentElement.doScroll("left");}catch(a){setTimeout(arguments.callee,0);return;}V.ready();})();}}}V.event.add(S,"load",V.ready);}V.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(b,a){V.fn[a]=function(c){return c?this.bind(a,c):this.trigger(a);};});V(S).bind("unload",function(){for(var a in V.cache){if(a!=1&&V.cache[a].handle){V.event.remove(V.cache[a].handle.elem);}}});(function(){V.support={};var h=document.documentElement,a=document.createElement("script"),c=document.createElement("div"),g="script"+(new Date).getTime();c.style.display="none";c.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=c.getElementsByTagName("*"),b=c.getElementsByTagName("a")[0];if(!d||!d.length||!b){return;}V.support={leadingWhitespace:c.firstChild.nodeType==3,tbody:!c.getElementsByTagName("tbody").length,objectAll:!!c.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(b.getAttribute("style")),hrefNormalized:b.getAttribute("href")==="/a",opacity:b.style.opacity==="0.5",cssFloat:!!b.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};a.type="text/javascript";try{a.appendChild(document.createTextNode("window."+g+"=1;"));}catch(e){}h.insertBefore(a,h.firstChild);if(S[g]){V.support.scriptEval=true;delete S[g];}h.removeChild(a);if(c.attachEvent&&c.fireEvent){c.attachEvent("onclick",function(){V.support.noCloneEvent=false;c.detachEvent("onclick",arguments.callee);});c.cloneNode(true).fireEvent("onclick");}V(function(){var i=document.createElement("div");i.style.width=i.style.paddingLeft="1px";document.body.appendChild(i);V.boxModel=V.support.boxModel=i.offsetWidth===2;document.body.removeChild(i).style.display="none";});})();var N=V.support.cssFloat?"cssFloat":"styleFloat";V.props={"for":"htmlFor","class":"className","float":N,cssFloat:N,styleFloat:N,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};V.fn.extend({_load:V.fn.load,load:function(a,g,h){if(typeof a!=="string"){return this._load(a);}var e=a.indexOf(" ");if(e>=0){var b=a.slice(e,a.length);a=a.slice(0,e);}var d="GET";if(g){if(V.isFunction(g)){h=g;g=null;}else{if(typeof g==="object"){g=V.param(g);d="POST";}}}var c=this;V.ajax({url:a,type:d,dataType:"html",data:g,complete:function(j,i){if(i=="success"||i=="notmodified"){c.html(b?V("<div/>").append(j.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(b):j.responseText);}if(h){c.each(h,[j.responseText,i,j]);}}});return this;},serialize:function(){return V.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?V.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(b,c){var a=V(this).val();return a==null?null:V.isArray(a)?V.map(a,function(e,d){return{name:c.name,value:e};}):{name:c.name,value:a};}).get();}});V.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(a,b){V.fn[b]=function(c){return this.bind(b,c);};});var I=aa();V.extend({get:function(c,a,b,d){if(V.isFunction(a)){b=a;a=null;}return V.ajax({type:"GET",url:c,data:a,success:b,dataType:d});},getScript:function(a,b){return V.get(a,null,b,"script");},getJSON:function(b,c,a){return V.get(b,c,a,"json");},post:function(c,a,b,d){if(V.isFunction(a)){b=a;a={};}return V.ajax({type:"POST",url:c,data:a,success:b,dataType:d});},ajaxSetup:function(a){V.extend(V.ajaxSettings,a);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return S.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(o){o=V.extend(true,o,V.extend(true,{},V.ajaxSettings,o));var i,t=/=\?(&|$)/g,c,h,u=o.type.toUpperCase();if(o.data&&o.processData&&typeof o.data!=="string"){o.data=V.param(o.data);}if(o.dataType=="jsonp"){if(u=="GET"){if(!o.url.match(t)){o.url+=(o.url.match(/\?/)?"&":"?")+(o.jsonp||"callback")+"=?";}}else{if(!o.data||!o.data.match(t)){o.data=(o.data?o.data+"&":"")+(o.jsonp||"callback")+"=?";}}o.dataType="json";}if(o.dataType=="json"&&(o.data&&o.data.match(t)||o.url.match(t))){i="jsonp"+I++;if(o.data){o.data=(o.data+"").replace(t,"="+i+"$1");}o.url=o.url.replace(t,"="+i+"$1");o.dataType="script";S[i]=function(v){h=v;k();n();S[i]=ac;try{delete S[i];}catch(w){}if(j){j.removeChild(e);}};}if(o.dataType=="script"&&o.cache==null){o.cache=false;}if(o.cache===false&&u=="GET"){var r=aa();var g=o.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+r+"$2");o.url=g+((g==o.url)?(o.url.match(/\?/)?"&":"?")+"_="+r:"");}if(o.data&&u=="GET"){o.url+=(o.url.match(/\?/)?"&":"?")+o.data;o.data=null;}if(o.global&&!V.active++){V.event.trigger("ajaxStart");}var b=/^(\w+:)?\/\/([^\/?#]+)/.exec(o.url);if(o.dataType=="script"&&u=="GET"&&b&&(b[1]&&b[1]!=location.protocol||b[2]!=location.host)){var j=document.getElementsByTagName("head")[0];var e=document.createElement("script");e.src=o.url;if(o.scriptCharset){e.charset=o.scriptCharset;}if(!i){var q=false;e.onload=e.onreadystatechange=function(){if(!q&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){q=true;k();n();e.onload=e.onreadystatechange=null;j.removeChild(e);}};}j.appendChild(e);return ac;}var m=false;var l=o.xhr();if(o.username){l.open(u,o.url,o.async,o.username,o.password);}else{l.open(u,o.url,o.async);}try{if(o.data){l.setRequestHeader("Content-Type",o.contentType);}if(o.ifModified){l.setRequestHeader("If-Modified-Since",V.lastModified[o.url]||"Thu, 01 Jan 1970 00:00:00 GMT");}l.setRequestHeader("X-Requested-With","XMLHttpRequest");l.setRequestHeader("Accept",o.dataType&&o.accepts[o.dataType]?o.accepts[o.dataType]+", */*":o.accepts._default);}catch(d){}if(o.beforeSend&&o.beforeSend(l,o)===false){if(o.global&&!--V.active){V.event.trigger("ajaxStop");}l.abort();return false;}if(o.global){V.event.trigger("ajaxSend",[l,o]);}var p=function(v){if(l.readyState==0){if(a){clearInterval(a);a=null;if(o.global&&!--V.active){V.event.trigger("ajaxStop");}}}else{if(!m&&l&&(l.readyState==4||v=="timeout")){m=true;if(a){clearInterval(a);a=null;}c=v=="timeout"?"timeout":!V.httpSuccess(l)?"error":o.ifModified&&V.httpNotModified(l,o.url)?"notmodified":"success";if(c=="success"){try{h=V.httpData(l,o.dataType,o);}catch(x){c="parsererror";}}if(c=="success"){var w;try{w=l.getResponseHeader("Last-Modified");}catch(x){}if(o.ifModified&&w){V.lastModified[o.url]=w;}if(!i){k();}}else{V.handleError(o,l,c);}n();if(v){l.abort();}if(o.async){l=null;}}}};if(o.async){var a=setInterval(p,13);if(o.timeout>0){setTimeout(function(){if(l&&!m){p("timeout");}},o.timeout);}}try{l.send(o.data);}catch(d){V.handleError(o,l,null,d);}if(!o.async){p();}function k(){if(o.success){o.success(h,c);}if(o.global){V.event.trigger("ajaxSuccess",[l,o]);}}function n(){if(o.complete){o.complete(l,c);}if(o.global){V.event.trigger("ajaxComplete",[l,o]);}if(o.global&&!--V.active){V.event.trigger("ajaxStop");}}return l;},handleError:function(d,b,c,a){if(d.error){d.error(b,c,a);}if(d.global){V.event.trigger("ajaxError",[b,d,a]);}},active:0,httpSuccess:function(b){try{return !b.status&&location.protocol=="file:"||(b.status>=200&&b.status<300)||b.status==304||b.status==1223;}catch(a){}return false;},httpNotModified:function(a,c){try{var b=a.getResponseHeader("Last-Modified");return a.status==304||b==V.lastModified[c];}catch(d){}return false;},httpData:function(e,c,a){var g=e.getResponseHeader("content-type"),b=c=="xml"||!c&&g&&g.indexOf("xml")>=0,d=b?e.responseXML:e.responseText;if(b&&d.documentElement.tagName=="parsererror"){throw"parsererror";}if(a&&a.dataFilter){d=a.dataFilter(d,c);}if(typeof d==="string"){if(c=="script"){V.globalEval(d);}if(c=="json"){d=S["eval"]("("+d+")");}}return d;},param:function(c){var a=[];function b(e,g){a[a.length]=encodeURIComponent(e)+"="+encodeURIComponent(g);}if(V.isArray(c)||c.jquery){V.each(c,function(){b(this.name,this.value);});}else{for(var d in c){if(V.isArray(c[d])){V.each(c[d],function(){b(d,this);});}else{b(d,V.isFunction(c[d])?c[d]():c[d]);}}}return a.join("&").replace(/%20/g,"+");}});var T={},U,Z=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function K(c,b){var a={};V.each(Z.concat.apply([],Z.slice(0,b)),function(){a[this]=c;});return a;}V.fn.extend({show:function(g,i){if(g){return this.animate(K("show",3),g,i);}else{for(var d=0,b=this.length;d<b;d++){var a=V.data(this[d],"olddisplay");this[d].style.display=a||"";if(V.css(this[d],"display")==="none"){var c=this[d].tagName,h;if(T[c]){h=T[c];}else{var e=V("<"+c+" />").appendTo("body");h=e.css("display");if(h==="none"){h="block";}e.remove();T[c]=h;}V.data(this[d],"olddisplay",h);}}for(var d=0,b=this.length;d<b;d++){this[d].style.display=V.data(this[d],"olddisplay")||"";}return this;}},hide:function(b,c){if(b){return this.animate(K("hide",3),b,c);}else{for(var a=0,e=this.length;a<e;a++){var d=V.data(this[a],"olddisplay");if(!d&&d!=="none"){V.data(this[a],"olddisplay",V.css(this[a],"display"));}}for(var a=0,e=this.length;a<e;a++){this[a].style.display="none";}return this;}},_toggle:V.fn.toggle,toggle:function(a,c){var b=typeof a==="boolean";return V.isFunction(a)&&V.isFunction(c)?this._toggle.apply(this,arguments):a==null||b?this.each(function(){var d=b?a:V(this).is(":hidden");V(this)[d?"show":"hide"]();}):this.animate(K("toggle",3),a,c);},fadeTo:function(b,a,c){return this.animate({opacity:a},b,c);},animate:function(c,e,b,a){var d=V.speed(e,b,a);return this[d.queue===false?"each":"queue"](function(){var j=V.extend({},d),h,g=this.nodeType==1&&V(this).is(":hidden"),i=this;for(h in c){if(c[h]=="hide"&&g||c[h]=="show"&&!g){return j.complete.call(this);}if((h=="height"||h=="width")&&this.style){j.display=V.css(this,"display");j.overflow=this.style.overflow;}}if(j.overflow!=null){this.style.overflow="hidden";}j.curAnim=V.extend({},c);V.each(c,function(n,m){var l=new V.fx(i,j,n);if(/toggle|show|hide/.test(m)){l[m=="toggle"?g?"show":"hide":m](c);}else{var k=m.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),p=l.cur(true)||0;if(k){var o=parseFloat(k[2]),q=k[3]||"px";if(q!="px"){i.style[n]=(o||1)+q;p=((o||1)/l.cur(true))*p;i.style[n]=p+q;}if(k[1]){o=((k[1]=="-="?-1:1)*o)+p;}l.custom(p,o,q);}else{l.custom(p,m,"");}}});return true;});},stop:function(c,b){var a=V.timers;if(c){this.queue([]);}this.each(function(){for(var d=a.length-1;d>=0;d--){if(a[d].elem==this){if(b){a[d](true);}a.splice(d,1);}}});if(!b){this.dequeue();}return this;}});V.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){V.fn[a]=function(c,d){return this.animate(b,c,d);};});V.extend({speed:function(a,b,d){var c=typeof a==="object"?a:{complete:d||!d&&b||V.isFunction(a)&&a,duration:a,easing:d&&b||b&&!V.isFunction(b)&&b};c.duration=V.fx.off?0:typeof c.duration==="number"?c.duration:V.fx.speeds[c.duration]||V.fx.speeds._default;c.old=c.complete;c.complete=function(){if(c.queue!==false){V(this).dequeue();}if(V.isFunction(c.old)){c.old.call(this);}};return c;},easing:{linear:function(a,b,c,d){return c+d*a;},swing:function(a,b,c,d){return((-Math.cos(a*Math.PI)/2)+0.5)*d+c;}},timers:[],fx:function(c,b,a){this.options=b;this.elem=c;this.prop=a;if(!b.orig){b.orig={};}}});V.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);}(V.fx.step[this.prop]||V.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block";}},cur:function(b){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}var a=parseFloat(V.css(this.elem,this.prop,b));return a&&a>-10000?a:parseFloat(V.curCSS(this.elem,this.prop))||0;},custom:function(c,b,a){this.startTime=aa();this.start=c;this.end=b;this.unit=a||this.unit||"px";this.now=this.start;this.pos=this.state=0;var d=this;function e(g){return d.step(g);}e.elem=this.elem;if(e()&&V.timers.push(e)&&!U){U=setInterval(function(){var h=V.timers;for(var g=0;g<h.length;g++){if(!h[g]()){h.splice(g--,1);}}if(!h.length){clearInterval(U);U=ac;}},13);}},show:function(){this.options.orig[this.prop]=V.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());V(this.elem).show();},hide:function(){this.options.orig[this.prop]=V.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(c){var a=aa();if(c||a>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var e=true;for(var g in this.options.curAnim){if(this.options.curAnim[g]!==true){e=false;}}if(e){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(V.css(this.elem,"display")=="none"){this.elem.style.display="block";}}if(this.options.hide){V(this.elem).hide();}if(this.options.hide||this.options.show){for(var d in this.options.curAnim){V.attr(this.elem.style,d,this.options.orig[d]);}}this.options.complete.call(this.elem);}return false;}else{var b=a-this.startTime;this.state=b/this.options.duration;this.pos=V.easing[this.options.easing||(V.easing.swing?"swing":"linear")](this.state,b,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};V.extend(V.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){V.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){V.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return V.offset.bodyOffset(this[0]);}var c=this[0].getBoundingClientRect(),g=this[0].ownerDocument,b=g.body,a=g.documentElement,i=a.clientTop||b.clientTop||0,h=a.clientLeft||b.clientLeft||0,e=c.top+(self.pageYOffset||V.boxModel&&a.scrollTop||b.scrollTop)-i,d=c.left+(self.pageXOffset||V.boxModel&&a.scrollLeft||b.scrollLeft)-h;return{top:e,left:d};};}else{V.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return V.offset.bodyOffset(this[0]);}V.offset.initialized||V.offset.initialize();var g=this[0],c=g.offsetParent,b=g,l=g.ownerDocument,j,d=l.documentElement,h=l.body,i=l.defaultView,a=i.getComputedStyle(g,null),k=g.offsetTop,e=g.offsetLeft;while((g=g.parentNode)&&g!==h&&g!==d){j=i.getComputedStyle(g,null);k-=g.scrollTop,e-=g.scrollLeft;if(g===c){k+=g.offsetTop,e+=g.offsetLeft;if(V.offset.doesNotAddBorder&&!(V.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(g.tagName))){k+=parseInt(j.borderTopWidth,10)||0,e+=parseInt(j.borderLeftWidth,10)||0;}b=c,c=g.offsetParent;}if(V.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseInt(j.borderTopWidth,10)||0,e+=parseInt(j.borderLeftWidth,10)||0;}a=j;}if(a.position==="relative"||a.position==="static"){k+=h.offsetTop,e+=h.offsetLeft;}if(a.position==="fixed"){k+=Math.max(d.scrollTop,h.scrollTop),e+=Math.max(d.scrollLeft,h.scrollLeft);}return{top:k,left:e};};}V.offset={initialize:function(){if(this.initialized){return;}var i=document.body,b=document.createElement("div"),d,c,k,e,j,a,g=i.style.marginTop,h='<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>';j={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(a in j){b.style[a]=j[a];}b.innerHTML=h;i.insertBefore(b,i.firstChild);d=b.firstChild,c=d.firstChild,e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(c.offsetTop!==5);this.doesAddBorderForTableAndCells=(e.offsetTop===5);d.style.overflow="hidden",d.style.position="relative";this.subtractsBorderForOverflowNotVisible=(c.offsetTop===-5);i.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(i.offsetTop===0);i.style.marginTop=g;i.removeChild(b);this.initialized=true;},bodyOffset:function(b){V.offset.initialized||V.offset.initialize();var a=b.offsetTop,c=b.offsetLeft;if(V.offset.doesNotIncludeMarginInBodyOffset){a+=parseInt(V.curCSS(b,"marginTop",true),10)||0,c+=parseInt(V.curCSS(b,"marginLeft",true),10)||0;}return{top:a,left:c};}};V.fn.extend({position:function(){var d=0,c=0,g;if(this[0]){var a=this.offsetParent(),e=this.offset(),b=/^body|html$/i.test(a[0].tagName)?{top:0,left:0}:a.offset();e.top-=Q(this,"marginTop");e.left-=Q(this,"marginLeft");b.top+=Q(a,"borderTopWidth");b.left+=Q(a,"borderLeftWidth");g={top:e.top-b.top,left:e.left-b.left};}return g;},offsetParent:function(){var a=this[0].offsetParent||document.body;while(a&&(!/^body|html$/i.test(a.tagName)&&V.css(a,"position")=="static")){a=a.offsetParent;}return V(a);}});V.each(["Left","Top"],function(c,b){var a="scroll"+b;V.fn[a]=function(d){if(!this[0]){return null;}return d!==ac?this.each(function(){this==S||this==document?S.scrollTo(!c?d:V(S).scrollLeft(),c?d:V(S).scrollTop()):this[a]=d;}):this[0]==S||this[0]==document?self[c?"pageYOffset":"pageXOffset"]||V.boxModel&&document.documentElement[a]||document.body[a]:this[0][a];};});V.each(["Height","Width"],function(d,a){var e=d?"Left":"Top",c=d?"Right":"Bottom",g=a.toLowerCase();V.fn["inner"+a]=function(){return this[0]?V.css(this[0],g,false,"padding"):null;};V.fn["outer"+a]=function(h){return this[0]?V.css(this[0],g,false,h?"margin":"border"):null;};var b=a.toLowerCase();V.fn[b]=function(h){return this[0]==S?document.compatMode=="CSS1Compat"&&document.documentElement["client"+a]||document.body["client"+a]:this[0]==document?Math.max(document.documentElement["client"+a],document.body["scroll"+a],document.documentElement["scroll"+a],document.body["offset"+a],document.documentElement["offset"+a]):h===ac?(this.length?V.css(this[0],b):null):this.css(b,typeof h==="string"?h:h+"px");};});})();jQuery.cookie=function(b,a,e){if(arguments.length>1&&String(a)!=="[object Object]"){e=jQuery.extend({},e);if(a===null||a===undefined){e.expires=-1;}if(typeof e.expires==="number"){var g=e.expires,d=e.expires=new Date();d.setDate(d.getDate()+g);}a=String(a);return(document.cookie=[encodeURIComponent(b),"=",e.raw?a:encodeURIComponent(a),e.expires?"; expires="+e.expires.toUTCString():"",e.path?"; path="+e.path:"",e.domain?"; domain="+e.domain:"",e.secure?"; secure":""].join(""));}e=a||{};var c,h=e.raw?function(i){return i;}:decodeURIComponent;return(c=new RegExp("(?:^|; )"+encodeURIComponent(b)+"=([^;]*)").exec(document.cookie))?h(c[1]):null;};TM={};TM.box=function(){var e,a,d,i,c,h=0;return{show:function(b){c={opacity:98,close:1,animate:0,fixed:1,mask:1,maskid:"",boxid:"",topsplit:2,url:0,post:0,height:0,width:0,html:0,iframe:0};for(s in b){c[s]=b[s];}if(!h){e=document.createElement("div");e.className="tmbox";h=document.createElement("div");h.className="tminner";d=document.createElement("div");d.className="tmcontent";a=document.createElement("div");a.className="tmmask";i=document.createElement("div");i.className="tmclose";i.v=0;document.body.appendChild(a);document.body.appendChild(e);e.appendChild(h);h.appendChild(d);}else{e.style.display="none";clearTimeout(h.ah);if(i.v){h.removeChild(i);i.v=0;}}h.id=c.boxid;a.id=c.maskid;e.style.position=c.fixed?"fixed":"absolute";if(c.html&&!c.animate){h.style.backgroundImage="none";d.innerHTML=c.html;d.style.display="";h.style.width=c.width?c.width+"px":"auto";h.style.height=c.height?c.height+"px":"auto";}else{d.style.display="none";if(!c.animate&&c.width&&c.height){h.style.width=c.width+"px";h.style.height=c.height+"px";}else{h.style.width=h.style.height="100px";}}if(c.mask){this.mask();this.alpha(a,1,c.opacity);}else{this.alpha(e,1,100);}},fill:function(m,n,g,l,o,p){if(n){if(c.image){var b=new Image();b.onload=function(){o=o||b.width;p=p||b.height;TM.box.psh(b,l,o,p);};b.src=c.image;}else{if(c.iframe){this.psh('<iframe src="'+c.iframe+'" width="'+c.width+'" frameborder="0" height="'+c.height+'"></iframe>',l,o,p);MediaPass.blockerCancel();}else{var j=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP");j.onreadystatechange=function(){if(j.readyState==4&&j.status==200){h.style.backgroundImage="";TM.box.psh(j.responseText,l,o,p);}};if(g){j.open("POST",m,true);j.setRequestHeader("Content-type","application/x-www-form-urlencoded");j.send(g);}else{j.open("GET",m,true);j.send(null);}}}}else{this.psh(m,l,o,p);}},psh:function(l,j,k,g){if(typeof l=="object"){d.appendChild(l);}else{d.innerHTML=l;}var b=h.style.width,m=h.style.height;if(!k||!g){h.style.width=k?k+"px":"";h.style.height=g?g+"px":"";d.style.display="";if(!g){g=parseInt(d.offsetHeight);}if(!k){k=parseInt(d.offsetWidth);}d.style.display="none";}h.style.width=b;h.style.height=m;this.size(k,g,j);},resize:function(){TM.box.pos();TM.box.mask();},mask:function(){a.style.height=this.total(1)+"px";a.style.width=this.total(0)+"px";},pos:function(){var b;if(typeof c.top!="undefined"){b=c.top;}else{b=(this.height()/c.topsplit)-(e.offsetHeight/2);b=b<20?20:b;}if(!c.fixed&&!c.top){b+=this.top();}e.style.top=b+"px";e.style.left=typeof c.left!="undefined"?c.left+"px":(this.width()/2)-(e.offsetWidth/2)+"px";},alpha:function(j,g,b){clearInterval(j.ai);if(g){j.style.opacity=0;j.style.filter="alpha(opacity=0)";j.style.display="block";TM.box.pos();}j.ai=setInterval(function(){TM.box.ta(j,b,g);},20);},ta:function(l,j,k){var g=Math.round(l.style.opacity*100);if(g==j){clearInterval(l.ai);if(k==-1){l.style.display="none";l==e?TM.box.alpha(a,-1,0,2):d.innerHTML=h.style.backgroundImage="";}else{if(l==a){this.alpha(e,1,100);}else{e.style.filter="";TM.box.fill(c.html||c.url,c.url||c.iframe||c.image,c.post,c.animate,c.width,c.height);}}}else{var b=j-Math.floor(Math.abs(j-g)*0.5)*k;l.style.opacity=b/100;l.style.filter="alpha(opacity="+b+")";}},size:function(g,j,b){if(b){clearInterval(h.si);var l=parseInt(h.style.width)>g?-1:1,k=parseInt(h.style.height)>j?-1:1;h.si=setInterval(function(){TM.box.ts(g,l,j,k);},20);}else{h.style.backgroundImage="none";if(c.close){h.appendChild(i);i.v=1;}h.style.width=g+"px";h.style.height=j+"px";d.style.display="";this.pos();if(c.openjs){c.openjs();}}},ts:function(j,k,g,l){var b=parseInt(h.style.width),m=parseInt(h.style.height);if(b==j&&m==g){clearInterval(h.si);h.style.backgroundImage="none";d.style.display="block";if(c.close){h.appendChild(i);i.v=1;}if(c.openjs){c.openjs();}}else{if(b!=j){h.style.width=(j-Math.floor(Math.abs(j-b)*0.6)*k)+"px";}if(m!=g){h.style.height=(g-Math.floor(Math.abs(g-m)*0.6)*l)+"px";}this.pos();}},top:function(){return 0;},width:function(){return self.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;},height:function(){return self.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;},total:function(j){var g=document.body,k=document.documentElement;return j?Math.max(Math.max(g.scrollHeight,k.scrollHeight),Math.max(g.clientHeight,k.clientHeight)):Math.max(Math.max(g.scrollWidth,k.scrollWidth),Math.max(g.clientWidth,k.clientWidth));}};}();var $mp=jQuery.noConflict(true);var $mt=TM;var _handled=false;var displayMode="";var customTitle=document.title;var vid_width;var vid_height;var thumbUrl="";var delay=15;var uri=location.href;var awiz=0;var asset=0;var vobj=null;var MediaPass={root:"https://www.mediapass.com/",referral:function(){$mp(document).ready(function(){if(document.referrer.indexOf(MediaPass.root+"Subscription/Confirm")!=-1||document.referrer.indexOf(MediaPass.root+"Subscription/Subscribe")!=-1||document.referrer.indexOf(MediaPass.root+"Subscription/PaypalSubscribe")!=-1||document.referrer.indexOf(MediaPass.root+"Subscription/FreeSubscribe")!=-1){document.cookie="mm-mp=true";}});},getReferral:function(){return document.referrer;},addStyleSheet:function(c){var d=document.createElement("link");d.setAttribute("type","text/css");d.href=MediaPass.root+c;d.setAttribute("rel","StyleSheet");document.getElementsByTagName("head")[0].appendChild(d);},init:function(c,b){awiz=c;vobj=b;$mp(document).ready(function(){if($mp("#media-pass-preview").length>0){displayMode="overlay-with-preview";MediaPass.addStyleSheet("/static/css/t.css");MediaPass.blockerCallBack();}else{if($mp(".media-pass-article").length>0){displayMode="inline-article";$mp(".media-pass-article").hide();MediaPass.blockerCallBack();}else{if($mp("#media-pass-video").length>0){displayMode="inline-video";MediaPass.blockerCallBack();}else{displayMode="overlay";MediaPass.addStyleSheet("/static/css/t.css");MediaPass.blockerCallBack();}}}});},blocker:function(){$mp("body").css("visibility","hidden");MediaPass.blockerCallBack();},blockerCallBack:function(){_handled=false;var d=navigator.appName;customTitle=document.title;if(vobj===undefined){f="0";}else{f=typeof vobj.vid!="undefined"?vobj.vid:"";vid_width=typeof vobj.width!="undefined"?vobj.width:560;vid_height=typeof vobj.height!="undefined"?vobj.height:vid_width*0.66;thumbUrl=typeof vobj.thumbnail!="undefined"?vobj.thumbnail:"";customTitle=typeof vobj.title!="undefined"?vobj.title:document.title;delay=typeof vobj.delay!="undefined"?vobj.delay:delay;asset=typeof vobj.asset!="undefined"?vobj.asset:asset;if(vid_width<560){vid_height=vid_height+(vid_height*0.18);}}if(uri.lastIndexOf("#")>-1){uri=uri.substring(0,uri.lastIndexOf("#"));}var e=$mp("#media-pass-tease");var a="";if(e.length>0){a=$mp(e[0]).text();}$mp.getJSON(MediaPass.root+"subscription/check?key="+awiz+"&assetKey="+asset+"&uri="+escape(uri)+"&title="+escape(customTitle)+"&snip="+escape(a)+"&said="+escape(f)+"&callback=?",function(b){if(b.authorized!==true&&typeof b.error==="undefined"){MediaPass.gate(b.url,b.akey,b.pkey,b.snip,displayMode,d,b.said);}else{MediaPass.blockerCancel();}});},blockerCancel:function(){if(displayMode=="overlay-with-preview"){$mp("#media-pass-preview").hide();$mp(".media-pass-article").show();}else{if(displayMode=="inline-article"){$mp(".media-pass-article").show();}else{}}},hideVideo:function(a){if(_handled==false){$mp("#media-pass-video").html("");$mp("#media-pass-video").html(a);$mp("#topdiv").hide();_handled=true;}},gate:function(j,l,i,k,m,n,o){var h=this.root+j+"?uri="+escape(uri)+"&title="+escape(customTitle)+"&snip="+escape(k)+"&akey="+l+"&pkey="+i+"&said="+escape(o)+"&rf="+escape(MediaPass.getReferral())+"&display="+displayMode+"&thumb="+escape(thumbUrl)+"&vwidth="+vid_width;var r='<iframe id="mpiframe" src="'+h+'" width="100%" height="100%" frameborder="0"></iframe>';switch(m){case"inline-article":$mp(".media-pass-article").show();$mp(".media-pass-article").height(380);if($mp(".media-pass-article").width()<430){$mp(".media-pass-article").width(430);}else{if($mp(".media-pass-article").width()>600){$mp(".media-pass-article").width(600);}}$mp(".media-pass-article").html(r);$mp(".media-pass-article").css("margin","30px 0px 50px 0px");break;case"inline-video":$mp("#media-pass-video").after('<div id="topdiv"></div>');$mp("#media-pass-video").width(vid_width);$mp("#media-pass-video").height(vid_height);$mp("#topdiv").width(vid_width);$mp("#topdiv").height(vid_height);$mp("#topdiv").css("position","relative");$mp("#topdiv").css("z-index","10000");$mp("#topdiv").css("bottom",vid_height);$mp("#topdiv").css("margin-bottom",-1*vid_height);$mp("#topdiv").bind("mousemove",function(){if(_handled==false){$mp("#media-pass-video").html("");$mp("#media-pass-video").html(r);$mp("#topdiv").hide();_handled=true;}});var p=setTimeout("MediaPass.hideVideo('"+r+"')",delay*1000);break;case"overlay-with-preview":$mp("#media-pass-preview").show();$mp(".media-pass-article").hide();var q=this.root+j+"?uri="+escape(uri)+"&title="+escape(customTitle)+"&snip="+escape(k)+"&akey="+l+"&pkey="+i+"&said="+escape(o)+"&rf="+escape(MediaPass.getReferral())+"&display=overlay";$mp("#media-pass-preview").click(function(){$mt.box.show({iframe:q,boxid:"tmframeless",width:821,height:500,fixed:true,maskid:"tmbluemask"});});break;default:$mt.box.show({iframe:this.root+j+"?uri="+escape(uri)+"&title="+escape(customTitle)+"&snip="+escape(k)+"&akey="+l+"&pkey="+i+"&said="+escape(o)+"&rf="+escape(MediaPass.getReferral())+"&display=overlay",boxid:"tmframeless",width:821,height:500,fixed:true,maskid:"tmbluemask"});}}};
