function getObject(a){document.getElementById(a)}function displayObject(a){document.getElementById(a).style.display="block"}function hideObject(a){document.getElementById(a).style.display="none"}function changeClass(b,a){b.className=a}function changeBg(a,b){a.style.backgroundImage="url("+b+")"}function goUrl(a){window.document.location.href=a}function changeBgPosition(b,a){b.style.backgroundPosition=a}var r,s,v,p,j;function storMenuSelected(){r=document.getElementById("ronin").className;s=document.getElementById("support").className;j=document.getElementById("projects").className;p=document.getElementById("product").className}function resetMenuSelected(){if(r=="menuSelected")document.getElementById("ronin").className=r;else document.getElementById("ronin").className="menu";if(s=="menuSelected")document.getElementById("support").className=s;else document.getElementById("support").className="menu";if(j=="menuSelected")document.getElementById("projects").className=j;else document.getElementById("projects").className="menu";if(p=="menuSelected")document.getElementById("product").className=p;else document.getElementById("product").className="menu";clickSTS=false}var clickSTS=false,menu="NULL",active="";function showHideSubmenu(a,c){storMenuSelected();if(menu=="NULL"||menu!=a.id){document.getElementById("roninMenu").style.display="none";document.getElementById("supportMenu").style.display="none";document.getElementById("projectsMenu").style.display="none";document.getElementById("productMenu").style.display="none";resetMenuSelected();menu=a.id}var b=a.id+"Menu";if(clickSTS){if(c)a.className="menuSelected";else a.className="menu";document.getElementById(b).style.display="none";clickSTS=false}else{a.className="menuSubmenu";document.getElementById(b).style.display="block";clickSTS=true}}function changeHighlights(e){for(var b=document.getElementById("defaultHighlightMenu").getElementsByTagName("div"),d=document.getElementById("defaultHighlightContent").getElementsByTagName("div"),f=b.length,c,a=0;a<f;a++){if(e==b.item(a).children.item(0))c=a;b.item(a).className="defaultHighlightMenuItem";d.item(a).style.display="none"}e.parentNode.className="defaultHighlightMenuSelect";d.item(c).style.display="block"}function querySt(a){hu=window.location.search.substring(1);if(hu){gy=hu.split("&");for(i=0;i<gy.length;i++){ft=gy[i].split("=");if(ft[0]==a)return ft[1]}}else return false};(function(d,c){var b=d.document,a=function(){var a=function(b,c){return new a.fn.init(b,c)},E=d.jQuery,J=d.$,h,x=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,K=/^.[^:#\[\.,]*$/,y=/\S/,H=/\s/,p=/^\s+/,o=/\s+$/,B=/\W/,F=/\d/,w=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,v=/^[\],:{}\s]*$/,t=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,u=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,s=/(?:^|:|,)(?:\s*\[)+/g,D=/(webkit)[ \/]([\w.]+)/,G=/(opera)(?:.*version)?[ \/]([\w.]+)/,I=/(msie) ([\w.]+)/,A=/(mozilla)(?:.*? rv:([\w.]+))?/,z=navigator.userAgent,g,n=false,f=[],e,C=Object.prototype.toString,i=Object.prototype.hasOwnProperty,k=Array.prototype.push,j=Array.prototype.slice,r=String.prototype.trim,q=Array.prototype.indexOf,m={};a.fn=a.prototype={init:function(d,e){var g,i,f,j;if(!d)return this;if(d.nodeType){this.context=this[0]=d;this.length=1;return this}if(d==="body"&&!e&&b.body){this.context=b;this[0]=b.body;this.selector="body";this.length=1;return this}if(typeof d==="string"){g=x.exec(d);if(g&&(g[1]||!e))if(g[1]){j=e?e.ownerDocument||e:b;f=w.exec(d);if(f)if(a.isPlainObject(e)){d=[b.createElement(f[1])];a.fn.attr.call(d,e,true)}else d=[j.createElement(f[1])];else{f=a.buildFragment([g[1]],[j]);d=(f.cacheable?f.fragment.cloneNode(true):f.fragment).childNodes}return a.merge(this,d)}else{i=b.getElementById(g[2]);if(i&&i.parentNode){if(i.id!==g[2])return h.find(d);this.length=1;this[0]=i}this.context=b;this.selector=d;return this}else if(!e&&!B.test(d)){this.selector=d;this.context=b;d=b.getElementsByTagName(d);return a.merge(this,d)}else return!e||e.jquery?(e||h).find(d):a(e).find(d)}else if(a.isFunction(d))return h.ready(d);if(d.selector!==c){this.selector=d.selector;this.context=d.context}return a.makeArray(d,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length},toArray:function(){return j.call(this,0)},"get":function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(c,d,e){var b=a();if(a.isArray(c))k.apply(b,c);else a.merge(b,c);b.prevObject=this;b.context=this.context;if(d==="find")b.selector=this.selector+(this.selector?" ":"")+e;else if(d)b.selector=this.selector+"."+d+"("+e+")";return b},each:function(b,c){return a.each(this,b,c)},ready:function(c){a.bindReady();if(a.isReady)c.call(b,a);else f&&f.push(c);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(j.apply(this,arguments),"slice",j.call(arguments).join(","))},map:function(b){return this.pushStack(a.map(this,function(a,c){return b.call(a,c,a)}))},end:function(){return this.prevObject||a(null)},push:k,sort:[].sort,splice:[].splice};a.fn.init.prototype=a.fn;a.extend=a.fn.extend=function(){var i,g,e,d,h,j,b=arguments[0]||{},f=1,l=arguments.length,k=false;if(typeof b==="boolean"){k=b;b=arguments[1]||{};f=2}if(typeof b!=="object"&&!a.isFunction(b))b={};if(l===f){b=this;--f}for(;f<l;f++)if((i=arguments[f])!=null)for(g in i){e=b[g];d=i[g];if(b===d)continue;if(k&&d&&(a.isPlainObject(d)||(h=a.isArray(d)))){if(h){h=false;j=e&&a.isArray(e)?e:[]}else j=e&&a.isPlainObject(e)?e:{};b[g]=a.extend(k,j,d)}else if(d!==c)b[g]=d}return b};a.extend({noConflict:function(b){d.$=J;if(b)d.jQuery=E;return a},isReady:false,readyWait:1,ready:function(c){if(c===true)a.readyWait--;if(!a.readyWait||c!==true&&!a.isReady){if(!b.body)return setTimeout(a.ready,1);a.isReady=true;if(c!==true&&--a.readyWait>0)return;if(f){var d,g=0,e=f;f=null;while(d=e[g++])d.call(b,a);a.fn.trigger&&a(b).trigger("ready").unbind("ready")}}},bindReady:function(){if(n)return;n=true;if(b.readyState==="complete")return setTimeout(a.ready,1);if(b.addEventListener){b.addEventListener("DOMContentLoaded",e,false);d.addEventListener("load",a.ready,false)}else if(b.attachEvent){b.attachEvent("onreadystatechange",e);d.attachEvent("onload",a.ready);var c=false;try{c=d.frameElement==null}catch(f){}b.documentElement.doScroll&&c&&l()}},isFunction:function(b){return a.type(b)==="function"},isArray:Array.isArray||function(b){return a.type(b)==="array"},isWindow:function(a){return a&&typeof a==="object"&&"setInterval"in a},isNaN:function(a){return a==null||!F.test(a)||isNaN(a)},type:function(a){return a==null?String(a):m[C.call(a)]||"object"},isPlainObject:function(b){if(!b||a.type(b)!=="object"||b.nodeType||a.isWindow(b))return false;if(b.constructor&&!i.call(b,"constructor")&&!i.call(b.constructor.prototype,"isPrototypeOf"))return false;var d;for(d in b);return d===c||i.call(b,d)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=a.trim(b);if(v.test(b.replace(t,"@").replace(u,"]").replace(s,"")))return d.JSON&&d.JSON.parse?d.JSON.parse(b):new Function("return "+b)();else a.error("Invalid JSON: "+b)},noop:function(){},globalEval:function(d){if(d&&y.test(d)){var e=b.getElementsByTagName("head")[0]||b.documentElement,c=b.createElement("script");c.type="text/javascript";if(a.support.scriptEval)c.appendChild(b.createTextNode(d));else c.text=d;e.insertBefore(c,e.firstChild);e.removeChild(c)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(b,f,i){var d,e=0,g=b.length,j=g===c||a.isFunction(b);if(i){if(j){for(d in b)if(f.apply(b[d],i)===false)break}else for(;e<g;)if(f.apply(b[e++],i)===false)break}else if(j){for(d in b)if(f.call(b[d],d,b[d])===false)break}else for(var h=b[0];e<g&&f.call(h,e,h)!==false;h=b[++e]);return b},trim:r?function(a){return a==null?"":r.call(a)}:function(a){return a==null?"":a.toString().replace(p,"").replace(o,"")},makeArray:function(b,e){var d=e||[];if(b!=null){var c=a.type(b);if(b.length==null||c==="string"||c==="function"||c==="regexp"||a.isWindow(b))k.call(d,b);else a.merge(d,b)}return d},inArray:function(c,a){if(a.indexOf)return a.indexOf(c);for(var b=0,d=a.length;b<d;b++)if(a[b]===c)return b;return-1},merge:function(b,a){var e=b.length,d=0;if(typeof a.length==="number")for(var f=a.length;d<f;d++)b[e++]=a[d];else while(a[d]!==c)b[e++]=a[d++];b.length=e;return b},grep:function(b,f,c){var e=[],d;c=!!c;for(var a=0,g=b.length;a<g;a++){d=!!f(b[a],a);c!==d&&e.push(b[a])}return e},map:function(d,e,g){for(var a=[],c,b=0,f=d.length;b<f;b++){c=e(d[b],b,g);if(c!=null)a[a.length]=c}return a.concat.apply([],a)},guid:1,proxy:function(d,b,e){if(arguments.length===2)if(typeof b==="string"){e=d;d=e[b];b=c}else if(b&&!a.isFunction(b)){e=b;b=c}if(!b&&d)b=function(){return d.apply(e||this,arguments)};if(d)b.guid=d.guid=d.guid||b.guid||a.guid++;return b},access:function(b,d,f,g,h,j){var i=b.length;if(typeof d==="object"){for(var k in d)a.access(b,k,d[k],g,h,f);return b}if(f!==c){g=!j&&g&&a.isFunction(f);for(var e=0;e<i;e++)h(b[e],d,g?f.call(b[e],e,h(b[e],d)):f,j);return b}return i?h(b[0],d):c},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=D.exec(a)||G.exec(a)||I.exec(a)||a.indexOf("compatible")<0&&A.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},browser:{}});a.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(b,a){m["[object "+a+"]"]=a.toLowerCase()});g=a.uaMatch(z);if(g.browser){a.browser[g.browser]=true;a.browser.version=g.version}if(a.browser.webkit)a.browser.safari=true;if(q)a.inArray=function(b,a){return q.call(a,b)};if(!H.test(" ")){p=/^[\s\xA0]+/;o=/[\s\xA0]+$/}h=a(b);if(b.addEventListener)e=function(){b.removeEventListener("DOMContentLoaded",e,false);a.ready()};else if(b.attachEvent)e=function(){if(b.readyState==="complete"){b.detachEvent("onreadystatechange",e);a.ready()}};function l(){if(a.isReady)return;try{b.documentElement.doScroll("left")}catch(c){setTimeout(l,1);return}a.ready()}return d.jQuery=d.$=a}();(function(){a.support={};var g=b.documentElement,e=b.createElement("script"),c=b.createElement("div"),i="script"+a.now();c.style.display="none";c.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var h=c.getElementsByTagName("*"),f=c.getElementsByTagName("a")[0],l=b.createElement("select"),m=l.appendChild(b.createElement("option"));if(!h||!h.length||!f)return;a.support={leadingWhitespace:c.firstChild.nodeType===3,tbody:!c.getElementsByTagName("tbody").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:c.getElementsByTagName("input")[0].value==="on",optSelected:m.selected,deleteExpando:true,optDisabled:false,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;a.support.optDisabled=!m.disabled;e.type="text/javascript";try{e.appendChild(b.createTextNode("window."+i+"=1;"))}catch(o){}g.insertBefore(e,g.firstChild);if(d[i]){a.support.scriptEval=true;delete d[i]}try{delete e.test}catch(o){a.support.deleteExpando=false}g.removeChild(e);if(c.attachEvent&&c.fireEvent){c.attachEvent("onclick",function n(){a.support.noCloneEvent=false;c.detachEvent("onclick",n)});c.cloneNode(true).fireEvent("onclick")}c=b.createElement("div");c.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var k=b.createDocumentFragment();k.appendChild(c.firstChild);a.support.checkClone=k.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var c=b.createElement("div");c.style.width=c.style.paddingLeft="1px";b.body.appendChild(c);a.boxModel=a.support.boxModel=c.offsetWidth===2;if("zoom"in c.style){c.style.display="inline";c.style.zoom=1;a.support.inlineBlockNeedsLayout=c.offsetWidth===2;c.style.display="";c.innerHTML="<div style='width:4px;'></div>";a.support.shrinkWrapBlocks=c.offsetWidth!==2}c.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";var d=c.getElementsByTagName("td");a.support.reliableHiddenOffsets=d[0].offsetHeight===0;d[0].style.display="";d[1].style.display="none";a.support.reliableHiddenOffsets=a.support.reliableHiddenOffsets&&d[0].offsetHeight===0;c.innerHTML="";b.body.removeChild(c).style.display="none";c=d=null});var j=function(a){var c=b.createElement("div");a="on"+a;var d=a in c;if(!d){c.setAttribute(a,"return;");d=typeof c[a]==="function"}c=null;return d};a.support.submitBubbles=j("submit");a.support.changeBubbles=j("change");g=e=c=h=f=null})();var F={},vb=/^(?:\{.*\}|\[.*\])$/;a.extend({cache:{},uuid:0,expando:"jQuery"+a.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(e,g,j){if(!a.acceptData(e))return;e=e==d?F:e;var h=e.nodeType,f=h?e[a.expando]:null,b=a.cache,i;if(h&&!f&&typeof g==="string"&&j===c)return;if(!h)b=e;else if(!f)e[a.expando]=f=++a.uuid;if(typeof g==="object")if(h)b[f]=a.extend(b[f],g);else a.extend(b,g);else if(h&&!b[f])b[f]={};i=h?b[f]:b;if(j!==c)i[g]=j;return typeof g==="string"?i[g]:i},removeData:function(b,h){if(!a.acceptData(b))return;b=b==d?F:b;var c=b.nodeType,f=c?b[a.expando]:b,g=a.cache,e=c?g[f]:f;if(h){if(e){delete e[h];c&&a.isEmptyObject(e)&&a.removeData(b)}}else if(c&&a.support.deleteExpando)delete b[a.expando];else if(b.removeAttribute)b.removeAttribute(a.expando);else if(c)delete g[f];else for(var i in b)delete b[i]},acceptData:function(c){if(c.nodeName){var b=a.noData[c.nodeName.toLowerCase()];if(b)return!(b===true||c.getAttribute("classid")!==b)}return true}});a.fn.extend({data:function(e,g){var d=null;if(typeof e==="undefined"){if(this.length){var i=this[0].attributes,f;d=a.data(this[0]);for(var h=0,j=i.length;h<j;h++){f=i[h].name;if(f.indexOf("data-")===0){f=f.substr(5);H(this[0],f,d[f])}}}return d}else if(typeof e==="object")return this.each(function(){a.data(this,e)});var b=e.split(".");b[1]=b[1]?"."+b[1]:"";if(g===c){d=this.triggerHandler("getData"+b[1]+"!",[b[0]]);if(d===c&&this.length){d=a.data(this[0],e);d=H(this[0],e,d)}return d===c&&b[1]?this.data(b[0]):d}else return this.each(function(){var c=a(this),d=[b[0],g];c.triggerHandler("setData"+b[1]+"!",d);a.data(this,e,g);c.triggerHandler("changeData"+b[1]+"!",d)})},removeData:function(b){return this.each(function(){a.removeData(this,b)})}});function H(d,e,b){if(b===c&&d.nodeType===1){b=d.getAttribute("data-"+e);if(typeof b==="string"){try{b=b==="true"?true:b==="false"?false:b==="null"?null:!a.isNaN(b)?parseFloat(b):vb.test(b)?a.parseJSON(b):b}catch(f){}a.data(d,e,b)}else b=c}return b}a.extend({queue:function(e,d,c){if(!e)return;d=(d||"fx")+"queue";var b=a.data(e,d);if(!c)return b||[];if(!b||a.isArray(c))b=a.data(e,d,a.makeArray(c));else b.push(c);return b},dequeue:function(e,b){b=b||"fx";var d=a.queue(e,b),c=d.shift();if(c==="inprogress")c=d.shift();if(c){b==="fx"&&d.unshift("inprogress");c.call(e,function(){a.dequeue(e,b)})}}});a.fn.extend({queue:function(b,d){if(typeof b!=="string"){d=b;b="fx"}return d===c?a.queue(this[0],b):this.each(function(){var c=a.queue(this,b,d);b==="fx"&&c[0]!=="inprogress"&&a.dequeue(this,b)})},dequeue:function(b){return this.each(function(){a.dequeue(this,b)})},delay:function(b,c){b=a.fx?a.fx.speeds[b]||b:b;c=c||"fx";return this.queue(c,function(){var d=this;setTimeout(function(){a.dequeue(d,c)},b)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var R=/[\n\t]/g,v=/\s+/,tb=/\r/g,bb=/^(?:href|src|style)$/,Fb=/^(?:button|input)$/i,gb=/^(?:button|input|object|select|textarea)$/i,eb=/^a(?:rea)?$/i,E=/^(?:radio|checkbox)$/i;a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};a.fn.extend({attr:function(c,b){return a.access(this,c,b,true,a.attr)},removeAttr:function(b){return this.each(function(){a.attr(this,b,"");this.nodeType===1&&this.removeAttribute(b)})},addClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.addClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string")for(var e=(b||"").split(v),f=0,j=this.length;f<j;f++){var c=this[f];if(c.nodeType===1)if(!c.className)c.className=b;else{for(var h=" "+c.className+" ",g=c.className,d=0,i=e.length;d<i;d++)if(h.indexOf(" "+e[d]+" ")<0)g+=" "+e[d];c.className=a.trim(g)}}return this},removeClass:function(b){if(a.isFunction(b))return this.each(function(d){var c=a(this);c.removeClass(b.call(this,d,c.attr("class")))});if(b&&typeof b==="string"||b===c)for(var h=(b||"").split(v),g=0,j=this.length;g<j;g++){var d=this[g];if(d.nodeType===1&&d.className)if(b){for(var e=(" "+d.className+" ").replace(R," "),f=0,i=h.length;f<i;f++)e=e.replace(" "+h[f]+" "," ");d.className=a.trim(e)}else d.className=""}return this},toggleClass:function(b,c){var d=typeof b,e=typeof c==="boolean";return a.isFunction(b)?this.each(function(e){var d=a(this);d.toggleClass(b.call(this,e,d.attr("class"),c),c)}):this.each(function(){if(d==="string"){var f,j=0,h=a(this),g=c,i=b.split(v);while(f=i[j++]){g=e?g:!h.hasClass(f);h[g?"addClass":"removeClass"](f)}}else if(d==="undefined"||d==="boolean"){this.className&&a.data(this,"__className__",this.className);this.className=this.className||b===false?"":a.data(this,"__className__")||""}})},hasClass:function(c){for(var b=" "+c+" ",a=0,d=this.length;a<d;a++)if((" "+this[a].className+" ").replace(R," ").indexOf(b)>-1)return true;return false},val:function(e){if(!arguments.length){var b=this[0];if(b){if(a.nodeName(b,"option")){var k=b.attributes.value;return!k||k.specified?b.value:b.text}if(a.nodeName(b,"select")){var f=b.selectedIndex,j=[],i=b.options,g=b.type==="select-one";if(f<0)return null;for(var h=g?f:0,m=g?f+1:i.length;h<m;h++){var d=i[h];if(d.selected&&(a.support.optDisabled?!d.disabled:d.getAttribute("disabled")===null)&&(!d.parentNode.disabled||!a.nodeName(d.parentNode,"optgroup"))){e=a(d).val();if(g)return e;j.push(e)}}return j}return E.test(b.type)&&!a.support.checkOn?b.getAttribute("value")===null?"on":b.value:(b.value||"").replace(tb,"")}return c}var l=a.isFunction(e);return this.each(function(f){var d=a(this),b=e;if(this.nodeType!==1)return;if(l)b=e.call(this,f,d.val());if(b==null)b="";else if(typeof b==="number")b+="";else if(a.isArray(b))b=a.map(b,function(a){return a==null?"":a+""});if(a.isArray(b)&&E.test(this.type))this.checked=a.inArray(d.val(),b)>=0;else if(a.nodeName(this,"select")){var c=a.makeArray(b);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),c)>=0});if(!c.length)this.selectedIndex=-1}else this.value=b})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(b,d,e,l){if(!b||b.nodeType===3||b.nodeType===8)return c;if(l&&d in a.attrFn)return a(b)[d](e);var f=b.nodeType!==1||!a.isXMLDoc(b),i=e!==c;d=f&&a.props[d]||d;var j=bb.test(d);if(d==="selected"&&!a.support.optSelected){var g=b.parentNode;if(g){g.selectedIndex;if(g.parentNode)g.parentNode.selectedIndex}}if((d in b||b[d]!==c)&&f&&!j){if(i){d==="type"&&Fb.test(b.nodeName)&&b.parentNode&&a.error("type property can't be changed");if(e===null)b.nodeType===1&&b.removeAttribute(d);else b[d]=e}if(a.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d==="tabIndex"){var h=b.getAttributeNode("tabIndex");return h&&h.specified?h.value:gb.test(b.nodeName)||eb.test(b.nodeName)&&b.href?0:c}return b[d]}if(!a.support.style&&f&&d==="style"){if(i)b.style.cssText=""+e;return b.style.cssText}i&&b.setAttribute(d,""+e);if(!b.attributes[d]&&(b.hasAttribute&&!b.hasAttribute(d)))return c;var k=!a.support.hrefNormalized&&f&&j?b.getAttribute(d,2):b.getAttribute(d);return k===null?c:k}});var n=/\.(.*)$/,t=/^(?:textarea|input|select)$/i,sb=/\./g,yb=/ /g,rb=/[^\w\s.|`]/g,kb=function(a){return a.replace(rb,"\\$&")},D={focusin:0,focusout:0};a.event={add:function(b,p,e,r){if(b.nodeType===3||b.nodeType===8)return;if(a.isWindow(b)&&(b!==d&&!b.frameElement))b=d;if(e===false)e=i;else if(!e)return;var m,g;if(e.handler){m=e;e=m.handler}if(!e.guid)e.guid=a.guid++;var k=a.data(b);if(!k)return;var q=b.nodeType?"events":"__events__",j=k[q],h=k.handle;if(typeof j==="function"){h=j.handle;j=j.events}else if(!j){if(!b.nodeType)k[q]=k=function(){};k.events=j={}}if(!h)k.handle=h=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(h.elem,arguments):c};h.elem=b;p=p.split(" ");var f,s=0,l;while(f=p[s++]){g=m?a.extend({},m):{handler:e,data:r};if(f.indexOf(".")>-1){l=f.split(".");f=l.shift();g.namespace=l.slice(0).sort().join(".")}else{l=[];g.namespace=""}g.type=f;if(!g.guid)g.guid=e.guid;var o=j[f],n=a.event.special[f]||{};if(!o){o=j[f]=[];if(!n.setup||n.setup.call(b,r,l,h)===false)if(b.addEventListener)b.addEventListener(f,h,false);else b.attachEvent&&b.attachEvent("on"+f,h)}if(n.add){n.add.call(b,g);if(!g.handler.guid)g.handler.guid=e.guid}o.push(g);a.event.global[f]=true}b=null},global:{},remove:function(c,b,l,o){if(c.nodeType===3||c.nodeType===8)return;if(l===false)l=i;var t,d,v,e,u=0,n,k,p,m,f,j,r,q=c.nodeType?"events":"__events__",g=a.data(c),h=g&&g[q];if(!g||!h)return;if(typeof h==="function"){g=h;h=h.events}if(b&&b.type){l=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(d in h)a.event.remove(c,d+b);return}b=b.split(" ");while(d=b[u++]){r=d;j=null;n=d.indexOf(".")<0;k=[];if(!n){k=d.split(".");d=k.shift();p=new RegExp("(^|\\.)"+a.map(k.slice(0).sort(),kb).join("\\.(?:.*\\.)?")+"(\\.|$)")}f=h[d];if(!f)continue;if(!l){for(e=0;e<f.length;e++){j=f[e];if(n||p.test(j.namespace)){a.event.remove(c,r,j.handler,e);f.splice(e--,1)}}continue}m=a.event.special[d]||{};for(e=o||0;e<f.length;e++){j=f[e];if(l.guid===j.guid){if(n||p.test(j.namespace)){o==null&&f.splice(e--,1);m.remove&&m.remove.call(c,j)}if(o!=null)break}}if(f.length===0||o!=null&&f.length===1){(!m.teardown||m.teardown.call(c,k)===false)&&a.removeEvent(c,d,g.handle);t=null;delete h[d]}}if(a.isEmptyObject(h)){var s=g.handle;if(s)s.elem=null;delete g.events;delete g.handle;if(typeof g==="function")a.removeData(c,q);else a.isEmptyObject(g)&&a.removeData(c)}},trigger:function(b,h,d){var e=b.type||b,m=arguments[3];if(!m){b=typeof b==="object"?b[a.expando]?b:a.extend(a.Event(e),b):a.Event(e);if(e.indexOf("!")>=0){b.type=e=e.slice(0,-1);b.exclusive=true}if(!d){b.stopPropagation();a.event.global[e]&&a.each(a.cache,function(){this.events&&this.events[e]&&a.event.trigger(b,h,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return c;b.result=c;b.target=d;h=a.makeArray(h);h.unshift(b)}b.currentTarget=d;var k=d.nodeType?a.data(d,"handle"):(a.data(d,"__events__")||{}).handle;k&&k.apply(d,h);var l=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&a.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,h)===false){b.result=false;b.preventDefault()}}catch(q){}if(!b.isPropagationStopped()&&l)a.event.trigger(b,h,l,true);else if(!b.isDefaultPrevented()){var i,f=b.target,g=e.replace(n,""),o=a.nodeName(f,"a")&&g==="click",j=a.event.special[g]||{};if((!j._default||j._default.call(d,b)===false)&&!o&&!(f&&f.nodeName&&a.noData[f.nodeName.toLowerCase()])){try{if(f[g]){i=f["on"+g];if(i)f["on"+g]=null;a.event.triggered=true;f[g]()}}catch(p){}if(i)f["on"+g]=i;a.event.triggered=false}}},handle:function(b){var j,e,i,m,f,h=[],n=a.makeArray(arguments);b=n[0]=a.event.fix(b||d.event);b.currentTarget=this;j=b.type.indexOf(".")<0&&!b.exclusive;if(!j){i=b.type.split(".");b.type=i.shift();h=i.slice(0).sort();m=new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.)?")+"(\\.|$)")}b.namespace=b.namespace||h.join(".");f=a.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;e=(f||{})[b.type];if(f&&e){e=e.slice(0);for(var l=0,o=e.length;l<o;l++){var g=e[l];if(j||m.test(g.namespace)){b.handler=g.handler;b.data=g.data;b.handleObj=g;var k=g.handler.apply(this,n);if(k!==c){b.result=k;if(k===false){b.preventDefault();b.stopPropagation()}}if(b.isImmediatePropagationStopped())break}}}return b.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(d){if(d[a.expando])return d;var h=d;d=a.Event(h);for(var i=this.props.length,g;i;){g=this.props[--i];d[g]=h[g]}if(!d.target)d.target=d.srcElement||b;if(d.target.nodeType===3)d.target=d.target.parentNode;if(!d.relatedTarget&&d.fromElement)d.relatedTarget=d.fromElement===d.target?d.toElement:d.fromElement;if(d.pageX==null&&d.clientX!=null){var f=b.documentElement,e=b.body;d.pageX=d.clientX+(f&&f.scrollLeft||e&&e.scrollLeft||0)-(f&&f.clientLeft||e&&e.clientLeft||0);d.pageY=d.clientY+(f&&f.scrollTop||e&&e.scrollTop||0)-(f&&f.clientTop||e&&e.clientTop||0)}if(d.which==null&&(d.charCode!=null||d.keyCode!=null))d.which=d.charCode!=null?d.charCode:d.keyCode;if(!d.metaKey&&d.ctrlKey)d.metaKey=d.ctrlKey;if(!d.which&&d.button!==c)d.which=d.button&1?1:d.button&2?3:d.button&4?2:0;return d},guid:1e8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(b){a.event.add(this,m(b.origType,b.selector),a.extend({},b,{handler:ab,guid:b.handler.guid}))},remove:function(b){a.event.remove(this,m(b.origType,b.selector),b)}},beforeunload:{setup:function(d,c,b){if(a.isWindow(this))this.onbeforeunload=b},teardown:function(b,a){if(this.onbeforeunload===a)this.onbeforeunload=null}}}};a.removeEvent=b.removeEventListener?function(a,c,b){a.removeEventListener&&a.removeEventListener(c,b,false)}:function(a,c,b){a.detachEvent&&a.detachEvent("on"+c,b)};a.Event=function(b){if(!this.preventDefault)return new a.Event(b);if(b&&b.type){this.originalEvent=b;this.type=b.type}else this.type=b;this.timeStamp=a.now();this[a.expando]=true};function i(){return false}function s(){return true}a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=s;var a=this.originalEvent;if(!a)return;if(a.preventDefault)a.preventDefault();else a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=s;var a=this.originalEvent;if(!a)return;a.stopPropagation&&a.stopPropagation();a.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=s;this.stopPropagation()},isDefaultPrevented:i,isPropagationStopped:i,isImmediatePropagationStopped:i};var C=function(c){var b=c.relatedTarget;try{while(b&&b!==this)b=b.parentNode;if(b!==this){c.type=c.data;a.event.handle.apply(this,arguments)}}catch(d){}},I=function(b){b.type=b.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b,c){a.event.special[b]={setup:function(d){a.event.add(this,c,d&&d.selector?I:C,b)},teardown:function(b){a.event.remove(this,c,b&&b.selector?I:C)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit",function(e){var b=e.target,d=b.type;if((d==="submit"||d==="image")&&a(b).closest("form").length){e.liveFired=c;return O("submit",this,arguments)}});a.event.add(this,"keypress.specialSubmit",function(b){var d=b.target,e=d.type;if((e==="text"||e==="password")&&a(d).closest("form").length&&b.keyCode===13){b.liveFired=c;return O("submit",this,arguments)}})}else return false},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var h,P=function(b){var d=b.type,c=b.value;if(d==="radio"||d==="checkbox")c=b.checked;else if(d==="select-multiple")c=b.selectedIndex>-1?a.map(b.options,function(a){return a.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")c=b.selectedIndex;return c},o=function(d){var b=d.target,e,f;if(!t.test(b.nodeName)||b.readOnly)return;e=a.data(b,"_change_data");f=P(b);(d.type!=="focusout"||b.type!=="radio")&&a.data(b,"_change_data",f);if(e===c||f===e)return;if(e!=null||f){d.type="change";d.liveFired=c;return a.event.trigger(d,arguments[1],b)}};a.event.special.change={filters:{focusout:o,beforedeactivate:o,click:function(c){var a=c.target,b=a.type;if(b==="radio"||b==="checkbox"||a.nodeName.toLowerCase()==="select")return o.call(this,c)},keydown:function(a){var c=a.target,b=c.type;if(a.keyCode===13&&c.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(b==="checkbox"||b==="radio")||b==="select-multiple")return o.call(this,a)},beforeactivate:function(c){var b=c.target;a.data(b,"_change_data",P(b))}},setup:function(){if(this.type==="file")return false;for(var b in h)a.event.add(this,b+".specialChange",h[b]);return t.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return t.test(this.nodeName)}};h=a.event.special.change.filters;h.focus=h.beforeactivate}function O(d,c,b){b[0].type=d;return a.event.handle.apply(c,b)}b.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(e,c){a.event.special[c]={setup:function(){D[c]++===0&&b.addEventListener(e,d,true)},teardown:function(){--D[c]===0&&b.removeEventListener(e,d,true)}};function d(b){b=a.event.fix(b);b.type=c;return a.event.trigger(b,null,b.target)}});a.each(["bind","one"],function(d,b){a.fn[b]=function(e,d,f){if(typeof e==="object"){for(var i in e)this[b](i,d,e[i],f);return this}if(a.isFunction(d)||d===false){f=d;d=c}var h=b==="one"?a.proxy(f,function(b){a(this).unbind(b,h);return f.apply(this,arguments)}):f;if(e==="unload"&&b!=="one")this.one(e,d,f);else for(var g=0,j=this.length;g<j;g++)a.event.add(this[g],e,h,d);return this}});a.fn.extend({unbind:function(b,e){if(typeof b==="object"&&!b.preventDefault)for(var d in b)this.unbind(d,b[d]);else for(var c=0,f=this.length;c<f;c++)a.event.remove(this[c],b,e);return this},delegate:function(a,b,c,d){return this.live(b,c,d,a)},undelegate:function(a,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,a)},trigger:function(c,b){return this.each(function(){a.event.trigger(c,b,this)})},triggerHandler:function(d,c){if(this[0]){var b=a.Event(d);b.preventDefault();b.stopPropagation();a.event.trigger(b,c,this[0]);return b.result}},toggle:function(b){var c=arguments,d=1;while(d<c.length)a.proxy(b,c[d++]);return this.click(a.proxy(b,function(f){var e=(a.data(this,"lastToggle"+b.guid)||0)%d;a.data(this,"lastToggle"+b.guid,e+1);f.preventDefault();return c[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var N={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(d,b){a.fn[b]=function(e,g,j,o){var d,r=0,k,f,p,h=o||this.selector,i=o?this:a(this.context);if(typeof e==="object"&&!e.preventDefault){for(var q in e)i[b](q,g,e[q],h);return this}if(a.isFunction(g)){j=g;g=c}e=(e||"").split(" ");while((d=e[r++])!=null){k=n.exec(d);f="";if(k){f=k[0];d=d.replace(n,"")}if(d==="hover"){e.push("mouseenter"+f,"mouseleave"+f);continue}p=d;if(d==="focus"||d==="blur"){e.push(N[d]+f);d=d+f}else d=(N[d]||d)+f;if(b==="live")for(var l=0,s=i.length;l<s;l++)a.event.add(i[l],"live."+m(d,h),{data:g,selector:h,handler:j,origType:d,origHandler:j,preType:p});else i.unbind("live."+m(d,h),j)}return this}});function ab(b){var s,m,i,d,c,p,e,f,k,t,j,l,q,o=[],r=[],g=a.data(this,this.nodeType?"events":"__events__");if(typeof g==="function")g=g.events;if(b.liveFired===this||!g||!g.live||b.button&&b.type==="click")return;if(b.namespace)l=new RegExp("(^|\\.)"+b.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");b.liveFired=this;var h=g.live.slice(0);for(e=0;e<h.length;e++){c=h[e];if(c.origType.replace(n,"")===b.type)r.push(c.selector);else h.splice(e--,1)}d=a(b.target).closest(r,b.currentTarget);for(f=0,k=d.length;f<k;f++){j=d[f];for(e=0;e<h.length;e++){c=h[e];if(j.selector===c.selector&&(!l||l.test(c.namespace))){p=j.elem;i=null;if(c.preType==="mouseenter"||c.preType==="mouseleave"){b.type=c.preType;i=a(b.relatedTarget).closest(c.selector)[0]}(!i||i!==p)&&o.push({elem:p,handleObj:c,level:j.level})}}}for(f=0,k=o.length;f<k;f++){d=o[f];if(m&&d.level>m)break;b.currentTarget=d.elem;b.data=d.handleObj.data;b.handleObj=d.handleObj;q=d.handleObj.origHandler.apply(d.elem,arguments);if(q===false||b.isPropagationStopped()){m=d.level;if(q===false)s=false;if(b.isImmediatePropagationStopped())break}}return s}function m(a,b){return(a&&a!=="*"?a+".":"")+b.replace(sb,"`").replace(yb,"&")}a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(c,b){a.fn[b]=function(a,c){if(c==null){c=a;a=null}return arguments.length>0?this.bind(b,a,c):this.trigger(b)};if(a.attrFn)a.attrFn[b]=true});d.attachEvent&&!d.addEventListener&&a(d).bind("unload",function(){for(var b in a.cache)if(a.cache[b].handle)try{a.event.remove(a.cache[b].handle.elem)}catch(c){}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var k=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,l=0,q=Object.prototype.toString,h=false,m=true;[0,0].sort(function(){m=false;return 0});var d=function(l,c,i,u){i=i||[];c=c||b;var y=c;if(c.nodeType!==1&&c.nodeType!==9)return[];if(!l||typeof l!=="string")return i;var n,m,g,v,j,p,r,h,w=true,t=d.isXML(c),a=[],x=l;do{k.exec("");n=k.exec(x);if(n){x=n[3];a.push(n[1]);if(n[2]){v=n[3];break}}}while(n);if(a.length>1&&s.exec(l))if(a.length===2&&e.relative[a[0]])m=o(a[0]+a[1],c);else{m=e.relative[a[0]]?[c]:d(a.shift(),c);while(a.length){l=a.shift();if(e.relative[l])l+=a.shift();m=o(l,m)}}else{if(!u&&a.length>1&&c.nodeType===9&&!t&&e.match.ID.test(a[0])&&!e.match.ID.test(a[a.length-1])){j=d.find(a.shift(),c,t);c=j.expr?d.filter(j.expr,j.set)[0]:j.set[0]}if(c){j=u?{expr:a.pop(),"set":f(u)}:d.find(a.pop(),a.length===1&&(a[0]==="~"||a[0]==="+")&&c.parentNode?c.parentNode:c,t);m=j.expr?d.filter(j.expr,j.set):j.set;if(a.length>0)g=f(m);else w=false;while(a.length){p=a.pop();r=p;if(!e.relative[p])p="";else r=a.pop();if(r==null)r=c;e.relative[p](g,r,t)}}else g=a=[]}if(!g)g=m;!g&&d.error(p||l);if(q.call(g)==="[object Array]")if(!w)i.push.apply(i,g);else if(c&&c.nodeType===1)for(h=0;g[h]!=null;h++)g[h]&&(g[h]===true||g[h].nodeType===1&&d.contains(c,g[h]))&&i.push(m[h]);else for(h=0;g[h]!=null;h++)g[h]&&g[h].nodeType===1&&i.push(m[h]);else f(g,i);if(v){d(v,y,i,u);d.uniqueSort(i)}return i};d.uniqueSort=function(a){if(i){h=m;a.sort(i);if(h)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a};d.matches=function(a,b){return d(a,null,null,b)};d.matchesSelector=function(b,a){return d(a,null,null,[b]).length>0};d.find=function(b,g,i){var c;if(!b)return[];for(var f=0,j=e.order.length;f<j;f++){var a,d=e.order[f];if(a=e.leftMatch[d].exec(b)){var h=a[1];a.splice(1,1);if(h.substr(h.length-1)!=="\\"){a[1]=(a[1]||"").replace(/\\/g,"");c=e.find[d](a,g,i);if(c!=null){b=b.replace(e.match[d],"");break}}}}if(!c)c=g.getElementsByTagName("*");return{"set":c,expr:b}};d.filter=function(b,k,n,q){var a,g,r=b,h=[],f=k,s=k&&k[0]&&d.isXML(k[0]);while(b&&k.length){for(var j in e.filter)if((a=e.leftMatch[j].exec(b))!=null&&a[2]){var i,l,t=e.filter[j],o=a[1];g=false;a.splice(1,1);if(o.substr(o.length-1)==="\\")continue;if(f===h)h=[];if(e.preFilter[j]){a=e.preFilter[j](a,f,n,h,q,s);if(!a)g=i=true;else if(a===true)continue}if(a)for(var m=0;(l=f[m])!=null;m++)if(l){i=t(l,a,m,f);var p=q^!!i;if(n&&i!=null)if(p)g=true;else f[m]=false;else if(p){h.push(l);g=true}}if(i!==c){if(!n)f=h;b=b.replace(e.match[j],"");if(!g)return[];break}}if(b===r)if(g==null)d.error(b);else break;r=b}return f};d.error=function(a){throw"Syntax error, unrecognized expression: "+a;};var e=d.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(c,b){var g=typeof b==="string",h=g&&!/\W/.test(b),f=g&&!h;if(h)b=b.toLowerCase();for(var e=0,i=c.length,a;e<i;e++)if(a=c[e]){while((a=a.previousSibling)&&a.nodeType!==1);c[e]=f||a&&a.nodeName.toLowerCase()===b?a||false:a===b}f&&d.filter(b,c,true)},">":function(e,c){var b,f=typeof c==="string",a=0,h=e.length;if(f&&!/\W/.test(c)){c=c.toLowerCase();for(;a<h;a++){b=e[a];if(b){var g=b.parentNode;e[a]=g.nodeName.toLowerCase()===c?g:false}}}else{for(;a<h;a++){b=e[a];if(b)e[a]=f?b.parentNode:b.parentNode===c}f&&d.filter(c,e,true)}},"":function(d,a,f){var b,e=l++,c=p;if(typeof a==="string"&&!/\W/.test(a)){a=a.toLowerCase();b=a;c=n}c("parentNode",a,e,d,b,f)},"~":function(d,a,f){var b,e=l++,c=p;if(typeof a==="string"&&!/\W/.test(a)){a=a.toLowerCase();b=a;c=n}c("previousSibling",a,e,d,b,f)}},find:{ID:function(d,b,c){if(typeof b.getElementById!=="undefined"&&!c){var a=b.getElementById(d[1]);return a&&a.parentNode?[a]:[]}},NAME:function(e,d){if(typeof d.getElementsByName!=="undefined"){for(var c=[],b=d.getElementsByName(e[1]),a=0,f=b.length;a<f;a++)b[a].getAttribute("name")===e[1]&&c.push(b[a]);return c.length===0?null:c}},TAG:function(b,a){return a.getElementsByTagName(b[1])}},preFilter:{CLASS:function(b,d,e,f,h,g){b=" "+b[1].replace(/\\/g,"")+" ";if(g)return b;for(var c=0,a;(a=d[c])!=null;c++)if(a)if(h^(a.className&&(" "+a.className+" ").replace(/[\t\n]/g," ").indexOf(b)>=0))!e&&f.push(a);else if(e)d[c]=false;return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0;a[3]=b[3]-0}a[0]=l++;return a},ATTR:function(a,d,f,g,h,c){var b=a[1].replace(/\\/g,"");if(!c&&e.attrMap[b])a[1]=e.attrMap[b];if(a[2]==="~=")a[4]=" "+a[4]+" ";return a},PSEUDO:function(a,b,c,f,g){if(a[1]==="not")if((k.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=d(a[3],null,null,b);else{var h=d.filter(a[3],b,c,true^g);!c&&f.push.apply(f,h);return false}else if(e.match.POS.test(a[0])||e.match.CHILD.test(a[0]))return true;return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(b,c,a){return!!d(a[3],b).length},header:function(a){return/h\d/i.test(a.nodeName)},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||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(b,a){return a===0},last:function(d,b,c,a){return b===a.length-1},even:function(b,a){return a%2===0},odd:function(b,a){return a%2===1},lt:function(c,b,a){return b<a[3]-0},gt:function(c,b,a){return b>a[3]-0},nth:function(c,b,a){return a[3]-0===b},eq:function(c,b,a){return a[3]-0===b}},filter:{PSEUDO:function(a,b,j,i){var c=b[1],g=e.filters[c];if(g)return g(a,j,b,i);else if(c==="contains")return(a.textContent||a.innerText||d.getText([a])||"").indexOf(b[3])>=0;else if(c==="not"){for(var h=b[3],f=0,k=h.length;f<k;f++)if(h[f]===a)return false;return true}else d.error("Syntax error, unrecognized expression: "+c)},CHILD:function(b,e){var i=e[1],a=b;switch(i){case"only":case"first":while(a=a.previousSibling)if(a.nodeType===1)return false;if(i==="first")return true;a=b;case"last":while(a=a.nextSibling)if(a.nodeType===1)return false;return true;case"nth":var d=e[2],h=e[3];if(d===1&&h===0)return true;var g=e[0],c=b.parentNode;if(c&&(c.sizcache!==g||!b.nodeIndex)){var j=0;for(a=c.firstChild;a;a=a.nextSibling)if(a.nodeType===1)a.nodeIndex=++j;c.sizcache=g}var f=b.nodeIndex-h;return d===0?f===0:f%d===0&&f/d>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(b,a){return a==="*"&&b.nodeType===1||b.nodeName.toLowerCase()===a},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(f,h){var d=h[1],g=e.attrHandle[d]?e.attrHandle[d](f):f[d]!=null?f[d]:f.getAttribute(d),b=g+"",c=h[2],a=h[4];return g==null?c==="!=":c==="="?b===a:c==="*="?b.indexOf(a)>=0:c==="~="?(" "+b+" ").indexOf(a)>=0:!a?b&&g!==false:c==="!="?b!==a:c==="^="?b.indexOf(a)===0:c==="$="?b.substr(b.length-a.length)===a:c==="|="?b===a||b.substr(0,a.length+1)===a+"-":false},POS:function(d,b,g,c){var f=b[2],a=e.setFilters[f];if(a)return a(d,g,b,c)}}},s=e.match.POS,r=function(b,a){return"\\"+(a-0+1)};for(var j in e.match){e.match[j]=new RegExp(e.match[j].source+/(?![^\[]*\])(?![^\(]*\))/.source);e.leftMatch[j]=new RegExp(/(^(?:.|\r|\n)*?)/.source+e.match[j].source.replace(/\\(\d+)/g,r))}var f=function(b,a){b=Array.prototype.slice.call(b,0);if(a){a.push.apply(a,b);return a}return b};try{Array.prototype.slice.call(b.documentElement.childNodes,0)[0].nodeType}catch(t){f=function(a,d){var b=0,c=d||[];if(q.call(a)==="[object Array]")Array.prototype.push.apply(c,a);else if(typeof a.length==="number")for(var e=a.length;b<e;b++)c.push(a[b]);else for(;a[b];b++)c.push(a[b]);return c}}var i,g;if(b.documentElement.compareDocumentPosition)i=function(a,b){if(a===b){h=true;return 0}return!a.compareDocumentPosition||!b.compareDocumentPosition?a.compareDocumentPosition?-1:1:a.compareDocumentPosition(b)&4?-1:1};else{i=function(e,f){var k,l,c=[],d=[],i=e.parentNode,j=f.parentNode,b=i;if(e===f){h=true;return 0}else if(i===j)return g(e,f);else if(!i)return-1;else if(!j)return 1;while(b){c.unshift(b);b=b.parentNode}b=j;while(b){d.unshift(b);b=b.parentNode}k=c.length;l=d.length;for(var a=0;a<k&&a<l;a++)if(c[a]!==d[a])return g(c[a],d[a]);return a===k?g(e,d[a],-1):g(c[a],f,1)};g=function(b,c,d){if(b===c)return d;var a=b.nextSibling;while(a){if(a===c)return-1;a=a.nextSibling}return 1}}d.getText=function(e){for(var b="",a,c=0;e[c];c++){a=e[c];if(a.nodeType===3||a.nodeType===4)b+=a.nodeValue;else if(a.nodeType!==8)b+=d.getText(a.childNodes)}return b};(function(){var a=b.createElement("div"),f="script"+(new Date).getTime(),d=b.documentElement;a.innerHTML="<a name='"+f+"'/>";d.insertBefore(a,d.firstChild);if(b.getElementById(f)){e.find.ID=function(b,d,e){if(typeof d.getElementById!=="undefined"&&!e){var a=d.getElementById(b[1]);return a?a.id===b[1]||typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id").nodeValue===b[1]?[a]:c:[]}};e.filter.ID=function(a,c){var b=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&b&&b.nodeValue===c}}d.removeChild(a);d=a=null})();(function(){var a=b.createElement("div");a.appendChild(b.createComment(""));if(a.getElementsByTagName("*").length>0)e.find.TAG=function(c,e){var a=e.getElementsByTagName(c[1]);if(c[1]==="*"){for(var d=[],b=0;a[b];b++)a[b].nodeType===1&&d.push(a[b]);a=d}return a};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#")e.attrHandle.href=function(a){return a.getAttribute("href",2)};a=null})();b.querySelectorAll&&(function(){var c=d,a=b.createElement("div"),g="__sizzle__";a.innerHTML="<p class='TEST'></p>";if(a.querySelectorAll&&a.querySelectorAll(".TEST").length===0)return;d=function(e,a,h,j){a=a||b;e=e.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!j&&!d.isXML(a))if(a.nodeType===9)try{return f(a.querySelectorAll(e),h)}catch(m){}else if(a.nodeType===1&&a.nodeName.toLowerCase()!=="object"){var i=a.getAttribute("id"),k=i||g;!i&&a.setAttribute("id",k);try{return f(a.querySelectorAll("#"+k+" "+e),h)}catch(l){}finally{!i&&a.removeAttribute("id")}}return c(e,a,h,j)};for(var e in c)d[e]=c[e];a=null})();(function(){var a=b.documentElement,c=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector,f=false;try{c.call(b.documentElement,"[test!='']:sizzle")}catch(g){f=true}if(c)d.matchesSelector=function(b,a){a=a.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!d.isXML(b))try{if(f||!e.match.PSEUDO.test(a)&&!/!=/.test(a))return c.call(b,a)}catch(g){}return d(a,null,null,[b]).length>0}})();(function(){var a=b.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!a.getElementsByClassName||a.getElementsByClassName("e").length===0)return;a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;e.order.splice(1,0,"CLASS");e.find.CLASS=function(c,a,b){if(typeof a.getElementsByClassName!=="undefined"&&!b)return a.getElementsByClassName(c[1])};a=null})();function n(f,h,e,c,j,g){for(var b=0,i=c.length;b<i;b++){var a=c[b];if(a){var d=false;a=a[f];while(a){if(a.sizcache===e){d=c[a.sizset];break}if(a.nodeType===1&&!g){a.sizcache=e;a.sizset=b}if(a.nodeName.toLowerCase()===h){d=a;break}a=a[f]}c[b]=d}}}function p(h,f,g,c,k,i){for(var b=0,j=c.length;b<j;b++){var a=c[b];if(a){var e=false;a=a[h];while(a){if(a.sizcache===g){e=c[a.sizset];break}if(a.nodeType===1){if(!i){a.sizcache=g;a.sizset=b}if(typeof f!=="string"){if(a===f){e=true;break}}else if(d.filter(f,[a]).length>0){e=a;break}}a=a[h]}c[b]=e}}}if(b.documentElement.contains)d.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):true)};else if(b.documentElement.compareDocumentPosition)d.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)};else d.contains=function(){return false};d.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":false};var o=function(a,b){var h,f=[],g="",i=b.nodeType?[b]:b;while(h=e.match.PSEUDO.exec(a)){g+=h[0];a=a.replace(e.match.PSEUDO,"")}a=e.relative[a]?a+"*":a;for(var c=0,j=i.length;c<j;c++)d(a,i[c],f);return d.filter(g,f)};a.find=d;a.expr=d.selectors;a.expr[":"]=a.expr.filters;a.unique=d.uniqueSort;a.text=d.getText;a.isXMLDoc=d.isXML;a.contains=d.contains})();var Bb=/Until$/,Z=/^(?:parents|prevUntil|prevAll)/,Y=/,/,lb=/^.[^:#\[\.,]*$/,Gb=Array.prototype.slice,Lb=a.expr.match.POS;a.fn.extend({find:function(g){for(var b=this.pushStack("","find",g),e=0,c=0,h=this.length;c<h;c++){e=b.length;a.find(g,this[c],b);if(c>0)for(var d=e;d<b.length;d++)for(var f=0;f<e;f++)if(b[f]===b[d]){b.splice(d--,1);break}}return b},has:function(c){var b=a(c);return this.filter(function(){for(var c=0,d=b.length;c<d;c++)if(a.contains(this,b[c]))return true})},not:function(a){return this.pushStack(T(this,a,false),"not",a)},filter:function(a){return this.pushStack(T(this,a,true),"filter",a)},is:function(b){return!!b&&a.filter(b,this).length>0},closest:function(d,g){var e=[],f,j,b=this[0];if(a.isArray(d)){var i,c,h={},k=1;if(b&&d.length){for(f=0,j=d.length;f<j;f++){c=d[f];if(!h[c])h[c]=a.expr.match.POS.test(c)?a(c,g||this.context):c}while(b&&b.ownerDocument&&b!==g){for(c in h){i=h[c];(i.jquery?i.index(b)>-1:a(b).is(i))&&e.push({selector:c,elem:b,level:k})}b=b.parentNode;k++}}return e}var l=Lb.test(d)?a(d,g||this.context):null;for(f=0,j=this.length;f<j;f++){b=this[f];while(b)if(l?l.index(b)>-1:a.find.matchesSelector(b,d)){e.push(b);break}else{b=b.parentNode;if(!b||!b.ownerDocument||b===g)break}}e=e.length>1?a.unique(e):e;return this.pushStack(e,"closest",d)},index:function(b){return!b||typeof b==="string"?a.inArray(this[0],b?a(b):this.parent().children()):a.inArray(b.jquery?b[0]:b,this)},add:function(b,e){var d=typeof b==="string"?a(b,e||this.context):a.makeArray(b),c=a.merge(this.get(),d);return this.pushStack(A(d[0])||A(c[0])?c:a.unique(c))},andSelf:function(){return this.add(this.prevObject)}});function A(a){return!a||!a.parentNode||a.parentNode.nodeType===11}a.each({parent:function(b){var a=b.parentNode;return a&&a.nodeType!==11?a:null},parents:function(b){return a.dir(b,"parentNode")},parentsUntil:function(c,d,b){return a.dir(c,"parentNode",b)},next:function(b){return a.nth(b,2,"nextSibling")},prev:function(b){return a.nth(b,2,"previousSibling")},nextAll:function(b){return a.dir(b,"nextSibling")},prevAll:function(b){return a.dir(b,"previousSibling")},nextUntil:function(c,d,b){return a.dir(c,"nextSibling",b)},prevUntil:function(c,d,b){return a.dir(c,"previousSibling",b)},siblings:function(b){return a.sibling(b.parentNode.firstChild,b)},children:function(b){return a.sibling(b.firstChild)},contents:function(b){return a.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:a.makeArray(b.childNodes)}},function(b,c){a.fn[b]=function(f,e){var d=a.map(this,c,f);if(!Bb.test(b))e=f;if(e&&typeof e==="string")d=a.filter(e,d);d=this.length>1?a.unique(d):d;if((this.length>1||Y.test(e))&&Z.test(b))d=d.reverse();return this.pushStack(d,b,Gb.call(arguments).join(","))}});a.extend({filter:function(c,b,d){if(d)c=":not("+c+")";return b.length===1?a.find.matchesSelector(b[0],c)?[b[0]]:[]:a.find.matches(c,b)},dir:function(g,f,e){var d=[],b=g[f];while(b&&b.nodeType!==9&&(e===c||b.nodeType!==1||!a(b).is(e))){b.nodeType===1&&d.push(b);b=b[f]}return d},nth:function(a,b,c){b=b||1;for(var d=0;a;a=a[c])if(a.nodeType===1&&++d===b)break;return a},sibling:function(a,c){for(var b=[];a;a=a.nextSibling)a.nodeType===1&&a!==c&&b.push(a);return b}});function T(c,b,d){if(a.isFunction(b))return a.grep(c,function(a,e){var c=!!b.call(a,e,a);return c===d});else if(b.nodeType)return a.grep(c,function(a){return a===b===d});else if(typeof b==="string"){var e=a.grep(c,function(a){return a.nodeType===1});if(lb.test(b))return a.filter(b,e,!d);else b=a.filter(b,e)}return a.grep(c,function(c){return a.inArray(c,b)>=0===d})}var B=/ jQuery\d+="(?:\d+|null)"/g,k=/^\s+/,G=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,L=/<([\w:]+)/,Ab=/<tbody/i,Eb=/<|&#?\w+;/,K=/<(?:script|object|embed|option|style)/i,J=/checked\s*(?:[^=]|=\s*.checked.)/i,qb=/\=([^="'>\s]+\/)>/g,e={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};e.optgroup=e.option;e.tbody=e.tfoot=e.colgroup=e.caption=e.thead;e.th=e.td;if(!a.support.htmlSerialize)e._default=[1,"div<div>","</div>"];a.fn.extend({text:function(d){return a.isFunction(d)?this.each(function(c){var b=a(this);b.text(d.call(this,c,b.text()))}):typeof d!=="object"&&d!==c?this.empty().append((this[0]&&this[0].ownerDocument||b).createTextNode(d)):a.text(this)},wrapAll:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapAll(b.call(this,c))});if(this[0]){var c=a(b,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(b){return a.isFunction(b)?this.each(function(c){a(this).wrapInner(b.call(this,c))}):this.each(function(){var d=a(this),c=d.contents();if(c.length)c.wrapAll(b);else d.append(b)})},wrap:function(b){return this.each(function(){a(this).wrapAll(b)})},unwrap:function(){return this.parent().each(function(){!a.nodeName(this,"body")&&a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this)});else if(arguments.length){var b=a(arguments[0]);b.push.apply(b,this.toArray());return this.pushStack(b,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(a){this.parentNode.insertBefore(a,this.nextSibling)});else if(arguments.length){var b=this.pushStack(this,"after",arguments);b.push.apply(b,a(arguments[0]).toArray());return b}},remove:function(c,e){for(var d=0,b;(b=this[d])!=null;d++)if(!c||a.filter(c,[b]).length){if(!e&&b.nodeType===1){a.cleanData(b.getElementsByTagName("*"));a.cleanData([b])}b.parentNode&&b.parentNode.removeChild(b)}return this},empty:function(){for(var c=0,b;(b=this[c])!=null;c++){b.nodeType===1&&a.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(c){var b=this.map(function(){if(!a.support.noCloneEvent&&!a.isXMLDoc(this)){var b=this.outerHTML,c=this.ownerDocument;if(!b){var d=c.createElement("div");d.appendChild(this.cloneNode(true));b=d.innerHTML}return a.clean([b.replace(B,"").replace(qb,'="$1">').replace(k,"")],c)[0]}else return this.cloneNode(true)});if(c===true){y(this,b);y(this.find("*"),b.find("*"))}return b},html:function(b){if(b===c)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(B,""):null;else if(typeof b==="string"&&!K.test(b)&&(a.support.leadingWhitespace||!k.test(b))&&!e[(L.exec(b)||["",""])[1].toLowerCase()]){b=b.replace(G,"<$1></$2>");try{for(var d=0,f=this.length;d<f;d++)if(this[d].nodeType===1){a.cleanData(this[d].getElementsByTagName("*"));this[d].innerHTML=b}}catch(g){this.empty().append(b)}}else if(a.isFunction(b))this.each(function(d){var c=a(this);c.html(b.call(this,d,c.html()))});else this.empty().append(b);return this},replaceWith:function(b){if(this[0]&&this[0].parentNode){if(a.isFunction(b))return this.each(function(e){var c=a(this),d=c.html();c.replaceWith(b.call(this,e,d))});if(typeof b!=="string")b=a(b).detach();return this.each(function(){var c=this.nextSibling,d=this.parentNode;a(this).remove();if(c)a(c).before(b);else a(d).append(b)})}else return this.pushStack(a(a.isFunction(b)?b():b),"replaceWith",b)},detach:function(a){return this.remove(a,true)},domManip:function(h,d,k){var j,g,b,f,e=h[0],l=[];if(!a.support.checkClone&&arguments.length===3&&typeof e==="string"&&J.test(e))return this.each(function(){a(this).domManip(h,d,k,true)});if(a.isFunction(e))return this.each(function(f){var b=a(this);h[0]=e.call(this,f,d?b.html():c);b.domManip(h,d,k)});if(this[0]){f=e&&e.parentNode;if(a.support.parentNode&&f&&f.nodeType===11&&f.childNodes.length===this.length)j={fragment:f};else j=a.buildFragment(h,this,l);b=j.fragment;if(b.childNodes.length===1)g=b=b.firstChild;else g=b.firstChild;if(g){d=d&&a.nodeName(g,"tr");for(var i=0,m=this.length;i<m;i++)k.call(d?Ib(this[i],g):this[i],i>0||j.cacheable||this.length>1?b.cloneNode(true):b)}l.length&&a.each(l,cb)}return this}});function Ib(b){return a.nodeName(b,"table")?b.getElementsByTagName("tbody")[0]||b.appendChild(b.ownerDocument.createElement("tbody")):b}function y(b,d){var c=0;d.each(function(){if(this.nodeName!==(b[c]&&b[c].nodeName))return;var f=a.data(b[c++]),g=a.data(this,f),d=f&&f.events;if(d){delete g.handle;g.events={};for(var e in d)for(var h in d[e])a.event.add(this,e,d[e][h],d[e][h].data)}})}a.buildFragment=function(c,f,i){var d,g,e,h=f&&f[0]?f[0].ownerDocument||f[0]:b;if(c.length===1&&typeof c[0]==="string"&&c[0].length<512&&h===b&&!K.test(c[0])&&(a.support.checkClone||!J.test(c[0]))){g=true;e=a.fragments[c[0]];if(e)if(e!==1)d=e}if(!d){d=h.createDocumentFragment();a.clean(c,h,d,i)}if(g)a.fragments[c[0]]=e?d:1;return{fragment:d,cacheable:g}};a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(c,b){a.fn[c]=function(i){var g=[],d=a(i),f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{for(var e=0,j=d.length;e<j;e++){var h=(e>0?this.clone(true):this).get();a(d[e])[b](h);g=g.concat(h)}return this.pushStack(g,c,d.selector)}}});a.extend({clean:function(r,g,m,o){g=g||b;if(typeof g.createElement==="undefined")g=g.ownerDocument||g[0]&&g[0].ownerDocument||b;for(var d=[],f=0,c;(c=r[f])!=null;f++){if(typeof c==="number")c+="";if(!c)continue;if(typeof c==="string"&&!Eb.test(c))c=g.createTextNode(c);else if(typeof c==="string"){c=c.replace(G,"<$1></$2>");var p=(L.exec(c)||["",""])[1].toLowerCase(),l=e[p]||e._default,q=l[0],h=g.createElement("div");h.innerHTML=l[1]+c+l[2];while(q--)h=h.lastChild;if(!a.support.tbody)for(var n=Ab.test(c),j=p==="table"&&!n?h.firstChild&&h.firstChild.childNodes:l[1]==="<table>"&&!n?h.childNodes:[],i=j.length-1;i>=0;--i)a.nodeName(j[i],"tbody")&&!j[i].childNodes.length&&j[i].parentNode.removeChild(j[i]);!a.support.leadingWhitespace&&k.test(c)&&h.insertBefore(g.createTextNode(k.exec(c)[0]),h.firstChild);c=h.childNodes}if(c.nodeType)d.push(c);else d=a.merge(d,c)}if(m)for(f=0;d[f];f++)if(o&&a.nodeName(d[f],"script")&&(!d[f].type||d[f].type.toLowerCase()==="text/javascript"))o.push(d[f].parentNode?d[f].parentNode.removeChild(d[f]):d[f]);else{d[f].nodeType===1&&d.splice.apply(d,[f+1,0].concat(a.makeArray(d[f].getElementsByTagName("script"))));m.appendChild(d[f])}return d},cleanData:function(j){for(var c,d,f=a.cache,i=a.event.special,h=a.support.deleteExpando,g=0,b;(b=j[g])!=null;g++){if(b.nodeName&&a.noData[b.nodeName.toLowerCase()])continue;d=b[a.expando];if(d){c=f[d];if(c&&c.events)for(var e in c.events)if(i[e])a.event.remove(b,e);else a.removeEvent(b,e,c.handle);if(h)delete b[a.expando];else b.removeAttribute&&b.removeAttribute(a.expando);delete f[d]}}}});function cb(c,b){if(b.src)a.ajax({url:b.src,async:false,dataType:"script"});else a.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}var Q=/alpha\([^)]*\)/i,ob=/opacity=([^)]*)/,fb=/-([a-z])/ig,Cb=/([A-Z])/g,S=/^-?\d+(?:px)?$/i,Hb=/^-?\d/,pb={position:"absolute",visibility:"hidden",display:"block"},jb=["Left","Right"],ib=["Top","Bottom"],j,x,l,db=function(b,a){return a.toUpperCase()};a.fn.css=function(d,b){return arguments.length===2&&b===c?this:a.access(this,d,b,true,function(d,e,b){return b!==c?a.style(d,e,b):a.css(d,e)})};a.extend({cssHooks:{opacity:{"get":function(a,c){if(c){var b=j(a,"opacity","opacity");return b===""?"1":b}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(d,g,b,j){if(!d||d.nodeType===3||d.nodeType===8||!d.style)return;var i,f=a.camelCase(g),h=d.style,e=a.cssHooks[f];g=a.cssProps[f]||f;if(b!==c){if(typeof b==="number"&&isNaN(b)||b==null)return;if(typeof b==="number"&&!a.cssNumber[f])b+="px";if(!e||!("set"in e)||(b=e.set(d,b))!==c)try{h[g]=b}catch(k){}}else return e&&"get"in e&&(i=e.get(d,false,j))!==c?i:h[g]},css:function(f,e,h){var g,b=a.camelCase(e),d=a.cssHooks[b];e=a.cssProps[b]||b;return d&&"get"in d&&(g=d.get(f,true,h))!==c?g:j?j(f,e,b):void 0},swap:function(b,c,e){var d={};for(var a in c){d[a]=b.style[a];b.style[a]=c[a]}e.call(b);for(a in c)b.style[a]=d[a]},camelCase:function(a){return a.replace(fb,db)}});a.curCSS=a.css;a.each(["height","width"],function(c,b){a.cssHooks[b]={"get":function(d,f,e){var c;if(f){if(d.offsetWidth!==0)c=U(d,b,e);else a.swap(d,pb,function(){c=U(d,b,e)});if(c<=0){c=j(d,b,b);if(c==="0px"&&l)c=l(d,b,b);if(c!=null)return c===""||c==="auto"?"0px":c}if(c<0||c==null){c=d.style[b];return c===""||c==="auto"?"0px":c}return typeof c==="string"?c:c+"px"}},"set":function(b,a){if(S.test(a)){a=parseFloat(a);if(a>=0)return a+"px"}else return a}}});if(!a.support.opacity)a.cssHooks.opacity={"get":function(a,b){return ob.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},"set":function(f,e){var b=f.style;b.zoom=1;var c=a.isNaN(e)?"":"alpha(opacity="+e*100+")",d=b.filter||"";b.filter=Q.test(d)?d.replace(Q,c):b.filter+" "+c}};if(b.defaultView&&b.defaultView.getComputedStyle)x=function(b,h,d){var e,g,f;d=d.replace(Cb,"-$1").toLowerCase();if(!(g=b.ownerDocument.defaultView))return c;if(f=g.getComputedStyle(b,null)){e=f.getPropertyValue(d);if(e===""&&!a.contains(b.ownerDocument.documentElement,b))e=a.style(b,d)}return e};if(b.documentElement.currentStyle)l=function(a,f){var e,d,b=a.currentStyle&&a.currentStyle[f],c=a.style;if(!S.test(b)&&Hb.test(b)){e=c.left;d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;c.left=f==="fontSize"?"1em":b||0;b=c.pixelLeft+"px";c.left=e;a.runtimeStyle.left=d}return b===""?"auto":b};j=x||l;function U(b,e,d){var f=e==="width"?jb:ib,c=e==="width"?b.offsetWidth:b.offsetHeight;if(d==="border")return c;a.each(f,function(){if(!d)c-=parseFloat(a.css(b,"padding"+this))||0;if(d==="margin")c+=parseFloat(a.css(b,"margin"+this))||0;else c-=parseFloat(a.css(b,"border"+this+"Width"))||0});return c}if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(b){var d=b.offsetWidth,c=b.offsetHeight;return d===0&&c===0||!a.support.reliableHiddenOffsets&&(b.style.display||a.css(b,"display"))==="none"};a.expr.filters.visible=function(b){return!a.expr.filters.hidden(b)}}var Kb=a.now(),ub=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,X=/^(?:select|textarea)/i,xb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,hb=/^(?:GET|HEAD)$/,mb=/\[\]$/,g=/\=\?(&|$)/,w=/\?/,Nb=/([?&])_=[^&]*/,Jb=/^(\w+:)?\/\/([^\/?#]+)/,Mb=/%20/g,Db=/#.*$/,W=a.fn.load;a.fn.extend({load:function(c,b,d){if(typeof c!=="string"&&W)return W.apply(this,arguments);else if(!this.length)return this;var e=c.indexOf(" ");if(e>=0){var f=c.slice(e,c.length);c=c.slice(0,e)}var h="GET";if(b)if(a.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=a.param(b,a.ajaxSettings.traditional);h="POST"}var g=this;a.ajax({url:c,type:h,dataType:"html",data:b,complete:function(b,c){(c==="success"||c==="notmodified")&&g.html(f?a("<div>").append(b.responseText.replace(ub,"")).find(f):b.responseText);d&&g.each(d,[b.responseText,c,b])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||X.test(this.nodeName)||xb.test(this.type))}).map(function(d,c){var b=a(this).val();return b==null?null:a.isArray(b)?a.map(b,function(a){return{name:c.name,value:a}}):{name:c.name,value:b}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(c,b){a.fn[b]=function(a){return this.bind(b,a)}});a.extend({"get":function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b=null}return a.ajax({type:"GET",url:e,data:b,success:c,dataType:d})},getScript:function(c,b){return a.get(c,null,b,"script")},getJSON:function(d,c,b){return a.get(d,c,b,"json")},post:function(e,b,c,d){if(a.isFunction(b)){d=d||c;c=b;b={}}return a.ajax({type:"POST",url:e,data:b,success:c,dataType:d})},ajaxSetup:function(b){a.extend(a.ajaxSettings,b)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new d.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(l){var e=a.extend(true,{},a.ajaxSettings,l),j,h,k,o=e.type.toUpperCase(),p=hb.test(o);e.url=e.url.replace(Db,"");e.context=l&&l.context!=null?l.context:e;if(e.data&&e.processData&&typeof e.data!=="string")e.data=a.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(o==="GET"){if(!g.test(e.url))e.url+=(w.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?"}else if(!e.data||!g.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&g.test(e.data)||g.test(e.url))){j=e.jsonpCallback||"jsonp"+Kb++;if(e.data)e.data=(e.data+"").replace(g,"="+j+"$1");e.url=e.url.replace(g,"="+j+"$1");e.dataType="script";var s=d[j];d[j]=function(b){if(a.isFunction(s))s(b);else{d[j]=c;try{delete d[j]}catch(g){}}k=b;a.handleSuccess(e,f,h,k);a.handleComplete(e,f,h,k);m&&m.removeChild(i)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&p){var x=a.now(),v=e.url.replace(Nb,"$1_="+x);e.url=v+(v===e.url?(w.test(e.url)?"&":"?")+"_="+x:"")}if(e.data&&p)e.url+=(w.test(e.url)?"&":"?")+e.data;e.global&&a.active++===0&&a.event.trigger("ajaxStart");var q=Jb.exec(e.url),t=q&&(q[1]&&q[1].toLowerCase()!==location.protocol||q[2].toLowerCase()!==location.host);if(e.dataType==="script"&&o==="GET"&&t){var m=b.getElementsByTagName("head")[0]||b.documentElement,i=b.createElement("script");if(e.scriptCharset)i.charset=e.scriptCharset;i.src=e.url;if(!j){var u=false;i.onload=i.onreadystatechange=function(){if(!u&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){u=true;a.handleSuccess(e,f,h,k);a.handleComplete(e,f,h,k);i.onload=i.onreadystatechange=null;m&&i.parentNode&&m.removeChild(i)}}}m.insertBefore(i,m.firstChild);return c}var n=false,f=e.xhr();if(!f)return;if(e.username)f.open(o,e.url,e.async,e.username,e.password);else f.open(o,e.url,e.async);try{(e.data!=null&&!p||l&&l.contentType)&&f.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){a.lastModified[e.url]&&f.setRequestHeader("If-Modified-Since",a.lastModified[e.url]);a.etag[e.url]&&f.setRequestHeader("If-None-Match",a.etag[e.url])}!t&&f.setRequestHeader("X-Requested-With","XMLHttpRequest");f.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*; q=0.01":e.accepts._default)}catch(z){}if(e.beforeSend&&e.beforeSend.call(e.context,f,e)===false){e.global&&a.active--===1&&a.event.trigger("ajaxStop");f.abort();return false}e.global&&a.triggerGlobal(e,"ajaxSend",[f,e]);var r=f.onreadystatechange=function(b){if(!f||f.readyState===0||b==="abort"){!n&&a.handleComplete(e,f,h,k);n=true;if(f)f.onreadystatechange=a.noop}else if(!n&&f&&(f.readyState===4||b==="timeout")){n=true;f.onreadystatechange=a.noop;h=b==="timeout"?"timeout":!a.httpSuccess(f)?"error":e.ifModified&&a.httpNotModified(f,e.url)?"notmodified":"success";var c;if(h==="success")try{k=a.httpData(f,e.dataType,e)}catch(d){h="parsererror";c=d}if(h==="success"||h==="notmodified")!j&&a.handleSuccess(e,f,h,k);else a.handleError(e,f,h,c);!j&&a.handleComplete(e,f,h,k);b==="timeout"&&f.abort();if(e.async)f=null}};try{var y=f.abort;f.abort=function(){f&&Function.prototype.call.call(y,f);r("abort")}}catch(A){}e.async&&e.timeout>0&&setTimeout(function(){f&&!n&&r("timeout")},e.timeout);try{f.send(p||e.data==null?null:e.data)}catch(B){a.handleError(e,f,null,B);a.handleComplete(e,f,h,k)}!e.async&&r();return f},param:function(b,d){var e=[],g=function(c,b){b=a.isFunction(b)?b():b;e[e.length]=encodeURIComponent(c)+"="+encodeURIComponent(b)};if(d===c)d=a.ajaxSettings.traditional;if(a.isArray(b)||b.jquery)a.each(b,function(){g(this.name,this.value)});else for(var f in b)q(f,b[f],d,g);return e.join("&").replace(Mb,"+")}});function q(c,b,e,d){if(a.isArray(b)&&b.length)a.each(b,function(f,b){if(e||mb.test(c))d(c,b);else q(c+"["+(typeof b==="object"||a.isArray(b)?f:"")+"]",b,e,d)});else if(!e&&b!=null&&typeof b==="object")if(a.isEmptyObject(b))d(c,"");else a.each(b,function(a,b){q(c+"["+a+"]",b,e,d)});else d(c,b)}a.extend({active:0,lastModified:{},etag:{},handleError:function(b,c,e,d){b.error&&b.error.call(b.context,c,e,d);b.global&&a.triggerGlobal(b,"ajaxError",[c,b,d])},handleSuccess:function(b,c,d,e){b.success&&b.success.call(b.context,e,d,c);b.global&&a.triggerGlobal(b,"ajaxSuccess",[c,b])},handleComplete:function(b,c,d){b.complete&&b.complete.call(b.context,c,d);b.global&&a.triggerGlobal(b,"ajaxComplete",[c,b]);b.global&&a.active--===1&&a.event.trigger("ajaxStop")},triggerGlobal:function(b,d,c){(b.context&&b.context.url==null?a(b.context):a.event).trigger(d,c)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(b,e){var c=b.getResponseHeader("Last-Modified"),d=b.getResponseHeader("Etag");if(c)a.lastModified[e]=c;if(d)a.etag[e]=d;return b.status===304},httpData:function(d,c,f){var e=d.getResponseHeader("content-type")||"",g=c==="xml"||!c&&e.indexOf("xml")>=0,b=g?d.responseXML:d.responseText;g&&b.documentElement.nodeName==="parsererror"&&a.error("parsererror");if(f&&f.dataFilter)b=f.dataFilter(b,c);if(typeof b==="string")if(c==="json"||!c&&e.indexOf("json")>=0)b=a.parseJSON(b);else(c==="script"||!c&&e.indexOf("javascript")>=0)&&a.globalEval(b);return b}});if(d.ActiveXObject)a.ajaxSettings.xhr=function(){if(d.location.protocol!=="file:")try{return new d.XMLHttpRequest}catch(b){}try{return new d.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}};a.support.ajax=!!a.ajaxSettings.xhr();var r={},nb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,p,M=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(e,i,h){var b,c;if(e||e===0)return this.animate(f("show",3),e,i,h);else{for(var d=0,g=this.length;d<g;d++){b=this[d];c=b.style.display;if(!a.data(b,"olddisplay")&&c==="none")c=b.style.display="";c===""&&a.css(b,"display")==="none"&&a.data(b,"olddisplay",z(b.nodeName))}for(d=0;d<g;d++){b=this[d];c=b.style.display;if(c===""||c==="none")b.style.display=a.data(b,"olddisplay")||""}return this}},hide:function(c,h,g){if(c||c===0)return this.animate(f("hide",3),c,h,g);else{for(var b=0,e=this.length;b<e;b++){var d=a.css(this[b],"display");d!=="none"&&a.data(this[b],"olddisplay",d)}for(b=0;b<e;b++)this[b].style.display="none";return this}},_toggle:a.fn.toggle,toggle:function(b,d,e){var c=typeof b==="boolean";if(a.isFunction(b)&&a.isFunction(d))this._toggle.apply(this,arguments);else if(b==null||c)this.each(function(){var d=c?b:a(this).is(":hidden");a(this)[d?"show":"hide"]()});else this.animate(f("toggle",3),b,d,e);return this},fadeTo:function(c,d,b,a){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:d},c,b,a)},animate:function(b,f,e,d){var c=a.speed(f,e,d);return a.isEmptyObject(b)?this.each(c.complete):this[c.queue===false?"each":"queue"](function(){var e=a.extend({},c),d,i=this.nodeType===1,f=i&&a(this).is(":hidden"),h=this;for(d in b){var g=a.camelCase(d);if(d!==g){b[g]=b[d];delete b[d];d=g}if(b[d]==="hide"&&f||b[d]==="show"&&!f)return e.complete.call(this);if(i&&(d==="height"||d==="width")){e.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(a.css(this,"display")==="inline"&&a.css(this,"float")==="none")if(!a.support.inlineBlockNeedsLayout)this.style.display="inline-block";else{var j=z(this.nodeName);if(j==="inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}}}if(a.isArray(b[d])){(e.specialEasing=e.specialEasing||{})[d]=b[d][1];b[d]=b[d][0]}}if(e.overflow!=null)this.style.overflow="hidden";e.curAnim=a.extend({},b);a.each(b,function(l,i){var j=new a.fx(h,e,l);if(nb.test(i))j[i==="toggle"?f?"show":"hide":i](b);else{var d=wb.exec(i),c=j.cur()||0;if(d){var g=parseFloat(d[2]),k=d[3]||"px";if(k!=="px"){a.style(h,l,(g||1)+k);c=(g||1)/j.cur()*c;a.style(h,l,c+k)}if(d[1])g=(d[1]==="-="?-1:1)*g+c;j.custom(c,g,k)}else j.custom(c,i,"")}});return true})},stop:function(d,c){var b=a.timers;d&&this.queue([]);this.each(function(){for(var a=b.length-1;a>=0;a--)if(b[a].elem===this){c&&b[a](true);b.splice(a,1)}});!c&&this.dequeue();return this}});function f(c,d){var b={};a.each(M.concat.apply([],M.slice(0,d)),function(){b[this]=c});return b}a.each({slideDown:f("show",1),slideUp:f("hide",1),slideToggle:f("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(c,b){a.fn[c]=function(d,c,a){return this.animate(b,d,c,a)}});a.extend({speed:function(c,d,e){var b=c&&typeof c==="object"?a.extend({},c):{complete:e||!e&&d||a.isFunction(c)&&c,duration:c,easing:e&&d||d&&!a.isFunction(d)&&d};b.duration=a.fx.off?0:typeof b.duration==="number"?b.duration:b.duration in a.fx.speeds?a.fx.speeds[b.duration]:a.fx.speeds._default;b.old=b.complete;b.complete=function(){b.queue!==false&&a(this).dequeue();a.isFunction(b.old)&&b.old.call(this)};return b},easing:{linear:function(c,d,a,b){return a+b*c},swing:function(c,d,a,b){return(-Math.cos(c*Math.PI)/2+.5)*b+a}},timers:[],fx:function(b,a,c){this.options=a;this.elem=b;this.prop=c;if(!a.orig)a.orig={}}});a.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]||a.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var b=parseFloat(a.css(this.elem,this.prop));return b&&b>-1e4?b:0},custom:function(d,g,f){var e=this,c=a.fx;this.startTime=a.now();this.start=d;this.end=g;this.unit=f||this.unit||"px";this.now=this.start;this.pos=this.state=0;function b(a){return e.step(a)}b.elem=this.elem;if(b()&&a.timers.push(b)&&!p)p=setInterval(c.tick,c.interval)},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(h){var e=a.now(),b=true;if(h||e>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var k in this.options.curAnim)if(this.options.curAnim[k]!==true)b=false;if(b){if(this.options.overflow!=null&&!a.support.shrinkWrapBlocks){var j=this.elem,i=this.options;a.each(["","X","Y"],function(a,b){j.style["overflow"+b]=i.overflow[a]})}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var d in this.options.curAnim)a.style(this.elem,d,this.options.orig[d]);this.options.complete.call(this.elem)}return false}else{var c=e-this.startTime;this.state=c/this.options.duration;var g=this.options.specialEasing&&this.options.specialEasing[this.prop],f=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[g||f](this.state,c,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};a.extend(a.fx,{tick:function(){for(var b=a.timers,c=0;c<b.length;c++)!b[c]()&&b.splice(c--,1);!b.length&&a.fx.stop()},interval:13,stop:function(){clearInterval(p);p=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(b){a.style(b.elem,"opacity",b.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(a.expr&&a.expr.filters)a.expr.filters.animated=function(b){return a.grep(a.timers,function(a){return b===a.elem}).length};function z(b){if(!r[b]){var d=a("<"+b+">").appendTo("body"),c=d.css("display");d.remove();if(c==="none"||c==="")c="block";r[b]=c}return r[b]}var zb=/^t(?:able|d|h)$/i,V=/^(?:body|html)$/i;if("getBoundingClientRect"in b.documentElement)a.fn.offset=function(g){var b=this[0],d;if(g)return this.each(function(b){a.offset.setOffset(this,g,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);try{d=b.getBoundingClientRect()}catch(o){}var f=b.ownerDocument,c=f.documentElement;if(!d||!a.contains(c,b))return d||{top:0,left:0};var e=f.body,h=u(f),k=c.clientTop||e.clientTop||0,i=c.clientLeft||e.clientLeft||0,l=h.pageYOffset||a.support.boxModel&&c.scrollTop||e.scrollTop,j=h.pageXOffset||a.support.boxModel&&c.scrollLeft||e.scrollLeft,n=d.top+l-k,m=d.left+j-i;return{top:n,left:m}};else a.fn.offset=function(l){var b=this[0];if(l)return this.each(function(b){a.offset.setOffset(this,l,b)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return a.offset.bodyOffset(b);a.offset.initialize();var c,i=b.offsetParent,m=b,k=b.ownerDocument,j=k.documentElement,g=k.body,h=k.defaultView,f=h?h.getComputedStyle(b,null):b.currentStyle,e=b.offsetTop,d=b.offsetLeft;while((b=b.parentNode)&&b!==g&&b!==j){if(a.offset.supportsFixedPosition&&f.position==="fixed")break;c=h?h.getComputedStyle(b,null):b.currentStyle;e-=b.scrollTop;d-=b.scrollLeft;if(b===i){e+=b.offsetTop;d+=b.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&zb.test(b.nodeName))){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}m=i;i=b.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&c.overflow!=="visible"){e+=parseFloat(c.borderTopWidth)||0;d+=parseFloat(c.borderLeftWidth)||0}f=c}if(f.position==="relative"||f.position==="static"){e+=g.offsetTop;d+=g.offsetLeft}if(a.offset.supportsFixedPosition&&f.position==="fixed"){e+=Math.max(j.scrollTop,g.scrollTop);d+=Math.max(j.scrollLeft,g.scrollLeft)}return{top:e,left:d}};a.offset={initialize:function(){var f=b.body,d=b.createElement("div"),e,c,i,g,h=parseFloat(a.css(f,"marginTop"))||0,j="<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>";a.extend(d.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});d.innerHTML=j;f.insertBefore(d,f.firstChild);e=d.firstChild;c=e.firstChild;g=e.nextSibling.firstChild.firstChild;this.doesNotAddBorder=c.offsetTop!==5;this.doesAddBorderForTableAndCells=g.offsetTop===5;c.style.position="fixed";c.style.top="20px";this.supportsFixedPosition=c.offsetTop===20||c.offsetTop===15;c.style.position=c.style.top="";e.style.overflow="hidden";e.style.position="relative";this.subtractsBorderForOverflowNotVisible=c.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=f.offsetTop!==h;f.removeChild(d);f=d=e=c=i=g=null;a.offset.initialize=a.noop},bodyOffset:function(b){var d=b.offsetTop,c=b.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){d+=parseFloat(a.css(b,"marginTop"))||0;c+=parseFloat(a.css(b,"marginLeft"))||0}return{top:d,left:c}},setOffset:function(c,b,n){var k=a.css(c,"position");if(k==="static")c.style.position="relative";var h=a(c),g=h.offset(),j=a.css(c,"top"),i=a.css(c,"left"),e=k==="absolute"&&a.inArray("auto",[j,i])>-1,d={},f={},m,l;if(e)f=h.position();m=e?f.top:parseInt(j,10)||0;l=e?f.left:parseInt(i,10)||0;if(a.isFunction(b))b=b.call(c,n,g);if(b.top!=null)d.top=b.top-g.top+m;if(b.left!=null)d.left=b.left-g.left+l;if("using"in b)b.using.call(c,d);else h.css(d)}};a.fn.extend({position:function(){if(!this[0])return null;var e=this[0],b=this.offsetParent(),d=this.offset(),c=V.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(a.css(e,"marginTop"))||0;d.left-=parseFloat(a.css(e,"marginLeft"))||0;c.top+=parseFloat(a.css(b[0],"borderTopWidth"))||0;c.left+=parseFloat(a.css(b[0],"borderLeftWidth"))||0;return{top:d.top-c.top,left:d.left-c.left}},offsetParent:function(){return this.map(function(){var c=this.offsetParent||b.body;while(c&&(!V.test(c.nodeName)&&a.css(c,"position")==="static"))c=c.offsetParent;return c})}});a.each(["Left","Top"],function(d,e){var b="scroll"+e;a.fn[b]=function(f){var g=this[0],e;if(!g)return null;if(f!==c)return this.each(function(){e=u(this);if(e)e.scrollTo(!d?f:a(e).scrollLeft(),d?f:a(e).scrollTop());else this[b]=f});else{e=u(g);return e?"pageXOffset"in e?e[d?"pageYOffset":"pageXOffset"]:a.support.boxModel&&e.document.documentElement[b]||e.document.body[b]:g[b]}}});function u(b){return a.isWindow(b)?b:b.nodeType===9?b.defaultView||b.parentWindow:false}a.each(["Height","Width"],function(e,b){var d=b.toLowerCase();a.fn["inner"+b]=function(){return this[0]?parseFloat(a.css(this[0],d,"padding")):null};a.fn["outer"+b]=function(b){return this[0]?parseFloat(a.css(this[0],d,b?"margin":"border")):null};a.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(a.isFunction(f))return this.each(function(c){var b=a(this);b[d](f.call(this,c,b[d]()))});if(a.isWindow(e))return e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b];else if(e.nodeType===9)return Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]);else if(f===c){var g=a.css(e,d),h=parseFloat(g);return a.isNaN(h)?g:h}else return this.css(d,typeof f==="string"?f:f+"px")}})})(window);var Sliderman=new function(){var f=this;function u(a){r=Math.round(Math.random()*(a+1));if(r>0&&r<a+1)r--;else r=u(a);return r}function b(a,c){for(var b in a)if(a.hasOwnProperty(b)&&c(b,a[b],a))return}function k(d,b,c){var a=d[b];d[b]=typeof a!="function"?c:function(){a();c()}}var s=[];function t(b,c,d){var e=function(){if(s[b])c&&c(b);else{var d=a("IMG");d.onload=function(){s[b]=true;c&&c(b)};d.src=b}};if(d)setTimeout(e,typeof d=="number"?d:2e3);else e()}function c(a){if(a.constructor==Array)var d=[];else var d={};b(a,function(b){d[b]=typeof a[b]!="object"?a[b]:c(a[b])});return d}function o(){return(new Date).getTime()}function p(a,b){return String(a).replace(/^\s+/,"").replace(/\s+$/,"").toLowerCase()==String(b).replace(/^\s+/,"").replace(/\s+$/,"").toLowerCase()}function l(a,e,d){var c=false;if(!d)b(a,function(b){if(p(a[b],d)){c=b;return true}});else b(a,function(b){if(p(a[b][e],d)){c=b;return true}});return c}function w(d,a){a=a.split(",");var c;b(a,function(b){c=a[b];if(p(d,a[b]))return true});return c}var e;function v(){if(e)return;var a,c=document.body,b=c.style;if(typeof b.opacity=="string")a="opacity";else if(typeof b.MozOpacity=="string")a="MozOpacity";else if(typeof b.KhtmlOpacity=="string")a="KhtmlOpacity";else if(c.filters&&navigator.appVersion.match(/MSIE ([\d.]+);/)[1]>=5.5)a="filter";if(a=="filter")e=function(c,b){if(b>1)b=1;else if(b<0)b=0;c[a]="alpha(opacity="+Math.round(b*100)+")"};else if(a)e=function(c,b){if(b>1)b=1;else if(b<0)b=0;c[a]=b.toFixed(2)};else e=ef}function n(c,b,a){if(typeof a=="string")c[b]=a;else if(b=="clip")c[b]="rect("+Math.round(a[0])+"px, "+Math.round(a[1])+"px, "+Math.round(a[2])+"px, "+Math.round(a[3])+"px)";else if(b=="opacity")e(c,a);else c[b]=Math.round(a)+"px"}function m(c,a){b(a,function(b){n(c,b,a[b])})}function d(a){a.display="none"}function i(a){a.display=""}function a(c,a){var b=document.createElement(c);a&&m(b.style,a);return b}var h=[];function z(p){var e=p.effect,q=p.display;if(!e)e={};if(p.contentmode)e.zoom=false;e.interval=e.interval||40;e.duration=e.duration||200;e.delay=e.delay||0;var H=Math.round(e.duration/e.interval),l,i,k,u,v=[],n=[],B=[],E=[],g,s,r,t=a("div",{width:q.width,height:q.height,position:"absolute",top:0,left:0,overflow:"hidden"});p.container.appendChild(t);var f={cols:e.cols?e.cols:1,rows:e.rows?e.rows:1};f.count=f.cols*f.rows;f.width=q.width/f.cols,f.height=q.height/f.rows;for(var j=0;j<f.cols;j++)for(var k=0;k<f.rows;k++)f[j+","+k]=[k*f.height,j*f.width+f.width,k*f.height+f.height,j*f.width];var C=c(e),x=c(e);x.top=C.bottom;x.bottom=C.top;x.left=C.right;x.right=C.left;e.order=w(e.order,"straight,swirl,snake,straight_stairs,random");var K=y(f.cols,f.rows,e.order,e.road,e.reverse),z=e.order=="random"?o():[e.interval,e.duration,e.delay,e.cols,e.rows,e.top,e.right,e.bottom,e.left,e.fade,e.zoom,e.move,e.chess,e.order,e.road,e.reverse].join(",");if(h[z]){v=h[z].startStylesArr;n=h[z].AnimateArr;B=h[z].needAnimate}else{for(k=0;k<f.rows;k++)for(j=0;j<f.cols;j++){l=K[j+","+k];if(e.chess&&l%2==1)e=x;else e=C;g={top:0,left:0,opacity:1,width:q.width,height:q.height,overflow:"hidden"};s=c(g);i=c(f[j+","+k]);if(e.fade)g.opacity=0;if(e.top&&e.bottom)i[0]=i[2]=(i[0]+i[2])/2;else if(e.top)i[2]-=f.height;else if(e.bottom)i[0]+=f.height;if(e.left&&e.right)i[1]=i[3]=(i[1]+i[3])/2;else if(e.left)i[1]-=f.width;else if(e.right)i[3]+=f.width;if(e.zoom){g.left=f[j+","+k][3];g.top=f[j+","+k][0];if(e.left&&e.right)g.left+=f.width/2;else if(e.right)g.left+=f.width;else if(!e.left)g.left=0;if(e.top&&e.bottom)g.top+=f.height/2;else if(e.bottom)g.top+=f.height;else if(!e.top)g.top=0;if(e.left||e.right)i[1]=i[3]=0;if(e.top||e.bottom)i[0]=i[2]=0;g.width=e.left||e.right?0:q.width;g.height=e.top||e.bottom?0:q.height}if(e.move){if(e.top){g.top=parseInt(g.top)-f.height;i[0]+=f.height;i[2]+=f.height}if(e.bottom){g.top=parseInt(g.top)+f.height;i[0]-=f.height;i[2]-=f.height}if(e.left){g.left=parseInt(g.left)-f.width;i[1]+=f.width;i[3]+=f.width}if(e.right){g.left=parseInt(g.left)+f.width;i[1]-=f.width;i[3]-=f.width}}g.clip=i;s.clip=f[j+","+k];r=[];b(s,function(a){if(g[a].toString()!=s[a].toString()){r[a]=[];if(a=="clip")b(g[a],function(b){r[a][b]=s[a][b]-g[a][b]});else r[a]=s[a]-g[a];B[l]=true}});v[l]=g;n[l]=[];if(e.delay)for(var M=0;M<Math.round(l*e.delay/e.interval);M++)n[l].push(null);var D;if(!B[l])n[l].push({display:""});else for(D=1;D<=H;D++){progress=D/H;progress=-Math.cos(progress*Math.PI)/2+.5;var I=[];if(D==H)I=s;else b(r,function(a){value=[];if(a=="clip")b(r[a],function(b){value[b]=g[a][b]+r[a][b]*progress});else value=g[a]+r[a]*progress;I[a]=value});n[l].push(I)}}h[z]={startStylesArr:v,AnimateArr:n,needAnimate:B}}for(k=0;k<f.rows;k++)for(j=0;j<f.cols;j++){l=K[j+","+k];if(p.contentmode){u=a("DIV",v[l]);u.appendChild(p.src.cloneNode(true))}else{u=a("IMG",v[l]);u.src=p.src}var L=u.style;L.position="absolute";t.appendChild(u);E[l]=L;!B[l]&&d(E[l])}var P=o(),G=n[n.length-1].length,A,J=[],F=true,O=function(){if(F){var a=Math.ceil((o()-P)/e.interval);a=a>=G?G-1:a-1;b(n,function(b){A=a>n[b].length-1?n[b].length-1:a;if(n[b][A]&&!J[b+","+A]){m(E[b],n[b][A]);J[b+","+A]=true}});if(a==G-1){if(f.count>1){t.innerHTML="";if(p.contentmode)t.appendChild(p.src);else t.innerHTML='<img src="'+p.src+'" width="'+q.width+'" height="'+q.height+'" />'}p.callback(t);F=false}}return F},N=setInterval(function(){!O()&&clearInterval(N)},e.interval)}var j=[];function y(h,i,t,n,v){h=parseInt(h);i=parseInt(i);var e=[],u=[],l=0,a=0,c=0,s=h*i,f=h-1,g=i-1,p=s-1,o;if(!n)n="RB";function w(b){for(c=0;c<i;c++)for(a=0;a<h;a++)b()}var r=[h,i,t,n,v].join(",");if(!j[r]){if(s>1){switch(t){case"straight":switch(n){case"BL":o=function(){e[a+","+c]=p-(a*i+(g-c))};break;case"RT":o=function(){e[a+","+c]=p-(c*h+(f-a))};break;case"TL":o=function(){e[a+","+c]=p-(a*i+c)};case"LT":o=function(){e[a+","+c]=p-(c*h+a)};break;case"BR":o=function(){e[a+","+c]=a*i+c};break;case"LB":o=function(){e[a+","+c]=c*h+(f-a)};break;case"TR":o=function(){e[a+","+c]=a*i+(g-c)};break;default:o=function(){e[a+","+c]=c*h+a}}w(o);break;case"swirl":var d,q=0;switch(n){case"BL":a=f;c=0;d=["r+","c-","r-","c+"];break;case"RT":a=0;c=g;d=["c+","r-","c-","r+"];break;case"TL":a=f;c=g;d=["r-","c-","r+","c+"];break;case"LT":a=f;c=g;d=["c-","r-","c+","r+"];break;case"BR":a=0;c=0;d=["r+","c+","r-","c-"];break;case"LB":a=f;c=0;d=["c-","r+","c+","r-"];break;case"TR":a=0;c=g;d=["r-","c+","r+","c-"];break;default:a=0;c=0;d=["c+","r+","c-","r-"]}l=0;while(l<h*i){if(a>=0&&a<h&&c>=0&&c<i&&typeof e[a+","+c]=="undefined")e[a+","+c]=l++;else switch(d[q++%d.length]){case"c+":a--;break;case"r+":c--;break;case"c-":a++;break;case"r-":c++}switch(d[q%d.length]){case"c+":a++;break;case"r+":c++;break;case"c-":a--;break;case"r-":c--}}break;case"snake":var d,q=0;switch(n){case"BL":a=f;c=0;d=["r+","c-","r-","c-"];break;case"RT":a=0;c=g;d=["c+","r-","c-","r-"];break;case"TL":a=f;c=g;d=["r-","c-","r+","c-"];break;case"LT":a=f;c=g;d=["c-","r-","c+","r-"];break;case"BR":a=0;c=0;d=["r+","c+","r-","c+"];break;case"LB":a=f;c=0;d=["c-","r+","c+","r+"];break;case"TR":a=0;c=g;d=["r-","c+","r+","c+"];break;default:a=0;c=0;d=["c+","r+","c-","r+"]}l=0;while(l<h*i)if(a>=0&&a<h&&c>=0&&c<i&&typeof e[a+","+c]=="undefined"){e[a+","+c]=l++;switch(d[q%d.length]){case"c+":a++;break;case"r+":c++;break;case"c-":a--;break;case"r-":c--}}else{switch(d[q++%d.length]){case"c+":a--;break;case"r+":c--;break;case"c-":a++;break;case"r-":c++}switch(d[q++%d.length]){case"c+":a++;break;case"r+":c++;break;case"c-":a--;break;case"r-":c--}}break;case"straight_stairs":switch(n){case"BL":case"TR":case"TL":case"BR":var k=0,m=0;break;case"LB":case"RT":case"LT":case"RB":default:var k=f,m=0}a=k;c=m;while(l<s){if(n.indexOf("T")==1||n.indexOf("R")==1)e[a+","+c]=p-l++;else e[a+","+c]=l++;switch(n){case"BL":case"TR":a--;c++;break;case"TL":case"BR":a++;c--;break;case"LB":case"RT":a--;c--;break;case"RB":case"LT":default:a++;c++}if(a<0||c<0||a>f||c>g){switch(n){case"BL":case"TR":k++;break;case"LB":case"RT":case"TL":case"BR":m++;break;case"RB":case"LT":default:k--}if(k<0||m<0||k>f||m>g){switch(n){case"BL":case"TR":k=f;m++;break;case"TL":case"BR":m=g;k++;break;case"LB":case"RT":m=g;k--;break;case"RB":case"LT":default:k=0;m++}if(m>g)m=g;else if(m<0)m=0;else if(k>f)k=f;else if(k<0)k=0}c=m;a=k}}}v&&b(e,function(a){e[a]=p-e[a]})}else e["0,0"]=0;j[r]=e}if(t=="random"){w(function(){u.push(a+","+c)});u.sort(function(){return Math.random()>.5});for(var l=0;l<h*i;l++)e[u[l]]=l;j[r]=e}return j[r]}var x=0;function q(){return"Sliderman-nameless-effect-"+x++}var g=[];f.effect=function(a){if(a){var b=-1;if(a.name){var c=l(g,"name",a.name);if(c)b=c}else a.name=q();if(b>=0)g[b]=a;else g.push(a)}};f.effect({name:"fade",fade:true,duration:400});f.effect({name:"move",left:true,move:true,duration:400});f.effect({name:"stairs",cols:7,rows:5,delay:30,order:"straight_stairs",road:"BL",fade:true});f.effect({name:"blinds",cols:10,delay:100,duration:400,order:"straight",right:true,zoom:true,fade:true});f.effect({name:"rain",cols:10,delay:100,duration:400,order:"straight",top:true,fade:true});f.slider=function(x){v();var s={},w,lb,R,T="free",Q=false,p=[],O=[],U=[],J=function(){},S=x.events,bb=S?function(a){S[a]&&typeof S[a]=="function"&&S[a](s)}:J,B=x.contentmode,y=[],hb=-1,P=function(a){if(typeof a=="string"){a=a.split(",");if(a.length==1){var e=l(g,"name",a);e&&P(g[e])}else for(var d=0;d<a.length;d++)P(a[d])}else if(a){if(!a.name)a.name=q();var b=l(y,"name",a.name);if(!b)b=y.length;y[b]=c(a)}},ob=function(){var a=0;if(y.length>1){a=u(y.length);if(hb==a)a++;a%=y.length;hb=a}return y[a]};if(x.effects)if(x.effects.constructor==Array)for(var b=0;b<x.effects.length;b++)P(x.effects[b]);else P(x.effects);if(!y.length)y=c(g);var r=x.display||{};r.width=x.width;r.height=x.height;var I=r.loading||{},C=r.description||null,o=r.navigation||null,h=r.buttons||null,G={width:r.width,height:r.height,position:"absolute",top:0,left:0,display:"block"},f=document.getElementById(x.container);k(f,"onmouseover",function(){Q=true;h&&h.hide&&i(E.style);C&&C.hide&&!B&&i(A.style);r.pause&&F(false)});k(f,"onmouseout",function(){Q=false;h&&h.hide&&d(E.style);C&&C.hide&&!B&&d(A.style);r.pause&&F(true)});if(B){for(var b=0;b<f.childNodes.length;b++)if(f.childNodes[b].nodeType==1){p.push(f.childNodes[b].cloneNode(true));d(f.childNodes[b].style)}}else{for(var b=0;b<f.childNodes.length;b++)if(f.childNodes[b].nodeType==1){if(f.childNodes[b].tagName=="A"){var mb=f.childNodes[b].getElementsByTagName("IMG");if(mb.length){p.push(mb[0].src);U[p.length-1]=f.childNodes[b]}else O[p.length-1]=f.childNodes[b]}else if(f.childNodes[b].tagName=="IMG"){p.push(f.childNodes[b].src);if(f.childNodes[b].useMap){var M=document.getElementsByTagName("MAP"),fb;if(M.length)for(var N=0;N<M.length;N++)if(M[N].name&&f.childNodes[b].useMap.replace(/^[^#]*#/,"")==M[N].name)fb=M[N];if(fb)U[p.length-1]=fb}}else if(f.childNodes[b].tagName=="MAP")continue;else O[p.length-1]=f.childNodes[b];d(f.childNodes[b].style)}for(var b=0;b<p.length;b++)t(p[b])}var ab=a("DIV",{width:r.width,height:r.height,position:"relative"});f.appendChild(ab);var jb=a("DIV",G);ab.appendChild(jb);partsCont=ab;if(B)var pb=J;else{var eb=a("DIV",G);partsCont.appendChild(eb);var pb=function(){eb.innerHTML="";value=U[w];if(value){if(value.tagName=="MAP"){var b=a("IMG",G);b.src=p[w];b.useMap="#"+value.name}else{var b=a("A",G);b.href=value.href;b.target=value.target}m(b.style,{opacity:0,background:"#000000"});b.onfocus=function(){this.blur()};eb.appendChild(b)}}}if(B)var ib=J;else{var L=a("DIV");partsCont.appendChild(L);if(I.background){var X=c(G);X.background=I.background;if(I.opacity)X.opacity=I.opacity;L.appendChild(a("DIV",X))}if(I.image){var gb=c(G);gb.background="url("+I.image+") no-repeat center center";L.appendChild(a("DIV",gb))}var ib=function(a){if(a)i(L.style);else d(L.style);T=a?"loading":"free"}}var W;if(C&&!B){var A=a("DIV");document.getElementById("slideShowContent").appendChild(A);C.hide&&d(A.style);var nb={overflow:"auto",textAlign:"right",width:"317px"};if(!C)C=[];var db=a("DIV",nb);A.appendChild(db);W=function(){db.innerHTML="";n(A.style,"visibility","hidden");var a=O[w];if(a){n(A.style,"visibility","visible");a=a.cloneNode(true);i(a.style);db.appendChild(a);Q&&i(A.style)}}}else W=J;if(h){var E=a("DIV");partsCont.appendChild(E);h.hide&&d(E.style);var D=a("A");E.appendChild(D);D.href="javascript:void(0);";var H=D.cloneNode(true);E.appendChild(H);D.onfocus=function(){this.blur()};H.onfocus=function(){this.blur()};D.onclick=function(){s.prev()};H.onclick=function(){s.next()};if(h.prev.label)D.innerHTML=typeof h.prev.label=="string"?h.prev.label:"prev";if(h.prev.label)H.innerHTML=typeof h.next.label=="string"?h.next.label:"next";if(h.prev.className)D.className=h.prev.className;if(h.next.className)H.className=h.next.className;(h.opacity||h.prev.opacity)&&e(D.style,h.opacity||h.prev.opacity);(h.opacity||h.next.opacity)&&e(H.style,h.opacity||h.next.opacity)}var Z;if(o){var Y=document.getElementById(o.container),j;if(o.prev){j=a("A");if(o.prev.label)j.innerHTML=typeof o.prev.label=="string"?o.prev.label:"Prev";if(o.prev.className)j.className=o.prev.className;j.href="javascript:void(0);";j.onfocus=function(){this.blur()};j.onclick=function(){s.prev()};Y.appendChild(j)}for(var K=[],b=0;b<p.length;b++){j=a("A");if(o.label)j.innerHTML=typeof o.label=="string"?o.label:b+1;if(o.className)j.className=o.className;j.href="javascript:void(0);";j.id=x.container+"_SliderNavigation"+b;j.onfocus=function(){this.blur()};j.onclick=function(){s.go(this.id.replace(/[^\d]+/g,""))};K.push(j);Y.appendChild(j)}if(o.next){j=a("A");if(o.next.label)j.innerHTML=typeof o.next.label=="string"?o.next.label:"Next";if(o.next.className)j.className=o.next.className;j.href="javascript:void(0);";j.onfocus=function(){this.blur()};j.onclick=function(){s.next()};Y.appendChild(j)}Z=function(){for(var a=0;a<K.length;a++)K[a].className=K[a].className.replace(/\bactive\b/g,"");K[w].className+=" active"}}else Z=J;var F;if(r.autoplay){var V;F=function(a){V&&clearTimeout(V);if(a&&!(Q&&r.pause))V=setTimeout(s.next,r.autoplay)}}else F=J;var kb=function(a){bb("before");ib(false);T="busy";W();pb();Z();z({effect:ob(),display:r,container:jb,src:a,callback:function(a){R&&R.parentNode.removeChild(R);R=a;T="free";F(true);bb("after")},contentmode:B})};s.next=function(){s.go(w+1)};s.prev=function(){s.go(w-1)};s.go=function(a){a=(p.length+a)%p.length;F(false);if(T!="free"||w==a)return;lb=w;w=a;bb("loading");ib(true);if(B)kb(p[w]);else t(p[w],kb,r.always_show_loading);inx=p[w].indexOf("show/");inx=inx+5;bgImg=p[w].substring(inx,inx+1);document.getElementById("slideShowFrame").style.backgroundImage="url("+imageHolder[bgImg]+")"};s.get=function(a){switch(a){case"length":return p.length;break;case"current":return w;break;case"previous":return lb;break;case"images":return p;break;case"links":return U;break;case"descriptions":return O}};if(r.mousewheel){onmousewheel=function(a){if(a>0)s.prev();else a<0&&s.next();return true};function cb(a){var b=0;if(!a)a=window.event;if(a.wheelDelta){b=a.wheelDelta/120;if(window.opera)b=-b}else if(a.detail)b=-a.detail/3;if(b&&onmousewheel(b)){a.preventDefault&&a.preventDefault();a.returnValue=false}}if(f.addEventListener){f.addEventListener("DOMMouseScroll",cb,false);f.addEventListener("mousewheel",cb,false)}else k(f,"onmousewheel",cb)}s.go(0);return s}};(function(a){a.fn.easySlider=function(b){var c={controlsShow:true,controlsBefore:"",controlsAfter:"",controlsFade:true,vertical:true,speed:800,auto:false,pause:5e3,continuous:false},b=a.extend(c,b);this.each(function(){var c=a(this),j=a("li",c).length,e=a("li",c).width(),m=a("li",c).height(),g=true;c.width(e);c.height(m);c.css("overflow","hidden");var f=j-1,d=0;a("ul",c).css("width",j*e);if(b.continuous){a("ul",c).prepend(a("ul li:last-child",c).clone().css("margin-left","-"+e+"px"));a("ul",c).append(a("ul li:nth-child(2)",c).clone());a("ul",c).css("width",(j+1)*e)}!b.vertical&&a("li",c).css("float","left");if(b.controlsShow){var l=b.controlsBefore;l+=b.controlsAfter;a(c).after(l)}function k(){if(d>f)d=0;if(d<0)d=f;!b.vertical&&a("ul",c).css("margin-left",d*e*-1);g=true}function h(j,l){if(g){g=false;var q=d;switch(j){case"next":d=q>=f?b.continuous?d+1:f:d+1;break;default:d=j}var o=Math.abs(q-d),n=o*b.speed;if(!b.vertical){p=d*e*-1;a("ul",c).animate({marginLeft:p},{queue:false,duration:n,complete:k})}else{p=d*m*-1;a("ul",c).animate({marginTop:p},{queue:false,duration:n,complete:k})}l&&clearTimeout(i);if(b.auto&&j=="next"&&!l)i=setTimeout(function(){h("next",false)},o*b.speed+b.pause)}}var i;h("next",false);if(b.auto)i=setTimeout(function(){h("next",false)},b.pause)})}})(jQuery);dayName=[" یکشنبه "," دوشنبه "," سه شنبه "," چهارشنبه "," پنجشنبه "," جمعه "," شنبه "];monName=["دی","بهمن","اسفند","فروردین","اردیبهشت","خرداد","تیر","مرداد","شهریور","مهر","آبان","آذر"];now=new Date;rr=dayName[now.getDay()];if(now.getMonth()<=1)ii=now.getFullYear()-622;else if(now.getDate()<=21&&now.getMonth()==2)ii=now.getFullYear()-622;else ii=now.getFullYear()-621;if(now.getMonth()==6||now.getMonth()==7||now.getMonth()==8||now.getMonth()==9)if(now.getDate()<=22)mm=monName[now.getMonth()];else mm=monName[now.getMonth()-1];if(now.getMonth()==4||now.getMonth()==5||now.getMonth()==10)if(now.getDate()<=21)mm=monName[now.getMonth()];else mm=monName[now.getMonth()+1];if(now.getMonth()==0||now.getMonth()==2||now.getMonth()==3)if(now.getDate()<=20)mm=monName[now.getMonth()];else mm=monName[now.getMonth()+1];if(now.getMonth()==1)if(now.getDate()<=19)mm=monName[now.getMonth()];else mm=monName[now.getMonth()+1];if(now.getMonth()==11)if(now.getDate()<=21)mm=monName[now.getMonth()];else mm=monName[now.getMonth()-11];if(now.getMonth()==2||now.getMonth()==3||now.getMonth()==0)if(now.getDate()<=20)mr=now.getDate()+10;else mr=now.getDate()+10-30;if(now.getMonth()==4||now.getMonth()==5)if(now.getDate()<=21)mr=now.getDate()+10;else mr=now.getDate()+10-31;if(now.getMonth()==6||now.getMonth()==7||now.getMonth()==8)if(now.getDate()<=21)mr=now.getDate()+9;else mr=now.getDate()+9-31;if(now.getMonth()==10||now.getMonth()==11)if(now.getDate()<=21)mr=now.getDate()+9;else mr=now.getDate()+9-30;if(now.getMonth()==9)if(now.getDate()<=22)mr=now.getDate()+8;else mr=now.getDate()+8-30;if(now.getMonth()==1)if(now.getDate()<=20)mr=now.getDate()+11;else mr=now.getDate()+11-30;
