$(document).ready(function() {
	$("#result").facebook_feed({
		feed: 'http://graph.facebook.com/209584195732354/feed',
		nb: 15
	});
});

