Screenshots?
PHP Code:
this.can = {"FIRST ACCOUNT", "SECOND ACCOUNT", "THIRD ACCOUNT};
You missed out a " so that would screw the whole code.
PHP Code:
this.can = {"FIRST ACCOUNT", "SECOND ACCOUNT", "THIRD ACCOUNT"};
and also
PHP Code:
function GetIt() {
Couldn't you use functions that give a hint into what it is doing? I.e maybe GetText() or GetNews()