<!-- Begin

// ONLY USE lowercase FOR ALL OPTIONS
var topspacing		= "0"             // NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// SIDEBAR WIDTH


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 
{
document.write('<fieldset><legend>');
document.write('Leadership<br></legend>');
document.write('Lysle Sherwin currently directs the Center. <a href="director.htm">Read more.</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 2 
{
document.write('<fieldset><legend>');
document.write('Seeking Partners<br></legend>');
document.write('We are always seeking new projects, in partnership with watershed groups or other stakeholders in Pennsylvania. <a href="contact.htm">Please contact us.</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 3 
{
document.write('<fieldset><legend>');
document.write('Giving to CWS<br></legend>');
document.write('Donations to the Center toward our educational programs & projects are are greatly appreciated.  <a href="donate.htm">Learn more.</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 4
{
document.write('<fieldset><legend>');
document.write('Penn State Water<br></legend>');
document.write
(' <a href="http://water.cas.psu.edu/">- Water Extension & Education</a><br><a href="http://wetlands.psu.edu">- Cooperative Wetlands Center</a><br><a href="http://water.psu.edu/pawater/">- Water Resources Institute</a><br><a href="index.htm">- Watershed Stewardship');
document.write('</fieldset>');
document.write('<br><br>');
}



document.write('</td></tr></table>');


// -- END -->