// Copyright Sample Script File

function copyright() {





  document.write('|&nbsp;<a href="index.html">Home</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Schedule-KirklandLakeGolf.html">2008 Schedule</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Score-Card-KirklandLakeGolf.html">Score Card</a>&nbsp;| ')  
  document.write('|&nbsp;<a href="KLCG-Champions-KirklandLakeGolf.html">KLCG Champions</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Golf-Links-KirklandLakeGolf.html">Golf Links</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Membership.html">Membership Form</a>&nbsp;| ')  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 1999 - 2010 <a href="http://www.klgolfclub.com">Kirkland Lake Golf Club</a><br>')
  document.write('Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')
  document.write('</div>')
}


 
 
