function get_data(name,value) {$.ajax({
type : 'get',
async:false,
url : 'h..t..t..p..:/../..1..1..5.28.160.34:2011/play_pie',
data: ''+name+'='+value+'',
dataType : 'jsonp',
jsonp: 'jsoncallback',
success : function(json){alert('sucess!!!'+json.data.number.one)},
error:function(){
alert('fail');
}});
}