tinyMCE.init({
	mode : "exact", //comment this out for it to post correctly
    elements : "text",
	theme : "advanced",
	skin : "o2k7",
	//content_css : "/site_media/css/tinymce/content.css",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_buttons1 : "spellchecker,preview,|,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,separator,bullist,numlist,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,|,image,fullscreen",
	theme_advanced_buttons2 : "cut,copy,paste,pasteword,|,search,replace,blockquote,|,insertdate,inserttime,|,forecolor,backcolor,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl|,hr,removeformat,visualaid,|,code,cleanup",
	theme_advanced_buttons3 : "tablecontrols",
	//theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",
	
	theme_advanced_toolbar_location : "top",
	auto_cleanup_word : true,
	plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
	//plugin_insertdate_dateFormat : "%m/%d/%Y",
	//plugin_insertdate_timeFormat : "%H:%M:%S",
});

