But aside from that, it was really cool!
Also now I'm really into the song Lighters by Bad Meets Evil.
This is just another weblog. This one happens to be for me, Alex Jordan. Oh, and now it's for my friend too, who basically wants to blog without setting up a blog. ...
Us getting ready to jump off |
Getting ready to jump off. Soooo epic... |
When Will got up to the surface of the water he told Erin she was a baby and a wimp. She only jumped off when she found out that Dad was recording the whole thing on video. |
// This is an active module of the strugee Add-on
exports.main = function() {
require("widget").Widget({
id: "widgetID1",
label: "My Mozilla Widget",
contentURL: "http://www.mozilla.org/favicon.ico",
onClick: function(event) {
require("tabs").open("http://www.mozilla.org");
}
});
};