// JavaScript Document
 function jmailme()
{
 you = "info"; at = "@"; server = "trixieland.nl"; eml = you+at+server;
 document.location.href = 'mailto:'+eml
}

