function makeit(prefix, suffix, text)
{
a=prefix;
b=suffix;
c=text;
document.write('<A href="mai');
document.write('lto:'+a+'@');document.write(b+'">');
document.write(c+'</A>');
}

function makeitshow(pre, suf)
{
a=pre; b=suf;
document.write('<A href="mai');
document.write('lto:'+a+'@');document.write(b+'">');
document.write(a+'@'+b+'</A>');
}