function init() {
document.getElementById('menu').innerHTML = '\
<a href="index.html">Home</a><hr>\
<a href="about.html">About us</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="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 = '\
<p><h4>Leadership changes at the Task Force</h4> The Board of Directors held their annual elections at the\
January meeting.  Robert LeSuer was elected to the position of president, Bryant Williams was elected vice-president, \
Linda Cook was elected treasurer and Tom Shepherd was elected Secretary.  The board appointed Peggy Salazar as the \
interim executive director for 2010.  Peggy\'s commitment to the organization as past-president and impressive \
record as an active volunteer gives the board great confidence that she will help the Task Force through the upcoming year \
as we continue to provide relevant environmental programming to the Southeast Side community and advocate \
for environmentally sustainable growth. <p>\
<p>The board of directors has a lot on its plate this year, and we are dilligently working to improve the organizational \
structure, which will in turn increase the value of the Task Force to the community.  We\'ll continue to post important \
announcements both here and on our blog.<p>\
';
}



