<!--
document.writeln('<div id="navcontainer">');
document.writeln('	<ul id="navlist"">');
document.writeln('	<a href="index.html"><li id="about">about us</li></a>');
document.writeln('	<a href="goals.html"><li id="goals">our goals</li></a>	');
document.writeln('	<a href="issues.html"><li id="issues">issues</li></a>');
document.writeln('	<a href="resources.html"><li id="resources">resources</li></a>');
document.writeln('	<a href="members.html"><li id="members">members</li></a>');
document.writeln('	<a href="contact.html"><li id="contact">contact us</li></a>');
document.writeln('	</ul>	');
document.writeln('</div>');
document.writeln('<br>');
document.writeln('<span class="osi_logo"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="200" height="271"><param name="movie" value="images/82osi3.swf" /><param name="quality" value="high" /><embed src="images/82osi3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="271"></embed></object></span>');
//-->