var mailto = '<address><a id="smaller" href="mailto:martin.m0ehle@uni-tuebingen.de?subject=Feedback Moehle Homepage">';
var image = '<img src="mailto.gif" border=0 alt="Email:">';
var email = 'martin.m0ehle@uni-tuebingen.de</a></address>';
document.writeln(mailto);
document.writeln(image);
document.writeln(email);

