jQuery(function() {
  jQuery("#updata_box").load('/asp_update.php');
  $.get("/pickup_asp/pickup_asp.php",function(text){
		$("#pickup_asp_box").html(decodeURIComponent(text));
	});

});