	tinyMCE.init({
		mode : "textareas",
		editor_selector : "mceEditor",
		theme : "advanced",
		height : 200,
		width : 400,
		plugins : "iespell,insertdatetime,searchreplace,paste",
		//theme_advanced_buttons1_add_before : "save,newdocument,separator",
		//theme_advanced_buttons1_add : "fontselect,fontsizeselect",
		//theme_advanced_buttons2_add : "separator,insertdate,inserttime",
		theme_advanced_buttons2_add_before: "pastetext,pasteword,separator,removeformat,separator",
		//theme_advanced_buttons3_add_before : "tablecontrols,separator",
		//theme_advanced_buttons3_add : "emotions,iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
		content_css : "/css/cms.css",
		convert_fonts_to_spans : true,
		external_link_list_url : "example_link_list.js",
		external_image_list_url : "example_image_list.js",
		theme_advanced_disable : "sub,sup,hr,styleprops,template,visualaid,charmap,separator,strikethrough,help,indent,outdent,fontselect,removeformat",
		theme_advanced_blockformats : "p",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_path : false,
		media_external_list_url : "example_media_list.js",
		paste_use_dialog : false,
		paste_auto_cleanup_on_paste : true,
		paste_convert_headers_to_strong : false,
		paste_strip_class_attributes : "all",
		paste_remove_spans : false,
		paste_remove_styles : false	,
		plugi2n_insertdate_dateFormat : "%Y-%m-%d",
	    plugi2n_insertdate_timeFormat : "%H:%M:%S"
	});