// Copyright Sample Script File

function copyright() {




  document.write('|&nbsp;<a href="index.html"><font color="white">|&nbsp;Home</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Kenogami-Marine-Services.html"><font color="white">Services</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Kenogami-Marine-Promotions.html"><font color="white">Promotions</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Boat-Storage.html"><font color="white">Boat & Platoon Storage</a>&nbsp;| ')
  document.write('|&nbsp;<a href="http://www.kenogamimarine.com/used_products.php"><font color="white">Used Products</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Links.html"><font color="white">Links</a>&nbsp;| ')

  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('<font color="white">© Copyright 2010 <a href="http://www.kenogamimarine.com/"><font color="white">Kenogami Marine, in Kenogami Ontario  - Pontoon and Boat sales </a><br>')
  document.write('<font color="white">Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color="white">Internet WebDeZines</a>')
  document.write('</div>')
}


 
 
