﻿// JScript File

document.writeln('    <div id="header">');
document.writeln('        <a href="contactus.php">CONTACT US</a> |');
document.writeln('        <a href="aboutus.html">ABOUT US</a> |');
document.writeln('        <a href="home.html">HOME</a>');
document.writeln('    </div>');
document.writeln('    <div class="rich_aaron_signat_homes_black">');
document.writeln('        RICHARD AARONSON <span>|</span> SIGNATURE HOMES');
document.writeln('    </div>');
