<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<div class="navbar"> ');
document.write('<a href="index-2.html">Home</a> | ');
document.write('<a href="automobiles_for_sale.html">Automobiles for Sales</a> | ');
document.write('<a href="sold_inventory.html">Sold Inventory</a> | ');
document.write('<a href="parts.html">Parts</a> | '); 
document.write('<a href="service.html">Service</a> | ');
document.write('<a href="restoration.html">Restoration</a> | ');
document.write('<a href="auto_storage.html">Storage</a> | '); 
document.write('<a href="photo_gallery.html">Gallery</a> | '); 
document.write('<a href="upcoming_events.html">Upcoming Events</a><br>');
document.write('<a href="friends_of_ams.html">Friends of AMS Links</a> | '); 
document.write('<a href="backdraft.html">Backdraft Cobra Roadster</a> | '); 
document.write('<a href="griots.html">Griots Garage</a> | ');
document.write('<a href="news.html">News</a> | ' ); 
document.write('<a href="mailing_list.html">Subscribe to Mailing List</a><br>' ); 
document.write('<a href="directions.html">Directions</a> | ');
document.write('<a href="contact_us.html">Contact Us</a> | ');
document.write('<a href="sitemap.html">Site Map</a>');
document.write('</div>');

//  End -->
					 

