// JavaScript Document

function copyright() {
document.write(' &copy; ');
var now = new Date();
document.write(  + now.getFullYear());
document.write(' <a href=http://www.captainyfs.org>CAPTAIN Youth and Family Services</a>. All Rights Reserved.');
}