
var PlasticbriqFramework = Class.create({
	applications: new pb_applications(),
	core: new pb_core(),
	htmlUtils: new pb_htmlUtils(),
	flash: new pb_flash(),
	media: new pb_media(),
	design: new pb_design(),
	controls: new pb_controls(),
	systemForms: new pb_systemForms(),
	contentManager: new pb_contentManager(),
	webGenerator: new pb_webGenerator(),
	
	modules: new pb_modules()
});

var pb = new PlasticbriqFramework();
