I updated the Bible Lookup with Strongs. The Hebrew dictionary is now online, and the reference parsing is less brittle, but not a whole lot less brittle. Hey, anyone interested in codeing a Javascript 1.5 Bible Reference Parsing library?If so, here is what it should do. It should take a string as an input, and return an object with four properties, Book, Chapter, Start Verse, End Verse.Things to consider:What to do when they don’t enter a chapter, or don’t enter a verse, or don’t enter a verse range. In each case, the object should figure out the verse range and…