There are workarounds if you REALLY want to do it..
The quickest one is to just have the home page set to display a particular news article, and everytime you add a new article, then just change the article id. For example: Your most recent article at the moment is:
Code:
index.php?news&nid=11
You could set up the home page to show this article, and then when you add a new article, change the 11, to 12. You could add the page using the iframe method (1 way to do it).
It's not the "neatest" way, but it will get you the result you want and might prompt you to have an idea for a better way of doing it!
drums