' <a href="/spong-rrd/index.html">Spong RRD Charts</a> ' .
 ' || <a href="/cgi-bin/sysquery.pl?target=showall">System Summaries</a>';
 
+# This is the default of the www-spong CGI program. Possible values are
+# 'GROUPS' or 'HOST'
+$WWW_DEFAULT_VIEW = "GROUPS";
+
+# Date and time format strings. These are strftime() format variables
+$DATETIMEFMT = "%c";
+$DATEFMT = "%m/%d/%y";
+$TIMEFMT = "%H:%M:%S";
+
+
 $WWW_TITLE_COLOR = "#9999ff";   # Background color for table title cells
 $WWW_CELL_COLOR  = "#cccccc";   # Background color for table detail cells