var facebook_init = function() { if ((window.location.href.indexOf('/portal/logon') == -1) && (window['facebook_require'] == true)) window.location.href = 'http://yalestation.yale.edu/portal/logon?facebook&r=' + encodeURIComponent(window.location.href); }; $(document).ready(function() { FB_RequireFeatures(['XFBML'], function(){ FB.Facebook.init('9589227898ed7d07f6af0ad95bca17cf', 'http://yalestation.yale.edu/portal/facebook.html', { ifUserNotConnected: facebook_init }); window['facebook_loaded'] = true; }); });