//Get date
var d = new Date();
//Write html
document.write('<span class ="copyright">&copy;Content Copyright ' + d.getFullYear() + ' ' );
document.write('<a href="http://www.thevale.org" target="_top">The Vale of Atholl Pipers Association</a> ');
document.write('</span><br>');