<!-- 
var edress1 = 'hosting_at_fuelinjection_d'
var edress2 = 'ot_biz';
edress = edress1 + edress2
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=Website%20Mail&body=%0D%0A" ;
window.location=the_link;
}
// --> 