function mailthis()
{
mail_str = "mailto:?subject=Hypnotist The Incredible BORIS Web site"
mail_str += "&body=Highly recommended entertainment. Contact BORIS at 905-882-7707"
mail_str += " - his web site is http://www.IncredibleBORIS.com/"
location.href = mail_str;
}
