// ---- 261a1de9f2_minify_javascript_a708894199.js
var browserName=navigator.appName;var browserVer=parseInt(navigator.appVersion);var version="";var msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3";}else{version="n2";}
function blurLink(theObject){if(msie4){theObject.blur();}}
function decryptCharcode(n,start,end,offset){n=n+offset;if(offset>0&&n>end){n=start+(n-end-1);}else if(offset<0&&n<start){n=end-(start-n-1);}
return String.fromCharCode(n);}
function decryptString(enc,offset){var dec="";var len=enc.length;for(var i=0;i<len;i++){var n=enc.charCodeAt(i);if(n>=0x2B&&n<=0x3A){dec+=decryptCharcode(n,0x2B,0x3A,offset);}else if(n>=0x40&&n<=0x5A){dec+=decryptCharcode(n,0x40,0x5A,offset);}else if(n>=0x61&&n<=0x7A){dec+=decryptCharcode(n,0x61,0x7A,offset);}else{dec+=enc.charAt(i);}}
return dec;}
function linkTo_UnCryptMailto(s){location.href=decryptString(s,-2);};
// ---- 7491b297c2_minify_javascript.js
window.onload=function(){if(document.forms[0]){var autocomplete=document.createAttribute('autocomplete');autocomplete.nodeValue='off';document.forms[0].setAttributeNode(autocomplete);}
document.getElementById('q').onclick=function(){if(this.value=='Suchbegriff eingeben'){this.value='';}}
document.getElementById('q').onblur=function(){if(this.value==''){this.value='Suchbegriff eingeben';}}}
function $(id){return document.getElementById(id);}
function getCrypt(){var text=document.crypt.text.value;return getHTTPrequest('crypt',text);}
function getMd5(){var text=document.md5.text.value;return getHTTPrequest('md5',text);}
function getUnix(){var text=document.unix.stunde.value+','+document.unix.minute.value+','+document.unix.sekunde.value+','+document.unix.monat.value+','+document.unix.tag.value+','+document.unix.jahr.value;return getHTTPrequest('unix',text);}
function getZufall(){var text=document.zufall.laenge.value+','+document.zufall.A_Z.checked+','+document.zufall.a_z.checked+','+document.zufall.z0_9.checked+','+document.zufall.sonder.checked;return getHTTPrequest('zufall',text);}
function getHTTPrequest(type,value){var xmlhttp=null;if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest();}
else if(window.ActiveXObject){xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}
xmlhttp.open("GET",'/include/httprequest.php?type='+type+'&value='+escape(value),true);xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState!=4){$('result').innerHTML='<img src="/images/preloader.gif" alt="Preloader" />';$('result').style.border='none';$('result').style.background='none';}
if(xmlhttp.readyState==4&&xmlhttp.status==200){$('result').innerHTML=xmlhttp.responseText;$('result').style.border='1px solid #ddd';$('result').style.background='#E8E495';}}
xmlhttp.send(null);}
function openWindow(source,width,height){window.open('/flashvideo.php?source='+source,"Video","width="+width+",height="+height+",left=100,top=200,resizable=no,menubar=no,status=no,toolbar=no");};
