In the code, look for:
PHP Code:
<td class="thead">title one</td>
<td class="thead">title two</td>
Change that to what ever you need for the title area, and then look for:
PHP Code:
<td class="alt1" nowrap="nowrap">content one</td>
<td class="alt1" nowrap="nowrap">content two</td>
(and more respectively according to any extra added above)
Edit the 'content one' and 'content two' to what ever you need.
If you need a link, you'd use:
PHP Code:
<a href="http://the-link.com/referall">MY FRIENDS WEBSITE</a>
HTH