(CommandList
  children: [
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:month)
          op: Equal
          rhs: 
            {
              (DQ 
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [(C {(date)} {(Lit_Other '+') (Lit_Other '%') (m)})]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [16 22]
                )
              )
            }
          spids: [14]
        )
      ]
      spids: [14]
    )
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:day)
          op: Equal
          rhs: 
            {
              (DQ 
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [(C {(date)} {(Lit_Other '+') (Lit_Other '%') (d)})]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [28 34]
                )
              )
            }
          spids: [26]
        )
      ]
      spids: [26]
    )
    (Assignment
      keyword: Assign_None
      pairs: [
        (assign_pair
          lhs: (LhsName name:year)
          op: Equal
          rhs: 
            {
              (DQ 
                (CommandSubPart
                  command_list: 
                    (CommandList
                      children: [(C {(date)} {(Lit_Other '+') (Lit_Other '%') (y)})]
                    )
                  left_token: <Left_CommandSub '$('>
                  spids: [40 46]
                )
              )
            }
          spids: [38]
        )
      ]
      spids: [38]
    )
    (C {(echo)} {(DQ ('Content-type: text/html'))})
    (C {(echo)} {(DQ )})
    (C {(echo)} {(DQ ('<html><body bgcolor=white><center>'))})
    (C {(echo)} 
      {
        (DQ ('<table border=') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) (0) 
          (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) (' cellpadding=') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) (2) 
          (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) (' cellspacing=') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) (1) 
          (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) ('>')
        )
      }
    )
    (C {(echo)} 
      {
        (DQ ('<tr bgcolor=') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) ('#000099') 
          (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) ('>')
        )
      }
    )
    (C {(echo)} {(DQ ("<th><font color=white>Bill Holbrook's Kevin &amp; Kell</font></th></tr>"))})
    (C {(echo)} {(DQ ('<tr><td><img '))})
    (C {(/bin/echo)} {(-n)} 
      {
        (DQ (' src=') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) 
          ('http://www.kevinandkell.com/20') (${ VSub_Name year) (/)
        )
      }
    )
    (C {(echo)} 
      {
        (DQ (strips/kk20) (${ VSub_Name year) (${ VSub_Name month) (${ VSub_Name day) (.jpg) 
          (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) ('>')
        )
      }
    )
    (C {(echo)} 
      {
        (DQ ('</td></tr><tr><td align=') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) (center) 
          (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) ('>')
        )
      }
    )
    (C {(echo)} {(DQ ('&copy; Bill Holbrook. Please see '))})
    (C {(echo)} 
      {
        (DQ ('<a href=') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) 
          ('http://www.kevinandkell.com/') (EscapedLiteralPart token:<Lit_EscapedChar '\\"'>) ('>kevinandkell.com</a>')
        )
      }
    )
    (C {(echo)} {(DQ ('for more strips, books, etc.'))})
    (C {(echo)} {(DQ ('</td></tr></table></center></body></html>'))})
    (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
  ]
)