window.fbAsyncInit = function() {
	FB.init({
    	appId  : '113559016824',
      	status : true, // check login status
      	cookie : true, // enable cookies to allow the server to access the session
      	xfbml  : true  // parse XFBML
    });
};

$(document).ready(function() {
	$.ajax({
		url: "http://connect.facebook.net/it_IT/all.js",
		type: "GET",
		dataType: "script",	
		cache: true
	});
});
