// Copyright Sample Script File

function copyright() {



  document.write('<font color=white>|&nbsp;<a href="index.html"><font color=white>Home </a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-Sitemap.html"><font color=white>Site Map</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-About-Us.html"><font color=white>About Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-Victimization.html"><font color=white>Victimization</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-Volunteers.html"><font color=white>Volunteers</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-Board.html"><font color=white>Board of Directors</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-HowYouCanHelp.html"><font color=white>How You Can Help</a>&nbsp;|<br> ')
  document.write('|&nbsp;<a href="VCARS-CommunityPartners.html"><font color=white>Community Partners</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-Links.html"><font color=white>Links</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-Forms.html"><font color=white>Forms</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-ContactUs.html"><font color=white>Contact Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="VCARS-Personal-Information.html"><font color=white>Personal Information Policy </a>&nbsp;| ')





  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2007-2009 <a href="http://www.temiskamingvcars.com" target="blank"><font color=white> -  Temiskaming & District Victim Crisis Assistance & Referral Service (VCARS)</a> <br>')
  document.write('Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=white>Internet WebDeZines</a>')

  document.write('</div>')
}


 
 
