document.write('<div class="top clear">');
document.write('	<div class="nav"><table width="82%"  border="0" cellspacing="0" cellpadding="0">  <tr align="center">');
    document.write('<td width="12%"><a href="index.html" class="nav">Home</a></td>');
    document.write('<td  width="1%">|</td>');
    document.write('<td width="30%"><a href="carpet.html" class="nav">Carpet Cleaning</a></td>');
    document.write('<td  width="1%">|</td>');
    document.write('<td width="18%"><a href="janitorial.html" class="nav">Janitorial</a></td>');
    document.write('<td  width="1%">|</td>');
    document.write('<td width="16%"><a href="specials.html" class="nav">Specials</a></td>');
    document.write('<td  width="1%">|</td>');
    document.write('<td width="20%"><a href="contactus.html" class="nav">Contact Us</a></td>');
  document.write('</tr></table></div>');
document.write('</div>');



