var stat= new Array(); $.get('fbstat.txt', function(data){ stat= data.split('\n'); console.log(stat[0]); });