static function set_pxpost_account($pxPost_Username, $pxPost_Password)
 {
     self::$pxPost_Username = $pxPost_Username;
     self::$pxPost_Password = $pxPost_Password;
 }