<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
var d = new Date();
var curr_year = d.getFullYear();
document.write('<span class ="copyright">Copyright &copy;2005-'+curr_year+' ');

document.write('<a href="/" target="_top">Lessons From The Edge</a> ');

document.write('All Rights Reserved<br>');


username = "info";
domain = "LessonsFromTheEdge";
extension = ".com";
document.write('For more information, <a h' + 'ref=\"m' + 'ailt' + 'o:' + username + '@' + domain + extension + '\">' + 'Contact Us' + '<\/a>'); 

document.write('</span><br>');

//  End -->