	tinyMCE.init({
		// General options
		mode : "textareas",
		editor_selector : "homedealerEditor",
		theme : "advanced",
		plugins : "safari,style,layer,table,save,advhr,advimage,advlink,iespell,preview,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,inlinepopups",

		// Theme options
			theme_advanced_buttons1 : "undo,redo,|,bold,italic,underline,|,bullist,numlist,|,justifyleft,justifycenter,justifyright,|,outdent,indent,",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_buttons4 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		theme_advanced_resize_horizontal : false,
		theme_advanced_blockformats : "p,h1,h2,h3",
		relative_urls : false,
		remove_script_host : false,
		document_base_url : "http://dev.homedealer.ab.ca/",
		theme_advanced_resizing_use_cookie : false,	

		// Example word content CSS (should be your site CSS) this one removes paragraph margins
		content_css : "../includes/style.css",

		// Drop lists for link/image/media/template dialogs
		external_link_list_url : "lists/link_list.js",
		external_image_list_url : "lists/image_list.js"
	});
