function prelude() {

 document.writeln('<Table width=750 border=0><tr><td>')
 document.writeln('<table border=0>')
 document.writeln('<tr><td rowspan=3><img src=headpic.jpg></td>')
 document.writeln('<td><div class=banner>Los Altos Hills Open Space</div></td></tr>')
 document.writeln('<tr><td align=center><div class=banner1>"Value Beyond Price..."</div></td></tr>')
 document.writeln('<tr><td align=right><div class=banner2>Dedicated to protecting our open space assets for the future</div></td></tr>')
 document.writeln('</table><hr><table><tr>')
 document.writeln('<td class=Bwrapper width=72 align=center><a class=Bbutton href=index.html><b>Home</b></a></td><td>&nbsp; &nbsp; </td>')
 
// document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=Mission.html>Our<br>Mission</a></td><td>&nbsp; &nbsp; </td>')
// document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=FAQ.html>FAQ<br></a></td><td>&nbsp; &nbsp; </td>')
// document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=Bulls.html>Bulletin<br>Archive</a></td><td>&nbsp; &nbsp; </td>')
// document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=Pressroom.html>Press<br>Room</a></td><td>&nbsp; &nbsp; </td>')
 
 
 
 document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=http://www.lahopenspace.com/Adobe5>Adobe Creek<br>Reach Five</a></td><td>&nbsp; &nbsp; </td>')
 
 
 document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=http://www.lahopenspace.com/Slope_Land_Use.htm>Slope and<br>Land Use</a></td><td>&nbsp; &nbsp; </td>')
 
 
 document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=http://www.pajarowatershed.com/LAH>L.A.Hills<br>Aerial Pics</a></td><td>&nbsp; &nbsp; </td>')
 
 
  document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=Rodent.htm>Oh<br>Rats!</a></td><td>&nbsp; &nbsp; </td>')
 
  document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=Coyote.htm>Wily<br>Coyote</a></td><td>&nbsp; &nbsp; </td>')
 
 
 document.writeln('<td class=Bwrapper width=72 align=center><a class=button href=initiative_home.html>Initiative<br>(Historical)</a></td><td>&nbsp; &nbsp; </td>')
 
 document.writeln('</tr></table><hr>')
}


function postlude() {
 document.writeln('</div><hr>')
 document.writeln('</td></tr>')
 document.writeln('<tr><td><center><font size=2>To provide feedback on this website or be kept informed via Email, please contact <a href="mailto:couperus@mindspring.com">The Webmaster</a></font></center></td></tr>')
 document.writeln('</table><!-- end of  constraining table -->')
 document.writeln('</body></html>')
}