/* 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='848' color='#BE5050' align='center'/></HTML>");
document.write("&copy; Paul Garrard 2004 - " +yy);
document.write("<HTML><hr width='848' color='#BE5050' align='center'/></HTML>");
document.write("<HTML><br><div align='center'><a href='http://www.realalenet.co.uk'><img src='http://www.realalenet.co.uk/images/sitehosted.gif' border='0' width='180' height='29' alt='Site designed & hosted by www.realalenet.co.uk'></a></div></HTML>");
document.write("<HTML><br></HTML>");

