% DueDate = Request.QueryString("DueDate") if DueDate = "" then mth = august else mth = MonthName(Month(DueDate)) end if %>