tinyMCE.init({
	relative_urls : false,
	remove_script_host : true,
	document_base_url : "http://127.0.0.1",
	browsers : "msie,gecko,opera",
	mode : "textareas",
	theme : "advanced",
	plugins : "ibrowser",
	content_css : "/staticfiles/css/home.css",
	// external_link_list_url : "/steam/mce/example_link_list.js",
	// external_image_list_url : "/steam/mce/example_image_list.js",
	theme_advanced_buttons2_add : "ibrowser",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	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],font[face|size|color|style],span[class|align|style]"
});
