// 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('<div id="navLinks">');

document.writeln('		<div class="navTopic"><a class="navTopic" href="/girls/girls_cookie_ent.html"><img src="/images/leftnav_teens_teens.gif" alt="Teens Home"></a></div>');
document.writeln('		<ul>');
document.writeln('		<li><a href="/girls/cc_main.html">Cookie Club</a></li>');
document.writeln('		<li><a href="/girls/girls_goc.html">Gift of Caring</a></li>');
document.writeln('		<li><a href="/common/safety_rules.html?class=girls">Cookie Safety</a></li>');
document.writeln('		<li><a href="/common/selling_tips.html?class=girls">Selling Tips</a></li>');
document.writeln('		<li><a href="/common/steps_to_success.html?class=girls">Five Steps of Cookie Success</a></li>');
document.writeln('		<li><a href="/girls/girls_cookies_4change.html">Cookies 4 a Change</a></li>');
document.writeln('		<li><a href="/girls/girls_games.html">Games and Activities</a></li>');
//document.writeln('		<li><a href="/girls/girls_news.html">Cookie News for Girls</a></li>');
document.writeln('		</ul>');
document.writeln('		<div class="navTopic"><a class="navTopic" href="/girls/index.html"><img src="/images/leftnav_girls_girls.gif" alt="Girls Home"></a></div>');
document.writeln('		<br>');
document.writeln('		<div class="navTopic"><a class="navTopic" href="/clipart/show_clipart.html#CLIPART=1"><img src="/images/leftnav_girls_clipart.gif" alt="Clip Art"></a></div>');
document.writeln('		<br>');
document.writeln('		<div class="navTopic" style="margin-bottom: 10px"><a class="navTopic" href="/theme/poll_selling.php"><img style="display:inline;" src="/images/leftnav_girls_poll.gif" alt="Girls Home"> <div style="display:inline;">Selling Ideas</div></a></div>');

document.writeln('</div>');
