// Copyright Sample Script File

function copyright() {



  document.write('© Copyright 2004-2005, Freedom of Choice in Health Care  Inc. - Statins<br>')
  document.write('<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>')
}


 
 