tinyMCE.init({
	editor_selector : "condo_editor",
	content_css : "/includes/styles/tinymce.css",
	mode : "textareas",
	width : "600px",
	height : "200px",
	document_base_url : "http://www.condosincalgary.com/",
	convert_urls : false,
	theme : "advanced",
	theme_advanced_buttons1 : "link,unlink",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	extended_valid_elements : "iframe[class|src|width|height]"
});