To put the banner under the left column-image edit your
header template and find this line:
Code:
<td width="134" class="side1"><img src="$stylevar[imgdir_misc]/side1.jpg" width="134" height="518" border="0" alt="" /><br /><img src="$stylevar[imgdir_misc]/side1.gif" width="134" height="25" border="0" alt="" /><br /><img src="$stylevar[imgdir_misc]/pixel.gif" width="10" height="1" border="0" alt="" /></td>
You can add the banner script before the
</td>
To add a banner to the right side of the upper-header find this line
Code:
<td colspan="2" width="100%" class="top"><img width="719" height="135" border="0" src="$stylevar[imgdir_misc]/header.jpg" alt="" /></td>
Add and the banner script before
</td>
For the upper-header to get the banner to align correctly to the far right u might need to add some CSS rules or add another inline table.