// Full Year for Footer
var d=new Date();
document.write(d.getFullYear());
