Thorsten,
Instead of using page anchors, I have modified main.php, function.php, and rss.php to display a single news article on the page. What do you think?
In inc/functions.php find
function generateNews()
{
global $db, $PMF_LANG, $PMF_CONF;
$counter = 0;
$result = $db->query("SELECT datum ...