<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="top-menu-area">');
document.write('<tr><td align="right" nowrap>');

document.write(' | ');

document.write('<a href="index.html" class="menu-top">Home</a> | ');

// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK

document.write('<a href="sitemap.htm" class="menu-top">Site Map</a> | ');

document.write('<a href="about.htm" class="menu-top">About</a> | ');

document.write('<a href="testimonials.htm" class="menu-top">Testimonials</a> | ');

document.write('<a href="contact.htm" class="menu-top">Contact Us</a> | ');

// END MENU LINKS

document.write('</td></tr></table>');

//  End -->