function chk_st(id){
	
	$.post("status.php", { id:id }, function (data) { 
		
		//alert(data);
		
	});
}
