// Copyright Sample Script File

function copyright() {
/**  document.write('|&nbsp;<a href="News-Kirkland-Lake-Legion87s.html">News</a>&nbsp;| ')
  document.write('|&nbsp;<a href="The-Team-Kirkland-Lake-Legion87s.html" target>The Team</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Schedule-Kirkland-Lake-Legion87s.html">Schedule/Stats</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Links-Kirkland-Lake-Legion87s.html">Links</a>&nbsp;| ')
  document.write('|&nbsp;<a href="About-Kirkland-Lake-Legion87s.html">About Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Contact-Kirkland-Lake-Legion87s.html">Contact Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Alumni-Legion87s.html">Alumni</a>&nbsp;| ')
  document.write('|&nbsp;<a href="index.html">Home</a>  &nbsp;|  ')
  
  document.write('<br><br>')
**/
  document.write('<div align="center">')
  document.write('© Copyright 2003-2006 <a href="http://www.kllegion87.com" target="blank">Kirkland Lake Legion 87s</a> <br>')
  document.write('Proudly donated and maintained by:  <a href="http://www.exclusivecomputers.com/" target="blank">EXCLUSIVE COMPUTERS & Digital Centre Ltd.</a><br>')
  document.write('All photos provided by Shannon Galarneau, <a href="http://www.shannongphotography.net/" target="blank">Shannon G. Photography</a><br>')
  document.write('For picture package orders, call 705-567-2735 or e-mail at shannon@shannongphotography.net')

  document.write('</div>')
}


 
 
