function initArray() 
{
  this.length = initArray.arguments.length
  for (var i = 0; i < this.length; i++)
  this[i+1] = initArray.arguments[i]
}

var LastModDate = new Date(document.lastModified);
var fyear = LastModDate.getYear();
if (fyear<100) fyear = "19" +1+ LastModDate.getYear();
else if (fyear<1900) fyear = 1900 + LastModDate.getYear(); 
else fyear = LastModDate.getYear();document.writeln("Subject to change without notice.  ");
document.write("Last Update  ");
document.write(LastModDate.getDate(),"/", LastModDate.getMonth()+1,"/" + fyear);
document.write(".");