```js var html = UrlFetchApp.fetch('http://en.wikipedia.org/wiki/Document_Object_Model').getContentText() var parser = HtmlParser.fromHTML(html) ```