I'm currently fooling around with speak.js: http://www.syntensity.com/static/espeak.html
Apparently the script only allows for one speak command to be executed, if I do like this:
speak("1");
speak("2");
... only "2" is read out.
Does anybody know how to troubleshoot a problem like this?
If you want to fiddle around: http://jsfiddle.net/timkl/YgWdh/