// Copyright Sample Script File

function copyright() {



  document.write('� Copyright 2003-2005, Friends of Freedom Inc. - International<br />')
  document.write('Created and Maintained by: <a href="http://www.friendsoffreedom.org">Friends of Freedom Inc.</a> ')
  document.write('<br /><br />')
  document.write(' <font size=1><i>These articles are brought to you strictly for educational<br /> and informational purposes. Be sure to consult your health practitioner <br /> of choice prior to any specific use of any of the  non-drug food-based medicinal products referenced herein</i></font>')
  document.write('</div>')
}


 
 
