tinyMCE.init({
	mode : "textareas",
	editor_selector : "tinymce",
	theme : "advanced",
	skin : "thebigreason",
	plugins : "emotions,spellchecker,autolink,htmlcharcount",
	htmlcharcount_maxchars: 2000,
	theme_advanced_buttons1 : "bold,italic,underline,link,blockquote,emotions,spellchecker",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_path : false,
	convert_urls : false,
	inline_styles: true,
	valid_elements: "a[href],blockquote[cite],br,em,i,img[src|alt|title|width|height|align],p,pre,b,u",
	strict_loading_mode: tinymce.isWebKit	
});