function mailme() {
	name = "Bauelemente Lorenz GmbH";
	cryptmail = "srvwCedxhohphqwh0oruhq}1gh";
	realmail = "";
	for(i=0;i<cryptmail.length;i++) {
		realmail += String.fromCharCode(cryptmail.charCodeAt(i)-3);
	}
	location.href = "mailto:"+name+" <"+realmail+">";
}

if(location.protocol=="http:") {
 woher=document.referrer;
 if(woher=="") woher="(ohne Referrer)";
 auflsg=screen.width+"x"+screen.height+"x"+screen.colorDepth;
 document.write("<script language=JavaScript type='text/javascript' src='http://blorenz.pgn2000.de/Log.php?seite="+escape(location.pathname)+"&res="+auflsg+"&ref="+escape(woher)+"'></script>");
};
