var year_1 = "2002";
var year_2 = "2005";

document.write("<!-- Copyright -->");
document.write("<p>");
document.write( "All content copyright &copy;" + year_1+ "-" + year_2 + " OCAS or the original author.");
document.write("</p>");

