<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
today=new Date();
year=today.getYear();
document.write('<span class ="copyright">&copy;Copyright ' + year + ' ');

document.write('<a href="index.html" target="_top">ADCNC</a> ');

document.write('All Rights Reserved&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="disclaimer.html" target="_top">- Disclaimer -</a><br>');

document.write('For more information feel free to '); 

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('</span><br>');

//  End -->