function setupAjaxEditor()
{
	$.ajaxSetup( {
		url: "editor_ajaxhandler.php",
		global: false,
		type: "POST"
	});
} 

