
	tinyMCE.init({
		mode : "textareas",
		content_css: "http://wholesalecms.com/mayaFish/templates/beforehosting_com/newTemplate_2009/smarty/styles/tinymce_inner.css",
		editor_selector : "newCommentBody",
		theme : "advanced",
		plugins : "paste,table,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,searchreplace,print,contextmenu",
		
		theme_advanced_disable : "image,help,codeEditor,subscript,styleselect",
		
		theme_advanced_buttons1 : 	"bold,italic,underline,strikethrough,|,undo,redo",
		theme_advanced_buttons2 : 	"",
		theme_advanced_buttons3 : 	"",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		
		//theme_advanced_path_location : "bottom",
		
		plugin_insertdate_dateFormat : "%Y-%m-%d",
		plugin_insertdate_timeFormat : "%H:%M:%S",
		
		paste_remove_styles : false,
				
		extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],style[type],link[rel|href|type]"
		
		
		,width : "503"
		,height : "200"
		
		,auto_reset_designmode: true
	});