var today = new Date();
var year = today.getYear();
if (year < 2000) {
year = year - 100 + 2000
}
document.write("<table width=768 border=0 cellspacing=0 cellpadding=0 align=center><tr><td><img src='psp/footer.gif' alt='Micheal Tickner' border=0 WIDTH=768 HEIGHT=10></td></tr><tr><td align='center'  class='small'>I Art Publishing Limited &copy Copyright " + year + " - All Rights Reserved<br>The copyright of all images belongs to Michael Tickner and the pieces are not to be reproduced by anyone</td></tr></table>");