// JavaScript Document
var today = new Date()
var year = today.getFullYear()
document.write('&copy; 2004 - ' + year +' Orpheus Music School');
