
  // Phoenix RC email.js
  // -------------
  // choose the appropriate javascript according to
  // the user's e-mail address


var name = "hejo100";
var server = "yahoo.ca";
var mail = name + "@" + server;

var title = "Heather";

document.write("<a href=\"mailto:"+mail+"?subject=Questions or comments from Phoenix RC web site\">"+title+"</a>");

