tinyMCE.init({
	mode : "specific_textareas",
	editor_selector : "text-rte",
	theme : "advanced",
	//content_css : "stylesheets/haaglandenvoetbal/tinymce/content.css",
	//editor_css : "stylesheets/haaglandenvoetbal/tinymce/ui.css",
	language : "nl",
	height : "320",
	theme_advanced_blockformats : "p,h1,h2,h3,h4",
	verify_css_classes : true,
	convert_urls : false,
	entity_encoding : "raw",
	invalid_elements : "font,span",
	plugins : "table,uploader",
	uploader_bid : "52",
	theme_advanced_buttons1 : "undo,redo,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,separator,code",
	theme_advanced_buttons2 : "formatselect,separator,uploader,link,unlink,separator,bullist,numlist",
	theme_advanced_buttons3 : "tablecontrols",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left"
});