/**
 * Undocumented method
 */
jQuery.fn.uaAction = function(method, data, notice_element) {

alert('false');
return false;
/*
$.ajax(
		type: 'POST',
		data: data
	
	);
*/	
};

