/*The following code has been inserted to stop email harvesting
by VrittiSoft Development, LLC.  www.vrittisoft.com -- Feb 6, 2007*/
window.onload=function() {
	if (!document.getElementById) {
		return false;
	}
	var bbainemail = document.getElementById("email_bbain");
	bbainemail.href = "mailto:"+"brian"
	bbainemail.href += "@"+"shalomyall.com";
	var slevitasemail = document.getElementById("email_slevitas");
	slevitasemail.href = "mailto:"+"susan";
	slevitasemail.href += "@"+"shalomyall.com";
}