// Copyright Sample Script File

function copyright() {



 

  document.write('|&nbsp; <a href="Recent-Publications.html"><b>Recent Publications </b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="AboutTruemanTuck.html"><b>Learn More</b></a> &nbsp;| ') 
  document.write('|&nbsp; <a href="TPS.html"><b>Tucks Professioanl Services</b></a> &nbsp;| ')  
  document.write('|&nbsp; <a href="Matrix-Verite.html"><b>Matrix Verite</b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="FriendsofFreedom.html"><b>Friends of Freedom</b></a> &nbsp;| <br>')
  document.write('|&nbsp; <a href="FreedomofChoice.html"><b>Freedom of Choice in Health Care</b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="Alliance.html"><b>Alliance of Natural Health Suppliers</b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="TucksDiscountVitamins.html"><b>Tuck\'\s Discount Vitamins</b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="CuresNaturally.html"><b>Cures Naturally</b></a> &nbsp;|<br> ')
  document.write('|&nbsp; <a href="Related-Links.html"><b>Related Websites </b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="Contact.html"><b>Contact </b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="TruemansColumn.html"><b>Trueman\'\s Column</b></a> &nbsp;| ')
  document.write('|&nbsp; <a href="index.html"><b>Home</b></a> &nbsp;| ')

 
    
document.write('<br><br>')
document.write('<div align="center">')
document.write('© Copyright 2005-2007 6394396 CANADA INC & 6378846 CANADA INC<br> ')
document.write('<a href="http://www.truemantuck.ca"><b>www.truemantuck.ca</b></a><br> ')
document.write('</div>')
}



 
