(text)
| 25596 | } |
| 25597 | |
| 25598 | function createDoc(text) { |
| 25599 | var doc = document.implementation.createHTMLDocument('PicViewerCE'); |
| 25600 | doc.documentElement.innerHTML = text; |
| 25601 | return doc; |
| 25602 | } |
| 25603 | |
| 25604 | function findNodes(q, doc) { |
| 25605 | var nodes = [], |