var mydate= new Date()
var theyear=mydate.getFullYear()
var thetoday=mydate.getDate()

document.write('&copy; ');
document.write(theyear);

document.write(' Acess Youth Academy. &nbsp; All rights reserved. &nbsp; &nbsp; Web design: <a href="visual-velocity.com" target="_blank">Visual Velocity</a>');
