Why was the St Louis Arch built?
“); userAction.setDescription(“The St. Louis Gateway Arch was built to be a monument to westward expansion in the USA.”); 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].allowsLogin) { ne