|
Things like that are usually tasks for the server side language of your choice because you (most certainly) will want to get this information from a database. The server side language will query the database for a random entry and then it will put together the output for the page based on that entry.
|