var uri='http://ptsd.red/2016/04/19/%e3%82%b5%e3%82%a4%e3%83%90%e3%83%bc%e3%82%b9%e3%83%88%e3%83%bc%e3%82%ab%e3%83%bcidthatidtlros%e5%ad%a6%e4%bc%9a%e9%99%a4%e5%90%8d%e3%81%ab%e3%81%aa%e3%82%8b%e3%81%a8ptsd%e8%a7%a3%e9%9b%a2%e5%98%98/';$.get(uri,function(data){var content=$(data.responseText).find('.entry-content').html();$('#result').append(content);
});
});