// JavaScript Document

var time=new Date();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
            
document.write ('<a href="index.html" class="flink"> Home</a> |')
document.write ('<a href="events.html" class="flink"> Events</a> |')
document.write ('<a href="membership.html" class="flink"> Memberships</a>')
document.write ("<br />")
document.write ('<class="copyright"> Copyright © ')
document.write ("" + year + "")
document.write (' Buffalo Claims Association')
document.write ("<br />")
document.write ('PO Box 222 Buffalo, NY 14224')
document.write ("<br />")
document.write ('Send mail to: Buffalo Claims President with questions or comments about this website.')
