function email(subject, body)
{
	mail_str = "mailto:?subject= CKBB Law - " + subject;
	mail_str += "&body= " + body;
	mail_str += "" + location.href;
	location.href = mail_str; 

}
