// Copyright Sample Script File

function copyright() {




  document.write('|&nbsp;<a href="index.html"><font color="black">Home</a>&nbsp;| ')
  document.write('|&nbsp;<a href="About-Us.html">About Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Employment.html">Employment</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Site-Map.html">Site Map</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Contact-Us.html">Contact Us</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Safety-and-Training.html">Safey and Training</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Company-Services.html">Company Services</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Completed-Projects.html">Completed Projects</a>&nbsp;| <br>')
  document.write('|&nbsp;<a href="Corporate-Policies.html">Cororate Policies</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Community-Involvement.html">Community Involvement</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Testimonials.html">Testimonials</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Photo-Gallery.html">Photo Gallery</a>&nbsp;| ')
  document.write('|&nbsp;<a href="Whats-New.html">What\'\s New</a>&nbsp;| ')
  
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2009-2010 <a href="http://www.macintyremining.com">Alex MacIntyre & Associates Mining Contractors  - 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>')
}


 
 
