// Copyright Sample Script File

function copyright() {



  document.write('� Copyright 2003-2006, Aspartame<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.  Be sure to consult your health<br /> practitioner of choice prior to any specific use of any of the   non-drug food-based medicinal products referenced herein</i></font>')
  document.write('</div>')
}


 
 
