a='@';
b='telus';
b=b+'.net';
function mailto(name) {
  document.write('<a href="mailto:'+name+a+b+'">'+name+a+b+'</a>');
}