tinyMCE.init({
// General options
	mode : "textareas",
 	convert_fonts_to_spans : true,
	height: "100", width: "500",
	theme : "advanced",
	plugins : "bold,italic,emotions,",
	theme_advanced_buttons1 : "bold,italic,emotions",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_buttons3_add : "emotions",
	theme_advanced_toolbar_align : "center"
});
