<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<BR><span class ="copyright">&copy;Copyright ');


today=new Date(); // Initialize Date in raw form

year=today.getYear(); // Get the year

document.write (year);

document.write(', ');

document.write('<a href="http://www.naultssuzuki.com" target="_top">Naults Suzuki</a> <b>(603) 669-7221 </b> <br>');

document.write('For more information feel free to '); 

document.write(' <A HREF="mailto:suzukisales@naults.com">Contact Us</a>');

document.write('</span><br>');

//  End -->