<!-- 
var sedress = 'syoung_at_hopehousedaycare_dot_org';
function get_sedress(){
var re= /_at_/gi;
sedress = sedress.replace(re,'@');
var re= /_dot_/gi;
sedress = sedress.replace(re,'.');
var the_link="mai" + "lto" +":"+sedress+"?subject=Information%20About%20Volunteering&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;

}

// --> 