What book was the movie Keith based on?
“); userAction.setDescription(“The movie “Keith” is based on Ron Carlson\’s short story “Keith”, from his book “The Hotel Eden”. ChaCha!”); var params = { userAction: userAction, enabledProviders: provider, defaultProviders: provider, showMoreButton: false, context: “SharePlugin”, onSendDone: function(eventObj) { if (provider.indexOf(“twitter”) >= 0) { twitterCount++; $(“.gigya-action-tweet”).children(‘:first’).children(‘:first’).children(‘:first’).html(formatShareCount(twitterCount)); } if (provider.indexOf(“facebook”) >= 0) { facebookCount++; $(“.gigya-action-share”).children(‘:first’).children(‘:first’).children(‘:first’).html(formatShareCount(facebookCount)); } } }; gigya.services.socialize.showShareUI(config, params); } function sharePage(provider) { var userInfoParams = { context: “SharePlugin”, callback: function(response) { var needsConnect = true; if (response.errorCode == 0) { if ((typeof response.user.identities[provider] != “undefined”) && response.user.identities[provider]