// Copyright Sample Script File

function copyright() {


  document.write('<br><br>')
  document.write('|<a href="index.html"><font color="white">Home</font></a>&nbsp; &nbsp;| &nbsp; &nbsp;')
  document.write('<a href="LetterstotheDrivers.html"><font color="white">Letter to Drivers</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="RaceCategories.html"><font color="white">Race Categories</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Registration.html"><font color="white">Registration</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Payouts-Northern-Thunder-Dragway.html"><font color="white">Payouts</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Rules-Northern-Thunder-Dragway.html"><font color="white">Rules</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Howtofindus.html"><font color="white">Mapquest</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Airport.html"><font color="white">Map to Airport</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;<br>')
  document.write('|&nbsp; &nbsp;<a href="Results/2008Results.pdf"><font color="white">Race Results 2008</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Results/2007Results.pdf"><font color="white">Race Results 2007</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Results/AwardsPresentation2006.pdf"><font color="white">Race Results 2006</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="EventCalendar.html"><font color="white">Event Calendar</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="SpectatorInformation.html"><font color="white">Spectator Information</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="FeatureAttractions.html"><font color="white">Feature Attractions</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;<br>')
  document.write('|&nbsp; &nbsp;<a href="Accommodations-Northern-Thunder-Dragway.html"><font color="white">Accommodations</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Sponsors-Northern-Thunder-Dragway.html"><font color="white">Sponsors</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Links-Northern-Thunder-Dragway.html"><font color="white">Links</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Contact-Northern-Thunder-Dragway.html"><font color="white">Contact Us</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')
  document.write('<a href="Volunteers-Northern-Thunder-Dragway.html"><font color="white">Be a Volunteer</font></a>&nbsp; &nbsp;|&nbsp; &nbsp;')  
  
  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2004-2010 <a href="http://www.northernthunderdragway.com" target="blank"><font color="gold"> -  Northern Thunder Drag Races</font> </a> ')
  document.write('Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color="gold">Internet WebDeZines</font></a>')

  document.write('</div>')
}


 
 
