function status()
{
var url = 'http://911.kg/remonline/remont.php?code=552707757';
$.getJSON(url, function(json){
var key = json.device + ' - ' + json.id;
console.log(key);
$('#status').text('textaaa ' + key);
});
}
var key = json[0].device + ' - ' + json[0].id;