Hi, all. I remember on the chat some months ago, there was talk of creating Choose-Your-Own-Adventure style stories. I'm not really interested in writing one myself, but I did create a Javascript engine which will allow others to do so without having to learn Javascript. All you have to do is write the story in standard HTML with easy markups to delineate the pages and show where the choices are.
There is a simple example story in my sandbox which will demonstrate how it works (tab: js cyoa): http://wanderers-sandbox.wikidot.com/jack-manganese
Anyone who's interested may feel free to use the code for their own projects. If you find bugs, let me know, and I'll fix them.