<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<a href="index.html">Home</a><br>');
document.write('<a href="about.html">About Us</a><br>');
document.write('<a href="services.html">Services</a><br>');
document.write('<a href="estimate.html">Estimate Request</a><br>'); 
document.write('<a href="contact.html">Contact Form</a><br><br><br>');

//  End -->