The script Debugger shows
code:
Error: Unterminated string constant (code: -2146827273)
File: test.js. Line: 44.
And looking at line 44 you have an extra ". After removing that it works for me.
code:
sArray[32] = "Two snowmen are standing in a field. One says to the other : Funny, I smell carrots too".";
Hope this helps