$("textarea.ckeditor_textarea").each(function()
{
	if(!CKEDITOR.instances[$(this).attr("id")])
	{
		intelli.ckeditor($(this).attr("id"), {toolbar: 'Basic'});
	}
});
