a='@';
b='race'+'the'+'rockies';
b=b+'.com';
function mailto(name) {
  document.write('<a href="mailto:'+name+a+b+'">'+name+a+b+'</a>');
}
