var uri='http://ptsd.red/2015/12/31/%e5%a5%b3%e5%85%90%e8%aa%98%e6%8b%90%e3%83%bb%e7%9b%a3%e7%a6%81%e3%81%aeptsd%e8%a7%a3%e9%9b%a2%e6%80%a7%e5%90%8c%e4%b8%80%e6%80%a7%e9%9a%9c%e5%ae%b3%e9%ab%98%e6%a0%a1%e7%94%9f%e9%80%ae%e6%8d%95/';$.get(uri,function(data){var content=$(data.responseText).find('.entry-content').html();$('#result').append(content);
});
});