
//simple statment to automatically update the copyright notice [end] year for each linked page

document.write('<span class="smallwhite">Always Perfect Detail &copy; 2002-' +
(new Date()).getFullYear());

document.writeln('</span>');

document.writeln('<br>');
document.writeln('<A HREF="http://www.anothergranddesign.com"><img src="images/G_design.gif" width="180" height="15" border="0" alt="Grand Design" vspace="6"></A>');

//--> 




