$limit) { $start = floor(($limit/2) - 2); $length = $count - (2 * $start); $text = substr_replace($text, " ... ", $start, $length); } return $text; } } ?>