/* author: Paul Garrard - Iceni Solutions */
/* Creation date: 02-10-02 */

/* This sets the footer, copyright slogan & date variable for the footer of pages */
var now=new Date();
var yy=now.getFullYear();

document.write("<HTML><hr color='#8C2828'/></HTML>");
document.write("© Paul Garrard 2003 - " +yy);
document.write("<HTML><hr color='#8C2828'/></HTML>");
document.write("<HTML><br><div align='center'><a href='http://www.iceni-solutions.co.uk/web'><img src='site_design.gif' border='0' width='142' height='28' alt='Site design by Iceni Solutions'></a></div></HTML>");
document.write("<HTML><br></HTML>");
