function generateMail() {
document.getElementById('mail').innerHTML = "<a href='mailto:info@stern-im-raum.de'>info@stern-im-raum.de</a>"+
"<!--[if lt IE 8]><style type=\"text/css\">#bottom p {width:632px;} </style><![endif]-->";
}
window.onload = generateMail;