$up = $_SGLOBAL['db']->result($_SGLOBAL['db']->query('SELECT subject FROM '.tname('spaceitems').' WHERE itemid <\''.$itemid.'\' AND catid=\''.$news['catid'].'\' AND folder=\'1\' AND type=\'news\' ORDER BY itemid DESC LIMIT 1'), 0);
$down = $_SGLOBAL['db']->result($_SGLOBAL['db']->query('SELECT subject FROM '.tname('spaceitems').' WHERE itemid >\''.$itemid.'\' AND catid=\''.$news['catid'].'\' AND folder=\'1\' AND type=\'news\' ORDER BY itemid LIMIT 1'), 0);