Hit The Deck! This is the flimsiest, most weak solution to anything I've ever done, but it'll work.
$data=file_get_contents('http://www.javierzanetti.altervista.org/news/archive.php');
$cheap=explode('<tr', $data);
echo '<table>';
for($i=1; $i<=6; $i++)
echo '<tr'.$cheap[$i];
echo '</table>';
There's no bounds checking, it could better be done with regular expressions, but my tea is almost cooked