<html> <head> <title>rss</title> </head> <body> <?php $rss=simplexml_load_file('http://forum.antichat.ru/news.rss'); foreach ($rss->channel->item as $item) { echo "<a href='". $item->link. "'>". iconv("UTF-8", "WINDOWS-1251", $item->title). "</a>"; echo "<p>". iconv("UTF-8", "WINDOWS-1251", $item->description). "</p>"; } ?> </font> </body> </html>
<script> timeout=10 onload=reloadMe() function reloadMe(){ setTimeout("history.go(0)",timeout*1000) } </script>