
<!-- 

function bluwoodEmail(name) {				//For all bluwood email addresses
    var host = "bluwoodnortheast.com";
    var delim = "\@";
    var href = 'mailto:';
    var text = '\<a href="' + href + name + delim + host + '">';
document.write(text); 
}


// -->

