// Copyright Sample Script File

function copyright() {



  document.write('© Copyright 2004, <a href="http://www.friendsoffreedom.org">Friends of Freedom Inc., International</a><br>')
  document.write('Created and Maintained by: <a href="http://www.friendsoffreedom.org">Friends of Freedom Inc.</a> ')
  document.write('<br><br><br><br><br><br>')
  document.write('</div>')
}


 
 