tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	editor_selector: "mce",
	theme_advanced_toolbar_location : "top",
	theme_advanced_statusbar_location : "bottom",
	forced_root_block : false,
	force_br_newlines : true,
	force_p_newlines : false
});
