// Copyright Sample Script File

function copyright() {

 document.write('|&nbsp; <a href="index.html"><font color=white><b>Home</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Accommodations.html"><font color=white><b>Accommodations</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Bait-and-Tackle.html"><font color=white><b>Bait & Tackle</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Camping-Supplies.html"><font color=white><b>Camping Supplies</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Clothing.html"><font color=white><b>Clothing</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Contact-Us.html"><font color=white><b>Contact Us</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="General-Store.html"><font color=white><b>General Store</b></font></a> &nbsp;| <br>')
 document.write('|&nbsp; <a href="GiftStore.html"><font color=white><b>Gift Store</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Local-Links.html"><font color=white><b>Local Links</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Locate-Us.html"><font color=white><b>Locate Us</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="http://lardersportsandmarine.blogspot.com" target="blank"><font color=white><b>Our Blog</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Our-Fans.html"><font color=white><b>Our Fans</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Sled-Storage.html"><font color=white><b>Sled Storage</b></font></a> &nbsp;| ')



    
document.write('<br><br>')
document.write('<div align="center">')
document.write('<font color=#14214C">© Copyright 2009, <a href="http://www.lardersportsandmarine.com/"><font color=#14214C><b>Larder Sports & Marine your Bait Tackle General Store located in Larder Lake</b></a><br> ')

document.write('Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=#14214C>Internet WebDeZines</a>')
document.write('<br><br>')
document.write('</div>')
}



 

