// Copyright Sample Script File

function copyright() {






  document.write('|&nbsp;<a href="drugchecker.html">Drug Information</a>&nbsp;| ')
  document.write('|&nbsp;<a href="yourhealth.html">Your Health/Library</a>&nbsp;|  ')
  document.write('|&nbsp;<a href="hours.html">Hours of Operation</a>&nbsp;| ')
  document.write('|&nbsp;<a href="gift.html">Gift Store</a>&nbsp;| ')
  document.write('|&nbsp;<a href="healthrelated.html">Health Related Links</a>&nbsp;|  ')
  document.write('|&nbsp;<a href="askus.html">Ask Your Pharmacist</a>&nbsp;|   ')
  document.write('|&nbsp;<a href="refill.html">Refill Your Prescription</a>  &nbsp;|  ')
   document.write('|&nbsp;<a href="mailto:kirkphar@ntl.sympatico.ca">E-mail Us</a>&nbsp;|  ') 
  document.write('|&nbsp;<a href="index.html">Home</a>  &nbsp;|  ')
  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2001 - 2003 <a href="http://www.nt.net/kirkphar" target="blank"> - Kirkland Pharmacy Kirkland Lake, Ontario </a> <br>')
  document.write('Site created  and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank">Internet WebDeZines</a>')

  document.write('</div>')
}


 
 

