<!-- 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('&nbsp;<a href="welcome.html" target="_top" class="footerlink">Big Lake Arctic Cat</a> ');

document.write('/');

document.write(' <A HREF="mailto:Sales@BigLakeArcticCat.com" class="footerlink">Contact</a><br>');

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


//  End -->