// footer.js

var curr_date = new Date();
var year = curr_date.getFullYear();

// document.write("&copy;2008-" + year + " <i>St. Joseph's (Casnewydd) RFC</i>");

document.write("&copy;2008-" + year + " All Rights Reserved <i>St. Joseph's (Casnewydd) RFC</i>\
<br />\
<img src=\"img/logos/tpd_logo.jpg\" alt=\"Third Party Design\" style=\"width:100px;height:38px;\" />\
");

