var m =  document.lastModified
var st = "Copyright &copy; 2003 Repertory.org and Kent Homeopathic Associates.";

if (Date.parse(document.lastModified) !=0)
document.write('<font size=-2><font color=#666666>Last Modified: '

+ m + '<br>' + st + '</font>');
