var mailto = '<address><a href="mailto:martin.m0ehle@uni-tuebingen.de">';
var image = '<img src="mailto.gif" width=14 height=10 border=0 alt="Email:">';
var email = 'martin.m0ehle@uni-tuebingen.de</a></address>';
document.writeln(mailto);
document.writeln(image);
document.writeln(email);

