Wouldn't it be great to add a touch of inspiration to my page with a new motivational quote that changes every hour or day? I'm thinking of compiling all the quotes in a document and having javascript randomly select one to display on my website. Maybe using a list format like this:
<ul>
<li>It’s not that I’m so smart, it’s just that I stay with problems longer.</li>
<li>Eighty percent of success is showing up.</li>
<li>I respect faith, but doubt is what gets you an education.</li>
<li>...</li>
<ul>
Is there a way to automate this process, or do I have to manually update the quotes (perhaps through a CMS or directly in HTML)?