а вот код граба
<?php
define('_IN_JOHNCMS', 1);
$headmod ="";
$textl = 'Новости региона |' . $copyright . '';
require_once ("../incfiles/core.php");
require_once("../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
$file = file_get_contents("http://pda.news.yandex.ru/Volgograd/?".$_SERVER['QUERY_STRING']);
{$file=preg_replace('/<body bgcolor(.*?)<div class=\"headlines-inner\">/si','',$file);}
{$file=preg_replace('/<div class=\"b-foot\">(.*?)<\/html>/si','',$file);}
{$file = str_replace('<span><a href="', '</b><a href="http://pda.news.yandex.ru/', $file);}
echo $file;
require_once("../incfiles/end.php");
?>