I\'ve installed firebug and I wrote all these log statements.
I\'ve tested my app in IE and of course I\'ve got \"undefined\" error.
What\'s the common id
Paul Irish has a better wrapper for console.log().
console.log()
http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/
This allows multiple arguments, and provides a history (for debugging) in case no console is there or (eg Firebug Lite) the console is created later.