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

