/*
 * Copyright (c) 1997-2009, Ron Lussier. All rights reserved.
 *
 * This software is an unpublished work subject to a confidentiality agreement
 * and protected by copyright and trade secret law. Unauthorized copying,
 * redistribution or other use of this work is prohibited. All copies must
 * retain this copyright notice. Any use or exploitation of this work without
 * authorization could subject the perpetrator to criminal and civil liability.
 *
 * The above copyright notice does not indicate actual or intended publication
 * of this source code.
 */

/*---------------------------------------------------------------------------------------------------------
 * This file contains the core code used by Earthenberm applications.
 *---------------------------------------------------------------------------------------------------------*/

if (typeof EB === "undefined") {
	/**
	 * The EARTHENBERM global namespace object.
	 */
	var EB = {};
}

if (typeof EB.ajax === "undefined") {
	/**
	 * The EARTHENBERM ajax namespace object.
	 */
	EB.ajax = {};
}
