/* 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><br></HTML>");
document.write("<HTML><hr width='730' color='#de001' align='center'/></HTML>");
document.write("© Paul Garrard 2004 - " +yy);
document.write("<HTML><hr width='730' color='#de001' align='center'/></HTML>");
document.write("<HTML><br><div align='center'><a href='http://www.of-course.co.uk'><img src='http://www.of-course.co.uk/img/sitehosted.gif' border='0' width='237' height='38' alt='Site designed & hosted by www.of-course.co.uk'></a></div></HTML>");
document.write("<HTML><br></HTML>");


