/**
 * Create the ONEGEEK global namespace object
 */
if (typeof ONEGEEK == "undefined" || !ONEGEEK) {
    /**
     * The ONEGEEK global namespace object.  If ONEGEEK is already defined, the
     * existing ONEGEEK object will not be overwritten so that defined
     * namespaces are preserved.
     * @class ONEGEEK
     * @static
     */
    var ONEGEEK = {};
}