hey, sorry about the newbie question, but how exactly does one get something to say... fade in when the document is ready?
what i'm using right now (which isn't working.) is
Just put your JavaScript at the bottom of the page (just before </body> ) and then you will not need to test for it as the document is ready at that point.