
function scramble_email(a,b,c,d)
{
    email = c+b+'@'+a+'.'+d;
    document.write('<a href="mailto:'+email+'">'+email+'</a>');
}
