// JavaScript Document


var edress2 = 'info_at_hwosch_dot_com';
function get_edress_info(){
var re= /_at_/gi;
edress2 = edress2.replace(re,'@');
var re= /_dot_/gi;
edress2 = edress2.replace(re,'.');
var the_link="mai" + "lto" +":"+edress2+"?subject=Make%20It%20Real%20Films%20Info%20Contact&body=" ;
window.location=the_link;

}

var edress = 'peter_at_hwosch_dot_com';
function get_edress_development(){
var re= /_at_/gi;
edress = edress.replace(re,'@');
var re= /_dot_/gi;
edress = edress.replace(re,'.');
var the_link="mai" + "lto" +":"+edress+"?subject=Make%20It%20Real%20Films%20Contact&body=" ;
window.location=the_link;

}

var edress = 'peter_at_hwosch_dot_com';
function get_edress_services(){
var re= /_at_/gi;
edress = edress.replace(re,'@');
var re= /_dot_/gi;
edress = edress.replace(re,'.');
var the_link="mai" + "lto" +":"+edress+"?subject=Make%20It%20Real%20Films%20Contact&body=" ;
window.location=the_link;

}

var edress3 = 'mark3600_at_aol_dot_com';
function get_edress_toolbox(){
var re= /_at_/gi;
edress3 = edress3.replace(re,'@');
var re= /_dot_/gi;
edress3 = edress3.replace(re,'.');
var the_link="mai" + "lto" +":"+edress3+"?subject=Make%20It%20Real%20Films%20Contact&body=" ;
window.location=the_link;

}
