The Wayback Machine - https://web.archive.org/web/20120112013435/http://www.ugo.com/entertainment/adrenalist
You must have JavaScript enabled to view this content.
You must have JavaScript enabled to view this content.
'; return fb_login_content; } FB.Event.subscribe('auth.login', function(response) { //alert("login event fired!"); document.getElementById('fb_login').innerHTML = createUserBoxHTML(response); }); FB.Event.subscribe('auth.logout', function(response) { var fb_login_content = '
'; fb_login_content += '
'; fb_login_content += '

'; fb_login_content += ''; fb_login_content += ''; fb_login_content += ''; fb_login_content += '

'; fb_login_content += '
'; fb_login_content += '
'; document.getElementById('fb_login').innerHTML = fb_login_content; }); // run once with current status and whenever the status changes FB.getLoginStatus(updateUserBox); FB.Event.subscribe('auth.statusChange', updateUserBox); // show comments box if (document.getElementById('comment_login')) { UGO.show_reply_form(); } }; (function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) { return; // already loaded, no need to load again } js = d.createElement('script'); js.id = id; js.async = true; js.src = "//web.archive.org/web/20120112013435/http://connect.facebook.net/en_US/all.js"; d.getElementsByTagName('head')[0].appendChild(js); }(document));