function isUndefined(a) {
    return typeof a == 'undefined';
} 
