If You have Your own coolicon and do a search, the description of the site is missing.
To fix that change the line:
$pod_line=~s/<img src=.+img\/star.gi.+>/$pod_coolicon/gi;
to:
$pod_line=~s/<img src=.+img\/star.gi.+?\">/$pod_coolicon/i;
It seems to work on my site (
www.berka.com), but I am not sure if I mess up anything else...