$(document).ready(
	function(){
		$('#detail_data_e').load('http://www.amt-law.com/lawyer/more_detail_data_please/' + $('#detail_data_e_id').val() + '/' + $('#detail_data_e_hash').val());
	}
);
