// JavaScript Document
/* Commented out sections do not appear in initial HTML-only site. I may hack them out before sending to EDG,
	am leaving them here until confirmation of design */

document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic00" align="right"><a class="leftNav" href="/index.html">Home</a></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic01" align="right"><a class="leftNav" href="/about/about.html">About Us</a></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic02" align="right"><a class="leftNav" href="/programs/programs.html">Our Treatment Programs</a></td>');
document.writeln('	</tr>');
/*
document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic03" align="right"><a class="leftNav" href="/resources/resources.html">Resources</a></td>');
document.writeln('	</tr>');
*/
document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic06" style="padding-left: 10px;" align="right"><a class="leftNav" href="/school/school_program.html">Independent School Program</a></td>');
document.writeln('	</tr>');

document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic04" align="right"><a class="leftNav" href="/team/team.html">Our Team</a></td>');
document.writeln('	</tr>');

document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic05" align="right"><a class="leftNav" href="/friends/donate.html">Support Freedom Institute</a></td>');
document.writeln('	</tr>');

document.writeln('	<tr>');
document.writeln('		<td class="leftNavImage" align="center"><img src="/images/leftnav04_image.jpg" border="0" width="230" height="345" ></td>');
document.writeln('	</tr>');

document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic00" style="padding-left: 10px;" align="right"><a class="leftNav" href="/stories/stories.html">Personal Stories</a></td>');
document.writeln('	</tr>');
document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic00" style="padding-left: 10px;" align="right"><a class="leftNav" href="/news/newsletter.html">Freedom Institute Newsletter</a></td>');
document.writeln('	</tr>');

// temp thing till News is enabled
document.writeln('	<tr>');
document.writeln('		<td class="leftNavTopic00" style="padding-left: 10px;" align="right"><a class="leftNav" href="/news/events.html">Upcoming Events and News</a></td>');
document.writeln('	</tr>');

//document.writeln('	<tr>');
//document.writeln('		<td class="leftNavTopic08" style="padding-left: 10px;" align="right"><a class="leftNav2" href="/news/news.html">FI in the News</a></td>');
//document.writeln('	</tr>');

document.writeln('</table>');
