<!--
// JavaScript Document
function ereply(reply) {
	document.write('<a href=\"mailto:' + reply + '@' + 'mdsi' + 'physicians' + '.' + 'com' + '\">');
	document.write("<font color=#ff6600>");
	document.write(reply + '@' + 'mdsi' + 'physicians' + '.' + 'com');
	document.write("</font>");
	document.write("</a>");
}
-->