// Don't break browsers that don't have firebug installed
try { console.assert(1); } catch(e) { console = { log: function() {}, assert: function() {} } }