I have this error: TypeError: s.replace is not a function68:Doc:InitThis is the code that generates the error: function EL(s){var sir = "";sir = s.replace(/[&]/g,"&"); <<<---------------------- this is the error linesir = sir.replace(/["]/g,""");sir = sir.replace(...