// JavaScript Document

var nav_contents = '';

nav_contents += '<p align="center" class="footertext"><a href="aboutus.html"><strong>About Us</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;';

nav_contents += '<a href="small_wonders.html"><strong>Small Wonders</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;';

nav_contents += '<a href="tireless_toddlers.html"><strong>Tireless Toddlers</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;';

nav_contents += '<a href="little_adventurers.html"><strong>Little Adventurers</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;';

nav_contents += '<a href="additional_programs.html"><strong>Additional Programs</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;';

nav_contents += '<a href="family_resourses.html"><strong>Family Resourses</strong></a>&nbsp;&nbsp;|&nbsp;&nbsp;';

nav_contents += '<a href="contact.html"><strong>Contact</strong></a></p>';

nav_contents += '<p align="center" class="footertext">&copy; Copyright 2008. Its a Small World Daycare, LLC. All Rights Reserved.<br />Website Design &amp Development by <a href="http://www.DavidWeatherly.com" target="_blank"><strong>David Weatherly</strong></a>.</p>';

document.write( nav_contents );
		
		
		