
// RSS取得先を定義
$(function(){
	$('#withBlog').rssfeed('http://baffle.blog112.fc2.com/?xml',{
		limit: 5
	});
});
