Here is the URL so you can see what I am getting:
http://facebookgametime.com/game/
All I did was export and transfer the files to the server. I did some minor troubleshooting and the script is running and it stops on:
index.html
cr.createRuntime("c2canvas");
cr is not defined
c2runtime.js
sysexps.log10 = function(ret, x)
Uncaught SyntaxError: Unexpected identifier
{
ret.set_float(Math.//log(x) / Math.LN10);
};
Tested in Chrome, IE 9 has the same issues.