function scrambled_email(hint){
 var a,b,c,d,e,f,g,h,i
 a='<a style="color: rgb(0,0,0);" href=\"mai'
if (hint == "antuaid (at) antuaid.de") {
b='antuaid'
} else if (hint =="Arne Thurich") {
 b='arne.thurich'
}
 c='\">'
 a+='lto:'
 b+='@'
 e=hint+'</a>'
 f=''
 b+='antuaid.de'
 g='<img src=\"'
 h=''
 i='\" alt="Email us." border="0">'
 
 if (f) d=f
 else if (h) d=g+h+i
 else d=b
 
 document.write(a+b+c+e)
}
 


