% strYear = request("year") 'sets the year from the querystring. do not change this variable. strBorderSize = 0 'sets the size of the monthly table border, in pixels. strTableWidth = 75 'sets the width of the monthly table, in percentage. strMonthBGColor = "#336666" 'sets the background color of the monthly table header. strRowBGColor = "#4F9191" 'sets the alternating color of the monthly table listings. strCols = 2 'sets the number of columns to use in monthly table strRows = 0 'sets the number of rows to use in monthly table. %>
| <%=MonthlyList(n,strYear,strBorderSize,strTableWidth,strMonthBGColor,strRowBGColor,strCols,strRows)%> | <% next %>