<!-- 
var edress = 'kdean_at_hopehousedaycare_dot_org';
function get_edress(){
var re= /_at_/gi;
edress = edress.replace(re,'@');
var re= /_dot_/gi;
edress = edress.replace(re,'.');
var the_link="mai" + "lto" +":"+edress+"?subject=Tour%20of%20Hope%20House&body=Thank%20you%20for%20contacting%20me.%0D%0APlease%20provide%20as%20much%20information%20as%20possible%20so%20I%20can%20deal%20with%20your%20inquiry%20efficiently." ;
window.location=the_link;

}

// --> 
