var a = "Questions or Comments?<br>Email Sharon at - <a href=";
var b = "sharon";
var c = "rsbriggs.com";
var time = new Date();
var year = time.getYear();
if (year < 1900) { year = time.getYear() + 1900; }
else year = time.getYear();
document.write ("<div style = \"color: #FFFFFF; font-family: arial, verdana, helvetica; ");
document.write ("font-size: 10pt; font-weight: 400; text-align: center; text-decoration:none\">");
document.write ("Web Site Initially launched October 3, 1998.<br><br>");
document.write ("All Material (including images) on this site are<br>");
document.write ("Copyright© 1998-" + year + " by ");
document.write ("&#83;&#104;&#97;&#114;&#111;&#110;&#32;&#66;");
document.write ("&#114;&#105;&#103;&#103;&#115;&#46;<br><br>");
document.write (a + "mail" + "to:" + b + "@" + c + ">" + b + "@" + c + "<" + "/" + "a>");
document.write ("<br><br><br></div>");

