$(document).ready(function(){
	
	
	if($('.ceebox').length > 0) { $(".ceebox").ceebox({'htmlHeight': 615,'htmlWidth': 570})};
	
	/* ===================================================== WEB EDITORS ==================================================== */
	
	if($('.webeditor_default').length > 0) { $('.webeditor_default').fck({path: 'webeditor/', width: 600, height: 470, ToolbarSet: 'Default'}); }
	if($('.webeditor_basic').length > 0) { $('.webeditor_basic').fck({path: 'webeditor/', width: 250, height: 300, ToolbarSet: 'Basic'}); }

	
});
