(function(){if(window.jQuery)var m=window.jQuery;var f=window.jQuery=function(a,e){return new f.prototype.init(a,e)};if(window.$)var P=window.$;window.$=f;var M=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,c=/^.[^:#\[\.]*$/;f.fn=f.prototype={init:function(a,e){a=a||document;if(a.nodeType){this[0]=a;this.length=1;return this}else if(typeof a=="string"){var i=M.exec(a);if(i&&(i[1]||!e))if(i[1])a=f.clean([i[1]],e);else if(e=document.getElementById(i[3]))if(e.id!=i[3])return f().find(a);else{this[0]=e;this.length=
1;return this}else a=[];else return(new f(e)).find(a)}else if(f.isFunction(a))return(new f(document))[f.fn.ready?"ready":"load"](a);return this.setArray(a.constructor==Array&&a||(a.jquery||a.length&&a!=window&&!a.nodeType&&a[0]!=undefined&&a[0].nodeType)&&f.makeArray(a)||[a])},jquery:"1.2.3",size:function(){return this.length},length:0,get:function(a){return a==undefined?f.makeArray(this):this[a]},pushStack:function(a){a=f(a);a.prevObject=this;return a},setArray:function(a){this.length=0;Array.prototype.push.apply(this,
a);return this},each:function(a,e){return f.each(this,a,e)},index:function(a){var e=-1;this.each(function(i){if(this==a)e=i});return e},attr:function(a,e,i){var k=a;if(a.constructor==String)if(e==undefined)return this.length&&f[i||"attr"](this[0],a)||undefined;else{k={};k[a]=e}return this.each(function(t){for(a in k)f.attr(i?this.style:this,a,f.prop(this,k[a],i,t,a))})},css:function(a,e){if((a=="width"||a=="height")&&parseFloat(e)<0)e=undefined;return this.attr(a,e,"curCSS")},text:function(a){if(typeof a!=
"object"&&a!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(a));var e="";f.each(a||this,function(){f.each(this.childNodes,function(){if(this.nodeType!=8)e+=this.nodeType!=1?this.nodeValue:f.fn.text([this])})});return e},wrapAll:function(a){this[0]&&f(a,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){for(var e=this;e.firstChild;)e=e.firstChild;return e}).append(this);return this},wrapInner:function(a){return this.each(function(){f(this).contents().wrapAll(a)})},
wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},append:function(){return this.domManip(arguments,true,false,function(a){this.nodeType==1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,true,function(a){this.nodeType==1&&this.insertBefore(a,this.firstChild)})},before:function(){return this.domManip(arguments,false,false,function(a){this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,false,true,function(a){this.parentNode.insertBefore(a,
this.nextSibling)})},end:function(){return this.prevObject||f([])},find:function(a){var e=f.map(this,function(i){return f.find(a,i)});return this.pushStack(/[^+>] [^+>]/.test(a)||a.indexOf("..")>-1?f.unique(e):e)},clone:function(a){var e=this.map(function(){if(f.browser.msie&&!f.isXMLDoc(this)){var k=this.cloneNode(true),t=document.createElement("div");t.appendChild(k);return f.clean([t.innerHTML])[0]}else return this.cloneNode(true)}),i=e.find("*").andSelf().each(function(){if(this[D]!=undefined)this[D]=
null});a===true&&this.find("*").andSelf().each(function(k){if(this.nodeType!=3){var t=f.data(this,"events");for(var q in t)for(var A in t[q])f.event.add(i[k],q,t[q][A],t[q][A].data)}});return e},filter:function(a){return this.pushStack(f.isFunction(a)&&f.grep(this,function(e,i){return a.call(e,i)})||f.multiFilter(a,this))},not:function(a){if(a.constructor==String)if(c.test(a))return this.pushStack(f.multiFilter(a,this,true));else a=f.multiFilter(a,this);var e=a.length&&a[a.length-1]!==undefined&&
!a.nodeType;return this.filter(function(){return e?f.inArray(this,a)<0:this!=a})},add:function(a){return!a?this:this.pushStack(f.merge(this.get(),a.constructor==String?f(a).get():a.length!=undefined&&(!a.nodeName||f.nodeName(a,"form"))?a:[a]))},is:function(a){return a?f.multiFilter(a,this).length>0:false},hasClass:function(a){return this.is("."+a)},val:function(a){if(a==undefined){if(this.length){var e=this[0];if(f.nodeName(e,"select")){var i=e.selectedIndex,k=[],t=e.options;e=e.type=="select-one";
if(i<0)return null;var q=e?i:0;for(i=e?i+1:t.length;q<i;q++){var A=t[q];if(A.selected){a=f.browser.msie&&!A.attributes.value.specified?A.text:A.value;if(e)return a;k.push(a)}}return k}else return(this[0].value||"").replace(/\r/g,"")}}else return this.each(function(){if(this.nodeType==1)if(a.constructor==Array&&/radio|checkbox/.test(this.type))this.checked=f.inArray(this.value,a)>=0||f.inArray(this.name,a)>=0;else if(f.nodeName(this,"select")){var G=a.constructor==Array?a:[a];f("option",this).each(function(){this.selected=
f.inArray(this.value,G)>=0||f.inArray(this.text,G)>=0});if(!G.length)this.selectedIndex=-1}else this.value=a})},html:function(a){return a==undefined?this.length?this[0].innerHTML:null:this.empty().append(a)},replaceWith:function(a){return this.after(a).remove()},eq:function(a){return this.slice(a,a+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments))},map:function(a){return this.pushStack(f.map(this,function(e,i){return a.call(e,i,e)}))},andSelf:function(){return this.add(this.prevObject)},
data:function(a,e){var i=a.split(".");i[1]=i[1]?"."+i[1]:"";if(e==null){var k=this.triggerHandler("getData"+i[1]+"!",[i[0]]);if(k==undefined&&this.length)k=f.data(this[0],a);return k==null&&i[1]?this.data(i[0]):k}else return this.trigger("setData"+i[1]+"!",[i[0],e]).each(function(){f.data(this,a,e)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})},domManip:function(a,e,i,k){var t=this.length>1,q;return this.each(function(){if(!q){q=f.clean(a,this.ownerDocument);i&&q.reverse()}var A=
this;if(e&&f.nodeName(this,"table")&&f.nodeName(q[0],"tr"))A=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var G=f([]);f.each(q,function(){var I=t?f(this).clone(true)[0]:this;if(f.nodeName(I,"script"))G=G.add(I);else{if(I.nodeType==1)G=G.add(f("script",I).remove());k.call(A,I)}});G.each(p)})}};f.prototype.init.prototype=f.prototype;function p(a,e){e.src?f.ajax({url:e.src,async:false,dataType:"script"}):f.globalEval(e.text||e.textContent||e.innerHTML||
"");e.parentNode&&e.parentNode.removeChild(e)}f.extend=f.fn.extend=function(){var a=arguments[0]||{},e=1,i=arguments.length,k=false,t;if(a.constructor==Boolean){k=a;a=arguments[1]||{};e=2}if(typeof a!="object"&&typeof a!="function")a={};if(i==1){a=this;e=0}for(;e<i;e++)if((t=arguments[e])!=null)for(var q in t)if(a!==t[q])if(k&&t[q]&&typeof t[q]=="object"&&a[q]&&!t[q].nodeType)a[q]=f.extend(a[q],t[q]);else if(t[q]!=undefined)a[q]=t[q];return a};var D="jQuery"+(new Date).getTime(),B=0,E={},J=/z-?index|font-?weight|opacity|zoom|line-?height/i;
f.extend({noConflict:function(a){window.$=P;if(a)window.jQuery=m;return f},isFunction:function(a){return!!a&&typeof a!="string"&&!a.nodeName&&a.constructor!=Array&&/function/i.test(a+"")},isXMLDoc:function(a){return a.documentElement&&!a.body||a.tagName&&a.ownerDocument&&!a.ownerDocument.body},globalEval:function(a){if(a=f.trim(a)){var e=document.getElementsByTagName("head")[0]||document.documentElement,i=document.createElement("script");i.type="text/javascript";if(f.browser.msie)i.text=a;else i.appendChild(document.createTextNode(a));
e.appendChild(i);e.removeChild(i)}},nodeName:function(a,e){return a.nodeName&&a.nodeName.toUpperCase()==e.toUpperCase()},cache:{},data:function(a,e,i){a=a==window?E:a;var k=a[D];k||(k=a[D]=++B);if(e&&!f.cache[k])f.cache[k]={};if(i!=undefined)f.cache[k][e]=i;return e?f.cache[k][e]:k},removeData:function(a,e){a=a==window?E:a;var i=a[D];if(e){if(f.cache[i]){delete f.cache[i][e];e="";for(e in f.cache[i])break;e||f.removeData(a)}}else{try{delete a[D]}catch(k){a.removeAttribute&&a.removeAttribute(D)}delete f.cache[i]}},
each:function(a,e,i){if(i)if(a.length==undefined)for(var k in a){if(e.apply(a[k],i)===false)break}else{k=0;for(var t=a.length;k<t;k++)if(e.apply(a[k],i)===false)break}else if(a.length==undefined)for(k in a){if(e.call(a[k],k,a[k])===false)break}else{k=0;t=a.length;for(i=a[0];k<t&&e.call(i,k,i)!==false;i=a[++k]);}return a},prop:function(a,e,i,k,t){if(f.isFunction(e))e=e.call(a,k);return e&&e.constructor==Number&&i=="curCSS"&&!J.test(t)?e+"px":e},className:{add:function(a,e){f.each((e||"").split(/\s+/),
function(i,k){if(a.nodeType==1&&!f.className.has(a.className,k))a.className+=(a.className?" ":"")+k})},remove:function(a,e){if(a.nodeType==1)a.className=e!=undefined?f.grep(a.className.split(/\s+/),function(i){return!f.className.has(e,i)}).join(" "):""},has:function(a,e){return f.inArray(e,(a.className||a).toString().split(/\s+/))>-1}},swap:function(a,e,i){var k={};for(var t in e){k[t]=a.style[t];a.style[t]=e[t]}i.call(a);for(t in e)a.style[t]=k[t]},css:function(a,e,i){if(e=="width"||e=="height"){var k;
i={position:"absolute",visibility:"hidden",display:"block"};var t=e=="width"?["Left","Right"]:["Top","Bottom"];function q(){k=e=="width"?a.offsetWidth:a.offsetHeight;var A=0,G=0;f.each(t,function(){A+=parseFloat(f.curCSS(a,"padding"+this,true))||0;G+=parseFloat(f.curCSS(a,"border"+this+"Width",true))||0});k-=Math.round(A+G)}f(a).is(":visible")?q():f.swap(a,i,q);return Math.max(0,k)}return f.curCSS(a,e,i)},curCSS:function(a,e,i){var k;function t(A){if(!f.browser.safari)return false;A=document.defaultView.getComputedStyle(A,
null);return!A||A.getPropertyValue("color")==""}if(e=="opacity"&&f.browser.msie){k=f.attr(a.style,"opacity");return k==""?"1":k}if(f.browser.opera&&e=="display"){var q=a.style.outline;a.style.outline="0 solid black";a.style.outline=q}if(e.match(/float/i))e=y;if(!i&&a.style&&a.style[e])k=a.style[e];else if(document.defaultView&&document.defaultView.getComputedStyle){if(e.match(/float/i))e="float";e=e.replace(/([A-Z])/g,"-$1").toLowerCase();if((k=document.defaultView.getComputedStyle(a,null))&&!t(a))k=
k.getPropertyValue(e);else{i=[];q=[];for(a=a;a&&t(a);a=a.parentNode)q.unshift(a);for(a=0;a<q.length;a++)if(t(q[a])){i[a]=q[a].style.display;q[a].style.display="block"}k=e=="display"&&i[q.length-1]!=null?"none":k&&k.getPropertyValue(e)||"";for(a=0;a<i.length;a++)if(i[a]!=null)q[a].style.display=i[a]}if(e=="opacity"&&k=="")k="1"}else if(a.currentStyle){k=e.replace(/\-(\w)/g,function(A,G){return G.toUpperCase()});k=a.currentStyle[e]||a.currentStyle[k];if(!/^\d+(px)?$/i.test(k)&&/^\d/.test(k)){e=a.style.left;
i=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=k||0;k=a.style.pixelLeft+"px";a.style.left=e;a.runtimeStyle.left=i}}return k},clean:function(a,e){var i=[];e=e||document;if(typeof e.createElement=="undefined")e=e.ownerDocument||e[0]&&e[0].ownerDocument||document;f.each(a,function(k,t){if(t){if(t.constructor==Number)t=t.toString();if(typeof t=="string"){t=t.replace(/(<(\w+)[^>]*?)\/>/g,function(G,I,b){return b.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?
G:I+"></"+b+">"});var q=f.trim(t).toLowerCase();k=e.createElement("div");var A=!q.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!q.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||q.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!q.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!q.indexOf("<td")||!q.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!q.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||f.browser.msie&&
[1,"div<div>","</div>"]||[0,"",""];for(k.innerHTML=A[1]+t+A[2];A[0]--;)k=k.lastChild;if(f.browser.msie){q=!q.indexOf("<table")&&q.indexOf("<tbody")<0?k.firstChild&&k.firstChild.childNodes:A[1]=="<table>"&&q.indexOf("<tbody")<0?k.childNodes:[];for(A=q.length-1;A>=0;--A)f.nodeName(q[A],"tbody")&&!q[A].childNodes.length&&q[A].parentNode.removeChild(q[A]);/^\s/.test(t)&&k.insertBefore(e.createTextNode(t.match(/^\s*/)[0]),k.firstChild)}t=f.makeArray(k.childNodes)}if(!(t.length===0&&!f.nodeName(t,"form")&&
!f.nodeName(t,"select")))if(t[0]==undefined||f.nodeName(t,"form")||t.options)i.push(t);else i=f.merge(i,t)}});return i},attr:function(a,e,i){if(!(!a||a.nodeType==3||a.nodeType==8)){var k=f.isXMLDoc(a)?{}:f.props;if(k[e]){if(i!=undefined)a[k[e]]=i;return a[k[e]]}else if(f.browser.msie&&e=="style")return f.attr(a.style,"cssText",i);else if(i==undefined&&f.browser.msie&&f.nodeName(a,"form")&&(e=="action"||e=="method"))return a.getAttributeNode(e).nodeValue;else if(a.tagName){if(i!=undefined){if(e=="type"&&
f.nodeName(a,"input")&&a.parentNode)throw"type property can't be changed";a.setAttribute(e,""+i)}if(f.browser.msie&&/href|src/.test(e)&&!f.isXMLDoc(a))return a.getAttribute(e,2);return a.getAttribute(e)}else{if(e=="opacity"&&f.browser.msie){if(i!=undefined){a.zoom=1;a.filter=(a.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(i).toString()=="NaN"?"":"alpha(opacity="+i*100+")")}return a.filter&&a.filter.indexOf("opacity=")>=0?(parseFloat(a.filter.match(/opacity=([^)]*)/)[1])/100).toString():""}e=
e.replace(/-([a-z])/ig,function(t,q){return q.toUpperCase()});if(i!=undefined)a[e]=i;return a[e]}}},trim:function(a){return(a||"").replace(/^\s+|\s+$/g,"")},makeArray:function(a){var e=[];if(typeof a!="array")for(var i=0,k=a.length;i<k;i++)e.push(a[i]);else e=a.slice(0);return e},inArray:function(a,e){for(var i=0,k=e.length;i<k;i++)if(e[i]==a)return i;return-1},merge:function(a,e){if(f.browser.msie)for(var i=0;e[i];i++)e[i].nodeType!=8&&a.push(e[i]);else for(i=0;e[i];i++)a.push(e[i]);return a},unique:function(a){var e=
[],i={};try{for(var k=0,t=a.length;k<t;k++){var q=f.data(a[k]);if(!i[q]){i[q]=true;e.push(a[k])}}}catch(A){e=a}return e},grep:function(a,e,i){for(var k=[],t=0,q=a.length;t<q;t++)if(!i&&e(a[t],t)||i&&!e(a[t],t))k.push(a[t]);return k},map:function(a,e){for(var i=[],k=0,t=a.length;k<t;k++){var q=e(a[k],k);if(q!==null&&q!=undefined){if(q.constructor!=Array)q=[q];i=i.concat(q)}}return i}});var o=navigator.userAgent.toLowerCase();f.browser={version:(o.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(o),
opera:/opera/.test(o),msie:/msie/.test(o)&&!/opera/.test(o),mozilla:/mozilla/.test(o)&&!/(compatible|webkit)/.test(o)};var y=f.browser.msie?"styleFloat":"cssFloat";f.extend({boxModel:!f.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className","float":y,cssFloat:y,styleFloat:y,innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked",readonly:"readOnly",selected:"selected",maxlength:"maxLength",selectedIndex:"selectedIndex",defaultValue:"defaultValue",
tagName:"tagName",nodeName:"nodeName"}});f.each({parent:function(a){return a.parentNode},parents:function(a){return f.dir(a,"parentNode")},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,
"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,e){f.fn[a]=function(i){var k=f.map(this,e);if(i&&typeof i=="string")k=f.multiFilter(i,k);return this.pushStack(f.unique(k))}});f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,e){f.fn[a]=function(){var i=arguments;return this.each(function(){for(var k=0,t=i.length;k<t;k++)f(i[k])[e](this)})}});f.each({removeAttr:function(a){f.attr(this,
a,"");this.nodeType==1&&this.removeAttribute(a)},addClass:function(a){f.className.add(this,a)},removeClass:function(a){f.className.remove(this,a)},toggleClass:function(a){f.className[f.className.has(this,a)?"remove":"add"](this,a)},remove:function(a){if(!a||f.filter(a,[this]).r.length){f("*",this).add(this).each(function(){f.event.remove(this);f.removeData(this)});this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(f(">*",this).remove();this.firstChild;)this.removeChild(this.firstChild)}},
function(a,e){f.fn[a]=function(){return this.each(e,arguments)}});f.each(["Height","Width"],function(a,e){var i=e.toLowerCase();f.fn[i]=function(k){return this[0]==window?f.browser.opera&&document.body["client"+e]||f.browser.safari&&window["inner"+e]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+e]||document.body["client"+e]:this[0]==document?Math.max(Math.max(document.body["scroll"+e],document.documentElement["scroll"+e]),Math.max(document.body["offset"+e],document.documentElement["offset"+
e])):k==undefined?this.length?f.css(this[0],i):null:this.css(i,k.constructor==String?k:k+"px")}});var H=f.browser.safari&&parseInt(f.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uffff*_-]|\\\\.)",Q=new RegExp("^>\\s*("+H+"+)"),x=new RegExp("^("+H+"+)(#)("+H+"+)"),z=new RegExp("^([#.]?)("+H+"*)");f.extend({expr:{"":function(a,e,i){return i[2]=="*"||f.nodeName(a,i[2])},"#":function(a,e,i){return a.getAttribute("id")==i[2]},":":{lt:function(a,e,i){return e<i[3]-0},gt:function(a,e,i){return e>
i[3]-0},nth:function(a,e,i){return i[3]-0==e},eq:function(a,e,i){return i[3]-0==e},first:function(a,e){return e==0},last:function(a,e,i,k){return e==k.length-1},even:function(a,e){return e%2==0},odd:function(a,e){return e%2},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a},"last-child":function(a){return f.nth(a.parentNode.lastChild,1,"previousSibling")==a},"only-child":function(a){return!f.nth(a.parentNode.lastChild,2,"previousSibling")},parent:function(a){return a.firstChild},
empty:function(a){return!a.firstChild},contains:function(a,e,i){return(a.textContent||a.innerText||f(a).text()||"").indexOf(i[3])>=0},visible:function(a){return"hidden"!=a.type&&f.css(a,"display")!="none"&&f.css(a,"visibility")!="hidden"},hidden:function(a){return"hidden"==a.type||f.css(a,"display")=="none"||f.css(a,"visibility")=="hidden"},enabled:function(a){return!a.disabled},disabled:function(a){return a.disabled},checked:function(a){return a.checked},selected:function(a){return a.selected||f.attr(a,
"selected")},text:function(a){return"text"==a.type},radio:function(a){return"radio"==a.type},checkbox:function(a){return"checkbox"==a.type},file:function(a){return"file"==a.type},password:function(a){return"password"==a.type},submit:function(a){return"submit"==a.type},image:function(a){return"image"==a.type},reset:function(a){return"reset"==a.type},button:function(a){return"button"==a.type||f.nodeName(a,"button")},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},has:function(a,
e,i){return f.find(i[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},animated:function(a){return f.grep(f.timers,function(e){return a==e.elem}).length}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+H+"+)")],multiFilter:function(a,e,i){for(var k,t=[];a&&a!=k;){k=a;var q=f.filter(a,e,i);a=q.t.replace(/^\s*,\s*/,"");t=i?(e=q.r):f.merge(t,q.r)}return t},find:function(a,e){if(typeof a!="string")return[a];
if(e&&e.nodeType!=1&&e.nodeType!=9)return[];e=e||document;for(var i=[e],k=[],t,q;a&&t!=a;){var A=[];t=a;a=f.trim(a);q=false;var G=Q,I=G.exec(a);if(I){q=I[1].toUpperCase();for(var b=0;i[b];b++)for(I=i[b].firstChild;I;I=I.nextSibling)if(I.nodeType==1&&(q=="*"||I.nodeName.toUpperCase()==q))A.push(I);i=A;a=a.replace(G,"");if(a.indexOf(" ")==0)continue;q=true}else{G=/^([>+~])\s*(\w*)/i;if((I=G.exec(a))!=null){A=[];b={};q=I[2].toUpperCase();I=I[1];for(var d=0,g=i.length;d<g;d++)for(var h=I=="~"||I=="+"?
i[d].nextSibling:i[d].firstChild;h;h=h.nextSibling)if(h.nodeType==1){var l=f.data(h);if(I=="~"&&b[l])break;if(!q||h.nodeName.toUpperCase()==q){if(I=="~")b[l]=true;A.push(h)}if(I=="+")break}i=A;a=f.trim(a.replace(G,""));q=true}}if(a&&!q)if(a.indexOf(",")){G=x;if(I=G.exec(a))I=[0,I[2],I[3],I[1]];else{G=z;I=G.exec(a)}I[2]=I[2].replace(/\\/g,"");q=i[i.length-1];if(I[1]=="#"&&q&&q.getElementById&&!f.isXMLDoc(q)){A=q.getElementById(I[2]);if((f.browser.msie||f.browser.opera)&&A&&typeof A.id=="string"&&A.id!=
I[2])A=f('[@id="'+I[2]+'"]',q)[0];i=A=A&&(!I[3]||f.nodeName(A,I[3]))?[A]:[]}else{for(b=0;i[b];b++){q=I[1]=="#"&&I[3]?I[3]:I[1]!=""||I[0]==""?"*":I[2];if(q=="*"&&i[b].nodeName.toLowerCase()=="object")q="param";A=f.merge(A,i[b].getElementsByTagName(q))}if(I[1]==".")A=f.classFilter(A,I[2]);if(I[1]=="#"){i=[];for(b=0;A[b];b++)if(A[b].getAttribute("id")==I[2]){i=[A[b]];break}A=i}i=A}a=a.replace(G,"")}else{e==i[0]&&i.shift();k=f.merge(k,i);A=i=[e];a=" "+a.substr(1,a.length)}if(a){a=f.filter(a,A);i=A=a.r;
a=f.trim(a.t)}}if(a)i=[];i&&e==i[0]&&i.shift();return k=f.merge(k,i)},classFilter:function(a,e,i){e=" "+e+" ";for(var k=[],t=0;a[t];t++){var q=(" "+a[t].className+" ").indexOf(e)>=0;if(!i&&q||i&&!q)k.push(a[t])}return k},filter:function(a,e,i){for(var k;a&&a!=k;){k=a;for(var t=f.parse,q,A=0;t[A];A++)if(q=t[A].exec(a)){a=a.substring(q[0].length);q[2]=q[2].replace(/\\/g,"");break}if(!q)break;if(q[1]==":"&&q[2]=="not")e=c.test(q[3])?f.filter(q[3],e,true).r:f(e).not(q[3]);else if(q[1]==".")e=f.classFilter(e,
q[2],i);else if(q[1]=="["){t=[];var G=q[3];A=0;for(var I=e.length;A<I;A++){var b=e[A],d=b[f.props[q[2]]||q[2]];if(d==null||/href|src|selected/.test(q[2]))d=f.attr(b,q[2])||"";if((G==""&&!!d||G=="="&&d==q[5]||G=="!="&&d!=q[5]||G=="^="&&d&&!d.indexOf(q[5])||G=="$="&&d.substr(d.length-q[5].length)==q[5]||(G=="*="||G=="~=")&&d.indexOf(q[5])>=0)^i)t.push(b)}e=t}else if(q[1]==":"&&q[2]=="nth-child"){G={};t=[];k=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(q[3]=="even"&&"2n"||q[3]=="odd"&&"2n+1"||!/\D/.test(q[3])&&"0n+"+
q[3]||q[3]);b=k[1]+(k[2]||1)-0;k=k[3]-0;A=0;for(I=e.length;A<I;A++){d=e[A];var g=d.parentNode,h=f.data(g);if(!G[h]){var l=1;for(g=g.firstChild;g;g=g.nextSibling)if(g.nodeType==1)g.nodeIndex=l++;G[h]=true}h=false;if(b==0){if(d.nodeIndex==k)h=true}else if((d.nodeIndex-k)%b==0&&(d.nodeIndex-k)/b>=0)h=true;h^i&&t.push(d)}e=t}else{var v=f.expr[q[1]];if(typeof v=="object")v=v[q[2]];if(typeof v=="string")v=eval("false||function(a,i){return "+v+";}");e=f.grep(e,function(K,F){return v(K,F,q,e)},i)}}return{r:e,
t:a}},dir:function(a,e){var i=[];for(a=a[e];a&&a!=document;){a.nodeType==1&&i.push(a);a=a[e]}return i},nth:function(a,e,i,k){e=e||1;for(k=0;a;a=a[i])if(a.nodeType==1&&++k==e)break;return a},sibling:function(a,e){for(var i=[];a;a=a.nextSibling)if(a.nodeType==1&&(!e||a!=e))i.push(a);return i}});f.event={add:function(a,e,i,k){if(!(a.nodeType==3||a.nodeType==8)){if(f.browser.msie&&a.setInterval!=undefined)a=window;if(!i.guid)i.guid=this.guid++;if(k!=undefined){var t=i;i=function(){return t.apply(this,
arguments)};i.data=k;i.guid=t.guid}var q=f.data(a,"events")||f.data(a,"events",{}),A=f.data(a,"handle")||f.data(a,"handle",function(){var G;if(typeof f=="undefined"||f.event.triggered)return G;return G=f.event.handle.apply(arguments.callee.elem,arguments)});A.elem=a;f.each(e.split(/\s+/),function(G,I){G=I.split(".");I=G[0];i.type=G[1];G=q[I];if(!G){G=q[I]={};if(!f.event.special[I]||f.event.special[I].setup.call(a)===false)if(a.addEventListener)a.addEventListener(I,A,false);else a.attachEvent&&a.attachEvent("on"+
I,A)}G[i.guid]=i;f.event.global[I]=true});a=null}},guid:1,global:{},remove:function(a,e,i){if(!(a.nodeType==3||a.nodeType==8)){var k=f.data(a,"events"),t;if(k){if(e==undefined||typeof e=="string"&&e.charAt(0)==".")for(var q in k)this.remove(a,q+(e||""));else{if(e.type){i=e.handler;e=e.type}f.each(e.split(/\s+/),function(A,G){A=G.split(".");G=A[0];if(k[G]){if(i)delete k[G][i.guid];else for(i in k[G])if(!A[1]||k[G][i].type==A[1])delete k[G][i];for(t in k[G])break;if(!t){if(!f.event.special[G]||f.event.special[G].teardown.call(a)===
false)if(a.removeEventListener)a.removeEventListener(G,f.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+G,f.data(a,"handle"));t=null;delete k[G]}}})}for(t in k)break;if(!t){if(e=f.data(a,"handle"))e.elem=null;f.removeData(a,"events");f.removeData(a,"handle")}}}},trigger:function(a,e,i,k,t){e=f.makeArray(e||[]);if(a.indexOf("!")>=0){a=a.slice(0,-1);var q=true}if(i){if(i.nodeType==3||i.nodeType==8)return;var A,G=f.isFunction(i[a]||null),I=!e[0]||!e[0].preventDefault;I&&e.unshift(this.fix({type:a,
target:i}));e[0].type=a;if(q)e[0].exclusive=true;if(f.isFunction(f.data(i,"handle")))A=f.data(i,"handle").apply(i,e);if(!G&&i["on"+a]&&i["on"+a].apply(i,e)===false)A=false;I&&e.shift();if(t&&f.isFunction(t)){e=t.apply(i,A==null?e:e.concat(A));if(e!==undefined)A=e}if(G&&k!==false&&A!==false&&!(f.nodeName(i,"a")&&a=="click")){this.triggered=true;try{i[a]()}catch(b){}}this.triggered=false}else this.global[a]&&f("*").add([window,document]).trigger(a,e);return A},handle:function(a){var e;a=f.event.fix(a||
window.event||{});var i=a.type.split(".");a.type=i[0];var k=f.data(this,"events")&&f.data(this,"events")[a.type],t=Array.prototype.slice.call(arguments,1);t.unshift(a);for(var q in k){var A=k[q];t[0].handler=A;t[0].data=A.data;if(!i[1]&&!a.exclusive||A.type==i[1]){A=A.apply(this,t);if(e!==false)e=A;if(A===false){a.preventDefault();a.stopPropagation()}}}if(f.browser.msie)a.target=a.preventDefault=a.stopPropagation=a.handler=a.data=null;return e},fix:function(a){var e=a;a=f.extend({},e);a.preventDefault=
function(){e.preventDefault&&e.preventDefault();e.returnValue=false};a.stopPropagation=function(){e.stopPropagation&&e.stopPropagation();e.cancelBubble=true};if(!a.target)a.target=a.srcElement||document;if(a.target.nodeType==3)a.target=e.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement==a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){var i=document.documentElement,k=document.body;a.pageX=a.clientX+(i&&i.scrollLeft||k&&k.scrollLeft||0)-(i.clientLeft||
0);a.pageY=a.clientY+(i&&i.scrollTop||k&&k.scrollTop||0)-(i.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},special:{ready:{setup:function(){O()},teardown:function(){}},mouseenter:{setup:function(){if(f.browser.msie)return false;f(this).bind("mouseover",f.event.special.mouseenter.handler);return true},teardown:function(){if(f.browser.msie)return false;
f(this).unbind("mouseover",f.event.special.mouseenter.handler);return true},handler:function(a){if(r(a,this))return true;arguments[0].type="mouseenter";return f.event.handle.apply(this,arguments)}},mouseleave:{setup:function(){if(f.browser.msie)return false;f(this).bind("mouseout",f.event.special.mouseleave.handler);return true},teardown:function(){if(f.browser.msie)return false;f(this).unbind("mouseout",f.event.special.mouseleave.handler);return true},handler:function(a){if(r(a,this))return true;
arguments[0].type="mouseleave";return f.event.handle.apply(this,arguments)}}}};f.fn.extend({bind:function(a,e,i){return a=="unload"?this.one(a,e,i):this.each(function(){f.event.add(this,a,i||e,i&&e)})},one:function(a,e,i){return this.each(function(){f.event.add(this,a,function(k){f(this).unbind(k);return(i||e).apply(this,arguments)},i&&e)})},unbind:function(a,e){return this.each(function(){f.event.remove(this,a,e)})},trigger:function(a,e,i){return this.each(function(){f.event.trigger(a,e,this,true,
i)})},triggerHandler:function(a,e,i){if(this[0])return f.event.trigger(a,e,this[0],false,i)},toggle:function(){var a=arguments;return this.click(function(e){this.lastToggle=0==this.lastToggle?1:0;e.preventDefault();return a[this.lastToggle].apply(this,arguments)||false})},hover:function(a,e){return this.bind("mouseenter",a).bind("mouseleave",e)},ready:function(a){O();f.isReady?a.call(document,f):f.readyList.push(function(){return a.call(this,f)});return this}});f.extend({isReady:false,readyList:[],
ready:function(){if(!f.isReady){f.isReady=true;if(f.readyList){f.each(f.readyList,function(){this.apply(document)});f.readyList=null}f(document).triggerHandler("ready")}}});var u=false;function O(){if(!u){u=true;document.addEventListener&&!f.browser.opera&&document.addEventListener("DOMContentLoaded",f.ready,false);f.browser.msie&&window==top&&function(){if(!f.isReady){try{document.documentElement.doScroll("left")}catch(e){setTimeout(arguments.callee,0);return}f.ready()}}();f.browser.opera&&document.addEventListener("DOMContentLoaded",
function(){if(!f.isReady){for(var e=0;e<document.styleSheets.length;e++)if(document.styleSheets[e].disabled){setTimeout(arguments.callee,0);return}f.ready()}},false);if(f.browser.safari){var a;(function(){if(!f.isReady)if(document.readyState!="loaded"&&document.readyState!="complete")setTimeout(arguments.callee,0);else{if(a===undefined)a=f("style, link[rel=stylesheet]").length;document.styleSheets.length!=a?setTimeout(arguments.callee,0):f.ready()}})()}f.event.add(window,"load",f.ready)}}f.each("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,change,select,submit,keydown,keypress,keyup,error".split(","),
function(a,e){f.fn[e]=function(i){return i?this.bind(e,i):this.trigger(e)}});function r(a,e){for(a=a.relatedTarget;a&&a!=e;)try{a=a.parentNode}catch(i){a=e}return a==e}f(window).bind("unload",function(){f("*").add(document).unbind()});f.fn.extend({load:function(a,e,i){if(f.isFunction(a))return this.bind("load",a);var k=a.indexOf(" ");if(k>=0){var t=a.slice(k,a.length);a=a.slice(0,k)}i=i||function(){};k="GET";if(e)if(f.isFunction(e)){i=e;e=null}else{e=f.param(e);k="POST"}var q=this;f.ajax({url:a,type:k,
dataType:"html",data:e,complete:function(A,G){if(G=="success"||G=="notmodified")q.html(t?f("<div/>").append(A.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(t):A.responseText);q.each(i,[A.responseText,G,A])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return f.nodeName(this,"form")?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||
/text|hidden|password/i.test(this.type))}).map(function(a,e){a=f(this).val();return a==null?null:a.constructor==Array?f.map(a,function(i,k){return{name:e.name,value:i}}):{name:e.name,value:a}}).get()}});f.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(a,e){f.fn[e]=function(i){return this.bind(e,i)}});var w=(new Date).getTime();f.extend({get:function(a,e,i,k){if(f.isFunction(e)){i=e;e=null}return f.ajax({type:"GET",url:a,data:e,success:i,dataType:k})},getScript:function(a,
e){return f.get(a,null,e,"script")},getJSON:function(a,e,i){return f.get(a,e,i,"json")},post:function(a,e,i,k){if(f.isFunction(e)){i=e;e={}}return f.ajax({type:"POST",url:a,data:e,success:i,dataType:k})},ajaxSetup:function(a){f.extend(f.ajaxSettings,a)},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",
json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(a){var e,i=/=\?(&|$)/g,k,t;a=f.extend(true,a,f.extend(true,{},f.ajaxSettings,a));if(a.data&&a.processData&&typeof a.data!="string")a.data=f.param(a.data);if(a.dataType=="jsonp"){if(a.type.toLowerCase()=="get")a.url.match(i)||(a.url+=(a.url.match(/\?/)?"&":"?")+(a.jsonp||"callback")+"=?");else if(!a.data||!a.data.match(i))a.data=(a.data?a.data+"&":"")+(a.jsonp||"callback")+"=?";a.dataType="json"}if(a.dataType==
"json"&&(a.data&&a.data.match(i)||a.url.match(i))){e="jsonp"+w++;if(a.data)a.data=(a.data+"").replace(i,"="+e+"$1");a.url=a.url.replace(i,"="+e+"$1");a.dataType="script";window[e]=function(S){t=S;d();b();window[e]=undefined;try{delete window[e]}catch(W){}A&&A.removeChild(G)}}if(a.dataType=="script"&&a.cache==null)a.cache=false;if(a.cache===false&&a.type.toLowerCase()=="get"){i=(new Date).getTime();var q=a.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+i+"$2");a.url=q+(q==a.url?(a.url.match(/\?/)?"&":"?")+
"_="+i:"")}if(a.data&&a.type.toLowerCase()=="get"){a.url+=(a.url.match(/\?/)?"&":"?")+a.data;a.data=null}a.global&&!f.active++&&f.event.trigger("ajaxStart");if((!a.url.indexOf("http")||!a.url.indexOf("//"))&&a.dataType=="script"&&a.type.toLowerCase()=="get"){var A=document.getElementsByTagName("head")[0],G=document.createElement("script");G.src=a.url;if(a.scriptCharset)G.charset=a.scriptCharset;if(!e){var I=false;G.onload=G.onreadystatechange=function(){if(!I&&(!this.readyState||this.readyState==
"loaded"||this.readyState=="complete")){I=true;d();b();A.removeChild(G)}}}A.appendChild(G)}else{function b(){a.complete&&a.complete(h,k);a.global&&f.event.trigger("ajaxComplete",[h,a]);a.global&&!--f.active&&f.event.trigger("ajaxStop")}function d(){a.success&&a.success(t,k);a.global&&f.event.trigger("ajaxSuccess",[h,a])}var g=false,h=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest;h.open(a.type,a.url,a.async,a.username,a.password);try{a.data&&h.setRequestHeader("Content-Type",
a.contentType);if(a.ifModified)h.setRequestHeader("If-Modified-Since",f.lastModified[a.url]||"Thu, 01 Jan 1970 00:00:00 GMT");h.setRequestHeader("X-Requested-With","XMLHttpRequest");h.setRequestHeader("Accept",a.dataType&&a.accepts[a.dataType]?a.accepts[a.dataType]+", */*":a.accepts._default)}catch(l){}a.beforeSend&&a.beforeSend(h);a.global&&f.event.trigger("ajaxSend",[h,a]);var v=function(S){if(!g&&h&&(h.readyState==4||S=="timeout")){g=true;if(K){clearInterval(K);K=null}k=S=="timeout"&&"timeout"||
!f.httpSuccess(h)&&"error"||a.ifModified&&f.httpNotModified(h,a.url)&&"notmodified"||"success";if(k=="success")try{t=f.httpData(h,a.dataType)}catch(W){k="parsererror"}if(k=="success"){var X;try{X=h.getResponseHeader("Last-Modified")}catch(V){}if(a.ifModified&&X)f.lastModified[a.url]=X;e||d()}else f.handleError(a,h,k);b();if(a.async)h=null}};if(a.async){var K=setInterval(v,13);a.timeout>0&&setTimeout(function(){if(h){h.abort();g||v("timeout")}},a.timeout)}try{h.send(a.data)}catch(F){f.handleError(a,
h,null,F)}a.async||v();return h}},handleError:function(a,e,i,k){a.error&&a.error(e,i,k);a.global&&f.event.trigger("ajaxError",[e,a,k])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol=="file:"||a.status>=200&&a.status<300||a.status==304||a.status==1223||f.browser.safari&&a.status==undefined}catch(e){}return false},httpNotModified:function(a,e){try{var i=a.getResponseHeader("Last-Modified");return a.status==304||i==f.lastModified[e]||f.browser.safari&&a.status==undefined}catch(k){}return false},
httpData:function(a,e){var i=a.getResponseHeader("content-type");a=(i=e=="xml"||!e&&i&&i.indexOf("xml")>=0)?a.responseXML:a.responseText;if(i&&a.documentElement.tagName=="parsererror")throw"parsererror";e=="script"&&f.globalEval(a);if(e=="json")a=eval("("+a+")");return a},param:function(a){var e=[];if(a.constructor==Array||a.jquery)f.each(a,function(){e.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value))});else for(var i in a)a[i]&&a[i].constructor==Array?f.each(a[i],function(){e.push(encodeURIComponent(i)+
"="+encodeURIComponent(this))}):e.push(encodeURIComponent(i)+"="+encodeURIComponent(a[i]));return e.join("&").replace(/%20/g,"+")}});f.fn.extend({show:function(a,e){return a?this.animate({height:"show",width:"show",opacity:"show"},a,e):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(f.css(this,"display")=="none"){var i=f("<"+this.tagName+" />").appendTo("body");this.style.display=i.css("display");if(this.style.display=="none")this.style.display="block";i.remove()}}).end()},
hide:function(a,e){return a?this.animate({height:"hide",width:"hide",opacity:"hide"},a,e):this.filter(":visible").each(function(){this.oldblock=this.oldblock||f.css(this,"display");this.style.display="none"}).end()},_toggle:f.fn.toggle,toggle:function(a,e){return f.isFunction(a)&&f.isFunction(e)?this._toggle(a,e):a?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},a,e):this.each(function(){f(this)[f(this).is(":hidden")?"show":"hide"]()})},slideDown:function(a,e){return this.animate({height:"show"},
a,e)},slideUp:function(a,e){return this.animate({height:"hide"},a,e)},slideToggle:function(a,e){return this.animate({height:"toggle"},a,e)},fadeIn:function(a,e){return this.animate({opacity:"show"},a,e)},fadeOut:function(a,e){return this.animate({opacity:"hide"},a,e)},fadeTo:function(a,e,i){return this.animate({opacity:e},a,i)},animate:function(a,e,i,k){var t=f.speed(e,i,k);return this[t.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var q=f.extend({},t),A=f(this).is(":hidden"),
G=this;for(var I in a){if(a[I]=="hide"&&A||a[I]=="show"&&!A)return f.isFunction(q.complete)&&q.complete.apply(this);if(I=="height"||I=="width"){q.display=f.css(this,"display");q.overflow=this.style.overflow}}if(q.overflow!=null)this.style.overflow="hidden";q.curAnim=f.extend({},a);f.each(a,function(b,d){var g=new f.fx(G,q,b);if(/toggle|show|hide/.test(d))g[d=="toggle"?A?"show":"hide":d](a);else{var h=d.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),l=g.cur(true)||0;if(h){d=parseFloat(h[2]);var v=h[3]||
"px";if(v!="px"){G.style[b]=(d||1)+v;l=(d||1)/g.cur(true)*l;G.style[b]=l+v}if(h[1])d=(h[1]=="-="?-1:1)*d+l;g.custom(l,d,v)}else g.custom(l,d,"")}});return true})},queue:function(a,e){if(f.isFunction(a)||a&&a.constructor==Array){e=a;a="fx"}if(!a||typeof a=="string"&&!e)return R(this[0],a);return this.each(function(){if(e.constructor==Array)R(this,a,e);else{R(this,a).push(e);R(this,a).length==1&&e.apply(this)}})},stop:function(a,e){var i=f.timers;a&&this.queue([]);this.each(function(){for(var k=i.length-
1;k>=0;k--)if(i[k].elem==this){e&&i[k](true);i.splice(k,1)}});e||this.dequeue();return this}});function R(a,e,i){if(a){e=e||"fx";var k=f.data(a,e+"queue");if(!k||i)k=f.data(a,e+"queue",i?f.makeArray(i):[]);return k}}f.fn.dequeue=function(a){a=a||"fx";return this.each(function(){var e=R(this,a);e.shift();e.length&&e[0].apply(this)})};f.extend({speed:function(a,e,i){var k=a&&a.constructor==Object?a:{complete:i||!i&&e||f.isFunction(a)&&a,duration:a,easing:i&&e||e&&e.constructor!=Function&&e};k.duration=
(k.duration&&k.duration.constructor==Number?k.duration:{slow:600,fast:200}[k.duration])||400;k.old=k.complete;k.complete=function(){k.queue!==false&&f(this).dequeue();f.isFunction(k.old)&&k.old.apply(this)};return k},easing:{linear:function(a,e,i,k){return i+k*a},swing:function(a,e,i,k){return(-Math.cos(a*Math.PI)/2+0.5)*k+i}},timers:[],timerId:null,fx:function(a,e,i){this.options=e;this.elem=a;this.prop=i;if(!e.orig)e.orig={}}});f.fx.prototype={update:function(){this.options.step&&this.options.step.apply(this.elem,
[this.now,this]);(f.fx.step[this.prop]||f.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];return(a=parseFloat(f.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(f.curCSS(this.elem,this.prop))||0},custom:function(a,e,i){this.startTime=(new Date).getTime();this.start=a;this.end=e;this.unit=i||this.unit||"px";this.now=this.start;this.pos=this.state=
0;this.update();var k=this;function t(q){return k.step(q)}t.elem=this.elem;f.timers.push(t);if(f.timerId==null)f.timerId=setInterval(function(){for(var q=f.timers,A=0;A<q.length;A++)q[A]()||q.splice(A--,1);if(!q.length){clearInterval(f.timerId);f.timerId=null}},13)},show:function(){this.options.orig[this.prop]=f.attr(this.elem.style,this.prop);this.options.show=true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height")this.elem.style[this.prop]="1px";f(this.elem).show()},hide:function(){this.options.orig[this.prop]=
f.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var e=(new Date).getTime();if(a||e>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();a=this.options.curAnim[this.prop]=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)a=false;if(a){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(f.css(this.elem,"display")==
"none")this.elem.style.display="block"}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var k in this.options.curAnim)f.attr(this.elem.style,k,this.options.orig[k])}a&&f.isFunction(this.options.complete)&&this.options.complete.apply(this.elem);return false}else{i=e-this.startTime;this.state=i/this.options.duration;this.pos=f.easing[this.options.easing||(f.easing.swing?"swing":"linear")](this.state,i,0,1,this.options.duration);this.now=this.start+(this.end-
this.start)*this.pos;this.update()}return true}};f.fx.step={scrollLeft:function(a){a.elem.scrollLeft=a.now},scrollTop:function(a){a.elem.scrollTop=a.now},opacity:function(a){f.attr(a.elem.style,"opacity",a.now)},_default:function(a){a.elem.style[a.prop]=a.now+a.unit}};f.fn.offset=function(){var a=0,e=0,i=this[0],k;if(i)with(f.browser){var t=i.parentNode,q=i,A=i.offsetParent;k=i.ownerDocument;var G=safari&&parseInt(version)<522&&!/adobeair/i.test(o),I=f.css(i,"position")=="fixed";if(i.getBoundingClientRect){i=
i.getBoundingClientRect();d(i.left+Math.max(k.documentElement.scrollLeft,k.body.scrollLeft),i.top+Math.max(k.documentElement.scrollTop,k.body.scrollTop));d(-k.documentElement.clientLeft,-k.documentElement.clientTop)}else{for(d(i.offsetLeft,i.offsetTop);A;){d(A.offsetLeft,A.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(A.tagName)||safari&&!G)b(A);if(!I&&f.css(A,"position")=="fixed")I=true;q=/^body$/i.test(A.tagName)?q:A;A=A.offsetParent}for(;t&&t.tagName&&!/^body|html$/i.test(t.tagName);){/^inline|table.*$/i.test(f.css(t,
"display"))||d(-t.scrollLeft,-t.scrollTop);mozilla&&f.css(t,"overflow")!="visible"&&b(t);t=t.parentNode}if(G&&(I||f.css(q,"position")=="absolute")||mozilla&&f.css(q,"position")!="absolute")d(-k.body.offsetLeft,-k.body.offsetTop);I&&d(Math.max(k.documentElement.scrollLeft,k.body.scrollLeft),Math.max(k.documentElement.scrollTop,k.body.scrollTop))}k={top:e,left:a}}function b(g){d(f.curCSS(g,"borderLeftWidth",true),f.curCSS(g,"borderTopWidth",true))}function d(g,h){a+=parseInt(g)||0;e+=parseInt(h)||0}
return k}})();
(function(){var m=this,f,P=m.jQuery,M=m.$,c=m.jQuery=m.$=function(b,d){return new c.fn.init(b,d)},p=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,D=/^.[^:#\[\.,]*$/;c.fn=c.prototype={init:function(b,d){b=b||document;if(b.nodeType){this[0]=b;this.length=1;this.context=b;return this}if(typeof b==="string"){var g=p.exec(b);if(g&&(g[1]||!d))if(g[1])b=c.clean([g[1]],d);else{if((d=document.getElementById(g[3]))&&d.id!=g[3])return c().find(b);g=c(d||[]);g.context=document;g.selector=b;return g}else return c(d).find(b)}else if(c.isFunction(b))return c(document).ready(b);if(b.selector&&
b.context){this.selector=b.selector;this.context=b.context}return this.setArray(c.isArray(b)?b:c.makeArray(b))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(b){return b===f?Array.prototype.slice.call(this):this[b]},pushStack:function(b,d,g){b=c(b);b.prevObject=this;b.context=this.context;if(d==="find")b.selector=this.selector+(this.selector?" ":"")+g;else if(d)b.selector=this.selector+"."+d+"("+g+")";return b},setArray:function(b){this.length=0;Array.prototype.push.apply(this,
b);return this},each:function(b,d){return c.each(this,b,d)},index:function(b){return c.inArray(b&&b.jquery?b[0]:b,this)},attr:function(b,d,g){var h=b;if(typeof b==="string")if(d===f)return this[0]&&c[g||"attr"](this[0],b);else{h={};h[b]=d}return this.each(function(l){for(b in h)c.attr(g?this.style:this,b,c.prop(this,h[b],g,l,b))})},css:function(b,d){if((b=="width"||b=="height")&&parseFloat(d)<0)d=f;return this.attr(b,d,"curCSS")},text:function(b){if(typeof b!=="object"&&b!=null)return this.empty().append((this[0]&&
this[0].ownerDocument||document).createTextNode(b));var d="";c.each(b||this,function(){c.each(this.childNodes,function(){if(this.nodeType!=8)d+=this.nodeType!=1?this.nodeValue:c.fn.text([this])})});return d},wrapAll:function(b){if(this[0]){b=c(b,this[0].ownerDocument).clone();this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(b){return this.each(function(){c(this).contents().wrapAll(b)})},
wrap:function(b){return this.each(function(){c(this).wrapAll(b)})},append:function(){return this.domManip(arguments,true,function(b){this.nodeType==1&&this.appendChild(b)})},prepend:function(){return this.domManip(arguments,true,function(b){this.nodeType==1&&this.insertBefore(b,this.firstChild)})},before:function(){return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)})},after:function(){return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
this.nextSibling)})},end:function(){return this.prevObject||c([])},push:[].push,sort:[].sort,splice:[].splice,find:function(b){if(this.length===1){var d=this.pushStack([],"find",b);d.length=0;c.find(b,this[0],d);return d}else return this.pushStack(c.unique(c.map(this,function(g){return c.find(b,g)})),"find",b)},clone:function(b){var d=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var l=this.outerHTML;if(!l){l=this.ownerDocument.createElement("div");l.appendChild(this.cloneNode(true));
l=l.innerHTML}return c.clean([l.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else return this.cloneNode(true)});if(b===true){var g=this.find("*").andSelf(),h=0;d.find("*").andSelf().each(function(){if(this.nodeName===g[h].nodeName){var l=c.data(g[h],"events");for(var v in l)for(var K in l[v])c.event.add(this,v,l[v][K],l[v][K].data);h++}})}return d},filter:function(b){return this.pushStack(c.isFunction(b)&&c.grep(this,function(d,g){return b.call(d,g)})||c.multiFilter(b,c.grep(this,
function(d){return d.nodeType===1})),"filter",b)},closest:function(b){var d=c.expr.match.POS.test(b)?c(b):null,g=0;return this.map(function(){for(var h=this;h&&h.ownerDocument;){if(d?d.index(h)>-1:c(h).is(b)){c.data(h,"closest",g);return h}h=h.parentNode;g++}})},not:function(b){if(typeof b==="string")if(D.test(b))return this.pushStack(c.multiFilter(b,this,true),"not",b);else b=c.multiFilter(b,this);var d=b.length&&b[b.length-1]!==f&&!b.nodeType;return this.filter(function(){return d?c.inArray(this,
b)<0:this!=b})},add:function(b){return this.pushStack(c.unique(c.merge(this.get(),typeof b==="string"?c(b):c.makeArray(b))))},is:function(b){return!!b&&c.multiFilter(b,this).length>0},hasClass:function(b){return!!b&&this.is("."+b)},val:function(b){if(b===f){var d=this[0];if(d){if(c.nodeName(d,"option"))return(d.attributes.value||{}).specified?d.value:d.text;if(c.nodeName(d,"select")){var g=d.selectedIndex,h=[],l=d.options;d=d.type=="select-one";if(g<0)return null;var v=d?g:0;for(g=d?g+1:l.length;v<
g;v++){var K=l[v];if(K.selected){b=c(K).val();if(d)return b;h.push(b)}}return h}return(d.value||"").replace(/\r/g,"")}return f}if(typeof b==="number")b+="";return this.each(function(){if(this.nodeType==1)if(c.isArray(b)&&/radio|checkbox/.test(this.type))this.checked=c.inArray(this.value,b)>=0||c.inArray(this.name,b)>=0;else if(c.nodeName(this,"select")){var F=c.makeArray(b);c("option",this).each(function(){this.selected=c.inArray(this.value,F)>=0||c.inArray(this.text,F)>=0});if(!F.length)this.selectedIndex=
-1}else this.value=b})},html:function(b){return b===f?this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null:this.empty().append(b)},replaceWith:function(b){return this.after(b).remove()},eq:function(b){return this.slice(b,+b+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(b){return this.pushStack(c.map(this,function(d,g){return b.call(d,g,d)}))},andSelf:function(){return this.add(this.prevObject)},
domManip:function(b,d,g){if(this[0]){var h=(this[0].ownerDocument||this[0]).createDocumentFragment();b=c.clean(b,this[0].ownerDocument||this[0],h);var l=h.firstChild;if(l)for(var v=0,K=this.length;v<K;v++)g.call(F(this[v],l),this.length>1||v>0?h.cloneNode(true):h);b&&c.each(b,B)}return this;function F(S,W){return d&&c.nodeName(S,"table")&&c.nodeName(W,"tr")?S.getElementsByTagName("tbody")[0]||S.appendChild(S.ownerDocument.createElement("tbody")):S}}};c.fn.init.prototype=c.fn;function B(b,d){d.src?
c.ajax({url:d.src,async:false,dataType:"script"}):c.globalEval(d.text||d.textContent||d.innerHTML||"");d.parentNode&&d.parentNode.removeChild(d)}function E(){return+new Date}c.extend=c.fn.extend=function(){var b=arguments[0]||{},d=1,g=arguments.length,h=false,l;if(typeof b==="boolean"){h=b;b=arguments[1]||{};d=2}if(typeof b!=="object"&&!c.isFunction(b))b={};if(g==d){b=this;--d}for(;d<g;d++)if((l=arguments[d])!=null)for(var v in l){var K=b[v],F=l[v];if(b!==F)if(h&&F&&typeof F==="object"&&!F.nodeType)b[v]=
c.extend(h,K||(F.length!=null?[]:{}),F);else if(F!==f)b[v]=F}return b};var J=/z-?index|font-?weight|opacity|zoom|line-?height/i,o=document.defaultView||{},y=Object.prototype.toString;c.extend({noConflict:function(b){m.$=M;if(b)m.jQuery=P;return c},isFunction:function(b){return y.call(b)==="[object Function]"},isArray:function(b){return y.call(b)==="[object Array]"},isXMLDoc:function(b){return b.nodeType===9&&b.documentElement.nodeName!=="HTML"||!!b.ownerDocument&&c.isXMLDoc(b.ownerDocument)},globalEval:function(b){if(b&&
/\S/.test(b)){var d=document.getElementsByTagName("head")[0]||document.documentElement,g=document.createElement("script");g.type="text/javascript";if(c.support.scriptEval)g.appendChild(document.createTextNode(b));else g.text=b;d.insertBefore(g,d.firstChild);d.removeChild(g)}},nodeName:function(b,d){return b.nodeName&&b.nodeName.toUpperCase()==d.toUpperCase()},each:function(b,d,g){var h,l=0,v=b.length;if(g)if(v===f)for(h in b){if(d.apply(b[h],g)===false)break}else for(;l<v;){if(d.apply(b[l++],g)===
false)break}else if(v===f)for(h in b){if(d.call(b[h],h,b[h])===false)break}else for(g=b[0];l<v&&d.call(g,l,g)!==false;g=b[++l]);return b},prop:function(b,d,g,h,l){if(c.isFunction(d))d=d.call(b,h);return typeof d==="number"&&g=="curCSS"&&!J.test(l)?d+"px":d},className:{add:function(b,d){c.each((d||"").split(/\s+/),function(g,h){if(b.nodeType==1&&!c.className.has(b.className,h))b.className+=(b.className?" ":"")+h})},remove:function(b,d){if(b.nodeType==1)b.className=d!==f?c.grep(b.className.split(/\s+/),
function(g){return!c.className.has(d,g)}).join(" "):""},has:function(b,d){return b&&c.inArray(d,(b.className||b).toString().split(/\s+/))>-1}},swap:function(b,d,g){var h={};for(var l in d){h[l]=b.style[l];b.style[l]=d[l]}g.call(b);for(l in d)b.style[l]=h[l]},css:function(b,d,g,h){if(d=="width"||d=="height"){var l;g={position:"absolute",visibility:"hidden",display:"block"};var v=d=="width"?["Left","Right"]:["Top","Bottom"];function K(){l=d=="width"?b.offsetWidth:b.offsetHeight;h!=="border"&&c.each(v,
function(){h||(l-=parseFloat(c.curCSS(b,"padding"+this,true))||0);if(h==="margin")l+=parseFloat(c.curCSS(b,"margin"+this,true))||0;else l-=parseFloat(c.curCSS(b,"border"+this+"Width",true))||0})}b.offsetWidth!==0?K():c.swap(b,g,K);return Math.max(0,Math.round(l))}return c.curCSS(b,d,g)},curCSS:function(b,d,g){var h,l=b.style;if(d=="opacity"&&!c.support.opacity){h=c.attr(l,"opacity");return h==""?"1":h}if(d.match(/float/i))d=k;if(!g&&l&&l[d])h=l[d];else if(o.getComputedStyle){if(d.match(/float/i))d=
"float";d=d.replace(/([A-Z])/g,"-$1").toLowerCase();if(b=o.getComputedStyle(b,null))h=b.getPropertyValue(d);if(d=="opacity"&&h=="")h="1"}else if(b.currentStyle){h=d.replace(/\-(\w)/g,function(v,K){return K.toUpperCase()});h=b.currentStyle[d]||b.currentStyle[h];if(!/^\d+(px)?$/i.test(h)&&/^\d/.test(h)){d=l.left;g=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;l.left=h||0;h=l.pixelLeft+"px";l.left=d;b.runtimeStyle.left=g}}return h},clean:function(b,d,g){d=d||document;if(typeof d.createElement===
"undefined")d=d.ownerDocument||d[0]&&d[0].ownerDocument||document;if(!g&&b.length===1&&typeof b[0]==="string"){var h=/^<(\w+)\s*\/?>$/.exec(b[0]);if(h)return[d.createElement(h[1])]}var l=[];h=[];var v=d.createElement("div");c.each(b,function(K,F){if(typeof F==="number")F+="";if(F){if(typeof F==="string"){F=F.replace(/(<(\w+)[^>]*?)\/>/g,function(X,V,ca){return ca.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?X:V+"></"+ca+">"});K=F.replace(/^\s+/,"").substring(0,10).toLowerCase();
var S=!K.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!K.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||K.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!K.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!K.indexOf("<td")||!K.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!K.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!c.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];for(v.innerHTML=
S[1]+F+S[2];S[0]--;)v=v.lastChild;if(!c.support.tbody){var W=/<tbody/i.test(F);K=!K.indexOf("<table")&&!W?v.firstChild&&v.firstChild.childNodes:S[1]=="<table>"&&!W?v.childNodes:[];for(S=K.length-1;S>=0;--S)c.nodeName(K[S],"tbody")&&!K[S].childNodes.length&&K[S].parentNode.removeChild(K[S])}!c.support.leadingWhitespace&&/^\s/.test(F)&&v.insertBefore(d.createTextNode(F.match(/^\s*/)[0]),v.firstChild);F=c.makeArray(v.childNodes)}if(F.nodeType)l.push(F);else l=c.merge(l,F)}});if(g){for(b=0;l[b];b++)if(c.nodeName(l[b],
"script")&&(!l[b].type||l[b].type.toLowerCase()==="text/javascript"))h.push(l[b].parentNode?l[b].parentNode.removeChild(l[b]):l[b]);else{l[b].nodeType===1&&l.splice.apply(l,[b+1,0].concat(c.makeArray(l[b].getElementsByTagName("script"))));g.appendChild(l[b])}return h}return l},attr:function(b,d,g){if(!b||b.nodeType==3||b.nodeType==8)return f;var h=!c.isXMLDoc(b),l=g!==f;d=h&&c.props[d]||d;if(b.tagName){var v=/href|src|style/.test(d);if(d in b&&h&&!v){if(l){if(d=="type"&&c.nodeName(b,"input")&&b.parentNode)throw"type property can't be changed";
b[d]=g}if(c.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d=="tabIndex")return(d=b.getAttributeNode("tabIndex"))&&d.specified?d.value:b.nodeName.match(/(button|input|object|select|textarea)/i)?0:b.nodeName.match(/^(a|area)$/i)&&b.href?0:f;return b[d]}if(!c.support.style&&h&&d=="style")return c.attr(b.style,"cssText",g);l&&b.setAttribute(d,""+g);b=!c.support.hrefNormalized&&h&&v?b.getAttribute(d,2):b.getAttribute(d);return b===null?f:b}if(!c.support.opacity&&d==
"opacity"){if(l){b.zoom=1;b.filter=(b.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(g)+""=="NaN"?"":"alpha(opacity="+g*100+")")}return b.filter&&b.filter.indexOf("opacity=")>=0?parseFloat(b.filter.match(/opacity=([^)]*)/)[1])/100+"":""}d=d.replace(/-([a-z])/ig,function(K,F){return F.toUpperCase()});if(l)b[d]=g;return b[d]},trim:function(b){return(b||"").replace(/^\s+|\s+$/g,"")},makeArray:function(b){var d=[];if(b!=null){var g=b.length;if(g==null||typeof b==="string"||c.isFunction(b)||b.setInterval)d[0]=
b;else for(;g;)d[--g]=b[g]}return d},inArray:function(b,d){for(var g=0,h=d.length;g<h;g++)if(d[g]===b)return g;return-1},merge:function(b,d){var g=0,h,l=b.length;if(c.support.getAll)for(;(h=d[g++])!=null;)b[l++]=h;else for(;(h=d[g++])!=null;)if(h.nodeType!=8)b[l++]=h;return b},unique:function(b){var d=[],g={};try{for(var h=0,l=b.length;h<l;h++){var v=c.data(b[h]);if(!g[v]){g[v]=true;d.push(b[h])}}}catch(K){d=b}return d},grep:function(b,d,g){for(var h=[],l=0,v=b.length;l<v;l++)!g!=!d(b[l],l)&&h.push(b[l]);
return h},map:function(b,d){for(var g=[],h=0,l=b.length;h<l;h++){var v=d(b[h],h);if(v!=null)g[g.length]=v}return g.concat.apply([],g)}});var H=navigator.userAgent.toLowerCase();c.browser={version:(H.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(H),opera:/opera/.test(H),msie:/msie/.test(H)&&!/opera/.test(H),mozilla:/mozilla/.test(H)&&!/(compatible|webkit)/.test(H)};c.each({parent:function(b){return b.parentNode},parents:function(b){return c.dir(b,"parentNode")},next:function(b){return c.nth(b,
2,"nextSibling")},prev:function(b){return c.nth(b,2,"previousSibling")},nextAll:function(b){return c.dir(b,"nextSibling")},prevAll:function(b){return c.dir(b,"previousSibling")},siblings:function(b){return c.sibling(b.parentNode.firstChild,b)},children:function(b){return c.sibling(b.firstChild)},contents:function(b){return c.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:c.makeArray(b.childNodes)}},function(b,d){c.fn[b]=function(g){var h=c.map(this,d);if(g&&typeof g=="string")h=
c.multiFilter(g,h);return this.pushStack(c.unique(h),b,g)}});c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(b,d){c.fn[b]=function(g){for(var h=[],l=c(g),v=0,K=l.length;v<K;v++){var F=(v>0?this.clone(true):this).get();c.fn[d].apply(c(l[v]),F);h=h.concat(F)}return this.pushStack(h,b,g)}});c.each({removeAttr:function(b){c.attr(this,b,"");this.nodeType==1&&this.removeAttribute(b)},addClass:function(b){c.className.add(this,b)},
removeClass:function(b){c.className.remove(this,b)},toggleClass:function(b,d){if(typeof d!=="boolean")d=!c.className.has(this,b);c.className[d?"add":"remove"](this,b)},remove:function(b){if(!b||c.filter(b,[this]).length){c("*",this).add([this]).each(function(){c.event.remove(this);c.removeData(this)});this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(c(this).children().remove();this.firstChild;)this.removeChild(this.firstChild)}},function(b,d){c.fn[b]=function(){return this.each(d,
arguments)}});function Q(b,d){return b[0]&&parseInt(c.curCSS(b[0],d,true),10)||0}var x="jQuery"+E(),z=0,u={};c.extend({cache:{},data:function(b,d,g){b=b==m?u:b;var h=b[x];h||(h=b[x]=++z);if(d&&!c.cache[h])c.cache[h]={};if(g!==f)c.cache[h][d]=g;return d?c.cache[h][d]:h},removeData:function(b,d){b=b==m?u:b;var g=b[x];if(d){if(c.cache[g]){delete c.cache[g][d];d="";for(d in c.cache[g])break;d||c.removeData(b)}}else{try{delete b[x]}catch(h){b.removeAttribute&&b.removeAttribute(x)}delete c.cache[g]}},queue:function(b,
d,g){if(b){d=(d||"fx")+"queue";var h=c.data(b,d);if(!h||c.isArray(g))h=c.data(b,d,c.makeArray(g));else g&&h.push(g)}return h},dequeue:function(b,d){var g=c.queue(b,d),h=g.shift();if(!d||d==="fx")h=g[0];h!==f&&h.call(b)}});c.fn.extend({data:function(b,d){var g=b.split(".");g[1]=g[1]?"."+g[1]:"";if(d===f){var h=this.triggerHandler("getData"+g[1]+"!",[g[0]]);if(h===f&&this.length)h=c.data(this[0],b);return h===f&&g[1]?this.data(g[0]):h}else return this.trigger("setData"+g[1]+"!",[g[0],d]).each(function(){c.data(this,
b,d)})},removeData:function(b){return this.each(function(){c.removeData(this,b)})},queue:function(b,d){if(typeof b!=="string"){d=b;b="fx"}if(d===f)return c.queue(this[0],b);return this.each(function(){var g=c.queue(this,b,d);b=="fx"&&g.length==1&&g[0].call(this)})},dequeue:function(b){return this.each(function(){c.dequeue(this,b)})}});(function(){var b=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,d=0,g=Object.prototype.toString;
function h(j,n,s,C){s=s||[];n=n||document;if(n.nodeType!==1&&n.nodeType!==9)return[];if(!j||typeof j!=="string")return s;var L=[],N,T,Y,U=true;for(b.lastIndex=0;(N=b.exec(j))!==null;){L.push(N[1]);if(N[2]){Y=RegExp.rightContext;break}}if(L.length>1&&v.exec(j))if(L.length===2&&l.relative[L[0]])N=ba(L[0]+L[1],n);else for(N=l.relative[L[0]]?[n]:h(L.shift(),n);L.length;){j=L.shift();if(l.relative[j])j+=L.shift();N=ba(j,N)}else{N=C?{expr:L.pop(),set:F(C)}:h.find(L.pop(),L.length===1&&n.parentNode?n.parentNode:
n,Z(n));N=h.filter(N.expr,N.set);if(L.length>0)T=F(N);else U=false;for(;L.length;){var aa=L.pop(),da=aa;if(l.relative[aa])da=L.pop();else aa="";if(da==null)da=n;l.relative[aa](T,da,Z(n))}}T||(T=N);if(!T)throw"Syntax error, unrecognized expression: "+(aa||j);if(g.call(T)==="[object Array]")if(U)if(n.nodeType===1)for(j=0;T[j]!=null;j++){if(T[j]&&(T[j]===true||T[j].nodeType===1&&ca(n,T[j])))s.push(N[j])}else for(j=0;T[j]!=null;j++)T[j]&&T[j].nodeType===1&&s.push(N[j]);else s.push.apply(s,T);else F(T,
s);if(Y){h(Y,n,s,C);if(W){hasDuplicate=false;s.sort(W);if(hasDuplicate)for(j=1;j<s.length;j++)s[j]===s[j-1]&&s.splice(j--,1)}}return s}h.matches=function(j,n){return h(j,null,null,n)};h.find=function(j,n,s){var C,L;if(!j)return[];for(var N=0,T=l.order.length;N<T;N++){var Y=l.order[N];if(L=l.match[Y].exec(j)){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){L[1]=(L[1]||"").replace(/\\/g,"");C=l.find[Y](L,n,s);if(C!=null){j=j.replace(l.match[Y],"");break}}}}C||(C=n.getElementsByTagName("*"));
return{set:C,expr:j}};h.filter=function(j,n,s,C){for(var L=j,N=[],T=n,Y,U,aa=n&&n[0]&&Z(n[0]);j&&n.length;){for(var da in l.filter)if((Y=l.match[da].exec(j))!=null){var ia=l.filter[da],ea,fa;U=false;if(T==N)N=[];if(l.preFilter[da])if(Y=l.preFilter[da](Y,T,s,N,C,aa)){if(Y===true)continue}else U=ea=true;if(Y)for(var ga=0;(fa=T[ga])!=null;ga++)if(fa){ea=ia(fa,Y,ga,T);var ha=C^!!ea;if(s&&ea!=null)if(ha)U=true;else T[ga]=false;else if(ha){N.push(fa);U=true}}if(ea!==f){s||(T=N);j=j.replace(l.match[da],
"");if(!U)return[];break}}if(j==L)if(U==null)throw"Syntax error, unrecognized expression: "+j;else break;L=j}return T};var l=h.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,
PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(j){return j.getAttribute("href")}},relative:{"+":function(j,n,s){var C=typeof n==="string",L=C&&!/\W/.test(n);C=C&&!L;if(L&&!s)n=n.toUpperCase();s=0;L=j.length;for(var N;s<L;s++)if(N=j[s]){for(;(N=N.previousSibling)&&N.nodeType!==1;);j[s]=C||N&&N.nodeName===n?N||false:N===n}C&&h.filter(n,j,true)},">":function(j,n,s){var C=typeof n==="string";
if(C&&!/\W/.test(n)){n=s?n:n.toUpperCase();s=0;for(var L=j.length;s<L;s++){var N=j[s];if(N){C=N.parentNode;j[s]=C.nodeName===n?C:false}}}else{s=0;for(L=j.length;s<L;s++)if(N=j[s])j[s]=C?N.parentNode:N.parentNode===n;C&&h.filter(n,j,true)}},"":function(j,n,s){var C=d++,L=V;if(!n.match(/\W/)){var N=n=s?n:n.toUpperCase();L=X}L("parentNode",n,C,j,N,s)},"~":function(j,n,s){var C=d++,L=V;if(typeof n==="string"&&!n.match(/\W/)){var N=n=s?n:n.toUpperCase();L=X}L("previousSibling",n,C,j,N,s)}},find:{ID:function(j,
n,s){if(typeof n.getElementById!=="undefined"&&!s)return(j=n.getElementById(j[1]))?[j]:[]},NAME:function(j,n,s){if(typeof n.getElementsByName!=="undefined"){s=[];n=n.getElementsByName(j[1]);for(var C=0,L=n.length;C<L;C++)n[C].getAttribute("name")===j[1]&&s.push(n[C]);return s.length===0?null:s}},TAG:function(j,n){return n.getElementsByTagName(j[1])}},preFilter:{CLASS:function(j,n,s,C,L,N){j=" "+j[1].replace(/\\/g,"")+" ";if(N)return j;N=0;for(var T;(T=n[N])!=null;N++)if(T)if(L^(T.className&&(" "+
T.className+" ").indexOf(j)>=0))s||C.push(T);else if(s)n[N]=false;return false},ID:function(j){return j[1].replace(/\\/g,"")},TAG:function(j,n){for(var s=0;n[s]===false;s++);return n[s]&&Z(n[s])?j[1]:j[1].toUpperCase()},CHILD:function(j){if(j[1]=="nth"){var n=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(j[2]=="even"&&"2n"||j[2]=="odd"&&"2n+1"||!/\D/.test(j[2])&&"0n+"+j[2]||j[2]);j[2]=n[1]+(n[2]||1)-0;j[3]=n[3]-0}j[0]=d++;return j},ATTR:function(j,n,s,C,L,N){n=j[1].replace(/\\/g,"");if(!N&&l.attrMap[n])j[1]=l.attrMap[n];
if(j[2]==="~=")j[4]=" "+j[4]+" ";return j},PSEUDO:function(j,n,s,C,L){if(j[1]==="not")if(j[3].match(b).length>1||/^\w/.test(j[3]))j[3]=h(j[3],null,null,n);else{j=h.filter(j[3],n,s,true^L);s||C.push.apply(C,j);return false}else if(l.match.POS.test(j[0])||l.match.CHILD.test(j[0]))return true;return j},POS:function(j){j.unshift(true);return j}},filters:{enabled:function(j){return j.disabled===false&&j.type!=="hidden"},disabled:function(j){return j.disabled===true},checked:function(j){return j.checked===
true},selected:function(j){return j.selected===true},parent:function(j){return!!j.firstChild},empty:function(j){return!j.firstChild},has:function(j,n,s){return!!h(s[3],j).length},header:function(j){return/h\d/i.test(j.nodeName)},text:function(j){return"text"===j.type},radio:function(j){return"radio"===j.type},checkbox:function(j){return"checkbox"===j.type},file:function(j){return"file"===j.type},password:function(j){return"password"===j.type},submit:function(j){return"submit"===j.type},image:function(j){return"image"===
j.type},reset:function(j){return"reset"===j.type},button:function(j){return"button"===j.type||j.nodeName.toUpperCase()==="BUTTON"},input:function(j){return/input|select|textarea|button/i.test(j.nodeName)}},setFilters:{first:function(j,n){return n===0},last:function(j,n,s,C){return n===C.length-1},even:function(j,n){return n%2===0},odd:function(j,n){return n%2===1},lt:function(j,n,s){return n<s[3]-0},gt:function(j,n,s){return n>s[3]-0},nth:function(j,n,s){return s[3]-0==n},eq:function(j,n,s){return s[3]-
0==n}},filter:{PSEUDO:function(j,n,s,C){var L=n[1],N=l.filters[L];if(N)return N(j,s,n,C);else if(L==="contains")return(j.textContent||j.innerText||"").indexOf(n[3])>=0;else if(L==="not"){n=n[3];s=0;for(C=n.length;s<C;s++)if(n[s]===j)return false;return true}},CHILD:function(j,n){var s=n[1],C=j;switch(s){case "only":case "first":for(;C=C.previousSibling;)if(C.nodeType===1)return false;if(s=="first")return true;C=j;case "last":for(;C=C.nextSibling;)if(C.nodeType===1)return false;return true;case "nth":s=
n[2];var L=n[3];if(s==1&&L==0)return true;n=n[0];var N=j.parentNode;if(N&&(N.sizcache!==n||!j.nodeIndex)){var T=0;for(C=N.firstChild;C;C=C.nextSibling)if(C.nodeType===1)C.nodeIndex=++T;N.sizcache=n}j=j.nodeIndex-L;return s==0?j==0:j%s==0&&j/s>=0}},ID:function(j,n){return j.nodeType===1&&j.getAttribute("id")===n},TAG:function(j,n){return n==="*"&&j.nodeType===1||j.nodeName===n},CLASS:function(j,n){return(" "+(j.className||j.getAttribute("class"))+" ").indexOf(n)>-1},ATTR:function(j,n){var s=n[1];j=
l.attrHandle[s]?l.attrHandle[s](j):j[s]!=null?j[s]:j.getAttribute(s);s=j+"";var C=n[2];n=n[4];return j==null?C==="!=":C==="="?s===n:C==="*="?s.indexOf(n)>=0:C==="~="?(" "+s+" ").indexOf(n)>=0:!n?s&&j!==false:C==="!="?s!=n:C==="^="?s.indexOf(n)===0:C==="$="?s.substr(s.length-n.length)===n:C==="|="?s===n||s.substr(0,n.length+1)===n+"-":false},POS:function(j,n,s,C){var L=n[2];if(L=l.setFilters[L])return L(j,s,n,C)}}},v=l.match.POS;for(var K in l.match)l.match[K]=RegExp(l.match[K].source+/(?![^\[]*\])(?![^\(]*\))/.source);
function F(j,n){j=Array.prototype.slice.call(j);if(n){n.push.apply(n,j);return n}return j}try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(S){F=function(j,n){n=n||[];if(g.call(j)==="[object Array]")Array.prototype.push.apply(n,j);else if(typeof j.length==="number")for(var s=0,C=j.length;s<C;s++)n.push(j[s]);else for(s=0;j[s];s++)n.push(j[s]);return n}}var W;if(document.documentElement.compareDocumentPosition)W=function(j,n){j=j.compareDocumentPosition(n)&4?-1:j===n?0:1;if(j===
0)hasDuplicate=true;return j};else if("sourceIndex"in document.documentElement)W=function(j,n){j=j.sourceIndex-n.sourceIndex;if(j===0)hasDuplicate=true;return j};else if(document.createRange)W=function(j,n){var s=j.ownerDocument.createRange(),C=n.ownerDocument.createRange();s.selectNode(j);s.collapse(true);C.selectNode(n);C.collapse(true);j=s.compareBoundaryPoints(Range.START_TO_END,C);if(j===0)hasDuplicate=true;return j};(function(){var j=document.createElement("form"),n="script"+(new Date).getTime();
j.innerHTML="<input name='"+n+"'/>";var s=document.documentElement;s.insertBefore(j,s.firstChild);if(document.getElementById(n)){l.find.ID=function(C,L,N){if(typeof L.getElementById!=="undefined"&&!N)return(L=L.getElementById(C[1]))?L.id===C[1]||typeof L.getAttributeNode!=="undefined"&&L.getAttributeNode("id").nodeValue===C[1]?[L]:f:[]};l.filter.ID=function(C,L){var N=typeof C.getAttributeNode!=="undefined"&&C.getAttributeNode("id");return C.nodeType===1&&N&&N.nodeValue===L}}s.removeChild(j)})();
(function(){var j=document.createElement("div");j.appendChild(document.createComment(""));if(j.getElementsByTagName("*").length>0)l.find.TAG=function(n,s){s=s.getElementsByTagName(n[1]);if(n[1]==="*"){n=[];for(var C=0;s[C];C++)s[C].nodeType===1&&n.push(s[C]);s=n}return s};j.innerHTML="<a href='#'></a>";if(j.firstChild&&typeof j.firstChild.getAttribute!=="undefined"&&j.firstChild.getAttribute("href")!=="#")l.attrHandle.href=function(n){return n.getAttribute("href",2)}})();document.querySelectorAll&&
function(){var j=h,n=document.createElement("div");n.innerHTML="<p class='TEST'></p>";if(!(n.querySelectorAll&&n.querySelectorAll(".TEST").length===0)){h=function(s,C,L,N){C=C||document;if(!N&&C.nodeType===9&&!Z(C))try{return F(C.querySelectorAll(s),L)}catch(T){}return j(s,C,L,N)};h.find=j.find;h.filter=j.filter;h.selectors=j.selectors;h.matches=j.matches}}();document.getElementsByClassName&&document.documentElement.getElementsByClassName&&function(){var j=document.createElement("div");j.innerHTML=
"<div class='test e'></div><div class='test'></div>";if(j.getElementsByClassName("e").length!==0){j.lastChild.className="e";if(j.getElementsByClassName("e").length!==1){l.order.splice(1,0,"CLASS");l.find.CLASS=function(n,s,C){if(typeof s.getElementsByClassName!=="undefined"&&!C)return s.getElementsByClassName(n[1])}}}}();function X(j,n,s,C,L,N){L=j=="previousSibling"&&!N;for(var T=0,Y=C.length;T<Y;T++){var U=C[T];if(U){if(L&&U.nodeType===1){U.sizcache=s;U.sizset=T}U=U[j];for(var aa=false;U;){if(U.sizcache===
s){aa=C[U.sizset];break}if(U.nodeType===1&&!N){U.sizcache=s;U.sizset=T}if(U.nodeName===n){aa=U;break}U=U[j]}C[T]=aa}}}function V(j,n,s,C,L,N){L=j=="previousSibling"&&!N;for(var T=0,Y=C.length;T<Y;T++){var U=C[T];if(U){if(L&&U.nodeType===1){U.sizcache=s;U.sizset=T}U=U[j];for(var aa=false;U;){if(U.sizcache===s){aa=C[U.sizset];break}if(U.nodeType===1){if(!N){U.sizcache=s;U.sizset=T}if(typeof n!=="string"){if(U===n){aa=true;break}}else if(h.filter(n,[U]).length>0){aa=U;break}}U=U[j]}C[T]=aa}}}var ca=
document.compareDocumentPosition?function(j,n){return j.compareDocumentPosition(n)&16}:function(j,n){return j!==n&&(j.contains?j.contains(n):true)};function Z(j){return j.nodeType===9&&j.documentElement.nodeName!=="HTML"||!!j.ownerDocument&&Z(j.ownerDocument)}function ba(j,n){var s=[],C="",L;for(n=n.nodeType?[n]:n;L=l.match.PSEUDO.exec(j);){C+=L[0];j=j.replace(l.match.PSEUDO,"")}j=l.relative[j]?j+"*":j;L=0;for(var N=n.length;L<N;L++)h(j,n[L],s);return h.filter(C,s)}c.find=h;c.filter=h.filter;c.expr=
h.selectors;c.expr[":"]=c.expr.filters;h.selectors.filters.hidden=function(j){return j.offsetWidth===0||j.offsetHeight===0};h.selectors.filters.visible=function(j){return j.offsetWidth>0||j.offsetHeight>0};h.selectors.filters.animated=function(j){return c.grep(c.timers,function(n){return j===n.elem}).length};c.multiFilter=function(j,n,s){if(s)j=":not("+j+")";return h.matches(j,n)};c.dir=function(j,n){var s=[];for(j=j[n];j&&j!=document;){j.nodeType==1&&s.push(j);j=j[n]}return s};c.nth=function(j,n,
s,C){n=n||1;for(C=0;j;j=j[s])if(j.nodeType==1&&++C==n)break;return j};c.sibling=function(j,n){for(var s=[];j;j=j.nextSibling)j.nodeType==1&&j!=n&&s.push(j);return s}})();c.event={add:function(b,d,g,h){if(!(b.nodeType==3||b.nodeType==8)){if(b.setInterval&&b!=m)b=m;if(!g.guid)g.guid=this.guid++;if(h!==f){var l=g;g=this.proxy(l);g.data=h}var v=c.data(b,"events")||c.data(b,"events",{}),K=c.data(b,"handle")||c.data(b,"handle",function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(arguments.callee.elem,
arguments):f});K.elem=b;c.each(d.split(/\s+/),function(F,S){F=S.split(".");S=F.shift();g.type=F.slice().sort().join(".");var W=v[S];c.event.specialAll[S]&&c.event.specialAll[S].setup.call(b,h,F);if(!W){W=v[S]={};if(!c.event.special[S]||c.event.special[S].setup.call(b,h,F)===false)if(b.addEventListener)b.addEventListener(S,K,false);else b.attachEvent&&b.attachEvent("on"+S,K)}W[g.guid]=g;c.event.global[S]=true});b=null}},guid:1,global:{},remove:function(b,d,g){if(!(b.nodeType==3||b.nodeType==8)){var h=
c.data(b,"events"),l;if(h){if(d===f||typeof d==="string"&&d.charAt(0)==".")for(var v in h)this.remove(b,v+(d||""));else{if(d.type){g=d.handler;d=d.type}c.each(d.split(/\s+/),function(K,F){K=F.split(".");F=K.shift();var S=RegExp("(^|\\.)"+K.slice().sort().join(".*\\.")+"(\\.|$)");if(h[F]){if(g)delete h[F][g.guid];else for(var W in h[F])S.test(h[F][W].type)&&delete h[F][W];c.event.specialAll[F]&&c.event.specialAll[F].teardown.call(b,K);for(l in h[F])break;if(!l){if(!c.event.special[F]||c.event.special[F].teardown.call(b,
K)===false)if(b.removeEventListener)b.removeEventListener(F,c.data(b,"handle"),false);else b.detachEvent&&b.detachEvent("on"+F,c.data(b,"handle"));l=null;delete h[F]}}})}for(l in h)break;if(!l){if(d=c.data(b,"handle"))d.elem=null;c.removeData(b,"events");c.removeData(b,"handle")}}}},trigger:function(b,d,g,h){var l=b.type||b;if(!h){b=typeof b==="object"?b[x]?b:c.extend(c.Event(l),b):c.Event(l);if(l.indexOf("!")>=0){b.type=l=l.slice(0,-1);b.exclusive=true}if(!g){b.stopPropagation();this.global[l]&&
c.each(c.cache,function(){this.events&&this.events[l]&&c.event.trigger(b,d,this.handle.elem)})}if(!g||g.nodeType==3||g.nodeType==8)return f;b.result=f;b.target=g;d=c.makeArray(d);d.unshift(b)}b.currentTarget=g;var v=c.data(g,"handle");v&&v.apply(g,d);if((!g[l]||c.nodeName(g,"a")&&l=="click")&&g["on"+l]&&g["on"+l].apply(g,d)===false)b.result=false;if(!h&&g[l]&&!b.isDefaultPrevented()&&!(c.nodeName(g,"a")&&l=="click")){this.triggered=true;try{g[l]()}catch(K){}}this.triggered=false;if(!b.isPropagationStopped())(g=
g.parentNode||g.ownerDocument)&&c.event.trigger(b,d,g,true)},handle:function(b){var d,g;b=arguments[0]=c.event.fix(b||m.event);b.currentTarget=this;g=b.type.split(".");b.type=g.shift();d=!g.length&&!b.exclusive;var h=RegExp("(^|\\.)"+g.slice().sort().join(".*\\.")+"(\\.|$)");g=(c.data(this,"events")||{})[b.type];for(var l in g){var v=g[l];if(d||h.test(v.type)){b.handler=v;b.data=v.data;v=v.apply(this,arguments);if(v!==f){b.result=v;if(v===false){b.preventDefault();b.stopPropagation()}}if(b.isImmediatePropagationStopped())break}}},
props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(b){if(b[x])return b;var d=b;b=c.Event(d);for(var g=this.props.length,h;g;){h=this.props[--g];b[h]=d[h]}if(!b.target)b.target=b.srcElement||document;if(b.target.nodeType==
3)b.target=b.target.parentNode;if(!b.relatedTarget&&b.fromElement)b.relatedTarget=b.fromElement==b.target?b.toElement:b.fromElement;if(b.pageX==null&&b.clientX!=null){d=document.documentElement;g=document.body;b.pageX=b.clientX+(d&&d.scrollLeft||g&&g.scrollLeft||0)-(d.clientLeft||0);b.pageY=b.clientY+(d&&d.scrollTop||g&&g.scrollTop||0)-(d.clientTop||0)}if(!b.which&&(b.charCode||b.charCode===0?b.charCode:b.keyCode))b.which=b.charCode||b.keyCode;if(!b.metaKey&&b.ctrlKey)b.metaKey=b.ctrlKey;if(!b.which&&
b.button)b.which=b.button&1?1:b.button&2?3:b.button&4?2:0;return b},proxy:function(b,d){d=d||function(){return b.apply(this,arguments)};d.guid=b.guid=b.guid||d.guid||this.guid++;return d},special:{ready:{setup:i,teardown:function(){}}},specialAll:{live:{setup:function(b,d){c.event.add(this,d[0],R)},teardown:function(b){if(b.length){var d=0,g=RegExp("(^|\\.)"+b[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){g.test(this.type)&&d++});d<1&&c.event.remove(this,b[0],R)}}}}};c.Event=function(b){if(!this.preventDefault)return new c.Event(b);
if(b&&b.type){this.originalEvent=b;this.type=b.type}else this.type=b;this.timeStamp=E();this[x]=true};function O(){return false}function r(){return true}c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=r;var b=this.originalEvent;if(b){b.preventDefault&&b.preventDefault();b.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=r;var b=this.originalEvent;if(b){b.stopPropagation&&b.stopPropagation();b.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=
r;this.stopPropagation()},isDefaultPrevented:O,isPropagationStopped:O,isImmediatePropagationStopped:O};function w(b){for(var d=b.relatedTarget;d&&d!=this;)try{d=d.parentNode}catch(g){d=this}if(d!=this){b.type=b.data;c.event.handle.apply(this,arguments)}}c.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(b,d){c.event.special[d]={setup:function(){c.event.add(this,b,w,d)},teardown:function(){c.event.remove(this,b,w)}}});c.fn.extend({bind:function(b,d,g){return b=="unload"?this.one(b,d,g):
this.each(function(){c.event.add(this,b,g||d,g&&d)})},one:function(b,d,g){var h=c.event.proxy(g||d,function(l){c(this).unbind(l,h);return(g||d).apply(this,arguments)});return this.each(function(){c.event.add(this,b,h,g&&d)})},unbind:function(b,d){return this.each(function(){c.event.remove(this,b,d)})},trigger:function(b,d){return this.each(function(){c.event.trigger(b,d,this)})},triggerHandler:function(b,d){if(this[0]){b=c.Event(b);b.preventDefault();b.stopPropagation();c.event.trigger(b,d,this[0]);
return b.result}},toggle:function(b){for(var d=arguments,g=1;g<d.length;)c.event.proxy(b,d[g++]);return this.click(c.event.proxy(b,function(h){this.lastToggle=(this.lastToggle||0)%g;h.preventDefault();return d[this.lastToggle++].apply(this,arguments)||false}))},hover:function(b,d){return this.mouseenter(b).mouseleave(d)},ready:function(b){i();c.isReady?b.call(document,c):c.readyList.push(b);return this},live:function(b,d){d=c.event.proxy(d);d.guid+=this.selector+b;c(document).bind(a(b,this.selector),
this.selector,d);return this},die:function(b,d){c(document).unbind(a(b,this.selector),d?{guid:d.guid+this.selector+b}:null);return this}});function R(b){var d=RegExp("(^|\\.)"+b.type+"(\\.|$)"),g=true,h=[];c.each(c.data(this,"events").live||[],function(l,v){if(d.test(v.type))(l=c(b.target).closest(v.data)[0])&&h.push({elem:l,fn:v})});h.sort(function(l,v){return c.data(l.elem,"closest")-c.data(v.elem,"closest")});c.each(h,function(){if(this.fn.call(this.elem,b,this.fn.data)===false)return g=false});
return g}function a(b,d){return["live",b,d.replace(/\./g,"`").replace(/ /g,"|")].join(".")}c.extend({isReady:false,readyList:[],ready:function(){if(!c.isReady){c.isReady=true;if(c.readyList){c.each(c.readyList,function(){this.call(document,c)});c.readyList=null}c(document).triggerHandler("ready")}}});var e=false;function i(){if(!e){e=true;if(document.addEventListener)document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);c.ready()},
false);else if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);c.ready()}});document.documentElement.doScroll&&m==m.top&&function(){if(!c.isReady){try{document.documentElement.doScroll("left")}catch(b){setTimeout(arguments.callee,0);return}c.ready()}}()}c.event.add(m,"load",c.ready)}}c.each("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error".split(","),
function(b,d){c.fn[d]=function(g){return g?this.bind(d,g):this.trigger(d)}});c(m).bind("unload",function(){for(var b in c.cache)b!=1&&c.cache[b].handle&&c.event.remove(c.cache[b].handle.elem)});(function(){c.support={};var b=document.documentElement,d=document.createElement("script"),g=document.createElement("div"),h="script"+(new Date).getTime();g.style.display="none";g.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';
var l=g.getElementsByTagName("*"),v=g.getElementsByTagName("a")[0];if(!(!l||!l.length||!v)){c.support={leadingWhitespace:g.firstChild.nodeType==3,tbody:!g.getElementsByTagName("tbody").length,objectAll:!!g.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!g.getElementsByTagName("link").length,style:/red/.test(v.getAttribute("style")),hrefNormalized:v.getAttribute("href")==="/a",opacity:v.style.opacity==="0.5",cssFloat:!!v.style.cssFloat,scriptEval:false,noCloneEvent:true,
boxModel:null};d.type="text/javascript";try{d.appendChild(document.createTextNode("window."+h+"=1;"))}catch(K){}b.insertBefore(d,b.firstChild);if(m[h]){c.support.scriptEval=true;delete m[h]}b.removeChild(d);if(g.attachEvent&&g.fireEvent){g.attachEvent("onclick",function(){c.support.noCloneEvent=false;g.detachEvent("onclick",arguments.callee)});g.cloneNode(true).fireEvent("onclick")}c(function(){var F=document.createElement("div");F.style.width=F.style.paddingLeft="1px";document.body.appendChild(F);
c.boxModel=c.support.boxModel=F.offsetWidth===2;document.body.removeChild(F).style.display="none"})}})();var k=c.support.cssFloat?"cssFloat":"styleFloat";c.props={"for":"htmlFor","class":"className","float":k,cssFloat:k,styleFloat:k,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};c.fn.extend({_load:c.fn.load,load:function(b,d,g){if(typeof b!=="string")return this._load(b);var h=b.indexOf(" ");if(h>=0){var l=b.slice(h,b.length);b=b.slice(0,
h)}h="GET";if(d)if(c.isFunction(d)){g=d;d=null}else if(typeof d==="object"){d=c.param(d);h="POST"}var v=this;c.ajax({url:b,type:h,dataType:"html",data:d,complete:function(K,F){if(F=="success"||F=="notmodified")v.html(l?c("<div/>").append(K.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(l):K.responseText);g&&v.each(g,[K.responseText,F,K])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?
c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(b,d){b=c(this).val();return b==null?null:c.isArray(b)?c.map(b,function(g,h){return{name:d.name,value:g}}):{name:d.name,value:b}}).get()}});c.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(b,d){c.fn[d]=function(g){return this.bind(d,g)}});var t=E();c.extend({get:function(b,
d,g,h){if(c.isFunction(d)){g=d;d=null}return c.ajax({type:"GET",url:b,data:d,success:g,dataType:h})},getScript:function(b,d){return c.get(b,null,d,"script")},getJSON:function(b,d,g){return c.get(b,d,g,"json")},post:function(b,d,g,h){if(c.isFunction(d)){g=d;d={}}return c.ajax({type:"POST",url:b,data:d,success:g,dataType:h})},ajaxSetup:function(b){c.extend(c.ajaxSettings,b)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,
xhr:function(){return m.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(b){b=c.extend(true,b,c.extend(true,{},c.ajaxSettings,b));var d,g=/=\?(&|$)/g,h,l,v=b.type.toUpperCase();if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data);if(b.dataType==
"jsonp"){if(v=="GET")b.url.match(g)||(b.url+=(b.url.match(/\?/)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data||!b.data.match(g))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType=="json"&&(b.data&&b.data.match(g)||b.url.match(g))){d="jsonp"+t++;if(b.data)b.data=(b.data+"").replace(g,"="+d+"$1");b.url=b.url.replace(g,"="+d+"$1");b.dataType="script";m[d]=function(C){l=C;n();s();m[d]=f;try{delete m[d]}catch(L){}F&&F.removeChild(S)}}if(b.dataType=="script"&&
b.cache==null)b.cache=false;if(b.cache===false&&v=="GET"){g=E();var K=b.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+g+"$2");b.url=K+(K==b.url?(b.url.match(/\?/)?"&":"?")+"_="+g:"")}if(b.data&&v=="GET"){b.url+=(b.url.match(/\?/)?"&":"?")+b.data;b.data=null}b.global&&!c.active++&&c.event.trigger("ajaxStart");g=/^(\w+:)?\/\/([^\/?#]+)/.exec(b.url);if(b.dataType=="script"&&v=="GET"&&g&&(g[1]&&g[1]!=location.protocol||g[2]!=location.host)){var F=document.getElementsByTagName("head")[0],S=document.createElement("script");
S.src=b.url;if(b.scriptCharset)S.charset=b.scriptCharset;if(!d){var W=false;S.onload=S.onreadystatechange=function(){if(!W&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){W=true;n();s();S.onload=S.onreadystatechange=null;F.removeChild(S)}}}F.appendChild(S);return f}var X=false,V=b.xhr();b.username?V.open(v,b.url,b.async,b.username,b.password):V.open(v,b.url,b.async);try{b.data&&V.setRequestHeader("Content-Type",b.contentType);if(b.ifModified)V.setRequestHeader("If-Modified-Since",
c.lastModified[b.url]||"Thu, 01 Jan 1970 00:00:00 GMT");V.setRequestHeader("X-Requested-With","XMLHttpRequest");V.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*":b.accepts._default)}catch(ca){}if(b.beforeSend&&b.beforeSend(V,b)===false){b.global&&!--c.active&&c.event.trigger("ajaxStop");V.abort();return false}b.global&&c.event.trigger("ajaxSend",[V,b]);function Z(C){if(V.readyState==0){if(ba){clearInterval(ba);ba=null;b.global&&!--c.active&&c.event.trigger("ajaxStop")}}else if(!X&&
V&&(V.readyState==4||C=="timeout")){X=true;if(ba){clearInterval(ba);ba=null}h=C=="timeout"?"timeout":!c.httpSuccess(V)?"error":b.ifModified&&c.httpNotModified(V,b.url)?"notmodified":"success";if(h=="success")try{l=c.httpData(V,b.dataType,b)}catch(L){h="parsererror"}if(h=="success"){var N;try{N=V.getResponseHeader("Last-Modified")}catch(T){}if(b.ifModified&&N)c.lastModified[b.url]=N;d||n()}else c.handleError(b,V,h);s();C&&V.abort();if(b.async)V=null}}if(b.async){var ba=setInterval(Z,13);b.timeout>
0&&setTimeout(function(){V&&!X&&Z("timeout")},b.timeout)}try{V.send(b.data)}catch(j){c.handleError(b,V,null,j)}b.async||Z();function n(){b.success&&b.success(l,h);b.global&&c.event.trigger("ajaxSuccess",[V,b])}function s(){b.complete&&b.complete(V,h);b.global&&c.event.trigger("ajaxComplete",[V,b]);b.global&&!--c.active&&c.event.trigger("ajaxStop")}return V},handleError:function(b,d,g,h){b.error&&b.error(d,g,h);b.global&&c.event.trigger("ajaxError",[d,b,h])},active:0,httpSuccess:function(b){try{return!b.status&&
location.protocol=="file:"||b.status>=200&&b.status<300||b.status==304||b.status==1223}catch(d){}return false},httpNotModified:function(b,d){try{var g=b.getResponseHeader("Last-Modified");return b.status==304||g==c.lastModified[d]}catch(h){}return false},httpData:function(b,d,g){var h=b.getResponseHeader("content-type");b=(h=d=="xml"||!d&&h&&h.indexOf("xml")>=0)?b.responseXML:b.responseText;if(h&&b.documentElement.tagName=="parsererror")throw"parsererror";if(g&&g.dataFilter)b=g.dataFilter(b,d);if(typeof b===
"string"){d=="script"&&c.globalEval(b);if(d=="json")b=m.eval("("+b+")")}return b},param:function(b){var d=[];function g(l,v){d[d.length]=encodeURIComponent(l)+"="+encodeURIComponent(v)}if(c.isArray(b)||b.jquery)c.each(b,function(){g(this.name,this.value)});else for(var h in b)c.isArray(b[h])?c.each(b[h],function(){g(h,this)}):g(h,c.isFunction(b[h])?b[h]():b[h]);return d.join("&").replace(/%20/g,"+")}});var q={},A,G=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft",
"marginRight","paddingLeft","paddingRight"],["opacity"]];function I(b,d){var g={};c.each(G.concat.apply([],G.slice(0,d)),function(){g[this]=b});return g}c.fn.extend({show:function(b,d){if(b)return this.animate(I("show",3),b,d);else{b=0;for(d=this.length;b<d;b++){var g=c.data(this[b],"olddisplay");this[b].style.display=g||"";if(c.css(this[b],"display")==="none"){g=this[b].tagName;var h;if(q[g])h=q[g];else{var l=c("<"+g+" />").appendTo("body");h=l.css("display");if(h==="none")h="block";l.remove();q[g]=
h}c.data(this[b],"olddisplay",h)}}b=0;for(d=this.length;b<d;b++)this[b].style.display=c.data(this[b],"olddisplay")||"";return this}},hide:function(b,d){if(b)return this.animate(I("hide",3),b,d);else{b=0;for(d=this.length;b<d;b++){var g=c.data(this[b],"olddisplay");!g&&g!=="none"&&c.data(this[b],"olddisplay",c.css(this[b],"display"))}b=0;for(d=this.length;b<d;b++)this[b].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(b,d){var g=typeof b==="boolean";return c.isFunction(b)&&c.isFunction(d)?
this._toggle.apply(this,arguments):b==null||g?this.each(function(){var h=g?b:c(this).is(":hidden");c(this)[h?"show":"hide"]()}):this.animate(I("toggle",3),b,d)},fadeTo:function(b,d,g){return this.animate({opacity:d},b,g)},animate:function(b,d,g,h){var l=c.speed(d,g,h);return this[l.queue===false?"each":"queue"](function(){var v=c.extend({},l),K,F=this.nodeType==1&&c(this).is(":hidden"),S=this;for(K in b){if(b[K]=="hide"&&F||b[K]=="show"&&!F)return v.complete.call(this);if((K=="height"||K=="width")&&
this.style){v.display=c.css(this,"display");v.overflow=this.style.overflow}}if(v.overflow!=null)this.style.overflow="hidden";v.curAnim=c.extend({},b);c.each(b,function(W,X){var V=new c.fx(S,v,W);if(/toggle|show|hide/.test(X))V[X=="toggle"?F?"show":"hide":X](b);else{var ca=X.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),Z=V.cur(true)||0;if(ca){X=parseFloat(ca[2]);var ba=ca[3]||"px";if(ba!="px"){S.style[W]=(X||1)+ba;Z=(X||1)/V.cur(true)*Z;S.style[W]=Z+ba}if(ca[1])X=(ca[1]=="-="?-1:1)*X+Z;V.custom(Z,
X,ba)}else V.custom(Z,X,"")}});return true})},stop:function(b,d){var g=c.timers;b&&this.queue([]);this.each(function(){for(var h=g.length-1;h>=0;h--)if(g[h].elem==this){d&&g[h](true);g.splice(h,1)}});d||this.dequeue();return this}});c.each({slideDown:I("show",1),slideUp:I("hide",1),slideToggle:I("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(b,d){c.fn[b]=function(g,h){return this.animate(d,g,h)}});c.extend({speed:function(b,d,g){var h=typeof b==="object"?b:{complete:g||!g&&
d||c.isFunction(b)&&b,duration:b,easing:g&&d||d&&!c.isFunction(d)&&d};h.duration=c.fx.off?0:typeof h.duration==="number"?h.duration:c.fx.speeds[h.duration]||c.fx.speeds._default;h.old=h.complete;h.complete=function(){h.queue!==false&&c(this).dequeue();c.isFunction(h.old)&&h.old.call(this)};return h},easing:{linear:function(b,d,g,h){return g+h*b},swing:function(b,d,g,h){return(-Math.cos(b*Math.PI)/2+0.5)*h+g}},timers:[],fx:function(b,d,g){this.options=d;this.elem=b;this.prop=g;if(!d.orig)d.orig={}}});
c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style)this.elem.style.display="block"},cur:function(b){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(b=parseFloat(c.css(this.elem,this.prop,b)))&&b>-10000?b:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(b,d,
g){this.startTime=E();this.start=b;this.end=d;this.unit=g||this.unit||"px";this.now=this.start;this.pos=this.state=0;var h=this;function l(v){return h.step(v)}l.elem=this.elem;if(l()&&c.timers.push(l)&&!A)A=setInterval(function(){for(var v=c.timers,K=0;K<v.length;K++)v[K]()||v.splice(K--,1);if(!v.length){clearInterval(A);A=f}},13)},show:function(){this.options.orig[this.prop]=c.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());
c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(b){var d=E();if(b||d>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();b=this.options.curAnim[this.prop]=true;for(var g in this.options.curAnim)if(this.options.curAnim[g]!==true)b=false;if(b){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=
this.options.display;if(c.css(this.elem,"display")=="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var h in this.options.curAnim)c.attr(this.elem.style,h,this.options.orig[h]);this.options.complete.call(this.elem)}return false}else{g=d-this.startTime;this.state=g/this.options.duration;this.pos=c.easing[this.options.easing||(c.easing.swing?"swing":"linear")](this.state,g,0,1,this.options.duration);this.now=this.start+(this.end-
this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(b){c.attr(b.elem.style,"opacity",b.now)},_default:function(b){if(b.elem.style&&b.elem.style[b.prop]!=null)b.elem.style[b.prop]=b.now+b.unit;else b.elem[b.prop]=b.now}}});c.fn.offset=document.documentElement.getBoundingClientRect?function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return c.offset.bodyOffset(this[0]);var b=this[0].getBoundingClientRect(),
d=this[0].ownerDocument,g=d.body;d=d.documentElement;var h=d.clientTop||g.clientTop||0,l=d.clientLeft||g.clientLeft||0;h=b.top+(self.pageYOffset||c.boxModel&&d.scrollTop||g.scrollTop)-h;b=b.left+(self.pageXOffset||c.boxModel&&d.scrollLeft||g.scrollLeft)-l;return{top:h,left:b}}:function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return c.offset.bodyOffset(this[0]);c.offset.initialized||c.offset.initialize();var b=this[0],d=b.offsetParent,g=b,h=b.ownerDocument,l,v=h.documentElement,
K=h.body;h=h.defaultView;g=h.getComputedStyle(b,null);for(var F=b.offsetTop,S=b.offsetLeft;(b=b.parentNode)&&b!==K&&b!==v;){l=h.getComputedStyle(b,null);F-=b.scrollTop;S-=b.scrollLeft;if(b===d){F+=b.offsetTop;S+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.tagName))){F+=parseInt(l.borderTopWidth,10)||0;S+=parseInt(l.borderLeftWidth,10)||0}g=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&l.overflow!=="visible"){F+=
parseInt(l.borderTopWidth,10)||0;S+=parseInt(l.borderLeftWidth,10)||0}g=l}if(g.position==="relative"||g.position==="static"){F+=K.offsetTop;S+=K.offsetLeft}if(g.position==="fixed"){F+=Math.max(v.scrollTop,K.scrollTop);S+=Math.max(v.scrollLeft,K.scrollLeft)}return{top:F,left:S}};c.offset={initialize:function(){if(!this.initialized){var b=document.body,d=document.createElement("div"),g,h,l,v=b.style.marginTop;l='<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>';
g={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(h in g)d.style[h]=g[h];d.innerHTML=l;b.insertBefore(d,b.firstChild);g=d.firstChild;h=g.firstChild;l=g.nextSibling.firstChild.firstChild;this.doesNotAddBorder=h.offsetTop!==5;this.doesAddBorderForTableAndCells=l.offsetTop===5;g.style.overflow="hidden";g.style.position="relative";this.subtractsBorderForOverflowNotVisible=h.offsetTop===-5;b.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=
b.offsetTop===0;b.style.marginTop=v;b.removeChild(d);this.initialized=true}},bodyOffset:function(b){c.offset.initialized||c.offset.initialize();var d=b.offsetTop,g=b.offsetLeft;if(c.offset.doesNotIncludeMarginInBodyOffset){d+=parseInt(c.curCSS(b,"marginTop",true),10)||0;g+=parseInt(c.curCSS(b,"marginLeft",true),10)||0}return{top:d,left:g}}};c.fn.extend({position:function(){var b=0;b=0;var d;if(this[0]){d=this.offsetParent();b=this.offset();var g=/^body|html$/i.test(d[0].tagName)?{top:0,left:0}:d.offset();
b.top-=Q(this,"marginTop");b.left-=Q(this,"marginLeft");g.top+=Q(d,"borderTopWidth");g.left+=Q(d,"borderLeftWidth");d={top:b.top-g.top,left:b.left-g.left}}return d},offsetParent:function(){for(var b=this[0].offsetParent||document.body;b&&!/^body|html$/i.test(b.tagName)&&c.css(b,"position")=="static";)b=b.offsetParent;return c(b)}});c.each(["Left","Top"],function(b,d){var g="scroll"+d;c.fn[g]=function(h){if(!this[0])return null;return h!==f?this.each(function(){this==m||this==document?m.scrollTo(!b?
h:c(m).scrollLeft(),b?h:c(m).scrollTop()):(this[g]=h)}):this[0]==m||this[0]==document?self[b?"pageYOffset":"pageXOffset"]||c.boxModel&&document.documentElement[g]||document.body[g]:this[0][g]}});c.each(["Height","Width"],function(b,d){var g=b?"Left":"Top";b=b?"Right":"Bottom";var h=d.toLowerCase();c.fn["inner"+d]=function(){return this[0]?c.css(this[0],h,false,"padding"):null};c.fn["outer"+d]=function(v){return this[0]?c.css(this[0],h,false,v?"margin":"border"):null};var l=d.toLowerCase();c.fn[l]=
function(v){return this[0]==m?document.compatMode=="CSS1Compat"&&document.documentElement["client"+d]||document.body["client"+d]:this[0]==document?Math.max(document.documentElement["client"+d],document.body["scroll"+d],document.documentElement["scroll"+d],document.body["offset"+d],document.documentElement["offset"+d]):v===f?this.length?c.css(this[0],l):null:this.css(l,typeof v==="string"?v:v+"px")}})})();
(function(m){m.tools=m.tools||{};m.tools.tabs={version:"1.0.4",conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",api:false,rotate:false},addEffect:function(c,p){f[c]=p}};var f={"default":function(c,p){this.getPanes().hide().eq(c).show();p.call()},fade:function(c,p){var D=this.getConf(),B=D.fadeOutSpeed,E=this.getPanes();B?E.fadeOut(B):E.hide();E.eq(c).fadeIn(D.fadeInSpeed,p)},slide:function(c,p){this.getPanes().slideUp(200);this.getPanes().eq(c).slideDown(400,
p)},ajax:function(c,p){this.getPanes().eq(0).load(this.getTabs().eq(c).attr("href"),p)}},P;m.tools.tabs.addEffect("horizontal",function(c,p){P||(P=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){m(this).hide()});this.getPanes().eq(c).animate({width:P},function(){m(this).show();p.call()})});function M(c,p,D){var B=this,E=m(this),J;m.each(D,function(o,y){m.isFunction(y)&&E.bind(o,y)});m.extend(this,{click:function(o,y){var H=B.getCurrentPane();H=c.eq(o);if(typeof o==
"string"&&o.replace("#","")){H=c.filter("[href*="+o.replace("#","")+"]");o=Math.max(c.index(H),0)}if(D.rotate){var Q=c.length-1;if(o<0)return B.click(Q,y);if(o>Q)return B.click(0,y)}if(!H.length){if(J>=0)return B;o=D.initialIndex;H=c.eq(o)}if(o===J)return B;y=y||m.Event();y.type="onBeforeClick";E.trigger(y,[o]);if(!y.isDefaultPrevented()){f[D.effect].call(B,o,function(){y.type="onClick";E.trigger(y,[o])});y.type="onStart";E.trigger(y,[o]);if(!y.isDefaultPrevented()){J=o;c.removeClass(D.current);H.addClass(D.current);
return B}}},getConf:function(){return D},getTabs:function(){return c},getPanes:function(){return p},getCurrentPane:function(){return p.eq(J)},getCurrentTab:function(){return c.eq(J)},getIndex:function(){return J},next:function(){return B.click(J+1)},prev:function(){return B.click(J-1)},bind:function(o,y){E.bind(o,y);return B},onBeforeClick:function(o){return this.bind("onBeforeClick",o)},onClick:function(o){return this.bind("onClick",o)},unbind:function(o){E.unbind(o);return B}});c.each(function(o){m(this).bind(D.event,
function(y){B.click(o,y);return false})});if(location.hash)B.click(location.hash);else if(D.initialIndex===0||D.initialIndex>0)B.click(D.initialIndex);p.find("a[href^=#]").click(function(o){B.click(m(this).attr("href"),o)})}m.fn.tabs=function(c,p){var D=this.eq(typeof p=="number"?p:0).data("tabs");if(D)return D;if(m.isFunction(p))p={onBeforeClick:p};var B=m.extend({},m.tools.tabs.conf),E=this.length;p=m.extend(B,p);this.each(function(J){J=m(this);var o=J.find(p.tabs);o.length||(o=J.children());var y=
c.jquery?c:J.children(c);y.length||(y=E==1?m(c):J.parent().find(c));D=new M(o,y,p);J.data("tabs",D)});return p.api?D:this}})(jQuery);
(function(m){var f=[];m.tools=m.tools||{};m.tools.tooltip={version:"1.1.2",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(c,p,D){P[c]=[p,D]}};var P={toggle:[function(c){var p=this.getConf(),D=this.getTip();p=p.opacity;
p<1&&D.css({opacity:p});D.show();c.call()},function(c){this.getTip().hide();c.call()}],fade:[function(c){this.getTip().fadeIn(this.getConf().fadeInSpeed,c)},function(c){this.getTip().fadeOut(this.getConf().fadeOutSpeed,c)}]};function M(c,p){var D=this,B=m(this);c.data("tooltip",D);var E=c.next();if(p.tip){E=m(p.tip);if(E.length>1){E=c.nextAll(p.tip).eq(0);E.length||(E=c.parent().nextAll(p.tip).eq(0))}}function J(u){u=p.relative?c.position().top:c.offset().top;var O=p.relative?c.position().left:c.offset().left,
r=p.position[0];u-=E.outerHeight()-p.offset[0];O+=c.outerWidth()+p.offset[1];var w=E.outerHeight()+c.outerHeight();if(r=="center")u+=w/2;if(r=="bottom")u+=w;r=p.position[1];w=E.outerWidth()+c.outerWidth();if(r=="center")O-=w/2;if(r=="left")O-=w;return{top:u,left:O}}var o=c.is(":input"),y=o&&c.is(":checkbox, :radio, select, :button"),H=c.attr("type"),Q=p.events[H]||p.events[o?y?"widget":"input":"def"];Q=Q.split(/,\s*/);if(Q.length!=2)throw"Tooltip: bad events configuration for "+H;c.bind(Q[0],function(u){p.oneInstance&&
m.each(f,function(){this.hide()});var O=E.data("trigger");O&&O[0]!=this&&E.hide().stop(true,true);u.target=this;D.show(u);Q=p.events.tooltip.split(/,\s*/);E.bind(Q[0],function(){D.show(u)});Q[1]&&E.bind(Q[1],function(){D.hide(u)})});c.bind(Q[1],function(u){D.hide(u)});!m.browser.msie&&!o&&!p.predelay&&c.mousemove(function(){D.isShown()||c.triggerHandler("mouseover")});p.opacity<1&&E.css("opacity",p.opacity);var x=0,z=c.attr("title");if(z&&p.cancelDefault){c.removeAttr("title");c.data("title",z)}m.extend(D,
{show:function(u){if(u)c=m(u.target);clearTimeout(E.data("timer"));if(E.is(":animated")||E.is(":visible"))return D;function O(){E.data("trigger",c);var r=J(u);p.tip&&z&&E.html(c.data("title"));u=u||m.Event();u.type="onBeforeShow";B.trigger(u,[r]);if(u.isDefaultPrevented())return D;r=J(u);E.css({position:"absolute",top:r.top,left:r.left});r=P[p.effect];if(!r)throw'Nonexistent effect "'+p.effect+'"';r[0].call(D,function(){u.type="onShow";B.trigger(u)})}if(p.predelay){clearTimeout(x);x=setTimeout(O,
p.predelay)}else O();return D},hide:function(u){clearTimeout(E.data("timer"));clearTimeout(x);if(E.is(":visible")){function O(){u=u||m.Event();u.type="onBeforeHide";B.trigger(u);u.isDefaultPrevented()||P[p.effect][1].call(D,function(){u.type="onHide";B.trigger(u)})}p.delay&&u?E.data("timer",setTimeout(O,p.delay)):O();return D}},isShown:function(){return E.is(":visible, :animated")},getConf:function(){return p},getTip:function(){return E},getTrigger:function(){return c},bind:function(u,O){B.bind(u,
O);return D},onHide:function(u){return this.bind("onHide",u)},onBeforeShow:function(u){return this.bind("onBeforeShow",u)},onShow:function(u){return this.bind("onShow",u)},onBeforeHide:function(u){return this.bind("onBeforeHide",u)},unbind:function(u){B.unbind(u);return D}});m.each(p,function(u,O){m.isFunction(O)&&D.bind(u,O)})}m.prototype.tooltip=function(c){var p=this.eq(typeof c=="number"?c:0).data("tooltip");if(p)return p;var D=m.extend(true,{},m.tools.tooltip.conf);if(m.isFunction(c))c={onBeforeShow:c};
else if(typeof c=="string")c={tip:c};c=m.extend(true,D,c);if(typeof c.position=="string")c.position=c.position.split(/,?\s/);c.lazy!==false&&(c.lazy===true||this.length>20)?this.one("mouseover",function(B){p=new M(m(this),c);p.show(B);f.push(p)}):this.each(function(){p=new M(m(this),c);f.push(p)});return c.api?p:this}})(jQuery);
(function(m){m.tools=m.tools||{};m.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var f;function P(M,c){var p=this,D=m(this),B=!c.vertical,E=M.children(),J=0,o;f||(f=p);m.each(c,function(r,w){m.isFunction(w)&&D.bind(r,w)});if(E.length>
1)E=m(c.items,M);function y(r){var w=m(r);return c.globalNav?w:M.parent().find(r)}M.data("finder",y);var H=y(c.prev),Q=y(c.next),x=y(c.prevPage),z=y(c.nextPage);m.extend(p,{getIndex:function(){return J},getClickIndex:function(){var r=p.getItems();return r.index(r.filter("."+c.activeClass))},getConf:function(){return c},getSize:function(){return p.getItems().size()},getPageAmount:function(){return Math.ceil(this.getSize()/c.size)},getPageIndex:function(){return Math.ceil(J/c.size)},getNaviButtons:function(){return H.add(Q).add(x).add(z)},
getRoot:function(){return M},getItemWrap:function(){return E},getItems:function(){return E.children(c.item)},getVisibleItems:function(){return p.getItems().slice(J,J+c.size)},seekTo:function(r,w,R){if(r<0)r=0;if(J===r)return p;if(m.isFunction(w))R=w;if(r>p.getSize()-c.size)return c.loop?p.begin():this.end();var a=p.getItems().eq(r);if(!a.length)return p;var e=m.Event("onBeforeSeek");D.trigger(e,[r]);if(e.isDefaultPrevented())return p;if(w===undefined||m.isFunction(w))w=c.speed;function i(){R&&R.call(p,
r);D.trigger("onSeek",[r])}B?E.animate({left:-a.position().left},w,c.easing,i):E.animate({top:-a.position().top},w,c.easing,i);f=p;J=r;e=m.Event("onStart");D.trigger(e,[r]);if(e.isDefaultPrevented())return p;H.add(x).toggleClass(c.disabledClass,r===0);Q.add(z).toggleClass(c.disabledClass,r>=p.getSize()-c.size);return p},move:function(r,w,R){o=r>0;return this.seekTo(J+r,w,R)},next:function(r,w){return this.move(1,r,w)},prev:function(r,w){return this.move(-1,r,w)},movePage:function(r,w,R){o=r>0;var a=
c.size*r,e=J%c.size;if(e>0)a+=r>0?-e:c.size-e;return this.move(a,w,R)},prevPage:function(r,w){return this.movePage(-1,r,w)},nextPage:function(r,w){return this.movePage(1,r,w)},setPage:function(r,w,R){return this.seekTo(r*c.size,w,R)},begin:function(r,w){o=false;return this.seekTo(0,r,w)},end:function(r,w){o=true;var R=this.getSize()-c.size;return R>0?this.seekTo(R,r,w):p},reload:function(){D.trigger("onReload");return p},focus:function(){return f=p},click:function(r){var w=p.getItems().eq(r),R=c.activeClass,
a=c.size;if(r<0||r>=p.getSize())return p;if(a==1){if(c.loop)return p.next();if(r===0||r==p.getSize()-1)o=o===undefined?true:!o;return o===false?p.prev():p.next()}if(a==2){r==J&&r--;p.getItems().removeClass(R);w.addClass(R);return p.seekTo(r,time,fn)}if(!w.hasClass(R)){p.getItems().removeClass(R);w.addClass(R);w=Math.floor(a/2);w=r-w;if(w>p.getSize()-a)w=p.getSize()-a;if(w!==r)return p.seekTo(w)}return p},bind:function(r,w){D.bind(r,w);return p},unbind:function(r){D.unbind(r);return p}});m.each("onBeforeSeek,onStart,onSeek,onReload".split(","),
function(r,w){p[w]=function(R){return p.bind(w,R)}});H.addClass(c.disabledClass).click(function(){p.prev()});Q.click(function(){p.next()});z.click(function(){p.nextPage()});p.getSize()<c.size&&Q.add(z).addClass(c.disabledClass);x.addClass(c.disabledClass).click(function(){p.prevPage()});var u=c.hoverClass,O="keydown."+Math.random().toString().substring(10);p.onReload(function(){u&&p.getItems().hover(function(){m(this).addClass(u)},function(){m(this).removeClass(u)});c.clickable&&p.getItems().each(function(r){m(this).unbind("click.scrollable").bind("click.scrollable",
function(w){if(!m(w.target).is("a"))return p.click(r)})});c.keyboard?m(document).unbind(O).bind(O,function(r){if(!(r.altKey||r.ctrlKey))if(!(c.keyboard!="static"&&f!=p)){var w=c.keyboardSteps;if(B&&(r.keyCode==37||r.keyCode==39)){p.move(r.keyCode==37?-w:w);return r.preventDefault()}if(!B&&(r.keyCode==38||r.keyCode==40)){p.move(r.keyCode==38?-w:w);return r.preventDefault()}return true}}):m(document).unbind(O)});p.reload()}m.fn.scrollable=function(M){var c=this.eq(typeof M=="number"?M:0).data("scrollable");
if(c)return c;var p=m.extend({},m.tools.scrollable.conf);M=m.extend(p,M);M.keyboardSteps=M.keyboardSteps||M.size;this.each(function(){c=new P(m(this),M);m(this).data("scrollable",c)});return M.api?c:this}})(jQuery);
(function(m){m.tools=m.tools||{};m.tools.overlay={version:"1.1.2",addEffect:function(c,p,D){f[c]=[p,D]},conf:{top:"10%",left:"center",absolute:false,speed:"normal",closeSpeed:"fast",effect:"default",close:null,oneInstance:true,closeOnClick:true,closeOnEsc:true,api:false,expose:null,target:null}};var f={};m.tools.overlay.addEffect("default",function(c){this.getOverlay().fadeIn(this.getConf().speed,c)},function(c){this.getOverlay().fadeOut(this.getConf().closeSpeed,c)});var P=[];function M(c,p){var D=
this,B=m(this),E=m(window),J,o,y,H=p.expose&&m.tools.expose.version,Q=p.target||c.attr("rel");o=Q?m(Q):c;if(!o.length)throw"Could not find Overlay: "+Q;c&&c.index(o)==-1&&c.click(function(z){D.load(z);return z.preventDefault()});m.each(p,function(z,u){m.isFunction(u)&&B.bind(z,u)});m.extend(D,{load:function(z){if(D.isOpened())return D;var u=f[p.effect];if(!u)throw'Overlay: cannot find effect : "'+p.effect+'"';p.oneInstance&&m.each(P,function(){this.close(z)});z=z||m.Event();z.type="onBeforeLoad";
B.trigger(z);if(z.isDefaultPrevented())return D;y=true;H&&o.expose().load(z);var O=p.top,r=p.left,w=o.outerWidth({margin:true}),R=o.outerHeight({margin:true});if(typeof O=="string")O=O=="center"?Math.max((E.height()-R)/2,0):parseInt(O,10)/100*E.height();if(r=="center")r=Math.max((E.width()-w)/2,0);if(!p.absolute){O+=E.scrollTop();r+=E.scrollLeft()}o.css({top:O,left:r,position:"absolute"});z.type="onStart";B.trigger(z);u[0].call(D,function(){if(y){z.type="onLoad";B.trigger(z)}});p.closeOnClick&&m(document).bind("click.overlay",
function(a){if(D.isOpened()){var e=m(a.target);e.parents(o).length>1||m.each(P,function(){this.close(a)})}});p.closeOnEsc&&m(document).unbind("keydown.overlay").bind("keydown.overlay",function(a){a.keyCode==27&&m.each(P,function(){this.close(a)})});return D},close:function(z){if(!D.isOpened())return D;z=z||m.Event();z.type="onBeforeClose";B.trigger(z);if(!z.isDefaultPrevented()){y=false;f[p.effect][1].call(D,function(){z.type="onClose";B.trigger(z)});var u=true;m.each(P,function(){if(this.isOpened())u=
false});u&&m(document).unbind("click.overlay").unbind("keydown.overlay");return D}},getContent:function(){return o},getOverlay:function(){return o},getTrigger:function(){return c},getClosers:function(){return J},isOpened:function(){return y},getConf:function(){return p},bind:function(z,u){B.bind(z,u);return D},unbind:function(z){B.unbind(z);return D}});m.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(z,u){D[u]=function(O){return D.bind(u,O)}});if(H){if(typeof p.expose==
"string")p.expose={color:p.expose};m.extend(p.expose,{api:true,closeOnClick:p.closeOnClick,closeOnEsc:false});var x=o.expose(p.expose);x.onBeforeClose(function(z){D.close(z)});D.onClose(function(z){x.close(z)})}J=o.find(p.close||".close");if(!J.length&&!p.close){J=m('<div class="close"></div>');o.prepend(J)}J.click(function(z){D.close(z)})}m.fn.overlay=function(c){var p=this.eq(typeof c=="number"?c:0).data("overlay");if(p)return p;if(m.isFunction(c))c={onBeforeLoad:c};var D=m.extend({},m.tools.overlay.conf);
c=m.extend(true,D,c);this.each(function(){p=new M(m(this),c);P.push(p);m(this).data("overlay",p)});return c.api?p:this}})(jQuery);
(function(m){m.tools=m.tools||{};m.tools.expose={version:"1.0.5",conf:{maskId:null,loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,color:"#456",api:false}};function f(){if(m.browser.msie){var M=m(document).height(),c=m(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,M-c<20?c:M]}return[m(window).width(),m(document).height()]}function P(M,c){var p=this,D=m(this),B=null,E=false,J=0;m.each(c,function(o,
y){m.isFunction(y)&&D.bind(o,y)});m(window).resize(function(){p.fit()});m.extend(this,{getMask:function(){return B},getExposed:function(){return M},getConf:function(){return c},isLoaded:function(){return E},load:function(o){if(E)return p;J=M.eq(0).css("zIndex");if(c.maskId)B=m("#"+c.maskId);if(!B||!B.length){var y=f();B=m("<div/>").css({position:"absolute",top:0,left:0,width:y[0],height:y[1],display:"none",opacity:0,zIndex:c.zIndex});c.maskId&&B.attr("id",c.maskId);m("body").append(B);y=B.css("backgroundColor");
if(!y||y=="transparent"||y=="rgba(0, 0, 0, 0)")B.css("backgroundColor",c.color);c.closeOnEsc&&m(document).bind("keydown.unexpose",function(Q){Q.keyCode==27&&p.close()});c.closeOnClick&&B.bind("click.unexpose",function(Q){p.close(Q)})}o=o||m.Event();o.type="onBeforeLoad";D.trigger(o);if(o.isDefaultPrevented())return p;m.each(M,function(){var Q=m(this);/relative|absolute|fixed/i.test(Q.css("position"))||Q.css("position","relative")});M.css({zIndex:Math.max(c.zIndex+1,J=="auto"?0:J)});var H=B.height();
this.isLoaded()||B.css({opacity:0,display:"block"}).fadeTo(c.loadSpeed,c.opacity,function(){B.height()!=H&&B.css("height",H);o.type="onLoad";D.trigger(o)});E=true;return p},close:function(o){if(!E)return p;o=o||m.Event();o.type="onBeforeClose";D.trigger(o);if(o.isDefaultPrevented())return p;B.fadeOut(c.closeSpeed,function(){o.type="onClose";D.trigger(o);M.css({zIndex:m.browser.msie?J:null})});E=false;return p},fit:function(){if(B){var o=f();B.css({width:o[0],height:o[1]})}},bind:function(o,y){D.bind(o,
y);return p},unbind:function(o){D.unbind(o);return p}});m.each("onBeforeLoad,onLoad,onBeforeClose,onClose".split(","),function(o,y){p[y]=function(H){return p.bind(y,H)}})}m.fn.expose=function(M){var c=this.eq(typeof M=="number"?M:0).data("expose");if(c)return c;if(typeof M=="string")M={color:M};var p=m.extend({},m.tools.expose.conf);M=m.extend(p,M);this.each(function(){c=new P(m(this),M);m(this).data("expose",c)});return M.api?c:this}})(jQuery);
(function(m){m.fn.lightBox=function(f){f=jQuery.extend({overlayBgColor:"#000",overlayOpacity:0.8,fixedNavigation:false,imageLoading:"images/lightbox-ico-loading.gif",imageBtnPrev:"images/lightbox-btn-prev.gif",imageBtnNext:"images/lightbox-btn-next.gif",imageBtnClose:"images/lightbox-btn-close.gif",imageBlank:"images/lightbox-blank.gif",containerBorderSize:10,containerResizeSpeed:400,txtImage:"Image",txtOf:"of",keyToClose:"c",keyToPrev:"p",keyToNext:"n",imageArray:[],activeImage:0},f);var P=this;
function M(){c(this,P);return false}function c(w,R){m("embed, object, select").css({visibility:"hidden"});p();f.imageArray.length=0;f.activeImage=0;if(R.length==1)f.imageArray.push(new Array(w.getAttribute("href"),w.getAttribute("title")));else for(var a=0;a<R.length;a++)f.imageArray.push(new Array(R[a].getAttribute("href"),R[a].getAttribute("title")));for(;f.imageArray[f.activeImage][0]!=w.getAttribute("href");)f.activeImage++;D()}function p(){m("body").append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+
f.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+f.imageBtnClose+'"></a></div></div></div></div>');var w=u();m("#jquery-overlay").css({backgroundColor:f.overlayBgColor,opacity:f.overlayOpacity,width:w[0],
height:w[1]}).fadeIn();var R=O();m("#jquery-lightbox").css({top:R[1]+w[3]/10,left:R[0]}).show();m("#jquery-overlay,#jquery-lightbox").click(function(){z()});m("#lightbox-loading-link,#lightbox-secNav-btnClose").click(function(){z();return false});m(window).resize(function(){var a=u();m("#jquery-overlay").css({width:a[0],height:a[1]});var e=O();m("#jquery-lightbox").css({top:e[1]+a[3]/10,left:e[0]})})}function D(){m("#lightbox-loading").show();f.fixedNavigation?m("#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide():
m("#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber").hide();var w=new Image;w.onload=function(){m("#lightbox-image").attr("src",f.imageArray[f.activeImage][0]);B(w.width,w.height);w.onload=function(){}};w.src=f.imageArray[f.activeImage][0]}function B(w,R){var a=m("#lightbox-container-image-box").width(),e=m("#lightbox-container-image-box").height(),i=w+f.containerBorderSize*2,k=R+f.containerBorderSize*
2;a=a-i;e=e-k;m("#lightbox-container-image-box").animate({width:i,height:k},f.containerResizeSpeed,function(){E()});if(a==0&&e==0)m.browser.msie?r(250):r(100);m("#lightbox-container-image-data-box").css({width:w});m("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({height:R+f.containerBorderSize*2})}function E(){m("#lightbox-loading").hide();m("#lightbox-image").fadeIn(function(){J();o()});x()}function J(){m("#lightbox-container-image-data-box").slideDown("fast");m("#lightbox-image-details-caption").hide();
f.imageArray[f.activeImage][1]&&m("#lightbox-image-details-caption").html(f.imageArray[f.activeImage][1]).show();f.imageArray.length>1&&m("#lightbox-image-details-currentNumber").html(f.txtImage+" "+(f.activeImage+1)+" "+f.txtOf+" "+f.imageArray.length).show()}function o(){m("#lightbox-nav").show();m("#lightbox-nav-btnPrev,#lightbox-nav-btnNext").css({background:"transparent url("+f.imageBlank+") no-repeat"});if(f.activeImage!=0)f.fixedNavigation?m("#lightbox-nav-btnPrev").css({background:"url("+
f.imageBtnPrev+") left 15% no-repeat"}).unbind().bind("click",function(){f.activeImage-=1;D();return false}):m("#lightbox-nav-btnPrev").unbind().hover(function(){m(this).css({background:"url("+f.imageBtnPrev+") left 15% no-repeat"})},function(){m(this).css({background:"transparent url("+f.imageBlank+") no-repeat"})}).show().bind("click",function(){f.activeImage-=1;D();return false});if(f.activeImage!=f.imageArray.length-1)f.fixedNavigation?m("#lightbox-nav-btnNext").css({background:"url("+f.imageBtnNext+
") right 15% no-repeat"}).unbind().bind("click",function(){f.activeImage+=1;D();return false}):m("#lightbox-nav-btnNext").unbind().hover(function(){m(this).css({background:"url("+f.imageBtnNext+") right 15% no-repeat"})},function(){m(this).css({background:"transparent url("+f.imageBlank+") no-repeat"})}).show().bind("click",function(){f.activeImage+=1;D();return false});y()}function y(){m(document).keydown(function(w){Q(w)})}function H(){m(document).unbind()}function Q(w){if(w==null){keycode=event.keyCode;
escapeKey=27}else{keycode=w.keyCode;escapeKey=w.DOM_VK_ESCAPE}key=String.fromCharCode(keycode).toLowerCase();if(key==f.keyToClose||key=="x"||keycode==escapeKey)z();if(key==f.keyToPrev||keycode==37)if(f.activeImage!=0){f.activeImage-=1;D();H()}if(key==f.keyToNext||keycode==39)if(f.activeImage!=f.imageArray.length-1){f.activeImage+=1;D();H()}}function x(){if(f.imageArray.length-1>f.activeImage){objNext=new Image;objNext.src=f.imageArray[f.activeImage+1][0]}if(f.activeImage>0){objPrev=new Image;objPrev.src=
f.imageArray[f.activeImage-1][0]}}function z(){m("#jquery-lightbox").remove();m("#jquery-overlay").fadeOut(function(){m("#jquery-overlay").remove()});m("embed, object, select").css({visibility:"visible"})}function u(){var w,R;if(window.innerHeight&&window.scrollMaxY){w=window.innerWidth+window.scrollMaxX;R=window.innerHeight+window.scrollMaxY}else if(document.body.scrollHeight>document.body.offsetHeight){w=document.body.scrollWidth;R=document.body.scrollHeight}else{w=document.body.offsetWidth;R=document.body.offsetHeight}var a,
e;if(self.innerHeight){a=document.documentElement.clientWidth?document.documentElement.clientWidth:self.innerWidth;e=self.innerHeight}else if(document.documentElement&&document.documentElement.clientHeight){a=document.documentElement.clientWidth;e=document.documentElement.clientHeight}else if(document.body){a=document.body.clientWidth;e=document.body.clientHeight}pageHeight=R<e?e:R;pageWidth=w<a?w:a;return arrayPageSize=new Array(pageWidth,pageHeight,a,e)}function O(){var w,R;if(self.pageYOffset){R=
self.pageYOffset;w=self.pageXOffset}else if(document.documentElement&&document.documentElement.scrollTop){R=document.documentElement.scrollTop;w=document.documentElement.scrollLeft}else if(document.body){R=document.body.scrollTop;w=document.body.scrollLeft}return arrayPageScroll=new Array(w,R)}function r(w){var R=new Date;a=null;do var a=new Date;while(a-R<w)}return this.unbind("click").click(M)}})(jQuery);
(function(){function m(P){for(var M=["transform","WebkitTransform","MozTransform"],c;c=M.shift();)if(typeof P.style[c]!="undefined")return c;return"transform"}var f=jQuery.fn.css;jQuery.fn.css=function(P,M){if(P=="transform"){if(typeof jQuery.props[P]=="undefined")jQuery.props[P]=m(this.get(0));P=jQuery.props[P]}return f.apply(this,arguments)}})();$(function(){$("#sieImg").lightBox();$("#regenImg").lightBox()});function rotate(){$("#regen").rotate3Di("toggle",2000,{sideChange:mySideChange})}
function mySideChange(m){if(m){m=$("#regen").html();$(this).html(m)}else{m=$("#regen2").html();$(this).html(m)}}function displayContactForm(){$(".contactMe").overlay({expose:{color:"#000",loadSpeed:200,opacity:0.7},closeOnClick:false})}function displayBlog(){$(".blog").overlay({expose:{color:"#000",loadSpeed:200,opacity:0.7},closeOnClick:false})}function displayMovie(){$(".movie").overlay({expose:{color:"#000",loadSpeed:200,opacity:0.7},closeOnClick:false})}
function displayAbout(){$(".about").overlay({expose:{color:"#000",loadSpeed:200,opacity:0.7},closeOnClick:false})}function loadOverlays(){displayContactForm();displayBlog();displayAbout();displayMovie()}function checkMail(m){var f=/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;if(f.test(m))return true;return false}
function subForm(){$("#nameError").remove();$("#mailError").remove();var m=$("#submitForm").attr("href"),f=$("input:text[name='contactName']").val(),P=$("input:text[name='e-mail']").val(),M=$("textarea").val(),c=true;if(f==""){$("#contactName").after("<span id='nameError' class='error'>Please enter your name.</span>");c=false}if(!checkMail(P)){$("#e-mail").after("<span id='mailError' class='error'>Please enter a valid E-mail address.</span>");c=false}if(c){$("#contactForm").after("<div id='success'></div>");
$("#contactForm").hide();$("#success").append("<img id='theImg' src='images/lightbox-ico-loading.gif' style='padding-left:225px;padding-top:150px' />");$("#success").load(m,{name:f,email:P,mailText:M})}return false}
(function(){function m(x){console.log("$f.fireEvent",[].slice.call(x))}function f(x){if(!x||typeof x!="object")return x;var z=new x.constructor;for(var u in x)if(x.hasOwnProperty(u))z[u]=f(x[u]);return z}function P(x,z){if(x){var u,O=0,r=x.length;if(r===undefined)for(u in x){if(z.call(x[u],u,x[u])===false)break}else for(u=x[0];O<r&&z.call(u,O,u)!==false;u=x[++O]);return x}}function M(x){return document.getElementById(x)}function c(x,z,u){if(typeof z!="object")return x;x&&z&&P(z,function(O,r){if(!u||
typeof r!="function")x[O]=r});return x}function p(x){var z=x.indexOf(".");if(z!=-1){var u=x.substring(0,z)||"*",O=x.substring(z+1,x.length),r=[];P(document.getElementsByTagName(u),function(){this.className&&this.className.indexOf(O)!=-1&&r.push(this)});return r}}function D(x){x=x||window.event;if(x.preventDefault){x.stopPropagation();x.preventDefault()}else{x.returnValue=false;x.cancelBubble=true}return false}function B(x,z,u){x[z]=x[z]||[];x[z].push(u)}function E(){return"_"+(""+Math.random()).substring(2,
10)}function J(x,z,u){function O(){function d(h){!r.isLoaded()&&r._fireEvent("onBeforeClick")!==false&&r.load();return D(h)}if($f(x)){$f(x).getParent().innerHTML="";A=$f(x).getIndex();Q[A]=r}else{Q.push(r);A=Q.length-1}b=parseInt(x.style.height,10)||x.clientHeight;if(typeof z=="string")z={src:z};t=x.id||"fp"+E();q=z.id||t+"_api";z.id=q;u.playerId=t;if(typeof u=="string")u={clip:{url:u}};if(typeof u.clip=="string")u.clip={url:u.clip};u.clip=u.clip||{};if(x.getAttribute("href",2)&&!u.clip.url)u.clip.url=
x.getAttribute("href",2);a=new y(u.clip,-1,r);u.playlist=u.playlist||[u.clip];var g=0;P(u.playlist,function(){var h=this;if(typeof h=="object"&&h.length)h={url:""+h};P(u.clip,function(l,v){if(v!==undefined&&h[l]===undefined&&typeof v!="function")h[l]=v});u.playlist[g]=h;h=new y(h,g,r);e.push(h);g++});P(u,function(h,l){if(typeof l=="function"){a[h]?a[h](l):B(k,h,l);delete u[h]}});P(u.plugins,function(h,l){if(l)i[h]=new H(h,l,r)});if(!u.plugins||u.plugins.controls===undefined)i.controls=new H("controls",
null,r);i.canvas=new H("canvas",null,r);z.bgcolor=z.bgcolor||"#000000";z.version=z.version||[9,0];z.expressInstall="http://www.flowplayer.org/swf/expressinstall.swf";R=x.innerHTML;if(R.replace(/\s/g,"")!=="")if(x.addEventListener)x.addEventListener("click",d,false);else x.attachEvent&&x.attachEvent("onclick",d);else{x.addEventListener&&x.addEventListener("click",D,false);r.load()}}var r=this,w=null,R,a,e=[],i={},k={},t,q,A,G,I,b;c(r,{id:function(){return t},isLoaded:function(){return w!==null},getParent:function(){return x},
hide:function(d){if(d)x.style.height="0px";if(w)w.style.height="0px";return r},show:function(){x.style.height=b+"px";if(w)w.style.height=I+"px";return r},isHidden:function(){return w&&parseInt(w.style.height,10)===0},load:function(d){if(!w&&r._fireEvent("onBeforeLoad")!==false){P(Q,function(){this.unload()});if((R=x.innerHTML)&&!flashembed.isSupported(z.version))x.innerHTML="";flashembed(x,z,{config:u});if(d){d.cached=true;B(k,"onLoad",d)}}return r},unload:function(){if(R.replace(/\s/g,"")!==""){if(r._fireEvent("onBeforeUnload")===
false)return r;try{if(w){w.fp_close();r._fireEvent("onUnload")}}catch(d){}w=null;x.innerHTML=R}return r},getClip:function(d){if(d===undefined)d=G;return e[d]},getCommonClip:function(){return a},getPlaylist:function(){return e},getPlugin:function(d){var g=i[d];if(!g&&r.isLoaded()){var h=r._api().fp_getPlugin(d);if(h){g=new H(d,h,r);i[d]=g}}return g},getScreen:function(){return r.getPlugin("screen")},getControls:function(){return r.getPlugin("controls")},getConfig:function(d){return d?f(u):u},getFlashParams:function(){return z},
loadPlugin:function(d,g,h,l){if(typeof h=="function"){l=h;h={}}var v=l?E():"_";r._api().fp_loadPlugin(d,g,h,v);g={};g[v]=l;l=new H(d,null,r,g);return i[d]=l},getState:function(){return w?w.fp_getState():-1},play:function(d,g){function h(){d!==undefined?r._api().fp_play(d,g):r._api().fp_play()}w?h():r.load(function(){h()});return r},getVersion:function(){if(w){var d=w.fp_getVersion();d.push("flowplayer.js 3.1.4");return d}return"flowplayer.js 3.1.4"},_api:function(){if(!w)throw"Flowplayer "+r.id()+
" not loaded when calling an API method";return w},setClip:function(d){r.setPlaylist([d]);return r},getIndex:function(){return A}});P("Click*,Load*,Unload*,Keypress*,Volume*,Mute*,Unmute*,PlaylistReplace,ClipAdd,Fullscreen*,FullscreenExit,Error,MouseOver,MouseOut".split(","),function(){var d="on"+this;if(d.indexOf("*")!=-1){d=d.substring(0,d.length-1);var g="onBefore"+d.substring(2);r[g]=function(h){B(k,g,h);return r}}r[d]=function(h){B(k,d,h);return r}});P("pause,resume,mute,unmute,stop,toggle,seek,getStatus,getVolume,setVolume,getTime,isPaused,isPlaying,startBuffering,stopBuffering,isFullscreen,toggleFullscreen,reset,close,setPlaylist,addClip,playFeed".split(","),
function(){var d=this;r[d]=function(g,h){if(!w)return r;var l=null;l=g!==undefined&&h!==undefined?w["fp_"+d](g,h):g===undefined?w["fp_"+d]():w["fp_"+d](g);return l==="undefined"||l===undefined?r:l}});r._fireEvent=function(d){if(typeof d=="string")d=[d];var g=d[0],h=d[1],l=d[2],v=d[3],K=0;u.debug&&m(d);if(!w&&g=="onLoad"&&h=="player"){w=w||M(q);I=w.clientHeight;P(e,function(){this._fireEvent("onLoad")});P(i,function(W,X){X._fireEvent("onUpdate")});a._fireEvent("onLoad")}if(!(g=="onLoad"&&h!="player")){if(g==
"onError")if(typeof h=="string"||typeof h=="number"&&typeof l=="number"){h=l;l=v}if(g=="onContextMenu")P(u.contextMenu[h],function(W,X){X.call(r)});else if(g=="onPluginEvent"){if(v=i[h.name||h]){v._fireEvent("onUpdate",h);v._fireEvent(l,d.slice(3))}}else{if(g=="onPlaylistReplace"){e=[];var F=0;P(h,function(){e.push(new y(this,F++,r))})}if(g=="onClipAdd"){if(h.isInStream)return;h=new y(h,l,r);e.splice(l,0,h);for(K=l+1;K<e.length;K++)e[K].index++}var S=true;if(typeof h=="number"&&h<e.length){G=h;if(d=
e[h])S=d._fireEvent(g,l,v);if(!d||S!==false)S=a._fireEvent(g,l,v,d)}P(k[g],function(){S=this.call(r,h,l);this.cached&&k[g].splice(K,1);if(S===false)return false;K++});return S}}};typeof x=="string"?flashembed.domReady(function(){var d=M(x);if(d){x=d;O()}else throw"Flowplayer cannot access element: "+x;}):O()}function o(x){this.length=x.length;this.each=function(z){P(x,z)};this.size=function(){return x.length}}function y(x,z,u){var O=this,r={},w={};O.index=z;if(typeof x=="string")x={url:x};c(this,
x,true);P("Begin*,Start,Pause*,Resume*,Seek*,Stop*,Finish*,LastSecond,Update,BufferFull,BufferEmpty,BufferStop".split(","),function(){var a="on"+this;if(a.indexOf("*")!=-1){a=a.substring(0,a.length-1);var e="onBefore"+a.substring(2);O[e]=function(i){B(w,e,i);return O}}O[a]=function(i){B(w,a,i);return O};if(z==-1){if(O[e])u[e]=O[e];if(O[a])u[a]=O[a]}});c(this,{onCuepoint:function(a,e){if(arguments.length==1){r.embedded=[null,a];return O}if(typeof a=="number")a=[a];var i=E();r[i]=[a,e];u.isLoaded()&&
u._api().fp_addCuepoints(a,z,i);return O},update:function(a){c(O,a);u.isLoaded()&&u._api().fp_updateClip(a,z);var e=u.getConfig();c(z==-1?e.clip:e.playlist[z],a,true)},_fireEvent:function(a,e,i,k){if(a=="onLoad"){P(r,function(A,G){G[0]&&u._api().fp_addCuepoints(G[0],z,A)});return false}k=k||O;if(a=="onCuepoint"){var t=r[e];if(t)return t[1].call(u,k,i)}if(e&&"onBeforeBegin,onMetaData,onStart,onUpdate,onResume".indexOf(a)!=-1){c(k,e);if(e.metaData)if(k.duration)k.fullDuration=e.metaData.duration;else k.duration=
e.metaData.duration}var q=true;P(w[a],function(){q=this.call(u,k,e,i)});return q}});if(x.onCuepoint){var R=x.onCuepoint;O.onCuepoint.apply(O,typeof R=="function"?[R]:R);delete x.onCuepoint}P(x,function(a,e){if(typeof e=="function"){B(w,a,e);delete x[a]}});if(z==-1)u.onCuepoint=this.onCuepoint}function H(x,z,u,O){var r={},w=this,R=false;O&&c(r,O);P(z,function(a,e){if(typeof e=="function"){r[a]=e;delete z[a]}});c(this,{animate:function(a,e,i){if(!a)return w;if(typeof e=="function"){i=e;e=500}if(typeof a==
"string"){var k=a;a={};a[k]=e;e=500}if(i){var t=E();r[t]=i}if(e===undefined)e=500;z=u._api().fp_animate(x,a,e,t);return w},css:function(a,e){if(e!==undefined){var i={};i[a]=e;a=i}z=u._api().fp_css(x,a);c(w,z);return w},show:function(){this.display="block";u._api().fp_showPlugin(x);return w},hide:function(){this.display="none";u._api().fp_hidePlugin(x);return w},toggle:function(){this.display=u._api().fp_togglePlugin(x);return w},fadeTo:function(a,e,i){if(typeof e=="function"){i=e;e=500}if(i){var k=
E();r[k]=i}this.display=u._api().fp_fadeTo(x,a,e,k);this.opacity=a;return w},fadeIn:function(a,e){return w.fadeTo(1,a,e)},fadeOut:function(a,e){return w.fadeTo(0,a,e)},getName:function(){return x},getPlayer:function(){return u},_fireEvent:function(a,e){if(a=="onUpdate"){var i=u._api().fp_getPlugin(x);if(!i)return;c(w,i);delete w.methods;if(!R){P(i.methods,function(){var k=""+this;w[k]=function(){var t=[].slice.call(arguments);t=u._api().fp_invoke(x,k,t);return t==="undefined"||t===undefined?w:t}});
R=true}}if(i=r[a]){i.apply(w,e);a.substring(0,1)=="_"&&delete r[a]}}})}var Q=[];window.flowplayer=window.$f=function(){var x=null,z=arguments[0];if(!arguments.length){P(Q,function(){if(this.isLoaded()){x=this;return false}});return x||Q[0]}if(arguments.length==1)if(typeof z=="number")return Q[z];else{if(z=="*")return new o(Q);P(Q,function(){if(this.id()==z.id||this.id()==z||this.getParent()==z){x=this;return false}});return x}if(arguments.length>1){var u=arguments[1],O=arguments.length==3?arguments[2]:
{};if(typeof z=="string")if(z.indexOf(".")!=-1){var r=[];P(p(z),function(){r.push(new J(this,f(u),f(O)))});return new o(r)}else{var w=M(z);return new J(w!==null?w:z,u,O)}else if(z)return new J(z,u,O)}return null};c(window.$f,{fireEvent:function(){var x=[].slice.call(arguments),z=$f(x[0]);return z?z._fireEvent(x.slice(1)):null},addPlugin:function(x,z){J.prototype[x]=z;return $f},each:P,extend:c});if(typeof jQuery=="function")jQuery.prototype.flowplayer=function(x,z){if(!arguments.length||typeof arguments[0]==
"number"){var u=[];this.each(function(){var O=$f(this);O&&u.push(O)});return arguments.length?u[arguments[0]]:new o(u)}return this.each(function(){$f(this,f(x),z?f(z):{})})}})();
(function(){function m(){if(J.done)return false;var o=document;if(o&&o.getElementsByTagName&&o.getElementById&&o.body){clearInterval(J.timer);J.timer=null;for(o=0;o<J.ready.length;o++)J.ready[o].call();J.ready=null;J.done=true}}function f(o,y){if(y)for(key in y)if(y.hasOwnProperty(key))o[key]=y[key];return o}function P(o){switch(M(o)){case "string":o=o.replace(new RegExp('(["\\\\])',"g"),"\\$1");o=o.replace(/^\s?(\d+)%/,"$1pct");return'"'+o+'"';case "array":return"["+c(o,function(Q){return P(Q)}).join(",")+
"]";case "function":return'"function()"';case "object":var y=[];for(var H in o)o.hasOwnProperty(H)&&y.push('"'+H+'":'+P(o[H]));return"{"+y.join(",")+"}"}return String(o).replace(/\s/g," ").replace(/\'/g,'"')}function M(o){if(o===null||o===undefined)return false;var y=typeof o;return y=="object"&&o.push?"array":y}function c(o,y){var H=[];for(var Q in o)if(o.hasOwnProperty(Q))H[Q]=y(o[Q]);return H}function p(o,y){var H=f({},o),Q=document.all;o='<object width="'+H.width+'" height="'+H.height+'"';if(Q&&
!H.id)H.id="_"+(""+Math.random()).substring(9);if(H.id)o+=' id="'+H.id+'"';if(H.cachebusting)H.src+=(H.src.indexOf("?")!=-1?"&":"?")+Math.random();o+=H.w3c||!Q?' data="'+H.src+'" type="application/x-shockwave-flash"':' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';o+=">";if(H.w3c||Q)o+='<param name="movie" value="'+H.src+'" />';H.width=H.height=H.id=H.w3c=H.src=null;for(var x in H)if(H[x]!==null)o+='<param name="'+x+'" value="'+H[x]+'" />';x="";if(y){for(var z in y)if(y[z]!==null)x+=z+"="+
(typeof y[z]=="object"?P(y[z]):y[z])+"&";x=x.substring(0,x.length-1);o+='<param name="flashvars" value=\''+x+"' />"}o+="</object>";return o}function D(o,y,H){var Q=flashembed.getVersion();f(this,{getContainer:function(){return o},getConf:function(){return y},getVersion:function(){return Q},getFlashvars:function(){return H},getApi:function(){return o.firstChild},getHTML:function(){return p(y,H)}});var x=y.version,z=y.expressInstall,u=!x||flashembed.isSupported(x);if(u){y.onFail=y.version=y.expressInstall=
null;o.innerHTML=p(y,H)}else if(x&&z&&flashembed.isSupported([6,65])){f(y,{src:z});H={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};o.innerHTML=p(y,H)}else if(o.innerHTML.replace(/\s/g,"")===""){o.innerHTML="<h2>Flash version "+x+" or greater is required</h2><h3>"+(Q[0]>0?"Your version is "+Q:"You have no flash plugin installed")+"</h3>"+(o.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");
if(o.tagName=="A")o.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}if(!u&&y.onFail){x=y.onFail.call(this);if(typeof x=="string")o.innerHTML=x}if(document.all)window[y.id]=document.getElementById(y.id)}var B=typeof jQuery=="function",E={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(B){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",
conf:E}}var J=B?jQuery:function(o){if(J.done)return o();if(J.timer)J.ready.push(o);else{J.ready=[o];J.timer=setInterval(m,13)}};window.attachEvent&&window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}});window.flashembed=function(o,y,H){if(typeof o=="string"){var Q=document.getElementById(o);if(Q)o=Q;else{J(function(){flashembed(o,y,H)});return}}if(o){if(typeof y=="string")y={src:y};Q=f({},E);f(Q,y);return new D(o,Q,H)}};f(window.flashembed,
{getVersion:function(){var o=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var y=navigator.plugins["Shockwave Flash"].description;if(typeof y!="undefined"){y=y.replace(/^.*\s+(\S+\s+\S+$)/,"$1");o=parseInt(y.replace(/^(.*)\..*$/,"$1"),10);y=/r/.test(y)?parseInt(y.replace(/^.*r(.*)$/,"$1"),10):0;o=[o,y]}}else if(window.ActiveXObject){try{y=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(H){try{y=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");o=
[6,0];y.AllowScriptAccess="always"}catch(Q){if(o[0]==6)return o}try{y=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(x){}}if(typeof y=="object"){y=y.GetVariable("$version");if(typeof y!="undefined"){y=y.replace(/^\S+\s+(.*)$/,"$1").split(",");o=[parseInt(y[0],10),parseInt(y[2],10)]}}}return o},isSupported:function(o){var y=flashembed.getVersion();return y[0]>o[0]||y[0]==o[0]&&y[1]>=o[1]},domReady:J,asString:P,getHTML:p});if(B)jQuery.fn.flashembed=function(o,y){var H=null;this.each(function(){H=
flashembed(this,o,y)});return o.api===false?this:H}})();
(function(){function m(){if(!B){B=true;if(E){for(var J=0;J<E.length;J++)E[J].call(window,[]);E=[]}}}function f(J){var o=window.onload;window.onload=typeof window.onload!="function"?J:function(){o&&o();J()}}function P(){if(!D){D=true;document.addEventListener&&!p.opera&&document.addEventListener("DOMContentLoaded",m,false);p.msie&&window==top&&function(){if(!B){try{document.documentElement.doScroll("left")}catch(o){setTimeout(arguments.callee,0);return}m()}}();p.opera&&document.addEventListener("DOMContentLoaded",
function(){if(!B){for(var o=0;o<document.styleSheets.length;o++)if(document.styleSheets[o].disabled){setTimeout(arguments.callee,0);return}m()}},false);if(p.safari){var J;(function(){if(!B)if(document.readyState!="loaded"&&document.readyState!="complete")setTimeout(arguments.callee,0);else{if(J===undefined){for(var o=document.getElementsByTagName("link"),y=0;y<o.length;y++)o[y].getAttribute("rel")=="stylesheet"&&J++;o=document.getElementsByTagName("style");J+=o.length}document.styleSheets.length!=
J?setTimeout(arguments.callee,0):m()}})()}f(m)}}var M=window.DomReady={},c=navigator.userAgent.toLowerCase(),p={version:(c.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(c),opera:/opera/.test(c),msie:/msie/.test(c)&&!/opera/.test(c),mozilla:/mozilla/.test(c)&&!/(compatible|webkit)/.test(c)},D=false,B=false,E=[];M.ready=function(J){P();B?J.call(window,[]):E.push(function(){return J.call(window,[])})};P()})();
(function(m,f){function P(B,E){for(var J=[],o=0;o<B.length;o++)J.push(B[o]);for(o=0;o<J.length;o++)E(J[o])}function M(){P(f.getElementsByTagName("video"),function(B){var E=true;if(B.canPlayType)if(B.src&&B.canPlayType(c(B.src)))E=false;else P(B.getElementsByTagName("source"),function(J){if(B.canPlayType(c(J.src,J.type)))E=false});E&&M.createVideoFallback(B)})}function c(B,E){if(E)return E;return{avi:M.H264_FORMAT,mp4:M.H264_FORMAT,mkv:M.H264_FORMAT,h264:M.H264_FORMAT,"264":M.H264_FORMAT,avc:M.H264_FORMAT,
m4v:M.H264_FORMAT,"3gp":M.H264_FORMAT,"3gpp":M.H264_FORMAT,"3g2":M.H264_FORMAT,ogg:M.THEORA_FORMAT,ogv:M.THEORA_FORMAT}[B.split(".").slice(-1)[0]]||M.assumedFormat}function p(B,E){B=B.getAttribute(E);return B==true||typeof B=="string"}f.createElement("video").canPlayType||P(["abbr","article","aside","audio","canvas","details","figcaption","figure","footer","header","hgroup","mark","menu","meter","nav","output","progress","section","summary","time","video","source"],function(B){f.createElement(B)});
var D="";P(f.getElementsByTagName("script"),function(B){B=B.src;if(B.substr(B.length-17)=="html5media.min.js")D=B.split("/").slice(0,-1).join("/")+"/"});M.flowplayerSwf=D+"flowplayer.swf";M.flowplayerControlsSwf=D+"flowplayer.controls.swf";M.H264_FORMAT='video/mp4; codecs="avc1.42E01E, mp4a.40.2"';M.THEORA_FORMAT='video/ogg; codecs="theora, vorbis"';M.assumedFormat=M.H264_FORMAT;M.createVideoFallback=function(B){function E(z){if(z.substr(0,1)=="/")return J+z;return z}var J=m.location.protocol+"//"+
m.location.host,o=E(B.getAttribute("poster")||""),y=B.getAttribute("src");y||P(B.getElementsByTagName("source"),function(z){if(c(z.getAttribute("src"),z.getAttribute("type")).substr(0,9)=="video/mp4")y=z.getAttribute("src")});y=E(y||"");var H=f.createElement("div");H.id=B.id;H.className=B.className;H.title=B.title;H.style.width=B.getAttribute("width")+"px";H.style.height=B.getAttribute("height")+"px";B.parentNode.replaceChild(H,B);var Q=null;if(p(B,"controls"))Q={url:M.flowplayerControlsSwf,fullscreen:false,
autoHide:"always"};var x=[];o&&x.push({url:o});y&&x.push({url:y,autoPlay:p(B,"autoplay"),autoBuffering:p(B,"autobuffer"),onBeforeFinish:function(){return!p(B,"loop")}});flowplayer(H,M.flowplayerSwf,{play:null,playlist:x,clip:{scaling:"fit",fadeInSpeed:0,fadeOutSpeed:0},plugins:{controls:Q}})};DomReady.ready(M);m.html5media=M})(this,document);(function(m,f){m.html5media=f})(jQuery,html5media);
