Astaran,
Thanks for the help. The first part which unchecks the box by default works fine. But the second modification to put the "quote" at the top of the reply returns a parse error. Are you sure your coding is 100% correct? Not knowing myself, I have to rely upon your expertise.

This is what my section looks like before replacing it with your mod:
if ($QuoteOrig) {<br /> $Message .= "\n\n<blockquote><font class=\"small\">$Sendtoname sent:</font><hr /><br />";<br /> $Message .= $OrigMessage;<br /> $Message .= "<br /><br /><hr /></blockquote>";<br /> }Jeff