// Copyright Sample Script File

function copyright() {





  document.write('|&nbsp;<a href="index.html">Home</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Waterfront-Inn-Motel2.html">Accommodations & Features</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Motel-RoomsandRates.html">Rooms & Rates</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Waterfront-Inn-Restaurant-Roosters.html">Roosters Bar & Gril</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Waterfront-Inn-Motel-Photos.html">Photo Gallery</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Waterfront-Inn-Contact.html">Directions & Contact Info</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Waterfront-Inn-Links.html">Links</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Waterfront-Inn-Motel-Attractions.html">Area Attractions</a>&nbsp;| ')





   
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('©Copyright 2002-2010 <a href="http://www.waterfrontinn-ontario.com/" target="blank">Waterfront Inn - New Liskeard Ontario </a>.')
  document.write('Site created and maintained by: <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')

  document.write('</div>')
}


 
 
