|
If you have a server-side language (php, perl, ???) available, that would be the way to go. Otherwise, you could use Javascript.
Store all of the show information in an array. Loop through the array checking for dates of today or later, and display that information under the "Current Shows" heading. Loop throught the array again checking for dates prior to today, and display that information under a "Previous Shows" heading.
|