The current version is 1.15 when the folks at Mozilla get around to approving it. I submitted it back on the 18th. Today is the 25th. I'm just sayin..

Sportsfox is a Firefox extension that allows you to keep your sports scores in a handy browser location. Sportsfox includes scores for NFL, NBA, WNBA, NHL, College Football, Men's College Basketball, and Women's College Basketball. Generally you should be able to download the latest version at Mozilla addons
sportsFox Main Window ![]() | sportsFox Options Screen ![]() |
sportsFox "ticker" window ![]() |
if(!com) var com={};
if(!com.ziesemer) com.ziesemer={};
com.ziesemer.myPackage = function(){
var pub = {};
pub.name = "visitor";
pub.greeting = "hello " + pub.name;
pub.alertHello = function(){
alert(pub.greeting);
};
return pub;
}();
com.ziesemer.myPackage.alertHello();
of couse com.ziesemer belongs to Mark, so your should be "com.yourname" or whatever..
.