tinyMCE.init({
	editor_selector : "page_editor",
	content_css : "/includes/styles/elements.css",
	mode : "textareas",
	width : "720px",
	height : "300px",
	document_base_url : "http://www.myworldmychoice.org/",
	convert_urls : false,
	theme : "advanced",
	plugins : "media,pagebreak",
	theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent,|,image,media,|,link,unlink,undo,redo,|,code",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	extended_valid_elements : "iframe[class|src|width|height]"
});

tinyMCE.init({
	editor_selector : "post_editor",
	content_css : "/includes/styles/elements.css",
	mode : "textareas",
	width : "720px",
	height : "300px",
	document_base_url : "http://www.myworldmychoice.org/",
	convert_urls : false,
	theme : "advanced",
	plugins : "media,pagebreak",
	theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,outdent,indent,|,pagebreak,image,media,|,link,unlink,undo,redo,|,code",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	extended_valid_elements : "iframe[class|src|width|height]"
});