When I wrote this, I had bad syntax. We need to fix that. Use a program that detects bad syntax. - [ ] Get the code - [ ] Put the code into a program like JS Lint or JS Bin - [ ] Fix all the problems you can (Excluding document.write, I've already fixed that) - [ ] Put your changed code into the Version 0.2 branch
When I wrote this, I had bad syntax. We need to fix that. Use a program that detects bad syntax.