
/**
 * mail to script
 */
<!-- Begin Mail To Function -->
function mailpage()  {  
  mail_str = "mailto:?subject=Recommended Site: ThielkeHypnosis.com";  
  mail_str += "&body=This page has been forwarded to you from a friend that enjoyed viewing our site:  ThielkeHypnosis.com";  
  mail_str += ". You may view it at http://www.ThielkeHypnosis.com";   
  location.href = mail_str;  
}  