/* author: John Maher */
/* creation date: 24/7/05 */
var message= "Bob Cross";
var me1= "bob.w.cross";
var me2= "btopenworld.com";
document.write("<a href=" + "mail" + "to:" + me1 + "@" + me2 + ">" + message + "</a>");
