// JavaScript Document
COPYRIGHT = "&copy; Falkland Wool Growers ";

function writeCopyright()
{
   document.write(COPYRIGHT, new Date().getFullYear());
} 
