// Copyright Sample Script File

function copyright() {


 
  document.write('<br><br>')
  document.write('<div align="center">')
  document.write('© Copyright 2010 <a href="http://www.moffatcreekfarms.com" target="blank"><font color=white> - Moffat Creek Farms in New Liskeard, Ontario - Featuring purebred & commercial Red Agus Cattle</a>')
  document.write('<br>Site created and maintained by:  <a href="http://www.internetwebdezines.com/" target="blank"><font color=#FFF8AE>Internet WebDeZines</a>')

  document.write('</div>')
}


 
 

