//<![CDATA[
FunctionHandler.register('*', function(){

	$(function() {
	/* */
		$('#article_content').tinymce({
			// Location of TinyMCE script
			script_url : 'http://bachsocietyhouston.org/assets/tinymce/jscripts/tiny_mce/tiny_mce.js',

			// General options
			theme : "advanced",
			plugins : "safari,pagebreak,style,table,save,emotions,iespell,inlinepopups,media,searchreplace,contextmenu,paste,directionality,fullscreen,noneditable,template",

			// enable IFRAME
			extended_valid_elements : "iframe[src|width|height|name|id|class|align|style|frameborder|border|allowtransparency]",

			// Theme options
			theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,bullist,numlist,|,,formatselect,blockquote,|,link,unlink,|,charmap,image,hr,|,justifyleft,justifycenter,justifyright,justifyfull,|,template,|,removeformat,styleprops,code",
			theme_advanced_buttons2 : "",
			theme_advanced_buttons3 : "cite,abbr,acronym,del,ins,attribs,nonbreaking,template,pagebreak",			
			theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
			theme_advanced_buttons5 : "forecolor,backcolor,forecolorpicker,backcolorpicker,|,charmap,|anchor,newdocument,,separator,blockquote,emotions,iespell,media,advhr,|,print,|,fullscreen",
			theme_advanced_toolbar_location : "top",
			theme_advanced_toolbar_align : "left",
			theme_advanced_statusbar_location : "bottom",
			theme_advanced_resizing : false,
			theme_advanced_blockformats : "p,h1,h2,h3,h4,h5,h6,code",

			convert_urls : false

		});
		/* */
	});
	
});
//]]>
