// Copyright Sample Script File

function copyright() {



  document.write('|&nbsp;<a href="About-Us-PRISM.html">About Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Printing-PRISM.html">Printing</a>&nbsp;|  ')
  document.write('|&nbsp;<a href="Coffee-Talk-PRISM.html">Coffee Talk</a>&nbsp;|  ')
  document.write('|&nbsp;<a href="Subscribe.html">Subscribe to The Voice</a>&nbsp;|  ')
  document.write('|&nbsp;<a href="Haileybury-Voice-PRISM.html">The Voice of the Shores</a>&nbsp;|  ')
  document.write('|&nbsp;<a href="http://www.ultraguest.com/?id=1099637455">Guestbook</a>&nbsp;| <br> ')
  document.write('|&nbsp;<a href="Contact-Us-PRISM.html">Contact Us</a>&nbsp;|  ')
  document.write('|&nbsp;<a href="welcome.html">Home</a>  &nbsp;|  ')  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('<font color="#485D88"> © Copyright 2004-2011 <a href="http://www.prismpublishing.ca" target="blank"> -  PRISM PUBLISHING</a><br>')
  document.write('Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')

  document.write('</div>')
}


 
 

