[jQuery] extracting text not in an element

[jQuery] extracting text not in an element


Does anyone know how to extract text from this, specifically the
information following the </b>s:
<body bgcolor='white'><pre><b>ZZZZZ Port:</b> ZZZZZZZ---123456-1-1-1-1
<b>TRRD Addr</b>: 00:1b:5b:98:4a:c8
<b>BBOP Id</b>: 3456789087666
</pre>
</body>
Also, is there a way to put this in an array?
Thanks for any help.
John