<!-- 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>');

document.write('</span><br>');

//  End -->
