If you look at your source code, you'll see the posts are there, but they are commented out. This seems to be the problem code:
Code:
<!-- HACK HACK HACK -->
<!-- last reply alert -->
<!-- /HACK ->
You closing "->" is not valid to end your comment. It needs to be "-->" Changing that may fix your page.
(Whenever you have a problem on a page, your best bet is to view your page source and see if you can figure out what is happening from there.)