/**
 * @fileoverview NiceAjax Form widget. Include this file in your HTML page.
 * Includes NiceAjax Form modules: zpform.js, field.js, validator.js, utils.js.
 *
 * <pre>
 * Copyright (c) 2004-2006 by NiceAjax, Inc.
 * http://www.NiceAjax.com
 * 1700 MLK Way, Berkeley, California,
 * 94709, U.S.A.
 * All rights reserved.
 * </pre>
 */

/**
 * Get path to this script
 * @private
 */

NiceAjax.formPath = NiceAjax.getPath();

// Include required scripts
NiceAjax.Transport.include(NiceAjax.formPath + 'zpform.js');
NiceAjax.Transport.include(NiceAjax.formPath + 'field.js');
NiceAjax.Transport.include(NiceAjax.formPath + 'validator.js');
NiceAjax.Transport.include(NiceAjax.formPath + 'utils.js');

;
NiceAjax.Utils.addEvent(window, 'load', NiceAjax.Utils.checkActivation);
