// ---- 4eb592f326_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");};

