tinyMCE.init({
	mode: "specific_textareas",
	editor_selector: "cmswysiwyg",
	plugins: "fullscreen,safari,paste,selfclosetags",
	selfclosetags: ">",
	theme: "advanced",
	theme_advanced_buttons1: "formatselect,|,bold,italic,underline,removeformat,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,image",
	theme_advanced_buttons2: "undo,redo,|,pastetext,pasteword,cleanup,|,fullscreen,code",
	theme_advanced_buttons3: "",
	theme_advanced_buttons4: "",
	theme_advanced_toolbar_location: "bottom",
	tab_focus: ":prev,:next",
	width: "100%",
	relative_urls: false,
	remove_script_host: true,
	document_base_url: "http://www.edithwiens.com/",
	content_css: "/contentstyles.css"
});
