// Copyright Sample Script File

function copyright() {

 

  document.write('|<a href="Contact-CJTT-FM-Radio.html"><font color=white>Contact US!</a> &nbsp;| ')
  document.write('<a href="mailto:cjtt@cjttfm.com"><font color=white>Email Us!</a> &nbsp;| ')  
  document.write('<a href="Programming-CJTT-FM-Radio.html"><font color=white>Programming</a> &nbsp;| ') 
  document.write('<a href="http://www.jefffoxworthy.com/countdown/index.html" target=blank><font color=white>Foxworthy</a> &nbsp;| ') 
  document.write('<a href="Hot-30-CJTT-FM-Radio.html"><font color=white>Hot Canadian Countdown </a> &nbsp;| ') 
  document.write('<a href="Citizen-Awards-CJTT-FM-Radio.html"><font color=white>Citizen Awards</a> <br>&nbsp;| ') 
  document.write('<a href="Christmas-wish-CJTT-FM-Radio.html"><font color=white>Christmas Wish</a> &nbsp;| ') 
  document.write('<a href="Coverage-Map-CJTT-FM-Radio.html"><font color=white>Coverage</a> &nbsp;| ') 
  document.write('<a href="http://www.cjttfm.com/RateCard.pdf"><font color=white>Rate</a> &nbsp;| ')   
  document.write('<a href="NewsCJTT-FM-Radio.html"><font color=white>News</a> &nbsp;| ')
  document.write('<a href="SportsCJTT-FM-Radio.html"><font color=white>Sports</a> &nbsp;| ')
  document.write('<a href="http://weatheroffice.ec.gc.ca/forecast/city_e.html?ON-22"><font color=white>Weather</a> &nbsp;| ')
  document.write('<a href="http://www.lotterycanada.com/lottery/"><font color=white>Lottery</a> &nbsp;| ')
  document.write('<a href="http://www.mto.gov.on.ca/english/traveller/conditions"><font color=white>Road Reports</a> &nbsp;| ')
  document.write('<a href="http://www.hydroonenetworks.com"><font color=white>Power Outages</a> &nbsp;| ')  
  document.write('<a href="Photos-CJTT-FM-Radio.html"><font color=white>Event Photos</a> &nbsp;| ')			    
  document.write('<a href="Local-Towns-CJTT-FM-Radio.html"><font color=white>Local Towns</a> &nbsp;| ') 
  document.write('<a href="Tourism-links-CJTT-FM-Radio.html"><font color=white>Tourism Links</a> &nbsp;| ') 
  document.write('<a href="http://www.cjklfm.com/artistlinks.html" target="blank"><font color=white>Music Links</a> &nbsp;| ') 
   document.write('<a href="index.html"><font color=white>HOME</a> &nbsp;| ') 
  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('©Copyright 1999-2010 <a href="http://www.cjttfm.com" target="blank"><font color=white>CJTT FM Radio - New Liskeard, Ontario</a>.<br>')
  document.write('<font color=white>Site created and maintained by: <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</a>')
  
  
  document.write('</div>')
}


 
 
