hmmm, that looks kinda tough to parse-out. Especially since the data isn't enclosed in anything that has an ID ... think there is a way to index into the DHTML using a statement like "the innerHTML of the third FONT element in document", but not counting that, maybe the easiest thing to do would be to capture the InnerHTML of the entire document (based on your example, it seems small anyway) and parse it out yourself (like in that Stock Quote example), using a statement like this:

$HTML = $IE.Document.Body.InnerHTML

? "HTML=" $HTML