tinyMCE.init({
		// General options
		mode : "textareas",
		editor_selector : "webtechEditor",
		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 : "preview,print,|,undo,redo,|,bold,italic,underline,|,bullist,numlist,|,justifyleft,justifycenter,justifyright,|,outdent,indent,blockquote,|,formatselect",
		theme_advanced_buttons2 : "image,charmap,hr,|,link,unlink,anchor,|,pastetext,pasteword,cleanup,removeformat,code,|,tablecontrols",
		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,
		convert_urls : false,
		remove_script_host : false,
		document_base_url : "http://www.holyspirit.ab.ca/",
		extended_valid_elements : 'embed[*],object[*],param[*]',
		custom_elements : 'embed, object, param',
		verify_html : false,


		


		// Example word content CSS (should be your site CSS) this one removes paragraph margins
		content_css : "../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"
	});