now = new Date();
year = now.getFullYear ();
document.write ("&copy; Medina City Schools - " + year);
