// 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="About-Palmer-Insurance.html"><font color="white"><b>About Us</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Privacy-Policy.html"><font color="white"><b>Privacy Policy</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="AfterHours-Claims.html"><font color="white"><b>After Hour Claims</b></font></a> &nbsp;| ')
 document.write('|&nbsp; <a href="Contact-Us.html"><font color="white"><b>Contact Us</b></font></a> &nbsp;| ')

document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2009 <a href="http://www.palmerinsurance.ca"><font color="#FFFFD8"><b>Palmer Insurance Brokers (Fenelon) Ltd. </b></a> &nbsp; &nbsp; ')
document.write('Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color="#FFFFD8">Internet WebDeZines</a>')
document.write('</div>')
}



 
