tinyMCE.init({
	mode : 'exact',
	elements: 'postContent',
	theme : 'advanced',
	language : 'ru',
	plugins : 'safari,contextmenu,video,emotions',
    relative_urls : false,

    theme_advanced_buttons1 : "bold,italic,strikethrough,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,|,emotions,|,image,video",
    theme_advanced_buttons2 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "none"
});
