Do you have another plugin - i cannot open your C2-project because C2 claims missing the "Scoreoid" plugin.
Some suggestions after a short look in the runtime:
#) Why do you init the instance-variables (or object-variables (?)) in line 70 outside any function? I suppose line 65 or 53 are better places for the initiation.
#) When these vars belong to the object it's better to call them with the keyword "this" - when you declare them with the javascript keyword "var" you make them global for the whole website. In line 57/67 are outcommented examples from the developer.
#) "blank grey screen and nothing works."
For javascript-development it's a good idea to use the Firefox-Addon "Firebug" in Firefox or with Chrome the built in "Chrome Developer Tools" - shortcut [CRTL]+[SHIFT]+[ I ] - there you should see details for most errors.
[edit]post above <img src="smileys/smiley2.gif" border="0" align="middle" /> [/edit]
g, Joe7