$(function() {$('textarea.tinymce').tinymce({script_url : '/js/tiny_mce/tiny_mce.js',mode : "textareas", plugins : "bbcode,emotions",theme : "advanced",language : "ru",theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,styleselect,removeformat,cleanup,code,emotions",theme_advanced_buttons2 : "",theme_advanced_buttons3 : "",theme_advanced_toolbar_location : "top",theme_advanced_toolbar_align : "center",content_css:'/css/tiny.css',theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",entity_encoding : "raw",add_unload_trigger : false,remove_linebreaks : false,inline_styles : false,convert_fonts_to_spans : false,theme_advanced_resizing : false});});
