<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>If you replace the line:

var header = document.evaluate(&quot;//b[@class='sans']&quot;, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;


With:
var header = document.evaluate(&quot;//div[@id='priceBlock']&quot;, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;

Then it should work.

Sam.</body>
  <body-html>&lt;p&gt;If you replace the line:&lt;/p&gt;

&lt;p&gt;var header = document.evaluate(&quot;//b[@class='sans']&quot;, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;&lt;/p&gt;

&lt;p&gt;With:
&lt;br /&gt;var header = document.evaluate(&quot;//div[@id='priceBlock']&quot;, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;&lt;/p&gt;

&lt;p&gt;Then it should work.&lt;/p&gt;

&lt;p&gt;Sam.&lt;/p&gt;</body-html>
  <created-at type="datetime">2007-07-04T04:15:10Z</created-at>
  <forumable-id type="integer">2353</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">65196</id>
  <topic-id type="integer">15585</topic-id>
  <updated-at type="datetime">2008-11-17T00:11:24Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">30262</user-id>
</post>
