function writemail(vorname)                        
   { document.write('<a href="mailto:' + vorname + '&#64;mac&#46;com" class="wht">' + vorname + '&#64;mac.com</a>'); 
   }

function writedommail(vorname,domain)                        
   { document.write('<a href="mailto:' + vorname + '&#64;' + domain +'&#46;com">' + vorname + '&#64;' + domain + '&#46;com</a>'); 
   }

function writemagmail(linktext)                        
   { document.write('<a href="mailto:' + vorname + '&#64;' + domain +'&#46;com">' + linktext + '</a>'); 
   }

function writeormail(vorname)                        
   { document.write('<a href="mailto:' + vorname + '&#64;mac&#46;com">' + vorname + '&#64;mac&#46;com</a>'); 
   }

function writerantmail(vorname)                        
   { document.write('<a href="mailto:' + vorname + '&#64;mac&#46;com?subject=Latest rant">' + vorname + '&#64;mac&#46;com</a>'); 
   }

function writeaim(vorname)                        
   { document.write('<a href="aim:goim?screenname=' + vorname + '&#64;mac&#46;com" title="Click here to contact me via AIM or iChat"><img src="images/mtbuttons/aim.gif" width="80" height="15" alt="AIM" border="0" /></a>'); 
   }
   
function writemailto(vorname)                        
   { document.write('<a href="mailto:' + vorname + '&#64;mac&#46;com?subject=From a reader of your blog" title="Click here to send me an e-mail"><img src="images/mtbuttons/email.gif" width="80" height="15" alt="Email" border="0" /></a>'); 
   }