// JavaScript Document
 function address_me(a,b)
{
document.write('<a href="mailto:' + a + '@' + b + '">'+ a + '@' + b + '</a>');
}