Patch current script:
Search for 1st occurence of
1.79. Insert a new line 4 lines down,
after:
<pre><code>
$pod_line =~ s/<img src=. img\/odphead\.gi. width=222. >/$pod_frontheader/gi;
</code></pre>
Insert:
<pre><code>
$pod_line =~ s/<img SRC=\"\/odphead.gi. >/<table border=0 width=\"95\%\"><tr>$pod_frontheader/gi;
</code></pre>
That will also fix the problem.