Sorry, just saw your post:
I had a typo in the file which I will fix immediatly, I ment to say 2 lines.
Find this line:
Response.Write " <script language=""JavaScript"" type=""text/javascript"" src=""inc_code.js""></script>" & vbNewLine
Replace with these 2 lines:
Response.Write " <script language=""JavaScript"" type=""text/javascript"" src=""inc_code.js""></script>" & vbNewLine & _
" <script language=""JavaScript"" type=""text/javascript"" src=""inc_spellcheck.js""></script>" & vbNewLine
then continue with rest of instructions