$pieces) :
if (!($key % 2)) :
$key2 = $key+1;
$tmpex[] = implode(array($short[$key], $short[$key2]));
endif;
endforeach;
$output=trim(implode('
', $tmpex));
endif;
if ($readmore) $output.=' '.$rmtext.'';
$output = ($filter) ? apply_filters('the_excerpt', $output) : $output;
return $output;
}
} // A5_Excerpt
?>