SyntaxFix
Write A Post
Hire A Developer
Questions
Is this running in the <head> of the html? If so, you need to make sure the <body> tag has actually loaded first.
<head>
<body>
You need to use an onload handler, for example: http://javascript.about.com/library/blonload.htm