// Last update indicator for bottom of page LastUpdated='3/05/08'; // List of years and indexes into editor array for the editor of that year // Fields are: ['year', 'editor number'] year_editor=[ [1963,1], [1964,1], [1965,1], [1966,1], [1967,1], [1968,2], [1969,3], [1970,4], [1971,5], [1972,6], [1973,6], [1974,7], [1975,8], [1976,9], [1977,10], [1978,11], [1979,12], [1980,13], [1981,13], [1982,14], [1983,16], [1984,17], [1985,18], [1986,18], [1987,19], [1988,19], [1989,19], [1990,19], [1991,21], [1992,22], [1993,23], [1994,24], [1995,25], [1996,26], [1997,27], [1998,28], [1999,29], [2000,29], [2001,30], [2002,30], [2003,30], [2004,30], [2005,30], [2006,30], [2007,30], [2008,30], [9999,99] ]; // List of editors, fields are ['index','start date', 'color', 'name'] editors=[ [00,000000,'#000000','Programming Aid'], [01,196301,'#ccffff','Haig Ajamain'], [02,196802,'#ffccff','Rick Chafian'], [03,196902,'#ffffcc','Dave Burns'], [04,197001,'#ccffcc','Norm Snart'], [05,197102,'#ccccff','Fran Stephens'], [06,197202,'#ffcccc','Jim Stephens'], [07,197402,'#99ccff','Charlie Hood'], [08,197502,'#99ffcc','Ken Allen'], [09,197601,'#cc99ff','Naomi Rush'], [10,197701,'#ccff99','Elaine Hoyt'], [11,197801,'#ff99cc','Hugh Bialecki'], [12,197902,'#ffcc99','Boyer Kalugdan'], [13,198001,'#6699cc','Denis Vaughin'], [14,198201,'#cc6699','Gary Pfeiffer'], [15,198210,'#6699cc','Denis Vaughin'], [16,198212,'#99cc66','George Zaft'], [17,198401,'#cc6666','Jack Hagerty'], [18,198501,'#cc9966','Jim Rogers'], [19,198701,'#66cc99','Kitty Kvinge
 (Kitty Haller from 11/88) '], [20,198811,'#66cc99','(Kitty Haller from 11/88)'], [21,199101,'#9999cc','Jeff Smith'], [22,199201,'#99cccc','Peter Inshaw'], [23,199208,'#cc9999','Nizam Zambri'], [24,199401,'#99cc99','Thomas Washburn'], [25,199403,'#9966cc','Don Clukey'], [26,199601,'#cc9933','Dani Lamb'], [27,199603,'#66cc66','Dan Przybylski'], [28,199810,'#6666cc','No editor listed'], [29,199811,'#cc99cc','Scott Callan'], [30,200101,'#cccc99','George Graves'], [99,999999,'#000000','Programming Aid'] ]; // List of dates that issues are not available // Format is yyyymm editor_noavail=[ 196509, 196603, 196712 ]; editor_noavailcolor=''; // Color to display unavailable dates, blank indicates same as editor // List of dates that issues were combined with following month editor_combined=[ 196606, 196610, 196910, 197012, 199401 ]; editor_combinedcolor=''; // Color to display combined dates, blank indicates same as editor // List of dates that issues were not published editor_nopub=[ 196501, ]; editor_nopubcolor=''; // Color to display unpublished dates, blank indicates same as editor // Lists of colors for special occasions editor_outofdatecolor='#cccccc'; // Color to display dates that are too early or too recent