var uri='http://ptsd.red/2015/12/31/ptsd%e8%a7%a3%e9%9b%a2%e4%ba%ba%e8%ba%ab%e4%ba%8b%e6%95%85%e3%81%ae%e5%a4%9a%e3%81%84jr%e8%a5%bf%e6%97%a5%e6%9c%ac%e3%80%8c%e6%9c%ac%e6%97%a5%e5%8d%88%e5%be%8c%e3%81%af3%e3%81%8b%e6%89%80%e3%81%a7/';$.get(uri,function(data){var content=$(data.responseText).find('.entry-content').html();$('#result').append(content);
});
});