<!-- Begin

/* The following script will take a statement topic and combine it with the title of your page */
/* place that in the subject line, then place the url of the page in the email body */
/* Great way to get feedback for informational sites */

function mailit(){
admin="doug@tooleco.com"; /* Put in your email address */
topic="Information Request via Web Site";
 {
parent.location.href='mailto:'+admin+'?subject='+topic+'';
   }
}

// End -->

