// Copyright Sample Script File

function copyright() {



 document.write('|&nbsp; <a href=""><font color=white><b></b></font></a> &nbsp;| ')
 
 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="http://www.ultraguest.com/?id=1112746910&sign=1"><font color=white><b>Sign Guestbook</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="http://www.ultraguest.com/?id=1112746910"><font color=white><b>View Guestbook</b></font></a> &nbsp;| ')
 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-2005 <a href="http://www.wildnorthexperience.com"><font color=white><b>Wild North Experience</font></b></a><br> ')
document.write('Site created  by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</a>')
document.write('</div>')
}



 
