<!-- 
var medress = 'mrandall_at_hopehousedaycare_dot_org';
function get_medress(){
var re= /_at_/gi;
medress = medress.replace(re,'@');
var re= /_dot_/gi;
medress = medress.replace(re,'.');
var the_link="mai" + "lto" +":"+medress+"?subject=Donate%20to%20the%20Hope%20House%20Emergency%20Fund&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;

}

// --> 
