// Copyright Sample Script File

function copyright() {



  document.write('|&nbsp;<a href="index.html"><font color=white>Home</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Cottage-Rates.html"><font color=white>Cottage / Rates</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Outdoor-Recreation.html"><font color=white>Outdoor Recreation</a>&nbsp;| ')
  document.write('|&nbsp;<a href="MapandDirections.html"><font color=white>Map & Directions</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Area-Information.html"><font color=white>Area Information</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Links.html"><font color=white>Links</a>&nbsp;| ') 
  document.write('|&nbsp;<a href="Contact-Us.html"><font color=white>Contact Us</a>&nbsp;| ')
  

  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2006 <a href="" target="blank"><font color="#FFF799"> - Northern Shores Cottages & Motel in Temiskaming Shores (New Liskeard Ontario)</a> ')
  document.write('<br><br>Site created & maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</a>')

  document.write('</div>')
}


 
 
