HTML Activities Calendar Generator

This program generates a table-based HTML calendar of activities. I wrote the program while I was helping to design the North Carolina Hillel web page.
I think my program serves the purpose quite well and has some nice features that I didn't see in other, similar programs. Rather than modify someone else's code (in a language I didn't know very well), I opted to write my own program from scratch.
I'm sure that you can think of hundreds of useful features to add to such a program. If you want to suggest a few features, I'd like to hear it. Or, if you like my program and either use it as is or modify it to include features you like, please send me mail. Thanks!
The code is not very easily customizable. One could centralize all the parts (header, footer, contact info, etc.) that you would want to change when moving it to a new web site in order to allow easy customization. If you use the program and are not comfortable editing C code, let me know and I will be glad to help. Send email to livingst@cs.unc.edu.
I compile this with the GNU cc compiler, with no arguments necessary. I do rename the executable with the "-o" option:
gcc -o htmlcal htmlcal.cThat should work. If not, let me know, and I'll see if I can help.
I thought that Dan Macks wrote a nice calendar generator in the Perl programming language. You can check his out on the Brown University Jewish Student Union calendar page and see if it is more like what you are looking for.