// Copyright Sample Script File

function copyright() {

 

  document.write('<div align="center">')
  document.write('©Copyright 1999-2010 <a href="http://www.cjttfm.com" target="blank">CJTT FM Radio - New Liskeard, Ontario</a>.<br>')
  document.write('Site created and maintained by: <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')
  
  
  document.write('</div>')
}


 
 
