document.write( "<div id='header'> ");
document.write( " <img src='images/logo.jpg' width='450' height='120' alt='The Oella Company Logo' style='float:left;' /> ");
document.write( " <img src='images/tagline.gif' width='240' height='120' alt='Historical Mill Village Properties'/>");

document.write( "<div id='header-bottom' align='center'>");
document.write( " <span class='nav'>");
document.write( " <ul>");
document.write( "<li> <a href='aboutus.html'>About Us</a></li> ||");
document.write( "<li> <a href='history.html'>Oella History</a></li> ||");
document.write( "<li> <a href='homesforsale.html'>Homes for Sale</a></li> ||");
document.write( "<li> <a href='lotsforsale.html'>Lots for Sale</a></li> ||");
document.write( "<li> <a href='officespaceforrent.html'>Office Space</a></li> ||");
document.write( "<!-- <li> <a href='rentals.html'>Rentals</a></li> ||-->");
document.write( "<li> <a href='contactus.html'>Contact Us</a></li> ||");
document.write( "<li> <a href='index.html'>Home</a></li>");
document.write( "</ul>");
document.write( "</span>");
document.write( "</div> <!-- header-bottom -->");
document.write( "</div> <!-- header -->");