// JavaScript Document

document.write("<a href=\"index.html\"> Main Page  </a>");
document.write("&nbsp&nbsp&nbsp&nbsp&nbsp");
document.write("<a href=\"staff.html\"> About Us </a>");
document.write("&nbsp&nbsp&nbsp&nbsp&nbsp");
document.write("<a href=\"listings.html\"> Our Listings  </a>");
document.write("&nbsp&nbsp&nbsp&nbsp&nbsp");
document.write("<a href=\"tools.html\"> Real Estate Tools  </a>");
document.write("&nbsp&nbsp&nbsp&nbsp&nbsp");
document.write("<a href=\"comment.html\"> Contact Us  </a>");
