I'm about to start coding a new, javascript-heavy website, but before I start I'd like to minimize my debugging time in Internet Explorer by knowing beforehand what the quirks are. I'm not planning to worry too much about IE6.
What are the common mistakes/differences to avoid in javascript code that work fine in other browsers, but break in Internet Explorer?