$(document).ready(function(){
	$("#newsfeedContent").facebook_feed({
		feed: 'https://graph.facebook.com/100000131001513/feed',
		nb: 30,
		access_token: "235620939803416|d3281a591b91f72dafa54969.1-100000131001513|lgb2i2JQHrvanMvrUq1gfz3BXmA"
	});
})

