// Copyright Sample Script File

function copyright() {






  document.write('|&nbsp;<a href="aboutus-KLSC.html">About Us</a>&nbsp; ')
  document.write('|&nbsp;<a href="NewsandEvents-KLSC.html">News and Events</a>&nbsp;  ')
  document.write('|&nbsp;<a href="Trails-KLSC.html">Trails</a>&nbsp; ')
  document.write('|&nbsp;<a href="Trails-KLSC-general.html">Trail Conditions</a>&nbsp;  ')
  document.write('|&nbsp;<a href="Safety-KLSC.html">Safety</a>&nbsp; ')
  document.write('|&nbsp;<a href="Weather-KLSC.html">Weather</a>&nbsp;  ')
  document.write('|&nbsp;<a href="Photo-Gallery-KLSC.html">Photo Gallery</a>&nbsp; ')
  document.write('|&nbsp;<a href="Links-KLSC.html">Links</a>&nbsp;  ')
  document.write('|&nbsp;<a href="General-KLSC.html">General</a>&nbsp; <br>')
  document.write('|&nbsp;<a href="Contact-KLSC.html">Contact Us</a>&nbsp;  ')
  document.write('|&nbsp;<a href="Purchase-KLSC.html">Purchase Merchandise</a>&nbsp; ')
  document.write('|&nbsp;<a href="Permit-Application.html">Permit Application</a>  &nbsp;|  ')  
  document.write('|&nbsp;<a href="http://www.internetwebdezines.com/klsc/guestbook/index.html" target="blank">Guestbook</a>&nbsp;  ') 
  document.write('|&nbsp;<a href="index.html">Home</a>  &nbsp;|  ')  
  
  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2004-2010 <a href="http://www.klsc.ca/" target="blank"> - Kawartha Lake Snowmobile Club - KLSC District 2</a> <br>')
  document.write('Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')

  document.write('</div>')
}


 
 
