How can i change the order that the items are added into the listbox?

This is the original order:

1st post
2nd post
3rd post

And i want to be this way:

3rd post
2nd post
1st post

And so on... What i want to do, in other words, is for the newest added item to be at the top of the list.

Thanks agaiin