// Copyright Sample Script File

function copyright() {



  document.write('© Copyright 2003-2005, Freedom of Choice in Healthcare Inc., - GMO<br>')
  document.write('Created and Maintained by: <a href="http://www.freedomofchoiceinhealthcare.ca/">Freedom of Choice in Healthcare 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 <br> specific use of any of the  non-drug food-based medicinal products referenced herein</i></font>')

  document.write('</div>')
}


 
 