I'm working on a script that basically takes one column out of a table, via Xpath, and I want to compare each value of that column and see if its greater than say 15. If it is, I want an alert box to pop up with a simple message. I've gotten the xpath part figured out, but I can't figure out the javascript to check each value. I think if I can get it to assign all of those values into an array, then I could do it, but I can't figure out how to do that. Anyone done something like this or have any ideas about how it could be done?