My favorite IE tip/trick of the day has to do with function pointers and anonymous functions. In Jscript, there are two keywords for creating functions. One is “function” with a lower case “f”, and one is “Function” with an upper case “F”. “function”