This is a great plugin - exactly what I was looking for. Thanks!
I modified it in this manner so that it would use permalinks:
$related .= '<li><a href="' . get_permalink($p->ID) . '">' . $p->post_title . '</a></li>';
m. :)
http://wordpress.org/extend/plugins/related-links-by-category/