/* 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("© Paul Garrard 2006-" +yy);
