[jQuery] tablesorter help?

[jQuery] tablesorter help?


I have two custom parsers, one works on one column but not on another.
The second parser is working fine.
Example:
http://jquery.magiclamp.net/tablesorter.html
Cols 2 and 3 have the exact same data, use the same parser, and yet
sorting on col 2 works but sorting on col 3 returns
Sorting on 3,NaN and dir NaN time:,3ms
Rebuilt table:,1ms
Any clues?
Thank you for an awesome plugin!!!