A simple time parser made for a friend that parses the string "00:08:57.740" into a float 537.74.
I might add some more functionality, and eventualy place them in a namespace (window.timeParser for instance). And add a return parser, to turn it back into a string.