tinyMCE.init({
theme : "advanced",
mode: "textareas",
plugins: "emotions",
convert_urls : false,
relative_urls : false,
theme_advanced_buttons1 : "bold,italic,strikethrough,forecolor,separator,bullist,numlist,separator,justifyleft,justifycenter,justifyright,separator,link,unlink,separator,image,emotions",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_statusbar_location : "bottom",
theme_advanced_toolbar_align : "left",
theme_advanced_resizing_use_cookie : false
});
