function writeEmail(text) {
    if (text=="" || !(text) ) { text = 'info'+unescape('%40')+'donberg'+unescape('%2E')+'ie'; }
    document.write('<A HREF="mailto:'+'info'+unescape('%40')+'donberg'+unescape('%2E')+'ie">'+text+'</A>');
}
