var copyright;
var update;
copyright = new Date;
update = copyright.getYear();
document.write("Copyright 1998-"+ update + "    Long Standing Bear Chief    all rights Reserved");
