<!--

emailname = "info"

emailserver = "clivetully.com"

subject = "Clive Tully website enquiry"

//change the font face, color and size below

document.write("<font face='Arial' size=-2>");

document.write("<a href='mailto:" + emailname + "@" + emailserver + "?subject=" + subject + "'>");

document.write("<font color='red'>");

document.write("Email Clive Tully");

document.write("</a>");

document.write("</font>");

//-->