var footer = '';

footer += '<center>';

footer += '<br><hr>';

footer += '<a href="index-2.html">Home</a>';
footer += '&nbsp;|&nbsp;';
footer += '<a href="contact.html">Location, Contact &amp; Hours</a>';
footer += '&nbsp;|&nbsp;';
footer += '<a href="services.html">Services</a>';
footer += '&nbsp;|&nbsp;';
footer += '<a href="maintenance.html">Scheduled Maintenance</a>';
footer += '<br><br>';

footer += '<font size="-1">Trouble viewing this website?  Want to make a comment or suggestion?<br>  Please contact our <a href="mailto:webmaster@sancarlosautoservice.com">Webmaster</a>.</font>';
footer += '<br><br>';

footer += '<font size="-1">Copyright &copy; 2003.  San Carlos Auto Service.  All rights reserved.</font><br>';
footer += '<font size="-1">Website Created by <a href="http://www.justsayweb.com/" target="new">JustSayWeb.com</a></font><br><br><br>';

footer += '</center>';

document.write(footer);

