// Copyright Sample Script File

function copyright() {



 
 document.write('|&nbsp; <a href="About-Us.html"><font color=white><b>About Us</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Hunting.html"><font color=white><b>Hunting</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Fishing.html"><font color=white><b>Fishing</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Cabin-Rentals.html"><font color=white><b>Cabin Rentals</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Other-Fun-Stuff.html"><font color=white><b>Other Fun Stuff</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Photo-Gallery.html"><font color=white><b>Photo Gallery</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Links.html"><font color=white><b>Links</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Contact-Us.html"><font color=white><b>Contact Us</b></font></a> &nbsp;|<br> ')

 document.write('|&nbsp; <a href="index.html"><font color=white><b>Home</b></font></a> &nbsp;| ')


    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2002-2011 <a href="http://www.wildnorthexperience.com"><font color=white><b>Wild North Experience</font></b></a> &nbsp; &nbsp; ')
document.write('Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</a>')
document.write('</div>')
}



 

