if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};jQuery.classBehaviours.handlers.popUpLayer={name:"popUpLayer",start:function(a){if(a.nodeName=="IFRAME"){if(navigator.userAgent.indexOf("MSIE 6")>-1)a.style.height=document.body.offsetHeight+"px";setTimeout("document.getElementById('"+a.id+"').style.visibility = 'visible';",200)}}};jQuery.classBehaviours.handlers.popUpBackground={name:"popUpBackground",start:function(a){if(navigator.userAgent.indexOf("MSIE 6")>-1)a.style.height=document.body.offsetHeight+"px"}};jQuery.classBehaviours.handlers.openPopUpLayer={name:"openPopUpLayer",start:function(a){a.onmouseup=this.open},open:function(){jQuery.classBehaviours.utilities.setClassParameter(document.body,"popup","open")}};jQuery.classBehaviours.handlers.openPopUpIframe={name:"openPopUpIframe",start:function(a){a.onclick=this.openInFrame;a.setAttribute("target","_self");autoOpen=jQuery.classBehaviours.utilities.getClassParameter(a,"auto");autoOpen=="yes"&&this.openInFrame(a)},openInFrame:function(b){var a=typeof this.nodeName=="undefined"?b:this;iframeName=jQuery.classBehaviours.utilities.getClassParameter(a,"id")+"0";iframeObject=document.getElementById(iframeName);if(iframeObject==null){newIframe=document.createElement("IFRAME");newIframe.setAttribute("name",iframeName);newIframe.setAttribute("id",iframeName);newIframe.setAttribute("class","popUpLayer");newIframe.setAttribute("allowtransparency","true");newIframe.setAttribute("scrolling","no");newIframe.setAttribute("frameborder","no");newIframe.setAttribute("style","visibility:hidden;");newIframe.setAttribute("src",a.href);newIframe.className="popUpLayer";newIframe.allowTransparency=true;document.body.appendChild(newIframe);jQuery.classBehaviours.handlers.popUpLayer.start(document.getElementById(iframeName))}else{document.getElementById(iframeName).style.visibility="hidden";window.frames[iframeName].document.location.href=a.href;jQuery.classBehaviours.handlers.popUpLayer.start(document.getElementById(iframeName))}jQuery.classBehaviours.utilities.setClassParameter(document.body,"popup","open");return false}};jQuery.classBehaviours.handlers.closePopUpLayer={name:"closePopUpLayer",start:function(a){if(parent!=self)a.onmousedown=this.closeInParent;else a.onmousedown=this.closeInSelf},closeInParent:function(c){var b=typeof this.nodeName=="undefined"?c:this;timeToWait=jQuery.classBehaviours.utilities.getClassParameter(b,"wait");allPopUps=parent.jQuery.classBehaviours.utilities.getElementsByClassName("popUpLayer");for(var a=0;a<allPopUps.length;a++)allPopUps[a].nodeName=="IFRAME"&&setTimeout("parent.document.getElementById('"+allPopUps[a].id+"').style.visibility = 'hidden';parent.document.getElementById('"+allPopUps[a].id+"').src = '';",timeToWait);jQuery.classBehaviours.utilities.setClassParameter(parent.document.body,"popup","close");return false},closeInSelf:function(a){var b=typeof this.nodeName=="undefined"?a:this;jQuery.classBehaviours.utilities.setClassParameter(document.body,"popup","close");return false}};if(typeof jQuery.fn!="undefined"){jQuery.fn.popUpLayer=function(){return this.each(function(){jQuery.classBehaviours.handlers.popUpLayer.start(this)})};jQuery.fn.popUpBackground=function(){return this.each(function(){jQuery.classBehaviours.handlers.popUpBackground.start(this)})};jQuery.fn.openPopUpLayer=function(){return this.each(function(){jQuery.classBehaviours.handlers.openPopUpLayer.start(this)})};jQuery.fn.openPopUpIframe=function(){return this.each(function(){jQuery.classBehaviours.handlers.openPopUpIframe.start(this)})};jQuery.fn.closePopUpLayer=function(){return this.each(function(){jQuery.classBehaviours.handlers.closePopUpLayer.start(this)})};$(document).ready(function(){$(".popUpLayer").popUpLayer();$(".popUpBackground").popUpBackground();$(".openPopUpLayer").openPopUpLayer();$(".openPopUpIframe").openPopUpIframe();$(".closePopUpLayer").closePopUpLayer()})}if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};jQuery.classBehaviours.handlers.openAsPrintable={name:"openAsPrintable",start:function(a){a.onclick=this.process},process:function(a){var b=typeof this.nodeName=="undefined"?a:this;if(document.getElementById("tgtPopTitle")){document.getElementById("tgtPopTitle").innerHTML=document.getElementById("content").getElementsByTagName("h1")[0].innerHTML;document.getElementById("tgtPopText").innerHTML=document.getElementById("content").innerHTML.indexOf("</h1>")>-1?document.getElementById("content").innerHTML.split("</h1>")[1]:document.getElementById("content").innerHTML.split("</H1>")[1];jQuery.classBehaviours.handlers.openLayerPopUp.show(document.getElementById("popup0"));setTimeout("window.print();",2048)}else window.print();return false}};if(typeof jQuery.fn!="undefined"){jQuery.fn.openAsPrintable=function(){return this.each(function(){jQuery.classBehaviours.handlers.openAsPrintable.start(this)})};$(document).ready(function(){$(".openAsPrintable").openAsPrintable()})}if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};jQuery.classBehaviours.handlers.clickOnParent={name:"clickOnParent",start:function(a){parentCount=parseInt(jQuery.classBehaviours.utilities.getClassParameter(a,"parent","2"));targetNode=a;for(var b=0;b<parentCount;b++)targetNode=targetNode.parentNode;linkTarget=a.href;targetNode.onclick=this.load;targetNode.style.cursor="pointer"},wait:function(a,c,b){c.innerHTML=a<0?"<h2>error: "+b+"</h2>":"<h2>loading: "+a*100+"%</h2>"},insert:function(c,a,b){var d=jQuery.classBehaviours.handlers.clickOnParent;insertHTMLparts=b.split("<!-- "+a.id+" -->");a.innerHTML=insertHTMLparts[1]+insertHTMLparts[3];jQuery.classBehaviours.parser.parseNode(a)},load:function(d){var b=typeof this.nodeName=="undefined"?d:this,c=jQuery.classBehaviours.handlers.clickOnParent;allLinks=b.nodeName=="A"?new Array(b):b.getElementsByTagName("A");for(var a=0;a<allLinks.length;a++)if(allLinks[a].className.indexOf("clickOnParent")>-1)loadLink=allLinks[a];loadUrl=loadLink.href;if(jQuery.classBehaviours.utilities.getClassParameter(loadLink,"ajax","no")=="yes"){loadId=loadUrl.split("#")[1];loadNode=document.getElementById(loadId);jQuery.classBehaviours.ajax.addRequest(loadUrl,c.insert,c.wait,null,loadNode);return false}else document.location.href=loadUrl}};if(typeof jQuery.fn!="undefined"){jQuery.fn.clickOnParent=function(){return this.each(function(){jQuery.classBehaviours.handlers.clickOnParent.start(this)})};$(document).ready(function(){$(".clickOnParent").clickOnParent()})}if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};jQuery.classBehaviours.handlers.insertFromFile={name:"insertFromFile",index:0,start:function(a){automatic=jQuery.classBehaviours.utilities.getClassParameter(a,"auto","no");if(a.nodeName=="IFRAME"||automatic=="yes")this.clicked(a);else if(a.nodeName=="FORM")a.onsubmit=this.clicked;else if(a.nodeName=="BUTTON")a.onclick=this.clicked;else if(a.nodeName=="INPUT"&&(a.type=="button"||a.type=="submit"))a.onclick=this.clicked;else if(a.nodeName=="INPUT"&&(a.type=="radio"||a.type=="checkbox"))a.onclick=this.changed;else if(a.nodeName=="INPUT")a.onchange=this.changed;else if(a.nodeName=="SELECT")a.onchange=this.changed;else if(a.nodeName=="TEXTAREA")a.onchange=this.changed;else if(a.nodeName=="FIELDSET")null;else a.onclick=this.clicked},wait:function(b,a,c){targetId=jQuery.classBehaviours.utilities.getClassParameter(a,"target",null);if(targetId!=null)targetNode=document.getElementById(targetId);else targetNode=a;jQuery.classBehaviours.utilities.setClassParameter(targetNode,"progress",b);jQuery.classBehaviours.utilities.setClassParameter(targetNode,"error",c)},insert:function(d,c){var e=jQuery.classBehaviours.handlers.insertFromFile;targetId=jQuery.classBehaviours.utilities.getClassParameter(c,"target",null);sourceId=jQuery.classBehaviours.utilities.getClassParameter(c,"source",null);nonIntrusive=jQuery.classBehaviours.utilities.getClassParameter(c,"gently","0")=="1";importedNode=sourceId!=null?jQuery.classBehaviours.utilities.getXmlElementById(sourceId,d,true):d;if(!nonIntrusive){importedHTML=jQuery.classBehaviours.ajax.serialize(importedNode,true);if(importedHTML.indexOf("<body")>-1){importedHTML=importedHTML.split("<body")[1].split("</body>")[0];importedHTML=importedHTML.substr(importedHTML.indexOf(">")+1,importedHTML.length)}if(targetId==null){newDiv=document.createElement("div");newDiv.id=e.name+e.index++;c.parentNode.replaceChild(newDiv,c);targetNode=document.getElementById(newDiv.id)}else targetNode=document.getElementById(targetId);if(targetNode!=null)targetNode.innerHTML=importedHTML}else{importedChildNodes=importedNode.getElementsByTagName("*");for(var b=importedChildNodes.length-1;b>=0;b--){exportedChildNodeId=importedChildNodes[b].getAttribute("id");if(exportedChildNodeId!=null&&exportedChildNodeId!=""){exportedChildNode=document.getElementById(exportedChildNodeId);if(exportedChildNode!=null){exportedChildNode.className=importedChildNodes[b].className!=null?importedChildNodes[b].className:importedChildNodes[b].getAttribute("class");if(importedChildNodes[b].nodeName=="SELECT"){importedSelectOptions=importedChildNodes[b].getElementsByTagName("OPTION");exportedSelectOptions=exportedChildNode.getElementsByTagName("OPTION");selectOptionsLength=importedSelectOptions.length>exportedSelectOptions.length?importedSelectOptions.length:exportedSelectOptions.length;for(var a=selectOptionsLength-1;a>=0;a--)if(a>=exportedSelectOptions.length){newOptionElement=document.createElement("OPTION");newOptionText=document.createTextNode(importedSelectOptions[a].firstChild.nodeValue);newOptionElement.appendChild(newOptionText);newOptionElement.setAttribute("value",importedSelectOptions[a].value);exportedChildNode.appendChild(newOptionElement)}else if(a>=importedSelectOptions.length)exportedSelectOptions[a].parentNode.removeChild(exportedSelectOptions[a]);else{exportedSelectOptions[a].firstChild.nodeValue=importedSelectOptions[a].firstChild.nodeValue;exportedSelectOptions[a].value=importedSelectOptions[a].value}}importedHTML=jQuery.classBehaviours.ajax.serialize(importedChildNodes[b]);importedHTML=importedHTML.substring(importedHTML.indexOf(">")+1,importedHTML.lastIndexOf("<"));isInlineMarkup=exportedChildNode.innerHTML.toUpperCase().indexOf("<DIV")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<SECTION")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<ARTICLE")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<HEADER")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<FOOTER")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<NAV")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<FIELDSET")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<SELECT")<0&&exportedChildNode.nodeName!="SELECT"&&exportedChildNode.innerHTML.toUpperCase().indexOf("<OPTION")<0&&exportedChildNode.innerHTML.toUpperCase().indexOf("<TEXTAREA")<0&&exportedChildNode.nodeName!="TEXTAREA"&&exportedChildNode.innerHTML.toUpperCase().indexOf("<INPUT")<0&&exportedChildNode.nodeName!="INPUT";if(isInlineMarkup)exportedChildNode.innerHTML=importedHTML}}}}jQuery.classBehaviours.utilities.setClassParameter(targetNode,"progress",4);jQuery.classBehaviours.utilities.setClassParameter(targetNode,"error",200);jQuery.classBehaviours.parser.parseNode(targetNode);replaceTitleId=jQuery.classBehaviours.utilities.getClassParameter(c,"title",null);if(replaceTitleId!=null)document.getElementById(replaceTitleId).innerHTML=c.title},clicked:function(c){var a=typeof this.nodeName=="undefined"?c:this,b=jQuery.classBehaviours.handlers.insertFromFile;targetHref=a.getAttribute("href");targetSrc=a.getAttribute("src");targetLongdesc=a.getAttribute("longdesc");rootForm=jQuery.classBehaviours.utilities.rootNode(a,"FORM",null);targetAction=rootForm.getAttribute("action");targetUrl=targetHref!=null&&targetHref!=""?targetHref:targetAction!=null&&targetAction!=""?targetAction:targetLongdesc!=null&&targetLongdesc!=""?targetLongdesc:targetSrc!=null&&targetSrc!=""?targetSrc:document.location.href;postValues=jQuery.classBehaviours.ajax.getPostValues(a);postPrefix=targetUrl.indexOf("?")<0?"?":"&";return rootForm.getAttribute("method")=="POST"?jQuery.classBehaviours.ajax.addRequest(targetUrl,b.insert,b.wait,postValues,a):jQuery.classBehaviours.ajax.addRequest(targetUrl+postPrefix+postValues,b.insert,b.wait,null,a)},changed:function(c){var b=typeof this.nodeName=="undefined"?c:this,d=jQuery.classBehaviours.handlers.insertFromFile;submitNode=jQuery.classBehaviours.utilities.rootNode(b,"FIELDSET",null);if(submitNode.nodeName=="BODY")submitNode=jQuery.classBehaviours.utilities.rootNode(b,"FORM",null);buttonNodes=submitNode.getElementsByTagName("BUTTON");if(buttonNodes.length>0)submitNode=buttonNodes[0];else{inputNodes=submitNode.getElementsByTagName("INPUT");for(var a=0;a<inputNodes.length;a++)if(inputNodes[a].type=="submit"||inputNodes[a].type=="button")submitNode=inputNodes[a]}void d.clicked(submitNode);return true}};if(typeof jQuery.fn!="undefined"){jQuery.fn.insertFromFile=function(){return this.each(function(){jQuery.classBehaviours.handlers.insertFromFile.start(this)})};$(document).ready(function(){$(".insertFromFile").insertFromFile()})}if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};if(typeof jQuery.classBehaviours.handlers.animatedClassName=="undefined"){jQuery.classBehaviours.handlers.animatedClassName={name:"animatedClassName",index:0,timeout:null,msie6:false,start:function(a){a.id=a.id?a.id:this.name+this.index++;a.className+=" busy_no";playOnLoad=jQuery.classBehaviours.utilities.getClassParameter(a,"load",null);playOnFocus=jQuery.classBehaviours.utilities.getClassParameter(a,"focus",null);playOnBlur=jQuery.classBehaviours.utilities.getClassParameter(a,"blur",null);playOnClick=jQuery.classBehaviours.utilities.getClassParameter(a,"click",null);jQuery.classBehaviours.utilities.setClassParameter(a,"start",0);jQuery.classBehaviours.utilities.setClassParameter(a,"step",0);jQuery.classBehaviours.utilities.setClassParameter(a,"end",0);jQuery.classBehaviours.utilities.setClassParameter(a,"loop",0);if(playOnClick)a.onclick=this.clickToPlay;if(playOnFocus){a.onmouseover=this.focusToPlay;a.onfocus=this.focusToPlay}if(playOnBlur){a.onmouseout=this.blurToPlay;a.onblur=this.blurToPlay}playOnLoad&&this.loadToPlay(a)},loop:function(a){var b=jQuery.classBehaviours.handlers.animatedClassName;animNode=document.getElementById(a);animationStart=parseInt(jQuery.classBehaviours.utilities.getClassParameter(animNode,"start","0"));animationStep=parseInt(jQuery.classBehaviours.utilities.getClassParameter(animNode,"step","0"));animationEnd=parseInt(jQuery.classBehaviours.utilities.getClassParameter(animNode,"end","3"));animationLoop=parseInt(jQuery.classBehaviours.utilities.getClassParameter(animNode,"loop",animationEnd));animationDelay=parseInt(jQuery.classBehaviours.utilities.getClassParameter(animNode,"delay","50"));animationTimeout=parseInt(jQuery.classBehaviours.utilities.getClassParameter(animNode,"timeout","0"));animationId=jQuery.classBehaviours.utilities.getClassParameter(animNode,"id",null);animationName=jQuery.classBehaviours.utilities.getClassParameter(animNode,"name",null);clearTimeout(animationTimeout);animationTarget=animationId!=null?document.getElementById(animationId):animNode;nextAnimationStep=animationStep<animationEnd?animationStep+1:animationLoop;if(b.msie6)nextAnimationStep=animationEnd;animationName!=null&&jQuery.classBehaviours.utilities.setClassParameter(animationTarget,"name",animationName);if(animationStep!=nextAnimationStep){jQuery.classBehaviours.utilities.setClassParameter(animationTarget,"step",nextAnimationStep);animationTarget!=animNode&&jQuery.classBehaviours.utilities.setClassParameter(animNode,"step",nextAnimationStep);animationTimeout=nextAnimationStep!=animationStep?setTimeout('jQuery.classBehaviours.handlers.animatedClassName.loop("'+a+'")',animationDelay):null;jQuery.classBehaviours.utilities.setClassParameter(animNode,"timeout",animationTimeout)}},reset:function(a,b){var c=jQuery.classBehaviours.handlers.animatedClassName;currentSettings=jQuery.classBehaviours.utilities.getClassParameter(a,"start","0")+",";currentSettings+=jQuery.classBehaviours.utilities.getClassParameter(a,"end","0")+",";currentSettings+=jQuery.classBehaviours.utilities.getClassParameter(a,"loop","0");if(currentSettings!=b.join()||a.className.indexOf("click_")>-1){jQuery.classBehaviours.utilities.setClassParameter(a,"start",b[0]);jQuery.classBehaviours.utilities.setClassParameter(a,"step",b[0]);jQuery.classBehaviours.utilities.setClassParameter(a,"end",b[1]);jQuery.classBehaviours.utilities.setClassParameter(a,"loop",b[2]);jQuery.classBehaviours.handlers.animatedClassName.loop(a.id)}},loadToPlay:function(b){var a=typeof this.nodeName=="undefined"?b:this;animationSettings=jQuery.classBehaviours.utilities.getClassParameter(a,"load","0,0,0").split(",");jQuery.classBehaviours.handlers.animatedClassName.reset(a,animationSettings)},clickToPlay:function(b){var a=typeof this.nodeName=="undefined"?b:this;animationSettings=jQuery.classBehaviours.utilities.getClassParameter(a,"click","0,0,0").split(",");jQuery.classBehaviours.handlers.animatedClassName.reset(a,animationSettings);return!(jQuery.classBehaviours.utilities.getClassParameter(a,"cancel","no")=="yes")},focusToPlay:function(b){var a=typeof this.nodeName=="undefined"?b:this;animationSettings=jQuery.classBehaviours.utilities.getClassParameter(a,"focus","0,0,0").split(",");animationTimeout=jQuery.classBehaviours.utilities.getClassParameter(a,"mousefilter","0");animationDelay=parseInt(jQuery.classBehaviours.utilities.getClassParameter(a,"delay","50"));clearTimeout(parseInt(animationTimeout));animationTimeout=setTimeout('jQuery.classBehaviours.handlers.animatedClassName.reset(document.getElementById("'+a.id+'"), new Array('+animationSettings.join()+"));",animationDelay);jQuery.classBehaviours.utilities.setClassParameter(a,"mousefilter",animationTimeout)},blurToPlay:function(b){var a=typeof this.nodeName=="undefined"?b:this;animationSettings=jQuery.classBehaviours.utilities.getClassParameter(a,"blur","0,0,0").split(",");animationTimeout=jQuery.classBehaviours.utilities.getClassParameter(a,"mousefilter","0");animationDelay=jQuery.classBehaviours.utilities.getClassParameter(a,"delay","50");clearTimeout(parseInt(animationTimeout));animationTimeout=setTimeout('jQuery.classBehaviours.handlers.animatedClassName.reset(document.getElementById("'+a.id+'"), new Array('+animationSettings.join()+"));",animationDelay);jQuery.classBehaviours.utilities.setClassParameter(a,"mousefilter",animationTimeout)}};if(typeof jQuery.fn!="undefined"){jQuery.fn.animatedClassName=function(){return this.each(function(){jQuery.classBehaviours.handlers.animatedClassName.start(this)})};$(document).ready(function(){$(".animatedClassName").animatedClassName()})}}if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};document.writeln("<style>.toggleNextNode{cursor:pointer;}</style>");jQuery.classBehaviours.handlers.toggleNextNode={name:"toggleNextNode",step:10,acceleration:10,extra:0,delay:10,index:0,start:function(a){a.onclick=this.toggle;a.id=a.id?a.id:this.name+this.index++;autoDelay=jQuery.classBehaviours.utilities.getClassParameter(a,"auto",null);if(autoDelay){this.index++;a.id=a.id?a.id:this.name+this.index;setTimeout('jQuery.classBehaviours.handlers.toggleNextNode.toggle(document.getElementById("'+a.id+'"))',autoDelay)}},findContainer:function(a,b){var c=jQuery.classBehaviours.handlers.toggleNextNode;if(b)for(var d=0;d<parseInt(b);d++)a=a.parentNode;targetObject=jQuery.classBehaviours.utilities.nextNode(a);targetObject.id=targetObject.id?targetObject.id:c.name+"Target"+c.index++;return targetObject},positionContainer:function(a,b,c){if(a.firstChild!=null){targetContainerWidth=a.firstChild.offsetWidth;screenWidth=window.innerWidth?window.innerWidth:document.documentElement.clientWidth;scrolledWidth=typeof document.documentElement.scrollLeft!="undefined"?document.documentElement.scrollLeft:window.pageXOffset;if(b+targetContainerWidth>screenWidth+window.pageXOffset)b-=targetContainerWidth;targetContainerHeight=a.firstChild.offsetHeight;screenHeight=window.innerHeight?window.innerHeight:document.documentElement.clientHeight;scrolledHeight=typeof document.documentElement.scrollTop!="undefined"?document.documentElement.scrollTop:window.pageYOffset;if(c+targetContainerHeight+10>screenHeight+scrolledHeight)c-=targetContainerHeight;a.style.left=b+"px";a.style.top=c+"px"}},toggle:function(a){var c=typeof this.nodeName=="undefined"?a:this,b=jQuery.classBehaviours.handlers.toggleNextNode;targetLabel=c;targetContainerId=jQuery.classBehaviours.utilities.getClassParameter(targetLabel,"id",null);targetRecursion=jQuery.classBehaviours.utilities.getClassParameter(targetLabel,"parent",null);targetClosable=jQuery.classBehaviours.utilities.getClassParameter(targetLabel,"closable","yes")=="yes";targetAtMouse=jQuery.classBehaviours.utilities.getClassParameter(targetLabel,"atmouse","yes")=="yes";targetContainer=targetContainerId?document.getElementById(targetContainerId):b.findContainer(targetLabel,targetRecursion);if(targetContainer.className.indexOf("hideThisNode")<0&&targetContainer.className.indexOf("showThisNode")<0)targetContainer.className+=" showThisNode";targetGrows=targetContainer.className.indexOf("hideThisNode")>-1;(!targetGrows&&targetClosable||targetGrows)&&b.update(targetLabel.id,targetGrows);if(targetAtMouse&&targetGrows){screenXpos=typeof event!="undefined"&&document.all?event.x:a.layerX;screenYpos=typeof event!="undefined"&&document.all?event.y:a.layerY;b.positionContainer(targetContainer,screenXpos,screenYpos)}return false},update:function(d,c){var a=jQuery.classBehaviours.handlers.toggleNextNode;targetLabel=document.getElementById(d);targetContainerId=jQuery.classBehaviours.utilities.getClassParameter(targetLabel,"id",null);targetFamily=jQuery.classBehaviours.utilities.getClassParameter(targetLabel,"family",null);targetRecursion=jQuery.classBehaviours.utilities.getClassParameter(targetLabel,"parent",null);targetContainer=targetContainerId?document.getElementById(targetContainerId):a.findContainer(targetLabel,targetRecursion);allNodes=jQuery.classBehaviours.utilities.getElementsByClassName(a.name);for(var b=0;b<allNodes.length;b++){peerLabel=allNodes[b];peerContainerId=jQuery.classBehaviours.utilities.getClassParameter(peerLabel,"id",null);peerFamily=jQuery.classBehaviours.utilities.getClassParameter(peerLabel,"family",null);peerRecursion=jQuery.classBehaviours.utilities.getClassParameter(peerLabel,"parent",null);peerContainer=peerContainerId?document.getElementById(peerContainerId):a.findContainer(peerLabel,peerRecursion);if(peerLabel.id==targetLabel.id){peerContainer.style.overflow="hidden";peerContainer.style.visibility="visible";if(!c)jQuery.classBehaviours.fader.size(peerContainer.id,null,1,a.step,a.delay,a.acceleration,'jQuery.classBehaviours.handlers.hideThisNode.start(document.getElementById("'+peerContainer.id+'"))');else jQuery.classBehaviours.fader.size(peerContainer.id,1,null,a.step,a.delay,a.acceleration,'jQuery.classBehaviours.handlers.showThisNode.start(document.getElementById("'+peerContainer.id+'"))');peerLabel.className=!c?peerLabel.className.replace("active","link"):peerLabel.className.replace("link","active")}if(peerFamily==targetFamily&&peerFamily!=null&&peerContainer.className.indexOf("hideThisNode")<0&&peerContainer!=targetContainer){peerContainer.style.overflow="hidden";peerContainer.style.visibility="visible";jQuery.classBehaviours.fader.size(peerContainer.id,null,1,a.step,a.delay,a.acceleration,'jQuery.classBehaviours.handlers.hideThisNode.start(document.getElementById("'+peerContainer.id+'"))');peerLabel.className=peerLabel.className.replace("active","link")}}}};document.writeln("<style>.hideThisNode{overflow:hidden; visibility:hidden; height:1px;}</style>");jQuery.classBehaviours.handlers.hideThisNode={name:"hideThisNode",start:function(a){a.style.overflow="hidden";a.style.visibility="hidden";a.style.height="1px";a.className=a.className.replace("showThisNode","hideThisNode")}};document.writeln("<style>.ShowThisNode{overflow:visible; visibility:visible; height:auto;}</style>");jQuery.classBehaviours.handlers.showThisNode={name:"showThisNode",start:function(a){a.style.overflow="visible";a.style.visibility="visible";a.style.height="auto";a.className=a.className.replace("hideThisNode","showThisNode")}};if(typeof jQuery.fn!="undefined"){jQuery.fn.toggleNextNode=function(){return this.each(function(){jQuery.classBehaviours.handlers.toggleNextNode.start(this)})};jQuery.fn.hideThisNode=function(){return this.each(function(){jQuery.classBehaviours.handlers.hideThisNode.start(this)})};jQuery.fn.showThisNode=function(){return this.each(function(){jQuery.classBehaviours.handlers.showThisNode.start(this)})};$(document).ready(function(){$(".toggleNextNode").toggleNextNode();$(".hideThisNode").hideThisNode();$(".showThisNode").showThisNode()})}if(typeof jQuery=="undefined")jQuery=function(){};if(typeof jQuery.classBehaviours=="undefined")jQuery.classBehaviours=function(){};if(typeof jQuery.classBehaviours.handlers=="undefined")jQuery.classBehaviours.handlers=function(){};jQuery.classBehaviours.ajax={queue:[],getNodeValue:function(a){strValue=a.childNodes.length>0?a.firstChild.nodeValue:null;return isNaN(strValue)||strValue==null?strValue:parseInt(strValue)},setNodeValue:function(a,b){if(a.childNodes.length>0)a.firstChild.nodeValue=b;else{var c=ajax.createTextNode(b);a.appendChild(c)}},getChildNumber:function(d){for(var b=d.parentNode.childNodes,c=0,a=0;a<b.length;a++){if(b[a].nodeName=="#text")c+=1;if(d==b[a])return a-c}return null},serialize:function(a,b){if(typeof XMLSerializer!="undefined")nodeXml=(new XMLSerializer).serializeToString(a);else if(a.xml!=null)nodeXml=a.xml;else if(a.getElementsByTagName("HTML").length>0)nodeXml="<!DOCTYPE html><HTML>"+a.getElementsByTagName("HTML")[0].innerHTML+"</HTML>";else if(a.innerHTML!=null&&a.innerHTML!="")nodeXml="<"+a.nodeName+' class="'+a.className+'" id="'+a.id+'">'+a.innerHTML+"</"+a.nodeName+">";else{nodeXml="";nodeRoot=a;while(nodeRoot!=nodeRoot.parentNode&&nodeXml==""){nodeRoot=nodeRoot.parentNode;nodeXml=nodeRoot.innerHTML}idIndex=nodeXml.indexOf('id="'+a.id+'"');if(idIndex<0)idIndex=nodeXml.indexOf("id="+a.id+" ");if(idIndex<0)idIndex=nodeXml.indexOf("id="+a.id+">");tagName=nodeXml.substring(0,idIndex);openTagIndex=tagName.lastIndexOf("<");tagName=tagName.substring(openTagIndex+1);tagName=tagName.substring(0,tagName.lastIndexOf(" "));endTags=nodeXml.substring(idIndex);charCount=openTagIndex+1;tagCount=1;tries=0;while(tagCount>0&&tries<5){nextStart=nodeXml.indexOf("<"+tagName,charCount);if(nextStart==-1)nextStart=1e6;nextClose=nodeXml.indexOf("</"+tagName+">",charCount);if(nextClose==-1)nextClose=1e6;if(nextStart<nextClose){tagCount+=1;charCount=nextStart+1}if(nextClose<nextStart){tagCount-=1;charCount=nextClose+1}tries+=1}closeTagIndex=nextClose+tagName.length+3;nodeXml=nodeXml.substring(openTagIndex,closeTagIndex)}if(b)nodeXml=nodeXml.substring(nodeXml.indexOf(">")+1,nodeXml.lastIndexOf("<"));return nodeXml},deserialize:function(a){newElement=document.createElement("DIV");newElement.innerHTML=a;return newElement},defaultProgress:function(a,c,b){c.innerHTML=a>-1?"Loading: "+Math.round(a*100)+"%":"Error: "+b},defaultLoad:function(c,a,b){a.innerHTML=b.split("<body>")[1].split("</body>")[0]},getPostValues:function(b,c){if(c!=null)b=document.getElementById(c);formNode=jQuery.classBehaviours.utilities.rootNode(b,"FORM");rootNode=jQuery.classBehaviours.utilities.rootNode(b,"FIELDSET");allNodes=rootNode.getElementsByTagName("*");postValues="";eventTarget="";split=b.id.split("_");if(split.length>1){for(var a=0;a<split.length;a++)if(split[a]!="")eventTarget+=a==split.length-1?"$"+split[a]:"_"+split[a]}else eventTarget=b.id;postValues="__EVENTTARGET="+eventTarget+"&";for(var a=0;a<allNodes.length;a++)if(allNodes[a].nodeName=="INPUT"||allNodes[a].nodeName=="SELECT"||allNodes[a].nodeName=="TEXTAREA")if(allNodes[a].getAttribute("type")!="submit"&&allNodes[a].getAttribute("type")!="image"&&allNodes[a].getAttribute("type")!="button"&&allNodes[a].getAttribute("type")!="reset")if(allNodes[a].name!="__VIEWSTATE"&&allNodes[a].name!="__EVENTTARGET")postValues+=allNodes[a].checked||allNodes[a].type!="radio"&&allNodes[a].type!="checkbox"?allNodes[a].name+"="+escape(allNodes[a].value)+"&":"";if(b.nodeName=="BUTTON"||b.getAttribute("type")=="submit"||b.getAttribute("type")=="button")postValues+=(b.name==null?b.id:b.name)+"="+b.value+"&";if(document.cookie!=null)postValues+=document.cookie.replace(/; /gi,"&");return postValues},addRequest:function(e,d,b,a,c){index=this.queue.length;this.queue[index]=new this.HttpRequest;this.queue[index].idx=index;this.queue[index].url=e;this.queue[index].post=a;this.queue[index].method=a!=null?"POST":"GET";this.queue[index].doOnLoad=d;this.queue[index].doOnProgress=b;this.queue[index].referObject=c;this.handleQueue();return false},makeRequest:function(a){if(window.XMLHttpRequest){a.request=new XMLHttpRequest;a.request.onreadystatechange=this.progress;a.request.open(a.method,a.url,true);if(a.method=="POST"){a.request.setRequestHeader("Content-type","application/x-www-form-urlencoded");a.request.setRequestHeader("Content-length",a.post.length);a.request.setRequestHeader("Connection","close")}a.request.send(a.post)}else if(window.ActiveXObject){a.request=new ActiveXObject("Microsoft.XMLHTTP");a.request.onreadystatechange=this.progress;a.request.open(a.method,a.url,true);if(a.method=="POST"){a.request.setRequestHeader("Content-type","application/x-www-form-urlencoded");a.request.setRequestHeader("Content-length",a.post.length);a.request.setRequestHeader("Connection","close")}a.request.send(a.post)}else if(window.frames){objIframe=document.createElement("IFRAME");objIframe.src=a.url;objIframe.id="feedimport0";objIframe.name="feedimport0";objIframe.style="visibility : invisible; position : absolute; left : -1600px; top : -1600px;";document.body.appendChild(objIframe);this.wait()}},handleQueue:function(){queue=jQuery.classBehaviours.ajax.queue;if(queue.length>0)if(queue[0].ready==4){queue.reverse();queue.length=queue.length-1;queue.reverse()}if(queue.length>0)!(queue[0].ready<4&&queue[0].ready!=null)&&this.makeRequest(queue[0])},progress:function(){queued=jQuery.classBehaviours.ajax.queue[0];queued.ready=queued.request.readyState;if(queued.request.readyState==4){queued.status=queued.request.status;if(queued.request.status==200||queued.request.status==304){queued.doOnProgress&&queued.doOnProgress(1,queued.referObject,queued.request.status);queued.text=queued.request.responseText;queued.document=queued.request.responseXML;if(queued.document==null)queued.document=jQuery.classBehaviours.ajax.deserialize(queued.text);else if(queued.document.childNodes.length==0)queued.document=jQuery.classBehaviours.ajax.deserialize(queued.text);queued.doOnLoad&&queued.doOnLoad(queued.document,queued.referObject,queued.text);jQuery.classBehaviours.ajax.handleQueue()}else queued.doOnProgress&&queued.doOnProgress(-1,queued.referObject,queued.request.status)}else queued.doOnProgress&&queued.doOnProgress(queued.request.readyState,queued.referObject,200);return queued.request.readyState},wait:function(){queued=jQuery.classBehaviours.ajax.queue[0];if(window.frames.feedimport0){queued.document=window.frames.feedimport0.document;queued.text=window.frames.feedimport0.document.body.innerHTML;queued.doOnLoad(queued.document,queued.referObject,queued.text)}else setTimeout("ajax.wait()",256)}};jQuery.classBehaviours.ajax.HttpRequest=function(){this.idx=null;this.url=null;this.post=null;this.method="GET";this.doOnLoad=null;this.doOnProgress=null;this.referObject=null;this.request=null;this.document=null;this.text=null;this.ready=null;this.status=null};jQuery.classBehaviours.console={id:"debugConsole0",limit:32,debug:function(){debugConsole=document.getElementById(jQuery.classBehaviours.console.id);if(debugConsole==null){newConsole=document.createElement("div");newConsole.id=jQuery.classBehaviours.console.id;newText=document.createTextNode("-- newest at top --");newConsole.appendChild(newText);document.body.appendChild(newConsole);debugConsole=document.getElementById(jQuery.classBehaviours.console.id)}if(debugConsole.style.background=="")debugConsole.style.background="#ffffff url(../images/button_passive.png) no-repeat 0px 0px";if(debugConsole.style.border=="")debugConsole.style.border="solid 1px #000000";if(debugConsole.style.bottom=="")debugConsole.style.bottom="auto";if(debugConsole.style.height=="")debugConsole.style.height=navigator.userAgent.indexOf("MSIE 6")>-1?"580px":"98%";if(debugConsole.style.left=="")debugConsole.style.left="auto";if(debugConsole.style.overflow=="")debugConsole.style.overflow="auto";if(debugConsole.style.padding=="")debugConsole.style.padding="1% 1% 1% 1%";if(debugConsole.style.position=="")debugConsole.style.position=navigator.userAgent.indexOf("MSIE 6")>-1?"absolute":"fixed";if(debugConsole.style.right=="")debugConsole.style.right="-1px";if(debugConsole.style.top=="")debugConsole.style.top="-1px";if(debugConsole.style.width=="")debugConsole.style.width="128px";debugConsole.onclick=jQuery.classBehaviours.console.move;jQuery.classBehaviours.fader.setFade(debugConsole,75);newList=document.createElement("ul");for(var a=0;a<arguments.length;a++){newListItem=document.createElement("li");newListText=document.createTextNode(arguments[a]);newListItem.appendChild(newListText);newList.appendChild(newListItem)}debugConsole.insertBefore(newList,debugConsole.firstChild);allLists=debugConsole.getElementsByTagName("ul");if(allLists.length>jQuery.classBehaviours.console.limit)for(var a=allLists.length-1;a>jQuery.classBehaviours.console.limit;a--)removedChild=debugConsole.removeChild(allLists[allLists.length-1])},clear:function(){debugConsole=document.getElementById(jQuery.classBehaviours.console.id);if(debugConsole!=null){allLists=debugConsole.getElementsByTagName("ul");for(var a=allLists.length-1;a>=0;a--)removedChild=debugConsole.removeChild(allLists[allLists.length-1])}},html:function(a){a="<xmp>"+a+"</xmp>";this.debug(a)},move:function(a){var b=typeof this.nodeName=="undefined"?a:this;debugConsole=document.getElementById(jQuery.classBehaviours.console.id);if(debugConsole.style.right=="-1px"&&debugConsole.style.width=="128px"){debugConsole.style.bottom="auto";debugConsole.style.height=navigator.userAgent.indexOf("MSIE 6")>-1?"580px":"98%";debugConsole.style.left="-1px";debugConsole.style.right="auto";debugConsole.style.top="-1px";debugConsole.style.width="128px";debugConsole.style.zIndex="100000"}else if(debugConsole.style.left=="-1px"&&debugConsole.style.width=="128px"){debugConsole.style.bottom="-1px";debugConsole.style.height="128px";debugConsole.style.left="-1px";debugConsole.style.right="auto";debugConsole.style.top="auto";debugConsole.style.width="98%";debugConsole.style.zIndex="100000"}else if(debugConsole.style.bottom=="-1px"&&debugConsole.style.width=="98%"){debugConsole.style.bottom="auto";debugConsole.style.height=navigator.userAgent.indexOf("MSIE 6")>-1?"580px":"98%";debugConsole.style.left="auto";debugConsole.style.right="-1px";debugConsole.style.top="-1px";debugConsole.style.width="128px";debugConsole.style.zIndex="100000"}}};jQuery.classBehaviours.cookies={getDaysFromNow:function(e){var b=new Date,c=Date.parse(b),d=e*24*60*60*1e3,a=new Date(c+d);return a},setCookie:function(g,f,a,c,b,e){var d=g+"="+escape(f)+(a?"; expires="+a.toGMTString():"")+(c?"; path="+c:"")+(b?"; domain="+b:"")+(e?"; secure":"");document.cookie=d},getCookie:function(e){var b=document.cookie,c=e+"=",a=b.indexOf("; "+c);if(a==-1){a=b.indexOf(c);if(a!=0)return null}else a+=2;var d=document.cookie.indexOf(";",a);if(d==-1)d=b.length;return unescape(b.substring(a+c.length,d))},deleteCookie:function(b,c,a){if(getCookie(b))document.cookie=b+"="+(c?"; path="+c:"")+(a?"; domain="+a:"")+"; expires=Thu, 01-Jan-70 00:00:01 GMT"},fixDate:function(a){var c=new Date(0),b=c.getTime();b>0&&a.setTime(a.getTime()-b)},makeBoolean:function(a){if(a=="true")booOut=true;else booOut=false;return booOut},csv2array:function(a){return a.split(",")},array2csv:function(a){return""+a}};jQuery.classBehaviours.fader={getFade:function(a){var b=null;if(a!=null){if(typeof a.style.MozOpacity!="undefined")b=Math.round(parseFloat(a.style.MozOpacity)*100);if(typeof a.style.filter!="undefined")b=parseInt(a.filters.alpha.opacity);if(typeof a.style.opacity!="undefined")b=Math.round(parseFloat(a.style.opacity)*100)}return b},setFade:function(a,b){if(a!=null){if(typeof a.style.MozOpacity!="undefined")a.style.MozOpacity=b/100;if(typeof a.style.filter!="undefined")a.style.filter="alpha(opacity="+b+")";if(typeof a.style.opacity!="undefined")a.style.opacity=b/100}},getSize:function(c){for(var g=c.offsetWidth,f=c.offsetHeight,e=0,d=0,b=c.childNodes,a=0;a<b.length;a++){e+=b[a].offsetWidth?b[a].offsetWidth:0;d+=b[a].offsetHeight?b[a].offsetHeight:0}return[g,f,e,d]},setSize:function(c,a,b){if(a!=null)c.style.width=a+"px";if(b!=null)c.style.height=b+"px"},fade:function(h,b,a,c,f,d,e){var g=jQuery.classBehaviours.fader;target=document.getElementById(h);if(b==null)b=g.getFade(target);if(a==null)a=100;if(c==null)c=1;if(f==null)f=10;if(d==null)d=1;if(e==null)e="";if(b<a)value=b+c>a?a:b+c;else if(b>a)value=b-c<a?a:b-c;g.setFade(target,value);if(value!=a)setTimeout("jQuery.classBehaviours.fader.fade('"+h+"',"+value+","+a+","+(c+d)+","+f+","+d+",'"+e+"')",f);else eval(e)},size:function(h,b,a,c,f,d,e){var g=jQuery.classBehaviours.fader;target=document.getElementById(h);if(b==null)b=g.getSize(target)[1];if(a==null)a=g.getSize(target)[3];if(c==null)c=10;if(f==null)f=10;if(d==null)d=10;if(e==null)e="";if(b<a)value=b+c>a?a:b+c;else if(b>a)value=b-c<a?a:b-c;g.setSize(target,null,value);if(value!=a)setTimeout("jQuery.classBehaviours.fader.size('"+h+"',"+value+","+a+","+(c+d)+","+f+","+d+",'"+e+"')",f);else eval(e)},fadeIn:function(e,d,c,b,a){jQuery.classBehaviours.fader.fade(e,0,100,d,c,a,b)},fadeOut:function(e,d,c,b,a){jQuery.classBehaviours.fader.fade(e,100,0,d,c,a,b)},crossFade:function(f,e,g,c,b,d,a){jQuery.classBehaviours.fader.fade(f,0,100,c,b,a,d);jQuery.classBehaviours.fader.fade(e,100,0,c,b,a,"")},grow:function(e,d,c,b,a){jQuery.classBehaviours.fader.size(e,1,null,d,c,a,b)},shrink:function(e,d,c,b,a){jQuery.classBehaviours.fader.size(e,null,1,d,c,a,b)}};jQuery.classBehaviours.utilities={getElementsByClassName:function(e,d){target=d!=null?d:document;for(var c=[],b=target.all?target.all:target.getElementsByTagName("*"),a=0;a<b.length;a++)if(b[a].className){nodeClass=b[a].className+" ";if(nodeClass.indexOf(e+" ")>-1)c[c.length]=b[a]}return c},getXmlElementById:function(c,b,d){node=null;if(c!=null){allNodes=b.getElementsByTagName("*");var a=0;while(node==null&&a<allNodes.length){if(allNodes[a].getAttribute("id")==c)node=allNodes[a];a+=1}}return d&&node==null?b:node},insertAfter:function(b,a,c){nextNode=jQuery.classBehaviours.utilities.nextNode(a);if(nextNode==a)b.appendChild(c);else b.insertBefore(c,nextNode)},screenHeight:function(){return window.innerHeight?window.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight},getQueryParameter:function(d,c){var a=document.location.search.split(d+"="),b=a.length>1?a[1].split("&")[0]:null;return b!=null?b:c},getClassParameter:function(b,d,c){if(b!=null){var a=b.className;a=a!=null?a.split(d+"_"):[];a=a.length>1?a[1].split(" ")[0]:null;return a!=null?a:c}},setClassParameter:function(a,b,c){if(a!=null){if(a.className.indexOf(" "+b+"_")<0)a.className+=" "+b+"_0";oldValue=this.getClassParameter(a,b,null);if(oldValue!=null)a.className=a.className.replace(b+"_"+oldValue,b+"_"+c)}},nextNode:function(b,a){testNode=b;if(a==null)a=1;for(var c=0;c<a;c++)do{testNode=testNode.nextSibling;if(testNode==null)testNode=b}while(testNode.nodeName.indexOf("#text")>-1);return testNode},previousNode:function(b,a){testNode=b;if(a==null)a=1;for(var c=0;c<a;c++)do{testNode=testNode.previousSibling;if(testNode==null)testNode=b}while(testNode.nodeName.indexOf("#text")>-1);return testNode},firstNode:function(b,a){return this.nextNode(b.firstChild,a)},rootNode:function(a,c,d,b){rootFound=false;while(!rootFound&&a.nodeName!="BODY"){rootFound=c&&a.nodeName?a.nodeName.indexOf(c)>-1:rootFound;rootFound=d&&a.id?a.id.indexOf(d)>-1:rootFound;rootFound=b&&a.className?a.className.indexOf(b)>-1:rootFound;a=!rootFound?a.parentNode:a}return a},getVisibleState:function(a){switch(a.nodeName.toLowerCase()){case"table":visibleState="table";break;case"thead":visibleState="table-header-group";break;case"tfoot":visibleState="table-footer-group";break;case"tbody":visibleState="table-row-group";break;case"tr":visibleState="table-row";break;case"td":visibleState="table-cell";break;case"th":visibleState="table-cell";break;default:visibleState="block"}return document.all&&navigator.userAgent.indexOf("Opera")<0?"block":visibleState},hideSelects:function(b){if(navigator.userAgent.indexOf("MSIE 6")>-1||navigator.userAgent.indexOf("Firefox/2")>-1&&navigator.userAgent.indexOf("Mac")>-1){allSelects=b?b.getElementsByTagName("SELECT"):document.getElementsByTagName("SELECT");for(var a=0;a<allSelects.length;a++)allSelects[a].style.visibility="hidden"}},showSelects:function(b){if(navigator.userAgent.indexOf("MSIE 6")>-1||navigator.userAgent.indexOf("Firefox/2")>-1&&navigator.userAgent.indexOf("Mac")>-1){allSelects=b?b.getElementsByTagName("SELECT"):document.getElementsByTagName("SELECT");for(var a=0;a<allSelects.length;a++)allSelects[a].style.visibility="visible"}},addEvent:function(a,c,b){if(a.addEventListener)a.addEventListener(c,b,false);else if(a.attachEvent)a.attachEvent("on"+c,b);else a["on"+c]=b;return true}};jQuery.classBehaviours.parser={waiting:false,start:function(){var a=0;for(b in jQuery.classBehaviours.handlers)a++;this.waiting=a>0&&document.body?this.parseDocument():jQuery.classBehaviours.utilities.addEvent(window,"load",this.parseDocument)},parseDocument:function(){jQuery.classBehaviours.parser.parseNode(document);return false},parseNode:function(c){for(var b=c.getElementsByTagName("*"),a=0;a<b.length;a++)this.processNode(b[a]);this.processNode(c)},parseNode:function(a){parseChildNodes=a.className!=null?this.processNode(a):true;if(parseChildNodes)for(var b=0;b<a.childNodes.length;b++)this.parseNode(a.childNodes[b])},processNode:function(a){nodeClass=" "+a.className+" ";for(b in jQuery.classBehaviours.handlers)if(nodeClass.indexOf(" "+jQuery.classBehaviours.handlers[b].name+" ")>-1)jQuery.classBehaviours.handlers[b].start!=null&&jQuery.classBehaviours.handlers[b].start(a);return nodeClass.indexOf("doNotParse")<0}};debug=jQuery.classBehaviours.console.debug;getXmlElementById=jQuery.classBehaviours.utilities.getXmlElementById;getElementsByClassName=jQuery.classBehaviours.utilities.getElementsByClassName;if(typeof jQuery.fn!="undefined")$(document).ready(function(){});else jQuery.classBehaviours.parser.start()
