// ======================================================================
// Copyright 2003-2009, Touchtech Ltd
// All rights reserved
//
// $Id: writemail3.js 30 2009-01-02 15:25:51Z nick $
// ======================================================================

// adapted from a tip by Joseph McLean

var who = "nick";
var where = "touchtech.co.uk";

document.writeln("<span class=\"contactitemname\">Email:</span>");
document.write("<a class=\"inlinelink1\" href=" + "mail" + "to:" + who
+ "@" + where + "?subject=Information%20Request"
+ " title=\"Email Touchtech Ltd\"" + ">" + who + "@" + where + "</a>");

