// Copyright Sample Script File

function copyright() {

 document.write('|&nbsp; <a href="index.html">       <font color="#F0E0C9"><b>Home</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="mainfloor.html">   <font color="#F0E0C"><b>Main Floor</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="secondfloor.html"> <font color="#F0E0C"><b>Second Floor</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="outside.html">     <font color="#F0E0C"><b>Outside / Buildings</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="contactus.html">   <font color="#F0E0C"><b>Contact US</b></font></a> &nbsp;| ')


    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2008-2009 <a href="http://www.countryhome4saleinenglehart.com/"><font color="#F0E0C"><b>Country Home for Sale in Englehart Ontario</b></a> <br> ')

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



 
