function pageClass()
{
  this.setPageRegister = function()
  {
    this.setEventModel3(window, 'load', this.setPageInitialize);
  }
}

pageClass.prototype = new eventClass();