// JavaScript Document
function init_ajax_object(page) {
	jQuery.ajaxSetup({
	  url: page,
	  global: false,
	  type: "POST"

	});
}
