﻿function IsNullOrUndefined( obj )
{
    return( obj == null || obj == 'undefined' );
}
