Possible Duplicate:
Sort an html list with javascript
I have an :
<ul>
<li>Anytime</li>
<li>Cash is good</li>
<li>Do it now!</li>
</ul>
I constantly add new articles. I want them to be in an alphabetical order without having re-arrange them manually. I have written my site in pure HTML and CSS (I don't get information from a database).
How do I solve this? Do I need Java-script?