$(document).ready(function(){
	$("#result").facebook_feed({
		feed: 'https://graph.facebook.com/59915317802/feed',
		nb: 5
	});
})
