This is a minor annoyance when java scripting with IE

Here is a nice little bug/feature in IE.  When you are using the DOM method .getElementById(""), IE not only checks the id attributes of everything on the page, but also the name attributes. ...What?

I had a meta tag with the name "description", and a paragraph tag with the id "description" and i could not get my handy dandy little javascript to run in IE because it kept grabbing the meta tag instead of the paragraph.  That was five minutes of my life I wouldn't mind getting back, hah.

The script worked in firefox, just like it was supposed to, man i love my browser!