var who = "pete";
var where = "archeryparties";
var ext = "co.uk";

document.write('<a href="mailto:'+who+'@'+where+'.'+ext+'?subject=Archery Parties Enquiry">');
document.write(who+"@"+where+"."+ext);
document.write('</a>');
