tinyMCE.init({    width: "500px",    height: "500px",	mode : "textareas",	editor_selector : "mceEditor",	theme : "advanced",	content_css : "blog.css, ../blog.css",	plugins : "contextmenu, emotions, paste",//	docs_language : "sv",//	language : "sv",	entity_encoding : "numeric",	theme_advanced_toolbar_location : "top",	theme_advanced_toolbar_align : "left",//	theme_advanced_statusbar_location : "bottom",	theme_advanced_buttons2_add : "hr,charmap, emotions, pasteword",	theme_advanced_buttons3 : "",	relative_urls : false,	remove_script_host : true,	theme_advanced_disable: "styleselect, anchor, cleanup, code, visualaid, sub, sup, removeformat"//	plugins: "advimage",});