You have to modify the javascript to output it how you want. Right now, you get a bunch of lines defined by this:
HTML Code:
$rss_output .= "<dt><strong><a href='" . trim($link) . "'>" . htmlspecialchars(trim($title)) . "</a></strong></dt><dd>" . htmlspecialchars(trim($description)) . "</dd>";
If you want it in a table, you'll have to modify that line and probably add the <table> tags around the whole thing.