function email()
{
	var emailarray= new Array(119,101,105,110,103,117,116,46,98,101,110,122,64,116,45,111,110,108,105,110,101,46,100,101)
	var postemail=''
	for (i=0;i<emailarray.length;i++)
	postemail+=String.fromCharCode(emailarray[i])
					
	document.write('<a style="color:#ffffff; text-decoration:none;" href="mailto:'+postemail+'">'+postemail+'</a>')
}
function email_impressum()
{
	var emailarray= new Array(119,101,105,110,103,117,116,46,98,101,110,122,64,116,45,111,110,108,105,110,101,46,100,101)
	var postemail=''
	for (i=0;i<emailarray.length;i++)
	postemail+=String.fromCharCode(emailarray[i])
					
	document.write('<a style="color:#000000; text-decoration:none;" href="mailto:'+postemail+'">'+postemail+'</a>')
}