var output = ""
var d = new Date();
output = output + "&#169; Copyright "
output = output + (d.getFullYear())
output = output + " Yes 97 LLC.  All Rights Reserved."
document.write(output);


