window.undefined=window.undefined;function jQuery(d,f){if(d&&d.constructor==Function&&jQuery.fn.ready){return jQuery(document).ready(d)}d=d||jQuery.context||document;if(d.jquery){return jQuery(jQuery.merge(d,[]))}if(f&&f.jquery){return jQuery(f).find(d)}if(window==this){return new jQuery(d,f)}var b=/^[^<]*(<.+>)[^>]*$/.exec(d);if(b){d=jQuery.clean([b[1]])}this.get(d.constructor==Array||d.length&&!d.nodeType&&d[0]!=undefined&&d[0].nodeType?jQuery.merge(d,[]):jQuery.find(d,f));var e=arguments[arguments.length-1];if(e&&e.constructor==Function){this.each(e)}}if(typeof $!="undefined"){jQuery._$=$}var $=jQuery;jQuery.fn=jQuery.prototype={jquery:"$Rev: 276 $",size:function(){return this.length},get:function(a){if(a&&a.constructor==Array){this.length=0;[].push.apply(this,a);return this}else{return a==undefined?jQuery.merge(this,[]):this[a]}},each:function(b,a){return jQuery.each(this,b,a)},index:function(a){var b=-1;this.each(function(c){if(this==a){b=c}});return b},attr:function(a,c,b){return a.constructor!=String||c!=undefined?this.each(function(){if(c==undefined){for(var d in a){jQuery.attr(b?this.style:this,d,a[d])}}else{jQuery.attr(b?this.style:this,a,c)}}):jQuery[b||"attr"](this[0],a)},css:function(a,b){return this.attr(a,b,"curCSS")},text:function(f){f=f||this;var c="";for(var a=0;a<f.length;a++){var d=f[a].childNodes;for(var b=0;b<d.length;b++){if(d[b].nodeType!=8){c+=d[b].nodeType!=1?d[b].nodeValue:jQuery.fn.text([d[b]])}}}return c},wrap:function(){var b=jQuery.clean(arguments);return this.each(function(){var a=b[0].cloneNode(true);this.parentNode.insertBefore(a,this);while(a.firstChild){a=a.firstChild}a.appendChild(this)})},append:function(){return this.domManip(arguments,true,1,function(b){this.appendChild(b)})},prepend:function(){return this.domManip(arguments,true,-1,function(b){this.insertBefore(b,this.firstChild)})},before:function(){return this.domManip(arguments,false,1,function(b){this.parentNode.insertBefore(b,this)})},after:function(){return this.domManip(arguments,false,-1,function(b){this.parentNode.insertBefore(b,this.nextSibling)})},end:function(){return this.get(this.stack.pop())},find:function(a){return this.pushStack(jQuery.map(this,function(b){return jQuery.find(a,b)}),arguments)},clone:function(a){return this.pushStack(jQuery.map(this,function(b){return b.cloneNode(a!=undefined?a:true)}),arguments)},filter:function(a){return this.pushStack(a.constructor==Array&&jQuery.map(this,function(b){for(var c=0;c<a.length;c++){if(jQuery.filter(a[c],[b]).r.length){return b}}})||a.constructor==Boolean&&(a?this.get():[])||a.constructor==Function&&jQuery.grep(this,a)||jQuery.filter(a,this).r,arguments)},not:function(a){return this.pushStack(a.constructor==String?jQuery.filter(a,this,false).r:jQuery.grep(this,function(b){return b!=a}),arguments)},add:function(a){return this.pushStack(jQuery.merge(this,a.constructor==String?jQuery.find(a):a.constructor==Array?a:[a]),arguments)},is:function(a){return a?jQuery.filter(a,this).r.length>0:false},domManip:function(d,f,c,e){var g=this.size()>1;var b=jQuery.clean(d);return this.each(function(){var j=this;if(f&&this.nodeName=="TABLE"&&b[0].nodeName!="THEAD"){var a=this.getElementsByTagName("tbody");if(!a.length){j=document.createElement("tbody");this.appendChild(j)}else{j=a[0]}}for(var h=(c<0?b.length-1:0);h!=(c<0?c:b.length);h+=c){e.apply(j,[g?b[h].cloneNode(true):b[h]])}})},pushStack:function(c,d){var e=d&&d[d.length-1];if(!e||e.constructor!=Function){if(!this.stack){this.stack=[]}this.stack.push(this.get());this.get(c)}else{var b=this.get();this.get(c);if(e.constructor==Function){this.each(e)}this.get(b)}return this}};jQuery.extend=jQuery.fn.extend=function(b,c){if(!c){c=b;b=this}for(var a in c){b[a]=c[a]}return b};jQuery.extend({init:function(){jQuery.initDone=true;jQuery.each(jQuery.macros.axis,function(a,b){jQuery.fn[a]=function(c){var d=jQuery.map(this,b);if(c&&c.constructor==String){d=jQuery.filter(c,d).r}return this.pushStack(d,arguments)}});jQuery.each(jQuery.macros.to,function(a,b){jQuery.fn[a]=function(){var c=arguments;return this.each(function(){for(var d=0;d<c.length;d++){jQuery(c[d])[b](this)}})}});jQuery.each(jQuery.macros.each,function(a,b){jQuery.fn[a]=function(){return this.each(b,arguments)}});jQuery.each(jQuery.macros.filter,function(a,b){jQuery.fn[b]=function(c,d){return this.filter(":"+b+"("+c+")",d)}});jQuery.each(jQuery.macros.attr,function(a,b){b=b||a;jQuery.fn[a]=function(c){return c==undefined?this.length?this[0][b]:null:this.attr(b,c)}});jQuery.each(jQuery.macros.css,function(a,b){jQuery.fn[b]=function(c){return c==undefined?(this.length?jQuery.css(this[0],b):null):this.css(b,c)}})},each:function(d,c,a){if(d.length==undefined){for(var b in d){c.apply(d[b],a||[b,d[b]])}}else{for(var b=0;b<d.length;b++){c.apply(d[b],a||[b,d[b]])}}return d},className:{add:function(a,b){if(jQuery.className.has(a,b)){return}a.className+=(a.className?" ":"")+b},remove:function(a,b){a.className=!b?"":a.className.replace(new RegExp("(^|\\s*\\b[^-])"+b+"($|\\b(?=[^-]))","g"),"")},has:function(c,b){if(c.className!=undefined){c=c.className}return new RegExp("(^|\\s)"+b+"(\\s|$)").test(c)}},swap:function(c,d,b){for(var a in d){c.style["old"+a]=c.style[a];c.style[a]=d[a]}b.apply(c,[]);for(var a in d){c.style[a]=c.style["old"+a]}},css:function(h,g){if(g=="height"||g=="width"){var b={},c,a,j=["Top","Bottom","Right","Left"];for(var f in j){b["padding"+j[f]]=0;b["border"+j[f]+"Width"]=0}jQuery.swap(h,b,function(){if(jQuery.css(h,"display")!="none"){c=h.offsetHeight;a=h.offsetWidth}else{h=jQuery(h.cloneNode(true)).css({visibility:"hidden",position:"absolute",display:"block",right:"0",left:"0"}).appendTo(h.parentNode)[0];var d=jQuery.css(h.parentNode,"position");if(d==""||d=="static"){h.parentNode.style.position="relative"}c=h.clientHeight;a=h.clientWidth;if(d==""||d=="static"){h.parentNode.style.position="static"}h.parentNode.removeChild(h)}});return g=="height"?c:a}else{if(g=="opacity"&&jQuery.browser.msie){return parseFloat(jQuery.curCSS(h,"filter").replace(/[^0-9.]/,""))||1}}return jQuery.curCSS(h,g)},curCSS:function(b,f,c){var a;if(!c&&b.style[f]){a=b.style[f]}else{if(b.currentStyle){var d=f.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a=b.currentStyle[f]||b.currentStyle[d]}else{if(document.defaultView&&document.defaultView.getComputedStyle){f=f.replace(/([A-Z])/g,"-$1").toLowerCase();var e=document.defaultView.getComputedStyle(b,null);if(e){a=e.getPropertyValue(f)}else{if(f=="display"){a="none"}else{jQuery.swap(b,{display:"block"},function(){a=document.defaultView.getComputedStyle(this,null).getPropertyValue(f)})}}}}}return a},clean:function(b){var g=[];for(var e=0;e<b.length;e++){if(b[e].constructor==String){var f="";if(!b[e].indexOf("<thead")||!b[e].indexOf("<tbody")){f="thead";b[e]="<table>"+b[e]+"</table>"}else{if(!b[e].indexOf("<tr")){f="tr";b[e]="<table>"+b[e]+"</table>"}else{if(!b[e].indexOf("<td")||!b[e].indexOf("<th")){f="td";b[e]="<table><tbody><tr>"+b[e]+"</tr></tbody></table>"}}}var h=document.createElement("div");h.innerHTML=b[e];if(f){h=h.firstChild;if(f!="thead"){h=h.firstChild}if(f=="td"){h=h.firstChild}}for(var d=0;d<h.childNodes.length;d++){g.push(h.childNodes[d])}}else{if(b[e].jquery||b[e].length&&!b[e].nodeType){for(var c=0;c<b[e].length;c++){g.push(b[e][c])}}else{if(b[e]!==null){g.push(b[e].nodeType?b[e]:document.createTextNode(b[e].toString()))}}}}return g},expr:{"":"m[2]== '*'||a.nodeName.toUpperCase()==m[2].toUpperCase()","#":"a.getAttribute('id')&&a.getAttribute('id')==m[2]",":":{lt:"i<m[3]-0",gt:"i>m[3]-0",nth:"m[3]-0==i",eq:"m[3]-0==i",first:"i==0",last:"i==r.length-1",even:"i%2==0",odd:"i%2","nth-child":"jQuery.sibling(a,m[3]).cur","first-child":"jQuery.sibling(a,0).cur","last-child":"jQuery.sibling(a,0).last","only-child":"jQuery.sibling(a).length==1",parent:"a.childNodes.length",empty:"!a.childNodes.length",contains:"(a.innerText||a.innerHTML).indexOf(m[3])>=0",visible:"a.type!='hidden'&&jQuery.css(a,'display')!='none'&&jQuery.css(a,'visibility')!='hidden'",hidden:"a.type=='hidden'||jQuery.css(a,'display')=='none'||jQuery.css(a,'visibility')=='hidden'",enabled:"!a.disabled",disabled:"a.disabled",checked:"a.checked",selected:"a.selected"},".":"jQuery.className.has(a,m[2])","@":{"=":"z==m[4]","!=":"z!=m[4]","^=":"!z.indexOf(m[4])","$=":"z.substr(z.length - m[4].length,m[4].length)==m[4]","*=":"z.indexOf(m[4])>=0","":"z"},"[":"jQuery.find(m[2],a).length"},token:["\\.\\.|/\\.\\.","a.parentNode",">|/","jQuery.sibling(a.firstChild)","\\+","jQuery.sibling(a).next","~",function(b){var e=[];var d=jQuery.sibling(b);if(d.n>0){for(var c=d.n;c<d.length;c++){e.push(d[c])}}return e}],find:function(o,b){if(b&&b.nodeType==undefined){b=null}b=b||jQuery.context||document;if(o.constructor!=String){return[o]}if(!o.indexOf("//")){b=b.documentElement;o=o.substr(2,o.length)}else{if(!o.indexOf("/")){b=b.documentElement;o=o.substr(1,o.length);if(o.indexOf("/")>=1){o=o.substr(o.indexOf("/"),o.length)}}}var k=[b];var f=[];var l=null;while(o.length>0&&l!=o){var a=[];l=o;o=jQuery.trim(o).replace(/^\/\//i,"");var j=false;for(var g=0;g<jQuery.token.length;g+=2){if(j){continue}var n=new RegExp("^("+jQuery.token[g]+")");var e=n.exec(o);if(e){a=k=jQuery.map(k,jQuery.token[g+1]);o=jQuery.trim(o.replace(n,""));j=true}}if(!j){if(!o.indexOf(",")||!o.indexOf("|")){if(k[0]==b){k.shift()}f=jQuery.merge(f,k);a=k=[b];o=" "+o.substr(1,o.length)}else{var h=/^([#.]?)([a-z0-9\\*_-]*)/i;var e=h.exec(o);if(e[1]=="#"){var d=document.getElementById(e[2]);a=k=d?[d]:[];o=o.replace(h,"")}else{if(!e[2]||e[1]=="."){e[2]="*"}for(var g=0;g<k.length;g++){a=jQuery.merge(a,e[2]=="*"?jQuery.getAll(k[g]):k[g].getElementsByTagName(e[2]))}}}}if(o){var c=jQuery.filter(o,a);k=a=c.r;o=jQuery.trim(c.t)}}if(k&&k[0]==b){k.shift()}f=jQuery.merge(f,k);return f},getAll:function(d,c){c=c||[];var b=d.childNodes;for(var a=0;a<b.length;a++){if(b[a].nodeType==1){c.push(b[a]);jQuery.getAll(b[a],c)}}return c},attr:function(c,b,d){var a={"for":"htmlFor","class":"className","float":"cssFloat",innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked"};if(a[b]){if(d!=undefined){c[a[b]]=d}return c[a[b]]}else{if(c.getAttribute){if(d!=undefined){c.setAttribute(b,d)}return c.getAttribute(b,2)}else{b=b.replace(/-([a-z])/ig,function(f,e){return e.toUpperCase()});if(d!=undefined){c[b]=d}return c[b]}}},parse:[["\\[ *(@)S *([!*$^=]*) *Q\\]",1],["(\\[)Q\\]",0],["(:)S\\(Q\\)",0],["([:.#]*)S",0]],filter:function(t,r,not){var g=not!==false?jQuery.grep:function(a,f){return jQuery.grep(a,f,true)};while(t&&/^[a-z[({<*:.#]/i.test(t)){var p=jQuery.parse;for(var i=0;i<p.length;i++){var re=new RegExp("^"+p[i][0].replace("S","([a-z*_-][a-z0-9_-]*)").replace("Q"," *'?\"?([^'\"]*?)'?\"? *"),"i");var m=re.exec(t);if(m){if(p[i][1]){m=["",m[1],m[3],m[2],m[4]]}t=t.replace(re,"");break}}if(m[1]==":"&&m[2]=="not"){r=jQuery.filter(m[3],r,false).r}else{var f=jQuery.expr[m[1]];if(f.constructor!=String){f=jQuery.expr[m[1]][m[2]]}eval("f = function(a,i){"+(m[1]=="@"?"z=jQuery.attr(a,m[3]);":"")+"return "+f+"}");r=g(r,f)}}return{r:r,t:t}},trim:function(a){return a.replace(/^\s+|\s+$/g,"")},parents:function(b){var a=[];var c=b.parentNode;while(c&&c!=document){a.push(c);c=c.parentNode}return a},sibling:function(d,f,c){var a=[];var e=d.parentNode.childNodes;for(var b=0;b<e.length;b++){if(c===true&&e[b]==d){continue}if(e[b].nodeType==1){a.push(e[b])}if(e[b]==d){a.n=a.length-1}}return jQuery.extend(a,{last:a.n==a.length-1,cur:f=="even"&&a.n%2==0||f=="odd"&&a.n%2||a[f]==d,prev:a[a.n-1],next:a[a.n+1]})},merge:function(g,d){var a=[];for(var b=0;b<g.length;b++){a[b]=g[b]}for(var e=0;e<d.length;e++){var f=true;for(var c=0;c<g.length;c++){if(d[e]==g[c]){f=false}}if(f){a.push(d[e])}}return a},grep:function(c,e,b){if(e.constructor==String){e=new Function("a","i","return "+e)}var a=[];for(var d=0;d<c.length;d++){if(!b&&e(c[d],d)||b&&!e(c[d],d)){a.push(c[d])}}return a},map:function(b,d){if(d.constructor==String){d=new Function("a","return "+d)}var a=[];for(var c=0;c<b.length;c++){var e=d(b[c],c);if(e!==null&&e!=undefined){if(e.constructor!=Array){e=[e]}a=jQuery.merge(a,e)}}return a},event:{add:function(b,d,c){if(jQuery.browser.msie&&b.setInterval!=undefined){b=window}if(!c.guid){c.guid=this.guid++}if(!b.events){b.events={}}var a=b.events[d];if(!a){a=b.events[d]={};if(b["on"+d]){a[0]=b["on"+d]}}a[c.guid]=c;b["on"+d]=this.handle;if(!this.global[d]){this.global[d]=[]}this.global[d].push(b)},guid:1,global:{},remove:function(c,e,d){if(c.events){if(e&&c.events[e]){if(d){delete c.events[e][d.guid]}else{for(var b in c.events[e]){delete c.events[e][b]}}}else{for(var a in c.events){this.remove(c,a)}}}},trigger:function(c,e,b){e=e||[];if(!b){var d=this.global[c];if(d){for(var a=0;a<d.length;a++){this.trigger(c,e,d[a])}}}else{if(b["on"+c]){e.unshift(this.fix({type:c,target:b}));b["on"+c].apply(b,e)}}},handle:function(d){if(typeof jQuery=="undefined"){return}d=d||jQuery.event.fix(window.event);if(!d){return}var b=true;var e=this.events[d.type];for(var a in e){if(e[a].apply(this,[d])===false){d.preventDefault();d.stopPropagation();b=false}}return b},fix:function(a){if(a){a.preventDefault=function(){this.returnValue=false};a.stopPropagation=function(){this.cancelBubble=true}}return a}}});new function(){var a=navigator.userAgent.toLowerCase();jQuery.browser={safari:/webkit/.test(a),opera:/opera/.test(a),msie:/msie/.test(a)&&!/opera/.test(a),mozilla:/mozilla/.test(a)&&!/(compatible|webkit)/.test(a)};jQuery.boxModel=!jQuery.browser.msie||document.compatMode=="CSS1Compat"};jQuery.macros={to:{appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after"},css:"width,height,top,left,position,float,overflow,color,background".split(","),filter:["eq","lt","gt","contains"],attr:{val:"value",html:"innerHTML",id:null,title:null,name:null,href:null,src:null,rel:null},axis:{parent:"a.parentNode",ancestors:jQuery.parents,parents:jQuery.parents,next:"jQuery.sibling(a).next",prev:"jQuery.sibling(a).prev",siblings:jQuery.sibling,children:"jQuery.sibling(a.firstChild)"},each:{removeAttr:function(a){this.removeAttribute(a)},show:function(){this.style.display=this.oldblock?this.oldblock:"";if(jQuery.css(this,"display")=="none"){this.style.display="block"}},hide:function(){this.oldblock=this.oldblock||jQuery.css(this,"display");if(this.oldblock=="none"){this.oldblock="block"}this.style.display="none"},toggle:function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"].apply(jQuery(this),arguments)},addClass:function(a){jQuery.className.add(this,a)},removeClass:function(a){jQuery.className.remove(this,a)},toggleClass:function(a){jQuery.className[jQuery.className.has(this,a)?"remove":"add"](this,a)},remove:function(b){if(!b||jQuery.filter(b,[this]).r){this.parentNode.removeChild(this)}},empty:function(){while(this.firstChild){this.removeChild(this.firstChild)}},bind:function(b,a){if(a.constructor==String){a=new Function("e",(!a.indexOf(".")?"jQuery(this)":"return ")+a)}jQuery.event.add(this,b,a)},unbind:function(b,a){jQuery.event.remove(this,b,a)},trigger:function(a,b){jQuery.event.trigger(a,b,this)}}};jQuery.init();jQuery.fn.extend({_toggle:jQuery.fn.toggle,toggle:function(d,c){return d&&c&&d.constructor==Function&&c.constructor==Function?this.click(function(a){this.last=this.last==d?c:d;a.preventDefault();return this.last.apply(this,[a])||false}):this._toggle.apply(this,arguments)},hover:function(c,b){function a(f){var d=(f.type=="mouseover"?f.fromElement:f.toElement)||f.relatedTarget;while(d&&d!=this){d=d.parentNode}if(d==this){return false}return(f.type=="mouseover"?c:b).apply(this,[f])}return this.mouseover(a).mouseout(a)},ready:function(a){if(jQuery.isReady){a.apply(document)}else{jQuery.readyList.push(a)}return this}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){for(var a=0;a<jQuery.readyList.length;a++){jQuery.readyList[a].apply(document)}jQuery.readyList=null}}}});new function(){var c=("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,change,reset,select,submit,keydown,keypress,keyup,error").split(",");for(var b=0;b<c.length;b++){new function(){var d=c[b];jQuery.fn[d]=function(e){return e?this.bind(d,e):this.trigger(d)};jQuery.fn["un"+d]=function(e){return this.unbind(d,e)};jQuery.fn["one"+d]=function(e){return this.each(function(){var f=0;jQuery.event.add(this,d,function(g){if(f++){return}return e.apply(this,[g])})})}}}if(jQuery.browser.mozilla||jQuery.browser.opera){document.addEventListener("DOMContentLoaded",jQuery.ready,false)}else{if(jQuery.browser.msie){document.write("<script id=__ie_init defer=true src=//:><\/script>");var a=document.getElementById("__ie_init");a.onreadystatechange=function(){if(this.readyState!="complete"){return}this.parentNode.removeChild(this);jQuery.ready()};a=null}else{if(jQuery.browser.safari){jQuery.safariTimer=setInterval(function(){if(document.readyState=="loaded"||document.readyState=="complete"){clearInterval(jQuery.safariTimer);jQuery.safariTimer=null;jQuery.ready()}},10)}}}jQuery.event.add(window,"load",jQuery.ready)};jQuery.fn.extend({_show:jQuery.fn.show,show:function(a,b){return a?this.animate({height:"show",width:"show",opacity:"show"},a,b):this._show()},_hide:jQuery.fn.hide,hide:function(a,b){return a?this.animate({height:"hide",width:"hide",opacity:"hide"},a,b):this._hide()},slideDown:function(a,b){return this.animate({height:"show"},a,b)},slideUp:function(a,b){return this.animate({height:"hide"},a,b)},slideToggle:function(a,b){return this.each(function(){var c=$(this).is(":hidden")?"show":"hide";$(this).animate({height:c},a,b)})},fadeIn:function(a,b){return this.animate({opacity:"show"},a,b)},fadeOut:function(a,b){return this.animate({opacity:"hide"},a,b)},fadeTo:function(a,c,b){return this.animate({opacity:c},a,b)},animate:function(c,a,b){return this.queue(function(){this.curAnim=c;for(var f in c){var d=new jQuery.fx(this,jQuery.speed(a,b),f);if(c[f].constructor==Number){d.custom(d.cur(),c[f])}else{d[c[f]](c)}}})},queue:function(b,a){if(!a){a=b;b="fx"}return this.each(function(){if(!this.queue){this.queue={}}if(!this.queue[b]){this.queue[b]=[]}this.queue[b].push(a);if(this.queue[b].length==1){a.apply(this)}})}});jQuery.extend({setAuto:function(d,c){if(d.notAuto){return}if(c=="height"&&d.scrollHeight!=parseInt(jQuery.curCSS(d,c))){return}if(c=="width"&&d.scrollWidth!=parseInt(jQuery.curCSS(d,c))){return}var b=d.style[c];var f=jQuery.curCSS(d,c,1);if(c=="height"&&d.scrollHeight!=f||c=="width"&&d.scrollWidth!=f){return}d.style[c]=d.currentStyle?"":"auto";var g=jQuery.curCSS(d,c,1);if(f!=g&&g!="auto"){d.style[c]=b;d.notAuto=true}},speed:function(b,c){c=c||{};if(c.constructor==Function){c={complete:c}}var a={slow:600,fast:200};c.duration=(b&&b.constructor==Number?b:a[b])||400;c.oldComplete=c.complete;c.complete=function(){jQuery.dequeue(this,"fx");if(c.oldComplete&&c.oldComplete.constructor==Function){c.oldComplete.apply(this)}};return c},queue:{},dequeue:function(b,a){a=a||"fx";if(b.queue&&b.queue[a]){b.queue[a].shift();var c=b.queue[a][0];if(c){c.apply(b)}}},fx:function(b,a,e){var c=this;c.o={duration:a.duration||400,complete:a.complete,step:a.step};c.el=b;var d=c.el.style;c.a=function(){if(a.step){a.step.apply(b,[c.now])}if(e=="opacity"){if(jQuery.browser.mozilla&&c.now==1){c.now=0.9999}if(window.ActiveXObject){d.filter="alpha(opacity="+c.now*100+")"}else{d.opacity=c.now}}else{if(parseInt(c.now)){d[e]=parseInt(c.now)+"px"}}d.display="block"};c.max=function(){return parseFloat(jQuery.css(c.el,e))};c.cur=function(){var f=parseFloat(jQuery.curCSS(c.el,e));return f&&f>-10000?f:c.max()};c.custom=function(g,f){c.startTime=(new Date()).getTime();c.now=g;c.a();c.timer=setInterval(function(){c.step(g,f)},13)};c.show=function(f){if(!c.el.orig){c.el.orig={}}c.el.orig[e]=this.cur();c.custom(0,c.el.orig[e]);if(e!="opacity"){d[e]="1px"}};c.hide=function(){if(!c.el.orig){c.el.orig={}}c.el.orig[e]=this.cur();c.o.hide=true;c.custom(c.el.orig[e],0)};if(jQuery.browser.msie&&!c.el.currentStyle.hasLayout){d.zoom="1"}if(!c.el.oldOverlay){c.el.oldOverflow=jQuery.css(c.el,"overflow")}d.overflow="hidden";c.step=function(h,f){var k=(new Date()).getTime();if(k>c.o.duration+c.startTime){clearInterval(c.timer);c.timer=null;c.now=f;c.a();c.el.curAnim[e]=true;var g=true;for(var j in c.el.curAnim){if(c.el.curAnim[j]!==true){g=false}}if(g){d.overflow=c.el.oldOverflow;if(c.o.hide){d.display="none"}if(c.o.hide){for(var l in c.el.curAnim){d[l]=c.el.orig[l]+(l=="opacity"?"":"px");if(l=="height"||l=="width"){jQuery.setAuto(c.el,l)}}}}if(g&&c.o.complete&&c.o.complete.constructor==Function){c.o.complete.apply(c.el)}}else{var l=(k-this.startTime)/c.o.duration;c.now=((-Math.cos(l*Math.PI)/2)+0.5)*(f-h)+h;c.a()}}}});jQuery.fn.loadIfModified=function(a,b,c){this.load(a,b,c,1)};jQuery.fn.load=function(url,params,callback,ifModified){if(url.constructor==Function){return this.bind("load",url)}callback=callback||function(){};var type="GET";if(params){if(params.constructor==Function){callback=params;params=null}else{params=jQuery.param(params);type="POST"}}var self=this;jQuery.ajax(type,url,params,function(res,status){if(status=="success"||!ifModified&&status=="notmodified"){self.html(res.responseText).each(callback,[res.responseText,status]);$("script",self).each(function(){if(this.src){$.getScript(this.src)}else{eval.call(window,this.text||this.textContent||this.innerHTML||"")}})}else{callback.apply(self,[res.responseText,status])}},ifModified);return this};jQuery.fn.serialize=function(){return $.param(this)};if(jQuery.browser.msie&&typeof XMLHttpRequest=="undefined"){XMLHttpRequest=function(){return new ActiveXObject(navigator.userAgent.indexOf("MSIE 5")>=0?"Microsoft.XMLHTTP":"Msxml2.XMLHTTP")}}new function(){var b="ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess".split(",");for(var a=0;a<b.length;a++){new function(){var c=b[a];jQuery.fn[c]=function(d){return this.bind(c,d)}}}};jQuery.extend({get:function(a,c,e,b,d){if(c.constructor==Function){b=e;e=c;c=null}if(c){a+="?"+jQuery.param(c)}jQuery.ajax("GET",a,null,function(g,f){if(e){e(jQuery.httpData(g,b),f)}},d)},getIfModified:function(a,c,d,b){jQuery.get(a,c,d,b,1)},getScript:function(a,b,c){jQuery.get(a,b,c,"script")},getJSON:function(a,b,c){jQuery.get(a,b,c,"json")},post:function(a,c,d,b){jQuery.ajax("POST",a,jQuery.param(c),function(f,e){if(d){d(jQuery.httpData(f,b),e)}})},timeout:0,ajaxTimeout:function(a){jQuery.timeout=a},lastModified:{},ajax:function(f,a,c,e,k){if(!a){e=f.complete;var j=f.success;var g=f.error;var h=f.dataType;c=f.data;a=f.url;f=f.type}if(!jQuery.active++){jQuery.event.trigger("ajaxStart")}var b=false;var d=new XMLHttpRequest();d.open(f||"GET",a,true);if(c){d.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}if(k){d.setRequestHeader("If-Modified-Since",jQuery.lastModified[a]||"Thu, 01 Jan 1970 00:00:00 GMT")}d.setRequestHeader("X-Requested-With","XMLHttpRequest");if(d.overrideMimeType){d.setRequestHeader("Connection","close")}var i=function(m){if(d&&(d.readyState==4||m=="timeout")){b=true;var l=jQuery.httpSuccess(d)&&m!="timeout"?k&&jQuery.httpNotModified(d,a)?"notmodified":"success":"error";if(l!="error"){var n=d.getResponseHeader("Last-Modified");if(k&&n){jQuery.lastModified[a]=n}if(j){j(jQuery.httpData(d,h),l)}jQuery.event.trigger("ajaxSuccess")}else{if(g){g(d,l)}jQuery.event.trigger("ajaxError")}jQuery.event.trigger("ajaxComplete");if(!--jQuery.active){jQuery.event.trigger("ajaxStop")}if(e){e(d,l)}d.onreadystatechange=function(){};d=null}};d.onreadystatechange=i;if(jQuery.timeout>0){setTimeout(function(){if(d){d.abort();if(!b){i("timeout")}d=null}},jQuery.timeout)}d.send(c)},active:0,httpSuccess:function(a){try{return !a.status&&location.protocol=="file:"||(a.status>=200&&a.status<300)||a.status==304||jQuery.browser.safari&&a.status==undefined}catch(b){}return false},httpNotModified:function(c,b){try{var a=c.getResponseHeader("Last-Modified");return c.status==304||a==jQuery.lastModified[b]||jQuery.browser.safari&&c.status==undefined}catch(d){}return false},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var data=!type&&ct&&ct.indexOf("xml")>=0;data=type=="xml"||data?r.responseXML:r.responseText;if(type=="script"){eval.call(window,data)}if(type=="json"){eval("data = "+data)}return data},param:function(b){var e=[];if(b.constructor==Array||b.jquery){for(var d=0;d<b.length;d++){e.push(b[d].name+"="+encodeURIComponent(b[d].value))}}else{for(var c in b){e.push(c+"="+encodeURIComponent(b[c]))}}return e.join("&")}});