Thank you for the code you shared gerbilk ??
I have a small correction to make about the title one:
array_pop($excerpt);
should obviously be
array_pop($title);
just making sure for the newbies.
And on each of them:
$title = "<h2>".implode(" ",$title)."...</h2>";
or <p> …</p> for the excerpt etc.
makes it CSS-friendly ??