/**
 * Contains the Javascript package Sitebox.Framework.
 *
 * @copyright		2000-2006 CARE Internet Services B.V. All Rights Reserved
 * @internal		$Workfile: Framework.js$
 * @internal		$Date: 03-08-07 08:19:15 AM$
 * @author			$Author: robert$
 * @version			$Revision: 1$
 *
 * $NoKeyword$
 */

/**
 * Package Sitebox.Framework
 */
Sitebox.Framework = {};

/**
 * Add the Sitebox.Framework.* to the window, so you can use the
 * classes and functions without the 'Sitebox.Framework.' prefix.
 */
addLoadEvent(function () {
	update(self, Sitebox.Framework);
});