function email()
{
	var emailarray= new 

Array(105,110,102,111,64,100,114,117,99,107,101,114,101,105,45,107,110,101,110,108,101,105,110,46,100,101)
	var postemail=''
	for (i=0;i<emailarray.length;i++)
	postemail+=String.fromCharCode(emailarray[i])
					
	document.write('<a href="mailto:'+postemail+'">'+postemail+'</a>')
}

function infotextemail()
{
	var emailarray= new 

Array(105,110,102,111,64,100,114,117,99,107,101,114,101,105,45,107,110,101,110,108,101,105,110,46,100,101)
	var postemail=''
	for (i=0;i<emailarray.length;i++)
	postemail+=String.fromCharCode(emailarray[i])
					
	document.write('<a href="mailto:'+postemail+'">E-Mail schreiben</a>')
}