ok
the part you cut out should be like this
<?
echo '<tr>
<td><IMG SRC="images/blooinferno_25.jpg" WIDTH=150 HEIGHT=18 ALT=""></td>
</tr>
<tr>
<td><div align="center"> </div></td>
</tr>';
?>
where you insert it should read
...
echo " </tr>\n";
include_once("filename.php");
echo " <tr>\n";
...