why FF report error while loading dhtmlxgrid_srnd.js

this is my FF error message (and this is why srnd wont work for me propably), but I have no clue what is wrong:

Error: missing } after function body
Source file: localhost/script/codebase/ext/dhtmlxgrid_srnd.js
Row: 44, Column: 1
Source Code:
*/

my script loading sentence is:

<script>_css_prefix="/script/codebase/"; _js_prefix="/script/codebase/"; </script>
<script language=“javascript” src="/script/codebase/dhtmlxcommon.js"></script>
<script language=“javascript” src="/script/codebase/dhtmlxgrid.js"></script>
<script language=“javascript” src="/script/codebase/ext/dhtmlxgrid_srnd.js"></script>
<script language=“javascript” src="/script/codebase/dhtmlxgridcell.js"></script>
<script language=“javascript” src="/script/codebase/excells/dhtmlxgrid_excell_calck.js"></script>
<script language=“javascript” src="/script/codebase/excells/dhtmlxgrid_excell_acheck.js"></script>
<script language=“javascript” src="/script/codebase/excells/dhtmlxgrid_excell_calendar.js"></script>
<script language=“javascript” src="/script/codebase/excells/dhtmlxgrid_excell_clist.js"></script>


Please check
    dhtmlx.com/docs/products/kb/inde … rch&q=1332
that thread contain fixed file attached
( Actually the latest package on dhtmlx.com already contain fixed file, problem was only with older packages )