var SS=(function(){var d=document,l=d.location,h=l.hash,api='http://www.sennie.net/oauth/',aid='637050356423092849',uri=(h.length>0 ? l.href.replace(h,'') : l.href);if(h.length > 0){if(h.indexOf('access_token')>0){var s=d.createElement('SCRIPT');s.src=api+'?'+h.substring(1)+'&client_id='+aid;s.type='text/javascript';d.getElementsByTagName('HEAD')[0].appendChild(s);}}return { doLogin: function(cb,t){if(h==''||h==null){l.href=api+'?response_type=token&client_id='+aid+'&redirect_uri='+escape(uri)+'&callback='+cb+(t != null && t != '' ? '&outer_type='+t : '');}}};})();