// JavaScript Document
document.write("<table id=\"table_nav\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr>");
document.write("<td width=\"100px\"><a href=\"../index.html\">HOME</a></td>");
document.write("<td width=\"100px\"><a href=\"../about.html\">ABOUT</a> </td>");
document.write("<td width=\"140px\"><a href=\"../properties_current.html\">PROPERTIES</a></td>");
document.write("<td width=\"200px\"><a href=\"../buyers_sellers.php\">BUYERS &amp; SELLERS</a></td>");
document.write("<td width=\"140px\"><a href=\"../mls.html\">MLS SEARCH</a></td>");
document.write("<td width=\"120px\"><a href=\"../contact.php\">CONTACT</a></td>");
document.write("</tr>");
document.write("</table>");
