<!--
var username = "sales";
var hostname = "mjsheetmetal";
var thedots = ".co.uk";
var subject = "Enquiry%20From%20M%20J%20Sheetmetal%20Website";
document.write('<FONT FACE="helvetica,arial" size=-2>');
document.write("<FONT COLOR='BLUE'>");
document.write("<a href=" + "mail" + "to:" + username +
"@" + hostname + thedots + "?Subject=" +
subject + ">" + username + "@" + hostname + thedots + "</a>")
//-->
