document.write('<div id="siteNav">'
  + '                    <ul>'

// INDEX (HOME)
  + '                        <li>'
  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
  + '                            <a href="http://www.enfieldcelebration.org/indexjs.html">Welcome</a>'
  + '                        </li>'

// ENTERTAINMENT - Turn OFF when events page goes live!
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/events/entertainment.html">Entertainment</a>'
//  + '                        </li>'

// EVENTS
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/events.html">Events</a>'
//  + '                        </li>'

// SCHEDULE
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/schedule.html">Weekend Schedule</a>'
//  + '                        </li>'

// DIRECTIONS
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/logistics/directions.html">Directions</a>'
//  + '                        </li>'

// LODGING
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/logistics/lodging.html">Lodging</a>'
//  + '                        </li>'

// PARKING
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/logistics/parking.html">Parking</a>'
//  + '                        </li>'


// SPONSORS
  + '                        <li>'
  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
  + '                            <a href="http://www.enfieldcelebration.org/sponsors.php">Our Sponsors</a>'
  + '                        </li>'

// DONATE
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/donate.html">Make A Donation</a>'
//  + '                        </li>'

// VOLUNTEER
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/volunteers.html">Become a Volunteer</a>'
//  + '                        </li>'

// TEEN
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/teenzone.html">Teen Area</a>'
//  + '                        </li>'


// FORMS
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/forms.php">Registration Forms</a>'
//  + '                        </li>'

// CONTACT
  + '                        <li>'
  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
  + '                            <a href="http://www.enfieldcelebration.org/contact.php">Contact Us</a>'
  + '                        </li>'

// DIRECTORS
  + '                        <li>'
  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
  + '                            <a href="http://www.enfieldcelebration.org/directors.php">Directors</a>'
  + '                        </li>'

// VIDEOS
//  + '                        <li>'
//  + '                            <img height="20" src="http://www.enfieldcelebration.org/webImages/navBug_07.jpg" align="bottom" width="39" border="0" alt="" />'
//  + '                            <a href="http://www.enfieldcelebration.org/videos.html">Videos</a>'
//  + '                        </li>'



// DO NOT COMMENT OUT!!!
  + '                    </ul>'
  + '                </div>'
  
  + ''
  
  );