if (trim ($finish_template) != '')
{
$full_story = get_news ($full_story, $start_template, $finish_template);
$full_story = rss_strip ($full_story);
$full_story = preg_replace ('#<!--ThumbBegin-->(.+?)ShowBild\\(\\\'(.+?)\\\'\\)(.+?)<img align=[\'"](.+?)[\'"].+?<!--ThumbEnd-->#is', '[THUMB=\\4]\\2[/THUMB]', $full_story);
$full_story = preg_replace ('#<!--ThumbBegin-->(.+?)ShowBild\\(\\\'(.+?)\\\'\\)(.+?)<!--ThumbEnd-->#is', '[THUMB]\\2[/THUMB]', $full_story);
$full_story = preg_replace ('#<img(.+?)src=["\'](\\S+?)[\'"](.+?)>#is', '[IMG]\\2[/IMG]', $full_story);
$full_story = $parse->decodeBBCodes ($full_story, false);
$full_story = rss_strip ($full_story);
$full_story = strip_tags ($full_story);
$full_story = preg_replace ('#\\[img\\](\\S.+?)\\[/img\\]#ie', 'image_path_build(\'\\1\', \'' . $host . '\')', $full_story);
$full_story = preg_replace ('#\\[thumb\\](\\S.+?)\\[/thumb\\]#ie', 'thumb_path_build(\'\\1\', \'' . $host . '\')', $full_story);
$full_story = str_replace ('[url=/', '[URL=http://' . $host . '/', $full_story);
$full_story = str_replace ('[URL=./', '[URL=http://' . $host . '/', $full_story);