<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim President__MMColParam President__MMColParam = "President" if (Request("MM_EmptyValue") <> "") then President__MMColParam = Request("MM_EmptyValue") %> <% set President = Server.CreateObject("ADODB.Recordset") President.ActiveConnection = MM_mainlink_STRING President.Source = "SELECT * FROM Board WHERE BoardTitle = '" + Replace(President__MMColParam, "'", "''") + "'" President.CursorType = 0 President.CursorLocation = 2 President.LockType = 3 President.Open() President_numRows = 0 %> <% Dim VicePresident__MMColParam VicePresident__MMColParam = "Vice" if (Request("MM_EmptyValue") <> "") then VicePresident__MMColParam = Request("MM_EmptyValue") %> <% set VicePresident = Server.CreateObject("ADODB.Recordset") VicePresident.ActiveConnection = MM_mainlink_STRING VicePresident.Source = "SELECT * FROM Board WHERE BoardTitle LIKE '%" + Replace(VicePresident__MMColParam, "'", "''") + "%'" VicePresident.CursorType = 0 VicePresident.CursorLocation = 2 VicePresident.LockType = 3 VicePresident.Open() VicePresident_numRows = 0 %> <% Dim Secretary__MMColParam Secretary__MMColParam = "Secretary" if (Request("MM_EmptyValue") <> "") then Secretary__MMColParam = Request("MM_EmptyValue") %> <% set Secretary = Server.CreateObject("ADODB.Recordset") Secretary.ActiveConnection = MM_mainlink_STRING Secretary.Source = "SELECT * FROM Board WHERE BoardTitle = '" + Replace(Secretary__MMColParam, "'", "''") + "'" Secretary.CursorType = 0 Secretary.CursorLocation = 2 Secretary.LockType = 3 Secretary.Open() Secretary_numRows = 0 %> <% Dim Treasurer__MMColParam Treasurer__MMColParam = "Treasurer" if (Request("MM_EmptyValue") <> "") then Treasurer__MMColParam = Request("MM_EmptyValue") %> <% set Treasurer = Server.CreateObject("ADODB.Recordset") Treasurer.ActiveConnection = MM_mainlink_STRING Treasurer.Source = "SELECT * FROM Board WHERE BoardTitle = '" + Replace(Treasurer__MMColParam, "'", "''") + "'" Treasurer.CursorType = 0 Treasurer.CursorLocation = 2 Treasurer.LockType = 3 Treasurer.Open() Treasurer_numRows = 0 %> <% Dim Members__MMColParam Members__MMColParam = "Large" if (Request("MM_EmptyValue") <> "") then Members__MMColParam = Request("MM_EmptyValue") %> <% set Members = Server.CreateObject("ADODB.Recordset") Members.ActiveConnection = MM_mainlink_STRING Members.Source = "SELECT * FROM Board WHERE BoardTitle LIKE '%" + Replace(Members__MMColParam, "'", "''") + "%'" Members.CursorType = 0 Members.CursorLocation = 2 Members.LockType = 3 Members.Open() Members_numRows = 0 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 Members_numRows = Members_numRows + Repeat1__numRows %> Michigan Association for Evaluation
MAE logo Welcome to MAE!

MAE Board

Officers

Member Name Email Address Phone Number
Organization
Meg Blinkiewicz,
President
blinkiewicz@earthlink.net (296) 353-4120 Quad Quality Evaluation
Lisa Marckini-Polk,
Vice President
lmarckini@comcast.net (248)752-0471 Civic Research Services Inc.
Brian Dates,
Treasurer
bdates@swcds.org (313) 841-7442 Southwest Counseling and Development
Denise Hartsough,
Secretary
dhartsough@gkuw.org (269) 343-2524 Greater Kalamazoo United Way

<% While ((Repeat1__numRows <> 0) AND (NOT Members.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 Members.MoveNext() Wend %>

Members at Large

Member Name
Email Address Phone Number
Organization
Rita McPhail rmkoenig@battlecreek.net (269)965-4638 RMK Management Support
Jane Morgan jfmorgan@gte.net (313) 592-0368 J.F. Morgan and Associates, Inc.
Victoria Staub vstraub@specassociates.org (313) 964-0500
ext. 204
SPEC Associates
Curtis Warren curtis.warren@wmich.edu (269) 979-8337 Western Michigan University
Mike Acosta mikeacostamsw@yahoo.com (231) 590-0048
Sharon Anderson sanderson@kalfound.org (269)381-4416 Kalamazoo Community Foundation
Kurt Metzger kurt.metzger@uwsem.org (248) 399-7582 United Way for Southeastern Michigan
Neva Nahan n.nahan@wayne.edu (313) 577-9918 Wayne State University
Jane Powers jpowers@pscinc.com (517) 484-4954 Public Sector Consultants Inc.
Deborah Willis dwillis@guidance-center.org (734) 785-7769 The Guidance Center
Elizabeth Agius msliz_66@yahoo.com (313) 792-1638 Wayne State University

<% President.Close() %> <% VicePresident.Close() %> <% Secretary.Close() %> <% Treasurer.Close() %> <% Members.Close() %>