you could make the area with the dates and times a table
I see that the whole area is a single table
Break it up into cells for each show.
save each show data in notepad
then you will just edit the time and date
paste the whole thing into the cell
comments from
example, the line
<!-- This is commented out -->
is a valid comment line, but the line
< !-- This is commented out -->
is not, since there is a space between the left angle bracket and the exclamation mark
Be careful if you use comments to "comment out" HTML that would otherwise be shown to the user, since some older browsers will still pay attention to angle brackets inside the comment and close the comment prematurely -- so that some of the text that was supposed to be inside the comment mistakenly appears as part of the document
__________________
All ideas in this communication are sole property of the voices in my head. (C) 2005, 2006, 2007, 2008, 2009
"The Voices" (TM). All rights reserved.