<!--
document.write("<a href=");
var hostname = "shotmaker";
document.write("mail");
var username = "keith1";
document.write("to:");
document.write(username);
var restofname = "softoledo";
document.write("@");
document.write(hostname + restofname);
document.write(".com?SUBJECT=Ask_The_Pro>");
//-->