// JavaScript Document

function copyright() { 
document.write('<div align="center">')
document.write('Copyright 2010 Joey Kittmer Photography | ')
document.write(' <a href="terms.html" target="_blank">terms of use</A>')
document.write('</div>') }