// Copyright Sample Script File

function copyright() {



  document.write('© Copyright 2003-2004, Freedom of Choice in Healthcare Canada Inc..., Kava Kava<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 and informational purposes.<br> Be sure to consult your health practitioner of choice prior to any specific use of any of the <br> non-drug food-based medicinal products referenced herein</i></font>')
  document.write('</div>')
}


 
 