/* author: Paul Garrard - RealAleNet */
/* Creation date: 30-6-08 */

/* This sets the footer, copyright slogan & date variable for the footer of pages */


document.write("<HTML><br><br><br><br><br></HTML>");
document.write("<HTML></HTML>");
document.write("© Hywel " +pubdate);
document.write("<br><br>First published on <a href='http://hywelsbiglog.wordpress.com/' target='_blank'>Hywel's Big Log</a> " +pubdate);
document.write("<HTML></HTML>");

document.write("<HTML><br></HTML>");

