/**
 * packed version of jquery.src.js
 * contains plugins and 3rd party scripts, for detailed information on those and their licenses, have a look at jquery.src.js
 */
(function(){function l(a,c){c.src?b.ajax({url:c.src,async:false,dataType:"script"}):b.globalEval(c.text||c.textContent||c.innerHTML||"");c.parentNode&&c.parentNode.removeChild(c)}function k(a,c){return a[0]&&parseInt(b.curCSS(a[0],c,true),10)||0}function t(){if(!L){L=true;document.addEventListener&&!b.browser.opera&&document.addEventListener("DOMContentLoaded",b.ready,false);b.browser.msie&&window==top&&function(){if(!b.isReady){try{document.documentElement.doScroll("left")}catch(c){setTimeout(arguments.callee, 0);return}b.ready()}}();b.browser.opera&&document.addEventListener("DOMContentLoaded",function(){if(!b.isReady){for(var c=0;c<document.styleSheets.length;c++)if(document.styleSheets[c].disabled){setTimeout(arguments.callee,0);return}b.ready()}},false);if(b.browser.safari){var a;(function(){if(!b.isReady)if(document.readyState!="loaded"&&document.readyState!="complete")setTimeout(arguments.callee,0);else{if(a===r)a=b("style, link[rel=stylesheet]").length;document.styleSheets.length!=a?setTimeout(arguments.callee, 0):b.ready()}})()}b.event.add(window,"load",b.ready)}}var m=window.jQuery,s=window.$,b=window.jQuery=window.$=function(a,c){return new b.fn.init(a,c)},q=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,A=/^.[^:#\[\.]*$/,r;b.fn=b.prototype={init:function(a,c){a=a||document;if(a.nodeType){this[0]=a;this.length=1;return this}if(typeof a=="string"){var d=q.exec(a);if(d&&(d[1]||!c))if(d[1])a=b.clean([d[1]],c);else{var e=document.getElementById(d[3]);if(e){if(e.id!=d[3])return b().find(a);return b(e)}a=[]}else return b(c).find(a)}else if(b.isFunction(a))return b(document)[b.fn.ready? "ready":"load"](a);return this.setArray(b.makeArray(a))},jquery:"1.2.6",size:function(){return this.length},length:0,get:function(a){return a==r?b.makeArray(this):this[a]},pushStack:function(a){a=b(a);a.prevObject=this;return a},setArray:function(a){this.length=0;Array.prototype.push.apply(this,a);return this},each:function(a,c){return b.each(this,a,c)},index:function(a){return b.inArray(a&&a.jquery?a[0]:a,this)},attr:function(a,c,d){var e=a;if(a.constructor==String)if(c===r)return this[0]&&b[d|| "attr"](this[0],a);else{e={};e[a]=c}return this.each(function(g){for(a in e)b.attr(d?this.style:this,a,b.prop(this,e[a],d,g,a))})},css:function(a,c){if((a=="width"||a=="height")&&parseFloat(c)<0)c=r;return this.attr(a,c,"curCSS")},text:function(a){if(typeof a!="object"&&a!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(a));var c="";b.each(a||this,function(){b.each(this.childNodes,function(){if(this.nodeType!=8)c+=this.nodeType!=1?this.nodeValue:b.fn.text([this])})}); return c},wrapAll:function(a){this[0]&&b(a,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){for(var c=this;c.firstChild;)c=c.firstChild;return c}).append(this);return this},wrapInner:function(a){return this.each(function(){b(this).contents().wrapAll(a)})},wrap:function(a){return this.each(function(){b(this).wrapAll(a)})},append:function(){return this.domManip(arguments,true,false,function(a){this.nodeType==1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments, true,true,function(a){this.nodeType==1&&this.insertBefore(a,this.firstChild)})},before:function(){return this.domManip(arguments,false,false,function(a){this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,false,true,function(a){this.parentNode.insertBefore(a,this.nextSibling)})},end:function(){return this.prevObject||b([])},find:function(a){var c=b.map(this,function(d){return b.find(a,d)});return this.pushStack(/[^+>] [^+>]/.test(a)||a.indexOf("..")>-1?b.unique(c): c)},clone:function(a){var c=this.map(function(){if(b.browser.msie&&!b.isXMLDoc(this)){var e=this.cloneNode(true),g=document.createElement("div");g.appendChild(e);return b.clean([g.innerHTML])[0]}else return this.cloneNode(true)}),d=c.find("*").andSelf().each(function(){if(this[w]!=r)this[w]=null});a===true&&this.find("*").andSelf().each(function(e){if(this.nodeType!=3){var g=b.data(this,"events");for(var f in g)for(var h in g[f])b.event.add(d[e],f,g[f][h],g[f][h].data)}});return c},filter:function(a){return this.pushStack(b.isFunction(a)&& b.grep(this,function(c,d){return a.call(c,d)})||b.multiFilter(a,this))},not:function(a){if(a.constructor==String)if(A.test(a))return this.pushStack(b.multiFilter(a,this,true));else a=b.multiFilter(a,this);var c=a.length&&a[a.length-1]!==r&&!a.nodeType;return this.filter(function(){return c?b.inArray(this,a)<0:this!=a})},add:function(a){return this.pushStack(b.unique(b.merge(this.get(),typeof a=="string"?b(a):b.makeArray(a))))},is:function(a){return!!a&&b.multiFilter(a,this).length>0},hasClass:function(a){return this.is("."+ a)},val:function(a){if(a==r){if(this.length){var c=this[0];if(b.nodeName(c,"select")){var d=c.selectedIndex,e=[],g=c.options;c=c.type=="select-one";if(d<0)return null;var f=c?d:0;for(d=c?d+1:g.length;f<d;f++){var h=g[f];if(h.selected){a=b.browser.msie&&!h.attributes.value.specified?h.text:h.value;if(c)return a;e.push(a)}}return e}else return(this[0].value||"").replace(/\r/g,"")}return r}if(a.constructor==Number)a+="";return this.each(function(){if(this.nodeType==1)if(a.constructor==Array&&/radio|checkbox/.test(this.type))this.checked= b.inArray(this.value,a)>=0||b.inArray(this.name,a)>=0;else if(b.nodeName(this,"select")){var i=b.makeArray(a);b("option",this).each(function(){this.selected=b.inArray(this.value,i)>=0||b.inArray(this.text,i)>=0});if(!i.length)this.selectedIndex=-1}else this.value=a})},html:function(a){return a==r?this[0]?this[0].innerHTML: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))},map:function(a){return this.pushStack(b.map(this,function(c,d){return a.call(c,d,c)}))},andSelf:function(){return this.add(this.prevObject)},data:function(a,c){var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(c===r){var e=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(e===r&&this.length)e=b.data(this[0],a);return e===r&&d[1]?this.data(d[0]):e}else return this.trigger("setData"+d[1]+"!",[d[0],c]).each(function(){b.data(this,a,c)})},removeData:function(a){return this.each(function(){b.removeData(this, a)})},domManip:function(a,c,d,e){var g=this.length>1,f;return this.each(function(){if(!f){f=b.clean(a,this.ownerDocument);d&&f.reverse()}var h=this;if(c&&b.nodeName(this,"table")&&b.nodeName(f[0],"tr"))h=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var i=b([]);b.each(f,function(){var j=g?b(this).clone(true)[0]:this;if(b.nodeName(j,"script"))i=i.add(j);else{if(j.nodeType==1)i=i.add(b("script",j).remove());e.call(h,j)}});i.each(l)})}};b.fn.init.prototype= b.fn;b.extend=b.fn.extend=function(){var a=arguments[0]||{},c=1,d=arguments.length,e=false,g;if(a.constructor==Boolean){e=a;a=arguments[1]||{};c=2}if(typeof a!="object"&&typeof a!="function")a={};if(d==c){a=this;--c}for(;c<d;c++)if((g=arguments[c])!=null)for(var f in g){var h=a[f],i=g[f];if(a!==i)if(e&&i&&typeof i=="object"&&!i.nodeType)a[f]=b.extend(e,h||(i.length!=null?[]:{}),i);else if(i!==r)a[f]=i}return a};var w="jQuery"+ +new Date,x=0,z={},G=/z-?index|font-?weight|opacity|zoom|line-?height/i, J=document.defaultView||{};b.extend({noConflict:function(a){window.$=s;if(a)window.jQuery=m;return b},isFunction:function(a){return!!a&&typeof a!="string"&&!a.nodeName&&a.constructor!=Array&&/^[\s[]?function/.test(a+"")},isXMLDoc:function(a){return a.documentElement&&!a.body||a.tagName&&a.ownerDocument&&!a.ownerDocument.body},globalEval:function(a){if(a=b.trim(a)){var c=document.getElementsByTagName("head")[0]||document.documentElement,d=document.createElement("script");d.type="text/javascript";if(b.browser.msie)d.text= a;else d.appendChild(document.createTextNode(a));c.insertBefore(d,c.firstChild);c.removeChild(d)}},nodeName:function(a,c){return a.nodeName&&a.nodeName.toUpperCase()==c.toUpperCase()},cache:{},data:function(a,c,d){a=a==window?z:a;var e=a[w];e||(e=a[w]=++x);if(c&&!b.cache[e])b.cache[e]={};if(d!==r)b.cache[e][c]=d;return c?b.cache[e][c]:e},removeData:function(a,c){a=a==window?z:a;var d=a[w];if(c){if(b.cache[d]){delete b.cache[d][c];c="";for(c in b.cache[d])break;c||b.removeData(a)}}else{try{delete a[w]}catch(e){a.removeAttribute&& a.removeAttribute(w)}delete b.cache[d]}},each:function(a,c,d){var e,g=0,f=a.length;if(d)if(f==r)for(e in a){if(c.apply(a[e],d)===false)break}else for(;g<f;){if(c.apply(a[g++],d)===false)break}else if(f==r)for(e in a){if(c.call(a[e],e,a[e])===false)break}else for(d=a[0];g<f&&c.call(d,g,d)!==false;d=a[++g]);return a},prop:function(a,c,d,e,g){if(b.isFunction(c))c=c.call(a,e);return c&&c.constructor==Number&&d=="curCSS"&&!G.test(g)?c+"px":c},className:{add:function(a,c){b.each((c||"").split(/\s+/),function(d, e){if(a.nodeType==1&&!b.className.has(a.className,e))a.className+=(a.className?" ":"")+e})},remove:function(a,c){if(a.nodeType==1)a.className=c!=r?b.grep(a.className.split(/\s+/),function(d){return!b.className.has(c,d)}).join(" "):""},has:function(a,c){return b.inArray(c,(a.className||a).toString().split(/\s+/))>-1}},swap:function(a,c,d){var e={};for(var g in c){e[g]=a.style[g];a.style[g]=c[g]}d.call(a);for(g in c)a.style[g]=e[g]},css:function(a,c,d){if(c=="width"||c=="height"){var e;d={position:"absolute", visibility:"hidden",display:"block"};var g=c=="width"?["Left","Right"]:["Top","Bottom"],f=function(){e=c=="width"?a.offsetWidth:a.offsetHeight;var h=0,i=0;b.each(g,function(){h+=parseFloat(b.curCSS(a,"padding"+this,true))||0;i+=parseFloat(b.curCSS(a,"border"+this+"Width",true))||0});e-=Math.round(h+i)};b(a).is(":visible")?f():b.swap(a,d,f);return Math.max(0,e)}return b.curCSS(a,c,d)},curCSS:function(a,c,d){function e(i){if(!b.browser.safari)return false;i=J.getComputedStyle(i,null);return!i||i.getPropertyValue("color")== ""}var g,f=a.style;if(c=="opacity"&&b.browser.msie){g=b.attr(f,"opacity");return g==""?"1":g}if(b.browser.opera&&c=="display"){var h=f.outline;f.outline="0 solid black";f.outline=h}if(c.match(/float/i))c=H;if(!d&&f&&f[c])g=f[c];else if(J.getComputedStyle){if(c.match(/float/i))c="float";c=c.replace(/([A-Z])/g,"-$1").toLowerCase();if((g=J.getComputedStyle(a,null))&&!e(a))g=g.getPropertyValue(c);else{f=[];d=[];h=a;for(a=0;h&&e(h);h=h.parentNode)d.unshift(h);for(;a<d.length;a++)if(e(d[a])){f[a]=d[a].style.display; d[a].style.display="block"}g=c=="display"&&f[d.length-1]!=null?"none":g&&g.getPropertyValue(c)||"";for(a=0;a<f.length;a++)if(f[a]!=null)d[a].style.display=f[a]}if(c=="opacity"&&g=="")g="1"}else if(a.currentStyle){g=c.replace(/\-(\w)/g,function(i,j){return j.toUpperCase()});g=a.currentStyle[c]||a.currentStyle[g];if(!/^\d+(px)?$/i.test(g)&&/^\d/.test(g)){c=f.left;d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;f.left=g||0;g=f.pixelLeft+"px";f.left=c;a.runtimeStyle.left=d}}return g},clean:function(a, c){var d=[];c=c||document;if(typeof c.createElement=="undefined")c=c.ownerDocument||c[0]&&c[0].ownerDocument||document;b.each(a,function(e,g){if(g){if(g.constructor==Number)g+="";if(typeof g=="string"){g=g.replace(/(<(\w+)[^>]*?)\/>/g,function(j,n,o){return o.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?j:n+"></"+o+">"});var f=b.trim(g).toLowerCase(),h=c.createElement("div"),i=!f.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!f.indexOf("<leg")&&[1,"<fieldset>", "</fieldset>"]||f.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!f.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!f.indexOf("<td")||!f.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!f.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||b.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];for(h.innerHTML=i[1]+g+i[2];i[0]--;)h=h.lastChild;if(b.browser.msie){f=!f.indexOf("<table")&&f.indexOf("<tbody")<0?h.firstChild&&h.firstChild.childNodes: i[1]=="<table>"&&f.indexOf("<tbody")<0?h.childNodes:[];for(i=f.length-1;i>=0;--i)b.nodeName(f[i],"tbody")&&!f[i].childNodes.length&&f[i].parentNode.removeChild(f[i]);/^\s/.test(g)&&h.insertBefore(c.createTextNode(g.match(/^\s*/)[0]),h.firstChild)}g=b.makeArray(h.childNodes)}if(!(g.length===0&&!b.nodeName(g,"form")&&!b.nodeName(g,"select")))if(g[0]==r||b.nodeName(g,"form")||g.options)d.push(g);else d=b.merge(d,g)}});return d},attr:function(a,c,d){if(!a||a.nodeType==3||a.nodeType==8)return r;var e= !b.isXMLDoc(a),g=d!==r,f=b.browser.msie;c=e&&b.props[c]||c;if(a.tagName){var h=/href|src|style/.test(c);if(c in a&&e&&!h){if(g){if(c=="type"&&b.nodeName(a,"input")&&a.parentNode)throw"type property can't be changed";a[c]=d}if(b.nodeName(a,"form")&&a.getAttributeNode(c))return a.getAttributeNode(c).nodeValue;return a[c]}if(f&&e&&c=="style")return b.attr(a.style,"cssText",d);g&&a.setAttribute(c,""+d);a=f&&e&&h?a.getAttribute(c,2):a.getAttribute(c);return a===null?r:a}if(f&&c=="opacity"){if(g){a.zoom= 1;a.filter=(a.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(d)+""=="NaN"?"":"alpha(opacity="+d*100+")")}return a.filter&&a.filter.indexOf("opacity=")>=0?parseFloat(a.filter.match(/opacity=([^)]*)/)[1])/100+"":""}c=c.replace(/-([a-z])/ig,function(i,j){return j.toUpperCase()});if(g)a[c]=d;return a[c]},trim:function(a){return(a||"").replace(/^\s+|\s+$/g,"")},makeArray:function(a){var c=[];if(a!=null){var d=a.length;if(d==null||a.split||a.setInterval||a.call)c[0]=a;else for(;d;)c[--d]=a[d]}return c}, inArray:function(a,c){for(var d=0,e=c.length;d<e;d++)if(c[d]===a)return d;return-1},merge:function(a,c){var d=0,e,g=a.length;if(b.browser.msie)for(;e=c[d++];){if(e.nodeType!=8)a[g++]=e}else for(;e=c[d++];)a[g++]=e;return a},unique:function(a){var c=[],d={};try{for(var e=0,g=a.length;e<g;e++){var f=b.data(a[e]);if(!d[f]){d[f]=true;c.push(a[e])}}}catch(h){c=a}return c},grep:function(a,c,d){for(var e=[],g=0,f=a.length;g<f;g++)!d!=!c(a[g],g)&&e.push(a[g]);return e},map:function(a,c){for(var d=[],e=0, g=a.length;e<g;e++){var f=c(a[e],e);if(f!=null)d[d.length]=f}return d.concat.apply([],d)}});var C=navigator.userAgent.toLowerCase();b.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};var H=b.browser.msie?"styleFloat":"cssFloat";b.extend({boxModel:!b.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className", "float":H,cssFloat:H,styleFloat:H,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing"}});b.each({parent:function(a){return a.parentNode},parents:function(a){return b.dir(a,"parentNode")},next:function(a){return b.nth(a,2,"nextSibling")},prev:function(a){return b.nth(a,2,"previousSibling")},nextAll:function(a){return b.dir(a,"nextSibling")},prevAll:function(a){return b.dir(a,"previousSibling")},siblings:function(a){return b.sibling(a.parentNode.firstChild,a)},children:function(a){return b.sibling(a.firstChild)}, contents:function(a){return b.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:b.makeArray(a.childNodes)}},function(a,c){b.fn[a]=function(d){var e=b.map(this,c);if(d&&typeof d=="string")e=b.multiFilter(d,e);return this.pushStack(b.unique(e))}});b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,c){b.fn[a]=function(){var d=arguments;return this.each(function(){for(var e=0,g=d.length;e<g;e++)b(d[e])[c](this)})}}); b.each({removeAttr:function(a){b.attr(this,a,"");this.nodeType==1&&this.removeAttribute(a)},addClass:function(a){b.className.add(this,a)},removeClass:function(a){b.className.remove(this,a)},toggleClass:function(a){b.className[b.className.has(this,a)?"remove":"add"](this,a)},remove:function(a){if(!a||b.filter(a,[this]).r.length){b("*",this).add(this).each(function(){b.event.remove(this);b.removeData(this)});this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(b(">*",this).remove();this.firstChild;)this.removeChild(this.firstChild)}}, function(a,c){b.fn[a]=function(){return this.each(c,arguments)}});b.each(["Height","Width"],function(a,c){var d=c.toLowerCase();b.fn[d]=function(e){return this[0]==window?b.browser.opera&&document.body["client"+c]||b.browser.safari&&window["inner"+c]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+c]||document.body["client"+c]:this[0]==document?Math.max(Math.max(document.body["scroll"+c],document.documentElement["scroll"+c]),Math.max(document.body["offset"+c],document.documentElement["offset"+ c])):e==r?this.length?b.css(this[0],d):null:this.css(d,e.constructor==String?e:e+"px")}});var D=b.browser.safari&&parseInt(b.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uffff*_-]|\\\\.)",N=new RegExp("^>\\s*("+D+"+)"),O=new RegExp("^("+D+"+)(#)("+D+"+)"),P=new RegExp("^([#.]?)("+D+"*)");b.extend({expr:{"":function(a,c,d){return d[2]=="*"||b.nodeName(a,d[2])},"#":function(a,c,d){return a.getAttribute("id")==d[2]},":":{lt:function(a,c,d){return c<d[3]-0},gt:function(a,c,d){return c>d[3]- 0},nth:function(a,c,d){return d[3]-0==c},eq:function(a,c,d){return d[3]-0==c},first:function(a,c){return c==0},last:function(a,c,d,e){return c==e.length-1},even:function(a,c){return c%2==0},odd:function(a,c){return c%2},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a},"last-child":function(a){return b.nth(a.parentNode.lastChild,1,"previousSibling")==a},"only-child":function(a){return!b.nth(a.parentNode.lastChild,2,"previousSibling")},parent:function(a){return a.firstChild}, empty:function(a){return!a.firstChild},contains:function(a,c,d){return(a.textContent||a.innerText||b(a).text()||"").indexOf(d[3])>=0},visible:function(a){return"hidden"!=a.type&&b.css(a,"display")!="none"&&b.css(a,"visibility")!="hidden"},hidden:function(a){return"hidden"==a.type||b.css(a,"display")=="none"||b.css(a,"visibility")=="hidden"},enabled:function(a){return!a.disabled},disabled:function(a){return a.disabled},checked:function(a){return a.checked},selected:function(a){return a.selected||b.attr(a, "selected")},text:function(a){return"text"==a.type},radio:function(a){return"radio"==a.type},checkbox:function(a){return"checkbox"==a.type},file:function(a){return"file"==a.type},password:function(a){return"password"==a.type},submit:function(a){return"submit"==a.type},image:function(a){return"image"==a.type},reset:function(a){return"reset"==a.type},button:function(a){return"button"==a.type||b.nodeName(a,"button")},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},has:function(a, c,d){return b.find(d[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},animated:function(a){return b.grep(b.timers,function(c){return a==c.elem}).length}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+D+"+)")],multiFilter:function(a,c,d){for(var e,g=[];a&&a!=e;){e=a;var f=b.filter(a,c,d);a=f.t.replace(/^\s*,\s*/,"");g=d?(c=f.r):b.merge(g,f.r)}return g},find:function(a,c){if(typeof a!="string")return[a]; if(c&&c.nodeType!=1&&c.nodeType!=9)return[];c=c||document;for(var d=[c],e=[],g,f;a&&g!=a;){var h=[];g=a;a=b.trim(a);f=false;var i=N,j=i.exec(a);if(j){f=j[1].toUpperCase();for(var n=0;d[n];n++)for(j=d[n].firstChild;j;j=j.nextSibling)if(j.nodeType==1&&(f=="*"||j.nodeName.toUpperCase()==f))h.push(j);d=h;a=a.replace(i,"");if(a.indexOf(" ")==0)continue;f=true}else{i=/^([>+~])\s*(\w*)/i;if((j=i.exec(a))!=null){h=[];n={};f=j[2].toUpperCase();j=j[1];for(var o=0,v=d.length;o<v;o++)for(var u=j=="~"||j=="+"? d[o].nextSibling:d[o].firstChild;u;u=u.nextSibling)if(u.nodeType==1){var p=b.data(u);if(j=="~"&&n[p])break;if(!f||u.nodeName.toUpperCase()==f){if(j=="~")n[p]=true;h.push(u)}if(j=="+")break}d=h;a=b.trim(a.replace(i,""));f=true}}if(a&&!f)if(a.indexOf(",")){i=O;if(j=i.exec(a))j=[0,j[2],j[3],j[1]];else{i=P;j=i.exec(a)}j[2]=j[2].replace(/\\/g,"");f=d[d.length-1];if(j[1]=="#"&&f&&f.getElementById&&!b.isXMLDoc(f)){d=f.getElementById(j[2]);if((b.browser.msie||b.browser.opera)&&d&&typeof d.id=="string"&&d.id!= j[2])d=b('[@id="'+j[2]+'"]',f)[0];d=h=d&&(!j[3]||b.nodeName(d,j[3]))?[d]:[]}else{for(n=0;d[n];n++){f=j[1]=="#"&&j[3]?j[3]:j[1]!=""||j[0]==""?"*":j[2];if(f=="*"&&d[n].nodeName.toLowerCase()=="object")f="param";h=b.merge(h,d[n].getElementsByTagName(f))}if(j[1]==".")h=b.classFilter(h,j[2]);if(j[1]=="#"){d=[];for(n=0;h[n];n++)if(h[n].getAttribute("id")==j[2]){d=[h[n]];break}h=d}d=h}a=a.replace(i,"")}else{c==d[0]&&d.shift();e=b.merge(e,d);h=d=[c];a=" "+a.substr(1,a.length)}if(a){h=b.filter(a,h);d=h.r; a=b.trim(h.t)}}if(a)d=[];d&&c==d[0]&&d.shift();return e=b.merge(e,d)},classFilter:function(a,c,d){for(var e=[],g=0;a[g];g++){var f=(" "+a[g].className+" ").indexOf(" "+c+" ")>=0;if(!d&&f||d&&!f)e.push(a[g])}return e},filter:function(a,c,d){for(var e;a&&a!=e;){e=a;for(var g=b.parse,f,h=0;g[h];h++)if(f=g[h].exec(a)){a=a.substring(f[0].length);f[2]=f[2].replace(/\\/g,"");break}if(!f)break;if(f[1]==":"&&f[2]=="not")c=A.test(f[3])?b.filter(f[3],c,true).r:b(c).not(f[3]);else if(f[1]==".")c=b.classFilter(c, f[2],d);else if(f[1]=="["){g=[];var i=f[3];h=0;for(var j=c.length;h<j;h++){var n=c[h],o=n[b.props[f[2]]||f[2]];if(o==null||/href|src|selected/.test(f[2]))o=b.attr(n,f[2])||"";if((i==""&&!!o||i=="="&&o==f[5]||i=="!="&&o!=f[5]||i=="^="&&o&&!o.indexOf(f[5])||i=="$="&&o.substr(o.length-f[5].length)==f[5]||(i=="*="||i=="~=")&&o.indexOf(f[5])>=0)^d)g.push(n)}c=g}else if(f[1]==":"&&f[2]=="nth-child"){i={};g=[];e=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(f[3]=="even"&&"2n"||f[3]=="odd"&&"2n+1"||!/\D/.test(f[3])&&"0n+"+ f[3]||f[3]);n=e[1]+(e[2]||1)-0;e=e[3]-0;h=0;for(j=c.length;h<j;h++){o=c[h];var v=o.parentNode,u=b.data(v);if(!i[u]){var p=1;for(v=v.firstChild;v;v=v.nextSibling)if(v.nodeType==1)v.nodeIndex=p++;i[u]=true}u=false;if(n==0){if(o.nodeIndex==e)u=true}else if((o.nodeIndex-e)%n==0&&(o.nodeIndex-e)/n>=0)u=true;u^d&&g.push(o)}c=g}else{var y=b.expr[f[1]];if(typeof y=="object")y=y[f[2]];if(typeof y=="string")y=eval("false||function(a,i){return "+y+";}");c=b.grep(c,function(B,E){return y(B,E,f,c)},d)}}return{r:c, t:a}},dir:function(a,c){for(var d=[],e=a[c];e&&e!=document;){e.nodeType==1&&d.push(e);e=e[c]}return d},nth:function(a,c,d){for(var e=0;a;a=a[d])if(a.nodeType==1&&++e==(c||1))break;return a},sibling:function(a,c){for(var d=[];a;a=a.nextSibling)a.nodeType==1&&a!=c&&d.push(a);return d}});b.event={add:function(a,c,d,e){if(!(a.nodeType==3||a.nodeType==8)){if(b.browser.msie&&a.setInterval)a=window;if(!d.guid)d.guid=this.guid++;if(e!=r){var g=d;d=this.proxy(g,function(){return g.apply(this,arguments)}); d.data=e}var f=b.data(a,"events")||b.data(a,"events",{}),h=b.data(a,"handle")||b.data(a,"handle",function(){if(typeof b!="undefined"&&!b.event.triggered)return b.event.handle.apply(arguments.callee.elem,arguments)});h.elem=a;b.each(c.split(/\s+/),function(i,j){var n=j.split(".");j=n[0];d.type=n[1];n=f[j];if(!n){n=f[j]={};if(!b.event.special[j]||b.event.special[j].setup.call(a)===false)if(a.addEventListener)a.addEventListener(j,h,false);else a.attachEvent&&a.attachEvent("on"+j,h)}n[d.guid]=d;b.event.global[j]= true});a=null}},guid:1,global:{},remove:function(a,c,d){if(!(a.nodeType==3||a.nodeType==8)){var e=b.data(a,"events"),g;if(e){if(c==r||typeof c=="string"&&c.charAt(0)==".")for(var f in e)this.remove(a,f+(c||""));else{if(c.type){d=c.handler;c=c.type}b.each(c.split(/\s+/),function(h,i){var j=i.split(".");i=j[0];if(e[i]){if(d)delete e[i][d.guid];else for(d in e[i])if(!j[1]||e[i][d].type==j[1])delete e[i][d];for(g in e[i])break;if(!g){if(!b.event.special[i]||b.event.special[i].teardown.call(a)===false)if(a.removeEventListener)a.removeEventListener(i, b.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+i,b.data(a,"handle"));g=null;delete e[i]}}})}for(g in e)break;if(!g){if(c=b.data(a,"handle"))c.elem=null;b.removeData(a,"events");b.removeData(a,"handle")}}}},trigger:function(a,c,d,e,g){c=b.makeArray(c);if(a.indexOf("!")>=0){a=a.slice(0,-1);var f=true}if(d){if(d.nodeType==3||d.nodeType==8)return r;var h,i=b.isFunction(d[a]||null),j=!c[0]||!c[0].preventDefault;if(j){c.unshift({type:a,target:d,preventDefault:function(){},stopPropagation:function(){}, timeStamp:+new Date});c[0][w]=true}c[0].type=a;if(f)c[0].exclusive=true;if(f=b.data(d,"handle"))h=f.apply(d,c);if((!i||b.nodeName(d,"a")&&a=="click")&&d["on"+a]&&d["on"+a].apply(d,c)===false)h=false;j&&c.shift();if(g&&b.isFunction(g)){c=g.apply(d,h==null?c:c.concat(h));if(c!==r)h=c}if(i&&e!==false&&h!==false&&!(b.nodeName(d,"a")&&a=="click")){this.triggered=true;try{d[a]()}catch(n){}}this.triggered=false}else this.global[a]&&b("*").add([window,document]).trigger(a,c);return h},handle:function(a){var c, d,e,g,f;a=arguments[0]=b.event.fix(a||window.event);e=a.type.split(".");a.type=e[0];e=e[1];g=!e&&!a.exclusive;f=(b.data(this,"events")||{})[a.type];for(var h in f){d=f[h];if(g||d.type==e){a.handler=d;a.data=d.data;d=d.apply(this,arguments);if(c!==false)c=d;if(d===false){a.preventDefault();a.stopPropagation()}}}return c},fix:function(a){if(a[w]==true)return a;var c=a;a={originalEvent:c};for(var d="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 timeStamp toElement type view wheelDelta which".split(" "), e=d.length;e;e--)a[d[e]]=c[d[e]];a[w]=true;a.preventDefault=function(){c.preventDefault&&c.preventDefault();c.returnValue=false};a.stopPropagation=function(){c.stopPropagation&&c.stopPropagation();c.cancelBubble=true};a.timeStamp=a.timeStamp||+new Date;if(!a.target)a.target=a.srcElement||document;if(a.target.nodeType==3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement==a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){d=document.documentElement; e=document.body;a.pageX=a.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d.clientLeft||0);a.pageY=a.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},proxy:function(a,c){c.guid=a.guid=a.guid||c.guid||this.guid++;return c},special:{ready:{setup:function(){t()},teardown:function(){}}, mouseenter:{setup:function(){if(b.browser.msie)return false;b(this).bind("mouseover",b.event.special.mouseenter.handler);return true},teardown:function(){if(b.browser.msie)return false;b(this).unbind("mouseover",b.event.special.mouseenter.handler);return true},handler:function(a){if(M(a,this))return true;a.type="mouseenter";return b.event.handle.apply(this,arguments)}},mouseleave:{setup:function(){if(b.browser.msie)return false;b(this).bind("mouseout",b.event.special.mouseleave.handler);return true}, teardown:function(){if(b.browser.msie)return false;b(this).unbind("mouseout",b.event.special.mouseleave.handler);return true},handler:function(a){if(M(a,this))return true;a.type="mouseleave";return b.event.handle.apply(this,arguments)}}}};b.fn.extend({bind:function(a,c,d){return a=="unload"?this.one(a,c,d):this.each(function(){b.event.add(this,a,d||c,d&&c)})},one:function(a,c,d){var e=b.event.proxy(d||c,function(g){b(this).unbind(g,e);return(d||c).apply(this,arguments)});return this.each(function(){b.event.add(this, a,e,d&&c)})},unbind:function(a,c){return this.each(function(){b.event.remove(this,a,c)})},trigger:function(a,c,d){return this.each(function(){b.event.trigger(a,c,this,true,d)})},triggerHandler:function(a,c,d){return this[0]&&b.event.trigger(a,c,this[0],false,d)},toggle:function(a){for(var c=arguments,d=1;d<c.length;)b.event.proxy(a,c[d++]);return this.click(b.event.proxy(a,function(e){this.lastToggle=(this.lastToggle||0)%d;e.preventDefault();return c[this.lastToggle++].apply(this,arguments)||false}))}, hover:function(a,c){return this.bind("mouseenter",a).bind("mouseleave",c)},ready:function(a){t();b.isReady?a.call(document,b):b.readyList.push(function(){return a.call(this,b)});return this}});b.extend({isReady:false,readyList:[],ready:function(){if(!b.isReady){b.isReady=true;if(b.readyList){b.each(b.readyList,function(){this.call(document)});b.readyList=null}b(document).triggerHandler("ready")}}});var L=false;b.each("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,change,select,submit,keydown,keypress,keyup,error".split(","), function(a,c){b.fn[c]=function(d){return d?this.bind(c,d):this.trigger(c)}});var M=function(a,c){for(var d=a.relatedTarget;d&&d!=c;)try{d=d.parentNode}catch(e){d=c}return d==c};b(window).bind("unload",function(){b("*").add(document).unbind()});b.fn.extend({_load:b.fn.load,load:function(a,c,d){if(typeof a!="string")return this._load(a);var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}d=d||function(){};e="GET";if(c)if(b.isFunction(c)){d=c;c=null}else{c=b.param(c);e="POST"}var f= this;b.ajax({url:a,type:e,dataType:"html",data:c,complete:function(h,i){if(i=="success"||i=="notmodified")f.html(g?b("<div/>").append(h.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(g):h.responseText);f.each(d,[h.responseText,i,h])}});return this},serialize:function(){return b.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return b.nodeName(this,"form")?b.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked|| /select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(a,c){var d=b(this).val();return d==null?null:d.constructor==Array?b.map(d,function(e){return{name:c.name,value:e}}):{name:c.name,value:d}}).get()}});b.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(a,c){b.fn[c]=function(d){return this.bind(c,d)}});var Q=+new Date;b.extend({get:function(a,c,d,e){if(b.isFunction(c)){d=c;c=null}return b.ajax({type:"GET",url:a,data:c, success:d,dataType:e})},getScript:function(a,c){return b.get(a,null,c,"script")},getJSON:function(a,c,d){return b.get(a,c,d,"json")},post:function(a,c,d,e){if(b.isFunction(c)){d=c;c={}}return b.ajax({type:"POST",url:a,data:c,success:d,dataType:e})},ajaxSetup:function(a){b.extend(b.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,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(a){function c(){a.success&&a.success(h,f);a.global&&b.event.trigger("ajaxSuccess",[p,a])}function d(){a.complete&&a.complete(p,f);a.global&&b.event.trigger("ajaxComplete",[p,a]);a.global&&!--b.active&&b.event.trigger("ajaxStop")}a=b.extend(true,a,b.extend(true,{},b.ajaxSettings,a));var e,g=/=\?(&|$)/g,f,h,i=a.type.toUpperCase(); if(a.data&&a.processData&&typeof a.data!="string")a.data=b.param(a.data);if(a.dataType=="jsonp"){if(i=="GET")a.url.match(g)||(a.url+=(a.url.match(/\?/)?"&":"?")+(a.jsonp||"callback")+"=?");else if(!a.data||!a.data.match(g))a.data=(a.data?a.data+"&":"")+(a.jsonp||"callback")+"=?";a.dataType="json"}if(a.dataType=="json"&&(a.data&&a.data.match(g)||a.url.match(g))){e="jsonp"+Q++;if(a.data)a.data=(a.data+"").replace(g,"="+e+"$1");a.url=a.url.replace(g,"="+e+"$1");a.dataType="script";window[e]=function(I){h= I;c();d();window[e]=r;try{delete window[e]}catch(R){}n&&n.removeChild(o)}}if(a.dataType=="script"&&a.cache==null)a.cache=false;if(a.cache===false&&i=="GET"){g=+new Date;var j=a.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+g+"$2");a.url=j+(j==a.url?(a.url.match(/\?/)?"&":"?")+"_="+g:"")}if(a.data&&i=="GET"){a.url+=(a.url.match(/\?/)?"&":"?")+a.data;a.data=null}a.global&&!b.active++&&b.event.trigger("ajaxStart");g=/^(?:\w+:)?\/\/([^\/?#]+)/;if(a.dataType=="script"&&i=="GET"&&g.test(a.url)&&g.exec(a.url)[1]!= location.host){var n=document.getElementsByTagName("head")[0],o=document.createElement("script");o.src=a.url;if(a.scriptCharset)o.charset=a.scriptCharset;if(!e){var v=false;o.onload=o.onreadystatechange=function(){if(!v&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){v=true;c();d();n.removeChild(o)}}}n.appendChild(o);return r}var u=false,p=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest;a.username?p.open(i,a.url,a.async,a.username,a.password): p.open(i,a.url,a.async);try{a.data&&p.setRequestHeader("Content-Type",a.contentType);if(a.ifModified)p.setRequestHeader("If-Modified-Since",b.lastModified[a.url]||"Thu, 01 Jan 1970 00:00:00 GMT");p.setRequestHeader("X-Requested-With","XMLHttpRequest");p.setRequestHeader("Accept",a.dataType&&a.accepts[a.dataType]?a.accepts[a.dataType]+", */*":a.accepts._default)}catch(y){}if(a.beforeSend&&a.beforeSend(p,a)===false){a.global&&b.active--;p.abort();return false}a.global&&b.event.trigger("ajaxSend",[p, a]);var B=function(I){if(!u&&p&&(p.readyState==4||I=="timeout")){u=true;if(E){clearInterval(E);E=null}f=I=="timeout"&&"timeout"||!b.httpSuccess(p)&&"error"||a.ifModified&&b.httpNotModified(p,a.url)&&"notmodified"||"success";if(f=="success")try{h=b.httpData(p,a.dataType,a.dataFilter)}catch(R){f="parsererror"}if(f=="success"){var K;try{K=p.getResponseHeader("Last-Modified")}catch(T){}if(a.ifModified&&K)b.lastModified[a.url]=K;e||c()}else b.handleError(a,p,f);d();if(a.async)p=null}};if(a.async){var E= setInterval(B,13);a.timeout>0&&setTimeout(function(){if(p){p.abort();u||B("timeout")}},a.timeout)}try{p.send(a.data)}catch(S){b.handleError(a,p,null,S)}a.async||B();return p},handleError:function(a,c,d,e){a.error&&a.error(c,d,e);a.global&&b.event.trigger("ajaxError",[c,a,e])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol=="file:"||a.status>=200&&a.status<300||a.status==304||a.status==1223||b.browser.safari&&a.status==r}catch(c){}return false},httpNotModified:function(a,c){try{var d= a.getResponseHeader("Last-Modified");return a.status==304||d==b.lastModified[c]||b.browser.safari&&a.status==r}catch(e){}return false},httpData:function(a,c,d){var e=a.getResponseHeader("content-type");a=(e=c=="xml"||!c&&e&&e.indexOf("xml")>=0)?a.responseXML:a.responseText;if(e&&a.documentElement.tagName=="parsererror")throw"parsererror";if(d)a=d(a,c);c=="script"&&b.globalEval(a);if(c=="json")a=eval("("+a+")");return a},param:function(a){var c=[];if(a.constructor==Array||a.jquery)b.each(a,function(){c.push(encodeURIComponent(this.name)+ "="+encodeURIComponent(this.value))});else for(var d in a)a[d]&&a[d].constructor==Array?b.each(a[d],function(){c.push(encodeURIComponent(d)+"="+encodeURIComponent(this))}):c.push(encodeURIComponent(d)+"="+encodeURIComponent(b.isFunction(a[d])?a[d]():a[d]));return c.join("&").replace(/%20/g,"+")}});b.fn.extend({show:function(a,c){return a?this.animate({height:"show",width:"show",opacity:"show"},a,c):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(b.css(this,"display")== "none"){var d=b("<"+this.tagName+" />").appendTo("body");this.style.display=d.css("display");if(this.style.display=="none")this.style.display="block";d.remove()}}).end()},hide:function(a,c){return a?this.animate({height:"hide",width:"hide",opacity:"hide"},a,c):this.filter(":visible").each(function(){this.oldblock=this.oldblock||b.css(this,"display");this.style.display="none"}).end()},_toggle:b.fn.toggle,toggle:function(a,c){return b.isFunction(a)&&b.isFunction(c)?this._toggle.apply(this,arguments): a?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},a,c):this.each(function(){b(this)[b(this).is(":hidden")?"show":"hide"]()})},slideDown:function(a,c){return this.animate({height:"show"},a,c)},slideUp:function(a,c){return this.animate({height:"hide"},a,c)},slideToggle:function(a,c){return this.animate({height:"toggle"},a,c)},fadeIn:function(a,c){return this.animate({opacity:"show"},a,c)},fadeOut:function(a,c){return this.animate({opacity:"hide"},a,c)},fadeTo:function(a,c,d){return this.animate({opacity:c}, a,d)},animate:function(a,c,d,e){var g=b.speed(c,d,e);return this[g.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var f=b.extend({},g),h,i=b(this).is(":hidden"),j=this;for(h in a){if(a[h]=="hide"&&i||a[h]=="show"&&!i)return f.complete.call(this);if(h=="height"||h=="width"){f.display=b.css(this,"display");f.overflow=this.style.overflow}}if(f.overflow!=null)this.style.overflow="hidden";f.curAnim=b.extend({},a);b.each(a,function(n,o){var v=new b.fx(j,f,n);if(/toggle|show|hide/.test(o))v[o== "toggle"?i?"show":"hide":o](a);else{var u=o.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),p=v.cur(true)||0;if(u){var y=parseFloat(u[2]),B=u[3]||"px";if(B!="px"){j.style[n]=(y||1)+B;p=(y||1)/v.cur(true)*p;j.style[n]=p+B}if(u[1])y=(u[1]=="-="?-1:1)*y+p;v.custom(p,y,B)}else v.custom(p,o,"")}});return true})},queue:function(a,c){if(b.isFunction(a)||a&&a.constructor==Array){c=a;a="fx"}if(!a||typeof a=="string"&&!c)return F(this[0],a);return this.each(function(){if(c.constructor==Array)F(this,a,c);else{F(this, a).push(c);F(this,a).length==1&&c.call(this)}})},stop:function(a,c){var d=b.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem==this){c&&d[e](true);d.splice(e,1)}});c||this.dequeue();return this}});var F=function(a,c,d){if(a){c=c||"fx";var e=b.data(a,c+"queue");if(!e||d)e=b.data(a,c+"queue",b.makeArray(d))}return e};b.fn.dequeue=function(a){a=a||"fx";return this.each(function(){var c=F(this,a);c.shift();c.length&&c[0].call(this)})};b.extend({speed:function(a, c,d){var e=a&&a.constructor==Object?a:{complete:d||!d&&c||b.isFunction(a)&&a,duration:a,easing:d&&c||c&&c.constructor!=Function&&c};e.duration=(e.duration&&e.duration.constructor==Number?e.duration:b.fx.speeds[e.duration])||b.fx.speeds.def;e.old=e.complete;e.complete=function(){e.queue!==false&&b(this).dequeue();b.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,c,d,e){return d+e*a},swing:function(a,c,d,e){return(-Math.cos(a*Math.PI)/2+0.5)*e+d}},timers:[],timerId:null,fx:function(a, c,d){this.options=c;this.elem=a;this.prop=d;if(!c.orig)c.orig={}}});b.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(b.fx.step[this.prop]||b.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];return(a=parseFloat(b.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(b.curCSS(this.elem,this.prop))|| 0},custom:function(a,c,d){function e(f){return g.step(f)}this.startTime=+new Date;this.start=a;this.end=c;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var g=this;e.elem=this.elem;b.timers.push(e);if(b.timerId==null)b.timerId=setInterval(function(){for(var f=b.timers,h=0;h<f.length;h++)f[h]()||f.splice(h--,1);if(!f.length){clearInterval(b.timerId);b.timerId=null}},13)},show:function(){this.options.orig[this.prop]=b.attr(this.elem.style,this.prop);this.options.show= true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height")this.elem.style[this.prop]="1px";b(this.elem).show()},hide:function(){this.options.orig[this.prop]=b.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var c=+new Date;if(a||c>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();a=this.options.curAnim[this.prop]=true;for(var d in this.options.curAnim)if(this.options.curAnim[d]!==true)a=false; if(a){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(b.css(this.elem,"display")=="none")this.elem.style.display="block"}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var e in this.options.curAnim)b.attr(this.elem.style,e,this.options.orig[e])}a&&this.options.complete.call(this.elem);return false}else{d=c-this.startTime;this.state=d/this.options.duration;this.pos=b.easing[this.options.easing|| (b.easing.swing?"swing":"linear")](this.state,d,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};b.extend(b.fx,{speeds:{slow:600,fast:200,def:400},step:{scrollLeft:function(a){a.elem.scrollLeft=a.now},scrollTop:function(a){a.elem.scrollTop=a.now},opacity:function(a){b.attr(a.elem.style,"opacity",a.now)},_default:function(a){a.elem.style[a.prop]=a.now+a.unit}}});b.fn.offset=function(){function a(u){c(b.curCSS(u,"borderLeftWidth",true),b.curCSS(u, "borderTopWidth",true))}function c(u,p){d+=parseInt(u,10)||0;e+=parseInt(p,10)||0}var d=0,e=0,g=this[0],f;if(g)with(b.browser){var h=g.parentNode,i=g,j=g.offsetParent;f=g.ownerDocument;var n=safari&&parseInt(version)<522&&!/adobeair/i.test(C),o=b.curCSS,v=o(g,"position")=="fixed";if(g.getBoundingClientRect){g=g.getBoundingClientRect();c(g.left+Math.max(f.documentElement.scrollLeft,f.body.scrollLeft),g.top+Math.max(f.documentElement.scrollTop,f.body.scrollTop));c(-f.documentElement.clientLeft,-f.documentElement.clientTop)}else{for(c(g.offsetLeft, g.offsetTop);j;){c(j.offsetLeft,j.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(j.tagName)||safari&&!n)a(j);if(!v&&o(j,"position")=="fixed")v=true;i=/^body$/i.test(j.tagName)?i:j;j=j.offsetParent}for(;h&&h.tagName&&!/^body|html$/i.test(h.tagName);){/^inline|table.*$/i.test(o(h,"display"))||c(-h.scrollLeft,-h.scrollTop);mozilla&&o(h,"overflow")!="visible"&&a(h);h=h.parentNode}if(n&&(v||o(i,"position")=="absolute")||mozilla&&o(i,"position")!="absolute")c(-f.body.offsetLeft,-f.body.offsetTop);v&&c(Math.max(f.documentElement.scrollLeft, f.body.scrollLeft),Math.max(f.documentElement.scrollTop,f.body.scrollTop))}f={top:e,left:d}}return f};b.fn.extend({position:function(){var a;if(this[0]){a=this.offsetParent();var c=this.offset(),d=/^body|html$/i.test(a[0].tagName)?{top:0,left:0}:a.offset();c.top-=k(this,"marginTop");c.left-=k(this,"marginLeft");d.top+=k(a,"borderTopWidth");d.left+=k(a,"borderLeftWidth");a={top:c.top-d.top,left:c.left-d.left}}return a},offsetParent:function(){for(var a=this[0].offsetParent;a&&!/^body|html$/i.test(a.tagName)&& b.css(a,"position")=="static";)a=a.offsetParent;return b(a)}});b.each(["Left","Top"],function(a,c){var d="scroll"+c;b.fn[d]=function(e){if(this[0])return e!=r?this.each(function(){this==window||this==document?window.scrollTo(!a?e:b(window).scrollLeft(),a?e:b(window).scrollTop()):(this[d]=e)}):this[0]==window||this[0]==document?self[a?"pageYOffset":"pageXOffset"]||b.boxModel&&document.documentElement[d]||document.body[d]:this[0][d]}});b.each(["Height","Width"],function(a,c){var d=a?"Left":"Top",e= a?"Right":"Bottom";b.fn["inner"+c]=function(){return this[c.toLowerCase()]()+k(this,"padding"+d)+k(this,"padding"+e)};b.fn["outer"+c]=function(g){return this["inner"+c]()+k(this,"border"+d+"Width")+k(this,"border"+e+"Width")+(g?k(this,"margin"+d)+k(this,"margin"+e):0)}})})(); (function(l){function k(t,m){return parseInt(l.curCSS(t.jquery?t[0]:t,m,true))||0}l.dimensions={version:"1.2"};l.each(["Height","Width"],function(t,m){l.fn["inner"+m]=function(){if(this[0]){var s=m=="Height"?"Top":"Left",b=m=="Height"?"Bottom":"Right";return this.is(":visible")?this[0]["client"+m]:k(this,m.toLowerCase())+k(this,"padding"+s)+k(this,"padding"+b)}};l.fn["outer"+m]=function(s){if(this[0]){var b=m=="Height"?"Top":"Left",q=m=="Height"?"Bottom":"Right";s=l.extend({margin:false},s||{});return(this.is(":visible")? this[0]["offset"+m]:k(this,m.toLowerCase())+k(this,"border"+b+"Width")+k(this,"border"+q+"Width")+k(this,"padding"+b)+k(this,"padding"+q))+(s.margin?k(this,"margin"+b)+k(this,"margin"+q):0)}}});l.each(["Left","Top"],function(t,m){l.fn["scroll"+m]=function(s){if(this[0])return s!=undefined?this.each(function(){this==window||this==document?window.scrollTo(m=="Left"?s:l(window).scrollLeft(),m=="Top"?s:l(window).scrollTop()):(this["scroll"+m]=s)}):this[0]==window||this[0]==document?self[m=="Left"?"pageXOffset": "pageYOffset"]||l.boxModel&&document.documentElement["scroll"+m]||document.body["scroll"+m]:this[0]["scroll"+m]}});l.fn.extend({position:function(){var t=this[0],m,s,b;if(t){b=this.offsetParent();m=this.offset();s=b.offset();m.top-=k(t,"marginTop");m.left-=k(t,"marginLeft");s.top+=k(b,"borderTopWidth");s.left+=k(b,"borderLeftWidth");m={top:m.top-s.top,left:m.left-s.left}}return m},offsetParent:function(){for(var t=this[0].offsetParent;t&&!/^body|html$/i.test(t.tagName)&&l.css(t,"position")=="static";)t= t.offsetParent;return l(t)}})})(jQuery); (function(l){l.fn.maxlength=function(k){function t(m){var s=m.value;if(k.words)s=m.value.length?s.split(/\s+/):{length:0};return s.length}if(typeof k=="string")k={feedback:k};k=l.extend({},l.fn.maxlength.defaults,k);return this.each(function(){function m(x){var z=t(this);x=x.keyCode;if(z>=A)switch(x){case 8:case 9:case 17:case 36:case 35:case 37:case 38:case 39:case 40:case 46:case 65:return;default:return k.words&&x!=32&&x!=13&&z==A}}var s=this,b=l(s),q=l(s.form),A=k.useInput?q.find("input[name=maxlength]").val(): b.attr("maxlength"),r=q.find(k.feedback),w=function(){var x=t(s);x=A-x;r.html(x||"0");if(k.hardLimit&&x<0){s.value=k.words?s.value.split(/(\s+)/,A*2-1).join(""):s.value.substr(0,A);w()}};b.keyup(w).change(w);k.hardLimit&&b.keydown(m);w()})};l.fn.maxlength.defaults={useInput:false,hardLimit:true,feedback:".charsLeft",words:false}})(jQuery); (function(l){l.fn.autogrow=function(k){return this.each(function(){new l.autogrow(this,k)})};l.autogrow=function(k,t){this.options=t||{};this.interval=this.dummy=null;this.line_height=this.options.lineHeight||parseInt(l(k).css("line-height"));this.min_height=this.options.minHeight||parseInt(l(k).css("min-height"));this.max_height=this.options.maxHeight||parseInt(l(k).css("max-height"));this.textarea=l(k);if(this.line_height==NaN)this.line_height=0;this.init()};l.autogrow.fn=l.autogrow.prototype={autogrow:"1.2.2"}; l.autogrow.fn.extend=l.autogrow.extend=l.extend;l.autogrow.fn.extend({init:function(){var k=this;this.textarea.css({overflow:"hidden",display:"block"});this.textarea.bind("focus",function(){k.startExpand()}).bind("blur",function(){k.stopExpand()});this.checkExpand()},startExpand:function(){var k=this;this.interval=window.setInterval(function(){k.checkExpand()},400)},stopExpand:function(){clearInterval(this.interval)},checkExpand:function(){if(this.dummy==null){this.dummy=l("<div></div>");this.dummy.css({"font-size":this.textarea.css("font-size"), "font-family":this.textarea.css("font-family"),width:this.textarea.css("width"),padding:this.textarea.css("padding"),"line-height":this.line_height+"px","overflow-x":"hidden",position:"absolute",top:0,left:-9999}).appendTo("body")}var k=this.textarea.val().replace(/(<|>)/g,"");k=$.browser.msie?k.replace(/\n/g,"<BR>new"):k.replace(/\n/g,"<br>new");if(this.dummy.html()!=k){this.dummy.html(k);if(this.max_height>0&&this.dummy.height()+this.line_height>this.max_height)this.textarea.css("overflow-y","auto"); else{this.textarea.css("overflow-y","hidden");if(this.textarea.height()<this.dummy.height()+this.line_height||this.dummy.height()<this.textarea.height())this.textarea.animate({height:this.dummy.height()+this.line_height+"px"},100)}}}})})(jQuery); (function(l){function k(){var b;b=this;b=l(b);if(!b.data("timeago")){b.data("timeago",{datetime:s.datetime(b)});var q=l.trim(b.text());q.length>0&&b.attr("title",q)}b=b.data("timeago");isNaN(b.datetime)||l(this).text(t(b.datetime));return this}function t(b){return s.inWords((new Date).getTime()-b.getTime())}function m(b,q){return(l.isFunction(b)?b(q):b).replace(/%d/i,q)}l.timeago=function(b){return b instanceof Date?t(b):typeof b=="string"?t(l.timeago.parse(b)):t(l.timeago.datetime(b))};var s=l.timeago; l.extend(l.timeago,{settings:{refreshMillis:6E4,allowFuture:false,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",ago:null,fromNow:null,seconds:"less than a minute",minute:"about a minute",minutes:"%d minutes",hour:"about an hour",hours:"about %d hours",day:"a day",days:"%d days",month:"about a month",months:"%d months",year:"about a year",years:"%d years"}},inWords:function(b){var q=this.settings.strings,A=q.prefixAgo,r=q.suffixAgo||q.ago;if(this.settings.allowFuture){if(b< 0){A=q.prefixFromNow;r=q.suffixFromNow||q.fromNow}b=Math.abs(b)}b=b/1E3;var w=b/60,x=w/60,z=x/24,G=z/365;q=b<45&&m(q.seconds,Math.round(b))||b<90&&m(q.minute,1)||w<45&&m(q.minutes,Math.round(w))||w<90&&m(q.hour,1)||x<24&&m(q.hours,Math.round(x))||x<48&&m(q.day,1)||z<30&&m(q.days,Math.floor(z))||z<60&&m(q.month,1)||z<365&&m(q.months,Math.floor(z/30))||G<2&&m(q.year,1)||m(q.years,Math.floor(G));return l.trim([A,q,r].join(" "))},parse:function(b){b=l.trim(b);b=b.replace(/-/,"/").replace(/-/,"/");b=b.replace(/T/, " ").replace(/Z/," UTC");b=b.replace(/([\+-]\d\d)\:?(\d\d)/," $1$2");return new Date(b)},datetime:function(b){b=l(b).get(0).tagName.toLowerCase()=="time"?l(b).attr("datetime"):l(b).attr("title");return s.parse(b)}});l.fn.timeago=function(){var b=this;b.each(k);var q=s.settings;q.refreshMillis>0&&setInterval(function(){b.each(k)},q.refreshMillis);return b};document.createElement("abbr");document.createElement("time")})(jQuery); jQuery.timeago.settings.strings={prefixAgo:"vor",prefixFromNow:"in",suffixAgo:"",suffixFromNow:"",seconds:"wenigen Sekunden",minute:"etwa einer Minute",minutes:"%d Minuten",hour:"etwa einer Stunde",hours:"%d Stunden",day:"etwa einem Tag",days:"%d Tagen",month:"etwa einem Monat",months:"%d Monaten",year:"etwa einem Jahr",years:"%d Jahren"};