Help with MVC or java script

hi guys
I have a site which has been programmed by asp.net MVC
I have problem with it,
when ever I post a new article in it, it does not categorized it by time… I mean newest posts ain’t shown on the above part of blog list…
is there anything wrong with MVC or is it a Jquery problem?

you can check and see this problem in my site in shirazharmony domain.

Looking through your js source code I can’t find anyplace that you are either fetching data, or updating data. It seems like the blog posts were hardcoded into the html. I’m not familiar with asp.net, but if you are fetching data, then you probably are showing the list starting from index 0, but are pushing new articles to the end of the array.