// this script is stolen from Sam DeNies! Thanks, person that nobody reading this will have heard of!

function mailto(x,y)
{
document.write('<a href=\"mailto:' + y + '@' + x + '\">' + y + '@' + x + '</a>');
}