<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>for greasemonkey version 0.8.20080609.0 I had to change the name of the variable &quot;parent&quot;

var p;
for(var i = 0; i &lt; links.snapshotLength; i++) {
	link = links.snapshotItem(i);

	p = link.parentNode;
	
	if(i &lt; half)
		left.appendChild(link);
	else
		right.appendChild(link);
}

p.appendChild(table);</body>
  <body-html>&lt;p&gt;for greasemonkey version 0.8.20080609.0 I had to change the name of the variable &quot;parent&quot;&lt;/p&gt;

&lt;p&gt;var p;
&lt;br /&gt;for(var i = 0; i &amp;lt; links.snapshotLength; i++) {
&lt;br /&gt;	link = links.snapshotItem(i);&lt;/p&gt;

&lt;p&gt;	p = link.parentNode;
&lt;br /&gt;	
&lt;br /&gt;	if(i &amp;lt; half)
&lt;br /&gt;		left.appendChild(link);
&lt;br /&gt;	else
&lt;br /&gt;		right.appendChild(link);
&lt;br /&gt;}&lt;/p&gt;

&lt;p&gt;p.appendChild(table);&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-06-17T07:59:28Z</created-at>
  <forumable-id type="integer">7732</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">60344</id>
  <topic-id type="integer">14793</topic-id>
  <updated-at type="datetime">2008-11-17T00:06:19Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">56096</user-id>
</post>
