// Copyright Sample Script File

function copyright() {
    document.write('|&nbsp;<a href="Aussie.html">Aussie</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Canada.html">Canada</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Denmark.html">Denmark</a>&nbsp;|  ')
    document.write('|&nbsp;<a href="Europe.html">Europe</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Germany.html">Germany</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Iran.html">Iran</a>&nbsp;| ')
    document.write('|&nbsp;<a href="New-Zealand.html">New Zealand</a>&nbsp;|<br> ')
    document.write('|&nbsp;<a href="United-Kingdoml.html">United Kingdom</a>&nbsp;|  ')
    document.write('|&nbsp;<a href="United-States.html">United States</a>&nbsp;| ')
    document.write('|&nbsp;<a href="International-Government-Organizations.html">International Government Organizations</a>&nbsp;| <br>')
    document.write('|&nbsp;<a href="World-Trade-Organizations.html">World Trade Organizations</a>&nbsp;| ')    
    document.write('|&nbsp;<a href="Buildeburgers.html">Bilderberger</a>&nbsp;| ')    
    document.write('|&nbsp;<a href="Globalization.html">Globalization</a>&nbsp;| ')
    document.write('|&nbsp;<a href="http://www.taxtyranny.ca/images/HTML/Codex/Codex.html">Codex</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Spanish.html">Spanish</a>&nbsp;| ')
    document.write('|&nbsp;<a href="France.html">France</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Spain.html">Spain</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Greece.html">Greece</a>&nbsp;| ')
    document.write('|&nbsp;<a href="Italian.html">Italian</a>&nbsp;| ')
    
    
    document.write('|&nbsp;<a href="index.html">Home</a>  &nbsp;|  ')
    document.write('<br><br><br><br><br>')
    document.write('© Copyright 2003-2006, Freedom of Choice in Health Care Inc.<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>')
}


 
 