﻿// -- year --
year = "2010";

// -- Reading Files --
road = "";
road += "&copy;" + year + " Proofpoint Japan K.K. All rights reserved";

// -- Output Files --
document.write(road);
// end of script

