I do not believe that SPAMbots will see this, but I figured I'd consult the masses. I have a php include that calls to a .class file. When the page is loaded, you do not see the include, you see the intended html that was called in the include. Regular site visitors won't see the include, or the "name at domain.com" line, but I am curious if SPAMbots see the include? Will the following be seen by SPAMbots? <?php include('MailToForm.class'); $MailObject = new MailToForm("name at domain.com"); ?> Thanks, Jono Charleston Web Solutions http://www.charlestonwebsolutions.com/