Contact="Bob Giles"

user = "bob";

site = "thecorfiot.com";
document.write('Copyright © 2002, 2003, 2004, 2005, 2006, 2007 by ');+
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(Contact + '</a>' + '<BR>');
document.write('All rights reserved');
