<!-- 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="/index.asp" target="_top">GetaMotorcycle.com Inc.</a> ');

document.write('All Rights Reserved<br>');
document.write('To send feedback regarding the new site, click the FeedBack link '); 

document.write(' <A HREF="mailto:Sales@GetaMotorcycle.com?Subject=Website Feedback">Feedback</a>');

document.write('</span><br>');
//  End -->