var loc = "code=";
var num = 10 * 10 * 10 + 337;
loc += num;


FB.init({ 
	appId  : '163725690377315', 
	status : true, // check login status 
	cookie : true, // enable cookies to allow the server to access the session 
	xfbml  : true  // parse XFBML 
}); 
FB.Event.subscribe('edge.create',
	function(response) {
			window.location.href = "unlock.php?" + loc;
	}
);

twttr.events.bind('tweet', function(event) {
	window.location.href = "unlock.php?" + loc;
});
