<!-- 
var edress = 'cpldirector_at_castrovillelibrary_dot_org';
function get_edress2(){
var re= /_at_/gi;
edress = edress.replace(re,'@');
var re= /_dot_/gi;
edress = edress.replace(re,'.');
var the_link="mai" + "lto" +":"+edress+"?subject=Castroville Library" ;
window.location=the_link;

}

// --> 
