// This JavaScript routine was written in 2002 (by Cheryl Sharpe).
// It was mostly plagiarized from a helpful anti-spam site (see the What's New page
// for details).

var name1 = "cm";
var name2 = "sharpe";
//var domain = "cox.net"; 
var domain = "cmsharpe.com";
document.write('<a href=\"mailto:' + name1 + name2 + '@' + domain + '\">');
document.write('<img src=\"/old_site/images/mail.gif\" border=\"0\" height=\"32\" width=\"32\" ');
document.write('alt=\"E-mail link\" /></a>');

