


// start of function
// check the current date against the page last modified date
// if the dates are more than 7 days apart
// popup a new page displaying a disclaimer
// that the infomation is out of date
// (c) 2005 Action Machinery Co. Inc.
function ValidatePage(){

}// end of function



