tinyMCE.init({
	mode : "textareas",
	editor_selector : "mceEditor",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
    plugins : "emotions",
	theme_advanced_buttons1 : "bold,italic,underline,emotions,undo,redo",
	theme_advanced_buttons2 : ""
});

