var user2;
var domain2;
var suffix2;

function macmailt(user2, domain2, suffix2){

var apost = "'";

document.write('<a href="' + 'mailto:' + user2 + '@' + domain2 + '.' + suffix2 + '" STYLE="color: #0000FF;" onMouseover="style.color=' + apost + 'red' + apost + '; style.textDecoration=' + apost + 'underline' + apost + '"  onMouseout="style.color=' + apost + '#0000FF' + apost + '; style.textDecoration=' + apost + 'underline' + apost + '">' + 'imaclachlan@cogeco.ca</a>');


}

