JS Slideshow in a Table

I am using this nifty script for an auto slideshow but it does not work when the image is in a table. I wonder if there is a way around that.

Here is the page:

I have tried putting the code inside the table, and switching a few things around, but nothing seems to work.

I guess it is pointing to the image here:
//<body>
<script language=“JavaScript1.1”><a href=“javascript:gotoshow()”><img src=“01.jpg” name=“slide” border=0 style=“filter:blendTrans(duration=3)” width=389 height=363></a>//

but needs to be pointing to it INSIDE the table, and I do not understand how to make it do that.

Should I find another method?

I would be so grateful for any help. Thank you for reading.