/**
 * Contains the Javascript package Sitebox.Framework.
 *
 * @copyright	CARE Internet Services B.V. All Rights Reserved
 * @internal	$Id: Framework.js 465 2008-12-24 14:37:25Z niek $
 * @internal	$Date: 2008-12-24 15:37:25 +0100 (Wed, 24 Dec 2008) $
 * @author		$Author: niek $
 * @version		$Revision: 465 $
 */

/**
 * 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);
});