    tinyMCE.init({
        theme : "advanced", // or simple
        mode : "exact", // or textareas
		elements: "article_add_body, article_edit_body, calendarevent_add_body, calendarevent_edit_body, review_add_body, review_edit_body, profile_artboard",
		
        convert_urls : false,
		theme_advanced_buttons1 : "formatselect, bold, italic, underline, undo, redo, bullist, numlist, hr, link, indent, outdent, code",
		theme_advanced_buttons2 : "",// remove 2rd line buttons
		theme_advanced_buttons3 : "", // remove 3rd line buttons
		
		theme_advanced_blockformats : "Paragraph=p,Sub Heading=h2,Sub Heading 2=h3, Sub Heading 3=h4",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left"
		
		});