Javascript Function Parser

I wrote this in answer to a question i saw on experts-exchange. Paste in your javascript source, hit parse and peruse the list of function names, what the function takes as arguments and what the function returns, if anything. You can also view the function in question outside of the rest of the script. Makes running through scripts you're unfamiliar with a lot easier.
go