The problem is that you have the wrong span IDs. For example, "<span id="wAct">" should be "<span id="wKeyAct">".
Just add "Key" to those IDs and they work fine.
(Either that, or change the JavaScript to use "wAct" instead of "wKeyAct".)
Have fun! :-)