var Class=(function(){var A=false;var B=function(){};B.extend=function(H){var E=this.prototype;A=true;var F=this;var D=new F();A=false;for(var C in H){if(typeof H[C]==="function"&&typeof E[C]==="function"){D[C]=(function(I,J){return function(){var L=this.callSuper;this.callSuper=E[I];var K=J.apply(this,arguments);this.callSuper=L;return K}})(C,H[C])}else{D[C]=H[C]}}function G(){if(!A&&this.init){this.init.apply(this,arguments)}}G.prototype=D;G.constructor=G;G.extend=arguments.callee;return G};return B})();function getEl(A){return document.getElementById(A)}var Suchblume=(function(){function I(){var J=[];var N=null;function L(){if(N){window.clearInterval(N);N=null}}function K(){for(var O=0;O<J.length;){try{if(J[O].step()){J.splice(O,1)}else{O++}}catch(P){J.splice(O,1)}}if(J.length===0){L()}}function M(){if(J.length>0){N=window.setInterval(K,25)}}return{add:function(P){for(var O=0;O<J.length;O++){if(J[O].equals(P)){J[O].update(P);return }}if(P.ready()){J.push(P)}},add1:function(O){L();this.add(O);M()},pause:function(){L()},cont:function(){M()}}}var A=null;function G(){if(!A){A=I()}return A}var D=Class.extend({init:function(){},ready:function(){return true},equals:function(J){return false},update:function(J){}});var H=D.extend({init:function(){this.cnt=5},step:function(){Suchblume.setOpacity(getEl("curtain").style,(5-this.cnt)*10);return this.cnt--===0}});var E=D.extend({init:function(J){this.fn=J;this.cnt=5},step:function(){var J=getEl("curtain").style;Suchblume.setOpacity(J,this.cnt*10);if(this.cnt--===0){J.display="none";if(this.fn){this.fn()}return true}return false}});function C(){var J=null;if(typeof XMLHttpRequest!=="undefined"){J=new XMLHttpRequest()}if(!J){try{J=new ActiveXObject("Msxml2.XMLHTTP")}catch(K){try{J=new ActiveXObject("Microsoft.XMLHTTP")}catch(K){J=null}}}return J}var F={test1:function(){F.test2()},test2:function(){alert("hallo")},cancelEvent:function(J){J.cancelBubble=true;if(J.stopPropagation){J.stopPropagation()}if(J.preventDefault){J.preventDefault()}return false},clip:function(L,K,J){return L<=K?K:(L>=J?J:L)},homepage:function(J){if((navigator.appName==="Microsoft Internet Explorer")&&(navigator.appVersion.substring(0,1)>=4)){document.body.style.behavior="url(#default#homepage)";document.body.sethomepage(J)}},bind:function(J){var L=J[0];for(var K=1;K<arguments.length;K++){L=L+arguments[K]+J[K]}return L},Coord:Class.extend({init:function(J,K){this.x=J;this.y=K},sub:function(J){this.x-=J.x;this.y-=J.y;return this},clip:function(K,M,J,L){if(this.x<K){this.x=K}if(this.y<M){this.y=M}if(this.x>J){this.x=J}if(this.y>L){this.y=L}},clone:function(){return new this.init(this.x,this.y)},equals:function(J){return J&&this.x===J.x&&this.y===J.y}}),getEventPos:function(J){var K;if(J.pageX){K=new F.Coord(J.pageX,J.pageY)}else{K=new F.Coord(J.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,J.clientY+document.body.scrollTop+document.documentElement.scrollTop)}return K},getElementPos:function(L){var K=new F.Coord(0,0);var J=document.all?document.all[L]:getEl(L);while(J){K.x+=J.offsetLeft;K.y+=J.offsetTop;J=J.offsetParent}return K},getScrollPos:function(K){var J=getEl(K);return new F.Coord(J.scrollLeft,J.scrollTop)},queueJob:function(J){G().add1(J)},queueJobSync:function(J){G().add(J)},pauseTimer:function(){G().pause()},contTimer:function(){G().cont()},createJob:function(J){return D.extend(J)},setOpacity:function(K,J){K.opacity=0.01*J;K.MozOpacity=0.01*J;K.KhtmlOpacity=0.01*J;K.filter="alpha(opacity="+J+")"},blendBG:function(K,N){var M=parseInt(parseInt(K.substr(1,2),16)*N+232*(1-N),10);var L=parseInt(parseInt(K.substr(3,2),16)*N+232*(1-N),10);var J=parseInt(parseInt(K.substr(5,2),16)*N+220*(1-N),10);return"rgb("+M+","+L+","+J+")"},blendFG:function(K,N){var M=parseInt(parseInt(K.substr(1,2),16)*N+102*(1-N),10);var L=parseInt(parseInt(K.substr(3,2),16)*N+102*(1-N),10);var J=parseInt(parseInt(K.substr(5,2),16)*N+102*(1-N),10);return"rgb("+M+","+L+","+J+")"},showDlg:function(L){var J=getEl(L);var K=getEl("curtain").style;if(window.pageYOffset){J.getElementsByTagName("div")[0].style.margin=(window.pageYOffset+100)+"px auto 0"}else{J.getElementsByTagName("div")[0].style.margin=(document.body.scrollTop+100)+"px auto 0";K.left=document.body.scrollLeft;K.top=document.body.scrollTop}J.style.display="block";F.setOpacity(K,0);K.display="block";F.queueJob(new H())},hideDlg:function(K,J){getEl(K).style.display="none";F.queueJob(new E(J))},hideDlgURL:function(K,J){F.hideDlg(K,function(){location.href=J})},loadAsync:function(N,M,O,P,K){var L=C();var J;if(L){J="/ajax/"+N+".jsp?action="+M;if(O){J=J+"&"+O}L.open("GET",J,true);L.onreadystatechange=function(){if(L.readyState===4){getEl(P).innerHTML=L.responseText;if(K){K()}}};L.send(null)}else{getEl(P).innerHTML="Laden fehlgeschlagen"}},openHpDlg:function(){F.showDlg("dlg-homepage");var J=getEl("dlg-homepage-link");if(J){J.select()}},toggleCheck:function(L){var J=document.form[L];var K=J.value.toLowerCase()==="false";J.value=K;getEl(L).className=K?"check check_on":"check check_off"},doOnLoad:function(J){if(window.addEventListener){window.addEventListener("load",J,false)}else{if(window.attachEvent){window.attachEvent("onload",J)}}}};function B(){var J=getEl("dlg-homepage-link");if(J){J.onfocus=J.onclick=J.onmouseup=function(){this.select()}}}F.doOnLoad(B);return F})();var _gaq=_gaq||[];_gaq.push(["_setAccount","UA-19528216-1"]);_gaq.push(["_gat._anonymizeIp"]);_gaq.push(["_trackPageview"]);Suchblume.doOnLoad(function(){var A,B=document.createElement("script");B.type="text/javascript";B.async=true;B.src="http://www.google-analytics.com/ga.js";A=document.getElementsByTagName("head")[0];A.appendChild(B)});window.___gcfg={lang:"de"};Suchblume.doOnLoad(function(){var B,A=document.createElement("script");A.type="text/javascript";A.async=true;A.src="https://apis.google.com/js/plusone.js";B=document.getElementsByTagName("head")[0];B.appendChild(A)})
