
document.write ('<table align="center" class="copyright"><tr><td align="center">');
document.write ('<p>');

  document.write ('&copy; 2007, 2008, 2009, 2010, 2011, 2012 Mark Gordon<br/>');

document.write ('All Rights Reserved<br/>');
document.write ('No portion of this website or its written content, illustrations or photos may be reproduced<br/>');
document.write ('in any medium, print, electronic or digital, without the express written permission of the copyright holder.');
document.write ('</p>')
document.write ('</td></tr></table>');
