<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsKeywords Dim rsKeywords_numRows Set rsKeywords = Server.CreateObject("ADODB.Recordset") rsKeywords.ActiveConnection = MM_connProceedings_STRING rsKeywords.Source = "SELECT DISTINCT KeywordText FROM KeyWordsQuery ORDER BY KeyWordText ASC" rsKeywords.CursorType = 0 rsKeywords.CursorLocation = 2 rsKeywords.LockType = 1 rsKeywords.Open() rsKeywords_numRows = 0 %> <% Dim rsAuthors Dim rsAuthors_numRows Set rsAuthors = Server.CreateObject("ADODB.Recordset") rsAuthors.ActiveConnection = MM_connProceedings_STRING rsAuthors.Source = "SELECT DISTINCT Expr2 FROM AuthorsQuery ORDER BY Expr2 ASC" rsAuthors.CursorType = 0 rsAuthors.CursorLocation = 2 rsAuthors.LockType = 1 rsAuthors.Open() rsAuthors_numRows = 0 %> <% Dim rsDecisions__MMColParam rsDecisions__MMColParam = "D" If (Request("MM_EmptyValue") <> "") Then rsDecisions__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsDecisions Dim rsDecisions_numRows Set rsDecisions = Server.CreateObject("ADODB.Recordset") rsDecisions.ActiveConnection = MM_connProceedings_STRING rsDecisions.Source = "SELECT DISTINCT KeyWordText FROM KeyWords WHERE KeyWordDecision = '" + Replace(rsDecisions__MMColParam, "'", "''") + "' ORDER BY KeyWordText ASC" rsDecisions.CursorType = 0 rsDecisions.CursorLocation = 2 rsDecisions.LockType = 1 rsDecisions.Open() rsDecisions_numRows = 0 %> NAARB Proceedings


The Proceedings of the National Academy of Arbitrators
Volumes 1 through 66     Years 1948 through 2013



KEYWORDS
AUTHORS
COURT, BOARD AND ARBITRATION DECISIONS


Mark I. Lurie
Editor In Chief
Editors
Linda S. Byars
Richard W. Dissen
Roberta Golick
Barry Goldman
Jay D. Goldstein
Amedeo Greco
Herbert Marx
Susan Mackenzie
Luella Nelson
Douglas Ray
Andrew Strongin
Barbara Zausner



BNA is the copyright holder of this publication. You may make one copy of any article for your personal non-commercial use. Any other duplication or transmission of such article(s) and any commercial use thereof is prohibited.




<% rsKeywords.Close() Set rsKeywords = Nothing %> <% rsAuthors.Close() Set rsAuthors = Nothing %> <% rsDecisions.Close() Set rsDecisions = Nothing %>