function init() {
document.getElementById('menu').innerHTML = '\
<a href="index.html">Home</a><hr>\
<a href="about.html">About us</a><hr> \
<a href="2010plan.html">2010 Work plan</a><hr>\
<a href="pollution.html">Pollution Prevention</a><hr> \
<a href="openspace.html">Open Space</a><hr> \
<a href="education.html">Education</a><hr> \
<a href="news.html">Calumet Region News</a><hr> \
<!--<a href="resources.html">Calumet Resources</a><hr>\
<a href="join.html">Join Us</a><hr> -->\
<a href="http://setaskforce.blogspot.com/" target="_blank">Read our blog</a><hr>\
<br><br><small>\
<p>In partnership with<br>\
<img src="images/csilogo.jpg"><br><a href="http://www.calumetstewardshipinitiative.org/" target="_blank">Calumet Stewardship Initiative</a></p>\
<p>A member of<br>\
<img src="images/eslogo.jpg"><br><a href="http://www.earthshare-illinois.org/" target="_blank">Earthshare Illinois</a></p>\
<p>In partnership with<br>\
<img src="images/chplogo.jpg" width="100"><br><a href="http://www.calumetheritage.org" target="_blank">Calumet Heritage Partnership</a></p>\
<p><img src="images/lnci.jpg" ><br>a <a href="http://www.chicagowildernes.org" target="_blank">Chicago Wilderness</a> initiative</p>\
</small>';
document.getElementById('footer').innerHTML = '\
&nbsp|&nbsp<a href="index.html">Home</a>&nbsp|&nbsp \
<a href="about.html">About Us</a>&nbsp|&nbsp \
<a href="2010plan.html">2010 Work plan</a>&nbsp|&nbsp\
<a href="pollution.html">P2</a>&nbsp|&nbsp \
<a href="openspace.html">Open Space</a>&nbsp|&nbsp \
<a href="education.html">Education</a>&nbsp|&nbsp \
<a href="news.html">News</a>&nbsp|&nbsp \
<!-- <a href="resources.html">Resources</a>&nbsp|&nbsp \
<a href="join.html">Join</a>&nbsp|&nbsp --> \
<a href="http://setaskforce.blogspot.com/" target="_blank">Blog</a>&nbsp|&nbsp \
<hr>';
document.getElementById('header').innerHTML = '\
<p><img src="images/SETFtitle.png" width="50%" border="0" align="left" vspace="2"></p>\
<p align="right">13300 S. Baltimore Ave. <br>Chicago, IL 60633<br>773-646-0436</p>\
<br>\
<br>\
<p align="center" ><i>A not-for-profit organization dedicated to serving the southeast side and south suburbs of Chicago by promoting environmental education, pollution prevention, and sustainable development.</i></p> \
';
document.getElementById('important').innerHTML = '\
<h2 align="center">The Spring Membership Drive</h2> \
<p><img style="padding-right : 20px" src="images/feeder.jpg" align="left" width="300"></p> \
<p align="justify">Our <a href="resources/2010Appeal.pdf">spring membership</a> drive starts in April and we hope you can help us <i>fill the feeder</i>. \
We need to raise $11,750 in the next 6 weeks.  You can help by becoming a member at the $25 level or giving a larger donation if you are \
able.  Mail your tax deductable donation to the address on the top of this page and check back frequently to see how we are progressing \
and if any birds visit our feeder...</p><br>\
';
}



