31 if (typeof Lastfm ==
'undefined') {
36 Lastfm.onLoad =
function() {
40 this._service = Components.classes[
'@songbirdnest.com/lastfm;1']
41 .getService().wrappedJSObject
44 if (this._service.shouldAutoLogin()) {
45 this._service.login();
49 window.addEventListener(
"load",
function(e) { Lastfm.onLoad(e); },
false);