<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
var date = new Date();

document.write('<span class ="copyright">&copy;Copyright '+date.getFullYear()+' ');

document.write('<a href="index.html" target="_top">www.PrecisionHCC.com</a> ');

document.write('All Rights Reserved<br>');

document.write('</span><br>');

//  End -->