var ajax_load = function(id, p) {
	J('#'+id).load('ajax.php'+p);
}