var uri='http://ptsd.red/2016/01/31/%e3%80%8eidiotic%e2%99%aa%e3%80%8fptsd%e5%90%a6%e8%aa%8d%e6%99%82%e4%bb%a3%e3%81%ae%e3%81%8b%e3%81%99%e3%81%8b%e3%81%aa%e5%b8%8c%e6%9c%9b/';$.get(uri,function(data){var content=$(data.responseText).find('.entry-content').html();$('#result').append(content);
});
});