(function(){function a(){var a="break case catch continue "+"default delete do else false  "+"for function if in instanceof "+"new null return super switch "+"this throw true try typeof var while with";var b=SyntaxHighlighter.regexLib;this.regexList=[{regex:b.multiLineDoubleQuotedString,css:"string"},{regex:b.multiLineSingleQuotedString,css:"string"},{regex:b.singleLineCComments,css:"comments"},{regex:b.multiLineCComments,css:"comments"},{regex:/\s*#.*/gm,css:"preprocessor"},{regex:new RegExp(this.getKeywords(a),"gm"),css:"keyword"}];this.forHtmlScript(b.scriptScriptTags)}typeof require!="undefined"?SyntaxHighlighter=require("shCore").SyntaxHighlighter:null;a.prototype=new SyntaxHighlighter.Highlighter;a.aliases=["js","jscript","javascript"];SyntaxHighlighter.brushes.JScript=a;typeof exports!="undefined"?exports.Brush=a:null})()
