 function jmailme()
{
 you = "username"; at = "@"; server = "emailserver.com"; eml = you+at+server;
 document.location.href = 'mailto:'+eml
}