$(document).ready(function() {
	$("textarea").cleditor({
		controls: // controls to add to the toolbar
			"bold italic underline strikethrough | font size " +
			"style | color highlight removeformat | bullets numbering | outdent " +
			"indent | alignleft center alignright justify | undo redo | " +
			"rule image link unlink | cut copy paste pastetext | html"

	});
});

