diff --git a/convert-anystyle-data/anystyle-to-tei.ipynb b/convert-anystyle-data/anystyle-to-tei.ipynb
index 049c9cef09bee53df76f4e3aa23704de938712b4..4704b17d0b5cafdef790aa34eec4ef3bd022cab7 100644
--- a/convert-anystyle-data/anystyle-to-tei.ipynb
+++ b/convert-anystyle-data/anystyle-to-tei.ipynb
@@ -690,8 +690,8 @@
   {
    "metadata": {
     "ExecuteTime": {
-     "end_time": "2024-09-30T07:14:09.985435200Z",
-     "start_time": "2024-09-30T07:14:09.618955100Z"
+     "end_time": "2024-09-30T07:18:48.278633500Z",
+     "start_time": "2024-09-30T07:18:48.081076400Z"
     }
    },
    "cell_type": "code",
@@ -703,7 +703,7 @@
     "import regex as re\n",
     "from lib.string import remove_whitespace\n",
     "from difflib import HtmlDiff\n",
-    "from IPython.display import display, HTML\n",
+    "from IPython.display import display, HTML,Markdown\n",
     "\n",
     "def tei_to_ground_truth_input(tei_xml_doc):\n",
     "    \"\"\"\n",
@@ -738,45 +738,45 @@
     "    html_diff = HtmlDiff().make_file(anystyle_input_data, tei_input_data)\n",
     "    with open(f\"../public/convert-anystyle-data/diffs/{id}.diff.html\", \"w\", encoding=\"utf-8\") as f:\n",
     "        f.write(html_diff)\n",
-    "        display(HTML(f'<p>Extracted and compared input data for {id}  (<a href=\"https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/{id}.diff.html\" target=_blank>See diff</a>)'))\n",
+    "        display(Markdown(f'Extracted and compared input data for {id}  ([See diff](https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/{id}.diff.html))'))\n",
     "        "
    ],
    "id": "4c19609699dc79c",
    "outputs": [
     {
      "data": {
-      "text/plain": "<IPython.core.display.HTML object>",
-      "text/html": "<p>Extracted and compared input data for 10.1111_1467-6478.00057  (<a href=\"https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1111_1467-6478.00057.diff.html\" target=_blank>See diff</a>)"
+      "text/plain": "<IPython.core.display.Markdown object>",
+      "text/markdown": "Extracted and compared input data for 10.1111_1467-6478.00057  ([See diff](https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1111_1467-6478.00057.diff.html))"
      },
      "metadata": {},
      "output_type": "display_data"
     },
     {
      "data": {
-      "text/plain": "<IPython.core.display.HTML object>",
-      "text/html": "<p>Extracted and compared input data for 10.1111_1467-6478.00080  (<a href=\"https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1111_1467-6478.00080.diff.html\" target=_blank>See diff</a>)"
+      "text/plain": "<IPython.core.display.Markdown object>",
+      "text/markdown": "Extracted and compared input data for 10.1111_1467-6478.00080  ([See diff](https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1111_1467-6478.00080.diff.html))"
      },
      "metadata": {},
      "output_type": "display_data"
     },
     {
      "data": {
-      "text/plain": "<IPython.core.display.HTML object>",
-      "text/html": "<p>Extracted and compared input data for 10.1515_zfrs-1980-0103  (<a href=\"https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1515_zfrs-1980-0103.diff.html\" target=_blank>See diff</a>)"
+      "text/plain": "<IPython.core.display.Markdown object>",
+      "text/markdown": "Extracted and compared input data for 10.1515_zfrs-1980-0103  ([See diff](https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1515_zfrs-1980-0103.diff.html))"
      },
      "metadata": {},
      "output_type": "display_data"
     },
     {
      "data": {
-      "text/plain": "<IPython.core.display.HTML object>",
-      "text/html": "<p>Extracted and compared input data for 10.1515_zfrs-1980-0104  (<a href=\"https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1515_zfrs-1980-0104.diff.html\" target=_blank>See diff</a>)"
+      "text/plain": "<IPython.core.display.Markdown object>",
+      "text/markdown": "Extracted and compared input data for 10.1515_zfrs-1980-0104  ([See diff](https://experiments-boulanger-27b5c1c5c975b0350675064f0f85580e618945eef.pages.gwdg.de/convert-anystyle-data/diffs/10.1515_zfrs-1980-0104.diff.html))"
      },
      "metadata": {},
      "output_type": "display_data"
     }
    ],
-   "execution_count": 4
+   "execution_count": 6
   },
   {
    "metadata": {},
diff --git a/public/convert-anystyle-data/diffs/10.1111_1467-6478.00057.diff.html b/public/convert-anystyle-data/diffs/10.1111_1467-6478.00057.diff.html
index 6c775422c7e4141c046ef49031e9ac624d8583c2..962a8a4aa5e972ce64c0c09bcd7419fcf00a29fe 100644
--- a/public/convert-anystyle-data/diffs/10.1111_1467-6478.00057.diff.html
+++ b/public/convert-anystyle-data/diffs/10.1111_1467-6478.00057.diff.html
@@ -21,87 +21,87 @@
 
 <body>
     
-    <table class="diff" id="difflib_chg_to4__top"
+    <table class="diff" id="difflib_chg_to20__top"
            cellspacing="0" cellpadding="0" rules="groups" >
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         
         <tbody>
-            <tr><td class="diff_next" id="difflib_chg_to4__0"><a href="#difflib_chg_to4__0">f</a></td><td class="diff_header" id="from4_1">1</td><td nowrap="nowrap">1&nbsp;A.&nbsp;Phillips,&nbsp;‘Citizenship&nbsp;and&nbsp;Feminist&nbsp;Politics’&nbsp;in&nbsp;Citizenship,&nbsp;ed.&nbsp;G.&nbsp;Andrews&nbsp;(1991)&nbsp;77.</td><td class="diff_next"><a href="#difflib_chg_to4__0">f</a></td><td class="diff_header" id="to4_1">1</td><td nowrap="nowrap">1&nbsp;A.&nbsp;Phillips,&nbsp;‘Citizenship&nbsp;and&nbsp;Feminist&nbsp;Politics’&nbsp;in&nbsp;Citizenship,&nbsp;ed.&nbsp;G.&nbsp;Andrews&nbsp;(1991)&nbsp;77.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_2">2</td><td nowrap="nowrap">2&nbsp;T.&nbsp;Brennan&nbsp;and&nbsp;C.&nbsp;Pateman,&nbsp;‘“Mere&nbsp;Auxiliaries&nbsp;to&nbsp;the&nbsp;Commonwealth”:&nbsp;Women&nbsp;and&nbsp;the&nbsp;Origins&nbsp;of&nbsp;Liberalism’&nbsp;(1979)&nbsp;27&nbsp;Political&nbsp;Studies&nbsp;183.</td><td class="diff_next"></td><td class="diff_header" id="to4_2">2</td><td nowrap="nowrap">2&nbsp;T.&nbsp;Brennan&nbsp;and&nbsp;C.&nbsp;Pateman,&nbsp;‘“Mere&nbsp;Auxiliaries&nbsp;to&nbsp;the&nbsp;Commonwealth”:&nbsp;Women&nbsp;and&nbsp;the&nbsp;Origins&nbsp;of&nbsp;Liberalism’&nbsp;(1979)&nbsp;27&nbsp;Political&nbsp;Studies&nbsp;183.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_3">3</td><td nowrap="nowrap">3&nbsp;M.&nbsp;Sawer&nbsp;and&nbsp;M.&nbsp;Simms,&nbsp;A&nbsp;Woman’s&nbsp;Place:&nbsp;Women&nbsp;and&nbsp;Politics&nbsp;in&nbsp;Australia&nbsp;(2nd&nbsp;ed.,&nbsp;1993).</td><td class="diff_next"></td><td class="diff_header" id="to4_3">3</td><td nowrap="nowrap">3&nbsp;M.&nbsp;Sawer&nbsp;and&nbsp;M.&nbsp;Simms,&nbsp;A&nbsp;Woman’s&nbsp;Place:&nbsp;Women&nbsp;and&nbsp;Politics&nbsp;in&nbsp;Australia&nbsp;(2nd&nbsp;ed.,&nbsp;1993).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_4">4</td><td nowrap="nowrap">4&nbsp;I&nbsp;have&nbsp;explored&nbsp;the&nbsp;gendered&nbsp;nature&nbsp;of&nbsp;citizenship&nbsp;at&nbsp;greater&nbsp;length&nbsp;in&nbsp;two&nbsp;complementary&nbsp;papers:&nbsp;‘Embodying&nbsp;the&nbsp;Citizen’&nbsp;in&nbsp;Public&nbsp;and&nbsp;Private:&nbsp;Feminist&nbsp;Legal&nbsp;Debates,&nbsp;ed.&nbsp;M.&nbsp;Thornton&nbsp;(1995)&nbsp;and&nbsp;‘Historicising&nbsp;Citizenship:&nbsp;Remembering&nbsp;Broken&nbsp;Promises’&nbsp;(1996)&nbsp;20&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;1072.</td><td class="diff_next"></td><td class="diff_header" id="to4_4">4</td><td nowrap="nowrap">4&nbsp;I&nbsp;have&nbsp;explored&nbsp;the&nbsp;gendered&nbsp;nature&nbsp;of&nbsp;citizenship&nbsp;at&nbsp;greater&nbsp;length&nbsp;in&nbsp;two&nbsp;complementary&nbsp;papers:&nbsp;‘Embodying&nbsp;the&nbsp;Citizen’&nbsp;in&nbsp;Public&nbsp;and&nbsp;Private:&nbsp;Feminist&nbsp;Legal&nbsp;Debates,&nbsp;ed.&nbsp;M.&nbsp;Thornton&nbsp;(1995)&nbsp;and&nbsp;‘Historicising&nbsp;Citizenship:&nbsp;Remembering&nbsp;Broken&nbsp;Promises’&nbsp;(1996)&nbsp;20&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;1072.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_5">5</td><td nowrap="nowrap">5&nbsp;S.&nbsp;Walby,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gendered?’&nbsp;(1994)&nbsp;28&nbsp;Sociology&nbsp;379</td><td class="diff_next"></td><td class="diff_header" id="to4_5">5</td><td nowrap="nowrap">5&nbsp;S.&nbsp;Walby,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gendered?’&nbsp;(1994)&nbsp;28&nbsp;Sociology&nbsp;379</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__1">n</a></td><td class="diff_header" id="from4_6">6</td><td nowrap="nowrap">6&nbsp;I.&nbsp;Kant,&nbsp;‘Metaphysical&nbsp;First&nbsp;Principles&nbsp;of&nbsp;the&nbsp;Doctrine&nbsp;of&nbsp;Right&nbsp;[1785]’&nbsp;in&nbsp;The&nbsp;Metaphysics&nbsp;of&nbsp;Morals&nbsp;(trans.&nbsp;M.&nbsp;Gregor,&nbsp;1991)&nbsp;125–6<span class="diff_sub">,</span>&nbsp;s.&nbsp;146.</td><td class="diff_next"><a href="#difflib_chg_to4__1">n</a></td><td class="diff_header" id="to4_6">6</td><td nowrap="nowrap">6&nbsp;I.&nbsp;Kant,&nbsp;‘Metaphysical&nbsp;First&nbsp;Principles&nbsp;of&nbsp;the&nbsp;Doctrine&nbsp;of&nbsp;Right&nbsp;[1785]’&nbsp;in&nbsp;The&nbsp;Metaphysics&nbsp;of&nbsp;Morals&nbsp;(trans.&nbsp;M.&nbsp;Gregor,&nbsp;1991)&nbsp;125–6&nbsp;s.&nbsp;146.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_7">7</td><td nowrap="nowrap">7&nbsp;U.&nbsp;Vogel,&nbsp;‘Marriage&nbsp;and&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Citizenship’&nbsp;in&nbsp;The&nbsp;Condition&nbsp;of&nbsp;Citizenship,&nbsp;ed.&nbsp;B.&nbsp;van&nbsp;Steenbergen&nbsp;(1994)&nbsp;75.</td><td class="diff_next"></td><td class="diff_header" id="to4_7">7</td><td nowrap="nowrap">7&nbsp;U.&nbsp;Vogel,&nbsp;‘Marriage&nbsp;and&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Citizenship’&nbsp;in&nbsp;The&nbsp;Condition&nbsp;of&nbsp;Citizenship,&nbsp;ed.&nbsp;B.&nbsp;van&nbsp;Steenbergen&nbsp;(1994)&nbsp;75.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_8">8</td><td nowrap="nowrap">8&nbsp;N.&nbsp;Fraser&nbsp;and&nbsp;L.&nbsp;Gordon,&nbsp;‘Civil&nbsp;Citizenship&nbsp;against&nbsp;Social&nbsp;Citizenship?’&nbsp;in&nbsp;id.,&nbsp;p.&nbsp;97.</td><td class="diff_next"></td><td class="diff_header" id="to4_8">8</td><td nowrap="nowrap">8&nbsp;N.&nbsp;Fraser&nbsp;and&nbsp;L.&nbsp;Gordon,&nbsp;‘Civil&nbsp;Citizenship&nbsp;against&nbsp;Social&nbsp;Citizenship?’&nbsp;in&nbsp;id.,&nbsp;p.&nbsp;97.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_9">9</td><td nowrap="nowrap">9&nbsp;Vogel,&nbsp;id.,&nbsp;p.&nbsp;79.&nbsp;W.&nbsp;Blackstone,&nbsp;Commentaries&nbsp;(Facsimile&nbsp;of&nbsp;1st.&nbsp;ed.&nbsp;of&nbsp;1765–69,&nbsp;1979)&nbsp;442.</td><td class="diff_next"></td><td class="diff_header" id="to4_9">9</td><td nowrap="nowrap">9&nbsp;Vogel,&nbsp;id.,&nbsp;p.&nbsp;79.&nbsp;W.&nbsp;Blackstone,&nbsp;Commentaries&nbsp;(Facsimile&nbsp;of&nbsp;1st.&nbsp;ed.&nbsp;of&nbsp;1765–69,&nbsp;1979)&nbsp;442.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_10">10</td><td nowrap="nowrap">11&nbsp;Vogel,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;7,&nbsp;pp.&nbsp;80–1.</td><td class="diff_next"></td><td class="diff_header" id="to4_10">10</td><td nowrap="nowrap">11&nbsp;Vogel,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;7,&nbsp;pp.&nbsp;80–1.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_11">11</td><td nowrap="nowrap">12&nbsp;F.&nbsp;Haug&nbsp;(ed.),&nbsp;Female&nbsp;Sexualization:&nbsp;A&nbsp;Collective&nbsp;Work&nbsp;of&nbsp;Memory&nbsp;(1987)&nbsp;196.</td><td class="diff_next"></td><td class="diff_header" id="to4_11">11</td><td nowrap="nowrap">12&nbsp;F.&nbsp;Haug&nbsp;(ed.),&nbsp;Female&nbsp;Sexualization:&nbsp;A&nbsp;Collective&nbsp;Work&nbsp;of&nbsp;Memory&nbsp;(1987)&nbsp;196.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_12">12</td><td nowrap="nowrap">13&nbsp;A.&nbsp;Bottomley,&nbsp;‘Self&nbsp;and&nbsp;Subjectivities:&nbsp;Languages&nbsp;of&nbsp;Claim&nbsp;in&nbsp;Property&nbsp;Law’&nbsp;(1993)&nbsp;20&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;56,&nbsp;61.</td><td class="diff_next"></td><td class="diff_header" id="to4_12">12</td><td nowrap="nowrap">13&nbsp;A.&nbsp;Bottomley,&nbsp;‘Self&nbsp;and&nbsp;Subjectivities:&nbsp;Languages&nbsp;of&nbsp;Claim&nbsp;in&nbsp;Property&nbsp;Law’&nbsp;(1993)&nbsp;20&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;56,&nbsp;61.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_13">13</td><td nowrap="nowrap">14&nbsp;D.&nbsp;West,&nbsp;‘Power&nbsp;and&nbsp;Formation:&nbsp;New&nbsp;Foundations&nbsp;for&nbsp;a&nbsp;Radical&nbsp;Concept&nbsp;of&nbsp;Power’&nbsp;(1987)</td><td class="diff_next"></td><td class="diff_header" id="to4_13">13</td><td nowrap="nowrap">14&nbsp;D.&nbsp;West,&nbsp;‘Power&nbsp;and&nbsp;Formation:&nbsp;New&nbsp;Foundations&nbsp;for&nbsp;a&nbsp;Radical&nbsp;Concept&nbsp;of&nbsp;Power’&nbsp;(1987)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_14">14</td><td nowrap="nowrap">30&nbsp;Inquiry&nbsp;137,&nbsp;145.&nbsp;Compare&nbsp;M.&nbsp;Foucault,&nbsp;Power/Knowledge:&nbsp;Selected&nbsp;Interviews&nbsp;and&nbsp;Other&nbsp;Writings&nbsp;1972–1977,&nbsp;ed.&nbsp;C.&nbsp;Gordon&nbsp;(1980)&nbsp;98.</td><td class="diff_next"></td><td class="diff_header" id="to4_14">14</td><td nowrap="nowrap">30&nbsp;Inquiry&nbsp;137,&nbsp;145.&nbsp;Compare&nbsp;M.&nbsp;Foucault,&nbsp;Power/Knowledge:&nbsp;Selected&nbsp;Interviews&nbsp;and&nbsp;Other&nbsp;Writings&nbsp;1972–1977,&nbsp;ed.&nbsp;C.&nbsp;Gordon&nbsp;(1980)&nbsp;98.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__1"></td><td class="diff_header" id="from4_15">15</td><td nowrap="nowrap">15&nbsp;For&nbsp;a&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;legal&nbsp;method&nbsp;and&nbsp;the&nbsp;political&nbsp;role&nbsp;it&nbsp;plays,&nbsp;see&nbsp;M.J.&nbsp;Mossman,&nbsp;‘Feminism,&nbsp;and&nbsp;Legal&nbsp;Method:&nbsp;The&nbsp;Difference&nbsp;it&nbsp;Makes’&nbsp;(1986)&nbsp;3&nbsp;Aust.&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;30.</td><td class="diff_next"></td><td class="diff_header" id="to4_15">15</td><td nowrap="nowrap">15&nbsp;For&nbsp;a&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;legal&nbsp;method&nbsp;and&nbsp;the&nbsp;political&nbsp;role&nbsp;it&nbsp;plays,&nbsp;see&nbsp;M.J.&nbsp;Mossman,&nbsp;‘Feminism,&nbsp;and&nbsp;Legal&nbsp;Method:&nbsp;The&nbsp;Difference&nbsp;it&nbsp;Makes’&nbsp;(1986)&nbsp;3&nbsp;Aust.&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;30.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_16">16</td><td nowrap="nowrap">16&nbsp;H.S.&nbsp;Maine,&nbsp;Ancient&nbsp;Law:&nbsp;Its&nbsp;Connection&nbsp;with&nbsp;the&nbsp;Early&nbsp;History&nbsp;of&nbsp;Society&nbsp;and&nbsp;its&nbsp;Relation&nbsp;to&nbsp;Modern&nbsp;Ideas&nbsp;(10th&nbsp;ed.,&nbsp;1912)&nbsp;174.</td><td class="diff_next"></td><td class="diff_header" id="to4_16">16</td><td nowrap="nowrap">16&nbsp;H.S.&nbsp;Maine,&nbsp;Ancient&nbsp;Law:&nbsp;Its&nbsp;Connection&nbsp;with&nbsp;the&nbsp;Early&nbsp;History&nbsp;of&nbsp;Society&nbsp;and&nbsp;its&nbsp;Relation&nbsp;to&nbsp;Modern&nbsp;Ideas&nbsp;(10th&nbsp;ed.,&nbsp;1912)&nbsp;174.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_17">17</td><td nowrap="nowrap">17&nbsp;This&nbsp;was&nbsp;particularly&nbsp;the&nbsp;case&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America.&nbsp;See&nbsp;M.J.&nbsp;Horwitz,&nbsp;The&nbsp;Transformation&nbsp;of&nbsp;American&nbsp;Law,&nbsp;1780–1860&nbsp;(1977)&nbsp;160.</td><td class="diff_next"></td><td class="diff_header" id="to4_17">17</td><td nowrap="nowrap">17&nbsp;This&nbsp;was&nbsp;particularly&nbsp;the&nbsp;case&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America.&nbsp;See&nbsp;M.J.&nbsp;Horwitz,&nbsp;The&nbsp;Transformation&nbsp;of&nbsp;American&nbsp;Law,&nbsp;1780–1860&nbsp;(1977)&nbsp;160.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__2"></td><td class="diff_header" id="from4_18">18</td><td nowrap="nowrap">18&nbsp;M.&nbsp;Grossberg,&nbsp;Governing&nbsp;the&nbsp;Hearth:&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;in&nbsp;Nineteenth-Century&nbsp;America&nbsp;(1985)&nbsp;ix.</td><td class="diff_next"></td><td class="diff_header" id="to4_18">18</td><td nowrap="nowrap">18&nbsp;M.&nbsp;Grossberg,&nbsp;Governing&nbsp;the&nbsp;Hearth:&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;in&nbsp;Nineteenth-Century&nbsp;America&nbsp;(1985)&nbsp;ix.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_19">19</td><td nowrap="nowrap">19&nbsp;Staves&nbsp;postulates&nbsp;that&nbsp;the&nbsp;position&nbsp;was&nbsp;somewhat&nbsp;more&nbsp;complicated&nbsp;in&nbsp;that&nbsp;marriage,&nbsp;as&nbsp;a&nbsp;status,&nbsp;crumbled&nbsp;in&nbsp;response&nbsp;to&nbsp;contract&nbsp;ideology&nbsp;in&nbsp;the&nbsp;seventeenth&nbsp;century&nbsp;but,&nbsp;by&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;eighteenth&nbsp;century,&nbsp;deeper&nbsp;patriarchal&nbsp;structures&nbsp;were&nbsp;re-imposed.&nbsp;See&nbsp;S.&nbsp;Staves,&nbsp;Married&nbsp;Women’s&nbsp;Separate&nbsp;Property&nbsp;in&nbsp;England,&nbsp;1660–1833&nbsp;(1990)&nbsp;4,&nbsp;220.</td><td class="diff_next"></td><td class="diff_header" id="to4_19">19</td><td nowrap="nowrap">19&nbsp;Staves&nbsp;postulates&nbsp;that&nbsp;the&nbsp;position&nbsp;was&nbsp;somewhat&nbsp;more&nbsp;complicated&nbsp;in&nbsp;that&nbsp;marriage,&nbsp;as&nbsp;a&nbsp;status,&nbsp;crumbled&nbsp;in&nbsp;response&nbsp;to&nbsp;contract&nbsp;ideology&nbsp;in&nbsp;the&nbsp;seventeenth&nbsp;century&nbsp;but,&nbsp;by&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;eighteenth&nbsp;century,&nbsp;deeper&nbsp;patriarchal&nbsp;structures&nbsp;were&nbsp;re-imposed.&nbsp;See&nbsp;S.&nbsp;Staves,&nbsp;Married&nbsp;Women’s&nbsp;Separate&nbsp;Property&nbsp;in&nbsp;England,&nbsp;1660–1833&nbsp;(1990)&nbsp;4,&nbsp;220.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__3"><a href="#difflib_chg_to4__2">n</a></td><td class="diff_header" id="from4_20">20</td><td nowrap="nowrap">20&nbsp;Siegel&nbsp;presents&nbsp;a&nbsp;valuable&nbsp;study&nbsp;of&nbsp;the&nbsp;changing&nbsp;norms&nbsp;of&nbsp;marriage&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;wife&nbsp;beating.&nbsp;See&nbsp;R.B.&nbsp;Siegel,&nbsp;‘<span class="diff_chg">“</span>The&nbsp;Rule&nbsp;of&nbsp;Love”:&nbsp;Wife&nbsp;Beating&nbsp;as&nbsp;Prerogative&nbsp;and&nbsp;Privacy’&nbsp;(1996)&nbsp;105&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;2117.</td><td class="diff_next"><a href="#difflib_chg_to4__2">n</a></td><td class="diff_header" id="to4_20">20</td><td nowrap="nowrap">20&nbsp;Siegel&nbsp;presents&nbsp;a&nbsp;valuable&nbsp;study&nbsp;of&nbsp;the&nbsp;changing&nbsp;norms&nbsp;of&nbsp;marriage&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;wife&nbsp;beating.&nbsp;See&nbsp;R.B.&nbsp;Siegel,&nbsp;‘<span class="diff_chg">"</span>The&nbsp;Rule&nbsp;of&nbsp;Love”:&nbsp;Wife&nbsp;Beating&nbsp;as&nbsp;Prerogative&nbsp;and&nbsp;Privacy’&nbsp;(1996)&nbsp;105&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;2117.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_21">21</td><td nowrap="nowrap">21&nbsp;C.&nbsp;Pateman,&nbsp;The&nbsp;Sexual&nbsp;Contract&nbsp;(1988).&nbsp;For&nbsp;further&nbsp;analysis&nbsp;of&nbsp;the&nbsp;marriage&nbsp;contract,&nbsp;see&nbsp;K.&nbsp;O’Donovan,&nbsp;Family&nbsp;Matters&nbsp;(1993),&nbsp;especially&nbsp;43–59.</td><td class="diff_next"></td><td class="diff_header" id="to4_21">21</td><td nowrap="nowrap">21&nbsp;C.&nbsp;Pateman,&nbsp;The&nbsp;Sexual&nbsp;Contract&nbsp;(1988).&nbsp;For&nbsp;further&nbsp;analysis&nbsp;of&nbsp;the&nbsp;marriage&nbsp;contract,&nbsp;see&nbsp;K.&nbsp;O’Donovan,&nbsp;Family&nbsp;Matters&nbsp;(1993),&nbsp;especially&nbsp;43–59.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_22">22</td><td nowrap="nowrap">23&nbsp;Crimes&nbsp;(Sexual&nbsp;Assault)&nbsp;Amendment&nbsp;Act&nbsp;1981&nbsp;(N.S.W.);&nbsp;Criminal&nbsp;Law&nbsp;Consolidation&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(S.A.);&nbsp;Criminal&nbsp;Code&nbsp;(Sexual&nbsp;Offences)&nbsp;Act&nbsp;1987&nbsp;(Tas.);&nbsp;Crimes&nbsp;(Sexual&nbsp;Offences)&nbsp;1991&nbsp;(Vic.);&nbsp;Acts&nbsp;Amendment&nbsp;(Sexual&nbsp;Assault)&nbsp;Act&nbsp;1985&nbsp;(W.A.).&nbsp;The&nbsp;High&nbsp;Court&nbsp;upheld&nbsp;the&nbsp;validity&nbsp;of&nbsp;the&nbsp;South&nbsp;Australian&nbsp;law&nbsp;in&nbsp;1991&nbsp;(see&nbsp;R.&nbsp;v.&nbsp;L.&nbsp;(1991)&nbsp;103&nbsp;A.L.R.&nbsp;577),&nbsp;the&nbsp;same&nbsp;year&nbsp;that&nbsp;the&nbsp;House&nbsp;of&nbsp;Lords&nbsp;abolished&nbsp;the&nbsp;immunity&nbsp;(&nbsp;see&nbsp;R.&nbsp;v.&nbsp;R.&nbsp;[1991]&nbsp;2&nbsp;All&nbsp;E.R.&nbsp;257).</td><td class="diff_next"></td><td class="diff_header" id="to4_22">22</td><td nowrap="nowrap">23&nbsp;Crimes&nbsp;(Sexual&nbsp;Assault)&nbsp;Amendment&nbsp;Act&nbsp;1981&nbsp;(N.S.W.);&nbsp;Criminal&nbsp;Law&nbsp;Consolidation&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(S.A.);&nbsp;Criminal&nbsp;Code&nbsp;(Sexual&nbsp;Offences)&nbsp;Act&nbsp;1987&nbsp;(Tas.);&nbsp;Crimes&nbsp;(Sexual&nbsp;Offences)&nbsp;1991&nbsp;(Vic.);&nbsp;Acts&nbsp;Amendment&nbsp;(Sexual&nbsp;Assault)&nbsp;Act&nbsp;1985&nbsp;(W.A.).&nbsp;The&nbsp;High&nbsp;Court&nbsp;upheld&nbsp;the&nbsp;validity&nbsp;of&nbsp;the&nbsp;South&nbsp;Australian&nbsp;law&nbsp;in&nbsp;1991&nbsp;(see&nbsp;R.&nbsp;v.&nbsp;L.&nbsp;(1991)&nbsp;103&nbsp;A.L.R.&nbsp;577),&nbsp;the&nbsp;same&nbsp;year&nbsp;that&nbsp;the&nbsp;House&nbsp;of&nbsp;Lords&nbsp;abolished&nbsp;the&nbsp;immunity&nbsp;(&nbsp;see&nbsp;R.&nbsp;v.&nbsp;R.&nbsp;[1991]&nbsp;2&nbsp;All&nbsp;E.R.&nbsp;257).</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__4"><a href="#difflib_chg_to4__3">n</a></td><td class="diff_header" id="from4_23">23</td><td nowrap="nowrap">24&nbsp;M.&nbsp;Freeman,&nbsp;‘Contracting&nbsp;in&nbsp;the&nbsp;Haven:&nbsp;Balfour&nbsp;v.&nbsp;Balfour&nbsp;Revisited’&nbsp;in&nbsp;Exploring&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Contract,&nbsp;ed.&nbsp;R.&nbsp;Halson&nbsp;(1996)&nbsp;74<span class="diff_sub">;</span>&nbsp;R.&nbsp;Collier,&nbsp;Masculinity,&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;(1995)&nbsp;127&nbsp;and&nbsp;throughout.&nbsp;See&nbsp;Collier&nbsp;further&nbsp;for&nbsp;a&nbsp;comprehensive&nbsp;study&nbsp;of&nbsp;sexuality&nbsp;in&nbsp;marriage.</td><td class="diff_next"><a href="#difflib_chg_to4__3">n</a></td><td class="diff_header" id="to4_23">23</td><td nowrap="nowrap">24&nbsp;M.&nbsp;Freeman,&nbsp;‘Contracting&nbsp;in&nbsp;the&nbsp;Haven:&nbsp;Balfour&nbsp;v.&nbsp;Balfour&nbsp;Revisited’&nbsp;in&nbsp;Exploring&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Contract,&nbsp;ed.&nbsp;R.&nbsp;Halson&nbsp;(1996)&nbsp;74&nbsp;R.&nbsp;Collier,&nbsp;Masculinity,&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;(1995)&nbsp;127&nbsp;and&nbsp;throughout.&nbsp;See&nbsp;Collier&nbsp;further&nbsp;for&nbsp;a&nbsp;comprehensive&nbsp;study&nbsp;of&nbsp;sexuality&nbsp;in&nbsp;marriage.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_24">24</td><td nowrap="nowrap">25&nbsp;P.S.&nbsp;Atiyah,&nbsp;An&nbsp;Introduction&nbsp;to&nbsp;the&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(5th&nbsp;ed.,&nbsp;1995)&nbsp;3.</td><td class="diff_next"></td><td class="diff_header" id="to4_24">24</td><td nowrap="nowrap">25&nbsp;P.S.&nbsp;Atiyah,&nbsp;An&nbsp;Introduction&nbsp;to&nbsp;the&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(5th&nbsp;ed.,&nbsp;1995)&nbsp;3.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__4">n</a></td><td class="diff_header" id="from4_25">25</td><td nowrap="nowrap">26&nbsp;The&nbsp;Australian&nbsp;Law&nbsp;Reform&nbsp;Commission&nbsp;has&nbsp;addressed&nbsp;the&nbsp;issue&nbsp;and&nbsp;recommended&nbsp;recognition&nbsp;of&nbsp;prenuptial&nbsp;agreements.&nbsp;See&nbsp;A.L.R.C.,&nbsp;Matrimonial&nbsp;Property,&nbsp;report&nbsp;no.&nbsp;37&nbsp;(1987);&nbsp;A.L.R.C.<span class="diff_chg">,</span>&nbsp;Report&nbsp;of&nbsp;the&nbsp;Joint&nbsp;Select&nbsp;Committee&nbsp;on&nbsp;Certain&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Operation&nbsp;and&nbsp;Interpretation&nbsp;of&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;(1992).&nbsp;For&nbsp;critique,&nbsp;see&nbsp;M.&nbsp;Neave,&nbsp;‘Private&nbsp;Ordering&nbsp;in&nbsp;Family&nbsp;Law&nbsp;–&nbsp;Will&nbsp;Women&nbsp;Benefit?’&nbsp;in&nbsp;Thornton,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;4.&nbsp;For&nbsp;a&nbsp;feminist&nbsp;critique&nbsp;of&nbsp;contract&nbsp;in&nbsp;the&nbsp;American&nbsp;context,&nbsp;see&nbsp;C.&nbsp;Dalton,&nbsp;‘An&nbsp;Essay&nbsp;in&nbsp;the&nbsp;Deconstruction&nbsp;of&nbsp;Contract&nbsp;Doctrine’&nbsp;(1985)&nbsp;94&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;997.</td><td class="diff_next"><a href="#difflib_chg_to4__4">n</a></td><td class="diff_header" id="to4_25">25</td><td nowrap="nowrap">26&nbsp;The&nbsp;Australian&nbsp;Law&nbsp;Reform&nbsp;Commission&nbsp;has&nbsp;addressed&nbsp;the&nbsp;issue&nbsp;and&nbsp;recommended&nbsp;recognition&nbsp;of&nbsp;prenuptial&nbsp;agreements.&nbsp;See&nbsp;A.L.R.C.,&nbsp;Matrimonial&nbsp;Property,&nbsp;report&nbsp;no.&nbsp;37&nbsp;(1987);&nbsp;A.L.R.C.<span class="diff_chg">&nbsp;.,</span>&nbsp;Report&nbsp;of&nbsp;the&nbsp;Joint&nbsp;Select&nbsp;Committee&nbsp;on&nbsp;Certain&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Operation&nbsp;and&nbsp;Interpretation&nbsp;of&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;(1992).&nbsp;For&nbsp;critique,&nbsp;see&nbsp;M.&nbsp;Neave,&nbsp;‘Private&nbsp;Ordering&nbsp;in&nbsp;Family&nbsp;Law&nbsp;–&nbsp;Will&nbsp;Women&nbsp;Benefit?’&nbsp;in&nbsp;Thornton,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;4.&nbsp;For&nbsp;a&nbsp;feminist&nbsp;critique&nbsp;of&nbsp;contract&nbsp;in&nbsp;the&nbsp;American&nbsp;context,&nbsp;see&nbsp;C.&nbsp;Dalton,&nbsp;‘An&nbsp;Essay&nbsp;in&nbsp;the&nbsp;Deconstruction&nbsp;of&nbsp;Contract&nbsp;Doctrine’&nbsp;(1985)&nbsp;94&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;997.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_26">26</td><td nowrap="nowrap">27&nbsp;L.&nbsp;J.&nbsp;Weitzman,&nbsp;The&nbsp;Marriage&nbsp;Contract:&nbsp;Spouses,&nbsp;Lovers,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1981)&nbsp;347&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to4_26">26</td><td nowrap="nowrap">27&nbsp;L.&nbsp;J.&nbsp;Weitzman,&nbsp;The&nbsp;Marriage&nbsp;Contract:&nbsp;Spouses,&nbsp;Lovers,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1981)&nbsp;347&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_27">27</td><td nowrap="nowrap">28&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;52.</td><td class="diff_next"></td><td class="diff_header" id="to4_27">27</td><td nowrap="nowrap">28&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;52.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__5">n</a></td><td class="diff_header" id="from4_28">28</td><td nowrap="nowrap">29&nbsp;Balfour&nbsp;<span class="diff_sub">v.&nbsp;Balfour&nbsp;</span>[1919]&nbsp;2&nbsp;K.B.&nbsp;571.</td><td class="diff_next"><a href="#difflib_chg_to4__5">n</a></td><td class="diff_header" id="to4_28">28</td><td nowrap="nowrap">29<span class="diff_add">&nbsp;V.</span>&nbsp;Balfour&nbsp;[1919]&nbsp;2&nbsp;K.B.&nbsp;571.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_29">29</td><td nowrap="nowrap">30&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.&nbsp;While&nbsp;acknowledging&nbsp;the&nbsp;trends&nbsp;towards&nbsp;contractualism&nbsp;and&nbsp;private&nbsp;ordering,&nbsp;Regan&nbsp;cautions&nbsp;against&nbsp;it,&nbsp;noting&nbsp;that&nbsp;greater&nbsp;freedom&nbsp;to&nbsp;contract&nbsp;invites&nbsp;greater&nbsp;scrutiny&nbsp;by&nbsp;the&nbsp;courts.&nbsp;More&nbsp;significantly,&nbsp;however,&nbsp;he&nbsp;would&nbsp;rather&nbsp;reclaim&nbsp;the&nbsp;idea&nbsp;of&nbsp;status&nbsp;by&nbsp;injecting&nbsp;it&nbsp;with&nbsp;new&nbsp;notions&nbsp;of&nbsp;responsibility&nbsp;and&nbsp;relationality,&nbsp;as&nbsp;well&nbsp;as&nbsp;divesting&nbsp;it&nbsp;of&nbsp;its&nbsp;sexist&nbsp;assumptions.&nbsp;See&nbsp;M.C.&nbsp;Regan&nbsp;<span class="diff_chg">Jr.,</span>&nbsp;Family&nbsp;Law&nbsp;and&nbsp;the&nbsp;Pursuit&nbsp;of&nbsp;Intimacy&nbsp;(1993).</td><td class="diff_next"></td><td class="diff_header" id="to4_29">29</td><td nowrap="nowrap">30&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.&nbsp;While&nbsp;acknowledging&nbsp;the&nbsp;trends&nbsp;towards&nbsp;contractualism&nbsp;and&nbsp;private&nbsp;ordering,&nbsp;Regan&nbsp;cautions&nbsp;against&nbsp;it,&nbsp;noting&nbsp;that&nbsp;greater&nbsp;freedom&nbsp;to&nbsp;contract&nbsp;invites&nbsp;greater&nbsp;scrutiny&nbsp;by&nbsp;the&nbsp;courts.&nbsp;More&nbsp;significantly,&nbsp;however,&nbsp;he&nbsp;would&nbsp;rather&nbsp;reclaim&nbsp;the&nbsp;idea&nbsp;of&nbsp;status&nbsp;by&nbsp;injecting&nbsp;it&nbsp;with&nbsp;new&nbsp;notions&nbsp;of&nbsp;responsibility&nbsp;and&nbsp;relationality,&nbsp;as&nbsp;well&nbsp;as&nbsp;divesting&nbsp;it&nbsp;of&nbsp;its&nbsp;sexist&nbsp;assumptions.&nbsp;See&nbsp;M.C.&nbsp;Regan&nbsp;<span class="diff_chg">.,</span>&nbsp;Family&nbsp;Law&nbsp;and&nbsp;the&nbsp;Pursuit&nbsp;of&nbsp;Intimacy&nbsp;(1993).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_30">30</td><td nowrap="nowrap">31&nbsp;For&nbsp;example,&nbsp;Law&nbsp;Reform&nbsp;(Miscellaneous&nbsp;Provisions)&nbsp;Act&nbsp;1970&nbsp;(U.K.);&nbsp;Domestic&nbsp;Relations&nbsp;Act&nbsp;1975&nbsp;(N.Z.);&nbsp;Marriage&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(Cwth.)</td><td class="diff_next"></td><td class="diff_header" id="to4_30">30</td><td nowrap="nowrap">31&nbsp;For&nbsp;example,&nbsp;Law&nbsp;Reform&nbsp;(Miscellaneous&nbsp;Provisions)&nbsp;Act&nbsp;1970&nbsp;(U.K.);&nbsp;Domestic&nbsp;Relations&nbsp;Act&nbsp;1975&nbsp;(N.Z.);&nbsp;Marriage&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(Cwth.)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__5"></td><td class="diff_header" id="from4_31">31</td><td nowrap="nowrap">32&nbsp;G.S.&nbsp;Frost,&nbsp;Promises&nbsp;Broken:&nbsp;Courtship,&nbsp;Class,&nbsp;and&nbsp;Gender&nbsp;in&nbsp;Victorian&nbsp;England&nbsp;(1995);&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1996),&nbsp;n.&nbsp;4.</td><td class="diff_next"></td><td class="diff_header" id="to4_31">31</td><td nowrap="nowrap">32&nbsp;G.S.&nbsp;Frost,&nbsp;Promises&nbsp;Broken:&nbsp;Courtship,&nbsp;Class,&nbsp;and&nbsp;Gender&nbsp;in&nbsp;Victorian&nbsp;England&nbsp;(1995);&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1996),&nbsp;n.&nbsp;4.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_32">32</td><td nowrap="nowrap">33&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;38.</td><td class="diff_next"></td><td class="diff_header" id="to4_32">32</td><td nowrap="nowrap">33&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;38.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__6"></td><td class="diff_header" id="from4_33">33</td><td nowrap="nowrap">34&nbsp;Compare&nbsp;U.&nbsp;Vogel,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gender-Specific?’&nbsp;in&nbsp;The&nbsp;Frontiers&nbsp;of&nbsp;Citizenship,&nbsp;eds.&nbsp;U.&nbsp;Vogel&nbsp;and&nbsp;M.&nbsp;Moran&nbsp;(1991)&nbsp;59.</td><td class="diff_next"></td><td class="diff_header" id="to4_33">33</td><td nowrap="nowrap">34&nbsp;Compare&nbsp;U.&nbsp;Vogel,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gender-Specific?’&nbsp;in&nbsp;The&nbsp;Frontiers&nbsp;of&nbsp;Citizenship,&nbsp;eds.&nbsp;U.&nbsp;Vogel&nbsp;and&nbsp;M.&nbsp;Moran&nbsp;(1991)&nbsp;59.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_34">34</td><td nowrap="nowrap">35&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Bradwell&nbsp;v.&nbsp;Illinois&nbsp;83&nbsp;U.S.&nbsp;(16&nbsp;Wall)&nbsp;130&nbsp;(1873).</td><td class="diff_next"></td><td class="diff_header" id="to4_34">34</td><td nowrap="nowrap">35&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Bradwell&nbsp;v.&nbsp;Illinois&nbsp;83&nbsp;U.S.&nbsp;(16&nbsp;Wall)&nbsp;130&nbsp;(1873).</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__7"></td><td class="diff_header" id="from4_35">35</td><td nowrap="nowrap">36&nbsp;Compare&nbsp;J.&nbsp;Pahl,&nbsp;Money&nbsp;and&nbsp;Marriage&nbsp;(1989)&nbsp;5.</td><td class="diff_next"></td><td class="diff_header" id="to4_35">35</td><td nowrap="nowrap">36&nbsp;Compare&nbsp;J.&nbsp;Pahl,&nbsp;Money&nbsp;and&nbsp;Marriage&nbsp;(1989)&nbsp;5.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__6">n</a></td><td class="diff_header" id="from4_36">36</td><td nowrap="nowrap">37&nbsp;Although&nbsp;Australia,&nbsp;like&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;has&nbsp;a&nbsp;separate&nbsp;property&nbsp;regime,&nbsp;the&nbsp;courts&nbsp;are&nbsp;endowed&nbsp;with&nbsp;broad&nbsp;powers&nbsp;under&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;1975&nbsp;(Cwth.)&nbsp;to&nbsp;distribute&nbsp;property&nbsp;equitably.&nbsp;For&nbsp;detailed&nbsp;treatment,&nbsp;see&nbsp;S.&nbsp;Parker,&nbsp;<span class="diff_sub">P.&nbsp;Parkinson,&nbsp;and&nbsp;J.&nbsp;Behrens,&nbsp;</span>Australian&nbsp;Family&nbsp;Law&nbsp;in&nbsp;Context:&nbsp;Commentary&nbsp;and&nbsp;Materials&nbsp;(1994).&nbsp;Most&nbsp;civil&nbsp;law&nbsp;countries&nbsp;and&nbsp;most&nbsp;American&nbsp;states&nbsp;have&nbsp;developed&nbsp;community&nbsp;property&nbsp;regimes&nbsp;which&nbsp;recognize&nbsp;the&nbsp;joint&nbsp;ownership&nbsp;of&nbsp;property&nbsp;acquired&nbsp;during&nbsp;marriage,&nbsp;but&nbsp;the&nbsp;legal&nbsp;significance&nbsp;is&nbsp;similarly&nbsp;directed&nbsp;to&nbsp;the&nbsp;time&nbsp;of&nbsp;divorce.&nbsp;For&nbsp;discussion&nbsp;of&nbsp;the&nbsp;position&nbsp;during&nbsp;marriage,&nbsp;see&nbsp;J.T.&nbsp;Oldham,&nbsp;‘Management&nbsp;of&nbsp;the&nbsp;Community&nbsp;Estate&nbsp;during&nbsp;an&nbsp;Intact&nbsp;Marriage’&nbsp;(1993)&nbsp;56&nbsp;Law&nbsp;and&nbsp;Contemporary&nbsp;Problems&nbsp;99.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;genesis&nbsp;of&nbsp;the&nbsp;two&nbsp;systems,&nbsp;see&nbsp;C.&nbsp;Donahue,<span class="diff_sub">&nbsp;Jr.,</span>&nbsp;‘What&nbsp;Causes&nbsp;Fundamental&nbsp;Legal&nbsp;Ideas?&nbsp;Marital&nbsp;Property&nbsp;in&nbsp;England&nbsp;and&nbsp;France&nbsp;in&nbsp;the&nbsp;Thirteenth&nbsp;Century’&nbsp;(1979)&nbsp;78&nbsp;Michigan&nbsp;Law&nbsp;Rev.&nbsp;59.</td><td class="diff_next"><a href="#difflib_chg_to4__6">n</a></td><td class="diff_header" id="to4_36">36</td><td nowrap="nowrap">37&nbsp;Although&nbsp;Australia,&nbsp;like&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;has&nbsp;a&nbsp;separate&nbsp;property&nbsp;regime,&nbsp;the&nbsp;courts&nbsp;are&nbsp;endowed&nbsp;with&nbsp;broad&nbsp;powers&nbsp;under&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;1975&nbsp;(Cwth.)&nbsp;to&nbsp;distribute&nbsp;property&nbsp;equitably.&nbsp;For&nbsp;detailed&nbsp;treatment,&nbsp;see<span class="diff_add">&nbsp;P.&nbsp;Parkinson</span>&nbsp;S.&nbsp;Parker<span class="diff_add">&nbsp;and&nbsp;J.&nbsp;Behrens</span>,&nbsp;Australian&nbsp;Family&nbsp;Law&nbsp;in&nbsp;Context:&nbsp;Commentary&nbsp;and&nbsp;Materials&nbsp;(1994).&nbsp;Most&nbsp;civil&nbsp;law&nbsp;countries&nbsp;and&nbsp;most&nbsp;American&nbsp;states&nbsp;have&nbsp;developed&nbsp;community&nbsp;property&nbsp;regimes&nbsp;which&nbsp;recognize&nbsp;the&nbsp;joint&nbsp;ownership&nbsp;of&nbsp;property&nbsp;acquired&nbsp;during&nbsp;marriage,&nbsp;but&nbsp;the&nbsp;legal&nbsp;significance&nbsp;is&nbsp;similarly&nbsp;directed&nbsp;to&nbsp;the&nbsp;time&nbsp;of&nbsp;divorce.&nbsp;For&nbsp;discussion&nbsp;of&nbsp;the&nbsp;position&nbsp;during&nbsp;marriage,&nbsp;see&nbsp;J.T.&nbsp;Oldham,&nbsp;‘Management&nbsp;of&nbsp;the&nbsp;Community&nbsp;Estate&nbsp;during&nbsp;an&nbsp;Intact&nbsp;Marriage’&nbsp;(1993)&nbsp;56&nbsp;Law&nbsp;and&nbsp;Contemporary&nbsp;Problems&nbsp;99.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;genesis&nbsp;of&nbsp;the&nbsp;two&nbsp;systems,&nbsp;see&nbsp;C.&nbsp;Donahue,&nbsp;‘What&nbsp;Causes&nbsp;Fundamental&nbsp;Legal&nbsp;Ideas?&nbsp;Marital&nbsp;Property&nbsp;in&nbsp;England&nbsp;and&nbsp;France&nbsp;in&nbsp;the&nbsp;Thirteenth&nbsp;Century’&nbsp;(1979)&nbsp;78&nbsp;Michigan&nbsp;Law&nbsp;Rev.&nbsp;59.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_37">37</td><td nowrap="nowrap">38&nbsp;The&nbsp;legal&nbsp;construction&nbsp;of&nbsp;masculinity&nbsp;and&nbsp;femininity&nbsp;in&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;the&nbsp;subject&nbsp;of&nbsp;recent&nbsp;scholarly&nbsp;interest.&nbsp;Notable&nbsp;examples&nbsp;are&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;21&nbsp;and&nbsp;Collier,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.</td><td class="diff_next"></td><td class="diff_header" id="to4_37">37</td><td nowrap="nowrap">38&nbsp;The&nbsp;legal&nbsp;construction&nbsp;of&nbsp;masculinity&nbsp;and&nbsp;femininity&nbsp;in&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;the&nbsp;subject&nbsp;of&nbsp;recent&nbsp;scholarly&nbsp;interest.&nbsp;Notable&nbsp;examples&nbsp;are&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;21&nbsp;and&nbsp;Collier,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__7">n</a></td><td class="diff_header" id="from4_38">38</td><td nowrap="nowrap">39&nbsp;For&nbsp;discussion&nbsp;of&nbsp;sex&nbsp;and&nbsp;legal&nbsp;subjecthood,&nbsp;see&nbsp;N.&nbsp;Naffine&nbsp;‘Sexing&nbsp;the&nbsp;Subject&nbsp;(of&nbsp;Law)’&nbsp;in&nbsp;Thornton<span class="diff_sub">&nbsp;</span>,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td><td class="diff_next"><a href="#difflib_chg_to4__7">n</a></td><td class="diff_header" id="to4_38">38</td><td nowrap="nowrap">39&nbsp;For&nbsp;discussion&nbsp;of&nbsp;sex&nbsp;and&nbsp;legal&nbsp;subjecthood,&nbsp;see&nbsp;N.&nbsp;Naffine&nbsp;‘Sexing&nbsp;the&nbsp;Subject&nbsp;(of&nbsp;Law)’&nbsp;in&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__8"></td><td class="diff_header" id="from4_39">39</td><td nowrap="nowrap">40&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).</td><td class="diff_next"></td><td class="diff_header" id="to4_39">39</td><td nowrap="nowrap">40&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__8">n</a></td><td class="diff_header" id="from4_40">40</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Nedelsky,&nbsp;Private&nbsp;Property&nbsp;and&nbsp;the&nbsp;Limits&nbsp;of&nbsp;American&nbsp;Constitutionalism:&nbsp;The&nbsp;Madisonian&nbsp;Framework&nbsp;and&nbsp;its&nbsp;Legacy&nbsp;(1990)&nbsp;especially&nbsp;223&nbsp;ff<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to4__8">n</a></td><td class="diff_header" id="to4_40">40</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Nedelsky,&nbsp;Private&nbsp;Property&nbsp;and&nbsp;the&nbsp;Limits&nbsp;of&nbsp;American&nbsp;Constitutionalism:&nbsp;The&nbsp;Madisonian&nbsp;Framework&nbsp;and&nbsp;its&nbsp;Legacy&nbsp;(1990)<span class="diff_add">,</span>&nbsp;especially&nbsp;223&nbsp;ff</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_41">41</td><td nowrap="nowrap">42&nbsp;C.B.&nbsp;Macpherson,&nbsp;Democratic&nbsp;Theory:&nbsp;Essays&nbsp;in&nbsp;Retrieval&nbsp;(1973)&nbsp;120.</td><td class="diff_next"></td><td class="diff_header" id="to4_41">41</td><td nowrap="nowrap">42&nbsp;C.B.&nbsp;Macpherson,&nbsp;Democratic&nbsp;Theory:&nbsp;Essays&nbsp;in&nbsp;Retrieval&nbsp;(1973)&nbsp;120.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_42">42</td><td nowrap="nowrap">43&nbsp;For&nbsp;example,&nbsp;N.&nbsp;Howell,&nbsp;‘“Sexually&nbsp;Transmitted&nbsp;Debt”:&nbsp;A&nbsp;Feminist&nbsp;Analysis&nbsp;of&nbsp;Laws&nbsp;Regulating&nbsp;Guarantors&nbsp;and&nbsp;Co-Borrowers’&nbsp;(1995)&nbsp;4&nbsp;Aust.&nbsp;Feminist&nbsp;Law&nbsp;J.&nbsp;93.</td><td class="diff_next"></td><td class="diff_header" id="to4_42">42</td><td nowrap="nowrap">43&nbsp;For&nbsp;example,&nbsp;N.&nbsp;Howell,&nbsp;‘“Sexually&nbsp;Transmitted&nbsp;Debt”:&nbsp;A&nbsp;Feminist&nbsp;Analysis&nbsp;of&nbsp;Laws&nbsp;Regulating&nbsp;Guarantors&nbsp;and&nbsp;Co-Borrowers’&nbsp;(1995)&nbsp;4&nbsp;Aust.&nbsp;Feminist&nbsp;Law&nbsp;J.&nbsp;93.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_43">43</td><td nowrap="nowrap">44&nbsp;P.&nbsp;Baron,&nbsp;‘The&nbsp;Free&nbsp;Exercise&nbsp;of&nbsp;Her&nbsp;Will:&nbsp;Women&nbsp;and&nbsp;Emotionally&nbsp;Transmitted&nbsp;Debt’&nbsp;(1995)&nbsp;13&nbsp;Law&nbsp;in&nbsp;Context&nbsp;23.</td><td class="diff_next"></td><td class="diff_header" id="to4_43">43</td><td nowrap="nowrap">44&nbsp;P.&nbsp;Baron,&nbsp;‘The&nbsp;Free&nbsp;Exercise&nbsp;of&nbsp;Her&nbsp;Will:&nbsp;Women&nbsp;and&nbsp;Emotionally&nbsp;Transmitted&nbsp;Debt’&nbsp;(1995)&nbsp;13&nbsp;Law&nbsp;in&nbsp;Context&nbsp;23.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__9">n</a></td><td class="diff_header" id="from4_44">44</td><td nowrap="nowrap">45&nbsp;id.,&nbsp;p.&nbsp;24<span class="diff_sub">;</span>&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature’&nbsp;(1994)&nbsp;57&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;467,&nbsp;468.&nbsp;See,&nbsp;also,&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180,&nbsp;at&nbsp;185<span class="diff_sub">,</span>&nbsp;per&nbsp;Brown-Wilkinson&nbsp;L</td><td class="diff_next"><a href="#difflib_chg_to4__9">n</a></td><td class="diff_header" id="to4_44">44</td><td nowrap="nowrap">45&nbsp;id.,&nbsp;p.&nbsp;24&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature’&nbsp;(1994)&nbsp;57&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;467,&nbsp;468.&nbsp;See,&nbsp;also,&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180,&nbsp;at&nbsp;185&nbsp;per&nbsp;Brown-Wilkinson&nbsp;L<span class="diff_add">.</span></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_45">45</td><td nowrap="nowrap">46&nbsp;Baron,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;44,&nbsp;p.&nbsp;34<span class="diff_chg">;</span>&nbsp;M.&nbsp;Richardson,&nbsp;‘Protecting&nbsp;Women&nbsp;who&nbsp;provide&nbsp;Security&nbsp;for&nbsp;a&nbsp;Husband’s,&nbsp;Partner’s&nbsp;or&nbsp;Child’s&nbsp;Debts.&nbsp;The&nbsp;Value&nbsp;and&nbsp;Limits&nbsp;of&nbsp;an&nbsp;Economic&nbsp;Perspective’&nbsp;(1996)&nbsp;16&nbsp;Legal&nbsp;Studies&nbsp;368.</td><td class="diff_next"></td><td class="diff_header" id="to4_45">45</td><td nowrap="nowrap">46&nbsp;Baron,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;44,&nbsp;p.&nbsp;34<span class="diff_chg">.</span>&nbsp;M.&nbsp;Richardson,&nbsp;‘Protecting&nbsp;Women&nbsp;who&nbsp;provide&nbsp;Security&nbsp;for&nbsp;a&nbsp;Husband’s,&nbsp;Partner’s&nbsp;or&nbsp;Child’s&nbsp;Debts.&nbsp;The&nbsp;Value&nbsp;and&nbsp;Limits&nbsp;of&nbsp;an&nbsp;Economic&nbsp;Perspective’&nbsp;(1996)&nbsp;16&nbsp;Legal&nbsp;Studies&nbsp;368.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__9"></td><td class="diff_header" id="from4_46">46</td><td nowrap="nowrap">47&nbsp;Examples&nbsp;are&nbsp;legion,&nbsp;and&nbsp;by&nbsp;no&nbsp;means&nbsp;confined&nbsp;to&nbsp;the&nbsp;more&nbsp;sensational&nbsp;criminal&nbsp;law&nbsp;cases&nbsp;picked&nbsp;up&nbsp;by&nbsp;the&nbsp;media,&nbsp;such&nbsp;as&nbsp;R.&nbsp;v.&nbsp;Johns,&nbsp;Supreme&nbsp;Court&nbsp;of&nbsp;South&nbsp;Australia,&nbsp;26&nbsp;August&nbsp;1992&nbsp;(unreported)&nbsp;in&nbsp;which&nbsp;Bollen&nbsp;J.&nbsp;stated&nbsp;that&nbsp;it&nbsp;was&nbsp;acceptable&nbsp;for&nbsp;a&nbsp;husband&nbsp;to&nbsp;resort&nbsp;to&nbsp;‘rougher&nbsp;than&nbsp;usual&nbsp;handling’&nbsp;to&nbsp;persuade&nbsp;his&nbsp;wife&nbsp;to&nbsp;have&nbsp;sex&nbsp;with&nbsp;him.&nbsp;For&nbsp;examples&nbsp;relating&nbsp;to&nbsp;STD,&nbsp;see&nbsp;Howell,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;43.</td><td class="diff_next"></td><td class="diff_header" id="to4_46">46</td><td nowrap="nowrap">47&nbsp;Examples&nbsp;are&nbsp;legion,&nbsp;and&nbsp;by&nbsp;no&nbsp;means&nbsp;confined&nbsp;to&nbsp;the&nbsp;more&nbsp;sensational&nbsp;criminal&nbsp;law&nbsp;cases&nbsp;picked&nbsp;up&nbsp;by&nbsp;the&nbsp;media,&nbsp;such&nbsp;as&nbsp;R.&nbsp;v.&nbsp;Johns,&nbsp;Supreme&nbsp;Court&nbsp;of&nbsp;South&nbsp;Australia,&nbsp;26&nbsp;August&nbsp;1992&nbsp;(unreported)&nbsp;in&nbsp;which&nbsp;Bollen&nbsp;J.&nbsp;stated&nbsp;that&nbsp;it&nbsp;was&nbsp;acceptable&nbsp;for&nbsp;a&nbsp;husband&nbsp;to&nbsp;resort&nbsp;to&nbsp;‘rougher&nbsp;than&nbsp;usual&nbsp;handling’&nbsp;to&nbsp;persuade&nbsp;his&nbsp;wife&nbsp;to&nbsp;have&nbsp;sex&nbsp;with&nbsp;him.&nbsp;For&nbsp;examples&nbsp;relating&nbsp;to&nbsp;STD,&nbsp;see&nbsp;Howell,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;43.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_47">47</td><td nowrap="nowrap">48&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature&nbsp;–&nbsp;the&nbsp;Sequel’&nbsp;(1996)&nbsp;59&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;675.</td><td class="diff_next"></td><td class="diff_header" id="to4_47">47</td><td nowrap="nowrap">48&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature&nbsp;–&nbsp;the&nbsp;Sequel’&nbsp;(1996)&nbsp;59&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;675.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_48">48</td><td nowrap="nowrap">49&nbsp;National&nbsp;Australia&nbsp;Bank&nbsp;Ltd&nbsp;v.&nbsp;Garcia&nbsp;(1996)&nbsp;39&nbsp;N.S.W.L.R.&nbsp;577&nbsp;(N.S.W.C.A.).</td><td class="diff_next"></td><td class="diff_header" id="to4_48">48</td><td nowrap="nowrap">49&nbsp;National&nbsp;Australia&nbsp;Bank&nbsp;Ltd&nbsp;v.&nbsp;Garcia&nbsp;(1996)&nbsp;39&nbsp;N.S.W.L.R.&nbsp;577&nbsp;(N.S.W.C.A.).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_49">49</td><td nowrap="nowrap">50&nbsp;(1991)&nbsp;25&nbsp;N.S.W.L.R.&nbsp;32&nbsp;(C.A.).</td><td class="diff_next"></td><td class="diff_header" id="to4_49">49</td><td nowrap="nowrap">50&nbsp;(1991)&nbsp;25&nbsp;N.S.W.L.R.&nbsp;32&nbsp;(C.A.).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_50">50</td><td nowrap="nowrap">52&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–268&nbsp;(N.S.W.C.A.).</td><td class="diff_next"></td><td class="diff_header" id="to4_50">50</td><td nowrap="nowrap">52&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–268&nbsp;(N.S.W.C.A.).</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__10"><a href="#difflib_chg_to4__10">n</a></td><td class="diff_header" id="from4_51">51</td><td nowrap="nowrap">53&nbsp;Based&nbsp;on&nbsp;the&nbsp;Trade&nbsp;Practices&nbsp;Act&nbsp;1974&nbsp;(Cwth.),&nbsp;s.&nbsp;52<span class="diff_sub">,</span>&nbsp;and&nbsp;the&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).&nbsp;54&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–270&nbsp;(N.S.W.C.A.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to4__10">n</a></td><td class="diff_header" id="to4_51">51</td><td nowrap="nowrap">53&nbsp;Based&nbsp;on&nbsp;the&nbsp;Trade&nbsp;Practices&nbsp;Act&nbsp;1974&nbsp;(Cwth.),&nbsp;s.&nbsp;52&nbsp;and&nbsp;the&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).&nbsp;54&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–270&nbsp;(N.S.W.C.A.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_52">52</td><td nowrap="nowrap">55&nbsp;A&nbsp;number&nbsp;of&nbsp;recent&nbsp;English&nbsp;cases&nbsp;have&nbsp;also&nbsp;turned&nbsp;on&nbsp;the&nbsp;question&nbsp;of&nbsp;whether&nbsp;the&nbsp;wife&nbsp;received&nbsp;independent&nbsp;legal&nbsp;advice.&nbsp;The&nbsp;House&nbsp;of&nbsp;Lords&nbsp;considered&nbsp;the&nbsp;issue&nbsp;in&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180.&nbsp;See,&nbsp;also,&nbsp;Banco&nbsp;Exterior&nbsp;Internacional&nbsp;v.&nbsp;Mann&nbsp;[1995]&nbsp;1&nbsp;All&nbsp;E.R.&nbsp;936.</td><td class="diff_next"></td><td class="diff_header" id="to4_52">52</td><td nowrap="nowrap">55&nbsp;A&nbsp;number&nbsp;of&nbsp;recent&nbsp;English&nbsp;cases&nbsp;have&nbsp;also&nbsp;turned&nbsp;on&nbsp;the&nbsp;question&nbsp;of&nbsp;whether&nbsp;the&nbsp;wife&nbsp;received&nbsp;independent&nbsp;legal&nbsp;advice.&nbsp;The&nbsp;House&nbsp;of&nbsp;Lords&nbsp;considered&nbsp;the&nbsp;issue&nbsp;in&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180.&nbsp;See,&nbsp;also,&nbsp;Banco&nbsp;Exterior&nbsp;Internacional&nbsp;v.&nbsp;Mann&nbsp;[1995]&nbsp;1&nbsp;All&nbsp;E.R.&nbsp;936.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_53">53</td><td nowrap="nowrap">56&nbsp;See&nbsp;I.J.&nbsp;Hardingham&nbsp;and&nbsp;M.A.&nbsp;Neave,&nbsp;Australian&nbsp;Family&nbsp;Property&nbsp;Law&nbsp;(1984)&nbsp;94.</td><td class="diff_next"></td><td class="diff_header" id="to4_53">53</td><td nowrap="nowrap">56&nbsp;See&nbsp;I.J.&nbsp;Hardingham&nbsp;and&nbsp;M.A.&nbsp;Neave,&nbsp;Australian&nbsp;Family&nbsp;Property&nbsp;Law&nbsp;(1984)&nbsp;94.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__11"></td><td class="diff_header" id="from4_54">54</td><td nowrap="nowrap">57&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;Sexual&nbsp;Divisions&nbsp;in&nbsp;Law&nbsp;(1985),&nbsp;especially&nbsp;112–18.</td><td class="diff_next"></td><td class="diff_header" id="to4_54">54</td><td nowrap="nowrap">57&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;Sexual&nbsp;Divisions&nbsp;in&nbsp;Law&nbsp;(1985),&nbsp;especially&nbsp;112–18.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_55">55</td><td nowrap="nowrap">58&nbsp;Although&nbsp;Reich’s&nbsp;work&nbsp;on&nbsp;the&nbsp;conceptualization&nbsp;of&nbsp;non-traditional&nbsp;sources&nbsp;of&nbsp;wealth,&nbsp;such&nbsp;as&nbsp;employment&nbsp;and&nbsp;professional&nbsp;qualifications,&nbsp;as&nbsp;forms&nbsp;of&nbsp;‘new&nbsp;property’&nbsp;has&nbsp;been&nbsp;influential,&nbsp;he&nbsp;did&nbsp;not&nbsp;broach&nbsp;the&nbsp;subject&nbsp;of&nbsp;caring&nbsp;work.&nbsp;See&nbsp;C.A.&nbsp;Reich,&nbsp;‘The&nbsp;New&nbsp;Property’&nbsp;(1964)&nbsp;73&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;733.&nbsp;Despite&nbsp;a&nbsp;greater&nbsp;sensitivity&nbsp;to&nbsp;the&nbsp;interests&nbsp;of&nbsp;women,&nbsp;as&nbsp;well&nbsp;as&nbsp;writing&nbsp;almost&nbsp;two&nbsp;decades&nbsp;later,&nbsp;Glendon&nbsp;also&nbsp;fails&nbsp;to&nbsp;address&nbsp;the&nbsp;question&nbsp;of&nbsp;unpaid&nbsp;work&nbsp;as&nbsp;a&nbsp;form&nbsp;of&nbsp;property.&nbsp;See&nbsp;M.A.&nbsp;Glendon,&nbsp;The&nbsp;New&nbsp;Family&nbsp;and&nbsp;the&nbsp;New&nbsp;Property&nbsp;(1981).</td><td class="diff_next"></td><td class="diff_header" id="to4_55">55</td><td nowrap="nowrap">58&nbsp;Although&nbsp;Reich’s&nbsp;work&nbsp;on&nbsp;the&nbsp;conceptualization&nbsp;of&nbsp;non-traditional&nbsp;sources&nbsp;of&nbsp;wealth,&nbsp;such&nbsp;as&nbsp;employment&nbsp;and&nbsp;professional&nbsp;qualifications,&nbsp;as&nbsp;forms&nbsp;of&nbsp;‘new&nbsp;property’&nbsp;has&nbsp;been&nbsp;influential,&nbsp;he&nbsp;did&nbsp;not&nbsp;broach&nbsp;the&nbsp;subject&nbsp;of&nbsp;caring&nbsp;work.&nbsp;See&nbsp;C.A.&nbsp;Reich,&nbsp;‘The&nbsp;New&nbsp;Property’&nbsp;(1964)&nbsp;73&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;733.&nbsp;Despite&nbsp;a&nbsp;greater&nbsp;sensitivity&nbsp;to&nbsp;the&nbsp;interests&nbsp;of&nbsp;women,&nbsp;as&nbsp;well&nbsp;as&nbsp;writing&nbsp;almost&nbsp;two&nbsp;decades&nbsp;later,&nbsp;Glendon&nbsp;also&nbsp;fails&nbsp;to&nbsp;address&nbsp;the&nbsp;question&nbsp;of&nbsp;unpaid&nbsp;work&nbsp;as&nbsp;a&nbsp;form&nbsp;of&nbsp;property.&nbsp;See&nbsp;M.A.&nbsp;Glendon,&nbsp;The&nbsp;New&nbsp;Family&nbsp;and&nbsp;the&nbsp;New&nbsp;Property&nbsp;(1981).</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__11">n</a></td><td class="diff_header" id="from4_56">56</td><td nowrap="nowrap">59&nbsp;<span class="diff_sub">(</span>1992)&nbsp;29&nbsp;N.S.W.L.R.&nbsp;188&nbsp;(C.A.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to4__11">n</a></td><td class="diff_header" id="to4_56">56</td><td nowrap="nowrap">59&nbsp;1992)&nbsp;29&nbsp;N.S.W.L.R.&nbsp;188&nbsp;(C.A<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_57">57</td><td nowrap="nowrap">60&nbsp;Trusts&nbsp;of&nbsp;this&nbsp;kind&nbsp;have&nbsp;been&nbsp;judicially&nbsp;created&nbsp;in&nbsp;order&nbsp;to&nbsp;obviate&nbsp;injustice.&nbsp;Ironically,&nbsp;such&nbsp;devices&nbsp;have&nbsp;been&nbsp;commonly&nbsp;utilized&nbsp;over&nbsp;the&nbsp;last&nbsp;twenty&nbsp;years&nbsp;or&nbsp;so&nbsp;in&nbsp;property&nbsp;disputes&nbsp;arising&nbsp;out&nbsp;of&nbsp;de&nbsp;facto&nbsp;relationships,&nbsp;where&nbsp;divisibility&nbsp;has&nbsp;permitted&nbsp;separate&nbsp;interests&nbsp;to&nbsp;crystallize&nbsp;in&nbsp;ways&nbsp;not&nbsp;recognized&nbsp;within&nbsp;marriage.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;recent&nbsp;trends&nbsp;in&nbsp;Australia,&nbsp;see&nbsp;P.&nbsp;Parkinson,&nbsp;‘Property&nbsp;Rights&nbsp;and&nbsp;Third&nbsp;Party&nbsp;Creditors&nbsp;–&nbsp;the&nbsp;Scope&nbsp;and&nbsp;Limitations&nbsp;of&nbsp;Equitable&nbsp;Doctrines’&nbsp;(1997)&nbsp;11&nbsp;Australian&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;100.</td><td class="diff_next"></td><td class="diff_header" id="to4_57">57</td><td nowrap="nowrap">60&nbsp;Trusts&nbsp;of&nbsp;this&nbsp;kind&nbsp;have&nbsp;been&nbsp;judicially&nbsp;created&nbsp;in&nbsp;order&nbsp;to&nbsp;obviate&nbsp;injustice.&nbsp;Ironically,&nbsp;such&nbsp;devices&nbsp;have&nbsp;been&nbsp;commonly&nbsp;utilized&nbsp;over&nbsp;the&nbsp;last&nbsp;twenty&nbsp;years&nbsp;or&nbsp;so&nbsp;in&nbsp;property&nbsp;disputes&nbsp;arising&nbsp;out&nbsp;of&nbsp;de&nbsp;facto&nbsp;relationships,&nbsp;where&nbsp;divisibility&nbsp;has&nbsp;permitted&nbsp;separate&nbsp;interests&nbsp;to&nbsp;crystallize&nbsp;in&nbsp;ways&nbsp;not&nbsp;recognized&nbsp;within&nbsp;marriage.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;recent&nbsp;trends&nbsp;in&nbsp;Australia,&nbsp;see&nbsp;P.&nbsp;Parkinson,&nbsp;‘Property&nbsp;Rights&nbsp;and&nbsp;Third&nbsp;Party&nbsp;Creditors&nbsp;–&nbsp;the&nbsp;Scope&nbsp;and&nbsp;Limitations&nbsp;of&nbsp;Equitable&nbsp;Doctrines’&nbsp;(1997)&nbsp;11&nbsp;Australian&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;100.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_58">58</td><td nowrap="nowrap">61&nbsp;For&nbsp;discussion,&nbsp;see&nbsp;J.&nbsp;Riley,&nbsp;‘The&nbsp;Property&nbsp;Rights&nbsp;of&nbsp;Home-Makers&nbsp;under&nbsp;General&nbsp;Law:&nbsp;Bryson&nbsp;v.&nbsp;Bryant’&nbsp;(1994)&nbsp;16&nbsp;Sydney&nbsp;Law&nbsp;Rev.&nbsp;412.</td><td class="diff_next"></td><td class="diff_header" id="to4_58">58</td><td nowrap="nowrap">61&nbsp;For&nbsp;discussion,&nbsp;see&nbsp;J.&nbsp;Riley,&nbsp;‘The&nbsp;Property&nbsp;Rights&nbsp;of&nbsp;Home-Makers&nbsp;under&nbsp;General&nbsp;Law:&nbsp;Bryson&nbsp;v.&nbsp;Bryant’&nbsp;(1994)&nbsp;16&nbsp;Sydney&nbsp;Law&nbsp;Rev.&nbsp;412.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__12">n</a></td><td class="diff_header" id="from4_59">59</td><td nowrap="nowrap">62&nbsp;The<span class="diff_sub">&nbsp;Hon.</span>&nbsp;Justice&nbsp;T.&nbsp;E.&nbsp;Lindenmayer&nbsp;and&nbsp;P.A.&nbsp;Doolan,&nbsp;‘When&nbsp;Bankruptcy&nbsp;and&nbsp;Family&nbsp;Law&nbsp;Collide’&nbsp;(1994)&nbsp;8&nbsp;Aust.&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;111<span class="diff_sub">,</span>&nbsp;133.</td><td class="diff_next"><a href="#difflib_chg_to4__12">n</a></td><td class="diff_header" id="to4_59">59</td><td nowrap="nowrap">62&nbsp;The&nbsp;Justice&nbsp;T.&nbsp;E.&nbsp;Lindenmayer&nbsp;and&nbsp;P.A.&nbsp;Doolan,&nbsp;‘When&nbsp;Bankruptcy&nbsp;and&nbsp;Family&nbsp;Law&nbsp;Collide’&nbsp;(1994)&nbsp;8&nbsp;Aust.&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;111&nbsp;133.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_60">60</td><td nowrap="nowrap">63&nbsp;B.&nbsp;Bennett,&nbsp;‘The&nbsp;Economics&nbsp;of&nbsp;Wifing&nbsp;Services:&nbsp;Law&nbsp;and&nbsp;Economics&nbsp;on&nbsp;the&nbsp;Family’&nbsp;(1991)&nbsp;18&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;206.</td><td class="diff_next"></td><td class="diff_header" id="to4_60">60</td><td nowrap="nowrap">63&nbsp;B.&nbsp;Bennett,&nbsp;‘The&nbsp;Economics&nbsp;of&nbsp;Wifing&nbsp;Services:&nbsp;Law&nbsp;and&nbsp;Economics&nbsp;on&nbsp;the&nbsp;Family’&nbsp;(1991)&nbsp;18&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;206.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__12"></td><td class="diff_header" id="from4_61">61</td><td nowrap="nowrap">64&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;57;&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td><td class="diff_next"></td><td class="diff_header" id="to4_61">61</td><td nowrap="nowrap">64&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;57;&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_62">62</td><td nowrap="nowrap">65&nbsp;N.S.W.C.A.,&nbsp;unreported,&nbsp;23&nbsp;May&nbsp;1994.</td><td class="diff_next"></td><td class="diff_header" id="to4_62">62</td><td nowrap="nowrap">65&nbsp;N.S.W.C.A.,&nbsp;unreported,&nbsp;23&nbsp;May&nbsp;1994.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__13"></td><td class="diff_header" id="from4_63">63</td><td nowrap="nowrap">66&nbsp;For&nbsp;detailed&nbsp;discussion&nbsp;of&nbsp;the&nbsp;ramifications,&nbsp;see&nbsp;L.J.&nbsp;Weitzman,&nbsp;The&nbsp;Divorce&nbsp;Revolution:&nbsp;The&nbsp;Unexpected&nbsp;Social&nbsp;and&nbsp;Economic&nbsp;Consequences&nbsp;for&nbsp;Women&nbsp;and&nbsp;Children&nbsp;in&nbsp;America&nbsp;(1985).</td><td class="diff_next"></td><td class="diff_header" id="to4_63">63</td><td nowrap="nowrap">66&nbsp;For&nbsp;detailed&nbsp;discussion&nbsp;of&nbsp;the&nbsp;ramifications,&nbsp;see&nbsp;L.J.&nbsp;Weitzman,&nbsp;The&nbsp;Divorce&nbsp;Revolution:&nbsp;The&nbsp;Unexpected&nbsp;Social&nbsp;and&nbsp;Economic&nbsp;Consequences&nbsp;for&nbsp;Women&nbsp;and&nbsp;Children&nbsp;in&nbsp;America&nbsp;(1985).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_64">64</td><td nowrap="nowrap">67&nbsp;M.L.&nbsp;Shanley,&nbsp;Feminism,&nbsp;Marriage,&nbsp;and&nbsp;the&nbsp;Law&nbsp;in&nbsp;Victorian&nbsp;England,&nbsp;1850–1895&nbsp;(1989)&nbsp;46.</td><td class="diff_next"></td><td class="diff_header" id="to4_64">64</td><td nowrap="nowrap">67&nbsp;M.L.&nbsp;Shanley,&nbsp;Feminism,&nbsp;Marriage,&nbsp;and&nbsp;the&nbsp;Law&nbsp;in&nbsp;Victorian&nbsp;England,&nbsp;1850–1895&nbsp;(1989)&nbsp;46.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__14"></td><td class="diff_header" id="from4_65">65</td><td nowrap="nowrap">68&nbsp;The&nbsp;move&nbsp;to&nbsp;contract&nbsp;as&nbsp;the&nbsp;governing&nbsp;principle&nbsp;of&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;noted&nbsp;by&nbsp;commentators.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24;&nbsp;Neave,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;26;&nbsp;Regan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;30.</td><td class="diff_next"></td><td class="diff_header" id="to4_65">65</td><td nowrap="nowrap">68&nbsp;The&nbsp;move&nbsp;to&nbsp;contract&nbsp;as&nbsp;the&nbsp;governing&nbsp;principle&nbsp;of&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;noted&nbsp;by&nbsp;commentators.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24;&nbsp;Neave,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;26;&nbsp;Regan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;30.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__13">n</a></td><td class="diff_header" id="from4_66">66</td><td nowrap="nowrap">69&nbsp;Bryson&nbsp;v.&nbsp;Bryant&nbsp;in&nbsp;respect&nbsp;of&nbsp;which,&nbsp;it&nbsp;might&nbsp;be&nbsp;noted,&nbsp;the&nbsp;High&nbsp;Court&nbsp;refused&nbsp;leave&nbsp;to&nbsp;appeal.&nbsp;Marcia&nbsp;Neave&nbsp;notes&nbsp;the&nbsp;‘artificiality’&nbsp;of&nbsp;the&nbsp;concept&nbsp;of&nbsp;intention&nbsp;in&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;constructive&nbsp;trust&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;de&nbsp;facto&nbsp;spouses.&nbsp;See&nbsp;M.&nbsp;Neave<span class="diff_sub">,</span>&nbsp;‘<span class="diff_sub">&nbsp;</span>Three&nbsp;Approaches&nbsp;to&nbsp;Family&nbsp;Law&nbsp;Disputes&nbsp;–&nbsp;Intention/Belief,&nbsp;Unjust&nbsp;Enrichment&nbsp;and&nbsp;Unconscionability’&nbsp;in&nbsp;Equity,&nbsp;Fiduciaries&nbsp;and&nbsp;Trusts,&nbsp;ed.&nbsp;T.G.&nbsp;Youdan&nbsp;(1989)&nbsp;262–4.</td><td class="diff_next"><a href="#difflib_chg_to4__13">n</a></td><td class="diff_header" id="to4_66">66</td><td nowrap="nowrap">69&nbsp;Bryson&nbsp;v.&nbsp;Bryant&nbsp;in&nbsp;respect&nbsp;of&nbsp;which,&nbsp;it&nbsp;might&nbsp;be&nbsp;noted,&nbsp;the&nbsp;High&nbsp;Court&nbsp;refused&nbsp;leave&nbsp;to&nbsp;appeal.&nbsp;Marcia&nbsp;Neave&nbsp;notes&nbsp;the&nbsp;‘artificiality’&nbsp;of&nbsp;the&nbsp;concept&nbsp;of&nbsp;intention&nbsp;in&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;constructive&nbsp;trust&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;de&nbsp;facto&nbsp;spouses.&nbsp;See&nbsp;M.&nbsp;Neave&nbsp;‘Three&nbsp;Approaches&nbsp;to&nbsp;Family&nbsp;Law&nbsp;Disputes&nbsp;–&nbsp;Intention/Belief,&nbsp;Unjust&nbsp;Enrichment&nbsp;and&nbsp;Unconscionability’&nbsp;in&nbsp;Equity,&nbsp;Fiduciaries&nbsp;and&nbsp;Trusts,&nbsp;ed.&nbsp;T.G.&nbsp;Youdan&nbsp;(1989)&nbsp;262–4.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_67">67</td><td nowrap="nowrap">70&nbsp;For&nbsp;an&nbsp;interesting&nbsp;case&nbsp;study&nbsp;of&nbsp;this&nbsp;phenomenon,&nbsp;see&nbsp;L.&nbsp;Sarmas,&nbsp;‘Storytelling&nbsp;and&nbsp;the&nbsp;Law:&nbsp;A&nbsp;Case&nbsp;Study&nbsp;of&nbsp;Louth&nbsp;v.&nbsp;Diprose’&nbsp;(1994)&nbsp;19&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;701.</td><td class="diff_next"></td><td class="diff_header" id="to4_67">67</td><td nowrap="nowrap">70&nbsp;For&nbsp;an&nbsp;interesting&nbsp;case&nbsp;study&nbsp;of&nbsp;this&nbsp;phenomenon,&nbsp;see&nbsp;L.&nbsp;Sarmas,&nbsp;‘Storytelling&nbsp;and&nbsp;the&nbsp;Law:&nbsp;A&nbsp;Case&nbsp;Study&nbsp;of&nbsp;Louth&nbsp;v.&nbsp;Diprose’&nbsp;(1994)&nbsp;19&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;701.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to4__15"><a href="#difflib_chg_to4__14">n</a></td><td class="diff_header" id="from4_68">68</td><td nowrap="nowrap">71&nbsp;C.&nbsp;Colebrook,&nbsp;‘Feminist&nbsp;Ethics&nbsp;and&nbsp;Historicism’&nbsp;(1996)&nbsp;11&nbsp;Aust.&nbsp;Feminist&nbsp;Studies&nbsp;295<span class="diff_sub">,</span>&nbsp;300.</td><td class="diff_next"><a href="#difflib_chg_to4__14">n</a></td><td class="diff_header" id="to4_68">68</td><td nowrap="nowrap">71&nbsp;C.&nbsp;Colebrook,&nbsp;‘Feminist&nbsp;Ethics&nbsp;and&nbsp;Historicism’&nbsp;(1996)&nbsp;11&nbsp;Aust.&nbsp;Feminist&nbsp;Studies&nbsp;295&nbsp;300.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_69">69</td><td nowrap="nowrap">72&nbsp;M.&nbsp;Albertson&nbsp;Fineman,&nbsp;The&nbsp;Neutered&nbsp;Mother,&nbsp;the&nbsp;Sexual&nbsp;Family&nbsp;and&nbsp;Other&nbsp;Twentieth&nbsp;Century&nbsp;Tragedies&nbsp;(1995)&nbsp;7.</td><td class="diff_next"></td><td class="diff_header" id="to4_69">69</td><td nowrap="nowrap">72&nbsp;M.&nbsp;Albertson&nbsp;Fineman,&nbsp;The&nbsp;Neutered&nbsp;Mother,&nbsp;the&nbsp;Sexual&nbsp;Family&nbsp;and&nbsp;Other&nbsp;Twentieth&nbsp;Century&nbsp;Tragedies&nbsp;(1995)&nbsp;7.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__15">n</a></td><td class="diff_header" id="from4_70">70</td><td nowrap="nowrap">73&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;‘Should&nbsp;all&nbsp;Maintenance&nbsp;of&nbsp;Spouses&nbsp;be&nbsp;abolished?’&nbsp;(1982)&nbsp;45&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;424<span class="diff_sub">,</span>&nbsp;431–3.</td><td class="diff_next"><a href="#difflib_chg_to4__15">n</a></td><td class="diff_header" id="to4_70">70</td><td nowrap="nowrap">73&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;‘Should&nbsp;all&nbsp;Maintenance&nbsp;of&nbsp;Spouses&nbsp;be&nbsp;abolished?’&nbsp;(1982)&nbsp;45&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;424&nbsp;431–3.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_71">71</td><td nowrap="nowrap">74&nbsp;For&nbsp;example,&nbsp;De&nbsp;Facto&nbsp;Relationships&nbsp;Act&nbsp;1984&nbsp;(N.S.W.).&nbsp;For&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;the&nbsp;policy&nbsp;considerations,&nbsp;see&nbsp;M.D.A.&nbsp;Freeman&nbsp;and&nbsp;C.M.&nbsp;Lyon,&nbsp;Cohabitation&nbsp;without&nbsp;Marriage:&nbsp;An&nbsp;Essay&nbsp;in&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Policy&nbsp;(1983);&nbsp;New&nbsp;South&nbsp;Wales&nbsp;Law&nbsp;Reform&nbsp;Commission,&nbsp;De&nbsp;Facto&nbsp;Relationships:&nbsp;Issues&nbsp;Paper&nbsp;(1981).</td><td class="diff_next"></td><td class="diff_header" id="to4_71">71</td><td nowrap="nowrap">74&nbsp;For&nbsp;example,&nbsp;De&nbsp;Facto&nbsp;Relationships&nbsp;Act&nbsp;1984&nbsp;(N.S.W<span class="diff_add">&nbsp;</span>.).&nbsp;For&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;the&nbsp;policy&nbsp;considerations,&nbsp;see&nbsp;M.D.A.&nbsp;Freeman&nbsp;and&nbsp;C.M.&nbsp;Lyon,&nbsp;Cohabitation&nbsp;without&nbsp;Marriage:&nbsp;An&nbsp;Essay&nbsp;in&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Policy&nbsp;(1983);&nbsp;New&nbsp;South&nbsp;Wales&nbsp;Law&nbsp;Reform&nbsp;Commission,&nbsp;De&nbsp;Facto&nbsp;Relationships:&nbsp;Issues&nbsp;Paper&nbsp;(1981).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_72">72</td><td nowrap="nowrap">75&nbsp;Eds.&nbsp;of&nbsp;the&nbsp;Harvard&nbsp;Law&nbsp;Review,&nbsp;Sexual&nbsp;Orientation&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1990);&nbsp;Dean&nbsp;v.&nbsp;District&nbsp;of&nbsp;Columbia&nbsp;653&nbsp;U.S.&nbsp;App.&nbsp;D.C&nbsp;307&nbsp;(1995);&nbsp;C.&nbsp;Overington,&nbsp;‘Why&nbsp;can’t&nbsp;They&nbsp;Marry?’&nbsp;The&nbsp;Age,&nbsp;26&nbsp;April&nbsp;1997.</td><td class="diff_next"></td><td class="diff_header" id="to4_72">72</td><td nowrap="nowrap">75&nbsp;Eds.&nbsp;of&nbsp;the&nbsp;Harvard&nbsp;Law&nbsp;Review,&nbsp;Sexual&nbsp;Orientation&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1990);&nbsp;Dean&nbsp;v.&nbsp;District&nbsp;of&nbsp;Columbia&nbsp;653&nbsp;U.S.&nbsp;App.&nbsp;D.C&nbsp;307&nbsp;(1995);&nbsp;C.&nbsp;Overington,&nbsp;‘Why&nbsp;can’t&nbsp;They&nbsp;Marry?’&nbsp;The&nbsp;Age,&nbsp;26&nbsp;April&nbsp;1997.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to4__top">t</a></td><td class="diff_header" id="from4_73">73</td><td nowrap="nowrap">76&nbsp;For&nbsp;example,&nbsp;Lesbian&nbsp;<span class="diff_sub">and&nbsp;</span>Gay&nbsp;Rights&nbsp;Service<span class="diff_chg">,</span>&nbsp;The&nbsp;Bride&nbsp;Wore&nbsp;Pink;&nbsp;Legal&nbsp;Recognition&nbsp;of&nbsp;Our&nbsp;Relationships&nbsp;(1994).</td><td class="diff_next"><a href="#difflib_chg_to4__top">t</a></td><td class="diff_header" id="to4_73">73</td><td nowrap="nowrap">76&nbsp;For&nbsp;example,&nbsp;Lesbian&nbsp;Gay&nbsp;Rights&nbsp;Service<span class="diff_chg">&nbsp;and</span>&nbsp;The&nbsp;Bride&nbsp;Wore&nbsp;Pink;&nbsp;Legal&nbsp;Recognition&nbsp;of&nbsp;Our&nbsp;Relationships&nbsp;(1994).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_74">74</td><td nowrap="nowrap">77&nbsp;id.,&nbsp;p.&nbsp;3.</td><td class="diff_next"></td><td class="diff_header" id="to4_74">74</td><td nowrap="nowrap">77&nbsp;id.,&nbsp;p.&nbsp;3.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from4_75">75</td><td nowrap="nowrap">78&nbsp;Above,&nbsp;n.&nbsp;30.</td><td class="diff_next"></td><td class="diff_header" id="to4_75">75</td><td nowrap="nowrap">78&nbsp;Above,&nbsp;n.&nbsp;30.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__0"><a href="#difflib_chg_to20__0">f</a></td><td class="diff_header" id="from20_1">1</td><td nowrap="nowrap">1&nbsp;A.&nbsp;Phillips,&nbsp;‘Citizenship&nbsp;and&nbsp;Feminist&nbsp;Politics’&nbsp;in&nbsp;Citizenship,&nbsp;ed.&nbsp;G.&nbsp;Andrews&nbsp;(1991)&nbsp;77.</td><td class="diff_next"><a href="#difflib_chg_to20__0">f</a></td><td class="diff_header" id="to20_1">1</td><td nowrap="nowrap">1&nbsp;A.&nbsp;Phillips,&nbsp;‘Citizenship&nbsp;and&nbsp;Feminist&nbsp;Politics’&nbsp;in&nbsp;Citizenship,&nbsp;ed.&nbsp;G.&nbsp;Andrews&nbsp;(1991)&nbsp;77.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_2">2</td><td nowrap="nowrap">2&nbsp;T.&nbsp;Brennan&nbsp;and&nbsp;C.&nbsp;Pateman,&nbsp;‘“Mere&nbsp;Auxiliaries&nbsp;to&nbsp;the&nbsp;Commonwealth”:&nbsp;Women&nbsp;and&nbsp;the&nbsp;Origins&nbsp;of&nbsp;Liberalism’&nbsp;(1979)&nbsp;27&nbsp;Political&nbsp;Studies&nbsp;183.</td><td class="diff_next"></td><td class="diff_header" id="to20_2">2</td><td nowrap="nowrap">2&nbsp;T.&nbsp;Brennan&nbsp;and&nbsp;C.&nbsp;Pateman,&nbsp;‘“Mere&nbsp;Auxiliaries&nbsp;to&nbsp;the&nbsp;Commonwealth”:&nbsp;Women&nbsp;and&nbsp;the&nbsp;Origins&nbsp;of&nbsp;Liberalism’&nbsp;(1979)&nbsp;27&nbsp;Political&nbsp;Studies&nbsp;183.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_3">3</td><td nowrap="nowrap">3&nbsp;M.&nbsp;Sawer&nbsp;and&nbsp;M.&nbsp;Simms,&nbsp;A&nbsp;Woman’s&nbsp;Place:&nbsp;Women&nbsp;and&nbsp;Politics&nbsp;in&nbsp;Australia&nbsp;(2nd&nbsp;ed.,&nbsp;1993).</td><td class="diff_next"></td><td class="diff_header" id="to20_3">3</td><td nowrap="nowrap">3&nbsp;M.&nbsp;Sawer&nbsp;and&nbsp;M.&nbsp;Simms,&nbsp;A&nbsp;Woman’s&nbsp;Place:&nbsp;Women&nbsp;and&nbsp;Politics&nbsp;in&nbsp;Australia&nbsp;(2nd&nbsp;ed.,&nbsp;1993).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_4">4</td><td nowrap="nowrap">4&nbsp;I&nbsp;have&nbsp;explored&nbsp;the&nbsp;gendered&nbsp;nature&nbsp;of&nbsp;citizenship&nbsp;at&nbsp;greater&nbsp;length&nbsp;in&nbsp;two&nbsp;complementary&nbsp;papers:&nbsp;‘Embodying&nbsp;the&nbsp;Citizen’&nbsp;in&nbsp;Public&nbsp;and&nbsp;Private:&nbsp;Feminist&nbsp;Legal&nbsp;Debates,&nbsp;ed.&nbsp;M.&nbsp;Thornton&nbsp;(1995)&nbsp;and&nbsp;‘Historicising&nbsp;Citizenship:&nbsp;Remembering&nbsp;Broken&nbsp;Promises’&nbsp;(1996)&nbsp;20&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;1072.</td><td class="diff_next"></td><td class="diff_header" id="to20_4">4</td><td nowrap="nowrap">4&nbsp;I&nbsp;have&nbsp;explored&nbsp;the&nbsp;gendered&nbsp;nature&nbsp;of&nbsp;citizenship&nbsp;at&nbsp;greater&nbsp;length&nbsp;in&nbsp;two&nbsp;complementary&nbsp;papers:&nbsp;‘Embodying&nbsp;the&nbsp;Citizen’&nbsp;in&nbsp;Public&nbsp;and&nbsp;Private:&nbsp;Feminist&nbsp;Legal&nbsp;Debates,&nbsp;ed.&nbsp;M.&nbsp;Thornton&nbsp;(1995)&nbsp;and&nbsp;‘Historicising&nbsp;Citizenship:&nbsp;Remembering&nbsp;Broken&nbsp;Promises’&nbsp;(1996)&nbsp;20&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;1072.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_5">5</td><td nowrap="nowrap">5&nbsp;S.&nbsp;Walby,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gendered?’&nbsp;(1994)&nbsp;28&nbsp;Sociology&nbsp;379</td><td class="diff_next"></td><td class="diff_header" id="to20_5">5</td><td nowrap="nowrap">5&nbsp;S.&nbsp;Walby,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gendered?’&nbsp;(1994)&nbsp;28&nbsp;Sociology&nbsp;379</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__1">n</a></td><td class="diff_header" id="from20_6">6</td><td nowrap="nowrap">6&nbsp;I.&nbsp;Kant,&nbsp;‘Metaphysical&nbsp;First&nbsp;Principles&nbsp;of&nbsp;the&nbsp;Doctrine&nbsp;of&nbsp;Right&nbsp;[1785]’&nbsp;in&nbsp;The&nbsp;Metaphysics&nbsp;of&nbsp;Morals&nbsp;(trans.&nbsp;M.&nbsp;Gregor,&nbsp;1991)&nbsp;125–6<span class="diff_sub">,</span>&nbsp;s.&nbsp;146.</td><td class="diff_next"><a href="#difflib_chg_to20__1">n</a></td><td class="diff_header" id="to20_6">6</td><td nowrap="nowrap">6&nbsp;I.&nbsp;Kant,&nbsp;‘Metaphysical&nbsp;First&nbsp;Principles&nbsp;of&nbsp;the&nbsp;Doctrine&nbsp;of&nbsp;Right&nbsp;[1785]’&nbsp;in&nbsp;The&nbsp;Metaphysics&nbsp;of&nbsp;Morals&nbsp;(trans.&nbsp;M.&nbsp;Gregor,&nbsp;1991)&nbsp;125–6&nbsp;s.&nbsp;146.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_7">7</td><td nowrap="nowrap">7&nbsp;U.&nbsp;Vogel,&nbsp;‘Marriage&nbsp;and&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Citizenship’&nbsp;in&nbsp;The&nbsp;Condition&nbsp;of&nbsp;Citizenship,&nbsp;ed.&nbsp;B.&nbsp;van&nbsp;Steenbergen&nbsp;(1994)&nbsp;75.</td><td class="diff_next"></td><td class="diff_header" id="to20_7">7</td><td nowrap="nowrap">7&nbsp;U.&nbsp;Vogel,&nbsp;‘Marriage&nbsp;and&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Citizenship’&nbsp;in&nbsp;The&nbsp;Condition&nbsp;of&nbsp;Citizenship,&nbsp;ed.&nbsp;B.&nbsp;van&nbsp;Steenbergen&nbsp;(1994)&nbsp;75.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_8">8</td><td nowrap="nowrap">8&nbsp;N.&nbsp;Fraser&nbsp;and&nbsp;L.&nbsp;Gordon,&nbsp;‘Civil&nbsp;Citizenship&nbsp;against&nbsp;Social&nbsp;Citizenship?’&nbsp;in&nbsp;id.,&nbsp;p.&nbsp;97.</td><td class="diff_next"></td><td class="diff_header" id="to20_8">8</td><td nowrap="nowrap">8&nbsp;N.&nbsp;Fraser&nbsp;and&nbsp;L.&nbsp;Gordon,&nbsp;‘Civil&nbsp;Citizenship&nbsp;against&nbsp;Social&nbsp;Citizenship?’&nbsp;in&nbsp;id.,&nbsp;p.&nbsp;97.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_9">9</td><td nowrap="nowrap">9&nbsp;Vogel,&nbsp;id.,&nbsp;p.&nbsp;79.&nbsp;W.&nbsp;Blackstone,&nbsp;Commentaries&nbsp;(Facsimile&nbsp;of&nbsp;1st.&nbsp;ed.&nbsp;of&nbsp;1765–69,&nbsp;1979)&nbsp;442.</td><td class="diff_next"></td><td class="diff_header" id="to20_9">9</td><td nowrap="nowrap">9&nbsp;Vogel,&nbsp;id.,&nbsp;p.&nbsp;79.&nbsp;W.&nbsp;Blackstone,&nbsp;Commentaries&nbsp;(Facsimile&nbsp;of&nbsp;1st.&nbsp;ed.&nbsp;of&nbsp;1765–69,&nbsp;1979)&nbsp;442.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_10">10</td><td nowrap="nowrap">11&nbsp;Vogel,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;7,&nbsp;pp.&nbsp;80–1.</td><td class="diff_next"></td><td class="diff_header" id="to20_10">10</td><td nowrap="nowrap">11&nbsp;Vogel,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;7,&nbsp;pp.&nbsp;80–1.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_11">11</td><td nowrap="nowrap">12&nbsp;F.&nbsp;Haug&nbsp;(ed.),&nbsp;Female&nbsp;Sexualization:&nbsp;A&nbsp;Collective&nbsp;Work&nbsp;of&nbsp;Memory&nbsp;(1987)&nbsp;196.</td><td class="diff_next"></td><td class="diff_header" id="to20_11">11</td><td nowrap="nowrap">12&nbsp;F.&nbsp;Haug&nbsp;(ed.),&nbsp;Female&nbsp;Sexualization:&nbsp;A&nbsp;Collective&nbsp;Work&nbsp;of&nbsp;Memory&nbsp;(1987)&nbsp;196.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_12">12</td><td nowrap="nowrap">13&nbsp;A.&nbsp;Bottomley,&nbsp;‘Self&nbsp;and&nbsp;Subjectivities:&nbsp;Languages&nbsp;of&nbsp;Claim&nbsp;in&nbsp;Property&nbsp;Law’&nbsp;(1993)&nbsp;20&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;56,&nbsp;61.</td><td class="diff_next"></td><td class="diff_header" id="to20_12">12</td><td nowrap="nowrap">13&nbsp;A.&nbsp;Bottomley,&nbsp;‘Self&nbsp;and&nbsp;Subjectivities:&nbsp;Languages&nbsp;of&nbsp;Claim&nbsp;in&nbsp;Property&nbsp;Law’&nbsp;(1993)&nbsp;20&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;56,&nbsp;61.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_13">13</td><td nowrap="nowrap">14&nbsp;D.&nbsp;West,&nbsp;‘Power&nbsp;and&nbsp;Formation:&nbsp;New&nbsp;Foundations&nbsp;for&nbsp;a&nbsp;Radical&nbsp;Concept&nbsp;of&nbsp;Power’&nbsp;(1987)</td><td class="diff_next"></td><td class="diff_header" id="to20_13">13</td><td nowrap="nowrap">14&nbsp;D.&nbsp;West,&nbsp;‘Power&nbsp;and&nbsp;Formation:&nbsp;New&nbsp;Foundations&nbsp;for&nbsp;a&nbsp;Radical&nbsp;Concept&nbsp;of&nbsp;Power’&nbsp;(1987)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_14">14</td><td nowrap="nowrap">30&nbsp;Inquiry&nbsp;137,&nbsp;145.&nbsp;Compare&nbsp;M.&nbsp;Foucault,&nbsp;Power/Knowledge:&nbsp;Selected&nbsp;Interviews&nbsp;and&nbsp;Other&nbsp;Writings&nbsp;1972–1977,&nbsp;ed.&nbsp;C.&nbsp;Gordon&nbsp;(1980)&nbsp;98.</td><td class="diff_next"></td><td class="diff_header" id="to20_14">14</td><td nowrap="nowrap">30&nbsp;Inquiry&nbsp;137,&nbsp;145.&nbsp;Compare&nbsp;M.&nbsp;Foucault,&nbsp;Power/Knowledge:&nbsp;Selected&nbsp;Interviews&nbsp;and&nbsp;Other&nbsp;Writings&nbsp;1972–1977,&nbsp;ed.&nbsp;C.&nbsp;Gordon&nbsp;(1980)&nbsp;98.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__1"></td><td class="diff_header" id="from20_15">15</td><td nowrap="nowrap">15&nbsp;For&nbsp;a&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;legal&nbsp;method&nbsp;and&nbsp;the&nbsp;political&nbsp;role&nbsp;it&nbsp;plays,&nbsp;see&nbsp;M.J.&nbsp;Mossman,&nbsp;‘Feminism,&nbsp;and&nbsp;Legal&nbsp;Method:&nbsp;The&nbsp;Difference&nbsp;it&nbsp;Makes’&nbsp;(1986)&nbsp;3&nbsp;Aust.&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;30.</td><td class="diff_next"></td><td class="diff_header" id="to20_15">15</td><td nowrap="nowrap">15&nbsp;For&nbsp;a&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;legal&nbsp;method&nbsp;and&nbsp;the&nbsp;political&nbsp;role&nbsp;it&nbsp;plays,&nbsp;see&nbsp;M.J.&nbsp;Mossman,&nbsp;‘Feminism,&nbsp;and&nbsp;Legal&nbsp;Method:&nbsp;The&nbsp;Difference&nbsp;it&nbsp;Makes’&nbsp;(1986)&nbsp;3&nbsp;Aust.&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;30.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_16">16</td><td nowrap="nowrap">16&nbsp;H.S.&nbsp;Maine,&nbsp;Ancient&nbsp;Law:&nbsp;Its&nbsp;Connection&nbsp;with&nbsp;the&nbsp;Early&nbsp;History&nbsp;of&nbsp;Society&nbsp;and&nbsp;its&nbsp;Relation&nbsp;to&nbsp;Modern&nbsp;Ideas&nbsp;(10th&nbsp;ed.,&nbsp;1912)&nbsp;174.</td><td class="diff_next"></td><td class="diff_header" id="to20_16">16</td><td nowrap="nowrap">16&nbsp;H.S.&nbsp;Maine,&nbsp;Ancient&nbsp;Law:&nbsp;Its&nbsp;Connection&nbsp;with&nbsp;the&nbsp;Early&nbsp;History&nbsp;of&nbsp;Society&nbsp;and&nbsp;its&nbsp;Relation&nbsp;to&nbsp;Modern&nbsp;Ideas&nbsp;(10th&nbsp;ed.,&nbsp;1912)&nbsp;174.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_17">17</td><td nowrap="nowrap">17&nbsp;This&nbsp;was&nbsp;particularly&nbsp;the&nbsp;case&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America.&nbsp;See&nbsp;M.J.&nbsp;Horwitz,&nbsp;The&nbsp;Transformation&nbsp;of&nbsp;American&nbsp;Law,&nbsp;1780–1860&nbsp;(1977)&nbsp;160.</td><td class="diff_next"></td><td class="diff_header" id="to20_17">17</td><td nowrap="nowrap">17&nbsp;This&nbsp;was&nbsp;particularly&nbsp;the&nbsp;case&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America.&nbsp;See&nbsp;M.J.&nbsp;Horwitz,&nbsp;The&nbsp;Transformation&nbsp;of&nbsp;American&nbsp;Law,&nbsp;1780–1860&nbsp;(1977)&nbsp;160.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__2"></td><td class="diff_header" id="from20_18">18</td><td nowrap="nowrap">18&nbsp;M.&nbsp;Grossberg,&nbsp;Governing&nbsp;the&nbsp;Hearth:&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;in&nbsp;Nineteenth-Century&nbsp;America&nbsp;(1985)&nbsp;ix.</td><td class="diff_next"></td><td class="diff_header" id="to20_18">18</td><td nowrap="nowrap">18&nbsp;M.&nbsp;Grossberg,&nbsp;Governing&nbsp;the&nbsp;Hearth:&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;in&nbsp;Nineteenth-Century&nbsp;America&nbsp;(1985)&nbsp;ix.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_19">19</td><td nowrap="nowrap">19&nbsp;Staves&nbsp;postulates&nbsp;that&nbsp;the&nbsp;position&nbsp;was&nbsp;somewhat&nbsp;more&nbsp;complicated&nbsp;in&nbsp;that&nbsp;marriage,&nbsp;as&nbsp;a&nbsp;status,&nbsp;crumbled&nbsp;in&nbsp;response&nbsp;to&nbsp;contract&nbsp;ideology&nbsp;in&nbsp;the&nbsp;seventeenth&nbsp;century&nbsp;but,&nbsp;by&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;eighteenth&nbsp;century,&nbsp;deeper&nbsp;patriarchal&nbsp;structures&nbsp;were&nbsp;re-imposed.&nbsp;See&nbsp;S.&nbsp;Staves,&nbsp;Married&nbsp;Women’s&nbsp;Separate&nbsp;Property&nbsp;in&nbsp;England,&nbsp;1660–1833&nbsp;(1990)&nbsp;4,&nbsp;220.</td><td class="diff_next"></td><td class="diff_header" id="to20_19">19</td><td nowrap="nowrap">19&nbsp;Staves&nbsp;postulates&nbsp;that&nbsp;the&nbsp;position&nbsp;was&nbsp;somewhat&nbsp;more&nbsp;complicated&nbsp;in&nbsp;that&nbsp;marriage,&nbsp;as&nbsp;a&nbsp;status,&nbsp;crumbled&nbsp;in&nbsp;response&nbsp;to&nbsp;contract&nbsp;ideology&nbsp;in&nbsp;the&nbsp;seventeenth&nbsp;century&nbsp;but,&nbsp;by&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;eighteenth&nbsp;century,&nbsp;deeper&nbsp;patriarchal&nbsp;structures&nbsp;were&nbsp;re-imposed.&nbsp;See&nbsp;S.&nbsp;Staves,&nbsp;Married&nbsp;Women’s&nbsp;Separate&nbsp;Property&nbsp;in&nbsp;England,&nbsp;1660–1833&nbsp;(1990)&nbsp;4,&nbsp;220.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__3"><a href="#difflib_chg_to20__2">n</a></td><td class="diff_header" id="from20_20">20</td><td nowrap="nowrap">20&nbsp;Siegel&nbsp;presents&nbsp;a&nbsp;valuable&nbsp;study&nbsp;of&nbsp;the&nbsp;changing&nbsp;norms&nbsp;of&nbsp;marriage&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;wife&nbsp;beating.&nbsp;See&nbsp;R.B.&nbsp;Siegel,&nbsp;‘<span class="diff_chg">“</span>The&nbsp;Rule&nbsp;of&nbsp;Love”:&nbsp;Wife&nbsp;Beating&nbsp;as&nbsp;Prerogative&nbsp;and&nbsp;Privacy’&nbsp;(1996)&nbsp;105&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;2117.</td><td class="diff_next"><a href="#difflib_chg_to20__2">n</a></td><td class="diff_header" id="to20_20">20</td><td nowrap="nowrap">20&nbsp;Siegel&nbsp;presents&nbsp;a&nbsp;valuable&nbsp;study&nbsp;of&nbsp;the&nbsp;changing&nbsp;norms&nbsp;of&nbsp;marriage&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;wife&nbsp;beating.&nbsp;See&nbsp;R.B.&nbsp;Siegel,&nbsp;‘<span class="diff_chg">"</span>The&nbsp;Rule&nbsp;of&nbsp;Love”:&nbsp;Wife&nbsp;Beating&nbsp;as&nbsp;Prerogative&nbsp;and&nbsp;Privacy’&nbsp;(1996)&nbsp;105&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;2117.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_21">21</td><td nowrap="nowrap">21&nbsp;C.&nbsp;Pateman,&nbsp;The&nbsp;Sexual&nbsp;Contract&nbsp;(1988).&nbsp;For&nbsp;further&nbsp;analysis&nbsp;of&nbsp;the&nbsp;marriage&nbsp;contract,&nbsp;see&nbsp;K.&nbsp;O’Donovan,&nbsp;Family&nbsp;Matters&nbsp;(1993),&nbsp;especially&nbsp;43–59.</td><td class="diff_next"></td><td class="diff_header" id="to20_21">21</td><td nowrap="nowrap">21&nbsp;C.&nbsp;Pateman,&nbsp;The&nbsp;Sexual&nbsp;Contract&nbsp;(1988).&nbsp;For&nbsp;further&nbsp;analysis&nbsp;of&nbsp;the&nbsp;marriage&nbsp;contract,&nbsp;see&nbsp;K.&nbsp;O’Donovan,&nbsp;Family&nbsp;Matters&nbsp;(1993),&nbsp;especially&nbsp;43–59.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_22">22</td><td nowrap="nowrap">23&nbsp;Crimes&nbsp;(Sexual&nbsp;Assault)&nbsp;Amendment&nbsp;Act&nbsp;1981&nbsp;(N.S.W.);&nbsp;Criminal&nbsp;Law&nbsp;Consolidation&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(S.A.);&nbsp;Criminal&nbsp;Code&nbsp;(Sexual&nbsp;Offences)&nbsp;Act&nbsp;1987&nbsp;(Tas.);&nbsp;Crimes&nbsp;(Sexual&nbsp;Offences)&nbsp;1991&nbsp;(Vic.);&nbsp;Acts&nbsp;Amendment&nbsp;(Sexual&nbsp;Assault)&nbsp;Act&nbsp;1985&nbsp;(W.A.).&nbsp;The&nbsp;High&nbsp;Court&nbsp;upheld&nbsp;the&nbsp;validity&nbsp;of&nbsp;the&nbsp;South&nbsp;Australian&nbsp;law&nbsp;in&nbsp;1991&nbsp;(see&nbsp;R.&nbsp;v.&nbsp;L.&nbsp;(1991)&nbsp;103&nbsp;A.L.R.&nbsp;577),&nbsp;the&nbsp;same&nbsp;year&nbsp;that&nbsp;the&nbsp;House&nbsp;of&nbsp;Lords&nbsp;abolished&nbsp;the&nbsp;immunity&nbsp;(&nbsp;see&nbsp;R.&nbsp;v.&nbsp;R.&nbsp;[1991]&nbsp;2&nbsp;All&nbsp;E.R.&nbsp;257).</td><td class="diff_next"></td><td class="diff_header" id="to20_22">22</td><td nowrap="nowrap">23&nbsp;Crimes&nbsp;(Sexual&nbsp;Assault)&nbsp;Amendment&nbsp;Act&nbsp;1981&nbsp;(N.S.W.);&nbsp;Criminal&nbsp;Law&nbsp;Consolidation&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(S.A.);&nbsp;Criminal&nbsp;Code&nbsp;(Sexual&nbsp;Offences)&nbsp;Act&nbsp;1987&nbsp;(Tas.);&nbsp;Crimes&nbsp;(Sexual&nbsp;Offences)&nbsp;1991&nbsp;(Vic.);&nbsp;Acts&nbsp;Amendment&nbsp;(Sexual&nbsp;Assault)&nbsp;Act&nbsp;1985&nbsp;(W.A.).&nbsp;The&nbsp;High&nbsp;Court&nbsp;upheld&nbsp;the&nbsp;validity&nbsp;of&nbsp;the&nbsp;South&nbsp;Australian&nbsp;law&nbsp;in&nbsp;1991&nbsp;(see&nbsp;R.&nbsp;v.&nbsp;L.&nbsp;(1991)&nbsp;103&nbsp;A.L.R.&nbsp;577),&nbsp;the&nbsp;same&nbsp;year&nbsp;that&nbsp;the&nbsp;House&nbsp;of&nbsp;Lords&nbsp;abolished&nbsp;the&nbsp;immunity&nbsp;(&nbsp;see&nbsp;R.&nbsp;v.&nbsp;R.&nbsp;[1991]&nbsp;2&nbsp;All&nbsp;E.R.&nbsp;257).</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__4"><a href="#difflib_chg_to20__3">n</a></td><td class="diff_header" id="from20_23">23</td><td nowrap="nowrap">24&nbsp;M.&nbsp;Freeman,&nbsp;‘Contracting&nbsp;in&nbsp;the&nbsp;Haven:&nbsp;Balfour&nbsp;v.&nbsp;Balfour&nbsp;Revisited’&nbsp;in&nbsp;Exploring&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Contract,&nbsp;ed.&nbsp;R.&nbsp;Halson&nbsp;(1996)&nbsp;74<span class="diff_sub">;</span>&nbsp;R.&nbsp;Collier,&nbsp;Masculinity,&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;(1995)&nbsp;127&nbsp;and&nbsp;throughout.&nbsp;See&nbsp;Collier&nbsp;further&nbsp;for&nbsp;a&nbsp;comprehensive&nbsp;study&nbsp;of&nbsp;sexuality&nbsp;in&nbsp;marriage.</td><td class="diff_next"><a href="#difflib_chg_to20__3">n</a></td><td class="diff_header" id="to20_23">23</td><td nowrap="nowrap">24&nbsp;M.&nbsp;Freeman,&nbsp;‘Contracting&nbsp;in&nbsp;the&nbsp;Haven:&nbsp;Balfour&nbsp;v.&nbsp;Balfour&nbsp;Revisited’&nbsp;in&nbsp;Exploring&nbsp;the&nbsp;Boundaries&nbsp;of&nbsp;Contract,&nbsp;ed.&nbsp;R.&nbsp;Halson&nbsp;(1996)&nbsp;74&nbsp;R.&nbsp;Collier,&nbsp;Masculinity,&nbsp;Law&nbsp;and&nbsp;the&nbsp;Family&nbsp;(1995)&nbsp;127&nbsp;and&nbsp;throughout.&nbsp;See&nbsp;Collier&nbsp;further&nbsp;for&nbsp;a&nbsp;comprehensive&nbsp;study&nbsp;of&nbsp;sexuality&nbsp;in&nbsp;marriage.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_24">24</td><td nowrap="nowrap">25&nbsp;P.S.&nbsp;Atiyah,&nbsp;An&nbsp;Introduction&nbsp;to&nbsp;the&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(5th&nbsp;ed.,&nbsp;1995)&nbsp;3.</td><td class="diff_next"></td><td class="diff_header" id="to20_24">24</td><td nowrap="nowrap">25&nbsp;P.S.&nbsp;Atiyah,&nbsp;An&nbsp;Introduction&nbsp;to&nbsp;the&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(5th&nbsp;ed.,&nbsp;1995)&nbsp;3.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__4">n</a></td><td class="diff_header" id="from20_25">25</td><td nowrap="nowrap">26&nbsp;The&nbsp;Australian&nbsp;Law&nbsp;Reform&nbsp;Commission&nbsp;has&nbsp;addressed&nbsp;the&nbsp;issue&nbsp;and&nbsp;recommended&nbsp;recognition&nbsp;of&nbsp;prenuptial&nbsp;agreements.&nbsp;See&nbsp;A.L.R.C.,&nbsp;Matrimonial&nbsp;Property,&nbsp;report&nbsp;no.&nbsp;37&nbsp;(1987);&nbsp;A.L.R.C.<span class="diff_chg">,</span>&nbsp;Report&nbsp;of&nbsp;the&nbsp;Joint&nbsp;Select&nbsp;Committee&nbsp;on&nbsp;Certain&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Operation&nbsp;and&nbsp;Interpretation&nbsp;of&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;(1992).&nbsp;For&nbsp;critique,&nbsp;see&nbsp;M.&nbsp;Neave,&nbsp;‘Private&nbsp;Ordering&nbsp;in&nbsp;Family&nbsp;Law&nbsp;–&nbsp;Will&nbsp;Women&nbsp;Benefit?’&nbsp;in&nbsp;Thornton,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;4.&nbsp;For&nbsp;a&nbsp;feminist&nbsp;critique&nbsp;of&nbsp;contract&nbsp;in&nbsp;the&nbsp;American&nbsp;context,&nbsp;see&nbsp;C.&nbsp;Dalton,&nbsp;‘An&nbsp;Essay&nbsp;in&nbsp;the&nbsp;Deconstruction&nbsp;of&nbsp;Contract&nbsp;Doctrine’&nbsp;(1985)&nbsp;94&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;997.</td><td class="diff_next"><a href="#difflib_chg_to20__4">n</a></td><td class="diff_header" id="to20_25">25</td><td nowrap="nowrap">26&nbsp;The&nbsp;Australian&nbsp;Law&nbsp;Reform&nbsp;Commission&nbsp;has&nbsp;addressed&nbsp;the&nbsp;issue&nbsp;and&nbsp;recommended&nbsp;recognition&nbsp;of&nbsp;prenuptial&nbsp;agreements.&nbsp;See&nbsp;A.L.R.C.,&nbsp;Matrimonial&nbsp;Property,&nbsp;report&nbsp;no.&nbsp;37&nbsp;(1987);&nbsp;A.L.R.C.<span class="diff_chg">&nbsp;.,</span>&nbsp;Report&nbsp;of&nbsp;the&nbsp;Joint&nbsp;Select&nbsp;Committee&nbsp;on&nbsp;Certain&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Operation&nbsp;and&nbsp;Interpretation&nbsp;of&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;(1992).&nbsp;For&nbsp;critique,&nbsp;see&nbsp;M.&nbsp;Neave,&nbsp;‘Private&nbsp;Ordering&nbsp;in&nbsp;Family&nbsp;Law&nbsp;–&nbsp;Will&nbsp;Women&nbsp;Benefit?’&nbsp;in&nbsp;Thornton,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;4.&nbsp;For&nbsp;a&nbsp;feminist&nbsp;critique&nbsp;of&nbsp;contract&nbsp;in&nbsp;the&nbsp;American&nbsp;context,&nbsp;see&nbsp;C.&nbsp;Dalton,&nbsp;‘An&nbsp;Essay&nbsp;in&nbsp;the&nbsp;Deconstruction&nbsp;of&nbsp;Contract&nbsp;Doctrine’&nbsp;(1985)&nbsp;94&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;997.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_26">26</td><td nowrap="nowrap">27&nbsp;L.&nbsp;J.&nbsp;Weitzman,&nbsp;The&nbsp;Marriage&nbsp;Contract:&nbsp;Spouses,&nbsp;Lovers,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1981)&nbsp;347&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to20_26">26</td><td nowrap="nowrap">27&nbsp;L.&nbsp;J.&nbsp;Weitzman,&nbsp;The&nbsp;Marriage&nbsp;Contract:&nbsp;Spouses,&nbsp;Lovers,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1981)&nbsp;347&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_27">27</td><td nowrap="nowrap">28&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;52.</td><td class="diff_next"></td><td class="diff_header" id="to20_27">27</td><td nowrap="nowrap">28&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;52.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__5">n</a></td><td class="diff_header" id="from20_28">28</td><td nowrap="nowrap">29&nbsp;Balfour&nbsp;<span class="diff_sub">v.&nbsp;Balfour&nbsp;</span>[1919]&nbsp;2&nbsp;K.B.&nbsp;571.</td><td class="diff_next"><a href="#difflib_chg_to20__5">n</a></td><td class="diff_header" id="to20_28">28</td><td nowrap="nowrap">29<span class="diff_add">&nbsp;V.</span>&nbsp;Balfour&nbsp;[1919]&nbsp;2&nbsp;K.B.&nbsp;571.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_29">29</td><td nowrap="nowrap">30&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.&nbsp;While&nbsp;acknowledging&nbsp;the&nbsp;trends&nbsp;towards&nbsp;contractualism&nbsp;and&nbsp;private&nbsp;ordering,&nbsp;Regan&nbsp;cautions&nbsp;against&nbsp;it,&nbsp;noting&nbsp;that&nbsp;greater&nbsp;freedom&nbsp;to&nbsp;contract&nbsp;invites&nbsp;greater&nbsp;scrutiny&nbsp;by&nbsp;the&nbsp;courts.&nbsp;More&nbsp;significantly,&nbsp;however,&nbsp;he&nbsp;would&nbsp;rather&nbsp;reclaim&nbsp;the&nbsp;idea&nbsp;of&nbsp;status&nbsp;by&nbsp;injecting&nbsp;it&nbsp;with&nbsp;new&nbsp;notions&nbsp;of&nbsp;responsibility&nbsp;and&nbsp;relationality,&nbsp;as&nbsp;well&nbsp;as&nbsp;divesting&nbsp;it&nbsp;of&nbsp;its&nbsp;sexist&nbsp;assumptions.&nbsp;See&nbsp;M.C.&nbsp;Regan&nbsp;<span class="diff_chg">Jr.,</span>&nbsp;Family&nbsp;Law&nbsp;and&nbsp;the&nbsp;Pursuit&nbsp;of&nbsp;Intimacy&nbsp;(1993).</td><td class="diff_next"></td><td class="diff_header" id="to20_29">29</td><td nowrap="nowrap">30&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.&nbsp;While&nbsp;acknowledging&nbsp;the&nbsp;trends&nbsp;towards&nbsp;contractualism&nbsp;and&nbsp;private&nbsp;ordering,&nbsp;Regan&nbsp;cautions&nbsp;against&nbsp;it,&nbsp;noting&nbsp;that&nbsp;greater&nbsp;freedom&nbsp;to&nbsp;contract&nbsp;invites&nbsp;greater&nbsp;scrutiny&nbsp;by&nbsp;the&nbsp;courts.&nbsp;More&nbsp;significantly,&nbsp;however,&nbsp;he&nbsp;would&nbsp;rather&nbsp;reclaim&nbsp;the&nbsp;idea&nbsp;of&nbsp;status&nbsp;by&nbsp;injecting&nbsp;it&nbsp;with&nbsp;new&nbsp;notions&nbsp;of&nbsp;responsibility&nbsp;and&nbsp;relationality,&nbsp;as&nbsp;well&nbsp;as&nbsp;divesting&nbsp;it&nbsp;of&nbsp;its&nbsp;sexist&nbsp;assumptions.&nbsp;See&nbsp;M.C.&nbsp;Regan&nbsp;<span class="diff_chg">.,</span>&nbsp;Family&nbsp;Law&nbsp;and&nbsp;the&nbsp;Pursuit&nbsp;of&nbsp;Intimacy&nbsp;(1993).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_30">30</td><td nowrap="nowrap">31&nbsp;For&nbsp;example,&nbsp;Law&nbsp;Reform&nbsp;(Miscellaneous&nbsp;Provisions)&nbsp;Act&nbsp;1970&nbsp;(U.K.);&nbsp;Domestic&nbsp;Relations&nbsp;Act&nbsp;1975&nbsp;(N.Z.);&nbsp;Marriage&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(Cwth.)</td><td class="diff_next"></td><td class="diff_header" id="to20_30">30</td><td nowrap="nowrap">31&nbsp;For&nbsp;example,&nbsp;Law&nbsp;Reform&nbsp;(Miscellaneous&nbsp;Provisions)&nbsp;Act&nbsp;1970&nbsp;(U.K.);&nbsp;Domestic&nbsp;Relations&nbsp;Act&nbsp;1975&nbsp;(N.Z.);&nbsp;Marriage&nbsp;Act&nbsp;Amendment&nbsp;Act&nbsp;1976&nbsp;(Cwth.)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__5"></td><td class="diff_header" id="from20_31">31</td><td nowrap="nowrap">32&nbsp;G.S.&nbsp;Frost,&nbsp;Promises&nbsp;Broken:&nbsp;Courtship,&nbsp;Class,&nbsp;and&nbsp;Gender&nbsp;in&nbsp;Victorian&nbsp;England&nbsp;(1995);&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1996),&nbsp;n.&nbsp;4.</td><td class="diff_next"></td><td class="diff_header" id="to20_31">31</td><td nowrap="nowrap">32&nbsp;G.S.&nbsp;Frost,&nbsp;Promises&nbsp;Broken:&nbsp;Courtship,&nbsp;Class,&nbsp;and&nbsp;Gender&nbsp;in&nbsp;Victorian&nbsp;England&nbsp;(1995);&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1996),&nbsp;n.&nbsp;4.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_32">32</td><td nowrap="nowrap">33&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;38.</td><td class="diff_next"></td><td class="diff_header" id="to20_32">32</td><td nowrap="nowrap">33&nbsp;Grossberg,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;18,&nbsp;p.&nbsp;38.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__6"></td><td class="diff_header" id="from20_33">33</td><td nowrap="nowrap">34&nbsp;Compare&nbsp;U.&nbsp;Vogel,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gender-Specific?’&nbsp;in&nbsp;The&nbsp;Frontiers&nbsp;of&nbsp;Citizenship,&nbsp;eds.&nbsp;U.&nbsp;Vogel&nbsp;and&nbsp;M.&nbsp;Moran&nbsp;(1991)&nbsp;59.</td><td class="diff_next"></td><td class="diff_header" id="to20_33">33</td><td nowrap="nowrap">34&nbsp;Compare&nbsp;U.&nbsp;Vogel,&nbsp;‘Is&nbsp;Citizenship&nbsp;Gender-Specific?’&nbsp;in&nbsp;The&nbsp;Frontiers&nbsp;of&nbsp;Citizenship,&nbsp;eds.&nbsp;U.&nbsp;Vogel&nbsp;and&nbsp;M.&nbsp;Moran&nbsp;(1991)&nbsp;59.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_34">34</td><td nowrap="nowrap">35&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Bradwell&nbsp;v.&nbsp;Illinois&nbsp;83&nbsp;U.S.&nbsp;(16&nbsp;Wall)&nbsp;130&nbsp;(1873).</td><td class="diff_next"></td><td class="diff_header" id="to20_34">34</td><td nowrap="nowrap">35&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Bradwell&nbsp;v.&nbsp;Illinois&nbsp;83&nbsp;U.S.&nbsp;(16&nbsp;Wall)&nbsp;130&nbsp;(1873).</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__7"></td><td class="diff_header" id="from20_35">35</td><td nowrap="nowrap">36&nbsp;Compare&nbsp;J.&nbsp;Pahl,&nbsp;Money&nbsp;and&nbsp;Marriage&nbsp;(1989)&nbsp;5.</td><td class="diff_next"></td><td class="diff_header" id="to20_35">35</td><td nowrap="nowrap">36&nbsp;Compare&nbsp;J.&nbsp;Pahl,&nbsp;Money&nbsp;and&nbsp;Marriage&nbsp;(1989)&nbsp;5.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__6">n</a></td><td class="diff_header" id="from20_36">36</td><td nowrap="nowrap">37&nbsp;Although&nbsp;Australia,&nbsp;like&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;has&nbsp;a&nbsp;separate&nbsp;property&nbsp;regime,&nbsp;the&nbsp;courts&nbsp;are&nbsp;endowed&nbsp;with&nbsp;broad&nbsp;powers&nbsp;under&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;1975&nbsp;(Cwth.)&nbsp;to&nbsp;distribute&nbsp;property&nbsp;equitably.&nbsp;For&nbsp;detailed&nbsp;treatment,&nbsp;see&nbsp;S.&nbsp;Parker,&nbsp;<span class="diff_sub">P.&nbsp;Parkinson,&nbsp;and&nbsp;J.&nbsp;Behrens,&nbsp;</span>Australian&nbsp;Family&nbsp;Law&nbsp;in&nbsp;Context:&nbsp;Commentary&nbsp;and&nbsp;Materials&nbsp;(1994).&nbsp;Most&nbsp;civil&nbsp;law&nbsp;countries&nbsp;and&nbsp;most&nbsp;American&nbsp;states&nbsp;have&nbsp;developed&nbsp;community&nbsp;property&nbsp;regimes&nbsp;which&nbsp;recognize&nbsp;the&nbsp;joint&nbsp;ownership&nbsp;of&nbsp;property&nbsp;acquired&nbsp;during&nbsp;marriage,&nbsp;but&nbsp;the&nbsp;legal&nbsp;significance&nbsp;is&nbsp;similarly&nbsp;directed&nbsp;to&nbsp;the&nbsp;time&nbsp;of&nbsp;divorce.&nbsp;For&nbsp;discussion&nbsp;of&nbsp;the&nbsp;position&nbsp;during&nbsp;marriage,&nbsp;see&nbsp;J.T.&nbsp;Oldham,&nbsp;‘Management&nbsp;of&nbsp;the&nbsp;Community&nbsp;Estate&nbsp;during&nbsp;an&nbsp;Intact&nbsp;Marriage’&nbsp;(1993)&nbsp;56&nbsp;Law&nbsp;and&nbsp;Contemporary&nbsp;Problems&nbsp;99.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;genesis&nbsp;of&nbsp;the&nbsp;two&nbsp;systems,&nbsp;see&nbsp;C.&nbsp;Donahue,<span class="diff_sub">&nbsp;Jr.,</span>&nbsp;‘What&nbsp;Causes&nbsp;Fundamental&nbsp;Legal&nbsp;Ideas?&nbsp;Marital&nbsp;Property&nbsp;in&nbsp;England&nbsp;and&nbsp;France&nbsp;in&nbsp;the&nbsp;Thirteenth&nbsp;Century’&nbsp;(1979)&nbsp;78&nbsp;Michigan&nbsp;Law&nbsp;Rev.&nbsp;59.</td><td class="diff_next"><a href="#difflib_chg_to20__6">n</a></td><td class="diff_header" id="to20_36">36</td><td nowrap="nowrap">37&nbsp;Although&nbsp;Australia,&nbsp;like&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;has&nbsp;a&nbsp;separate&nbsp;property&nbsp;regime,&nbsp;the&nbsp;courts&nbsp;are&nbsp;endowed&nbsp;with&nbsp;broad&nbsp;powers&nbsp;under&nbsp;the&nbsp;Family&nbsp;Law&nbsp;Act&nbsp;1975&nbsp;(Cwth.)&nbsp;to&nbsp;distribute&nbsp;property&nbsp;equitably.&nbsp;For&nbsp;detailed&nbsp;treatment,&nbsp;see<span class="diff_add">&nbsp;P.&nbsp;Parkinson</span>&nbsp;S.&nbsp;Parker<span class="diff_add">&nbsp;and&nbsp;J.&nbsp;Behrens</span>,&nbsp;Australian&nbsp;Family&nbsp;Law&nbsp;in&nbsp;Context:&nbsp;Commentary&nbsp;and&nbsp;Materials&nbsp;(1994).&nbsp;Most&nbsp;civil&nbsp;law&nbsp;countries&nbsp;and&nbsp;most&nbsp;American&nbsp;states&nbsp;have&nbsp;developed&nbsp;community&nbsp;property&nbsp;regimes&nbsp;which&nbsp;recognize&nbsp;the&nbsp;joint&nbsp;ownership&nbsp;of&nbsp;property&nbsp;acquired&nbsp;during&nbsp;marriage,&nbsp;but&nbsp;the&nbsp;legal&nbsp;significance&nbsp;is&nbsp;similarly&nbsp;directed&nbsp;to&nbsp;the&nbsp;time&nbsp;of&nbsp;divorce.&nbsp;For&nbsp;discussion&nbsp;of&nbsp;the&nbsp;position&nbsp;during&nbsp;marriage,&nbsp;see&nbsp;J.T.&nbsp;Oldham,&nbsp;‘Management&nbsp;of&nbsp;the&nbsp;Community&nbsp;Estate&nbsp;during&nbsp;an&nbsp;Intact&nbsp;Marriage’&nbsp;(1993)&nbsp;56&nbsp;Law&nbsp;and&nbsp;Contemporary&nbsp;Problems&nbsp;99.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;genesis&nbsp;of&nbsp;the&nbsp;two&nbsp;systems,&nbsp;see&nbsp;C.&nbsp;Donahue,&nbsp;‘What&nbsp;Causes&nbsp;Fundamental&nbsp;Legal&nbsp;Ideas?&nbsp;Marital&nbsp;Property&nbsp;in&nbsp;England&nbsp;and&nbsp;France&nbsp;in&nbsp;the&nbsp;Thirteenth&nbsp;Century’&nbsp;(1979)&nbsp;78&nbsp;Michigan&nbsp;Law&nbsp;Rev.&nbsp;59.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_37">37</td><td nowrap="nowrap">38&nbsp;The&nbsp;legal&nbsp;construction&nbsp;of&nbsp;masculinity&nbsp;and&nbsp;femininity&nbsp;in&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;the&nbsp;subject&nbsp;of&nbsp;recent&nbsp;scholarly&nbsp;interest.&nbsp;Notable&nbsp;examples&nbsp;are&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;21&nbsp;and&nbsp;Collier,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.</td><td class="diff_next"></td><td class="diff_header" id="to20_37">37</td><td nowrap="nowrap">38&nbsp;The&nbsp;legal&nbsp;construction&nbsp;of&nbsp;masculinity&nbsp;and&nbsp;femininity&nbsp;in&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;the&nbsp;subject&nbsp;of&nbsp;recent&nbsp;scholarly&nbsp;interest.&nbsp;Notable&nbsp;examples&nbsp;are&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;21&nbsp;and&nbsp;Collier,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__7">n</a></td><td class="diff_header" id="from20_38">38</td><td nowrap="nowrap">39&nbsp;For&nbsp;discussion&nbsp;of&nbsp;sex&nbsp;and&nbsp;legal&nbsp;subjecthood,&nbsp;see&nbsp;N.&nbsp;Naffine&nbsp;‘Sexing&nbsp;the&nbsp;Subject&nbsp;(of&nbsp;Law)’&nbsp;in&nbsp;Thornton<span class="diff_sub">&nbsp;</span>,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td><td class="diff_next"><a href="#difflib_chg_to20__7">n</a></td><td class="diff_header" id="to20_38">38</td><td nowrap="nowrap">39&nbsp;For&nbsp;discussion&nbsp;of&nbsp;sex&nbsp;and&nbsp;legal&nbsp;subjecthood,&nbsp;see&nbsp;N.&nbsp;Naffine&nbsp;‘Sexing&nbsp;the&nbsp;Subject&nbsp;(of&nbsp;Law)’&nbsp;in&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__8"></td><td class="diff_header" id="from20_39">39</td><td nowrap="nowrap">40&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).</td><td class="diff_next"></td><td class="diff_header" id="to20_39">39</td><td nowrap="nowrap">40&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__8">n</a></td><td class="diff_header" id="from20_40">40</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Nedelsky,&nbsp;Private&nbsp;Property&nbsp;and&nbsp;the&nbsp;Limits&nbsp;of&nbsp;American&nbsp;Constitutionalism:&nbsp;The&nbsp;Madisonian&nbsp;Framework&nbsp;and&nbsp;its&nbsp;Legacy&nbsp;(1990)&nbsp;especially&nbsp;223&nbsp;ff<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to20__8">n</a></td><td class="diff_header" id="to20_40">40</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Nedelsky,&nbsp;Private&nbsp;Property&nbsp;and&nbsp;the&nbsp;Limits&nbsp;of&nbsp;American&nbsp;Constitutionalism:&nbsp;The&nbsp;Madisonian&nbsp;Framework&nbsp;and&nbsp;its&nbsp;Legacy&nbsp;(1990)<span class="diff_add">,</span>&nbsp;especially&nbsp;223&nbsp;ff</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_41">41</td><td nowrap="nowrap">42&nbsp;C.B.&nbsp;Macpherson,&nbsp;Democratic&nbsp;Theory:&nbsp;Essays&nbsp;in&nbsp;Retrieval&nbsp;(1973)&nbsp;120.</td><td class="diff_next"></td><td class="diff_header" id="to20_41">41</td><td nowrap="nowrap">42&nbsp;C.B.&nbsp;Macpherson,&nbsp;Democratic&nbsp;Theory:&nbsp;Essays&nbsp;in&nbsp;Retrieval&nbsp;(1973)&nbsp;120.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_42">42</td><td nowrap="nowrap">43&nbsp;For&nbsp;example,&nbsp;N.&nbsp;Howell,&nbsp;‘“Sexually&nbsp;Transmitted&nbsp;Debt”:&nbsp;A&nbsp;Feminist&nbsp;Analysis&nbsp;of&nbsp;Laws&nbsp;Regulating&nbsp;Guarantors&nbsp;and&nbsp;Co-Borrowers’&nbsp;(1995)&nbsp;4&nbsp;Aust.&nbsp;Feminist&nbsp;Law&nbsp;J.&nbsp;93.</td><td class="diff_next"></td><td class="diff_header" id="to20_42">42</td><td nowrap="nowrap">43&nbsp;For&nbsp;example,&nbsp;N.&nbsp;Howell,&nbsp;‘“Sexually&nbsp;Transmitted&nbsp;Debt”:&nbsp;A&nbsp;Feminist&nbsp;Analysis&nbsp;of&nbsp;Laws&nbsp;Regulating&nbsp;Guarantors&nbsp;and&nbsp;Co-Borrowers’&nbsp;(1995)&nbsp;4&nbsp;Aust.&nbsp;Feminist&nbsp;Law&nbsp;J.&nbsp;93.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_43">43</td><td nowrap="nowrap">44&nbsp;P.&nbsp;Baron,&nbsp;‘The&nbsp;Free&nbsp;Exercise&nbsp;of&nbsp;Her&nbsp;Will:&nbsp;Women&nbsp;and&nbsp;Emotionally&nbsp;Transmitted&nbsp;Debt’&nbsp;(1995)&nbsp;13&nbsp;Law&nbsp;in&nbsp;Context&nbsp;23.</td><td class="diff_next"></td><td class="diff_header" id="to20_43">43</td><td nowrap="nowrap">44&nbsp;P.&nbsp;Baron,&nbsp;‘The&nbsp;Free&nbsp;Exercise&nbsp;of&nbsp;Her&nbsp;Will:&nbsp;Women&nbsp;and&nbsp;Emotionally&nbsp;Transmitted&nbsp;Debt’&nbsp;(1995)&nbsp;13&nbsp;Law&nbsp;in&nbsp;Context&nbsp;23.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__9">n</a></td><td class="diff_header" id="from20_44">44</td><td nowrap="nowrap">45&nbsp;id.,&nbsp;p.&nbsp;24<span class="diff_sub">;</span>&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature’&nbsp;(1994)&nbsp;57&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;467,&nbsp;468.&nbsp;See,&nbsp;also,&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180,&nbsp;at&nbsp;185<span class="diff_sub">,</span>&nbsp;per&nbsp;Brown-Wilkinson&nbsp;L</td><td class="diff_next"><a href="#difflib_chg_to20__9">n</a></td><td class="diff_header" id="to20_44">44</td><td nowrap="nowrap">45&nbsp;id.,&nbsp;p.&nbsp;24&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature’&nbsp;(1994)&nbsp;57&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;467,&nbsp;468.&nbsp;See,&nbsp;also,&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180,&nbsp;at&nbsp;185&nbsp;per&nbsp;Brown-Wilkinson&nbsp;L<span class="diff_add">.</span></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_45">45</td><td nowrap="nowrap">46&nbsp;Baron,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;44,&nbsp;p.&nbsp;34<span class="diff_chg">;</span>&nbsp;M.&nbsp;Richardson,&nbsp;‘Protecting&nbsp;Women&nbsp;who&nbsp;provide&nbsp;Security&nbsp;for&nbsp;a&nbsp;Husband’s,&nbsp;Partner’s&nbsp;or&nbsp;Child’s&nbsp;Debts.&nbsp;The&nbsp;Value&nbsp;and&nbsp;Limits&nbsp;of&nbsp;an&nbsp;Economic&nbsp;Perspective’&nbsp;(1996)&nbsp;16&nbsp;Legal&nbsp;Studies&nbsp;368.</td><td class="diff_next"></td><td class="diff_header" id="to20_45">45</td><td nowrap="nowrap">46&nbsp;Baron,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;44,&nbsp;p.&nbsp;34<span class="diff_chg">.</span>&nbsp;M.&nbsp;Richardson,&nbsp;‘Protecting&nbsp;Women&nbsp;who&nbsp;provide&nbsp;Security&nbsp;for&nbsp;a&nbsp;Husband’s,&nbsp;Partner’s&nbsp;or&nbsp;Child’s&nbsp;Debts.&nbsp;The&nbsp;Value&nbsp;and&nbsp;Limits&nbsp;of&nbsp;an&nbsp;Economic&nbsp;Perspective’&nbsp;(1996)&nbsp;16&nbsp;Legal&nbsp;Studies&nbsp;368.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__9"></td><td class="diff_header" id="from20_46">46</td><td nowrap="nowrap">47&nbsp;Examples&nbsp;are&nbsp;legion,&nbsp;and&nbsp;by&nbsp;no&nbsp;means&nbsp;confined&nbsp;to&nbsp;the&nbsp;more&nbsp;sensational&nbsp;criminal&nbsp;law&nbsp;cases&nbsp;picked&nbsp;up&nbsp;by&nbsp;the&nbsp;media,&nbsp;such&nbsp;as&nbsp;R.&nbsp;v.&nbsp;Johns,&nbsp;Supreme&nbsp;Court&nbsp;of&nbsp;South&nbsp;Australia,&nbsp;26&nbsp;August&nbsp;1992&nbsp;(unreported)&nbsp;in&nbsp;which&nbsp;Bollen&nbsp;J.&nbsp;stated&nbsp;that&nbsp;it&nbsp;was&nbsp;acceptable&nbsp;for&nbsp;a&nbsp;husband&nbsp;to&nbsp;resort&nbsp;to&nbsp;‘rougher&nbsp;than&nbsp;usual&nbsp;handling’&nbsp;to&nbsp;persuade&nbsp;his&nbsp;wife&nbsp;to&nbsp;have&nbsp;sex&nbsp;with&nbsp;him.&nbsp;For&nbsp;examples&nbsp;relating&nbsp;to&nbsp;STD,&nbsp;see&nbsp;Howell,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;43.</td><td class="diff_next"></td><td class="diff_header" id="to20_46">46</td><td nowrap="nowrap">47&nbsp;Examples&nbsp;are&nbsp;legion,&nbsp;and&nbsp;by&nbsp;no&nbsp;means&nbsp;confined&nbsp;to&nbsp;the&nbsp;more&nbsp;sensational&nbsp;criminal&nbsp;law&nbsp;cases&nbsp;picked&nbsp;up&nbsp;by&nbsp;the&nbsp;media,&nbsp;such&nbsp;as&nbsp;R.&nbsp;v.&nbsp;Johns,&nbsp;Supreme&nbsp;Court&nbsp;of&nbsp;South&nbsp;Australia,&nbsp;26&nbsp;August&nbsp;1992&nbsp;(unreported)&nbsp;in&nbsp;which&nbsp;Bollen&nbsp;J.&nbsp;stated&nbsp;that&nbsp;it&nbsp;was&nbsp;acceptable&nbsp;for&nbsp;a&nbsp;husband&nbsp;to&nbsp;resort&nbsp;to&nbsp;‘rougher&nbsp;than&nbsp;usual&nbsp;handling’&nbsp;to&nbsp;persuade&nbsp;his&nbsp;wife&nbsp;to&nbsp;have&nbsp;sex&nbsp;with&nbsp;him.&nbsp;For&nbsp;examples&nbsp;relating&nbsp;to&nbsp;STD,&nbsp;see&nbsp;Howell,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;43.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_47">47</td><td nowrap="nowrap">48&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature&nbsp;–&nbsp;the&nbsp;Sequel’&nbsp;(1996)&nbsp;59&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;675.</td><td class="diff_next"></td><td class="diff_header" id="to20_47">47</td><td nowrap="nowrap">48&nbsp;B.&nbsp;Fehlberg,&nbsp;‘The&nbsp;Husband,&nbsp;the&nbsp;Bank,&nbsp;the&nbsp;Wife&nbsp;and&nbsp;Her&nbsp;Signature&nbsp;–&nbsp;the&nbsp;Sequel’&nbsp;(1996)&nbsp;59&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;675.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_48">48</td><td nowrap="nowrap">49&nbsp;National&nbsp;Australia&nbsp;Bank&nbsp;Ltd&nbsp;v.&nbsp;Garcia&nbsp;(1996)&nbsp;39&nbsp;N.S.W.L.R.&nbsp;577&nbsp;(N.S.W.C.A.).</td><td class="diff_next"></td><td class="diff_header" id="to20_48">48</td><td nowrap="nowrap">49&nbsp;National&nbsp;Australia&nbsp;Bank&nbsp;Ltd&nbsp;v.&nbsp;Garcia&nbsp;(1996)&nbsp;39&nbsp;N.S.W.L.R.&nbsp;577&nbsp;(N.S.W.C.A.).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_49">49</td><td nowrap="nowrap">50&nbsp;(1991)&nbsp;25&nbsp;N.S.W.L.R.&nbsp;32&nbsp;(C.A.).</td><td class="diff_next"></td><td class="diff_header" id="to20_49">49</td><td nowrap="nowrap">50&nbsp;(1991)&nbsp;25&nbsp;N.S.W.L.R.&nbsp;32&nbsp;(C.A.).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_50">50</td><td nowrap="nowrap">52&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–268&nbsp;(N.S.W.C.A.).</td><td class="diff_next"></td><td class="diff_header" id="to20_50">50</td><td nowrap="nowrap">52&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–268&nbsp;(N.S.W.C.A.).</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__10"><a href="#difflib_chg_to20__10">n</a></td><td class="diff_header" id="from20_51">51</td><td nowrap="nowrap">53&nbsp;Based&nbsp;on&nbsp;the&nbsp;Trade&nbsp;Practices&nbsp;Act&nbsp;1974&nbsp;(Cwth.),&nbsp;s.&nbsp;52<span class="diff_sub">,</span>&nbsp;and&nbsp;the&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).&nbsp;54&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–270&nbsp;(N.S.W.C.A.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to20__10">n</a></td><td class="diff_header" id="to20_51">51</td><td nowrap="nowrap">53&nbsp;Based&nbsp;on&nbsp;the&nbsp;Trade&nbsp;Practices&nbsp;Act&nbsp;1974&nbsp;(Cwth.),&nbsp;s.&nbsp;52&nbsp;and&nbsp;the&nbsp;Contracts&nbsp;Review&nbsp;Act&nbsp;1980&nbsp;(N.S.W.).&nbsp;54&nbsp;(1994)&nbsp;A.S.C.&nbsp;56–270&nbsp;(N.S.W.C.A.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_52">52</td><td nowrap="nowrap">55&nbsp;A&nbsp;number&nbsp;of&nbsp;recent&nbsp;English&nbsp;cases&nbsp;have&nbsp;also&nbsp;turned&nbsp;on&nbsp;the&nbsp;question&nbsp;of&nbsp;whether&nbsp;the&nbsp;wife&nbsp;received&nbsp;independent&nbsp;legal&nbsp;advice.&nbsp;The&nbsp;House&nbsp;of&nbsp;Lords&nbsp;considered&nbsp;the&nbsp;issue&nbsp;in&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180.&nbsp;See,&nbsp;also,&nbsp;Banco&nbsp;Exterior&nbsp;Internacional&nbsp;v.&nbsp;Mann&nbsp;[1995]&nbsp;1&nbsp;All&nbsp;E.R.&nbsp;936.</td><td class="diff_next"></td><td class="diff_header" id="to20_52">52</td><td nowrap="nowrap">55&nbsp;A&nbsp;number&nbsp;of&nbsp;recent&nbsp;English&nbsp;cases&nbsp;have&nbsp;also&nbsp;turned&nbsp;on&nbsp;the&nbsp;question&nbsp;of&nbsp;whether&nbsp;the&nbsp;wife&nbsp;received&nbsp;independent&nbsp;legal&nbsp;advice.&nbsp;The&nbsp;House&nbsp;of&nbsp;Lords&nbsp;considered&nbsp;the&nbsp;issue&nbsp;in&nbsp;Barclays&nbsp;Bank&nbsp;v.&nbsp;O’Brien&nbsp;[1994]&nbsp;1&nbsp;A.C.&nbsp;180.&nbsp;See,&nbsp;also,&nbsp;Banco&nbsp;Exterior&nbsp;Internacional&nbsp;v.&nbsp;Mann&nbsp;[1995]&nbsp;1&nbsp;All&nbsp;E.R.&nbsp;936.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_53">53</td><td nowrap="nowrap">56&nbsp;See&nbsp;I.J.&nbsp;Hardingham&nbsp;and&nbsp;M.A.&nbsp;Neave,&nbsp;Australian&nbsp;Family&nbsp;Property&nbsp;Law&nbsp;(1984)&nbsp;94.</td><td class="diff_next"></td><td class="diff_header" id="to20_53">53</td><td nowrap="nowrap">56&nbsp;See&nbsp;I.J.&nbsp;Hardingham&nbsp;and&nbsp;M.A.&nbsp;Neave,&nbsp;Australian&nbsp;Family&nbsp;Property&nbsp;Law&nbsp;(1984)&nbsp;94.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__11"></td><td class="diff_header" id="from20_54">54</td><td nowrap="nowrap">57&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;Sexual&nbsp;Divisions&nbsp;in&nbsp;Law&nbsp;(1985),&nbsp;especially&nbsp;112–18.</td><td class="diff_next"></td><td class="diff_header" id="to20_54">54</td><td nowrap="nowrap">57&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;Sexual&nbsp;Divisions&nbsp;in&nbsp;Law&nbsp;(1985),&nbsp;especially&nbsp;112–18.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_55">55</td><td nowrap="nowrap">58&nbsp;Although&nbsp;Reich’s&nbsp;work&nbsp;on&nbsp;the&nbsp;conceptualization&nbsp;of&nbsp;non-traditional&nbsp;sources&nbsp;of&nbsp;wealth,&nbsp;such&nbsp;as&nbsp;employment&nbsp;and&nbsp;professional&nbsp;qualifications,&nbsp;as&nbsp;forms&nbsp;of&nbsp;‘new&nbsp;property’&nbsp;has&nbsp;been&nbsp;influential,&nbsp;he&nbsp;did&nbsp;not&nbsp;broach&nbsp;the&nbsp;subject&nbsp;of&nbsp;caring&nbsp;work.&nbsp;See&nbsp;C.A.&nbsp;Reich,&nbsp;‘The&nbsp;New&nbsp;Property’&nbsp;(1964)&nbsp;73&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;733.&nbsp;Despite&nbsp;a&nbsp;greater&nbsp;sensitivity&nbsp;to&nbsp;the&nbsp;interests&nbsp;of&nbsp;women,&nbsp;as&nbsp;well&nbsp;as&nbsp;writing&nbsp;almost&nbsp;two&nbsp;decades&nbsp;later,&nbsp;Glendon&nbsp;also&nbsp;fails&nbsp;to&nbsp;address&nbsp;the&nbsp;question&nbsp;of&nbsp;unpaid&nbsp;work&nbsp;as&nbsp;a&nbsp;form&nbsp;of&nbsp;property.&nbsp;See&nbsp;M.A.&nbsp;Glendon,&nbsp;The&nbsp;New&nbsp;Family&nbsp;and&nbsp;the&nbsp;New&nbsp;Property&nbsp;(1981).</td><td class="diff_next"></td><td class="diff_header" id="to20_55">55</td><td nowrap="nowrap">58&nbsp;Although&nbsp;Reich’s&nbsp;work&nbsp;on&nbsp;the&nbsp;conceptualization&nbsp;of&nbsp;non-traditional&nbsp;sources&nbsp;of&nbsp;wealth,&nbsp;such&nbsp;as&nbsp;employment&nbsp;and&nbsp;professional&nbsp;qualifications,&nbsp;as&nbsp;forms&nbsp;of&nbsp;‘new&nbsp;property’&nbsp;has&nbsp;been&nbsp;influential,&nbsp;he&nbsp;did&nbsp;not&nbsp;broach&nbsp;the&nbsp;subject&nbsp;of&nbsp;caring&nbsp;work.&nbsp;See&nbsp;C.A.&nbsp;Reich,&nbsp;‘The&nbsp;New&nbsp;Property’&nbsp;(1964)&nbsp;73&nbsp;Yale&nbsp;Law&nbsp;J.&nbsp;733.&nbsp;Despite&nbsp;a&nbsp;greater&nbsp;sensitivity&nbsp;to&nbsp;the&nbsp;interests&nbsp;of&nbsp;women,&nbsp;as&nbsp;well&nbsp;as&nbsp;writing&nbsp;almost&nbsp;two&nbsp;decades&nbsp;later,&nbsp;Glendon&nbsp;also&nbsp;fails&nbsp;to&nbsp;address&nbsp;the&nbsp;question&nbsp;of&nbsp;unpaid&nbsp;work&nbsp;as&nbsp;a&nbsp;form&nbsp;of&nbsp;property.&nbsp;See&nbsp;M.A.&nbsp;Glendon,&nbsp;The&nbsp;New&nbsp;Family&nbsp;and&nbsp;the&nbsp;New&nbsp;Property&nbsp;(1981).</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__11">n</a></td><td class="diff_header" id="from20_56">56</td><td nowrap="nowrap">59&nbsp;<span class="diff_sub">(</span>1992)&nbsp;29&nbsp;N.S.W.L.R.&nbsp;188&nbsp;(C.A.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to20__11">n</a></td><td class="diff_header" id="to20_56">56</td><td nowrap="nowrap">59&nbsp;1992)&nbsp;29&nbsp;N.S.W.L.R.&nbsp;188&nbsp;(C.A<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_57">57</td><td nowrap="nowrap">60&nbsp;Trusts&nbsp;of&nbsp;this&nbsp;kind&nbsp;have&nbsp;been&nbsp;judicially&nbsp;created&nbsp;in&nbsp;order&nbsp;to&nbsp;obviate&nbsp;injustice.&nbsp;Ironically,&nbsp;such&nbsp;devices&nbsp;have&nbsp;been&nbsp;commonly&nbsp;utilized&nbsp;over&nbsp;the&nbsp;last&nbsp;twenty&nbsp;years&nbsp;or&nbsp;so&nbsp;in&nbsp;property&nbsp;disputes&nbsp;arising&nbsp;out&nbsp;of&nbsp;de&nbsp;facto&nbsp;relationships,&nbsp;where&nbsp;divisibility&nbsp;has&nbsp;permitted&nbsp;separate&nbsp;interests&nbsp;to&nbsp;crystallize&nbsp;in&nbsp;ways&nbsp;not&nbsp;recognized&nbsp;within&nbsp;marriage.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;recent&nbsp;trends&nbsp;in&nbsp;Australia,&nbsp;see&nbsp;P.&nbsp;Parkinson,&nbsp;‘Property&nbsp;Rights&nbsp;and&nbsp;Third&nbsp;Party&nbsp;Creditors&nbsp;–&nbsp;the&nbsp;Scope&nbsp;and&nbsp;Limitations&nbsp;of&nbsp;Equitable&nbsp;Doctrines’&nbsp;(1997)&nbsp;11&nbsp;Australian&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;100.</td><td class="diff_next"></td><td class="diff_header" id="to20_57">57</td><td nowrap="nowrap">60&nbsp;Trusts&nbsp;of&nbsp;this&nbsp;kind&nbsp;have&nbsp;been&nbsp;judicially&nbsp;created&nbsp;in&nbsp;order&nbsp;to&nbsp;obviate&nbsp;injustice.&nbsp;Ironically,&nbsp;such&nbsp;devices&nbsp;have&nbsp;been&nbsp;commonly&nbsp;utilized&nbsp;over&nbsp;the&nbsp;last&nbsp;twenty&nbsp;years&nbsp;or&nbsp;so&nbsp;in&nbsp;property&nbsp;disputes&nbsp;arising&nbsp;out&nbsp;of&nbsp;de&nbsp;facto&nbsp;relationships,&nbsp;where&nbsp;divisibility&nbsp;has&nbsp;permitted&nbsp;separate&nbsp;interests&nbsp;to&nbsp;crystallize&nbsp;in&nbsp;ways&nbsp;not&nbsp;recognized&nbsp;within&nbsp;marriage.&nbsp;For&nbsp;a&nbsp;discussion&nbsp;of&nbsp;recent&nbsp;trends&nbsp;in&nbsp;Australia,&nbsp;see&nbsp;P.&nbsp;Parkinson,&nbsp;‘Property&nbsp;Rights&nbsp;and&nbsp;Third&nbsp;Party&nbsp;Creditors&nbsp;–&nbsp;the&nbsp;Scope&nbsp;and&nbsp;Limitations&nbsp;of&nbsp;Equitable&nbsp;Doctrines’&nbsp;(1997)&nbsp;11&nbsp;Australian&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;100.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_58">58</td><td nowrap="nowrap">61&nbsp;For&nbsp;discussion,&nbsp;see&nbsp;J.&nbsp;Riley,&nbsp;‘The&nbsp;Property&nbsp;Rights&nbsp;of&nbsp;Home-Makers&nbsp;under&nbsp;General&nbsp;Law:&nbsp;Bryson&nbsp;v.&nbsp;Bryant’&nbsp;(1994)&nbsp;16&nbsp;Sydney&nbsp;Law&nbsp;Rev.&nbsp;412.</td><td class="diff_next"></td><td class="diff_header" id="to20_58">58</td><td nowrap="nowrap">61&nbsp;For&nbsp;discussion,&nbsp;see&nbsp;J.&nbsp;Riley,&nbsp;‘The&nbsp;Property&nbsp;Rights&nbsp;of&nbsp;Home-Makers&nbsp;under&nbsp;General&nbsp;Law:&nbsp;Bryson&nbsp;v.&nbsp;Bryant’&nbsp;(1994)&nbsp;16&nbsp;Sydney&nbsp;Law&nbsp;Rev.&nbsp;412.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__12">n</a></td><td class="diff_header" id="from20_59">59</td><td nowrap="nowrap">62&nbsp;The<span class="diff_sub">&nbsp;Hon.</span>&nbsp;Justice&nbsp;T.&nbsp;E.&nbsp;Lindenmayer&nbsp;and&nbsp;P.A.&nbsp;Doolan,&nbsp;‘When&nbsp;Bankruptcy&nbsp;and&nbsp;Family&nbsp;Law&nbsp;Collide’&nbsp;(1994)&nbsp;8&nbsp;Aust.&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;111<span class="diff_sub">,</span>&nbsp;133.</td><td class="diff_next"><a href="#difflib_chg_to20__12">n</a></td><td class="diff_header" id="to20_59">59</td><td nowrap="nowrap">62&nbsp;The&nbsp;Justice&nbsp;T.&nbsp;E.&nbsp;Lindenmayer&nbsp;and&nbsp;P.A.&nbsp;Doolan,&nbsp;‘When&nbsp;Bankruptcy&nbsp;and&nbsp;Family&nbsp;Law&nbsp;Collide’&nbsp;(1994)&nbsp;8&nbsp;Aust.&nbsp;J.&nbsp;Family&nbsp;Law&nbsp;111&nbsp;133.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_60">60</td><td nowrap="nowrap">63&nbsp;B.&nbsp;Bennett,&nbsp;‘The&nbsp;Economics&nbsp;of&nbsp;Wifing&nbsp;Services:&nbsp;Law&nbsp;and&nbsp;Economics&nbsp;on&nbsp;the&nbsp;Family’&nbsp;(1991)&nbsp;18&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;206.</td><td class="diff_next"></td><td class="diff_header" id="to20_60">60</td><td nowrap="nowrap">63&nbsp;B.&nbsp;Bennett,&nbsp;‘The&nbsp;Economics&nbsp;of&nbsp;Wifing&nbsp;Services:&nbsp;Law&nbsp;and&nbsp;Economics&nbsp;on&nbsp;the&nbsp;Family’&nbsp;(1991)&nbsp;18&nbsp;J.&nbsp;of&nbsp;Law&nbsp;and&nbsp;Society&nbsp;206.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__12"></td><td class="diff_header" id="from20_61">61</td><td nowrap="nowrap">64&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;57;&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td><td class="diff_next"></td><td class="diff_header" id="to20_61">61</td><td nowrap="nowrap">64&nbsp;O’Donovan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;57;&nbsp;Thornton,&nbsp;op.&nbsp;cit.&nbsp;(1995),&nbsp;n.&nbsp;4.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_62">62</td><td nowrap="nowrap">65&nbsp;N.S.W.C.A.,&nbsp;unreported,&nbsp;23&nbsp;May&nbsp;1994.</td><td class="diff_next"></td><td class="diff_header" id="to20_62">62</td><td nowrap="nowrap">65&nbsp;N.S.W.C.A.,&nbsp;unreported,&nbsp;23&nbsp;May&nbsp;1994.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__13"></td><td class="diff_header" id="from20_63">63</td><td nowrap="nowrap">66&nbsp;For&nbsp;detailed&nbsp;discussion&nbsp;of&nbsp;the&nbsp;ramifications,&nbsp;see&nbsp;L.J.&nbsp;Weitzman,&nbsp;The&nbsp;Divorce&nbsp;Revolution:&nbsp;The&nbsp;Unexpected&nbsp;Social&nbsp;and&nbsp;Economic&nbsp;Consequences&nbsp;for&nbsp;Women&nbsp;and&nbsp;Children&nbsp;in&nbsp;America&nbsp;(1985).</td><td class="diff_next"></td><td class="diff_header" id="to20_63">63</td><td nowrap="nowrap">66&nbsp;For&nbsp;detailed&nbsp;discussion&nbsp;of&nbsp;the&nbsp;ramifications,&nbsp;see&nbsp;L.J.&nbsp;Weitzman,&nbsp;The&nbsp;Divorce&nbsp;Revolution:&nbsp;The&nbsp;Unexpected&nbsp;Social&nbsp;and&nbsp;Economic&nbsp;Consequences&nbsp;for&nbsp;Women&nbsp;and&nbsp;Children&nbsp;in&nbsp;America&nbsp;(1985).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_64">64</td><td nowrap="nowrap">67&nbsp;M.L.&nbsp;Shanley,&nbsp;Feminism,&nbsp;Marriage,&nbsp;and&nbsp;the&nbsp;Law&nbsp;in&nbsp;Victorian&nbsp;England,&nbsp;1850–1895&nbsp;(1989)&nbsp;46.</td><td class="diff_next"></td><td class="diff_header" id="to20_64">64</td><td nowrap="nowrap">67&nbsp;M.L.&nbsp;Shanley,&nbsp;Feminism,&nbsp;Marriage,&nbsp;and&nbsp;the&nbsp;Law&nbsp;in&nbsp;Victorian&nbsp;England,&nbsp;1850–1895&nbsp;(1989)&nbsp;46.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__14"></td><td class="diff_header" id="from20_65">65</td><td nowrap="nowrap">68&nbsp;The&nbsp;move&nbsp;to&nbsp;contract&nbsp;as&nbsp;the&nbsp;governing&nbsp;principle&nbsp;of&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;noted&nbsp;by&nbsp;commentators.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24;&nbsp;Neave,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;26;&nbsp;Regan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;30.</td><td class="diff_next"></td><td class="diff_header" id="to20_65">65</td><td nowrap="nowrap">68&nbsp;The&nbsp;move&nbsp;to&nbsp;contract&nbsp;as&nbsp;the&nbsp;governing&nbsp;principle&nbsp;of&nbsp;family&nbsp;law&nbsp;has&nbsp;been&nbsp;noted&nbsp;by&nbsp;commentators.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;Freeman,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;24;&nbsp;Neave,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;26;&nbsp;Regan,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;30.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__13">n</a></td><td class="diff_header" id="from20_66">66</td><td nowrap="nowrap">69&nbsp;Bryson&nbsp;v.&nbsp;Bryant&nbsp;in&nbsp;respect&nbsp;of&nbsp;which,&nbsp;it&nbsp;might&nbsp;be&nbsp;noted,&nbsp;the&nbsp;High&nbsp;Court&nbsp;refused&nbsp;leave&nbsp;to&nbsp;appeal.&nbsp;Marcia&nbsp;Neave&nbsp;notes&nbsp;the&nbsp;‘artificiality’&nbsp;of&nbsp;the&nbsp;concept&nbsp;of&nbsp;intention&nbsp;in&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;constructive&nbsp;trust&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;de&nbsp;facto&nbsp;spouses.&nbsp;See&nbsp;M.&nbsp;Neave<span class="diff_sub">,</span>&nbsp;‘<span class="diff_sub">&nbsp;</span>Three&nbsp;Approaches&nbsp;to&nbsp;Family&nbsp;Law&nbsp;Disputes&nbsp;–&nbsp;Intention/Belief,&nbsp;Unjust&nbsp;Enrichment&nbsp;and&nbsp;Unconscionability’&nbsp;in&nbsp;Equity,&nbsp;Fiduciaries&nbsp;and&nbsp;Trusts,&nbsp;ed.&nbsp;T.G.&nbsp;Youdan&nbsp;(1989)&nbsp;262–4.</td><td class="diff_next"><a href="#difflib_chg_to20__13">n</a></td><td class="diff_header" id="to20_66">66</td><td nowrap="nowrap">69&nbsp;Bryson&nbsp;v.&nbsp;Bryant&nbsp;in&nbsp;respect&nbsp;of&nbsp;which,&nbsp;it&nbsp;might&nbsp;be&nbsp;noted,&nbsp;the&nbsp;High&nbsp;Court&nbsp;refused&nbsp;leave&nbsp;to&nbsp;appeal.&nbsp;Marcia&nbsp;Neave&nbsp;notes&nbsp;the&nbsp;‘artificiality’&nbsp;of&nbsp;the&nbsp;concept&nbsp;of&nbsp;intention&nbsp;in&nbsp;a&nbsp;discussion&nbsp;of&nbsp;the&nbsp;constructive&nbsp;trust&nbsp;in&nbsp;the&nbsp;context&nbsp;of&nbsp;de&nbsp;facto&nbsp;spouses.&nbsp;See&nbsp;M.&nbsp;Neave&nbsp;‘Three&nbsp;Approaches&nbsp;to&nbsp;Family&nbsp;Law&nbsp;Disputes&nbsp;–&nbsp;Intention/Belief,&nbsp;Unjust&nbsp;Enrichment&nbsp;and&nbsp;Unconscionability’&nbsp;in&nbsp;Equity,&nbsp;Fiduciaries&nbsp;and&nbsp;Trusts,&nbsp;ed.&nbsp;T.G.&nbsp;Youdan&nbsp;(1989)&nbsp;262–4.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_67">67</td><td nowrap="nowrap">70&nbsp;For&nbsp;an&nbsp;interesting&nbsp;case&nbsp;study&nbsp;of&nbsp;this&nbsp;phenomenon,&nbsp;see&nbsp;L.&nbsp;Sarmas,&nbsp;‘Storytelling&nbsp;and&nbsp;the&nbsp;Law:&nbsp;A&nbsp;Case&nbsp;Study&nbsp;of&nbsp;Louth&nbsp;v.&nbsp;Diprose’&nbsp;(1994)&nbsp;19&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;701.</td><td class="diff_next"></td><td class="diff_header" id="to20_67">67</td><td nowrap="nowrap">70&nbsp;For&nbsp;an&nbsp;interesting&nbsp;case&nbsp;study&nbsp;of&nbsp;this&nbsp;phenomenon,&nbsp;see&nbsp;L.&nbsp;Sarmas,&nbsp;‘Storytelling&nbsp;and&nbsp;the&nbsp;Law:&nbsp;A&nbsp;Case&nbsp;Study&nbsp;of&nbsp;Louth&nbsp;v.&nbsp;Diprose’&nbsp;(1994)&nbsp;19&nbsp;Melbourne&nbsp;University&nbsp;Law&nbsp;Rev.&nbsp;701.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to20__15"><a href="#difflib_chg_to20__14">n</a></td><td class="diff_header" id="from20_68">68</td><td nowrap="nowrap">71&nbsp;C.&nbsp;Colebrook,&nbsp;‘Feminist&nbsp;Ethics&nbsp;and&nbsp;Historicism’&nbsp;(1996)&nbsp;11&nbsp;Aust.&nbsp;Feminist&nbsp;Studies&nbsp;295<span class="diff_sub">,</span>&nbsp;300.</td><td class="diff_next"><a href="#difflib_chg_to20__14">n</a></td><td class="diff_header" id="to20_68">68</td><td nowrap="nowrap">71&nbsp;C.&nbsp;Colebrook,&nbsp;‘Feminist&nbsp;Ethics&nbsp;and&nbsp;Historicism’&nbsp;(1996)&nbsp;11&nbsp;Aust.&nbsp;Feminist&nbsp;Studies&nbsp;295&nbsp;300.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_69">69</td><td nowrap="nowrap">72&nbsp;M.&nbsp;Albertson&nbsp;Fineman,&nbsp;The&nbsp;Neutered&nbsp;Mother,&nbsp;the&nbsp;Sexual&nbsp;Family&nbsp;and&nbsp;Other&nbsp;Twentieth&nbsp;Century&nbsp;Tragedies&nbsp;(1995)&nbsp;7.</td><td class="diff_next"></td><td class="diff_header" id="to20_69">69</td><td nowrap="nowrap">72&nbsp;M.&nbsp;Albertson&nbsp;Fineman,&nbsp;The&nbsp;Neutered&nbsp;Mother,&nbsp;the&nbsp;Sexual&nbsp;Family&nbsp;and&nbsp;Other&nbsp;Twentieth&nbsp;Century&nbsp;Tragedies&nbsp;(1995)&nbsp;7.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__15">n</a></td><td class="diff_header" id="from20_70">70</td><td nowrap="nowrap">73&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;‘Should&nbsp;all&nbsp;Maintenance&nbsp;of&nbsp;Spouses&nbsp;be&nbsp;abolished?’&nbsp;(1982)&nbsp;45&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;424<span class="diff_sub">,</span>&nbsp;431–3.</td><td class="diff_next"><a href="#difflib_chg_to20__15">n</a></td><td class="diff_header" id="to20_70">70</td><td nowrap="nowrap">73&nbsp;Compare&nbsp;K.&nbsp;O’Donovan,&nbsp;‘Should&nbsp;all&nbsp;Maintenance&nbsp;of&nbsp;Spouses&nbsp;be&nbsp;abolished?’&nbsp;(1982)&nbsp;45&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;424&nbsp;431–3.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_71">71</td><td nowrap="nowrap">74&nbsp;For&nbsp;example,&nbsp;De&nbsp;Facto&nbsp;Relationships&nbsp;Act&nbsp;1984&nbsp;(N.S.W.).&nbsp;For&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;the&nbsp;policy&nbsp;considerations,&nbsp;see&nbsp;M.D.A.&nbsp;Freeman&nbsp;and&nbsp;C.M.&nbsp;Lyon,&nbsp;Cohabitation&nbsp;without&nbsp;Marriage:&nbsp;An&nbsp;Essay&nbsp;in&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Policy&nbsp;(1983);&nbsp;New&nbsp;South&nbsp;Wales&nbsp;Law&nbsp;Reform&nbsp;Commission,&nbsp;De&nbsp;Facto&nbsp;Relationships:&nbsp;Issues&nbsp;Paper&nbsp;(1981).</td><td class="diff_next"></td><td class="diff_header" id="to20_71">71</td><td nowrap="nowrap">74&nbsp;For&nbsp;example,&nbsp;De&nbsp;Facto&nbsp;Relationships&nbsp;Act&nbsp;1984&nbsp;(N.S.W<span class="diff_add">&nbsp;</span>.).&nbsp;For&nbsp;detailed&nbsp;analysis&nbsp;of&nbsp;the&nbsp;policy&nbsp;considerations,&nbsp;see&nbsp;M.D.A.&nbsp;Freeman&nbsp;and&nbsp;C.M.&nbsp;Lyon,&nbsp;Cohabitation&nbsp;without&nbsp;Marriage:&nbsp;An&nbsp;Essay&nbsp;in&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Policy&nbsp;(1983);&nbsp;New&nbsp;South&nbsp;Wales&nbsp;Law&nbsp;Reform&nbsp;Commission,&nbsp;De&nbsp;Facto&nbsp;Relationships:&nbsp;Issues&nbsp;Paper&nbsp;(1981).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_72">72</td><td nowrap="nowrap">75&nbsp;Eds.&nbsp;of&nbsp;the&nbsp;Harvard&nbsp;Law&nbsp;Review,&nbsp;Sexual&nbsp;Orientation&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1990);&nbsp;Dean&nbsp;v.&nbsp;District&nbsp;of&nbsp;Columbia&nbsp;653&nbsp;U.S.&nbsp;App.&nbsp;D.C&nbsp;307&nbsp;(1995);&nbsp;C.&nbsp;Overington,&nbsp;‘Why&nbsp;can’t&nbsp;They&nbsp;Marry?’&nbsp;The&nbsp;Age,&nbsp;26&nbsp;April&nbsp;1997.</td><td class="diff_next"></td><td class="diff_header" id="to20_72">72</td><td nowrap="nowrap">75&nbsp;Eds.&nbsp;of&nbsp;the&nbsp;Harvard&nbsp;Law&nbsp;Review,&nbsp;Sexual&nbsp;Orientation&nbsp;and&nbsp;the&nbsp;Law&nbsp;(1990);&nbsp;Dean&nbsp;v.&nbsp;District&nbsp;of&nbsp;Columbia&nbsp;653&nbsp;U.S.&nbsp;App.&nbsp;D.C&nbsp;307&nbsp;(1995);&nbsp;C.&nbsp;Overington,&nbsp;‘Why&nbsp;can’t&nbsp;They&nbsp;Marry?’&nbsp;The&nbsp;Age,&nbsp;26&nbsp;April&nbsp;1997.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to20__top">t</a></td><td class="diff_header" id="from20_73">73</td><td nowrap="nowrap">76&nbsp;For&nbsp;example,&nbsp;Lesbian&nbsp;<span class="diff_sub">and&nbsp;</span>Gay&nbsp;Rights&nbsp;Service<span class="diff_chg">,</span>&nbsp;The&nbsp;Bride&nbsp;Wore&nbsp;Pink;&nbsp;Legal&nbsp;Recognition&nbsp;of&nbsp;Our&nbsp;Relationships&nbsp;(1994).</td><td class="diff_next"><a href="#difflib_chg_to20__top">t</a></td><td class="diff_header" id="to20_73">73</td><td nowrap="nowrap">76&nbsp;For&nbsp;example,&nbsp;Lesbian&nbsp;Gay&nbsp;Rights&nbsp;Service<span class="diff_chg">&nbsp;and</span>&nbsp;The&nbsp;Bride&nbsp;Wore&nbsp;Pink;&nbsp;Legal&nbsp;Recognition&nbsp;of&nbsp;Our&nbsp;Relationships&nbsp;(1994).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_74">74</td><td nowrap="nowrap">77&nbsp;id.,&nbsp;p.&nbsp;3.</td><td class="diff_next"></td><td class="diff_header" id="to20_74">74</td><td nowrap="nowrap">77&nbsp;id.,&nbsp;p.&nbsp;3.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from20_75">75</td><td nowrap="nowrap">78&nbsp;Above,&nbsp;n.&nbsp;30.</td><td class="diff_next"></td><td class="diff_header" id="to20_75">75</td><td nowrap="nowrap">78&nbsp;Above,&nbsp;n.&nbsp;30.</td></tr>
         </tbody>
     </table>
     <table class="diff" summary="Legends">
diff --git a/public/convert-anystyle-data/diffs/10.1111_1467-6478.00080.diff.html b/public/convert-anystyle-data/diffs/10.1111_1467-6478.00080.diff.html
index 49da1e426e447813239d094b9b62b7a5b6fc5a92..282320a6b3c64b823b979a9d97976101bbd3224c 100644
--- a/public/convert-anystyle-data/diffs/10.1111_1467-6478.00080.diff.html
+++ b/public/convert-anystyle-data/diffs/10.1111_1467-6478.00080.diff.html
@@ -21,60 +21,60 @@
 
 <body>
     
-    <table class="diff" id="difflib_chg_to5__top"
+    <table class="diff" id="difflib_chg_to21__top"
            cellspacing="0" cellpadding="0" rules="groups" >
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         
         <tbody>
-            <tr><td class="diff_next" id="difflib_chg_to5__1"><a href="#difflib_chg_to5__1">n</a></td><td class="diff_header" id="from5_1">1</td><td nowrap="nowrap">1&nbsp;For&nbsp;a&nbsp;contrary&nbsp;view,&nbsp;see&nbsp;G.&nbsp;Jones,&nbsp;‘<span class="diff_sub">&nbsp;</span>“Traditional”&nbsp;Legal&nbsp;Scholarship:&nbsp;a&nbsp;Personal&nbsp;View’&nbsp;in&nbsp;What&nbsp;Are&nbsp;Law&nbsp;Schools&nbsp;For?,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1996)&nbsp;14.</td><td class="diff_next"><a href="#difflib_chg_to5__1">n</a></td><td class="diff_header" id="to5_1">1</td><td nowrap="nowrap">1&nbsp;For&nbsp;a&nbsp;contrary&nbsp;view,&nbsp;see&nbsp;G.&nbsp;Jones,&nbsp;‘“Traditional”&nbsp;Legal&nbsp;Scholarship:&nbsp;a&nbsp;Personal&nbsp;View’&nbsp;in&nbsp;What&nbsp;Are&nbsp;Law&nbsp;Schools&nbsp;For?,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1996)&nbsp;14.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_2">2</td><td nowrap="nowrap">3&nbsp;R.&nbsp;Goff,&nbsp;‘The&nbsp;Search&nbsp;for&nbsp;Principle’&nbsp;(1983)&nbsp;Proceeedings&nbsp;of&nbsp;the&nbsp;British&nbsp;Academy&nbsp;169,&nbsp;at&nbsp;171.&nbsp;This&nbsp;is&nbsp;an&nbsp;amplification&nbsp;of&nbsp;Dicey’s&nbsp;remark&nbsp;that&nbsp;‘[b]y&nbsp;adequate&nbsp;study&nbsp;and&nbsp;careful&nbsp;thought&nbsp;whole&nbsp;departments&nbsp;of&nbsp;law&nbsp;can<span class="diff_chg">&nbsp;.&nbsp;.&nbsp;.</span>&nbsp;be&nbsp;reduced&nbsp;to&nbsp;order&nbsp;and&nbsp;exhibited&nbsp;under&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;few&nbsp;principles&nbsp;which&nbsp;sum&nbsp;up&nbsp;the&nbsp;effect&nbsp;of&nbsp;a&nbsp;hundred&nbsp;cases<span class="diff_chg">&nbsp;.&nbsp;.</span>&nbsp;.’.&nbsp;A.&nbsp;Dicey,&nbsp;Can&nbsp;English&nbsp;Law&nbsp;be&nbsp;taught&nbsp;at&nbsp;the&nbsp;Universities?&nbsp;(1883)&nbsp;20.</td><td class="diff_next"></td><td class="diff_header" id="to5_2">2</td><td nowrap="nowrap">3&nbsp;R.&nbsp;Goff,&nbsp;‘The&nbsp;Search&nbsp;for&nbsp;Principle’&nbsp;(1983)&nbsp;Proceeedings&nbsp;of&nbsp;the&nbsp;British&nbsp;Academy&nbsp;169,&nbsp;at&nbsp;171.&nbsp;This&nbsp;is&nbsp;an&nbsp;amplification&nbsp;of&nbsp;Dicey’s&nbsp;remark&nbsp;that&nbsp;‘[b]y&nbsp;adequate&nbsp;study&nbsp;and&nbsp;careful&nbsp;thought&nbsp;whole&nbsp;departments&nbsp;of&nbsp;law&nbsp;can<span class="diff_chg">.&nbsp;..</span>&nbsp;be&nbsp;reduced&nbsp;to&nbsp;order&nbsp;and&nbsp;exhibited&nbsp;under&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;few&nbsp;principles&nbsp;which&nbsp;sum&nbsp;up&nbsp;the&nbsp;effect&nbsp;of&nbsp;a&nbsp;hundred&nbsp;cases<span class="diff_chg">.&nbsp;.</span>&nbsp;.’.&nbsp;A.&nbsp;Dicey,&nbsp;Can&nbsp;English&nbsp;Law&nbsp;be&nbsp;taught&nbsp;at&nbsp;the&nbsp;Universities?&nbsp;(1883)&nbsp;20.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_3">3</td><td nowrap="nowrap">4&nbsp;J.&nbsp;Smith,&nbsp;The&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(1989)</td><td class="diff_next"></td><td class="diff_header" id="to5_3">3</td><td nowrap="nowrap">4&nbsp;J.&nbsp;Smith,&nbsp;The&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(1989)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__2"></td><td class="diff_header" id="from5_4">4</td><td nowrap="nowrap">6&nbsp;See,&nbsp;for&nbsp;example,&nbsp;D.&nbsp;Kennedy,&nbsp;‘Form&nbsp;and&nbsp;substance&nbsp;in&nbsp;Private&nbsp;Law&nbsp;Ajudication’&nbsp;(1976)&nbsp;89&nbsp;Harvard&nbsp;Law&nbsp;Rev.&nbsp;1685.</td><td class="diff_next"></td><td class="diff_header" id="to5_4">4</td><td nowrap="nowrap">6&nbsp;See,&nbsp;for&nbsp;example,&nbsp;D.&nbsp;Kennedy,&nbsp;‘Form&nbsp;and&nbsp;substance&nbsp;in&nbsp;Private&nbsp;Law&nbsp;Ajudication’&nbsp;(1976)&nbsp;89&nbsp;Harvard&nbsp;Law&nbsp;Rev.&nbsp;1685.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__2">n</a></td><td class="diff_header" id="from5_5">5</td><td nowrap="nowrap">7&nbsp;B.&nbsp;Hepple,&nbsp;‘The&nbsp;Renewal&nbsp;of&nbsp;the&nbsp;Liberal&nbsp;Law&nbsp;Degree’&nbsp;(1996)&nbsp;Cambridge&nbsp;Law&nbsp;J.&nbsp;470<span class="diff_sub">,</span>&nbsp;at&nbsp;485&nbsp;and&nbsp;481.</td><td class="diff_next"><a href="#difflib_chg_to5__2">n</a></td><td class="diff_header" id="to5_5">5</td><td nowrap="nowrap">7&nbsp;B.&nbsp;Hepple,&nbsp;‘The&nbsp;Renewal&nbsp;of&nbsp;the&nbsp;Liberal&nbsp;Law&nbsp;Degree’&nbsp;(1996)&nbsp;Cambridge&nbsp;Law&nbsp;J.&nbsp;470&nbsp;at&nbsp;485&nbsp;and&nbsp;481.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_6">6</td><td nowrap="nowrap">8&nbsp;P.A.&nbsp;Thomas,&nbsp;‘Introduction’&nbsp;in&nbsp;Socio-Legal&nbsp;Studies,&nbsp;ed.&nbsp;P.A.&nbsp;Thomas&nbsp;(1997)&nbsp;19.</td><td class="diff_next"></td><td class="diff_header" id="to5_6">6</td><td nowrap="nowrap">8&nbsp;P.A.&nbsp;Thomas,&nbsp;‘Introduction’&nbsp;in&nbsp;Socio-Legal&nbsp;Studies,&nbsp;ed.&nbsp;P.A.&nbsp;Thomas&nbsp;(1997)&nbsp;19.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_7">7</td><td nowrap="nowrap">9&nbsp;R.&nbsp;Cotterrell,&nbsp;Law’s&nbsp;Community&nbsp;(1995)&nbsp;296.</td><td class="diff_next"></td><td class="diff_header" id="to5_7">7</td><td nowrap="nowrap">9&nbsp;R.&nbsp;Cotterrell,&nbsp;Law’s&nbsp;Community&nbsp;(1995)&nbsp;296.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_8">8</td><td nowrap="nowrap">10&nbsp;Socio-legal&nbsp;studies&nbsp;has&nbsp;been&nbsp;defined&nbsp;in&nbsp;many&nbsp;different&nbsp;ways.&nbsp;In&nbsp;this&nbsp;essay&nbsp;the&nbsp;term&nbsp;is&nbsp;taken&nbsp;to&nbsp;indicate&nbsp;the&nbsp;use&nbsp;of&nbsp;ideas&nbsp;‘from&nbsp;other&nbsp;disciplines&nbsp;primarily&nbsp;but&nbsp;not&nbsp;exclusively&nbsp;from&nbsp;within&nbsp;the&nbsp;social&nbsp;science&nbsp;and&nbsp;humanities&nbsp;fields’.&nbsp;S.&nbsp;Wheeler,&nbsp;‘Company&nbsp;Law’&nbsp;in&nbsp;Thomas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;8,&nbsp;at&nbsp;p.&nbsp;285.</td><td class="diff_next"></td><td class="diff_header" id="to5_8">8</td><td nowrap="nowrap">10&nbsp;Socio-legal&nbsp;studies&nbsp;has&nbsp;been&nbsp;defined&nbsp;in&nbsp;many&nbsp;different&nbsp;ways.&nbsp;In&nbsp;this&nbsp;essay&nbsp;the&nbsp;term&nbsp;is&nbsp;taken&nbsp;to&nbsp;indicate&nbsp;the&nbsp;use&nbsp;of&nbsp;ideas&nbsp;‘from&nbsp;other&nbsp;disciplines&nbsp;primarily&nbsp;but&nbsp;not&nbsp;exclusively&nbsp;from&nbsp;within&nbsp;the&nbsp;social&nbsp;science&nbsp;and&nbsp;humanities&nbsp;fields’.&nbsp;S.&nbsp;Wheeler,&nbsp;‘Company&nbsp;Law’&nbsp;in&nbsp;Thomas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;8,&nbsp;at&nbsp;p.&nbsp;285.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__3">n</a></td><td class="diff_header" id="from5_9">9</td><td nowrap="nowrap">11&nbsp;Some&nbsp;fail&nbsp;wholly.&nbsp;It&nbsp;is&nbsp;difficult&nbsp;to&nbsp;see&nbsp;any&nbsp;effect&nbsp;on&nbsp;academic&nbsp;legal&nbsp;education&nbsp;that&nbsp;resulted&nbsp;from<span class="diff_sub">&nbsp;Lady</span>&nbsp;Marre’s&nbsp;report&nbsp;A&nbsp;Time&nbsp;for&nbsp;Change&nbsp;(1988).&nbsp;The&nbsp;Jarratt&nbsp;report&nbsp;on&nbsp;universities&nbsp;produced&nbsp;for&nbsp;the&nbsp;Committee&nbsp;of&nbsp;Vice-Chancellors&nbsp;and&nbsp;Principals&nbsp;(CVCP),&nbsp;Report&nbsp;of&nbsp;the&nbsp;Steering&nbsp;Committee&nbsp;for&nbsp;Efficiency&nbsp;studies&nbsp;in&nbsp;Universities&nbsp;(1988),&nbsp;produced&nbsp;much&nbsp;comment&nbsp;but&nbsp;little&nbsp;action.&nbsp;Even&nbsp;those&nbsp;that&nbsp;are&nbsp;thought&nbsp;of&nbsp;as&nbsp;being&nbsp;a&nbsp;success&nbsp;are&nbsp;not&nbsp;wholly&nbsp;implemented.&nbsp;Despite&nbsp;Ormrod’s&nbsp;recommendations&nbsp;no&nbsp;Institute&nbsp;of&nbsp;Profesional&nbsp;Legal&nbsp;Studies&nbsp;was&nbsp;set&nbsp;up&nbsp;and&nbsp;the&nbsp;universities&nbsp;and&nbsp;colleges&nbsp;of&nbsp;higher&nbsp;education&nbsp;did&nbsp;not&nbsp;take&nbsp;sole&nbsp;responsibility&nbsp;for&nbsp;vocational&nbsp;legal&nbsp;training&nbsp;(Report&nbsp;of&nbsp;the&nbsp;Committee&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;(1971;&nbsp;Cmnd&nbsp;4595)&nbsp;ch.&nbsp;9<span class="diff_sub">,</span>&nbsp;recs.&nbsp;40&nbsp;and&nbsp;23).&nbsp;There&nbsp;were&nbsp;also&nbsp;other&nbsp;recommendations&nbsp;that&nbsp;were&nbsp;not&nbsp;implemented.&nbsp;The&nbsp;Robbins&nbsp;report&nbsp;on&nbsp;higher&nbsp;education,&nbsp;Higher&nbsp;Education&nbsp;(1963;&nbsp;Cmnd.&nbsp;2154)&nbsp;took&nbsp;it&nbsp;is&nbsp;axiomatic&nbsp;that&nbsp;‘courses&nbsp;of&nbsp;higher&nbsp;education&nbsp;should&nbsp;be&nbsp;available&nbsp;for&nbsp;all&nbsp;those&nbsp;who&nbsp;are&nbsp;qualified&nbsp;by&nbsp;ability&nbsp;and&nbsp;attainment&nbsp;to&nbsp;pursue&nbsp;them&nbsp;and&nbsp;wish&nbsp;to&nbsp;do&nbsp;so’&nbsp;(para.&nbsp;31).<span class="diff_sub">&nbsp;This&nbsp;has&nbsp;yet&nbsp;to&nbsp;happen.</span></td><td class="diff_next"><a href="#difflib_chg_to5__3">n</a></td><td class="diff_header" id="to5_9">9</td><td nowrap="nowrap">11&nbsp;Some&nbsp;fail&nbsp;wholly.&nbsp;It&nbsp;is&nbsp;difficult&nbsp;to&nbsp;see&nbsp;any&nbsp;effect&nbsp;on&nbsp;academic&nbsp;legal&nbsp;education&nbsp;that&nbsp;resulted&nbsp;from&nbsp;Marre’s&nbsp;report&nbsp;A&nbsp;Time&nbsp;for&nbsp;Change&nbsp;(1988).&nbsp;The&nbsp;Jarratt&nbsp;report&nbsp;on&nbsp;universities&nbsp;produced&nbsp;for&nbsp;the&nbsp;Committee&nbsp;of&nbsp;Vice-Chancellors&nbsp;and&nbsp;Principals&nbsp;(CVCP),&nbsp;Report&nbsp;of&nbsp;the&nbsp;Steering&nbsp;Committee&nbsp;for&nbsp;Efficiency&nbsp;studies&nbsp;in&nbsp;Universities&nbsp;(1988),&nbsp;produced&nbsp;much&nbsp;comment&nbsp;but&nbsp;little&nbsp;action.&nbsp;Even&nbsp;those&nbsp;that&nbsp;are&nbsp;thought&nbsp;of&nbsp;as&nbsp;being&nbsp;a&nbsp;success&nbsp;are&nbsp;not&nbsp;wholly&nbsp;implemented.&nbsp;Despite&nbsp;Ormrod’s&nbsp;recommendations&nbsp;no&nbsp;Institute&nbsp;of&nbsp;Profesional&nbsp;Legal&nbsp;Studies&nbsp;was&nbsp;set&nbsp;up&nbsp;and&nbsp;the&nbsp;universities&nbsp;and&nbsp;colleges&nbsp;of&nbsp;higher&nbsp;education&nbsp;did&nbsp;not&nbsp;take&nbsp;sole&nbsp;responsibility&nbsp;for&nbsp;vocational&nbsp;legal&nbsp;training&nbsp;(Report&nbsp;of&nbsp;the&nbsp;Committee&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;(1971;&nbsp;Cmnd&nbsp;4595)&nbsp;ch.&nbsp;9&nbsp;recs.&nbsp;40&nbsp;and&nbsp;23).&nbsp;There&nbsp;were&nbsp;also&nbsp;other&nbsp;recommendations&nbsp;that&nbsp;were&nbsp;not&nbsp;implemented.&nbsp;The&nbsp;Robbins&nbsp;report&nbsp;on&nbsp;higher&nbsp;education,&nbsp;Higher&nbsp;Education&nbsp;(1963;&nbsp;Cmnd.&nbsp;2154)&nbsp;took&nbsp;it&nbsp;is&nbsp;axiomatic&nbsp;that&nbsp;‘courses&nbsp;of&nbsp;higher&nbsp;education&nbsp;should&nbsp;be&nbsp;available&nbsp;for&nbsp;all&nbsp;those&nbsp;who&nbsp;are&nbsp;qualified&nbsp;by&nbsp;ability&nbsp;and&nbsp;attainment&nbsp;to&nbsp;pursue&nbsp;them&nbsp;and&nbsp;wish&nbsp;to&nbsp;do&nbsp;so’&nbsp;(para.&nbsp;31)<span class="diff_add">&nbsp;This&nbsp;has&nbsp;yet&nbsp;to&nbsp;happen</span>.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_10">10</td><td nowrap="nowrap">12&nbsp;<span class="diff_sub">National&nbsp;</span>Committee&nbsp;of&nbsp;Inquiry&nbsp;into&nbsp;Higher&nbsp;Education,&nbsp;Higher&nbsp;Education&nbsp;in&nbsp;the&nbsp;learning&nbsp;society&nbsp;(1997)&nbsp;(the&nbsp;Dearing&nbsp;report);&nbsp;ACLEC,&nbsp;First&nbsp;Report&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;and&nbsp;Training&nbsp;(1996).&nbsp;The&nbsp;Government’s&nbsp;White&nbsp;Paper&nbsp;on&nbsp;further&nbsp;and&nbsp;higher&nbsp;education&nbsp;had&nbsp;not&nbsp;been&nbsp;published&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;writing&nbsp;this&nbsp;essay.&nbsp;<span class="diff_sub">13&nbsp;</span>ACLEC,&nbsp;id.,&nbsp;para&nbsp;4.6.</td><td class="diff_next"></td><td class="diff_header" id="to5_10">10</td><td nowrap="nowrap">12&nbsp;Committee&nbsp;of&nbsp;Inquiry&nbsp;into&nbsp;Higher&nbsp;Education,&nbsp;Higher&nbsp;Education&nbsp;in&nbsp;the&nbsp;learning&nbsp;society&nbsp;(1997)&nbsp;(the&nbsp;Dearing&nbsp;report);&nbsp;ACLEC,&nbsp;First&nbsp;Report&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;and&nbsp;Training&nbsp;(1996).&nbsp;The&nbsp;Government’s&nbsp;White&nbsp;Paper&nbsp;on&nbsp;further&nbsp;and&nbsp;higher&nbsp;education&nbsp;had&nbsp;not&nbsp;been&nbsp;published&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;writing&nbsp;this&nbsp;essay.&nbsp;ACLEC,&nbsp;id.,&nbsp;para&nbsp;4.6.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_11">11</td><td nowrap="nowrap">14&nbsp;ACLEC’s&nbsp;proposal&nbsp;is&nbsp;part&nbsp;of&nbsp;an&nbsp;historical&nbsp;process&nbsp;which&nbsp;has&nbsp;gradually&nbsp;seen&nbsp;English&nbsp;university&nbsp;law&nbsp;schools&nbsp;distance&nbsp;themselves&nbsp;from&nbsp;the&nbsp;legal&nbsp;professions&nbsp;and&nbsp;the&nbsp;legal&nbsp;professions&nbsp;propose&nbsp;decreasing&nbsp;degrees&nbsp;of&nbsp;control&nbsp;over&nbsp;the&nbsp;content&nbsp;of&nbsp;law&nbsp;degrees.&nbsp;(See&nbsp;A.&nbsp;Bradney&nbsp;and&nbsp;F.&nbsp;Cownie,&nbsp;‘Working&nbsp;on&nbsp;the&nbsp;Chain&nbsp;Gang?’&nbsp;(1996)&nbsp;2&nbsp;Contemporary&nbsp;Issues&nbsp;in&nbsp;Law&nbsp;15<span class="diff_chg">,&nbsp;at</span>&nbsp;24–6).</td><td class="diff_next"></td><td class="diff_header" id="to5_11">11</td><td nowrap="nowrap">14&nbsp;ACLEC’s&nbsp;proposal&nbsp;is&nbsp;part&nbsp;of&nbsp;an&nbsp;historical&nbsp;process&nbsp;which&nbsp;has&nbsp;gradually&nbsp;seen&nbsp;English&nbsp;university&nbsp;law&nbsp;schools&nbsp;distance&nbsp;themselves&nbsp;from&nbsp;the&nbsp;legal&nbsp;professions&nbsp;and&nbsp;the&nbsp;legal&nbsp;professions&nbsp;propose&nbsp;decreasing&nbsp;degrees&nbsp;of&nbsp;control&nbsp;over&nbsp;the&nbsp;content&nbsp;of&nbsp;law&nbsp;degrees.&nbsp;(See&nbsp;A.&nbsp;Bradney&nbsp;and&nbsp;F.&nbsp;Cownie,&nbsp;‘Working&nbsp;on&nbsp;the&nbsp;Chain&nbsp;Gang?’&nbsp;(1996)&nbsp;2&nbsp;Contemporary&nbsp;Issues&nbsp;in&nbsp;Law&nbsp;15<span class="diff_chg">&nbsp;at</span>&nbsp;24–6).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_12">12</td><td nowrap="nowrap">15&nbsp;J.&nbsp;MacFarlane<span class="diff_sub">,&nbsp;M.&nbsp;Jeeves,</span>&nbsp;and&nbsp;A.&nbsp;Boon,&nbsp;‘Education&nbsp;for&nbsp;Life&nbsp;or&nbsp;for&nbsp;Work?’&nbsp;(1987)&nbsp;137&nbsp;New&nbsp;Law&nbsp;J.&nbsp;835<span class="diff_sub">,</span>&nbsp;at&nbsp;836.</td><td class="diff_next"></td><td class="diff_header" id="to5_12">12</td><td nowrap="nowrap">15&nbsp;<span class="diff_add">M.&nbsp;Jeeves&nbsp;</span>J.&nbsp;MacFarlane&nbsp;and&nbsp;A.&nbsp;Boon,&nbsp;‘Education&nbsp;for&nbsp;Life&nbsp;or&nbsp;for&nbsp;Work?’&nbsp;(1987)&nbsp;137&nbsp;New&nbsp;Law&nbsp;J.&nbsp;835&nbsp;at&nbsp;836.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_13">13</td><td nowrap="nowrap">16&nbsp;T.H.&nbsp;Huxley,&nbsp;‘Universities:&nbsp;Actual&nbsp;and&nbsp;Ideal’&nbsp;in&nbsp;T.H.&nbsp;Huxley,&nbsp;Collected&nbsp;Essays:&nbsp;Volume&nbsp;III&nbsp;(1905)&nbsp;215.</td><td class="diff_next"></td><td class="diff_header" id="to5_13">13</td><td nowrap="nowrap">16&nbsp;T.H.&nbsp;Huxley,&nbsp;‘Universities:&nbsp;Actual&nbsp;and&nbsp;Ideal’&nbsp;in&nbsp;T.H.&nbsp;Huxley,&nbsp;Collected&nbsp;Essays:&nbsp;Volume&nbsp;III&nbsp;(1905)&nbsp;215.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__3"></td><td class="diff_header" id="from5_14">14</td><td nowrap="nowrap">17&nbsp;J.S.&nbsp;Mill,&nbsp;‘Inaugural&nbsp;address&nbsp;to&nbsp;the&nbsp;University&nbsp;of&nbsp;St&nbsp;Andrews’&nbsp;in&nbsp;Collected&nbsp;Work&nbsp;of&nbsp;John&nbsp;Stuart&nbsp;Mill:&nbsp;Volume&nbsp;XXI,&nbsp;ed.&nbsp;J.M.&nbsp;Robson&nbsp;(1984)&nbsp;218.</td><td class="diff_next"></td><td class="diff_header" id="to5_14">14</td><td nowrap="nowrap">17&nbsp;J.S.&nbsp;Mill,&nbsp;‘Inaugural&nbsp;address&nbsp;to&nbsp;the&nbsp;University&nbsp;of&nbsp;St&nbsp;Andrews’&nbsp;in&nbsp;Collected&nbsp;Work&nbsp;of&nbsp;John&nbsp;Stuart&nbsp;Mill:&nbsp;Volume&nbsp;XXI,&nbsp;ed.&nbsp;J.M.&nbsp;Robson&nbsp;(1984)&nbsp;218.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_15">15</td><td nowrap="nowrap">18&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para.&nbsp;9.32.</td><td class="diff_next"></td><td class="diff_header" id="to5_15">15</td><td nowrap="nowrap">18&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para.&nbsp;9.32.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_16">16</td><td nowrap="nowrap">19&nbsp;id.,&nbsp;para.&nbsp;5.11.</td><td class="diff_next"></td><td class="diff_header" id="to5_16">16</td><td nowrap="nowrap">19&nbsp;id.,&nbsp;para.&nbsp;5.11.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_17">17</td><td nowrap="nowrap">20&nbsp;F.R.&nbsp;Leavis,&nbsp;Education&nbsp;and&nbsp;the&nbsp;University&nbsp;(1948)&nbsp;28.&nbsp;Leavis’s&nbsp;view&nbsp;was&nbsp;narrowly&nbsp;nationalistic.&nbsp;For&nbsp;‘centre’&nbsp;it&nbsp;would&nbsp;be&nbsp;better&nbsp;to&nbsp;substitute&nbsp;‘centres’.</td><td class="diff_next"></td><td class="diff_header" id="to5_17">17</td><td nowrap="nowrap">20&nbsp;F.R.&nbsp;Leavis,&nbsp;Education&nbsp;and&nbsp;the&nbsp;University&nbsp;(1948)&nbsp;28.&nbsp;Leavis’s&nbsp;view&nbsp;was&nbsp;narrowly&nbsp;nationalistic.&nbsp;For&nbsp;‘centre’&nbsp;it&nbsp;would&nbsp;be&nbsp;better&nbsp;to&nbsp;substitute&nbsp;‘centres’.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__4"></td><td class="diff_header" id="from5_18">18</td><td nowrap="nowrap">21&nbsp;See,&nbsp;further,&nbsp;A.&nbsp;Bradney,&nbsp;‘Liberalising&nbsp;Legal&nbsp;Education’&nbsp;in&nbsp;The&nbsp;Law&nbsp;School:&nbsp;Global&nbsp;Issues,&nbsp;Local&nbsp;Questions,&nbsp;ed.&nbsp;F.&nbsp;Cownie&nbsp;(forthcoming).</td><td class="diff_next"></td><td class="diff_header" id="to5_18">18</td><td nowrap="nowrap">21&nbsp;See,&nbsp;further,&nbsp;A.&nbsp;Bradney,&nbsp;‘Liberalising&nbsp;Legal&nbsp;Education’&nbsp;in&nbsp;The&nbsp;Law&nbsp;School:&nbsp;Global&nbsp;Issues,&nbsp;Local&nbsp;Questions,&nbsp;ed.&nbsp;F.&nbsp;Cownie&nbsp;(forthcoming).</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__4">n</a></td><td class="diff_header" id="from5_19">19</td><td nowrap="nowrap">22&nbsp;P.&nbsp;Goodrich<span class="diff_sub">,</span>&nbsp;‘<span class="diff_sub">&nbsp;</span>Of&nbsp;Blackstone’s&nbsp;Tower:&nbsp;Metephors&nbsp;of&nbsp;Distance&nbsp;and&nbsp;Histories&nbsp;of&nbsp;the&nbsp;English&nbsp;Law&nbsp;School’&nbsp;in&nbsp;Birks,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;1,&nbsp;p.&nbsp;59.&nbsp;23&nbsp;S.&nbsp;Turow,&nbsp;One&nbsp;L&nbsp;(1977)&nbsp;106.</td><td class="diff_next"><a href="#difflib_chg_to5__4">n</a></td><td class="diff_header" id="to5_19">19</td><td nowrap="nowrap">22&nbsp;P.&nbsp;Goodrich&nbsp;‘Of&nbsp;Blackstone’s&nbsp;Tower:&nbsp;Metephors&nbsp;of&nbsp;Distance&nbsp;and&nbsp;Histories&nbsp;of&nbsp;the&nbsp;English&nbsp;Law&nbsp;School’&nbsp;in&nbsp;Birks,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;1,&nbsp;p.&nbsp;59.&nbsp;23&nbsp;S.&nbsp;Turow,&nbsp;One&nbsp;L&nbsp;(1977)&nbsp;106.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_20">20</td><td nowrap="nowrap">24&nbsp;O.&nbsp;Kahn-Freund,&nbsp;‘Reflections&nbsp;on&nbsp;Legal&nbsp;Education’&nbsp;(1966)&nbsp;29&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;121<span class="diff_sub">,</span>&nbsp;at&nbsp;129.</td><td class="diff_next"></td><td class="diff_header" id="to5_20">20</td><td nowrap="nowrap">24&nbsp;O.&nbsp;Kahn-Freund,&nbsp;‘Reflections&nbsp;on&nbsp;Legal&nbsp;Education’&nbsp;(1966)&nbsp;29&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;121&nbsp;at&nbsp;129.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_21">21</td><td nowrap="nowrap">25&nbsp;Kahn-Freund&nbsp;believed&nbsp;...&nbsp;legal&nbsp;argument&nbsp;(Kahn-Freund,&nbsp;id.).</td><td class="diff_next"></td><td class="diff_header" id="to5_21">21</td><td nowrap="nowrap">25&nbsp;Kahn-Freund&nbsp;believed&nbsp;...&nbsp;legal&nbsp;argument&nbsp;(Kahn-Freund,&nbsp;id.).</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__5"></td><td class="diff_header" id="from5_22">22</td><td nowrap="nowrap">26&nbsp;Leavis,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;20,&nbsp;p.&nbsp;120.</td><td class="diff_next"></td><td class="diff_header" id="to5_22">22</td><td nowrap="nowrap">26&nbsp;Leavis,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;20,&nbsp;p.&nbsp;120.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__5">n</a></td><td class="diff_header" id="from5_23">23</td><td nowrap="nowrap">29&nbsp;Leavis&nbsp;has,&nbsp;of&nbsp;course,&nbsp;been&nbsp;widely&nbsp;criticized&nbsp;for&nbsp;the&nbsp;cultural&nbsp;and&nbsp;gender&nbsp;assumptions&nbsp;that&nbsp;lie&nbsp;behind&nbsp;his&nbsp;selection&nbsp;of&nbsp;material&nbsp;to&nbsp;be&nbsp;studied.&nbsp;(See,&nbsp;for&nbsp;example,&nbsp;M.&nbsp;King,&nbsp;The&nbsp;New&nbsp;English&nbsp;Literatures&nbsp;(1980)&nbsp;at&nbsp;216–17.)&nbsp;Whatever&nbsp;the&nbsp;accuracy&nbsp;of&nbsp;these&nbsp;criticisms,&nbsp;they&nbsp;are&nbsp;criticisms&nbsp;of&nbsp;the&nbsp;application&nbsp;of&nbsp;the&nbsp;method&nbsp;rather&nbsp;than&nbsp;the&nbsp;method&nbsp;itself.</td><td class="diff_next"><a href="#difflib_chg_to5__5">n</a></td><td class="diff_header" id="to5_23">23</td><td nowrap="nowrap">29&nbsp;Leavis&nbsp;has,&nbsp;of&nbsp;course,&nbsp;been&nbsp;widely&nbsp;criticized&nbsp;for&nbsp;the&nbsp;cultural&nbsp;and&nbsp;gender&nbsp;assumptions&nbsp;that&nbsp;lie&nbsp;behind&nbsp;his&nbsp;selection&nbsp;of&nbsp;material&nbsp;to&nbsp;be&nbsp;studied.&nbsp;(See,&nbsp;for&nbsp;example,&nbsp;M.&nbsp;King,&nbsp;The&nbsp;New&nbsp;English&nbsp;Literatures&nbsp;(1980)&nbsp;at&nbsp;216–17<span class="diff_add">&nbsp;</span>.)&nbsp;Whatever&nbsp;the&nbsp;accuracy&nbsp;of&nbsp;these&nbsp;criticisms,&nbsp;they&nbsp;are&nbsp;criticisms&nbsp;of&nbsp;the&nbsp;application&nbsp;of&nbsp;the&nbsp;method&nbsp;rather&nbsp;than&nbsp;the&nbsp;method&nbsp;itself.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_24">24</td><td nowrap="nowrap">30&nbsp;Jurisprudence&nbsp;by&nbsp;Sir&nbsp;John&nbsp;Salmond,&nbsp;ed.&nbsp;G.&nbsp;Willliams&nbsp;(10th&nbsp;<span class="diff_sub">ed</span>.,&nbsp;1947)&nbsp;at&nbsp;256&nbsp;and&nbsp;257.</td><td class="diff_next"></td><td class="diff_header" id="to5_24">24</td><td nowrap="nowrap">30&nbsp;Jurisprudence&nbsp;by&nbsp;Sir&nbsp;John&nbsp;Salmond,&nbsp;ed.&nbsp;G.&nbsp;Willliams&nbsp;(10th&nbsp;.,&nbsp;1947)&nbsp;at&nbsp;256&nbsp;and&nbsp;257.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_25">25</td><td nowrap="nowrap">31&nbsp;So&nbsp;much&nbsp;so&nbsp;that&nbsp;when&nbsp;other&nbsp;disciplines&nbsp;engage&nbsp;with&nbsp;law&nbsp;they&nbsp;must&nbsp;develop&nbsp;their&nbsp;own&nbsp;concepts&nbsp;to&nbsp;analyse&nbsp;law&nbsp;rather&nbsp;than&nbsp;rely&nbsp;on&nbsp;the&nbsp;concepts&nbsp;already&nbsp;developed&nbsp;in&nbsp;law.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;E.&nbsp;Durkheim&nbsp;The&nbsp;Division&nbsp;of&nbsp;Labour&nbsp;in&nbsp;Society&nbsp;(1933)&nbsp;68.</td><td class="diff_next"></td><td class="diff_header" id="to5_25">25</td><td nowrap="nowrap">31&nbsp;So&nbsp;much&nbsp;so&nbsp;that&nbsp;when&nbsp;other&nbsp;disciplines&nbsp;engage&nbsp;with&nbsp;law&nbsp;they&nbsp;must&nbsp;develop&nbsp;their&nbsp;own&nbsp;concepts&nbsp;to&nbsp;analyse&nbsp;law&nbsp;rather&nbsp;than&nbsp;rely&nbsp;on&nbsp;the&nbsp;concepts&nbsp;already&nbsp;developed&nbsp;in&nbsp;law.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;E.&nbsp;Durkheim&nbsp;The&nbsp;Division&nbsp;of&nbsp;Labour&nbsp;in&nbsp;Society&nbsp;(1933)&nbsp;68.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__6"></td><td class="diff_header" id="from5_26">26</td><td nowrap="nowrap">32&nbsp;M.&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;R.&nbsp;Johnstone,&nbsp;The&nbsp;Quiet&nbsp;Revolution:&nbsp;Improving&nbsp;Student&nbsp;Learning&nbsp;in&nbsp;Law&nbsp;(1994)&nbsp;65.&nbsp;On&nbsp;the&nbsp;effect&nbsp;on&nbsp;women&nbsp;students,&nbsp;see&nbsp;‘Define&nbsp;and&nbsp;Empower:&nbsp;Women&nbsp;Students&nbsp;Consider&nbsp;Feminist&nbsp;Learning’&nbsp;(1990)&nbsp;I&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;47&nbsp;at&nbsp;pp.&nbsp;54–55.&nbsp;For&nbsp;a&nbsp;survey&nbsp;of&nbsp;CLS&nbsp;and&nbsp;feminist&nbsp;literature&nbsp;on&nbsp;this&nbsp;general&nbsp;point,&nbsp;see&nbsp;W.&nbsp;Conklin,&nbsp;‘The&nbsp;Invisible&nbsp;Author&nbsp;of&nbsp;Legal&nbsp;Authority’&nbsp;(1996)&nbsp;VII&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;173&nbsp;at&nbsp;pp.&nbsp;173–6.</td><td class="diff_next"></td><td class="diff_header" id="to5_26">26</td><td nowrap="nowrap">32&nbsp;M.&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;R.&nbsp;Johnstone,&nbsp;The&nbsp;Quiet&nbsp;Revolution:&nbsp;Improving&nbsp;Student&nbsp;Learning&nbsp;in&nbsp;Law&nbsp;(1994)&nbsp;65.&nbsp;On&nbsp;the&nbsp;effect&nbsp;on&nbsp;women&nbsp;students,&nbsp;see&nbsp;‘Define&nbsp;and&nbsp;Empower:&nbsp;Women&nbsp;Students&nbsp;Consider&nbsp;Feminist&nbsp;Learning’&nbsp;(1990)&nbsp;I&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;47&nbsp;at&nbsp;pp.&nbsp;54–55.&nbsp;For&nbsp;a&nbsp;survey&nbsp;of&nbsp;CLS&nbsp;and&nbsp;feminist&nbsp;literature&nbsp;on&nbsp;this&nbsp;general&nbsp;point,&nbsp;see&nbsp;W.&nbsp;Conklin,&nbsp;‘The&nbsp;Invisible&nbsp;Author&nbsp;of&nbsp;Legal&nbsp;Authority’&nbsp;(1996)&nbsp;VII&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;173&nbsp;at&nbsp;pp.&nbsp;173–6.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__6">n</a></td><td class="diff_header" id="from5_27">27</td><td nowrap="nowrap">33&nbsp;R.&nbsp;Collier,&nbsp;‘Masculinism,&nbsp;Law&nbsp;and&nbsp;Law&nbsp;Teaching’&nbsp;(1991)&nbsp;19&nbsp;International&nbsp;J.&nbsp;of&nbsp;the&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;427<span class="diff_sub">,</span>&nbsp;at&nbsp;429.</td><td class="diff_next"><a href="#difflib_chg_to5__6">n</a></td><td class="diff_header" id="to5_27">27</td><td nowrap="nowrap">33&nbsp;R.&nbsp;Collier,&nbsp;‘Masculinism,&nbsp;Law&nbsp;and&nbsp;Law&nbsp;Teaching’&nbsp;(1991)&nbsp;19&nbsp;International&nbsp;J.&nbsp;of&nbsp;the&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;427&nbsp;at&nbsp;429.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_28">28</td><td nowrap="nowrap">34&nbsp;P.&nbsp;McAuslan,&nbsp;‘Administrative&nbsp;Law,&nbsp;Collective&nbsp;Consumption&nbsp;and&nbsp;Judicial&nbsp;Policy’&nbsp;(1983)&nbsp;46&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;1<span class="diff_sub">,</span>&nbsp;at&nbsp;8.</td><td class="diff_next"></td><td class="diff_header" id="to5_28">28</td><td nowrap="nowrap">34&nbsp;P.&nbsp;McAuslan,&nbsp;‘Administrative&nbsp;Law,&nbsp;Collective&nbsp;Consumption&nbsp;and&nbsp;Judicial&nbsp;Policy’&nbsp;(1983)&nbsp;46&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;1&nbsp;at&nbsp;8.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_29">29</td><td nowrap="nowrap">35&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;Johnstone,&nbsp;op.&nbsp;cit,&nbsp;n.&nbsp;32,&nbsp;pp.&nbsp;71–5.</td><td class="diff_next"></td><td class="diff_header" id="to5_29">29</td><td nowrap="nowrap">35&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;Johnstone,&nbsp;op.&nbsp;cit,&nbsp;n.&nbsp;32,&nbsp;pp.&nbsp;71–5.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__7"></td><td class="diff_header" id="from5_30">30</td><td nowrap="nowrap">38&nbsp;Goodrich,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;22.</td><td class="diff_next"></td><td class="diff_header" id="to5_30">30</td><td nowrap="nowrap">38&nbsp;Goodrich,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;22.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__7">n</a></td><td class="diff_header" id="from5_31">31</td><td nowrap="nowrap">39&nbsp;P.&nbsp;Samuelson,&nbsp;‘The&nbsp;Convergence&nbsp;of&nbsp;the&nbsp;Law&nbsp;School&nbsp;and&nbsp;the&nbsp;University’&nbsp;(1975)&nbsp;44&nbsp;The&nbsp;Am.&nbsp;Scholar&nbsp;256<span class="diff_sub">,</span>&nbsp;at&nbsp;258.</td><td class="diff_next"><a href="#difflib_chg_to5__7">n</a></td><td class="diff_header" id="to5_31">31</td><td nowrap="nowrap">39&nbsp;P.&nbsp;Samuelson,&nbsp;‘The&nbsp;Convergence&nbsp;of&nbsp;the&nbsp;Law&nbsp;School&nbsp;and&nbsp;the&nbsp;University’&nbsp;(1975)&nbsp;44&nbsp;The&nbsp;Am.&nbsp;Scholar&nbsp;256&nbsp;at&nbsp;258.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__8"></td><td class="diff_header" id="from5_32">32</td><td nowrap="nowrap">40&nbsp;P.&nbsp;Harris&nbsp;and&nbsp;M.&nbsp;Jones&nbsp;‘A&nbsp;Survey&nbsp;of&nbsp;Law&nbsp;Schools&nbsp;in&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;1996’&nbsp;(1997)&nbsp;31&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;38<span class="diff_sub">,</span>&nbsp;at&nbsp;46.</td><td class="diff_next"></td><td class="diff_header" id="to5_32">32</td><td nowrap="nowrap">40&nbsp;P.&nbsp;Harris&nbsp;and&nbsp;M.&nbsp;Jones&nbsp;‘A&nbsp;Survey&nbsp;of&nbsp;Law&nbsp;Schools&nbsp;in&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;1996’&nbsp;(1997)&nbsp;31&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;38&nbsp;at&nbsp;46.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_33">33</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Wilson<span class="diff_sub">&nbsp;</span>,&nbsp;‘A&nbsp;third&nbsp;survey&nbsp;of&nbsp;university&nbsp;legal&nbsp;education’&nbsp;(1993)&nbsp;13&nbsp;Legal&nbsp;Studies&nbsp;143<span class="diff_sub">,</span>&nbsp;at&nbsp;152.</td><td class="diff_next"></td><td class="diff_header" id="to5_33">33</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Wilson,&nbsp;‘A&nbsp;third&nbsp;survey&nbsp;of&nbsp;university&nbsp;legal&nbsp;education’&nbsp;(1993)&nbsp;13&nbsp;Legal&nbsp;Studies&nbsp;143&nbsp;at&nbsp;152.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_34">34</td><td nowrap="nowrap">42&nbsp;Thus,&nbsp;for&nbsp;example,&nbsp;Harris&nbsp;and&nbsp;Jones&nbsp;reported&nbsp;that&nbsp;59.2&nbsp;per&nbsp;cent&nbsp;of&nbsp;all&nbsp;particpating&nbsp;institutions&nbsp;offered&nbsp;foriegn&nbsp;language&nbsp;tuition&nbsp;as&nbsp;part&nbsp;of&nbsp;their&nbsp;standard&nbsp;LLB&nbsp;programme.&nbsp;(Harris&nbsp;and&nbsp;Jones,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;40,&nbsp;at&nbsp;p.&nbsp;54).</td><td class="diff_next"></td><td class="diff_header" id="to5_34">34</td><td nowrap="nowrap">42&nbsp;Thus,&nbsp;for&nbsp;example,&nbsp;Harris&nbsp;and&nbsp;Jones&nbsp;reported&nbsp;that&nbsp;59.2&nbsp;per&nbsp;cent&nbsp;of&nbsp;all&nbsp;particpating&nbsp;institutions&nbsp;offered&nbsp;foriegn&nbsp;language&nbsp;tuition&nbsp;as&nbsp;part&nbsp;of&nbsp;their&nbsp;standard&nbsp;LLB&nbsp;programme.&nbsp;(Harris&nbsp;and&nbsp;Jones,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;40,&nbsp;at&nbsp;p.&nbsp;54).</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__8">n</a></td><td class="diff_header" id="from5_35">35</td><td nowrap="nowrap">43&nbsp;P.&nbsp;Leighton<span class="diff_sub">,&nbsp;T.&nbsp;Mortimer,</span>&nbsp;and&nbsp;N.&nbsp;Whatley,&nbsp;Law&nbsp;Teachers:&nbsp;Lawyers&nbsp;or&nbsp;Academics?&nbsp;(1995)</td><td class="diff_next"><a href="#difflib_chg_to5__8">n</a></td><td class="diff_header" id="to5_35">35</td><td nowrap="nowrap">43&nbsp;<span class="diff_add">T.&nbsp;Mortimer&nbsp;</span>P.&nbsp;Leighton&nbsp;and&nbsp;N.&nbsp;Whatley,&nbsp;Law&nbsp;Teachers:&nbsp;Lawyers&nbsp;or&nbsp;Academics?&nbsp;(1995)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_36">36</td><td nowrap="nowrap">34.&nbsp;This&nbsp;would&nbsp;include&nbsp;teaching&nbsp;both&nbsp;non-law&nbsp;degree&nbsp;students&nbsp;and&nbsp;sub-degree&nbsp;students.&nbsp;44&nbsp;id.,&nbsp;p&nbsp;35</td><td class="diff_next"></td><td class="diff_header" id="to5_36">36</td><td nowrap="nowrap">34.&nbsp;This&nbsp;would&nbsp;include&nbsp;teaching&nbsp;both&nbsp;non-law&nbsp;degree&nbsp;students&nbsp;and&nbsp;sub-degree&nbsp;students.&nbsp;44&nbsp;id.,&nbsp;p&nbsp;35</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__9">n</a></td><td class="diff_header" id="from5_37">37</td><td nowrap="nowrap">45&nbsp;L.&nbsp;Skwarok,&nbsp;‘Business&nbsp;Law&nbsp;for&nbsp;Non-Lawyers:&nbsp;Setting&nbsp;the&nbsp;Stage&nbsp;for&nbsp;Teaching,&nbsp;Learning&nbsp;and&nbsp;Assessment&nbsp;at&nbsp;Hong&nbsp;Kong&nbsp;Polytechnic&nbsp;University’&nbsp;(1995)&nbsp;29&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;189<span class="diff_sub">,</span>&nbsp;at&nbsp;189.</td><td class="diff_next"><a href="#difflib_chg_to5__9">n</a></td><td class="diff_header" id="to5_37">37</td><td nowrap="nowrap">45&nbsp;L.&nbsp;Skwarok,&nbsp;‘Business&nbsp;Law&nbsp;for&nbsp;Non-Lawyers:&nbsp;Setting&nbsp;the&nbsp;Stage&nbsp;for&nbsp;Teaching,&nbsp;Learning&nbsp;and&nbsp;Assessment&nbsp;at&nbsp;Hong&nbsp;Kong&nbsp;Polytechnic&nbsp;University’&nbsp;(1995)&nbsp;29&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;189&nbsp;at&nbsp;189.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_38">38</td><td nowrap="nowrap">46&nbsp;N.&nbsp;Bastin,&nbsp;‘Law,&nbsp;Law&nbsp;Staff&nbsp;and&nbsp;CNAA&nbsp;Business&nbsp;Studies&nbsp;Degree&nbsp;Courses’&nbsp;(1985)&nbsp;19&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;12<span class="diff_sub">,</span>&nbsp;at&nbsp;13.</td><td class="diff_next"></td><td class="diff_header" id="to5_38">38</td><td nowrap="nowrap">46&nbsp;N.&nbsp;Bastin,&nbsp;‘Law,&nbsp;Law&nbsp;Staff&nbsp;and&nbsp;CNAA&nbsp;Business&nbsp;Studies&nbsp;Degree&nbsp;Courses’&nbsp;(1985)&nbsp;19&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;12&nbsp;at&nbsp;13.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_39">39</td><td nowrap="nowrap">47&nbsp;A.&nbsp;Ridley,&nbsp;‘Legal&nbsp;Skills&nbsp;for&nbsp;Non-Law&nbsp;Students:&nbsp;Added&nbsp;Value&nbsp;or&nbsp;Irrelevant&nbsp;Diversion?’&nbsp;(1994)&nbsp;28&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;281<span class="diff_sub">,</span>&nbsp;at&nbsp;282.</td><td class="diff_next"></td><td class="diff_header" id="to5_39">39</td><td nowrap="nowrap">47&nbsp;A.&nbsp;Ridley,&nbsp;‘Legal&nbsp;Skills&nbsp;for&nbsp;Non-Law&nbsp;Students:&nbsp;Added&nbsp;Value&nbsp;or&nbsp;Irrelevant&nbsp;Diversion?’&nbsp;(1994)&nbsp;28&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;281&nbsp;at&nbsp;282.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to5__9"></td><td class="diff_header" id="from5_40">40</td><td nowrap="nowrap">48&nbsp;G.&nbsp;Cartan&nbsp;and&nbsp;T.&nbsp;Vilkinas,&nbsp;‘Legal&nbsp;Literacy&nbsp;for&nbsp;Managers:&nbsp;The&nbsp;Role&nbsp;of&nbsp;the&nbsp;Educator’&nbsp;(1990)&nbsp;24&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;246<span class="diff_sub">,</span>&nbsp;at&nbsp;248.</td><td class="diff_next"></td><td class="diff_header" id="to5_40">40</td><td nowrap="nowrap">48&nbsp;G.&nbsp;Cartan&nbsp;and&nbsp;T.&nbsp;Vilkinas,&nbsp;‘Legal&nbsp;Literacy&nbsp;for&nbsp;Managers:&nbsp;The&nbsp;Role&nbsp;of&nbsp;the&nbsp;Educator’&nbsp;(1990)&nbsp;24&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;246&nbsp;at&nbsp;248.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_41">41</td><td nowrap="nowrap">49&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;at&nbsp;p.&nbsp;284.</td><td class="diff_next"></td><td class="diff_header" id="to5_41">41</td><td nowrap="nowrap">49&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;at&nbsp;p.&nbsp;284.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_42">42</td><td nowrap="nowrap">50&nbsp;This,&nbsp;of&nbsp;course,&nbsp;is&nbsp;not&nbsp;always&nbsp;the&nbsp;case.&nbsp;For&nbsp;example,&nbsp;the&nbsp;BA&nbsp;Economics&nbsp;and&nbsp;Law&nbsp;degree&nbsp;at&nbsp;Leicester&nbsp;has&nbsp;a&nbsp;special&nbsp;course&nbsp;in&nbsp;each&nbsp;year&nbsp;given&nbsp;over&nbsp;to&nbsp;the&nbsp;consideration&nbsp;of&nbsp;the&nbsp;relationship&nbsp;between&nbsp;economics&nbsp;and&nbsp;law.</td><td class="diff_next"></td><td class="diff_header" id="to5_42">42</td><td nowrap="nowrap">50&nbsp;This,&nbsp;of&nbsp;course,&nbsp;is&nbsp;not&nbsp;always&nbsp;the&nbsp;case.&nbsp;For&nbsp;example,&nbsp;the&nbsp;BA&nbsp;Economics&nbsp;and&nbsp;Law&nbsp;degree&nbsp;at&nbsp;Leicester&nbsp;has&nbsp;a&nbsp;special&nbsp;course&nbsp;in&nbsp;each&nbsp;year&nbsp;given&nbsp;over&nbsp;to&nbsp;the&nbsp;consideration&nbsp;of&nbsp;the&nbsp;relationship&nbsp;between&nbsp;economics&nbsp;and&nbsp;law.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_43">43</td><td nowrap="nowrap">51&nbsp;P.&nbsp;Birks,&nbsp;‘Short&nbsp;Cuts’&nbsp;in&nbsp;Pressing&nbsp;Problems&nbsp;in&nbsp;the&nbsp;Law,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1994)&nbsp;10–24.</td><td class="diff_next"></td><td class="diff_header" id="to5_43">43</td><td nowrap="nowrap">51&nbsp;P.&nbsp;Birks,&nbsp;‘Short&nbsp;Cuts’&nbsp;in&nbsp;Pressing&nbsp;Problems&nbsp;in&nbsp;the&nbsp;Law,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1994)&nbsp;10–24.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_44">44</td><td nowrap="nowrap">52&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;p.&nbsp;283.</td><td class="diff_next"></td><td class="diff_header" id="to5_44">44</td><td nowrap="nowrap">52&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;p.&nbsp;283.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to5__top">t</a></td><td class="diff_header" id="from5_45">45</td><td nowrap="nowrap">53&nbsp;Cartan<span class="diff_sub">&nbsp;and</span>&nbsp;Vilkinas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;48,&nbsp;p.&nbsp;248.</td><td class="diff_next"><a href="#difflib_chg_to5__top">t</a></td><td class="diff_header" id="to5_45">45</td><td nowrap="nowrap">53&nbsp;Cartan&nbsp;Vilkinas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;48,&nbsp;p.&nbsp;248.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_46">46</td><td nowrap="nowrap">54&nbsp;P.&nbsp;Harris,&nbsp;‘Curriculum&nbsp;Development&nbsp;in&nbsp;Legal&nbsp;Studies’&nbsp;(1986)&nbsp;20&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;110<span class="diff_sub">,</span>&nbsp;at&nbsp;112.</td><td class="diff_next"></td><td class="diff_header" id="to5_46">46</td><td nowrap="nowrap">54&nbsp;P.&nbsp;Harris,&nbsp;‘Curriculum&nbsp;Development&nbsp;in&nbsp;Legal&nbsp;Studies’&nbsp;(1986)&nbsp;20&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;110&nbsp;at&nbsp;112.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_47">47</td><td nowrap="nowrap">55&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para&nbsp;9.3.</td><td class="diff_next"></td><td class="diff_header" id="to5_47">47</td><td nowrap="nowrap">55&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para&nbsp;9.3.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from5_48">48</td><td nowrap="nowrap">57&nbsp;G.&nbsp;Steiner,&nbsp;Errata:&nbsp;An&nbsp;Examined&nbsp;Life&nbsp;(1997)&nbsp;20.</td><td class="diff_next"></td><td class="diff_header" id="to5_48">48</td><td nowrap="nowrap">57&nbsp;G.&nbsp;Steiner,&nbsp;Errata:&nbsp;An&nbsp;Examined&nbsp;Life&nbsp;(1997)&nbsp;20.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__1"><a href="#difflib_chg_to21__1">n</a></td><td class="diff_header" id="from21_1">1</td><td nowrap="nowrap">1&nbsp;For&nbsp;a&nbsp;contrary&nbsp;view,&nbsp;see&nbsp;G.&nbsp;Jones,&nbsp;‘<span class="diff_sub">&nbsp;</span>“Traditional”&nbsp;Legal&nbsp;Scholarship:&nbsp;a&nbsp;Personal&nbsp;View’&nbsp;in&nbsp;What&nbsp;Are&nbsp;Law&nbsp;Schools&nbsp;For?,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1996)&nbsp;14.</td><td class="diff_next"><a href="#difflib_chg_to21__1">n</a></td><td class="diff_header" id="to21_1">1</td><td nowrap="nowrap">1&nbsp;For&nbsp;a&nbsp;contrary&nbsp;view,&nbsp;see&nbsp;G.&nbsp;Jones,&nbsp;‘“Traditional”&nbsp;Legal&nbsp;Scholarship:&nbsp;a&nbsp;Personal&nbsp;View’&nbsp;in&nbsp;What&nbsp;Are&nbsp;Law&nbsp;Schools&nbsp;For?,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1996)&nbsp;14.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_2">2</td><td nowrap="nowrap">3&nbsp;R.&nbsp;Goff,&nbsp;‘The&nbsp;Search&nbsp;for&nbsp;Principle’&nbsp;(1983)&nbsp;Proceeedings&nbsp;of&nbsp;the&nbsp;British&nbsp;Academy&nbsp;169,&nbsp;at&nbsp;171.&nbsp;This&nbsp;is&nbsp;an&nbsp;amplification&nbsp;of&nbsp;Dicey’s&nbsp;remark&nbsp;that&nbsp;‘[b]y&nbsp;adequate&nbsp;study&nbsp;and&nbsp;careful&nbsp;thought&nbsp;whole&nbsp;departments&nbsp;of&nbsp;law&nbsp;can<span class="diff_chg">&nbsp;.&nbsp;.&nbsp;.</span>&nbsp;be&nbsp;reduced&nbsp;to&nbsp;order&nbsp;and&nbsp;exhibited&nbsp;under&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;few&nbsp;principles&nbsp;which&nbsp;sum&nbsp;up&nbsp;the&nbsp;effect&nbsp;of&nbsp;a&nbsp;hundred&nbsp;cases<span class="diff_chg">&nbsp;.&nbsp;.</span>&nbsp;.’.&nbsp;A.&nbsp;Dicey,&nbsp;Can&nbsp;English&nbsp;Law&nbsp;be&nbsp;taught&nbsp;at&nbsp;the&nbsp;Universities?&nbsp;(1883)&nbsp;20.</td><td class="diff_next"></td><td class="diff_header" id="to21_2">2</td><td nowrap="nowrap">3&nbsp;R.&nbsp;Goff,&nbsp;‘The&nbsp;Search&nbsp;for&nbsp;Principle’&nbsp;(1983)&nbsp;Proceeedings&nbsp;of&nbsp;the&nbsp;British&nbsp;Academy&nbsp;169,&nbsp;at&nbsp;171.&nbsp;This&nbsp;is&nbsp;an&nbsp;amplification&nbsp;of&nbsp;Dicey’s&nbsp;remark&nbsp;that&nbsp;‘[b]y&nbsp;adequate&nbsp;study&nbsp;and&nbsp;careful&nbsp;thought&nbsp;whole&nbsp;departments&nbsp;of&nbsp;law&nbsp;can<span class="diff_chg">.&nbsp;..</span>&nbsp;be&nbsp;reduced&nbsp;to&nbsp;order&nbsp;and&nbsp;exhibited&nbsp;under&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;few&nbsp;principles&nbsp;which&nbsp;sum&nbsp;up&nbsp;the&nbsp;effect&nbsp;of&nbsp;a&nbsp;hundred&nbsp;cases<span class="diff_chg">.&nbsp;.</span>&nbsp;.’.&nbsp;A.&nbsp;Dicey,&nbsp;Can&nbsp;English&nbsp;Law&nbsp;be&nbsp;taught&nbsp;at&nbsp;the&nbsp;Universities?&nbsp;(1883)&nbsp;20.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_3">3</td><td nowrap="nowrap">4&nbsp;J.&nbsp;Smith,&nbsp;The&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(1989)</td><td class="diff_next"></td><td class="diff_header" id="to21_3">3</td><td nowrap="nowrap">4&nbsp;J.&nbsp;Smith,&nbsp;The&nbsp;Law&nbsp;of&nbsp;Contract&nbsp;(1989)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__2"></td><td class="diff_header" id="from21_4">4</td><td nowrap="nowrap">6&nbsp;See,&nbsp;for&nbsp;example,&nbsp;D.&nbsp;Kennedy,&nbsp;‘Form&nbsp;and&nbsp;substance&nbsp;in&nbsp;Private&nbsp;Law&nbsp;Ajudication’&nbsp;(1976)&nbsp;89&nbsp;Harvard&nbsp;Law&nbsp;Rev.&nbsp;1685.</td><td class="diff_next"></td><td class="diff_header" id="to21_4">4</td><td nowrap="nowrap">6&nbsp;See,&nbsp;for&nbsp;example,&nbsp;D.&nbsp;Kennedy,&nbsp;‘Form&nbsp;and&nbsp;substance&nbsp;in&nbsp;Private&nbsp;Law&nbsp;Ajudication’&nbsp;(1976)&nbsp;89&nbsp;Harvard&nbsp;Law&nbsp;Rev.&nbsp;1685.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__2">n</a></td><td class="diff_header" id="from21_5">5</td><td nowrap="nowrap">7&nbsp;B.&nbsp;Hepple,&nbsp;‘The&nbsp;Renewal&nbsp;of&nbsp;the&nbsp;Liberal&nbsp;Law&nbsp;Degree’&nbsp;(1996)&nbsp;Cambridge&nbsp;Law&nbsp;J.&nbsp;470<span class="diff_sub">,</span>&nbsp;at&nbsp;485&nbsp;and&nbsp;481.</td><td class="diff_next"><a href="#difflib_chg_to21__2">n</a></td><td class="diff_header" id="to21_5">5</td><td nowrap="nowrap">7&nbsp;B.&nbsp;Hepple,&nbsp;‘The&nbsp;Renewal&nbsp;of&nbsp;the&nbsp;Liberal&nbsp;Law&nbsp;Degree’&nbsp;(1996)&nbsp;Cambridge&nbsp;Law&nbsp;J.&nbsp;470&nbsp;at&nbsp;485&nbsp;and&nbsp;481.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_6">6</td><td nowrap="nowrap">8&nbsp;P.A.&nbsp;Thomas,&nbsp;‘Introduction’&nbsp;in&nbsp;Socio-Legal&nbsp;Studies,&nbsp;ed.&nbsp;P.A.&nbsp;Thomas&nbsp;(1997)&nbsp;19.</td><td class="diff_next"></td><td class="diff_header" id="to21_6">6</td><td nowrap="nowrap">8&nbsp;P.A.&nbsp;Thomas,&nbsp;‘Introduction’&nbsp;in&nbsp;Socio-Legal&nbsp;Studies,&nbsp;ed.&nbsp;P.A.&nbsp;Thomas&nbsp;(1997)&nbsp;19.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_7">7</td><td nowrap="nowrap">9&nbsp;R.&nbsp;Cotterrell,&nbsp;Law’s&nbsp;Community&nbsp;(1995)&nbsp;296.</td><td class="diff_next"></td><td class="diff_header" id="to21_7">7</td><td nowrap="nowrap">9&nbsp;R.&nbsp;Cotterrell,&nbsp;Law’s&nbsp;Community&nbsp;(1995)&nbsp;296.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_8">8</td><td nowrap="nowrap">10&nbsp;Socio-legal&nbsp;studies&nbsp;has&nbsp;been&nbsp;defined&nbsp;in&nbsp;many&nbsp;different&nbsp;ways.&nbsp;In&nbsp;this&nbsp;essay&nbsp;the&nbsp;term&nbsp;is&nbsp;taken&nbsp;to&nbsp;indicate&nbsp;the&nbsp;use&nbsp;of&nbsp;ideas&nbsp;‘from&nbsp;other&nbsp;disciplines&nbsp;primarily&nbsp;but&nbsp;not&nbsp;exclusively&nbsp;from&nbsp;within&nbsp;the&nbsp;social&nbsp;science&nbsp;and&nbsp;humanities&nbsp;fields’.&nbsp;S.&nbsp;Wheeler,&nbsp;‘Company&nbsp;Law’&nbsp;in&nbsp;Thomas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;8,&nbsp;at&nbsp;p.&nbsp;285.</td><td class="diff_next"></td><td class="diff_header" id="to21_8">8</td><td nowrap="nowrap">10&nbsp;Socio-legal&nbsp;studies&nbsp;has&nbsp;been&nbsp;defined&nbsp;in&nbsp;many&nbsp;different&nbsp;ways.&nbsp;In&nbsp;this&nbsp;essay&nbsp;the&nbsp;term&nbsp;is&nbsp;taken&nbsp;to&nbsp;indicate&nbsp;the&nbsp;use&nbsp;of&nbsp;ideas&nbsp;‘from&nbsp;other&nbsp;disciplines&nbsp;primarily&nbsp;but&nbsp;not&nbsp;exclusively&nbsp;from&nbsp;within&nbsp;the&nbsp;social&nbsp;science&nbsp;and&nbsp;humanities&nbsp;fields’.&nbsp;S.&nbsp;Wheeler,&nbsp;‘Company&nbsp;Law’&nbsp;in&nbsp;Thomas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;8,&nbsp;at&nbsp;p.&nbsp;285.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__3">n</a></td><td class="diff_header" id="from21_9">9</td><td nowrap="nowrap">11&nbsp;Some&nbsp;fail&nbsp;wholly.&nbsp;It&nbsp;is&nbsp;difficult&nbsp;to&nbsp;see&nbsp;any&nbsp;effect&nbsp;on&nbsp;academic&nbsp;legal&nbsp;education&nbsp;that&nbsp;resulted&nbsp;from<span class="diff_sub">&nbsp;Lady</span>&nbsp;Marre’s&nbsp;report&nbsp;A&nbsp;Time&nbsp;for&nbsp;Change&nbsp;(1988).&nbsp;The&nbsp;Jarratt&nbsp;report&nbsp;on&nbsp;universities&nbsp;produced&nbsp;for&nbsp;the&nbsp;Committee&nbsp;of&nbsp;Vice-Chancellors&nbsp;and&nbsp;Principals&nbsp;(CVCP),&nbsp;Report&nbsp;of&nbsp;the&nbsp;Steering&nbsp;Committee&nbsp;for&nbsp;Efficiency&nbsp;studies&nbsp;in&nbsp;Universities&nbsp;(1988),&nbsp;produced&nbsp;much&nbsp;comment&nbsp;but&nbsp;little&nbsp;action.&nbsp;Even&nbsp;those&nbsp;that&nbsp;are&nbsp;thought&nbsp;of&nbsp;as&nbsp;being&nbsp;a&nbsp;success&nbsp;are&nbsp;not&nbsp;wholly&nbsp;implemented.&nbsp;Despite&nbsp;Ormrod’s&nbsp;recommendations&nbsp;no&nbsp;Institute&nbsp;of&nbsp;Profesional&nbsp;Legal&nbsp;Studies&nbsp;was&nbsp;set&nbsp;up&nbsp;and&nbsp;the&nbsp;universities&nbsp;and&nbsp;colleges&nbsp;of&nbsp;higher&nbsp;education&nbsp;did&nbsp;not&nbsp;take&nbsp;sole&nbsp;responsibility&nbsp;for&nbsp;vocational&nbsp;legal&nbsp;training&nbsp;(Report&nbsp;of&nbsp;the&nbsp;Committee&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;(1971;&nbsp;Cmnd&nbsp;4595)&nbsp;ch.&nbsp;9<span class="diff_sub">,</span>&nbsp;recs.&nbsp;40&nbsp;and&nbsp;23).&nbsp;There&nbsp;were&nbsp;also&nbsp;other&nbsp;recommendations&nbsp;that&nbsp;were&nbsp;not&nbsp;implemented.&nbsp;The&nbsp;Robbins&nbsp;report&nbsp;on&nbsp;higher&nbsp;education,&nbsp;Higher&nbsp;Education&nbsp;(1963;&nbsp;Cmnd.&nbsp;2154)&nbsp;took&nbsp;it&nbsp;is&nbsp;axiomatic&nbsp;that&nbsp;‘courses&nbsp;of&nbsp;higher&nbsp;education&nbsp;should&nbsp;be&nbsp;available&nbsp;for&nbsp;all&nbsp;those&nbsp;who&nbsp;are&nbsp;qualified&nbsp;by&nbsp;ability&nbsp;and&nbsp;attainment&nbsp;to&nbsp;pursue&nbsp;them&nbsp;and&nbsp;wish&nbsp;to&nbsp;do&nbsp;so’&nbsp;(para.&nbsp;31).<span class="diff_sub">&nbsp;This&nbsp;has&nbsp;yet&nbsp;to&nbsp;happen.</span></td><td class="diff_next"><a href="#difflib_chg_to21__3">n</a></td><td class="diff_header" id="to21_9">9</td><td nowrap="nowrap">11&nbsp;Some&nbsp;fail&nbsp;wholly.&nbsp;It&nbsp;is&nbsp;difficult&nbsp;to&nbsp;see&nbsp;any&nbsp;effect&nbsp;on&nbsp;academic&nbsp;legal&nbsp;education&nbsp;that&nbsp;resulted&nbsp;from&nbsp;Marre’s&nbsp;report&nbsp;A&nbsp;Time&nbsp;for&nbsp;Change&nbsp;(1988).&nbsp;The&nbsp;Jarratt&nbsp;report&nbsp;on&nbsp;universities&nbsp;produced&nbsp;for&nbsp;the&nbsp;Committee&nbsp;of&nbsp;Vice-Chancellors&nbsp;and&nbsp;Principals&nbsp;(CVCP),&nbsp;Report&nbsp;of&nbsp;the&nbsp;Steering&nbsp;Committee&nbsp;for&nbsp;Efficiency&nbsp;studies&nbsp;in&nbsp;Universities&nbsp;(1988),&nbsp;produced&nbsp;much&nbsp;comment&nbsp;but&nbsp;little&nbsp;action.&nbsp;Even&nbsp;those&nbsp;that&nbsp;are&nbsp;thought&nbsp;of&nbsp;as&nbsp;being&nbsp;a&nbsp;success&nbsp;are&nbsp;not&nbsp;wholly&nbsp;implemented.&nbsp;Despite&nbsp;Ormrod’s&nbsp;recommendations&nbsp;no&nbsp;Institute&nbsp;of&nbsp;Profesional&nbsp;Legal&nbsp;Studies&nbsp;was&nbsp;set&nbsp;up&nbsp;and&nbsp;the&nbsp;universities&nbsp;and&nbsp;colleges&nbsp;of&nbsp;higher&nbsp;education&nbsp;did&nbsp;not&nbsp;take&nbsp;sole&nbsp;responsibility&nbsp;for&nbsp;vocational&nbsp;legal&nbsp;training&nbsp;(Report&nbsp;of&nbsp;the&nbsp;Committee&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;(1971;&nbsp;Cmnd&nbsp;4595)&nbsp;ch.&nbsp;9&nbsp;recs.&nbsp;40&nbsp;and&nbsp;23).&nbsp;There&nbsp;were&nbsp;also&nbsp;other&nbsp;recommendations&nbsp;that&nbsp;were&nbsp;not&nbsp;implemented.&nbsp;The&nbsp;Robbins&nbsp;report&nbsp;on&nbsp;higher&nbsp;education,&nbsp;Higher&nbsp;Education&nbsp;(1963;&nbsp;Cmnd.&nbsp;2154)&nbsp;took&nbsp;it&nbsp;is&nbsp;axiomatic&nbsp;that&nbsp;‘courses&nbsp;of&nbsp;higher&nbsp;education&nbsp;should&nbsp;be&nbsp;available&nbsp;for&nbsp;all&nbsp;those&nbsp;who&nbsp;are&nbsp;qualified&nbsp;by&nbsp;ability&nbsp;and&nbsp;attainment&nbsp;to&nbsp;pursue&nbsp;them&nbsp;and&nbsp;wish&nbsp;to&nbsp;do&nbsp;so’&nbsp;(para.&nbsp;31)<span class="diff_add">&nbsp;This&nbsp;has&nbsp;yet&nbsp;to&nbsp;happen</span>.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_10">10</td><td nowrap="nowrap">12&nbsp;<span class="diff_sub">National&nbsp;</span>Committee&nbsp;of&nbsp;Inquiry&nbsp;into&nbsp;Higher&nbsp;Education,&nbsp;Higher&nbsp;Education&nbsp;in&nbsp;the&nbsp;learning&nbsp;society&nbsp;(1997)&nbsp;(the&nbsp;Dearing&nbsp;report);&nbsp;ACLEC,&nbsp;First&nbsp;Report&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;and&nbsp;Training&nbsp;(1996).&nbsp;The&nbsp;Government’s&nbsp;White&nbsp;Paper&nbsp;on&nbsp;further&nbsp;and&nbsp;higher&nbsp;education&nbsp;had&nbsp;not&nbsp;been&nbsp;published&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;writing&nbsp;this&nbsp;essay.&nbsp;<span class="diff_sub">13&nbsp;</span>ACLEC,&nbsp;id.,&nbsp;para&nbsp;4.6.</td><td class="diff_next"></td><td class="diff_header" id="to21_10">10</td><td nowrap="nowrap">12&nbsp;Committee&nbsp;of&nbsp;Inquiry&nbsp;into&nbsp;Higher&nbsp;Education,&nbsp;Higher&nbsp;Education&nbsp;in&nbsp;the&nbsp;learning&nbsp;society&nbsp;(1997)&nbsp;(the&nbsp;Dearing&nbsp;report);&nbsp;ACLEC,&nbsp;First&nbsp;Report&nbsp;on&nbsp;Legal&nbsp;Education&nbsp;and&nbsp;Training&nbsp;(1996).&nbsp;The&nbsp;Government’s&nbsp;White&nbsp;Paper&nbsp;on&nbsp;further&nbsp;and&nbsp;higher&nbsp;education&nbsp;had&nbsp;not&nbsp;been&nbsp;published&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;writing&nbsp;this&nbsp;essay.&nbsp;ACLEC,&nbsp;id.,&nbsp;para&nbsp;4.6.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_11">11</td><td nowrap="nowrap">14&nbsp;ACLEC’s&nbsp;proposal&nbsp;is&nbsp;part&nbsp;of&nbsp;an&nbsp;historical&nbsp;process&nbsp;which&nbsp;has&nbsp;gradually&nbsp;seen&nbsp;English&nbsp;university&nbsp;law&nbsp;schools&nbsp;distance&nbsp;themselves&nbsp;from&nbsp;the&nbsp;legal&nbsp;professions&nbsp;and&nbsp;the&nbsp;legal&nbsp;professions&nbsp;propose&nbsp;decreasing&nbsp;degrees&nbsp;of&nbsp;control&nbsp;over&nbsp;the&nbsp;content&nbsp;of&nbsp;law&nbsp;degrees.&nbsp;(See&nbsp;A.&nbsp;Bradney&nbsp;and&nbsp;F.&nbsp;Cownie,&nbsp;‘Working&nbsp;on&nbsp;the&nbsp;Chain&nbsp;Gang?’&nbsp;(1996)&nbsp;2&nbsp;Contemporary&nbsp;Issues&nbsp;in&nbsp;Law&nbsp;15<span class="diff_chg">,&nbsp;at</span>&nbsp;24–6).</td><td class="diff_next"></td><td class="diff_header" id="to21_11">11</td><td nowrap="nowrap">14&nbsp;ACLEC’s&nbsp;proposal&nbsp;is&nbsp;part&nbsp;of&nbsp;an&nbsp;historical&nbsp;process&nbsp;which&nbsp;has&nbsp;gradually&nbsp;seen&nbsp;English&nbsp;university&nbsp;law&nbsp;schools&nbsp;distance&nbsp;themselves&nbsp;from&nbsp;the&nbsp;legal&nbsp;professions&nbsp;and&nbsp;the&nbsp;legal&nbsp;professions&nbsp;propose&nbsp;decreasing&nbsp;degrees&nbsp;of&nbsp;control&nbsp;over&nbsp;the&nbsp;content&nbsp;of&nbsp;law&nbsp;degrees.&nbsp;(See&nbsp;A.&nbsp;Bradney&nbsp;and&nbsp;F.&nbsp;Cownie,&nbsp;‘Working&nbsp;on&nbsp;the&nbsp;Chain&nbsp;Gang?’&nbsp;(1996)&nbsp;2&nbsp;Contemporary&nbsp;Issues&nbsp;in&nbsp;Law&nbsp;15<span class="diff_chg">&nbsp;at</span>&nbsp;24–6).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_12">12</td><td nowrap="nowrap">15&nbsp;J.&nbsp;MacFarlane<span class="diff_sub">,&nbsp;M.&nbsp;Jeeves,</span>&nbsp;and&nbsp;A.&nbsp;Boon,&nbsp;‘Education&nbsp;for&nbsp;Life&nbsp;or&nbsp;for&nbsp;Work?’&nbsp;(1987)&nbsp;137&nbsp;New&nbsp;Law&nbsp;J.&nbsp;835<span class="diff_sub">,</span>&nbsp;at&nbsp;836.</td><td class="diff_next"></td><td class="diff_header" id="to21_12">12</td><td nowrap="nowrap">15&nbsp;<span class="diff_add">M.&nbsp;Jeeves&nbsp;</span>J.&nbsp;MacFarlane&nbsp;and&nbsp;A.&nbsp;Boon,&nbsp;‘Education&nbsp;for&nbsp;Life&nbsp;or&nbsp;for&nbsp;Work?’&nbsp;(1987)&nbsp;137&nbsp;New&nbsp;Law&nbsp;J.&nbsp;835&nbsp;at&nbsp;836.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_13">13</td><td nowrap="nowrap">16&nbsp;T.H.&nbsp;Huxley,&nbsp;‘Universities:&nbsp;Actual&nbsp;and&nbsp;Ideal’&nbsp;in&nbsp;T.H.&nbsp;Huxley,&nbsp;Collected&nbsp;Essays:&nbsp;Volume&nbsp;III&nbsp;(1905)&nbsp;215.</td><td class="diff_next"></td><td class="diff_header" id="to21_13">13</td><td nowrap="nowrap">16&nbsp;T.H.&nbsp;Huxley,&nbsp;‘Universities:&nbsp;Actual&nbsp;and&nbsp;Ideal’&nbsp;in&nbsp;T.H.&nbsp;Huxley,&nbsp;Collected&nbsp;Essays:&nbsp;Volume&nbsp;III&nbsp;(1905)&nbsp;215.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__3"></td><td class="diff_header" id="from21_14">14</td><td nowrap="nowrap">17&nbsp;J.S.&nbsp;Mill,&nbsp;‘Inaugural&nbsp;address&nbsp;to&nbsp;the&nbsp;University&nbsp;of&nbsp;St&nbsp;Andrews’&nbsp;in&nbsp;Collected&nbsp;Work&nbsp;of&nbsp;John&nbsp;Stuart&nbsp;Mill:&nbsp;Volume&nbsp;XXI,&nbsp;ed.&nbsp;J.M.&nbsp;Robson&nbsp;(1984)&nbsp;218.</td><td class="diff_next"></td><td class="diff_header" id="to21_14">14</td><td nowrap="nowrap">17&nbsp;J.S.&nbsp;Mill,&nbsp;‘Inaugural&nbsp;address&nbsp;to&nbsp;the&nbsp;University&nbsp;of&nbsp;St&nbsp;Andrews’&nbsp;in&nbsp;Collected&nbsp;Work&nbsp;of&nbsp;John&nbsp;Stuart&nbsp;Mill:&nbsp;Volume&nbsp;XXI,&nbsp;ed.&nbsp;J.M.&nbsp;Robson&nbsp;(1984)&nbsp;218.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_15">15</td><td nowrap="nowrap">18&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para.&nbsp;9.32.</td><td class="diff_next"></td><td class="diff_header" id="to21_15">15</td><td nowrap="nowrap">18&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para.&nbsp;9.32.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_16">16</td><td nowrap="nowrap">19&nbsp;id.,&nbsp;para.&nbsp;5.11.</td><td class="diff_next"></td><td class="diff_header" id="to21_16">16</td><td nowrap="nowrap">19&nbsp;id.,&nbsp;para.&nbsp;5.11.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_17">17</td><td nowrap="nowrap">20&nbsp;F.R.&nbsp;Leavis,&nbsp;Education&nbsp;and&nbsp;the&nbsp;University&nbsp;(1948)&nbsp;28.&nbsp;Leavis’s&nbsp;view&nbsp;was&nbsp;narrowly&nbsp;nationalistic.&nbsp;For&nbsp;‘centre’&nbsp;it&nbsp;would&nbsp;be&nbsp;better&nbsp;to&nbsp;substitute&nbsp;‘centres’.</td><td class="diff_next"></td><td class="diff_header" id="to21_17">17</td><td nowrap="nowrap">20&nbsp;F.R.&nbsp;Leavis,&nbsp;Education&nbsp;and&nbsp;the&nbsp;University&nbsp;(1948)&nbsp;28.&nbsp;Leavis’s&nbsp;view&nbsp;was&nbsp;narrowly&nbsp;nationalistic.&nbsp;For&nbsp;‘centre’&nbsp;it&nbsp;would&nbsp;be&nbsp;better&nbsp;to&nbsp;substitute&nbsp;‘centres’.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__4"></td><td class="diff_header" id="from21_18">18</td><td nowrap="nowrap">21&nbsp;See,&nbsp;further,&nbsp;A.&nbsp;Bradney,&nbsp;‘Liberalising&nbsp;Legal&nbsp;Education’&nbsp;in&nbsp;The&nbsp;Law&nbsp;School:&nbsp;Global&nbsp;Issues,&nbsp;Local&nbsp;Questions,&nbsp;ed.&nbsp;F.&nbsp;Cownie&nbsp;(forthcoming).</td><td class="diff_next"></td><td class="diff_header" id="to21_18">18</td><td nowrap="nowrap">21&nbsp;See,&nbsp;further,&nbsp;A.&nbsp;Bradney,&nbsp;‘Liberalising&nbsp;Legal&nbsp;Education’&nbsp;in&nbsp;The&nbsp;Law&nbsp;School:&nbsp;Global&nbsp;Issues,&nbsp;Local&nbsp;Questions,&nbsp;ed.&nbsp;F.&nbsp;Cownie&nbsp;(forthcoming).</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__4">n</a></td><td class="diff_header" id="from21_19">19</td><td nowrap="nowrap">22&nbsp;P.&nbsp;Goodrich<span class="diff_sub">,</span>&nbsp;‘<span class="diff_sub">&nbsp;</span>Of&nbsp;Blackstone’s&nbsp;Tower:&nbsp;Metephors&nbsp;of&nbsp;Distance&nbsp;and&nbsp;Histories&nbsp;of&nbsp;the&nbsp;English&nbsp;Law&nbsp;School’&nbsp;in&nbsp;Birks,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;1,&nbsp;p.&nbsp;59.&nbsp;23&nbsp;S.&nbsp;Turow,&nbsp;One&nbsp;L&nbsp;(1977)&nbsp;106.</td><td class="diff_next"><a href="#difflib_chg_to21__4">n</a></td><td class="diff_header" id="to21_19">19</td><td nowrap="nowrap">22&nbsp;P.&nbsp;Goodrich&nbsp;‘Of&nbsp;Blackstone’s&nbsp;Tower:&nbsp;Metephors&nbsp;of&nbsp;Distance&nbsp;and&nbsp;Histories&nbsp;of&nbsp;the&nbsp;English&nbsp;Law&nbsp;School’&nbsp;in&nbsp;Birks,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;1,&nbsp;p.&nbsp;59.&nbsp;23&nbsp;S.&nbsp;Turow,&nbsp;One&nbsp;L&nbsp;(1977)&nbsp;106.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_20">20</td><td nowrap="nowrap">24&nbsp;O.&nbsp;Kahn-Freund,&nbsp;‘Reflections&nbsp;on&nbsp;Legal&nbsp;Education’&nbsp;(1966)&nbsp;29&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;121<span class="diff_sub">,</span>&nbsp;at&nbsp;129.</td><td class="diff_next"></td><td class="diff_header" id="to21_20">20</td><td nowrap="nowrap">24&nbsp;O.&nbsp;Kahn-Freund,&nbsp;‘Reflections&nbsp;on&nbsp;Legal&nbsp;Education’&nbsp;(1966)&nbsp;29&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;121&nbsp;at&nbsp;129.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_21">21</td><td nowrap="nowrap">25&nbsp;Kahn-Freund&nbsp;believed&nbsp;...&nbsp;legal&nbsp;argument&nbsp;(Kahn-Freund,&nbsp;id.).</td><td class="diff_next"></td><td class="diff_header" id="to21_21">21</td><td nowrap="nowrap">25&nbsp;Kahn-Freund&nbsp;believed&nbsp;...&nbsp;legal&nbsp;argument&nbsp;(Kahn-Freund,&nbsp;id.).</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__5"></td><td class="diff_header" id="from21_22">22</td><td nowrap="nowrap">26&nbsp;Leavis,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;20,&nbsp;p.&nbsp;120.</td><td class="diff_next"></td><td class="diff_header" id="to21_22">22</td><td nowrap="nowrap">26&nbsp;Leavis,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;20,&nbsp;p.&nbsp;120.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__5">n</a></td><td class="diff_header" id="from21_23">23</td><td nowrap="nowrap">29&nbsp;Leavis&nbsp;has,&nbsp;of&nbsp;course,&nbsp;been&nbsp;widely&nbsp;criticized&nbsp;for&nbsp;the&nbsp;cultural&nbsp;and&nbsp;gender&nbsp;assumptions&nbsp;that&nbsp;lie&nbsp;behind&nbsp;his&nbsp;selection&nbsp;of&nbsp;material&nbsp;to&nbsp;be&nbsp;studied.&nbsp;(See,&nbsp;for&nbsp;example,&nbsp;M.&nbsp;King,&nbsp;The&nbsp;New&nbsp;English&nbsp;Literatures&nbsp;(1980)&nbsp;at&nbsp;216–17.)&nbsp;Whatever&nbsp;the&nbsp;accuracy&nbsp;of&nbsp;these&nbsp;criticisms,&nbsp;they&nbsp;are&nbsp;criticisms&nbsp;of&nbsp;the&nbsp;application&nbsp;of&nbsp;the&nbsp;method&nbsp;rather&nbsp;than&nbsp;the&nbsp;method&nbsp;itself.</td><td class="diff_next"><a href="#difflib_chg_to21__5">n</a></td><td class="diff_header" id="to21_23">23</td><td nowrap="nowrap">29&nbsp;Leavis&nbsp;has,&nbsp;of&nbsp;course,&nbsp;been&nbsp;widely&nbsp;criticized&nbsp;for&nbsp;the&nbsp;cultural&nbsp;and&nbsp;gender&nbsp;assumptions&nbsp;that&nbsp;lie&nbsp;behind&nbsp;his&nbsp;selection&nbsp;of&nbsp;material&nbsp;to&nbsp;be&nbsp;studied.&nbsp;(See,&nbsp;for&nbsp;example,&nbsp;M.&nbsp;King,&nbsp;The&nbsp;New&nbsp;English&nbsp;Literatures&nbsp;(1980)&nbsp;at&nbsp;216–17<span class="diff_add">&nbsp;</span>.)&nbsp;Whatever&nbsp;the&nbsp;accuracy&nbsp;of&nbsp;these&nbsp;criticisms,&nbsp;they&nbsp;are&nbsp;criticisms&nbsp;of&nbsp;the&nbsp;application&nbsp;of&nbsp;the&nbsp;method&nbsp;rather&nbsp;than&nbsp;the&nbsp;method&nbsp;itself.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_24">24</td><td nowrap="nowrap">30&nbsp;Jurisprudence&nbsp;by&nbsp;Sir&nbsp;John&nbsp;Salmond,&nbsp;ed.&nbsp;G.&nbsp;Willliams&nbsp;(10th&nbsp;<span class="diff_sub">ed</span>.,&nbsp;1947)&nbsp;at&nbsp;256&nbsp;and&nbsp;257.</td><td class="diff_next"></td><td class="diff_header" id="to21_24">24</td><td nowrap="nowrap">30&nbsp;Jurisprudence&nbsp;by&nbsp;Sir&nbsp;John&nbsp;Salmond,&nbsp;ed.&nbsp;G.&nbsp;Willliams&nbsp;(10th&nbsp;.,&nbsp;1947)&nbsp;at&nbsp;256&nbsp;and&nbsp;257.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_25">25</td><td nowrap="nowrap">31&nbsp;So&nbsp;much&nbsp;so&nbsp;that&nbsp;when&nbsp;other&nbsp;disciplines&nbsp;engage&nbsp;with&nbsp;law&nbsp;they&nbsp;must&nbsp;develop&nbsp;their&nbsp;own&nbsp;concepts&nbsp;to&nbsp;analyse&nbsp;law&nbsp;rather&nbsp;than&nbsp;rely&nbsp;on&nbsp;the&nbsp;concepts&nbsp;already&nbsp;developed&nbsp;in&nbsp;law.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;E.&nbsp;Durkheim&nbsp;The&nbsp;Division&nbsp;of&nbsp;Labour&nbsp;in&nbsp;Society&nbsp;(1933)&nbsp;68.</td><td class="diff_next"></td><td class="diff_header" id="to21_25">25</td><td nowrap="nowrap">31&nbsp;So&nbsp;much&nbsp;so&nbsp;that&nbsp;when&nbsp;other&nbsp;disciplines&nbsp;engage&nbsp;with&nbsp;law&nbsp;they&nbsp;must&nbsp;develop&nbsp;their&nbsp;own&nbsp;concepts&nbsp;to&nbsp;analyse&nbsp;law&nbsp;rather&nbsp;than&nbsp;rely&nbsp;on&nbsp;the&nbsp;concepts&nbsp;already&nbsp;developed&nbsp;in&nbsp;law.&nbsp;See,&nbsp;for&nbsp;example,&nbsp;E.&nbsp;Durkheim&nbsp;The&nbsp;Division&nbsp;of&nbsp;Labour&nbsp;in&nbsp;Society&nbsp;(1933)&nbsp;68.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__6"></td><td class="diff_header" id="from21_26">26</td><td nowrap="nowrap">32&nbsp;M.&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;R.&nbsp;Johnstone,&nbsp;The&nbsp;Quiet&nbsp;Revolution:&nbsp;Improving&nbsp;Student&nbsp;Learning&nbsp;in&nbsp;Law&nbsp;(1994)&nbsp;65.&nbsp;On&nbsp;the&nbsp;effect&nbsp;on&nbsp;women&nbsp;students,&nbsp;see&nbsp;‘Define&nbsp;and&nbsp;Empower:&nbsp;Women&nbsp;Students&nbsp;Consider&nbsp;Feminist&nbsp;Learning’&nbsp;(1990)&nbsp;I&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;47&nbsp;at&nbsp;pp.&nbsp;54–55.&nbsp;For&nbsp;a&nbsp;survey&nbsp;of&nbsp;CLS&nbsp;and&nbsp;feminist&nbsp;literature&nbsp;on&nbsp;this&nbsp;general&nbsp;point,&nbsp;see&nbsp;W.&nbsp;Conklin,&nbsp;‘The&nbsp;Invisible&nbsp;Author&nbsp;of&nbsp;Legal&nbsp;Authority’&nbsp;(1996)&nbsp;VII&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;173&nbsp;at&nbsp;pp.&nbsp;173–6.</td><td class="diff_next"></td><td class="diff_header" id="to21_26">26</td><td nowrap="nowrap">32&nbsp;M.&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;R.&nbsp;Johnstone,&nbsp;The&nbsp;Quiet&nbsp;Revolution:&nbsp;Improving&nbsp;Student&nbsp;Learning&nbsp;in&nbsp;Law&nbsp;(1994)&nbsp;65.&nbsp;On&nbsp;the&nbsp;effect&nbsp;on&nbsp;women&nbsp;students,&nbsp;see&nbsp;‘Define&nbsp;and&nbsp;Empower:&nbsp;Women&nbsp;Students&nbsp;Consider&nbsp;Feminist&nbsp;Learning’&nbsp;(1990)&nbsp;I&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;47&nbsp;at&nbsp;pp.&nbsp;54–55.&nbsp;For&nbsp;a&nbsp;survey&nbsp;of&nbsp;CLS&nbsp;and&nbsp;feminist&nbsp;literature&nbsp;on&nbsp;this&nbsp;general&nbsp;point,&nbsp;see&nbsp;W.&nbsp;Conklin,&nbsp;‘The&nbsp;Invisible&nbsp;Author&nbsp;of&nbsp;Legal&nbsp;Authority’&nbsp;(1996)&nbsp;VII&nbsp;Law&nbsp;and&nbsp;Critique&nbsp;173&nbsp;at&nbsp;pp.&nbsp;173–6.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__6">n</a></td><td class="diff_header" id="from21_27">27</td><td nowrap="nowrap">33&nbsp;R.&nbsp;Collier,&nbsp;‘Masculinism,&nbsp;Law&nbsp;and&nbsp;Law&nbsp;Teaching’&nbsp;(1991)&nbsp;19&nbsp;International&nbsp;J.&nbsp;of&nbsp;the&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;427<span class="diff_sub">,</span>&nbsp;at&nbsp;429.</td><td class="diff_next"><a href="#difflib_chg_to21__6">n</a></td><td class="diff_header" id="to21_27">27</td><td nowrap="nowrap">33&nbsp;R.&nbsp;Collier,&nbsp;‘Masculinism,&nbsp;Law&nbsp;and&nbsp;Law&nbsp;Teaching’&nbsp;(1991)&nbsp;19&nbsp;International&nbsp;J.&nbsp;of&nbsp;the&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;427&nbsp;at&nbsp;429.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_28">28</td><td nowrap="nowrap">34&nbsp;P.&nbsp;McAuslan,&nbsp;‘Administrative&nbsp;Law,&nbsp;Collective&nbsp;Consumption&nbsp;and&nbsp;Judicial&nbsp;Policy’&nbsp;(1983)&nbsp;46&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;1<span class="diff_sub">,</span>&nbsp;at&nbsp;8.</td><td class="diff_next"></td><td class="diff_header" id="to21_28">28</td><td nowrap="nowrap">34&nbsp;P.&nbsp;McAuslan,&nbsp;‘Administrative&nbsp;Law,&nbsp;Collective&nbsp;Consumption&nbsp;and&nbsp;Judicial&nbsp;Policy’&nbsp;(1983)&nbsp;46&nbsp;Modern&nbsp;Law&nbsp;Rev.&nbsp;1&nbsp;at&nbsp;8.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_29">29</td><td nowrap="nowrap">35&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;Johnstone,&nbsp;op.&nbsp;cit,&nbsp;n.&nbsp;32,&nbsp;pp.&nbsp;71–5.</td><td class="diff_next"></td><td class="diff_header" id="to21_29">29</td><td nowrap="nowrap">35&nbsp;Le&nbsp;Brun&nbsp;and&nbsp;Johnstone,&nbsp;op.&nbsp;cit,&nbsp;n.&nbsp;32,&nbsp;pp.&nbsp;71–5.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__7"></td><td class="diff_header" id="from21_30">30</td><td nowrap="nowrap">38&nbsp;Goodrich,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;22.</td><td class="diff_next"></td><td class="diff_header" id="to21_30">30</td><td nowrap="nowrap">38&nbsp;Goodrich,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;22.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__7">n</a></td><td class="diff_header" id="from21_31">31</td><td nowrap="nowrap">39&nbsp;P.&nbsp;Samuelson,&nbsp;‘The&nbsp;Convergence&nbsp;of&nbsp;the&nbsp;Law&nbsp;School&nbsp;and&nbsp;the&nbsp;University’&nbsp;(1975)&nbsp;44&nbsp;The&nbsp;Am.&nbsp;Scholar&nbsp;256<span class="diff_sub">,</span>&nbsp;at&nbsp;258.</td><td class="diff_next"><a href="#difflib_chg_to21__7">n</a></td><td class="diff_header" id="to21_31">31</td><td nowrap="nowrap">39&nbsp;P.&nbsp;Samuelson,&nbsp;‘The&nbsp;Convergence&nbsp;of&nbsp;the&nbsp;Law&nbsp;School&nbsp;and&nbsp;the&nbsp;University’&nbsp;(1975)&nbsp;44&nbsp;The&nbsp;Am.&nbsp;Scholar&nbsp;256&nbsp;at&nbsp;258.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__8"></td><td class="diff_header" id="from21_32">32</td><td nowrap="nowrap">40&nbsp;P.&nbsp;Harris&nbsp;and&nbsp;M.&nbsp;Jones&nbsp;‘A&nbsp;Survey&nbsp;of&nbsp;Law&nbsp;Schools&nbsp;in&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;1996’&nbsp;(1997)&nbsp;31&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;38<span class="diff_sub">,</span>&nbsp;at&nbsp;46.</td><td class="diff_next"></td><td class="diff_header" id="to21_32">32</td><td nowrap="nowrap">40&nbsp;P.&nbsp;Harris&nbsp;and&nbsp;M.&nbsp;Jones&nbsp;‘A&nbsp;Survey&nbsp;of&nbsp;Law&nbsp;Schools&nbsp;in&nbsp;the&nbsp;United&nbsp;Kingdom,&nbsp;1996’&nbsp;(1997)&nbsp;31&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;38&nbsp;at&nbsp;46.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_33">33</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Wilson<span class="diff_sub">&nbsp;</span>,&nbsp;‘A&nbsp;third&nbsp;survey&nbsp;of&nbsp;university&nbsp;legal&nbsp;education’&nbsp;(1993)&nbsp;13&nbsp;Legal&nbsp;Studies&nbsp;143<span class="diff_sub">,</span>&nbsp;at&nbsp;152.</td><td class="diff_next"></td><td class="diff_header" id="to21_33">33</td><td nowrap="nowrap">41&nbsp;J.&nbsp;Wilson,&nbsp;‘A&nbsp;third&nbsp;survey&nbsp;of&nbsp;university&nbsp;legal&nbsp;education’&nbsp;(1993)&nbsp;13&nbsp;Legal&nbsp;Studies&nbsp;143&nbsp;at&nbsp;152.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_34">34</td><td nowrap="nowrap">42&nbsp;Thus,&nbsp;for&nbsp;example,&nbsp;Harris&nbsp;and&nbsp;Jones&nbsp;reported&nbsp;that&nbsp;59.2&nbsp;per&nbsp;cent&nbsp;of&nbsp;all&nbsp;particpating&nbsp;institutions&nbsp;offered&nbsp;foriegn&nbsp;language&nbsp;tuition&nbsp;as&nbsp;part&nbsp;of&nbsp;their&nbsp;standard&nbsp;LLB&nbsp;programme.&nbsp;(Harris&nbsp;and&nbsp;Jones,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;40,&nbsp;at&nbsp;p.&nbsp;54).</td><td class="diff_next"></td><td class="diff_header" id="to21_34">34</td><td nowrap="nowrap">42&nbsp;Thus,&nbsp;for&nbsp;example,&nbsp;Harris&nbsp;and&nbsp;Jones&nbsp;reported&nbsp;that&nbsp;59.2&nbsp;per&nbsp;cent&nbsp;of&nbsp;all&nbsp;particpating&nbsp;institutions&nbsp;offered&nbsp;foriegn&nbsp;language&nbsp;tuition&nbsp;as&nbsp;part&nbsp;of&nbsp;their&nbsp;standard&nbsp;LLB&nbsp;programme.&nbsp;(Harris&nbsp;and&nbsp;Jones,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;40,&nbsp;at&nbsp;p.&nbsp;54).</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__8">n</a></td><td class="diff_header" id="from21_35">35</td><td nowrap="nowrap">43&nbsp;P.&nbsp;Leighton<span class="diff_sub">,&nbsp;T.&nbsp;Mortimer,</span>&nbsp;and&nbsp;N.&nbsp;Whatley,&nbsp;Law&nbsp;Teachers:&nbsp;Lawyers&nbsp;or&nbsp;Academics?&nbsp;(1995)</td><td class="diff_next"><a href="#difflib_chg_to21__8">n</a></td><td class="diff_header" id="to21_35">35</td><td nowrap="nowrap">43&nbsp;<span class="diff_add">T.&nbsp;Mortimer&nbsp;</span>P.&nbsp;Leighton&nbsp;and&nbsp;N.&nbsp;Whatley,&nbsp;Law&nbsp;Teachers:&nbsp;Lawyers&nbsp;or&nbsp;Academics?&nbsp;(1995)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_36">36</td><td nowrap="nowrap">34.&nbsp;This&nbsp;would&nbsp;include&nbsp;teaching&nbsp;both&nbsp;non-law&nbsp;degree&nbsp;students&nbsp;and&nbsp;sub-degree&nbsp;students.&nbsp;44&nbsp;id.,&nbsp;p&nbsp;35</td><td class="diff_next"></td><td class="diff_header" id="to21_36">36</td><td nowrap="nowrap">34.&nbsp;This&nbsp;would&nbsp;include&nbsp;teaching&nbsp;both&nbsp;non-law&nbsp;degree&nbsp;students&nbsp;and&nbsp;sub-degree&nbsp;students.&nbsp;44&nbsp;id.,&nbsp;p&nbsp;35</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__9">n</a></td><td class="diff_header" id="from21_37">37</td><td nowrap="nowrap">45&nbsp;L.&nbsp;Skwarok,&nbsp;‘Business&nbsp;Law&nbsp;for&nbsp;Non-Lawyers:&nbsp;Setting&nbsp;the&nbsp;Stage&nbsp;for&nbsp;Teaching,&nbsp;Learning&nbsp;and&nbsp;Assessment&nbsp;at&nbsp;Hong&nbsp;Kong&nbsp;Polytechnic&nbsp;University’&nbsp;(1995)&nbsp;29&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;189<span class="diff_sub">,</span>&nbsp;at&nbsp;189.</td><td class="diff_next"><a href="#difflib_chg_to21__9">n</a></td><td class="diff_header" id="to21_37">37</td><td nowrap="nowrap">45&nbsp;L.&nbsp;Skwarok,&nbsp;‘Business&nbsp;Law&nbsp;for&nbsp;Non-Lawyers:&nbsp;Setting&nbsp;the&nbsp;Stage&nbsp;for&nbsp;Teaching,&nbsp;Learning&nbsp;and&nbsp;Assessment&nbsp;at&nbsp;Hong&nbsp;Kong&nbsp;Polytechnic&nbsp;University’&nbsp;(1995)&nbsp;29&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;189&nbsp;at&nbsp;189.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_38">38</td><td nowrap="nowrap">46&nbsp;N.&nbsp;Bastin,&nbsp;‘Law,&nbsp;Law&nbsp;Staff&nbsp;and&nbsp;CNAA&nbsp;Business&nbsp;Studies&nbsp;Degree&nbsp;Courses’&nbsp;(1985)&nbsp;19&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;12<span class="diff_sub">,</span>&nbsp;at&nbsp;13.</td><td class="diff_next"></td><td class="diff_header" id="to21_38">38</td><td nowrap="nowrap">46&nbsp;N.&nbsp;Bastin,&nbsp;‘Law,&nbsp;Law&nbsp;Staff&nbsp;and&nbsp;CNAA&nbsp;Business&nbsp;Studies&nbsp;Degree&nbsp;Courses’&nbsp;(1985)&nbsp;19&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;12&nbsp;at&nbsp;13.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_39">39</td><td nowrap="nowrap">47&nbsp;A.&nbsp;Ridley,&nbsp;‘Legal&nbsp;Skills&nbsp;for&nbsp;Non-Law&nbsp;Students:&nbsp;Added&nbsp;Value&nbsp;or&nbsp;Irrelevant&nbsp;Diversion?’&nbsp;(1994)&nbsp;28&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;281<span class="diff_sub">,</span>&nbsp;at&nbsp;282.</td><td class="diff_next"></td><td class="diff_header" id="to21_39">39</td><td nowrap="nowrap">47&nbsp;A.&nbsp;Ridley,&nbsp;‘Legal&nbsp;Skills&nbsp;for&nbsp;Non-Law&nbsp;Students:&nbsp;Added&nbsp;Value&nbsp;or&nbsp;Irrelevant&nbsp;Diversion?’&nbsp;(1994)&nbsp;28&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;281&nbsp;at&nbsp;282.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to21__9"></td><td class="diff_header" id="from21_40">40</td><td nowrap="nowrap">48&nbsp;G.&nbsp;Cartan&nbsp;and&nbsp;T.&nbsp;Vilkinas,&nbsp;‘Legal&nbsp;Literacy&nbsp;for&nbsp;Managers:&nbsp;The&nbsp;Role&nbsp;of&nbsp;the&nbsp;Educator’&nbsp;(1990)&nbsp;24&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;246<span class="diff_sub">,</span>&nbsp;at&nbsp;248.</td><td class="diff_next"></td><td class="diff_header" id="to21_40">40</td><td nowrap="nowrap">48&nbsp;G.&nbsp;Cartan&nbsp;and&nbsp;T.&nbsp;Vilkinas,&nbsp;‘Legal&nbsp;Literacy&nbsp;for&nbsp;Managers:&nbsp;The&nbsp;Role&nbsp;of&nbsp;the&nbsp;Educator’&nbsp;(1990)&nbsp;24&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;246&nbsp;at&nbsp;248.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_41">41</td><td nowrap="nowrap">49&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;at&nbsp;p.&nbsp;284.</td><td class="diff_next"></td><td class="diff_header" id="to21_41">41</td><td nowrap="nowrap">49&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;at&nbsp;p.&nbsp;284.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_42">42</td><td nowrap="nowrap">50&nbsp;This,&nbsp;of&nbsp;course,&nbsp;is&nbsp;not&nbsp;always&nbsp;the&nbsp;case.&nbsp;For&nbsp;example,&nbsp;the&nbsp;BA&nbsp;Economics&nbsp;and&nbsp;Law&nbsp;degree&nbsp;at&nbsp;Leicester&nbsp;has&nbsp;a&nbsp;special&nbsp;course&nbsp;in&nbsp;each&nbsp;year&nbsp;given&nbsp;over&nbsp;to&nbsp;the&nbsp;consideration&nbsp;of&nbsp;the&nbsp;relationship&nbsp;between&nbsp;economics&nbsp;and&nbsp;law.</td><td class="diff_next"></td><td class="diff_header" id="to21_42">42</td><td nowrap="nowrap">50&nbsp;This,&nbsp;of&nbsp;course,&nbsp;is&nbsp;not&nbsp;always&nbsp;the&nbsp;case.&nbsp;For&nbsp;example,&nbsp;the&nbsp;BA&nbsp;Economics&nbsp;and&nbsp;Law&nbsp;degree&nbsp;at&nbsp;Leicester&nbsp;has&nbsp;a&nbsp;special&nbsp;course&nbsp;in&nbsp;each&nbsp;year&nbsp;given&nbsp;over&nbsp;to&nbsp;the&nbsp;consideration&nbsp;of&nbsp;the&nbsp;relationship&nbsp;between&nbsp;economics&nbsp;and&nbsp;law.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_43">43</td><td nowrap="nowrap">51&nbsp;P.&nbsp;Birks,&nbsp;‘Short&nbsp;Cuts’&nbsp;in&nbsp;Pressing&nbsp;Problems&nbsp;in&nbsp;the&nbsp;Law,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1994)&nbsp;10–24.</td><td class="diff_next"></td><td class="diff_header" id="to21_43">43</td><td nowrap="nowrap">51&nbsp;P.&nbsp;Birks,&nbsp;‘Short&nbsp;Cuts’&nbsp;in&nbsp;Pressing&nbsp;Problems&nbsp;in&nbsp;the&nbsp;Law,&nbsp;ed.&nbsp;P.&nbsp;Birks&nbsp;(1994)&nbsp;10–24.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_44">44</td><td nowrap="nowrap">52&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;p.&nbsp;283.</td><td class="diff_next"></td><td class="diff_header" id="to21_44">44</td><td nowrap="nowrap">52&nbsp;Ridley,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;47,&nbsp;p.&nbsp;283.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to21__top">t</a></td><td class="diff_header" id="from21_45">45</td><td nowrap="nowrap">53&nbsp;Cartan<span class="diff_sub">&nbsp;and</span>&nbsp;Vilkinas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;48,&nbsp;p.&nbsp;248.</td><td class="diff_next"><a href="#difflib_chg_to21__top">t</a></td><td class="diff_header" id="to21_45">45</td><td nowrap="nowrap">53&nbsp;Cartan&nbsp;Vilkinas,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;48,&nbsp;p.&nbsp;248.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_46">46</td><td nowrap="nowrap">54&nbsp;P.&nbsp;Harris,&nbsp;‘Curriculum&nbsp;Development&nbsp;in&nbsp;Legal&nbsp;Studies’&nbsp;(1986)&nbsp;20&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;110<span class="diff_sub">,</span>&nbsp;at&nbsp;112.</td><td class="diff_next"></td><td class="diff_header" id="to21_46">46</td><td nowrap="nowrap">54&nbsp;P.&nbsp;Harris,&nbsp;‘Curriculum&nbsp;Development&nbsp;in&nbsp;Legal&nbsp;Studies’&nbsp;(1986)&nbsp;20&nbsp;The&nbsp;Law&nbsp;Teacher&nbsp;110&nbsp;at&nbsp;112.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_47">47</td><td nowrap="nowrap">55&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para&nbsp;9.3.</td><td class="diff_next"></td><td class="diff_header" id="to21_47">47</td><td nowrap="nowrap">55&nbsp;Dearing,&nbsp;op.&nbsp;cit.,&nbsp;n.&nbsp;12,&nbsp;para&nbsp;9.3.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from21_48">48</td><td nowrap="nowrap">57&nbsp;G.&nbsp;Steiner,&nbsp;Errata:&nbsp;An&nbsp;Examined&nbsp;Life&nbsp;(1997)&nbsp;20.</td><td class="diff_next"></td><td class="diff_header" id="to21_48">48</td><td nowrap="nowrap">57&nbsp;G.&nbsp;Steiner,&nbsp;Errata:&nbsp;An&nbsp;Examined&nbsp;Life&nbsp;(1997)&nbsp;20.</td></tr>
         </tbody>
     </table>
     <table class="diff" summary="Legends">
diff --git a/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0103.diff.html b/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0103.diff.html
index 2015c83c4226295c96495505bed258f2b8a3e808..9d3145bc49c97353f95b0ef68591015d57651399 100644
--- a/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0103.diff.html
+++ b/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0103.diff.html
@@ -21,74 +21,74 @@
 
 <body>
     
-    <table class="diff" id="difflib_chg_to6__top"
+    <table class="diff" id="difflib_chg_to22__top"
            cellspacing="0" cellpadding="0" rules="groups" >
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         
         <tbody>
-            <tr><td class="diff_next" id="difflib_chg_to6__0"><a href="#difflib_chg_to6__0">f</a></td><td class="diff_header" id="from6_1">1</td><td nowrap="nowrap">1&nbsp;Geiger&nbsp;1964,&nbsp;insbesondere&nbsp;S.&nbsp;65—83.</td><td class="diff_next"><a href="#difflib_chg_to6__0">f</a></td><td class="diff_header" id="to6_1">1</td><td nowrap="nowrap">1&nbsp;Geiger&nbsp;1964,&nbsp;insbesondere&nbsp;S.&nbsp;65—83.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to6__1">n</a></td><td class="diff_header" id="from6_2">2</td><td nowrap="nowrap">2&nbsp;Vgl.&nbsp;Feest<span class="diff_chg">/</span>Blankenburg,&nbsp;1972.&nbsp;Die&nbsp;Konsequenz&nbsp;einer&nbsp;größeren&nbsp;Dunkelziffer&nbsp;bei&nbsp;den&nbsp;von&nbsp;der&nbsp;Polizei&nbsp;selbst&nbsp;entdeckten&nbsp;Straftaten&nbsp;entwickle&nbsp;ich&nbsp;ausführlicher&nbsp;in&nbsp;meinem&nbsp;Beitrag&nbsp;über<span class="diff_sub">&nbsp;</span>,Nichtkriminalisierung&nbsp;als&nbsp;Struktur&nbsp;und&nbsp;Routine',&nbsp;1976.</td><td class="diff_next"><a href="#difflib_chg_to6__1">n</a></td><td class="diff_header" id="to6_2">2</td><td nowrap="nowrap">2&nbsp;Vgl.&nbsp;Feest<span class="diff_chg">&nbsp;</span>Blankenburg,&nbsp;1972.&nbsp;Die&nbsp;Konsequenz&nbsp;einer&nbsp;größeren&nbsp;Dunkelziffer&nbsp;bei&nbsp;den&nbsp;von&nbsp;der&nbsp;Polizei&nbsp;selbst&nbsp;entdeckten&nbsp;Straftaten&nbsp;entwickle&nbsp;ich&nbsp;ausführlicher&nbsp;in&nbsp;meinem&nbsp;Beitrag&nbsp;über,<span class="diff_add">&nbsp;</span>Nichtkriminalisierung&nbsp;als&nbsp;Struktur&nbsp;und&nbsp;Routine<span class="diff_add">&nbsp;</span>',&nbsp;1976.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_3">3</td><td nowrap="nowrap">3&nbsp;Angaben&nbsp;aus&nbsp;einer&nbsp;Befragung&nbsp;von&nbsp;Peter&nbsp;MacNaughton-Smith&nbsp;und&nbsp;Richard&nbsp;Rosellen&nbsp;zur&nbsp;'Bereitschaft&nbsp;zur&nbsp;Anzeigeerstattung'&nbsp;Manuskript&nbsp;<span class="diff_sub">Max-Planck-Institut&nbsp;für&nbsp;Strafrecht,&nbsp;</span>Freiburg&nbsp;1978.&nbsp;Der&nbsp;ausführliche&nbsp;Forschungsbericht&nbsp;von&nbsp;Richard&nbsp;Rosellen&nbsp;erscheint&nbsp;in&nbsp;Kürze&nbsp;unter&nbsp;dem&nbsp;Titel&nbsp;'Private&nbsp;Verbrechenskontrolle&nbsp;—&nbsp;eine&nbsp;empirische&nbsp;Untersuchung&nbsp;zur&nbsp;Anzeigeerstattung',&nbsp;Berlin,&nbsp;voraussichtlich&nbsp;1980.</td><td class="diff_next"></td><td class="diff_header" id="to6_3">3</td><td nowrap="nowrap">3&nbsp;Angaben&nbsp;aus&nbsp;einer&nbsp;Befragung&nbsp;von&nbsp;Peter&nbsp;MacNaughton-Smith&nbsp;und&nbsp;Richard&nbsp;Rosellen&nbsp;zur&nbsp;'<span class="diff_add">&nbsp;</span>Bereitschaft&nbsp;zur&nbsp;Anzeigeerstattung<span class="diff_add">&nbsp;</span>'&nbsp;Manuskript&nbsp;Freiburg&nbsp;1978.&nbsp;Der&nbsp;ausführliche&nbsp;Forschungsbericht&nbsp;von&nbsp;Richard&nbsp;Rosellen&nbsp;erscheint&nbsp;in&nbsp;Kürze&nbsp;unter&nbsp;dem&nbsp;Titel&nbsp;'<span class="diff_add">&nbsp;</span>Private&nbsp;Verbrechenskontrolle&nbsp;—&nbsp;eine&nbsp;empirische&nbsp;Untersuchung&nbsp;zur&nbsp;Anzeigeerstattung<span class="diff_add">&nbsp;</span>',&nbsp;Berlin,&nbsp;voraussichtlich&nbsp;1980.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_4">4</td><td nowrap="nowrap">4&nbsp;Vgl.&nbsp;Blankenburg<span class="diff_chg">/</span>Sessar<span class="diff_chg">/</span>Steffen,&nbsp;1978,&nbsp;S.&nbsp;66-85.</td><td class="diff_next"></td><td class="diff_header" id="to6_4">4</td><td nowrap="nowrap">4&nbsp;Vgl.&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Sessar<span class="diff_chg">&nbsp;</span>Steffen,&nbsp;1978,&nbsp;S.&nbsp;66-85.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__1"></td><td class="diff_header" id="from6_5">5</td><td nowrap="nowrap">5&nbsp;Black&nbsp;1973,&nbsp;S.&nbsp;125&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to6_5">5</td><td nowrap="nowrap">5&nbsp;Black&nbsp;1973,&nbsp;S.&nbsp;125&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_6">6</td><td nowrap="nowrap">6&nbsp;Zur&nbsp;höheren&nbsp;Wahrscheinlichkeit&nbsp;der&nbsp;Normierung&nbsp;von&nbsp;Verhalten&nbsp;in&nbsp;weniger&nbsp;komplexen&nbsp;Beziehungen&nbsp;vgl.&nbsp;die&nbsp;Konflikttheorie&nbsp;von&nbsp;Gessner&nbsp;1976,&nbsp;insbesondere&nbsp;S.&nbsp;170—183.</td><td class="diff_next"></td><td class="diff_header" id="to6_6">6</td><td nowrap="nowrap">6&nbsp;Zur&nbsp;höheren&nbsp;Wahrscheinlichkeit&nbsp;der&nbsp;Normierung&nbsp;von&nbsp;Verhalten&nbsp;in&nbsp;weniger&nbsp;komplexen&nbsp;Beziehungen&nbsp;vgl.&nbsp;die&nbsp;Konflikttheorie&nbsp;von&nbsp;Gessner&nbsp;1976,&nbsp;insbesondere&nbsp;S.&nbsp;170—183.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__2"></td><td class="diff_header" id="from6_7">7</td><td nowrap="nowrap">7&nbsp;Zum&nbsp;Konzept&nbsp;der&nbsp;'Thematisierung&nbsp;von&nbsp;Recht'&nbsp;vgl.&nbsp;Luhmann&nbsp;1980,&nbsp;S.&nbsp;99—112.</td><td class="diff_next"></td><td class="diff_header" id="to6_7">7</td><td nowrap="nowrap">7&nbsp;Zum&nbsp;Konzept&nbsp;der&nbsp;'Thematisierung&nbsp;von&nbsp;Recht'&nbsp;vgl.&nbsp;Luhmann&nbsp;1980,&nbsp;S.&nbsp;99—112.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_8">8</td><td nowrap="nowrap">8&nbsp;Ausführlicher&nbsp;bei&nbsp;Gessner&nbsp;1976</td><td class="diff_next"></td><td class="diff_header" id="to6_8">8</td><td nowrap="nowrap">8&nbsp;Ausführlicher&nbsp;bei&nbsp;Gessner&nbsp;1976</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_9">9</td><td nowrap="nowrap">9&nbsp;Vgl.&nbsp;Schönholz&nbsp;1980.</td><td class="diff_next"></td><td class="diff_header" id="to6_9">9</td><td nowrap="nowrap">9&nbsp;Vgl.&nbsp;Schönholz&nbsp;1980.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__3"><a href="#difflib_chg_to6__2">n</a></td><td class="diff_header" id="from6_10">10</td><td nowrap="nowrap">10&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;64&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to6__2">n</a></td><td class="diff_header" id="to6_10">10</td><td nowrap="nowrap">10&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;64&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_11">11</td><td nowrap="nowrap">11&nbsp;Hilden&nbsp;1976,&nbsp;S.&nbsp;64&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to6_11">11</td><td nowrap="nowrap">11&nbsp;Hilden&nbsp;1976,&nbsp;S.&nbsp;64&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to6__3">n</a></td><td class="diff_header" id="from6_12">12</td><td nowrap="nowrap">12&nbsp;Koch&nbsp;1975,&nbsp;S.&nbsp;75<span class="diff_sub">,</span>&nbsp;der&nbsp;allerdings&nbsp;nur&nbsp;streitige&nbsp;Urteile&nbsp;und&nbsp;Vergleiche&nbsp;untersucht&nbsp;hat.</td><td class="diff_next"><a href="#difflib_chg_to6__3">n</a></td><td class="diff_header" id="to6_12">12</td><td nowrap="nowrap">12&nbsp;Koch&nbsp;1975,&nbsp;S.&nbsp;75&nbsp;der&nbsp;allerdings&nbsp;nur&nbsp;streitige&nbsp;Urteile&nbsp;und&nbsp;Vergleiche&nbsp;untersucht&nbsp;hat.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__4"></td><td class="diff_header" id="from6_13">13</td><td nowrap="nowrap"><span class="diff_sub">Mobilisierung&nbsp;von&nbsp;Recht&nbsp;41</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_14">14</td><td nowrap="nowrap">13&nbsp;Für&nbsp;Angaben&nbsp;der&nbsp;Zählkartenstatistik&nbsp;für&nbsp;die&nbsp;Familiengerichte&nbsp;siehe:&nbsp;Statistisches&nbsp;Bundesamt&nbsp;Wiesbaden,&nbsp;Fachserie&nbsp;10&nbsp;(Rechtspflege)&nbsp;Reihe&nbsp;2.1,&nbsp;Tabelle&nbsp;10,&nbsp;Wiesbaden&nbsp;1978.</td><td class="diff_next"></td><td class="diff_header" id="to6_13">13</td><td nowrap="nowrap">13&nbsp;Für&nbsp;Angaben&nbsp;der&nbsp;Zählkartenstatistik&nbsp;für&nbsp;die&nbsp;Familiengerichte&nbsp;siehe:&nbsp;Statistisches&nbsp;Bundesamt&nbsp;Wiesbaden,&nbsp;Fachserie&nbsp;10&nbsp;(Rechtspflege)&nbsp;Reihe&nbsp;2.1,&nbsp;Tabelle&nbsp;10,&nbsp;Wiesbaden&nbsp;1978.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to6__4">n</a></td><td class="diff_header" id="from6_15">15</td><td nowrap="nowrap">14&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to6__4">n</a></td><td class="diff_header" id="to6_14">14</td><td nowrap="nowrap">14&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_16">16</td><td nowrap="nowrap">15&nbsp;Steinbach&nbsp;1979&nbsp;hat&nbsp;in&nbsp;einer&nbsp;Erhebung&nbsp;von&nbsp;1144&nbsp;Amtsgerichtsprozessen&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;ohne&nbsp;Berlin&nbsp;in&nbsp;den&nbsp;Jahren&nbsp;1974—1976&nbsp;ein&nbsp;Verhältnis&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;1,2&nbsp;Forderungsklagen,&nbsp;in&nbsp;Berlin&nbsp;allerdings&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;0,12&nbsp;Forderungsklagen&nbsp;ermittelt.&nbsp;Im&nbsp;folgenden&nbsp;auch&nbsp;als&nbsp;GMD-Erhebung&nbsp;zitiert.</td><td class="diff_next"></td><td class="diff_header" id="to6_15">15</td><td nowrap="nowrap">15&nbsp;Steinbach&nbsp;1979&nbsp;hat&nbsp;in&nbsp;einer&nbsp;Erhebung&nbsp;von&nbsp;1144&nbsp;Amtsgerichtsprozessen&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;ohne&nbsp;Berlin&nbsp;in&nbsp;den&nbsp;Jahren&nbsp;1974—1976&nbsp;ein&nbsp;Verhältnis&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;1,2&nbsp;Forderungsklagen,&nbsp;in&nbsp;Berlin&nbsp;allerdings&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;0,12&nbsp;Forderungsklagen&nbsp;ermittelt.&nbsp;Im&nbsp;folgenden&nbsp;auch&nbsp;als&nbsp;GMD-Erhebung&nbsp;zitiert.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__5"></td><td class="diff_header" id="from6_17">17</td><td nowrap="nowrap">16&nbsp;Johnson&nbsp;1979&nbsp;berichtet&nbsp;von&nbsp;dem&nbsp;erfolgreichen&nbsp;Versuch&nbsp;einer&nbsp;Unfall-Schadensregulierung&nbsp;ohne&nbsp;Berücksichtigung&nbsp;einer&nbsp;Schuldzuschreibung&nbsp;in&nbsp;Neuseeland&nbsp;(no&nbsp;fault&nbsp;accident&nbsp;compensation),&nbsp;S.&nbsp;90&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to6_16">16</td><td nowrap="nowrap">16&nbsp;Johnson&nbsp;1979&nbsp;berichtet&nbsp;von&nbsp;dem&nbsp;erfolgreichen&nbsp;Versuch&nbsp;einer&nbsp;Unfall-Schadensregulierung&nbsp;ohne&nbsp;Berücksichtigung&nbsp;einer&nbsp;Schuldzuschreibung&nbsp;in&nbsp;Neuseeland&nbsp;(no&nbsp;fault&nbsp;accident&nbsp;compensation),&nbsp;S.&nbsp;90&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to6__5">n</a></td><td class="diff_header" id="from6_18">18</td><td nowrap="nowrap">17&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;66&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Blankenburg<span class="diff_chg">/</span>Blankenburg<span class="diff_chg">/</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;82&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to6__5">n</a></td><td class="diff_header" id="to6_17">17</td><td nowrap="nowrap">17&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;66&nbsp;ff.&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Blankenburg<span class="diff_chg">&nbsp;</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;82&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_19">19</td><td nowrap="nowrap">18&nbsp;Projektbericht&nbsp;,Rechtshilfebedürfnisse&nbsp;sozial&nbsp;Schwacher*,&nbsp;(Blankenburg<span class="diff_chg">/</span>Gorges<span class="diff_chg">/</span>Reifner<span class="diff_sub">;</span>&nbsp;Ticmann).&nbsp;Befragt&nbsp;wurden&nbsp;im&nbsp;Januar&nbsp;bis&nbsp;März&nbsp;1979&nbsp;je&nbsp;eine&nbsp;Person&nbsp;in&nbsp;835&nbsp;Haushalten&nbsp;Westberlins.&nbsp;Veröffentlichung&nbsp;ist&nbsp;vorgesehen&nbsp;für&nbsp;Ende&nbsp;1980.&nbsp;Quelle:&nbsp;Eigene&nbsp;Befragung&nbsp;in&nbsp;West-Berlin&nbsp;1979,&nbsp;Zufallsauswahl&nbsp;aus&nbsp;allen&nbsp;Haushalten&nbsp;mit&nbsp;Deutschen.&nbsp;Mehrfachnennungen,<span class="diff_sub">&nbsp;</span>%&nbsp;jeweils&nbsp;bezogen&nbsp;auf&nbsp;Personen,&nbsp;die&nbsp;im&nbsp;jeweiligen&nbsp;Bereich&nbsp;ein&nbsp;Problem&nbsp;nennen.</td><td class="diff_next"></td><td class="diff_header" id="to6_18">18</td><td nowrap="nowrap">18&nbsp;Projektbericht&nbsp;,Rechtshilfebedürfnisse&nbsp;sozial&nbsp;Schwacher<span class="diff_add">&nbsp;</span>*,&nbsp;(Blankenburg<span class="diff_chg">&nbsp;</span>Gorges<span class="diff_chg">&nbsp;</span>Reifner&nbsp;Ticmann).&nbsp;Befragt&nbsp;wurden&nbsp;im&nbsp;Januar&nbsp;bis&nbsp;März&nbsp;1979&nbsp;je&nbsp;eine&nbsp;Person&nbsp;in&nbsp;835&nbsp;Haushalten&nbsp;Westberlins.&nbsp;Veröffentlichung&nbsp;ist&nbsp;vorgesehen&nbsp;für&nbsp;Ende&nbsp;1980.&nbsp;Quelle:&nbsp;Eigene&nbsp;Befragung&nbsp;in&nbsp;West-Berlin&nbsp;1979,&nbsp;Zufallsauswahl&nbsp;aus&nbsp;allen&nbsp;Haushalten&nbsp;mit&nbsp;Deutschen.&nbsp;Mehrfachnennungen,%&nbsp;jeweils&nbsp;bezogen&nbsp;auf&nbsp;Personen,&nbsp;die&nbsp;im&nbsp;jeweiligen&nbsp;Bereich&nbsp;ein&nbsp;Problem&nbsp;nennen.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__6"></td><td class="diff_header" id="from6_20">20</td><td nowrap="nowrap">19&nbsp;Explizit&nbsp;bei&nbsp;Baumgärtei&nbsp;1976,&nbsp;S.&nbsp;113-128.</td><td class="diff_next"></td><td class="diff_header" id="to6_19">19</td><td nowrap="nowrap">19&nbsp;Explizit&nbsp;bei&nbsp;Baumgärtei&nbsp;1976,&nbsp;S.&nbsp;113-128.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_21">21</td><td nowrap="nowrap">20&nbsp;Laut&nbsp;einer&nbsp;GMD-Erhebung&nbsp;aus&nbsp;der&nbsp;Zählkartenstatistik&nbsp;wurde&nbsp;in&nbsp;Baden-Württemberg&nbsp;1978&nbsp;in</td><td class="diff_next"></td><td class="diff_header" id="to6_20">20</td><td nowrap="nowrap">20&nbsp;Laut&nbsp;einer&nbsp;GMD-Erhebung&nbsp;aus&nbsp;der&nbsp;Zählkartenstatistik&nbsp;wurde&nbsp;in&nbsp;Baden-Württemberg&nbsp;1978&nbsp;in</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__7"><a href="#difflib_chg_to6__6">n</a></td><td class="diff_header" id="from6_22">22</td><td nowrap="nowrap">21&nbsp;Projektbericht&nbsp;Rechtsschutzversicherung*.&nbsp;(Blankenburg<span class="diff_sub">;</span>&nbsp;Fiedler),&nbsp;Veröffentlichung&nbsp;voraussichtlich&nbsp;Mitte&nbsp;1980.</td><td class="diff_next"><a href="#difflib_chg_to6__6">n</a></td><td class="diff_header" id="to6_21">21</td><td nowrap="nowrap">21&nbsp;Projektbericht&nbsp;Rechtsschutzversicherung*.&nbsp;(Blankenburg&nbsp;Fiedler),&nbsp;Veröffentlichung&nbsp;voraussichtlich&nbsp;Mitte&nbsp;1980.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_23">23</td><td nowrap="nowrap">22&nbsp;Vgl.&nbsp;auch&nbsp;Reifner<span class="diff_chg">/</span>Gorges&nbsp;1980.</td><td class="diff_next"></td><td class="diff_header" id="to6_22">22</td><td nowrap="nowrap">22&nbsp;Vgl.&nbsp;auch&nbsp;Reifner<span class="diff_chg">&nbsp;</span>Gorges&nbsp;1980.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_24">24</td><td nowrap="nowrap">23&nbsp;Reifner&nbsp;1979.</td><td class="diff_next"></td><td class="diff_header" id="to6_23">23</td><td nowrap="nowrap">23&nbsp;Reifner&nbsp;1979.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__8"><a href="#difflib_chg_to6__7">n</a></td><td class="diff_header" id="from6_25">25</td><td nowrap="nowrap">24&nbsp;Klassisch&nbsp;bei&nbsp;Carlin<span class="diff_chg">/</span>Howard<span class="diff_chg">/</span>Messinger&nbsp;1967.</td><td class="diff_next"><a href="#difflib_chg_to6__7">n</a></td><td class="diff_header" id="to6_24">24</td><td nowrap="nowrap">24&nbsp;Klassisch&nbsp;bei&nbsp;Carlin<span class="diff_chg">&nbsp;</span>Howard<span class="diff_chg">&nbsp;</span>Messinger&nbsp;1967.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_26">26</td><td nowrap="nowrap">25&nbsp;Grundsätzlich&nbsp;vgl.&nbsp;hierzu&nbsp;den&nbsp;klassischen&nbsp;Beitrag&nbsp;von&nbsp;Galanter&nbsp;1974,&nbsp;S.&nbsp;95—160.&nbsp;Die&nbsp;grösseren&nbsp;Chancen&nbsp;von&nbsp;Firmen,&nbsp;insbesondere&nbsp;bei&nbsp;der&nbsp;großen&nbsp;Zahl&nbsp;von&nbsp;vorstreitigen&nbsp;Erledigungen&nbsp;zeigt&nbsp;Sarat&nbsp;1976,&nbsp;S.&nbsp;339-375.</td><td class="diff_next"></td><td class="diff_header" id="to6_25">25</td><td nowrap="nowrap">25&nbsp;Grundsätzlich&nbsp;vgl.&nbsp;hierzu&nbsp;den&nbsp;klassischen&nbsp;Beitrag&nbsp;von&nbsp;Galanter&nbsp;1974,&nbsp;S.&nbsp;95—160.&nbsp;Die&nbsp;grösseren&nbsp;Chancen&nbsp;von&nbsp;Firmen,&nbsp;insbesondere&nbsp;bei&nbsp;der&nbsp;großen&nbsp;Zahl&nbsp;von&nbsp;vorstreitigen&nbsp;Erledigungen&nbsp;zeigt&nbsp;Sarat&nbsp;1976,&nbsp;S.&nbsp;339-375.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__9"><a href="#difflib_chg_to6__8">n</a></td><td class="diff_header" id="from6_27">27</td><td nowrap="nowrap">26&nbsp;Bender<span class="diff_chg">/</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;138.</td><td class="diff_next"><a href="#difflib_chg_to6__8">n</a></td><td class="diff_header" id="to6_26">26</td><td nowrap="nowrap">26&nbsp;Bender<span class="diff_chg">&nbsp;</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;138.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_28">28</td><td nowrap="nowrap">27&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;96&nbsp;ff<span class="diff_sub">,</span>&nbsp;vgl.&nbsp;auch&nbsp;Blankenburg<span class="diff_chg">/</span>Blankenburg<span class="diff_chg">/</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;89<span class="diff_sub">,</span>&nbsp;Fn.&nbsp;17<span class="diff_sub">,</span></td><td class="diff_next"></td><td class="diff_header" id="to6_27">27</td><td nowrap="nowrap">27&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;96&nbsp;ff&nbsp;vgl.&nbsp;auch&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Blankenburg<span class="diff_chg">&nbsp;</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;89&nbsp;Fn.&nbsp;17</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_29">29</td><td nowrap="nowrap">28&nbsp;Reifner&nbsp;1978.</td><td class="diff_next"></td><td class="diff_header" id="to6_28">28</td><td nowrap="nowrap">28&nbsp;Reifner&nbsp;1978.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to6__9">n</a></td><td class="diff_header" id="from6_30">30</td><td nowrap="nowrap">29&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;102&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to6__9">n</a></td><td class="diff_header" id="to6_29">29</td><td nowrap="nowrap">29&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;102&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_31">31</td><td nowrap="nowrap">30&nbsp;Vgl.&nbsp;zum&nbsp;Verrechtlichungsbegriff&nbsp;meinen&nbsp;Beitrag&nbsp;über:&nbsp;Recht&nbsp;als&nbsp;gradualisiertes&nbsp;Konzept&nbsp;1980,&nbsp;S.&nbsp;83—98.</td><td class="diff_next"></td><td class="diff_header" id="to6_30">30</td><td nowrap="nowrap">30&nbsp;Vgl.&nbsp;zum&nbsp;Verrechtlichungsbegriff&nbsp;meinen&nbsp;Beitrag&nbsp;über:&nbsp;Recht&nbsp;als&nbsp;gradualisiertes&nbsp;Konzept&nbsp;1980,&nbsp;S.&nbsp;83—98.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to6__10"><a href="#difflib_chg_to6__10">n</a></td><td class="diff_header" id="from6_32">32</td><td nowrap="nowrap">31&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;35<span class="diff_sub">;</span>&nbsp;Bender<span class="diff_chg">/</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;24&nbsp;und&nbsp;S.&nbsp;49.</td><td class="diff_next"><a href="#difflib_chg_to6__10">n</a></td><td class="diff_header" id="to6_31">31</td><td nowrap="nowrap">31&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;35&nbsp;Bender<span class="diff_chg">&nbsp;</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;24&nbsp;und&nbsp;S.&nbsp;49.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_33">33</td><td nowrap="nowrap">32&nbsp;Wanner&nbsp;1975,&nbsp;S.&nbsp;293—306&nbsp;hebt&nbsp;dies&nbsp;deutlich&nbsp;hervor,&nbsp;ebenso&nbsp;Bender<span class="diff_chg">/</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;72&nbsp;ff.<span class="diff_sub">;</span>&nbsp;sowie&nbsp;Galanter&nbsp;1974;&nbsp;Sarat&nbsp;1976.</td><td class="diff_next"></td><td class="diff_header" id="to6_32">32</td><td nowrap="nowrap">32&nbsp;Wanner&nbsp;1975,&nbsp;S.&nbsp;293—306&nbsp;hebt&nbsp;dies&nbsp;deutlich&nbsp;hervor,&nbsp;ebenso&nbsp;Bender<span class="diff_chg">&nbsp;</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;72&nbsp;ff.&nbsp;sowie&nbsp;Galanter&nbsp;1974;&nbsp;Sarat&nbsp;1976.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_34">34</td><td nowrap="nowrap">33&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to6_33">33</td><td nowrap="nowrap">33&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_35">35</td><td nowrap="nowrap">34&nbsp;Ebenda,&nbsp;S.&nbsp;138-186.</td><td class="diff_next"></td><td class="diff_header" id="to6_34">34</td><td nowrap="nowrap">34&nbsp;Ebenda,&nbsp;S.&nbsp;138-186.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_36">36</td><td nowrap="nowrap">35&nbsp;Luhmann&nbsp;1969.</td><td class="diff_next"></td><td class="diff_header" id="to6_35">35</td><td nowrap="nowrap">35&nbsp;Luhmann&nbsp;1969.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to6__top">t</a></td><td class="diff_header" id="from6_37">37</td><td nowrap="nowrap">36&nbsp;Für&nbsp;eine&nbsp;überaus&nbsp;positive&nbsp;Bewertung&nbsp;des&nbsp;.Vermeidens1&nbsp;vgl.&nbsp;Felstiner&nbsp;<span class="diff_sub">und&nbsp;</span>Danzig<span class="diff_chg">/</span>Lowy&nbsp;in&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;1974/75.</td><td class="diff_next"><a href="#difflib_chg_to6__top">t</a></td><td class="diff_header" id="to6_36">36</td><td nowrap="nowrap">36&nbsp;Für&nbsp;eine&nbsp;überaus&nbsp;positive&nbsp;Bewertung&nbsp;des&nbsp;.Vermeidens1&nbsp;vgl.&nbsp;Felstiner&nbsp;Danzig<span class="diff_chg">&nbsp;</span>Lowy&nbsp;in&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;1974<span class="diff_add">&nbsp;</span>/75.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_38">38</td><td nowrap="nowrap"><span class="diff_sub">Baumgärtei,&nbsp;Gottfried,&nbsp;1976:&nbsp;Gleicher&nbsp;Zugang&nbsp;zum&nbsp;Recht&nbsp;für&nbsp;alle.&nbsp;Köln.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_39">39</td><td nowrap="nowrap"><span class="diff_sub">Bender,&nbsp;Rolf&nbsp;und&nbsp;Rolf&nbsp;Schumacher,&nbsp;1980:&nbsp;Erfolgsbarrieren&nbsp;vor&nbsp;Gericht.&nbsp;Tübingen.&nbsp;Black,&nbsp;Donald,&nbsp;1973:&nbsp;The&nbsp;Mobilization&nbsp;of&nbsp;Law,&nbsp;in:&nbsp;Journal&nbsp;of&nbsp;Legal&nbsp;Studies&nbsp;2.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_40">40</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard/Blankenburg,&nbsp;Viola/Morasch,&nbsp;Helmut,&nbsp;1972:&nbsp;Der&nbsp;lange&nbsp;Weg&nbsp;in&nbsp;die&nbsp;Berufung,&nbsp;in:&nbsp;Bender,&nbsp;Rolf&nbsp;(Hrsg.):&nbsp;Tatsachenforschung&nbsp;in&nbsp;der&nbsp;Justiz.&nbsp;Tübingen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_41">41</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard,&nbsp;1976:&nbsp;Nichtkriminalisierung&nbsp;als&nbsp;Struktur&nbsp;und&nbsp;Routine,&nbsp;in:&nbsp;Göppinger,&nbsp;Hans&nbsp;und&nbsp;Günter&nbsp;Kaiser:&nbsp;Kriminologie&nbsp;und&nbsp;Strafverfahren.&nbsp;Stuttgart.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_42">42</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard/Sessar,&nbsp;Klaus/Steffen,&nbsp;Wiebke,&nbsp;1978:&nbsp;Die&nbsp;Staatsanwaltschaft&nbsp;im&nbsp;Prozeß&nbsp;strafrechtlicher&nbsp;Sozialkontrolle.&nbsp;Berlin.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_43">43</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard;&nbsp;Schönholz,&nbsp;Siegfried,&nbsp;unter&nbsp;Mitarbeit&nbsp;von&nbsp;Ralf&nbsp;Rogowski,&nbsp;1979:&nbsp;Zur&nbsp;Soziologie&nbsp;des&nbsp;Arbeitsgerichtsverfahrens.&nbsp;Neuwied&nbsp;und&nbsp;Darmstadt.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_44">44</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard,&nbsp;1980:&nbsp;Recht&nbsp;als&nbsp;gradualisiertes&nbsp;Konzept,&nbsp;in:&nbsp;Blankenburg,&nbsp;Erhard;&nbsp;Klausa,&nbsp;Ekkehard&nbsp;und&nbsp;Hubert&nbsp;Rottleuthner&nbsp;(Hrsg.):&nbsp;Alternative&nbsp;Rechtsformen&nbsp;und&nbsp;Alternativen&nbsp;zum&nbsp;Recht,&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;Bd.&nbsp;6.&nbsp;Opladen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_45">45</td><td nowrap="nowrap"><span class="diff_sub">Carlin,&nbsp;Jerome-,&nbsp;Jan&nbsp;Howard&nbsp;und&nbsp;Sheldon&nbsp;Messinger,&nbsp;1967:&nbsp;Civil&nbsp;Justice&nbsp;and&nbsp;the&nbsp;Poor.&nbsp;New&nbsp;York.&nbsp;Danzig,&nbsp;Richard&nbsp;/Lowy,&nbsp;Michael,&nbsp;1974/75;&nbsp;Everday&nbsp;Disputes&nbsp;and&nbsp;Mediation&nbsp;in&nbsp;the&nbsp;United&nbsp;States:&nbsp;A&nbsp;Reply&nbsp;to&nbsp;Professor&nbsp;Felstiner,&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;675—694.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_46">46</td><td nowrap="nowrap"><span class="diff_sub">Feest,&nbsp;Johannes/Blankenburg,&nbsp;Erhard,&nbsp;1972:&nbsp;Die&nbsp;Definitionsmacht&nbsp;der&nbsp;Polizei.&nbsp;Düsseldorf.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_47">47</td><td nowrap="nowrap"><span class="diff_sub">Felstiner,&nbsp;William&nbsp;L.&nbsp;F.,&nbsp;1974/75:&nbsp;Influences&nbsp;of&nbsp;Social&nbsp;Organization&nbsp;on&nbsp;Dispute&nbsp;processing,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;63—94.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_48">48</td><td nowrap="nowrap"><span class="diff_sub">Felstiner,&nbsp;William&nbsp;L.&nbsp;F.,&nbsp;1974/75:&nbsp;Avoidance&nbsp;as&nbsp;Dispute&nbsp;Processing:&nbsp;An&nbsp;Elaboration,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;695-706.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_49">49</td><td nowrap="nowrap"><span class="diff_sub">Galanter,&nbsp;Marc,&nbsp;1974:&nbsp;Why&nbsp;the&nbsp;,Haves*&nbsp;Come&nbsp;out&nbsp;Ahead:&nbsp;Speculations&nbsp;on&nbsp;the&nbsp;Limits&nbsp;of&nbsp;Legal&nbsp;Change,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;95—160.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_50">50</td><td nowrap="nowrap"><span class="diff_sub">Geiger,&nbsp;Theodor,&nbsp;1964:&nbsp;Vorstudien&nbsp;zu&nbsp;einer&nbsp;Soziologie&nbsp;des&nbsp;Rechts.&nbsp;Neuwied.&nbsp;Gessner,&nbsp;Volkmar,&nbsp;1976:&nbsp;Recht&nbsp;und&nbsp;Konflikt.&nbsp;Tübingen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_51">51</td><td nowrap="nowrap"><span class="diff_sub">Hilden,&nbsp;Hartmut,&nbsp;1976:&nbsp;Rechtstatsachen&nbsp;im&nbsp;Räumungsstreit.&nbsp;Frankfurt/Main.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_52">52</td><td nowrap="nowrap"><span class="diff_sub">Johnson,&nbsp;Earl,&nbsp;1979;&nbsp;Thinking&nbsp;about&nbsp;Access:&nbsp;A&nbsp;Preliminary&nbsp;Typology&nbsp;of&nbsp;Possible&nbsp;Strategies.&nbsp;In:&nbsp;Cappelletti,&nbsp;Mauro&nbsp;und&nbsp;Bryant&nbsp;Garth&nbsp;(Hrsg.):&nbsp;Access&nbsp;to&nbsp;Justice,&nbsp;Bd.&nbsp;III.&nbsp;Milan&nbsp;und&nbsp;Alphen/&nbsp;Rijn.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_53">53</td><td nowrap="nowrap"><span class="diff_sub">Koch,&nbsp;Hartmut,&nbsp;1975:&nbsp;Das&nbsp;Gerichtsverfahren&nbsp;als&nbsp;Konfliktlösungsprozeß&nbsp;—&nbsp;Einstellung&nbsp;von&nbsp;Klägern&nbsp;und&nbsp;Beklagten&nbsp;zu&nbsp;Mietprozessen.&nbsp;Diss.&nbsp;Hamburg.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_54">54</td><td nowrap="nowrap"><span class="diff_sub">Luhmann,&nbsp;Niklas,&nbsp;1969:&nbsp;Legitimation&nbsp;durch&nbsp;Verfahren.&nbsp;Neuwied&nbsp;und&nbsp;Darmstadt.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_55">55</td><td nowrap="nowrap"><span class="diff_sub">Luhmann,&nbsp;Niklas,&nbsp;1980:&nbsp;Kommunikation&nbsp;über&nbsp;Recht&nbsp;in&nbsp;Interaktionssystemen,&nbsp;in:&nbsp;Blankenburg,&nbsp;Erhard;&nbsp;Klausa,&nbsp;Ekkehard&nbsp;und&nbsp;Hubert&nbsp;Rottleuthner&nbsp;(Hrsg.):&nbsp;Alternative&nbsp;Rechtsformen&nbsp;und&nbsp;Alternativen&nbsp;zum&nbsp;Recht,&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;Bd.&nbsp;6.&nbsp;Opladen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_56">56</td><td nowrap="nowrap"><span class="diff_sub">Reifner,&nbsp;Udo,&nbsp;1978:&nbsp;Rechtshilfebedürfnis&nbsp;und&nbsp;Verrechtlichung&nbsp;am&nbsp;Beispiel&nbsp;einer&nbsp;Berliner&nbsp;Mieterinitiative,&nbsp;Wissenschaftszentrum&nbsp;Berlin,&nbsp;IIM-dp/78—70.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_57">57</td><td nowrap="nowrap"><span class="diff_sub">Reifner,&nbsp;Udo,&nbsp;1979:&nbsp;Gewerkschaftlicher&nbsp;Rechtsschutz&nbsp;—&nbsp;Geschichte&nbsp;des&nbsp;freigewerkschaftlichen&nbsp;Rechtsschutzes&nbsp;und&nbsp;der&nbsp;Rechtsberatung&nbsp;der&nbsp;Deutschen&nbsp;Arbeitsfront&nbsp;von&nbsp;1894—1945.&nbsp;Wissenschaftszentrum&nbsp;Berlin&nbsp;IIM-dp/79—104.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_58">58</td><td nowrap="nowrap"><span class="diff_sub">Reifner,&nbsp;Udo&nbsp;und&nbsp;Irmela&nbsp;Gorges,&nbsp;1980;&nbsp;Alternativen&nbsp;der&nbsp;Rechtsberatung:&nbsp;Dienstleistung,&nbsp;Fürsorge&nbsp;und&nbsp;kollektive&nbsp;Selbsthilfe,&nbsp;in:&nbsp;Blankenburg,&nbsp;Erhard;&nbsp;Klausa,&nbsp;Ekkehard&nbsp;und&nbsp;Hubert&nbsp;Rottleuthner&nbsp;(Hrsg.):&nbsp;Alternative&nbsp;Rechtsformen&nbsp;und&nbsp;Alternativen&nbsp;zum&nbsp;Recht,&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;Bd.&nbsp;6.&nbsp;Opladen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_59">59</td><td nowrap="nowrap"><span class="diff_sub">Sarat,&nbsp;Austin,&nbsp;1976:&nbsp;Alternatives&nbsp;in&nbsp;Dispute&nbsp;Processing&nbsp;in&nbsp;a&nbsp;Small&nbsp;Claim&nbsp;Court,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;10,&nbsp;pp.&nbsp;339—375.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_60">60</td><td nowrap="nowrap"><span class="diff_sub">Schönholz,&nbsp;Siegfried,&nbsp;1980:&nbsp;Arbeitsplatzsicherung&nbsp;oder&nbsp;Kompensation&nbsp;-&nbsp;Rechtliche&nbsp;Formen&nbsp;des&nbsp;Bestandsschutzes&nbsp;im&nbsp;Vergleich&nbsp;in:&nbsp;Vereinigung&nbsp;für&nbsp;Rechtssoziologie&nbsp;(Hrsg.):&nbsp;Arbeitslosigkeit&nbsp;und&nbsp;Recht.&nbsp;Baden-Baden.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_61">61</td><td nowrap="nowrap"><span class="diff_sub">Steinbach,&nbsp;E.,&nbsp;1979:&nbsp;GMD-Bericht,&nbsp;Manuskript.&nbsp;Gesellschaft&nbsp;für&nbsp;Mathematik&nbsp;und&nbsp;Datenverarbeitung.&nbsp;Birlinghoven&nbsp;bei&nbsp;Bonn.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from6_62">62</td><td nowrap="nowrap"><span class="diff_sub">Wanner,&nbsp;Craig,&nbsp;1975:&nbsp;The&nbsp;Public&nbsp;Ordering&nbsp;of&nbsp;Private&nbsp;Cases;&nbsp;Winning&nbsp;Civil&nbsp;Court&nbsp;Cases,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;293-306.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__0"><a href="#difflib_chg_to22__0">f</a></td><td class="diff_header" id="from22_1">1</td><td nowrap="nowrap">1&nbsp;Geiger&nbsp;1964,&nbsp;insbesondere&nbsp;S.&nbsp;65—83.</td><td class="diff_next"><a href="#difflib_chg_to22__0">f</a></td><td class="diff_header" id="to22_1">1</td><td nowrap="nowrap">1&nbsp;Geiger&nbsp;1964,&nbsp;insbesondere&nbsp;S.&nbsp;65—83.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to22__1">n</a></td><td class="diff_header" id="from22_2">2</td><td nowrap="nowrap">2&nbsp;Vgl.&nbsp;Feest<span class="diff_chg">/</span>Blankenburg,&nbsp;1972.&nbsp;Die&nbsp;Konsequenz&nbsp;einer&nbsp;größeren&nbsp;Dunkelziffer&nbsp;bei&nbsp;den&nbsp;von&nbsp;der&nbsp;Polizei&nbsp;selbst&nbsp;entdeckten&nbsp;Straftaten&nbsp;entwickle&nbsp;ich&nbsp;ausführlicher&nbsp;in&nbsp;meinem&nbsp;Beitrag&nbsp;über<span class="diff_sub">&nbsp;</span>,Nichtkriminalisierung&nbsp;als&nbsp;Struktur&nbsp;und&nbsp;Routine',&nbsp;1976.</td><td class="diff_next"><a href="#difflib_chg_to22__1">n</a></td><td class="diff_header" id="to22_2">2</td><td nowrap="nowrap">2&nbsp;Vgl.&nbsp;Feest<span class="diff_chg">&nbsp;</span>Blankenburg,&nbsp;1972.&nbsp;Die&nbsp;Konsequenz&nbsp;einer&nbsp;größeren&nbsp;Dunkelziffer&nbsp;bei&nbsp;den&nbsp;von&nbsp;der&nbsp;Polizei&nbsp;selbst&nbsp;entdeckten&nbsp;Straftaten&nbsp;entwickle&nbsp;ich&nbsp;ausführlicher&nbsp;in&nbsp;meinem&nbsp;Beitrag&nbsp;über,<span class="diff_add">&nbsp;</span>Nichtkriminalisierung&nbsp;als&nbsp;Struktur&nbsp;und&nbsp;Routine<span class="diff_add">&nbsp;</span>',&nbsp;1976.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_3">3</td><td nowrap="nowrap">3&nbsp;Angaben&nbsp;aus&nbsp;einer&nbsp;Befragung&nbsp;von&nbsp;Peter&nbsp;MacNaughton-Smith&nbsp;und&nbsp;Richard&nbsp;Rosellen&nbsp;zur&nbsp;'Bereitschaft&nbsp;zur&nbsp;Anzeigeerstattung'&nbsp;Manuskript&nbsp;<span class="diff_sub">Max-Planck-Institut&nbsp;für&nbsp;Strafrecht,&nbsp;</span>Freiburg&nbsp;1978.&nbsp;Der&nbsp;ausführliche&nbsp;Forschungsbericht&nbsp;von&nbsp;Richard&nbsp;Rosellen&nbsp;erscheint&nbsp;in&nbsp;Kürze&nbsp;unter&nbsp;dem&nbsp;Titel&nbsp;'Private&nbsp;Verbrechenskontrolle&nbsp;—&nbsp;eine&nbsp;empirische&nbsp;Untersuchung&nbsp;zur&nbsp;Anzeigeerstattung',&nbsp;Berlin,&nbsp;voraussichtlich&nbsp;1980.</td><td class="diff_next"></td><td class="diff_header" id="to22_3">3</td><td nowrap="nowrap">3&nbsp;Angaben&nbsp;aus&nbsp;einer&nbsp;Befragung&nbsp;von&nbsp;Peter&nbsp;MacNaughton-Smith&nbsp;und&nbsp;Richard&nbsp;Rosellen&nbsp;zur&nbsp;'<span class="diff_add">&nbsp;</span>Bereitschaft&nbsp;zur&nbsp;Anzeigeerstattung<span class="diff_add">&nbsp;</span>'&nbsp;Manuskript&nbsp;Freiburg&nbsp;1978.&nbsp;Der&nbsp;ausführliche&nbsp;Forschungsbericht&nbsp;von&nbsp;Richard&nbsp;Rosellen&nbsp;erscheint&nbsp;in&nbsp;Kürze&nbsp;unter&nbsp;dem&nbsp;Titel&nbsp;'<span class="diff_add">&nbsp;</span>Private&nbsp;Verbrechenskontrolle&nbsp;—&nbsp;eine&nbsp;empirische&nbsp;Untersuchung&nbsp;zur&nbsp;Anzeigeerstattung<span class="diff_add">&nbsp;</span>',&nbsp;Berlin,&nbsp;voraussichtlich&nbsp;1980.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_4">4</td><td nowrap="nowrap">4&nbsp;Vgl.&nbsp;Blankenburg<span class="diff_chg">/</span>Sessar<span class="diff_chg">/</span>Steffen,&nbsp;1978,&nbsp;S.&nbsp;66-85.</td><td class="diff_next"></td><td class="diff_header" id="to22_4">4</td><td nowrap="nowrap">4&nbsp;Vgl.&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Sessar<span class="diff_chg">&nbsp;</span>Steffen,&nbsp;1978,&nbsp;S.&nbsp;66-85.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__1"></td><td class="diff_header" id="from22_5">5</td><td nowrap="nowrap">5&nbsp;Black&nbsp;1973,&nbsp;S.&nbsp;125&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to22_5">5</td><td nowrap="nowrap">5&nbsp;Black&nbsp;1973,&nbsp;S.&nbsp;125&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_6">6</td><td nowrap="nowrap">6&nbsp;Zur&nbsp;höheren&nbsp;Wahrscheinlichkeit&nbsp;der&nbsp;Normierung&nbsp;von&nbsp;Verhalten&nbsp;in&nbsp;weniger&nbsp;komplexen&nbsp;Beziehungen&nbsp;vgl.&nbsp;die&nbsp;Konflikttheorie&nbsp;von&nbsp;Gessner&nbsp;1976,&nbsp;insbesondere&nbsp;S.&nbsp;170—183.</td><td class="diff_next"></td><td class="diff_header" id="to22_6">6</td><td nowrap="nowrap">6&nbsp;Zur&nbsp;höheren&nbsp;Wahrscheinlichkeit&nbsp;der&nbsp;Normierung&nbsp;von&nbsp;Verhalten&nbsp;in&nbsp;weniger&nbsp;komplexen&nbsp;Beziehungen&nbsp;vgl.&nbsp;die&nbsp;Konflikttheorie&nbsp;von&nbsp;Gessner&nbsp;1976,&nbsp;insbesondere&nbsp;S.&nbsp;170—183.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__2"></td><td class="diff_header" id="from22_7">7</td><td nowrap="nowrap">7&nbsp;Zum&nbsp;Konzept&nbsp;der&nbsp;'Thematisierung&nbsp;von&nbsp;Recht'&nbsp;vgl.&nbsp;Luhmann&nbsp;1980,&nbsp;S.&nbsp;99—112.</td><td class="diff_next"></td><td class="diff_header" id="to22_7">7</td><td nowrap="nowrap">7&nbsp;Zum&nbsp;Konzept&nbsp;der&nbsp;'Thematisierung&nbsp;von&nbsp;Recht'&nbsp;vgl.&nbsp;Luhmann&nbsp;1980,&nbsp;S.&nbsp;99—112.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_8">8</td><td nowrap="nowrap">8&nbsp;Ausführlicher&nbsp;bei&nbsp;Gessner&nbsp;1976</td><td class="diff_next"></td><td class="diff_header" id="to22_8">8</td><td nowrap="nowrap">8&nbsp;Ausführlicher&nbsp;bei&nbsp;Gessner&nbsp;1976</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_9">9</td><td nowrap="nowrap">9&nbsp;Vgl.&nbsp;Schönholz&nbsp;1980.</td><td class="diff_next"></td><td class="diff_header" id="to22_9">9</td><td nowrap="nowrap">9&nbsp;Vgl.&nbsp;Schönholz&nbsp;1980.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__3"><a href="#difflib_chg_to22__2">n</a></td><td class="diff_header" id="from22_10">10</td><td nowrap="nowrap">10&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;64&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to22__2">n</a></td><td class="diff_header" id="to22_10">10</td><td nowrap="nowrap">10&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;64&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_11">11</td><td nowrap="nowrap">11&nbsp;Hilden&nbsp;1976,&nbsp;S.&nbsp;64&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to22_11">11</td><td nowrap="nowrap">11&nbsp;Hilden&nbsp;1976,&nbsp;S.&nbsp;64&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to22__3">n</a></td><td class="diff_header" id="from22_12">12</td><td nowrap="nowrap">12&nbsp;Koch&nbsp;1975,&nbsp;S.&nbsp;75<span class="diff_sub">,</span>&nbsp;der&nbsp;allerdings&nbsp;nur&nbsp;streitige&nbsp;Urteile&nbsp;und&nbsp;Vergleiche&nbsp;untersucht&nbsp;hat.</td><td class="diff_next"><a href="#difflib_chg_to22__3">n</a></td><td class="diff_header" id="to22_12">12</td><td nowrap="nowrap">12&nbsp;Koch&nbsp;1975,&nbsp;S.&nbsp;75&nbsp;der&nbsp;allerdings&nbsp;nur&nbsp;streitige&nbsp;Urteile&nbsp;und&nbsp;Vergleiche&nbsp;untersucht&nbsp;hat.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__4"></td><td class="diff_header" id="from22_13">13</td><td nowrap="nowrap"><span class="diff_sub">Mobilisierung&nbsp;von&nbsp;Recht&nbsp;41</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_14">14</td><td nowrap="nowrap">13&nbsp;Für&nbsp;Angaben&nbsp;der&nbsp;Zählkartenstatistik&nbsp;für&nbsp;die&nbsp;Familiengerichte&nbsp;siehe:&nbsp;Statistisches&nbsp;Bundesamt&nbsp;Wiesbaden,&nbsp;Fachserie&nbsp;10&nbsp;(Rechtspflege)&nbsp;Reihe&nbsp;2.1,&nbsp;Tabelle&nbsp;10,&nbsp;Wiesbaden&nbsp;1978.</td><td class="diff_next"></td><td class="diff_header" id="to22_13">13</td><td nowrap="nowrap">13&nbsp;Für&nbsp;Angaben&nbsp;der&nbsp;Zählkartenstatistik&nbsp;für&nbsp;die&nbsp;Familiengerichte&nbsp;siehe:&nbsp;Statistisches&nbsp;Bundesamt&nbsp;Wiesbaden,&nbsp;Fachserie&nbsp;10&nbsp;(Rechtspflege)&nbsp;Reihe&nbsp;2.1,&nbsp;Tabelle&nbsp;10,&nbsp;Wiesbaden&nbsp;1978.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to22__4">n</a></td><td class="diff_header" id="from22_15">15</td><td nowrap="nowrap">14&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to22__4">n</a></td><td class="diff_header" id="to22_14">14</td><td nowrap="nowrap">14&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_16">16</td><td nowrap="nowrap">15&nbsp;Steinbach&nbsp;1979&nbsp;hat&nbsp;in&nbsp;einer&nbsp;Erhebung&nbsp;von&nbsp;1144&nbsp;Amtsgerichtsprozessen&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;ohne&nbsp;Berlin&nbsp;in&nbsp;den&nbsp;Jahren&nbsp;1974—1976&nbsp;ein&nbsp;Verhältnis&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;1,2&nbsp;Forderungsklagen,&nbsp;in&nbsp;Berlin&nbsp;allerdings&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;0,12&nbsp;Forderungsklagen&nbsp;ermittelt.&nbsp;Im&nbsp;folgenden&nbsp;auch&nbsp;als&nbsp;GMD-Erhebung&nbsp;zitiert.</td><td class="diff_next"></td><td class="diff_header" id="to22_15">15</td><td nowrap="nowrap">15&nbsp;Steinbach&nbsp;1979&nbsp;hat&nbsp;in&nbsp;einer&nbsp;Erhebung&nbsp;von&nbsp;1144&nbsp;Amtsgerichtsprozessen&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;ohne&nbsp;Berlin&nbsp;in&nbsp;den&nbsp;Jahren&nbsp;1974—1976&nbsp;ein&nbsp;Verhältnis&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;1,2&nbsp;Forderungsklagen,&nbsp;in&nbsp;Berlin&nbsp;allerdings&nbsp;von&nbsp;1&nbsp;Räumungsklage&nbsp;je&nbsp;0,12&nbsp;Forderungsklagen&nbsp;ermittelt.&nbsp;Im&nbsp;folgenden&nbsp;auch&nbsp;als&nbsp;GMD-Erhebung&nbsp;zitiert.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__5"></td><td class="diff_header" id="from22_17">17</td><td nowrap="nowrap">16&nbsp;Johnson&nbsp;1979&nbsp;berichtet&nbsp;von&nbsp;dem&nbsp;erfolgreichen&nbsp;Versuch&nbsp;einer&nbsp;Unfall-Schadensregulierung&nbsp;ohne&nbsp;Berücksichtigung&nbsp;einer&nbsp;Schuldzuschreibung&nbsp;in&nbsp;Neuseeland&nbsp;(no&nbsp;fault&nbsp;accident&nbsp;compensation),&nbsp;S.&nbsp;90&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to22_16">16</td><td nowrap="nowrap">16&nbsp;Johnson&nbsp;1979&nbsp;berichtet&nbsp;von&nbsp;dem&nbsp;erfolgreichen&nbsp;Versuch&nbsp;einer&nbsp;Unfall-Schadensregulierung&nbsp;ohne&nbsp;Berücksichtigung&nbsp;einer&nbsp;Schuldzuschreibung&nbsp;in&nbsp;Neuseeland&nbsp;(no&nbsp;fault&nbsp;accident&nbsp;compensation),&nbsp;S.&nbsp;90&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to22__5">n</a></td><td class="diff_header" id="from22_18">18</td><td nowrap="nowrap">17&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;66&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Blankenburg<span class="diff_chg">/</span>Blankenburg<span class="diff_chg">/</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;82&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to22__5">n</a></td><td class="diff_header" id="to22_17">17</td><td nowrap="nowrap">17&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;66&nbsp;ff.&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Blankenburg<span class="diff_chg">&nbsp;</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;82&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_19">19</td><td nowrap="nowrap">18&nbsp;Projektbericht&nbsp;,Rechtshilfebedürfnisse&nbsp;sozial&nbsp;Schwacher*,&nbsp;(Blankenburg<span class="diff_chg">/</span>Gorges<span class="diff_chg">/</span>Reifner<span class="diff_sub">;</span>&nbsp;Ticmann).&nbsp;Befragt&nbsp;wurden&nbsp;im&nbsp;Januar&nbsp;bis&nbsp;März&nbsp;1979&nbsp;je&nbsp;eine&nbsp;Person&nbsp;in&nbsp;835&nbsp;Haushalten&nbsp;Westberlins.&nbsp;Veröffentlichung&nbsp;ist&nbsp;vorgesehen&nbsp;für&nbsp;Ende&nbsp;1980.&nbsp;Quelle:&nbsp;Eigene&nbsp;Befragung&nbsp;in&nbsp;West-Berlin&nbsp;1979,&nbsp;Zufallsauswahl&nbsp;aus&nbsp;allen&nbsp;Haushalten&nbsp;mit&nbsp;Deutschen.&nbsp;Mehrfachnennungen,<span class="diff_sub">&nbsp;</span>%&nbsp;jeweils&nbsp;bezogen&nbsp;auf&nbsp;Personen,&nbsp;die&nbsp;im&nbsp;jeweiligen&nbsp;Bereich&nbsp;ein&nbsp;Problem&nbsp;nennen.</td><td class="diff_next"></td><td class="diff_header" id="to22_18">18</td><td nowrap="nowrap">18&nbsp;Projektbericht&nbsp;,Rechtshilfebedürfnisse&nbsp;sozial&nbsp;Schwacher<span class="diff_add">&nbsp;</span>*,&nbsp;(Blankenburg<span class="diff_chg">&nbsp;</span>Gorges<span class="diff_chg">&nbsp;</span>Reifner&nbsp;Ticmann).&nbsp;Befragt&nbsp;wurden&nbsp;im&nbsp;Januar&nbsp;bis&nbsp;März&nbsp;1979&nbsp;je&nbsp;eine&nbsp;Person&nbsp;in&nbsp;835&nbsp;Haushalten&nbsp;Westberlins.&nbsp;Veröffentlichung&nbsp;ist&nbsp;vorgesehen&nbsp;für&nbsp;Ende&nbsp;1980.&nbsp;Quelle:&nbsp;Eigene&nbsp;Befragung&nbsp;in&nbsp;West-Berlin&nbsp;1979,&nbsp;Zufallsauswahl&nbsp;aus&nbsp;allen&nbsp;Haushalten&nbsp;mit&nbsp;Deutschen.&nbsp;Mehrfachnennungen,%&nbsp;jeweils&nbsp;bezogen&nbsp;auf&nbsp;Personen,&nbsp;die&nbsp;im&nbsp;jeweiligen&nbsp;Bereich&nbsp;ein&nbsp;Problem&nbsp;nennen.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__6"></td><td class="diff_header" id="from22_20">20</td><td nowrap="nowrap">19&nbsp;Explizit&nbsp;bei&nbsp;Baumgärtei&nbsp;1976,&nbsp;S.&nbsp;113-128.</td><td class="diff_next"></td><td class="diff_header" id="to22_19">19</td><td nowrap="nowrap">19&nbsp;Explizit&nbsp;bei&nbsp;Baumgärtei&nbsp;1976,&nbsp;S.&nbsp;113-128.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_21">21</td><td nowrap="nowrap">20&nbsp;Laut&nbsp;einer&nbsp;GMD-Erhebung&nbsp;aus&nbsp;der&nbsp;Zählkartenstatistik&nbsp;wurde&nbsp;in&nbsp;Baden-Württemberg&nbsp;1978&nbsp;in</td><td class="diff_next"></td><td class="diff_header" id="to22_20">20</td><td nowrap="nowrap">20&nbsp;Laut&nbsp;einer&nbsp;GMD-Erhebung&nbsp;aus&nbsp;der&nbsp;Zählkartenstatistik&nbsp;wurde&nbsp;in&nbsp;Baden-Württemberg&nbsp;1978&nbsp;in</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__7"><a href="#difflib_chg_to22__6">n</a></td><td class="diff_header" id="from22_22">22</td><td nowrap="nowrap">21&nbsp;Projektbericht&nbsp;Rechtsschutzversicherung*.&nbsp;(Blankenburg<span class="diff_sub">;</span>&nbsp;Fiedler),&nbsp;Veröffentlichung&nbsp;voraussichtlich&nbsp;Mitte&nbsp;1980.</td><td class="diff_next"><a href="#difflib_chg_to22__6">n</a></td><td class="diff_header" id="to22_21">21</td><td nowrap="nowrap">21&nbsp;Projektbericht&nbsp;Rechtsschutzversicherung*.&nbsp;(Blankenburg&nbsp;Fiedler),&nbsp;Veröffentlichung&nbsp;voraussichtlich&nbsp;Mitte&nbsp;1980.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_23">23</td><td nowrap="nowrap">22&nbsp;Vgl.&nbsp;auch&nbsp;Reifner<span class="diff_chg">/</span>Gorges&nbsp;1980.</td><td class="diff_next"></td><td class="diff_header" id="to22_22">22</td><td nowrap="nowrap">22&nbsp;Vgl.&nbsp;auch&nbsp;Reifner<span class="diff_chg">&nbsp;</span>Gorges&nbsp;1980.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_24">24</td><td nowrap="nowrap">23&nbsp;Reifner&nbsp;1979.</td><td class="diff_next"></td><td class="diff_header" id="to22_23">23</td><td nowrap="nowrap">23&nbsp;Reifner&nbsp;1979.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__8"><a href="#difflib_chg_to22__7">n</a></td><td class="diff_header" id="from22_25">25</td><td nowrap="nowrap">24&nbsp;Klassisch&nbsp;bei&nbsp;Carlin<span class="diff_chg">/</span>Howard<span class="diff_chg">/</span>Messinger&nbsp;1967.</td><td class="diff_next"><a href="#difflib_chg_to22__7">n</a></td><td class="diff_header" id="to22_24">24</td><td nowrap="nowrap">24&nbsp;Klassisch&nbsp;bei&nbsp;Carlin<span class="diff_chg">&nbsp;</span>Howard<span class="diff_chg">&nbsp;</span>Messinger&nbsp;1967.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_26">26</td><td nowrap="nowrap">25&nbsp;Grundsätzlich&nbsp;vgl.&nbsp;hierzu&nbsp;den&nbsp;klassischen&nbsp;Beitrag&nbsp;von&nbsp;Galanter&nbsp;1974,&nbsp;S.&nbsp;95—160.&nbsp;Die&nbsp;grösseren&nbsp;Chancen&nbsp;von&nbsp;Firmen,&nbsp;insbesondere&nbsp;bei&nbsp;der&nbsp;großen&nbsp;Zahl&nbsp;von&nbsp;vorstreitigen&nbsp;Erledigungen&nbsp;zeigt&nbsp;Sarat&nbsp;1976,&nbsp;S.&nbsp;339-375.</td><td class="diff_next"></td><td class="diff_header" id="to22_25">25</td><td nowrap="nowrap">25&nbsp;Grundsätzlich&nbsp;vgl.&nbsp;hierzu&nbsp;den&nbsp;klassischen&nbsp;Beitrag&nbsp;von&nbsp;Galanter&nbsp;1974,&nbsp;S.&nbsp;95—160.&nbsp;Die&nbsp;grösseren&nbsp;Chancen&nbsp;von&nbsp;Firmen,&nbsp;insbesondere&nbsp;bei&nbsp;der&nbsp;großen&nbsp;Zahl&nbsp;von&nbsp;vorstreitigen&nbsp;Erledigungen&nbsp;zeigt&nbsp;Sarat&nbsp;1976,&nbsp;S.&nbsp;339-375.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__9"><a href="#difflib_chg_to22__8">n</a></td><td class="diff_header" id="from22_27">27</td><td nowrap="nowrap">26&nbsp;Bender<span class="diff_chg">/</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;138.</td><td class="diff_next"><a href="#difflib_chg_to22__8">n</a></td><td class="diff_header" id="to22_26">26</td><td nowrap="nowrap">26&nbsp;Bender<span class="diff_chg">&nbsp;</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;138.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_28">28</td><td nowrap="nowrap">27&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;96&nbsp;ff<span class="diff_sub">,</span>&nbsp;vgl.&nbsp;auch&nbsp;Blankenburg<span class="diff_chg">/</span>Blankenburg<span class="diff_chg">/</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;89<span class="diff_sub">,</span>&nbsp;Fn.&nbsp;17<span class="diff_sub">,</span></td><td class="diff_next"></td><td class="diff_header" id="to22_27">27</td><td nowrap="nowrap">27&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;96&nbsp;ff&nbsp;vgl.&nbsp;auch&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Blankenburg<span class="diff_chg">&nbsp;</span>Morasch&nbsp;1972,&nbsp;S.&nbsp;89&nbsp;Fn.&nbsp;17</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_29">29</td><td nowrap="nowrap">28&nbsp;Reifner&nbsp;1978.</td><td class="diff_next"></td><td class="diff_header" id="to22_28">28</td><td nowrap="nowrap">28&nbsp;Reifner&nbsp;1978.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to22__9">n</a></td><td class="diff_header" id="from22_30">30</td><td nowrap="nowrap">29&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;102&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to22__9">n</a></td><td class="diff_header" id="to22_29">29</td><td nowrap="nowrap">29&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;102&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_31">31</td><td nowrap="nowrap">30&nbsp;Vgl.&nbsp;zum&nbsp;Verrechtlichungsbegriff&nbsp;meinen&nbsp;Beitrag&nbsp;über:&nbsp;Recht&nbsp;als&nbsp;gradualisiertes&nbsp;Konzept&nbsp;1980,&nbsp;S.&nbsp;83—98.</td><td class="diff_next"></td><td class="diff_header" id="to22_30">30</td><td nowrap="nowrap">30&nbsp;Vgl.&nbsp;zum&nbsp;Verrechtlichungsbegriff&nbsp;meinen&nbsp;Beitrag&nbsp;über:&nbsp;Recht&nbsp;als&nbsp;gradualisiertes&nbsp;Konzept&nbsp;1980,&nbsp;S.&nbsp;83—98.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to22__10"><a href="#difflib_chg_to22__10">n</a></td><td class="diff_header" id="from22_32">32</td><td nowrap="nowrap">31&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;35<span class="diff_sub">;</span>&nbsp;Bender<span class="diff_chg">/</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;24&nbsp;und&nbsp;S.&nbsp;49.</td><td class="diff_next"><a href="#difflib_chg_to22__10">n</a></td><td class="diff_header" id="to22_31">31</td><td nowrap="nowrap">31&nbsp;Steinbach&nbsp;1979,&nbsp;S.&nbsp;35&nbsp;Bender<span class="diff_chg">&nbsp;</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;24&nbsp;und&nbsp;S.&nbsp;49.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_33">33</td><td nowrap="nowrap">32&nbsp;Wanner&nbsp;1975,&nbsp;S.&nbsp;293—306&nbsp;hebt&nbsp;dies&nbsp;deutlich&nbsp;hervor,&nbsp;ebenso&nbsp;Bender<span class="diff_chg">/</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;72&nbsp;ff.<span class="diff_sub">;</span>&nbsp;sowie&nbsp;Galanter&nbsp;1974;&nbsp;Sarat&nbsp;1976.</td><td class="diff_next"></td><td class="diff_header" id="to22_32">32</td><td nowrap="nowrap">32&nbsp;Wanner&nbsp;1975,&nbsp;S.&nbsp;293—306&nbsp;hebt&nbsp;dies&nbsp;deutlich&nbsp;hervor,&nbsp;ebenso&nbsp;Bender<span class="diff_chg">&nbsp;</span>Schumacher&nbsp;1980,&nbsp;S.&nbsp;72&nbsp;ff.&nbsp;sowie&nbsp;Galanter&nbsp;1974;&nbsp;Sarat&nbsp;1976.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_34">34</td><td nowrap="nowrap">33&nbsp;Blankenburg<span class="diff_chg">/</span>Schönholz<span class="diff_sub">;</span>&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to22_33">33</td><td nowrap="nowrap">33&nbsp;Blankenburg<span class="diff_chg">&nbsp;</span>Schönholz&nbsp;Rogowski&nbsp;1979,&nbsp;S.&nbsp;78&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_35">35</td><td nowrap="nowrap">34&nbsp;Ebenda,&nbsp;S.&nbsp;138-186.</td><td class="diff_next"></td><td class="diff_header" id="to22_34">34</td><td nowrap="nowrap">34&nbsp;Ebenda,&nbsp;S.&nbsp;138-186.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_36">36</td><td nowrap="nowrap">35&nbsp;Luhmann&nbsp;1969.</td><td class="diff_next"></td><td class="diff_header" id="to22_35">35</td><td nowrap="nowrap">35&nbsp;Luhmann&nbsp;1969.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to22__top">t</a></td><td class="diff_header" id="from22_37">37</td><td nowrap="nowrap">36&nbsp;Für&nbsp;eine&nbsp;überaus&nbsp;positive&nbsp;Bewertung&nbsp;des&nbsp;.Vermeidens1&nbsp;vgl.&nbsp;Felstiner&nbsp;<span class="diff_sub">und&nbsp;</span>Danzig<span class="diff_chg">/</span>Lowy&nbsp;in&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;1974/75.</td><td class="diff_next"><a href="#difflib_chg_to22__top">t</a></td><td class="diff_header" id="to22_36">36</td><td nowrap="nowrap">36&nbsp;Für&nbsp;eine&nbsp;überaus&nbsp;positive&nbsp;Bewertung&nbsp;des&nbsp;.Vermeidens1&nbsp;vgl.&nbsp;Felstiner&nbsp;Danzig<span class="diff_chg">&nbsp;</span>Lowy&nbsp;in&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;1974<span class="diff_add">&nbsp;</span>/75.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_38">38</td><td nowrap="nowrap"><span class="diff_sub">Baumgärtei,&nbsp;Gottfried,&nbsp;1976:&nbsp;Gleicher&nbsp;Zugang&nbsp;zum&nbsp;Recht&nbsp;für&nbsp;alle.&nbsp;Köln.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_39">39</td><td nowrap="nowrap"><span class="diff_sub">Bender,&nbsp;Rolf&nbsp;und&nbsp;Rolf&nbsp;Schumacher,&nbsp;1980:&nbsp;Erfolgsbarrieren&nbsp;vor&nbsp;Gericht.&nbsp;Tübingen.&nbsp;Black,&nbsp;Donald,&nbsp;1973:&nbsp;The&nbsp;Mobilization&nbsp;of&nbsp;Law,&nbsp;in:&nbsp;Journal&nbsp;of&nbsp;Legal&nbsp;Studies&nbsp;2.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_40">40</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard/Blankenburg,&nbsp;Viola/Morasch,&nbsp;Helmut,&nbsp;1972:&nbsp;Der&nbsp;lange&nbsp;Weg&nbsp;in&nbsp;die&nbsp;Berufung,&nbsp;in:&nbsp;Bender,&nbsp;Rolf&nbsp;(Hrsg.):&nbsp;Tatsachenforschung&nbsp;in&nbsp;der&nbsp;Justiz.&nbsp;Tübingen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_41">41</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard,&nbsp;1976:&nbsp;Nichtkriminalisierung&nbsp;als&nbsp;Struktur&nbsp;und&nbsp;Routine,&nbsp;in:&nbsp;Göppinger,&nbsp;Hans&nbsp;und&nbsp;Günter&nbsp;Kaiser:&nbsp;Kriminologie&nbsp;und&nbsp;Strafverfahren.&nbsp;Stuttgart.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_42">42</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard/Sessar,&nbsp;Klaus/Steffen,&nbsp;Wiebke,&nbsp;1978:&nbsp;Die&nbsp;Staatsanwaltschaft&nbsp;im&nbsp;Prozeß&nbsp;strafrechtlicher&nbsp;Sozialkontrolle.&nbsp;Berlin.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_43">43</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard;&nbsp;Schönholz,&nbsp;Siegfried,&nbsp;unter&nbsp;Mitarbeit&nbsp;von&nbsp;Ralf&nbsp;Rogowski,&nbsp;1979:&nbsp;Zur&nbsp;Soziologie&nbsp;des&nbsp;Arbeitsgerichtsverfahrens.&nbsp;Neuwied&nbsp;und&nbsp;Darmstadt.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_44">44</td><td nowrap="nowrap"><span class="diff_sub">Blankenburg,&nbsp;Erhard,&nbsp;1980:&nbsp;Recht&nbsp;als&nbsp;gradualisiertes&nbsp;Konzept,&nbsp;in:&nbsp;Blankenburg,&nbsp;Erhard;&nbsp;Klausa,&nbsp;Ekkehard&nbsp;und&nbsp;Hubert&nbsp;Rottleuthner&nbsp;(Hrsg.):&nbsp;Alternative&nbsp;Rechtsformen&nbsp;und&nbsp;Alternativen&nbsp;zum&nbsp;Recht,&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;Bd.&nbsp;6.&nbsp;Opladen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_45">45</td><td nowrap="nowrap"><span class="diff_sub">Carlin,&nbsp;Jerome-,&nbsp;Jan&nbsp;Howard&nbsp;und&nbsp;Sheldon&nbsp;Messinger,&nbsp;1967:&nbsp;Civil&nbsp;Justice&nbsp;and&nbsp;the&nbsp;Poor.&nbsp;New&nbsp;York.&nbsp;Danzig,&nbsp;Richard&nbsp;/Lowy,&nbsp;Michael,&nbsp;1974/75;&nbsp;Everday&nbsp;Disputes&nbsp;and&nbsp;Mediation&nbsp;in&nbsp;the&nbsp;United&nbsp;States:&nbsp;A&nbsp;Reply&nbsp;to&nbsp;Professor&nbsp;Felstiner,&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;675—694.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_46">46</td><td nowrap="nowrap"><span class="diff_sub">Feest,&nbsp;Johannes/Blankenburg,&nbsp;Erhard,&nbsp;1972:&nbsp;Die&nbsp;Definitionsmacht&nbsp;der&nbsp;Polizei.&nbsp;Düsseldorf.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_47">47</td><td nowrap="nowrap"><span class="diff_sub">Felstiner,&nbsp;William&nbsp;L.&nbsp;F.,&nbsp;1974/75:&nbsp;Influences&nbsp;of&nbsp;Social&nbsp;Organization&nbsp;on&nbsp;Dispute&nbsp;processing,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;63—94.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_48">48</td><td nowrap="nowrap"><span class="diff_sub">Felstiner,&nbsp;William&nbsp;L.&nbsp;F.,&nbsp;1974/75:&nbsp;Avoidance&nbsp;as&nbsp;Dispute&nbsp;Processing:&nbsp;An&nbsp;Elaboration,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;695-706.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_49">49</td><td nowrap="nowrap"><span class="diff_sub">Galanter,&nbsp;Marc,&nbsp;1974:&nbsp;Why&nbsp;the&nbsp;,Haves*&nbsp;Come&nbsp;out&nbsp;Ahead:&nbsp;Speculations&nbsp;on&nbsp;the&nbsp;Limits&nbsp;of&nbsp;Legal&nbsp;Change,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;95—160.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_50">50</td><td nowrap="nowrap"><span class="diff_sub">Geiger,&nbsp;Theodor,&nbsp;1964:&nbsp;Vorstudien&nbsp;zu&nbsp;einer&nbsp;Soziologie&nbsp;des&nbsp;Rechts.&nbsp;Neuwied.&nbsp;Gessner,&nbsp;Volkmar,&nbsp;1976:&nbsp;Recht&nbsp;und&nbsp;Konflikt.&nbsp;Tübingen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_51">51</td><td nowrap="nowrap"><span class="diff_sub">Hilden,&nbsp;Hartmut,&nbsp;1976:&nbsp;Rechtstatsachen&nbsp;im&nbsp;Räumungsstreit.&nbsp;Frankfurt/Main.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_52">52</td><td nowrap="nowrap"><span class="diff_sub">Johnson,&nbsp;Earl,&nbsp;1979;&nbsp;Thinking&nbsp;about&nbsp;Access:&nbsp;A&nbsp;Preliminary&nbsp;Typology&nbsp;of&nbsp;Possible&nbsp;Strategies.&nbsp;In:&nbsp;Cappelletti,&nbsp;Mauro&nbsp;und&nbsp;Bryant&nbsp;Garth&nbsp;(Hrsg.):&nbsp;Access&nbsp;to&nbsp;Justice,&nbsp;Bd.&nbsp;III.&nbsp;Milan&nbsp;und&nbsp;Alphen/&nbsp;Rijn.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_53">53</td><td nowrap="nowrap"><span class="diff_sub">Koch,&nbsp;Hartmut,&nbsp;1975:&nbsp;Das&nbsp;Gerichtsverfahren&nbsp;als&nbsp;Konfliktlösungsprozeß&nbsp;—&nbsp;Einstellung&nbsp;von&nbsp;Klägern&nbsp;und&nbsp;Beklagten&nbsp;zu&nbsp;Mietprozessen.&nbsp;Diss.&nbsp;Hamburg.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_54">54</td><td nowrap="nowrap"><span class="diff_sub">Luhmann,&nbsp;Niklas,&nbsp;1969:&nbsp;Legitimation&nbsp;durch&nbsp;Verfahren.&nbsp;Neuwied&nbsp;und&nbsp;Darmstadt.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_55">55</td><td nowrap="nowrap"><span class="diff_sub">Luhmann,&nbsp;Niklas,&nbsp;1980:&nbsp;Kommunikation&nbsp;über&nbsp;Recht&nbsp;in&nbsp;Interaktionssystemen,&nbsp;in:&nbsp;Blankenburg,&nbsp;Erhard;&nbsp;Klausa,&nbsp;Ekkehard&nbsp;und&nbsp;Hubert&nbsp;Rottleuthner&nbsp;(Hrsg.):&nbsp;Alternative&nbsp;Rechtsformen&nbsp;und&nbsp;Alternativen&nbsp;zum&nbsp;Recht,&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;Bd.&nbsp;6.&nbsp;Opladen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_56">56</td><td nowrap="nowrap"><span class="diff_sub">Reifner,&nbsp;Udo,&nbsp;1978:&nbsp;Rechtshilfebedürfnis&nbsp;und&nbsp;Verrechtlichung&nbsp;am&nbsp;Beispiel&nbsp;einer&nbsp;Berliner&nbsp;Mieterinitiative,&nbsp;Wissenschaftszentrum&nbsp;Berlin,&nbsp;IIM-dp/78—70.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_57">57</td><td nowrap="nowrap"><span class="diff_sub">Reifner,&nbsp;Udo,&nbsp;1979:&nbsp;Gewerkschaftlicher&nbsp;Rechtsschutz&nbsp;—&nbsp;Geschichte&nbsp;des&nbsp;freigewerkschaftlichen&nbsp;Rechtsschutzes&nbsp;und&nbsp;der&nbsp;Rechtsberatung&nbsp;der&nbsp;Deutschen&nbsp;Arbeitsfront&nbsp;von&nbsp;1894—1945.&nbsp;Wissenschaftszentrum&nbsp;Berlin&nbsp;IIM-dp/79—104.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_58">58</td><td nowrap="nowrap"><span class="diff_sub">Reifner,&nbsp;Udo&nbsp;und&nbsp;Irmela&nbsp;Gorges,&nbsp;1980;&nbsp;Alternativen&nbsp;der&nbsp;Rechtsberatung:&nbsp;Dienstleistung,&nbsp;Fürsorge&nbsp;und&nbsp;kollektive&nbsp;Selbsthilfe,&nbsp;in:&nbsp;Blankenburg,&nbsp;Erhard;&nbsp;Klausa,&nbsp;Ekkehard&nbsp;und&nbsp;Hubert&nbsp;Rottleuthner&nbsp;(Hrsg.):&nbsp;Alternative&nbsp;Rechtsformen&nbsp;und&nbsp;Alternativen&nbsp;zum&nbsp;Recht,&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;Bd.&nbsp;6.&nbsp;Opladen.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_59">59</td><td nowrap="nowrap"><span class="diff_sub">Sarat,&nbsp;Austin,&nbsp;1976:&nbsp;Alternatives&nbsp;in&nbsp;Dispute&nbsp;Processing&nbsp;in&nbsp;a&nbsp;Small&nbsp;Claim&nbsp;Court,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;10,&nbsp;pp.&nbsp;339—375.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_60">60</td><td nowrap="nowrap"><span class="diff_sub">Schönholz,&nbsp;Siegfried,&nbsp;1980:&nbsp;Arbeitsplatzsicherung&nbsp;oder&nbsp;Kompensation&nbsp;-&nbsp;Rechtliche&nbsp;Formen&nbsp;des&nbsp;Bestandsschutzes&nbsp;im&nbsp;Vergleich&nbsp;in:&nbsp;Vereinigung&nbsp;für&nbsp;Rechtssoziologie&nbsp;(Hrsg.):&nbsp;Arbeitslosigkeit&nbsp;und&nbsp;Recht.&nbsp;Baden-Baden.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_61">61</td><td nowrap="nowrap"><span class="diff_sub">Steinbach,&nbsp;E.,&nbsp;1979:&nbsp;GMD-Bericht,&nbsp;Manuskript.&nbsp;Gesellschaft&nbsp;für&nbsp;Mathematik&nbsp;und&nbsp;Datenverarbeitung.&nbsp;Birlinghoven&nbsp;bei&nbsp;Bonn.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from22_62">62</td><td nowrap="nowrap"><span class="diff_sub">Wanner,&nbsp;Craig,&nbsp;1975:&nbsp;The&nbsp;Public&nbsp;Ordering&nbsp;of&nbsp;Private&nbsp;Cases;&nbsp;Winning&nbsp;Civil&nbsp;Court&nbsp;Cases,&nbsp;in:&nbsp;Law&nbsp;and&nbsp;Society&nbsp;Review,&nbsp;vol.&nbsp;9,&nbsp;pp.&nbsp;293-306.</span></td><td class="diff_next"></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
         </tbody>
     </table>
     <table class="diff" summary="Legends">
diff --git a/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0104.diff.html b/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0104.diff.html
index 2d4584a30d8fc60119b1f43c728c3f100fa8064d..e067bae0b3ee75a4092e34505697b4a5c02d805a 100644
--- a/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0104.diff.html
+++ b/public/convert-anystyle-data/diffs/10.1515_zfrs-1980-0104.diff.html
@@ -21,90 +21,90 @@
 
 <body>
     
-    <table class="diff" id="difflib_chg_to7__top"
+    <table class="diff" id="difflib_chg_to23__top"
            cellspacing="0" cellpadding="0" rules="groups" >
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>
         
         <tbody>
-            <tr><td class="diff_next" id="difflib_chg_to7__0"><a href="#difflib_chg_to7__1">n</a></td><td class="diff_header" id="from7_1">1</td><td nowrap="nowrap"><span class="diff_sub">Abgekürzt&nbsp;werden&nbsp;zitiert:&nbsp;Armer/Grimshaw&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Social&nbsp;Research&nbsp;-&nbsp;Methodological&nbsp;Problems&nbsp;and&nbsp;Strategies&nbsp;(New&nbsp;York,&nbsp;London,&nbsp;Sydney,&nbsp;Tokio&nbsp;1973);&nbsp;Drobnig/&nbsp;Rebbinder&nbsp;(Hrsg.),&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung&nbsp;(1977);&nbsp;Rokkan&nbsp;(Hrsg.),&nbsp;Compa&nbsp;rative&nbsp;Research&nbsp;Across&nbsp;Cultures&nbsp;and&nbsp;Nations&nbsp;(Paris,&nbsp;Den&nbsp;Haag&nbsp;1968);&nbsp;Rokkan/Verba/Viet/&nbsp;Almasy&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Sutvey&nbsp;Analysis&nbsp;(Den&nbsp;Haag,&nbsp;Paris&nbsp;1969);&nbsp;Smelser,&nbsp;Comparative&nbsp;Methods&nbsp;in&nbsp;the&nbsp;Social&nbsp;Sciences&nbsp;(Englewood&nbsp;Cliffs,&nbsp;N.&nbsp;J.&nbsp;1976)&nbsp;;&nbsp;Szalai/Petrella&nbsp;(Hrsg.),&nbsp;Cross&nbsp;National&nbsp;Comparative&nbsp;Survey&nbsp;Research&nbsp;(Oxford,&nbsp;New&nbsp;York,&nbsp;Toronto,&nbsp;Sydney,&nbsp;Paris,&nbsp;Frank&nbsp;furt&nbsp;1977);&nbsp;Vallier&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Methods&nbsp;in&nbsp;Sociology&nbsp;(Berkeley,&nbsp;Los&nbsp;Angeles,&nbsp;London&nbsp;1971);&nbsp;Zweigert/Kötz.&nbsp;Einführung&nbsp;in&nbsp;die&nbsp;Rechtsvergleichung&nbsp;Bd.&nbsp;I&nbsp;(1971).</span></td><td class="diff_next"><a href="#difflib_chg_to7__1">n</a></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_2">2</td><td nowrap="nowrap">1&nbsp;Siehe&nbsp;näher&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;12&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_1">1</td><td nowrap="nowrap">1&nbsp;Siehe&nbsp;näher&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;12&nbsp;ff.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__1"></td><td class="diff_header" id="from7_3">3</td><td nowrap="nowrap">2&nbsp;Rabel,&nbsp;Aufgabe&nbsp;und&nbsp;Notwendigkeit&nbsp;der&nbsp;Rechtsvergleichung&nbsp;(1925),&nbsp;abgedruckt&nbsp;in:&nbsp;Rabel,&nbsp;Gesammelte&nbsp;Aufsätze&nbsp;III&nbsp;(Hrsg.&nbsp;Leser,&nbsp;1967)&nbsp;1&nbsp;(3)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_2">2</td><td nowrap="nowrap">2&nbsp;Rabel,&nbsp;Aufgabe&nbsp;und&nbsp;Notwendigkeit&nbsp;der&nbsp;Rechtsvergleichung&nbsp;(1925),&nbsp;abgedruckt&nbsp;in:&nbsp;Rabel,&nbsp;Gesammelte&nbsp;Aufsätze&nbsp;III&nbsp;(Hrsg.&nbsp;Leser,&nbsp;1967)&nbsp;1&nbsp;(3)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_4">4</td><td nowrap="nowrap">3&nbsp;Siehe&nbsp;insbes.&nbsp;die&nbsp;Beiträge&nbsp;in&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder.</td><td class="diff_next"></td><td class="diff_header" id="to7_3">3</td><td nowrap="nowrap">3&nbsp;Siehe&nbsp;insbes.&nbsp;die&nbsp;Beiträge&nbsp;in&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_5">5</td><td nowrap="nowrap">4&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Law&nbsp;Books&nbsp;and&nbsp;Books&nbsp;About&nbsp;Law,&nbsp;Stanford&nbsp;Law&nbsp;Rev.&nbsp;26&nbsp;(1973)&nbsp;174&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Benda-Beckmann,&nbsp;Einige&nbsp;Anmerkungen&nbsp;über&nbsp;die&nbsp;Beziehung&nbsp;zwischen&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;51&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_4">4</td><td nowrap="nowrap">4&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Law&nbsp;Books&nbsp;and&nbsp;Books&nbsp;About&nbsp;Law,&nbsp;Stanford&nbsp;Law&nbsp;Rev.&nbsp;26&nbsp;(1973)&nbsp;174&nbsp;ff.&nbsp;Benda-Beckmann,&nbsp;Einige&nbsp;Anmerkungen&nbsp;über&nbsp;die&nbsp;Beziehung&nbsp;zwischen&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;51&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_6">6</td><td nowrap="nowrap">5&nbsp;Carbonnier,&nbsp;L’apport&nbsp;du&nbsp;droit&nbsp;compare&nbsp;ä&nbsp;la&nbsp;sociologie&nbsp;juridique,&nbsp;in:&nbsp;Livre&nbsp;du&nbsp;centenaire&nbsp;de&nbsp;la&nbsp;Societe&nbsp;de&nbsp;legislation&nbsp;comparee&nbsp;(Paris&nbsp;1969)&nbsp;75&nbsp;(83)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_5">5</td><td nowrap="nowrap">5&nbsp;Carbonnier,&nbsp;L’apport&nbsp;du&nbsp;droit&nbsp;compare&nbsp;ä&nbsp;la&nbsp;sociologie&nbsp;juridique,&nbsp;in:&nbsp;Livre&nbsp;du&nbsp;centenaire&nbsp;de&nbsp;la&nbsp;Societe&nbsp;de&nbsp;legislation&nbsp;comparee&nbsp;(Paris&nbsp;1969)&nbsp;75&nbsp;(83)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__2"></td><td class="diff_header" id="from7_7">7</td><td nowrap="nowrap">6&nbsp;Carbonnier&nbsp;(vorige&nbsp;N.)&nbsp;a.a.O.</td><td class="diff_next"></td><td class="diff_header" id="to7_6">6</td><td nowrap="nowrap">6&nbsp;Carbonnier&nbsp;(vorige&nbsp;N.)&nbsp;a.a.O.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__2">n</a></td><td class="diff_header" id="from7_8">8</td><td nowrap="nowrap"><span class="diff_sub">7&nbsp;Nowak,&nbsp;The&nbsp;Strategy&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;for&nbsp;the&nbsp;Development&nbsp;of&nbsp;Social&nbsp;Theory,&nbsp;in:&nbsp;Szalai/Petrella&nbsp;3&nbsp;(9&nbsp;ff.):&nbsp;Rose,&nbsp;Interkulturelle&nbsp;Forschung&nbsp;in&nbsp;der&nbsp;Rechtssoziologie,&nbsp;in:&nbsp;Drobnig/Rehbinder&nbsp;171&nbsp;ff.</span></td><td class="diff_next"><a href="#difflib_chg_to7__2">n</a></td><td class="diff_header" id="to7_7">7</td><td nowrap="nowrap"><span class="diff_add">7&nbsp;Nowak,&nbsp;The&nbsp;Strategy&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;for&nbsp;the&nbsp;Development&nbsp;of&nbsp;Social&nbsp;Theory,&nbsp;in:&nbsp;Szalai&nbsp;Petrella&nbsp;3&nbsp;(9&nbsp;ff&nbsp;.)&nbsp;Rose,&nbsp;Interkulturelle&nbsp;Forschung&nbsp;in&nbsp;der&nbsp;Rechtssoziologie,&nbsp;in:&nbsp;Drobnig&nbsp;Rehbinder&nbsp;171&nbsp;ff.</span></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_9">9</td><td nowrap="nowrap">8&nbsp;Dazu&nbsp;näher&nbsp;Wirsing,&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs&nbsp;in&nbsp;der&nbsp;Ethnologie,&nbsp;Sociologus&nbsp;25&nbsp;(1975)&nbsp;97&nbsp;ff.&nbsp;-&nbsp;Vgl.&nbsp;auch&nbsp;Poirier,&nbsp;Situation&nbsp;actuelle&nbsp;et&nbsp;Programme&nbsp;de&nbsp;travail&nbsp;de&nbsp;Techno&nbsp;logie&nbsp;juridique,&nbsp;Rev.&nbsp;int.&nbsp;Sc.&nbsp;Soc.&nbsp;22&nbsp;(1970)&nbsp;509&nbsp;(526)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_8">8</td><td nowrap="nowrap">8&nbsp;Dazu&nbsp;näher&nbsp;Wirsing,&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs&nbsp;in&nbsp;der&nbsp;Ethnologie,&nbsp;Sociologus&nbsp;25&nbsp;(1975)&nbsp;97&nbsp;ff.&nbsp;-&nbsp;Vgl.&nbsp;auch&nbsp;Poirier,&nbsp;Situation&nbsp;actuelle&nbsp;et&nbsp;Programme&nbsp;de&nbsp;travail&nbsp;de&nbsp;Techno&nbsp;logie&nbsp;juridique,&nbsp;Rev.&nbsp;int.&nbsp;Sc.&nbsp;Soc.&nbsp;22&nbsp;(1970)&nbsp;509&nbsp;(526)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_10">10</td><td nowrap="nowrap">9&nbsp;Macaulay,&nbsp;Elegant&nbsp;Models,&nbsp;Empirical&nbsp;Pictures,&nbsp;and&nbsp;the&nbsp;Complexities&nbsp;of&nbsp;Contract,&nbsp;Law&nbsp;&amp;&nbsp;Soc.&nbsp;Rev.&nbsp;11&nbsp;(1977)&nbsp;507&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_9">9</td><td nowrap="nowrap">9&nbsp;Macaulay,&nbsp;Elegant&nbsp;Models,&nbsp;Empirical&nbsp;Pictures,&nbsp;and&nbsp;the&nbsp;Complexities&nbsp;of&nbsp;Contract,&nbsp;Law&nbsp;&amp;&nbsp;Soc.&nbsp;Rev.&nbsp;11&nbsp;(1977)&nbsp;507&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_11">11</td><td nowrap="nowrap">10&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;175.</td><td class="diff_next"></td><td class="diff_header" id="to7_10">10</td><td nowrap="nowrap">10&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;175.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__3">n</a></td><td class="diff_header" id="from7_12">12</td><td nowrap="nowrap">11&nbsp;Dazu&nbsp;Grimshau,&nbsp;Comparative&nbsp;Sociology&nbsp;-&nbsp;In&nbsp;What&nbsp;Ways&nbsp;Different&nbsp;From&nbsp;Other&nbsp;Sociologies?,&nbsp;in:&nbsp;Armer<span class="diff_chg">/</span>Grimshaw&nbsp;3&nbsp;(18)<span class="diff_chg">.&nbsp;Auch&nbsp;der</span>&nbsp;Oberbegriff&nbsp;„cross&nbsp;System&nbsp;comparison"&nbsp;wird&nbsp;vorgeschlagen,&nbsp;Tomasson,&nbsp;Introduction;&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;The&nbsp;State&nbsp;of&nbsp;the&nbsp;Art,&nbsp;in:&nbsp;Tomasson&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Studies&nbsp;in&nbsp;Sociology&nbsp;Vol.&nbsp;1&nbsp;(Greenwich,&nbsp;Conn.&nbsp;1978)&nbsp;1.&nbsp;—&nbsp;Über&nbsp;die&nbsp;Methoden&nbsp;interkultureller&nbsp;und&nbsp;internationaler&nbsp;Vergleiche&nbsp;ist&nbsp;inzwischen&nbsp;so&nbsp;viel&nbsp;geschrieben&nbsp;worden,&nbsp;daß&nbsp;nicht&nbsp;nur&nbsp;die&nbsp;Fülle&nbsp;des&nbsp;Materials&nbsp;schon&nbsp;wieder&nbsp;abschreckend&nbsp;wirkt,&nbsp;sondern&nbsp;daß&nbsp;es&nbsp;auch&nbsp;genügt,&nbsp;im&nbsp;Rahmen&nbsp;dieses&nbsp;Aufsatzes&nbsp;nur&nbsp;einige&nbsp;wichtige&nbsp;Aspekte&nbsp;anzusprechen.&nbsp;Bibliographien&nbsp;finden&nbsp;sich&nbsp;etwa&nbsp;bei&nbsp;Rokkan<span class="diff_chg">/</span>Verba<span class="diff_chg">/</span>Viet<span class="diff_chg">/Almasy</span>&nbsp;117&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Vallier&nbsp;423&nbsp;ff.<span class="diff_chg">;&nbsp;Almasy/</span>Balandier<span class="diff_chg">/</span>Delatte,&nbsp;Comparative&nbsp;Survey&nbsp;Analysis&nbsp;—&nbsp;An&nbsp;Annotated&nbsp;Bibliography&nbsp;1967&nbsp;—&nbsp;1973&nbsp;(Beverly&nbsp;Hills,&nbsp;London&nbsp;1976)&nbsp;sowie&nbsp;bei&nbsp;Marsh,&nbsp;Comparative&nbsp;Sociology&nbsp;(New&nbsp;York,&nbsp;Chicago,&nbsp;San&nbsp;Francisco,&nbsp;Atlanta&nbsp;1967)&nbsp;375&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to7__3">n</a></td><td class="diff_header" id="to7_11">11</td><td nowrap="nowrap">11&nbsp;Dazu&nbsp;Grimshau,&nbsp;Comparative&nbsp;Sociology&nbsp;-&nbsp;In&nbsp;What&nbsp;Ways&nbsp;Different&nbsp;From&nbsp;Other&nbsp;Sociologies?,&nbsp;in:&nbsp;Armer<span class="diff_chg">&nbsp;</span>Grimshaw&nbsp;3&nbsp;(18)<span class="diff_chg">&nbsp;Auch&nbsp;der</span>&nbsp;Oberbegriff&nbsp;„cross&nbsp;System&nbsp;comparison"&nbsp;wird&nbsp;vorgeschlagen,&nbsp;Tomasson,&nbsp;Introduction;&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;The&nbsp;State&nbsp;of&nbsp;the&nbsp;Art,&nbsp;in:&nbsp;Tomasson&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Studies&nbsp;in&nbsp;Sociology&nbsp;Vol.&nbsp;1&nbsp;(Greenwich,&nbsp;Conn.&nbsp;1978)&nbsp;1.&nbsp;—&nbsp;Über&nbsp;die&nbsp;Methoden&nbsp;interkultureller&nbsp;und&nbsp;internationaler&nbsp;Vergleiche&nbsp;ist&nbsp;inzwischen&nbsp;so&nbsp;viel&nbsp;geschrieben&nbsp;worden,&nbsp;daß&nbsp;nicht&nbsp;nur&nbsp;die&nbsp;Fülle&nbsp;des&nbsp;Materials&nbsp;schon&nbsp;wieder&nbsp;abschreckend&nbsp;wirkt,&nbsp;sondern&nbsp;daß&nbsp;es&nbsp;auch&nbsp;genügt,&nbsp;im&nbsp;Rahmen&nbsp;dieses&nbsp;Aufsatzes&nbsp;nur&nbsp;einige&nbsp;wichtige&nbsp;Aspekte&nbsp;anzusprechen.&nbsp;Bibliographien&nbsp;finden&nbsp;sich&nbsp;etwa&nbsp;bei&nbsp;Rokkan<span class="diff_chg">&nbsp;</span>Verba<span class="diff_chg">&nbsp;</span>Viet<span class="diff_chg">&nbsp;Almasy</span>&nbsp;117&nbsp;ff.&nbsp;Vallier&nbsp;423&nbsp;ff.<span class="diff_chg">&nbsp;Almasy&nbsp;</span>Balandier<span class="diff_chg">&nbsp;</span>Delatte,&nbsp;Comparative&nbsp;Survey&nbsp;Analysis&nbsp;—&nbsp;An&nbsp;Annotated&nbsp;Bibliography&nbsp;1967&nbsp;—&nbsp;1973&nbsp;(Beverly&nbsp;Hills,&nbsp;London&nbsp;1976)&nbsp;sowie&nbsp;bei&nbsp;Marsh,&nbsp;Comparative&nbsp;Sociology&nbsp;(New&nbsp;York,&nbsp;Chicago,&nbsp;San&nbsp;Francisco,&nbsp;Atlanta&nbsp;1967)&nbsp;375&nbsp;ff.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__3"></td><td class="diff_header" id="from7_13">13</td><td nowrap="nowrap">12&nbsp;Durkheim,&nbsp;Les&nbsp;règles&nbsp;de&nbsp;la&nbsp;methode&nbsp;sociologique&nbsp;<span class="diff_sub">(PUF,&nbsp;</span>Paris&nbsp;1977)&nbsp;137.</td><td class="diff_next"></td><td class="diff_header" id="to7_12">12</td><td nowrap="nowrap">12&nbsp;Durkheim,&nbsp;Les&nbsp;règles&nbsp;de&nbsp;la&nbsp;methode&nbsp;sociologique&nbsp;Paris&nbsp;1977)&nbsp;137.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_14">14</td><td nowrap="nowrap"><span class="diff_sub">13&nbsp;Smelser&nbsp;2&nbsp;f.&nbsp;;&nbsp;Payne,&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;of&nbsp;Theory&nbsp;and&nbsp;Method,&nbsp;Brit.&nbsp;J.&nbsp;Soc.&nbsp;24&nbsp;(1973)&nbsp;13&nbsp;(15&nbsp;ff.).&nbsp;-&nbsp;Ähnlich&nbsp;auch&nbsp;Eisenstadt,&nbsp;Social&nbsp;Institutions&nbsp;-&nbsp;Comparative&nbsp;Method,&nbsp;in:&nbsp;International&nbsp;Encyclopedia&nbsp;of&nbsp;the&nbsp;Social&nbsp;Sciences&nbsp;Bd.&nbsp;14&nbsp;(London&nbsp;1968)&nbsp;421&nbsp;(423).</span></td><td class="diff_next"></td><td class="diff_header" id="to7_13">13</td><td nowrap="nowrap"><span class="diff_add">13&nbsp;Smelser&nbsp;2&nbsp;f.&nbsp;;&nbsp;Payne,&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;of&nbsp;Theory&nbsp;and&nbsp;Method,&nbsp;Brit.&nbsp;J.&nbsp;Soc.&nbsp;24&nbsp;(1973)&nbsp;13&nbsp;(15&nbsp;ff&nbsp;.)&nbsp;Ähnlich&nbsp;auch&nbsp;Eisenstadt,&nbsp;Social&nbsp;Institutions&nbsp;-&nbsp;Comparative&nbsp;Method,&nbsp;in:&nbsp;International&nbsp;Encyclopedia&nbsp;of&nbsp;the&nbsp;Social&nbsp;Sciences&nbsp;Bd.&nbsp;14&nbsp;(London&nbsp;1968)&nbsp;421&nbsp;(423)</span></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_15">15</td><td nowrap="nowrap">14&nbsp;Boesch<span class="diff_chg">/</span>Eckensberger,&nbsp;Methodische&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs,&nbsp;in:&nbsp;Graumann&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;Psychologie,&nbsp;Bd.&nbsp;Vll&nbsp;1&nbsp;(2.&nbsp;Auf],&nbsp;1969)&nbsp;514&nbsp;(520&nbsp;ff<span class="diff_chg">.).</span>&nbsp;—&nbsp;Zur&nbsp;„cultunit“,&nbsp;die&nbsp;vor&nbsp;allem&nbsp;durch&nbsp;die&nbsp;gemeinsame&nbsp;Sprache&nbsp;und&nbsp;die&nbsp;Zugehörigkeit&nbsp;zu&nbsp;einem&nbsp;Staat&nbsp;bzw.&nbsp;einer&nbsp;interpersonellen&nbsp;Kontaktgruppe&nbsp;gekennzeichnet&nbsp;ist,&nbsp;s.&nbsp;Naroll<span class="diff_chg">/</span>Cohen&nbsp;(Hrsg.),&nbsp;A&nbsp;Handbook&nbsp;of&nbsp;Method&nbsp;in&nbsp;Cultural&nbsp;Anthropology&nbsp;(New&nbsp;York,&nbsp;London&nbsp;1973)&nbsp;sowie&nbsp;Smelser&nbsp;168&nbsp;f.<span class="diff_sub">;</span>&nbsp;Wirsing&nbsp;(oben&nbsp;N.&nbsp;8)&nbsp;115.</td><td class="diff_next"></td><td class="diff_header" id="to7_14">14</td><td nowrap="nowrap">14&nbsp;Boesch<span class="diff_chg">&nbsp;</span>Eckensberger,&nbsp;Methodische&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs,&nbsp;in:&nbsp;Graumann&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;Psychologie,&nbsp;Bd.&nbsp;Vll&nbsp;1&nbsp;(2.&nbsp;Auf],&nbsp;1969)&nbsp;514&nbsp;(520&nbsp;ff<span class="diff_chg">&nbsp;.)</span>&nbsp;—&nbsp;Zur&nbsp;„cultunit“,&nbsp;die&nbsp;vor&nbsp;allem&nbsp;durch&nbsp;die&nbsp;gemeinsame&nbsp;Sprache&nbsp;und&nbsp;die&nbsp;Zugehörigkeit&nbsp;zu&nbsp;einem&nbsp;Staat&nbsp;bzw.&nbsp;einer&nbsp;interpersonellen&nbsp;Kontaktgruppe&nbsp;gekennzeichnet&nbsp;ist,&nbsp;s.&nbsp;Naroll<span class="diff_chg">&nbsp;</span>Cohen&nbsp;(Hrsg.),&nbsp;A&nbsp;Handbook&nbsp;of&nbsp;Method&nbsp;in&nbsp;Cultural&nbsp;Anthropology&nbsp;(New&nbsp;York,&nbsp;London&nbsp;1973)&nbsp;sowie&nbsp;Smelser&nbsp;168&nbsp;f.&nbsp;Wirsing&nbsp;(oben&nbsp;N.&nbsp;8)&nbsp;115.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__4"></td><td class="diff_header" id="from7_16">16</td><td nowrap="nowrap">15&nbsp;Näher&nbsp;dazu&nbsp;Zelditch,&nbsp;Intelligible&nbsp;Comparisons,&nbsp;in:&nbsp;Vallier&nbsp;267&nbsp;(270&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_15">15</td><td nowrap="nowrap">15&nbsp;Näher&nbsp;dazu&nbsp;Zelditch,&nbsp;Intelligible&nbsp;Comparisons,&nbsp;in:&nbsp;Vallier&nbsp;267&nbsp;(270&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_17">17</td><td nowrap="nowrap">16&nbsp;Carbonnier&nbsp;(oben&nbsp;N.&nbsp;5)&nbsp;80.</td><td class="diff_next"></td><td class="diff_header" id="to7_16">16</td><td nowrap="nowrap">16&nbsp;Carbonnier&nbsp;(oben&nbsp;N.&nbsp;5)&nbsp;80.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__5"><a href="#difflib_chg_to7__4">n</a></td><td class="diff_header" id="from7_18">18</td><td nowrap="nowrap">17&nbsp;Siehe&nbsp;Zweigert,&nbsp;Die&nbsp;soziologische&nbsp;Dimension&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rebbinder&nbsp;151&nbsp;(159)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to7__4">n</a></td><td class="diff_header" id="to7_17">17</td><td nowrap="nowrap">17&nbsp;Siehe&nbsp;Zweigert,&nbsp;Die&nbsp;soziologische&nbsp;Dimension&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rebbinder&nbsp;151&nbsp;(159)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_19">19</td><td nowrap="nowrap">18&nbsp;Zu&nbsp;entsprechenden&nbsp;Versuchen&nbsp;etwa&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Scientific&nbsp;Explanation,&nbsp;in:&nbsp;Law&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America&nbsp;in&nbsp;Social&nbsp;and&nbsp;Technological&nbsp;Revolution&nbsp;(Brüssel&nbsp;1974)&nbsp;81&nbsp;(89&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_18">18</td><td nowrap="nowrap">18&nbsp;Zu&nbsp;entsprechenden&nbsp;Versuchen&nbsp;etwa&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Scientific&nbsp;Explanation,&nbsp;in:&nbsp;Law&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America&nbsp;in&nbsp;Social&nbsp;and&nbsp;Technological&nbsp;Revolution&nbsp;(Brüssel&nbsp;1974)&nbsp;81&nbsp;(89&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_20">20</td><td nowrap="nowrap">19&nbsp;Beispiel&nbsp;von&nbsp;Carbonnier,&nbsp;Sociologie&nbsp;juridique&nbsp;(Paris&nbsp;1972)&nbsp;188&nbsp;N.&nbsp;1.</td><td class="diff_next"></td><td class="diff_header" id="to7_19">19</td><td nowrap="nowrap">19&nbsp;Beispiel&nbsp;von&nbsp;Carbonnier,&nbsp;Sociologie&nbsp;juridique&nbsp;(Paris&nbsp;1972)&nbsp;188&nbsp;N.&nbsp;1.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__5">n</a></td><td class="diff_header" id="from7_21">21</td><td nowrap="nowrap">20&nbsp;Dazu&nbsp;Heidrich,&nbsp;Höchstrichterliche&nbsp;Rechtsprechung&nbsp;als&nbsp;Triebfehier&nbsp;sozialen&nbsp;Wandels,&nbsp;Jahr&nbsp;buch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;3&nbsp;(1972)&nbsp;305&nbsp;(330&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to7__5">n</a></td><td class="diff_header" id="to7_20">20</td><td nowrap="nowrap">20&nbsp;Dazu&nbsp;Heidrich,&nbsp;Höchstrichterliche&nbsp;Rechtsprechung&nbsp;als&nbsp;Triebfehier&nbsp;sozialen&nbsp;Wandels,&nbsp;Jahr&nbsp;buch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;3&nbsp;(1972)&nbsp;305&nbsp;(330&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__6"></td><td class="diff_header" id="from7_22">22</td><td nowrap="nowrap">21&nbsp;Insbesondere&nbsp;Zweigert&nbsp;(oben&nbsp;N.&nbsp;17)&nbsp;157&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_21">21</td><td nowrap="nowrap">21&nbsp;Insbesondere&nbsp;Zweigert&nbsp;(oben&nbsp;N.&nbsp;17)&nbsp;157&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__6">n</a></td><td class="diff_header" id="from7_23">23</td><td nowrap="nowrap">22&nbsp;Kaiser,&nbsp;Strafrecht&nbsp;und&nbsp;vergleichende&nbsp;Kriminologie,&nbsp;in:&nbsp;Kaiser<span class="diff_chg">/</span>Vogler&nbsp;(Hrsg.),&nbsp;Strafrecht,&nbsp;Straf&nbsp;rechtsvergleichung&nbsp;(1975)&nbsp;79&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Villmow<span class="diff_chg">/</span>Albrecht,&nbsp;Die&nbsp;Vergleichung&nbsp;als&nbsp;Methode&nbsp;der&nbsp;Strafrechtswissenschaft&nbsp;und&nbsp;der&nbsp;Kriminologie,&nbsp;MschrKrim.&nbsp;62&nbsp;(1979)&nbsp;163&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to7__6">n</a></td><td class="diff_header" id="to7_22">22</td><td nowrap="nowrap">22&nbsp;Kaiser,&nbsp;Strafrecht&nbsp;und&nbsp;vergleichende&nbsp;Kriminologie,&nbsp;in:&nbsp;Kaiser<span class="diff_chg">&nbsp;</span>Vogler&nbsp;(Hrsg.),&nbsp;Strafrecht,&nbsp;Straf&nbsp;rechtsvergleichung&nbsp;(1975)&nbsp;79&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Villmow<span class="diff_chg">&nbsp;</span>Albrecht,&nbsp;Die&nbsp;Vergleichung&nbsp;als&nbsp;Methode&nbsp;der&nbsp;Strafrechtswissenschaft&nbsp;und&nbsp;der&nbsp;Kriminologie,&nbsp;MschrKrim.&nbsp;62&nbsp;(1979)&nbsp;163&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_24">24</td><td nowrap="nowrap">23&nbsp;So&nbsp;etwa&nbsp;K.&nbsp;H.&nbsp;Neumayer,&nbsp;Ziele&nbsp;und&nbsp;Methoden&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Recueil&nbsp;des&nbsp;travaux&nbsp;suisses&nbsp;présentés&nbsp;au&nbsp;IXe&nbsp;Congrès&nbsp;international&nbsp;de&nbsp;droit&nbsp;compare&nbsp;(1976)&nbsp;45&nbsp;(48)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_23">23</td><td nowrap="nowrap">23&nbsp;So&nbsp;etwa&nbsp;K.&nbsp;H.&nbsp;Neumayer,&nbsp;Ziele&nbsp;und&nbsp;Methoden&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Recueil&nbsp;des&nbsp;travaux&nbsp;suisses&nbsp;présentés&nbsp;au&nbsp;IXe&nbsp;Congrès&nbsp;international&nbsp;de&nbsp;droit&nbsp;compare&nbsp;(1976)&nbsp;45&nbsp;(48)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__7"></td><td class="diff_header" id="from7_25">25</td><td nowrap="nowrap">24&nbsp;Zur&nbsp;Abgrenzung&nbsp;näher&nbsp;Rehbinder,&nbsp;Erkenntnistheoretisches&nbsp;zum&nbsp;Verhältnis&nbsp;von&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder&nbsp;56&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_24">24</td><td nowrap="nowrap">24&nbsp;Zur&nbsp;Abgrenzung&nbsp;näher&nbsp;Rehbinder,&nbsp;Erkenntnistheoretisches&nbsp;zum&nbsp;Verhältnis&nbsp;von&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder&nbsp;56&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_26">26</td><td nowrap="nowrap">25&nbsp;Näher&nbsp;dazu&nbsp;Merryman&nbsp;(oben&nbsp;N.&nbsp;18)&nbsp;101&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_25">25</td><td nowrap="nowrap">25&nbsp;Näher&nbsp;dazu&nbsp;Merryman&nbsp;(oben&nbsp;N.&nbsp;18)&nbsp;101&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__7">n</a></td><td class="diff_header" id="from7_27">27</td><td nowrap="nowrap">26&nbsp;Heidrich,&nbsp;Sozialwissenschaftliche&nbsp;Aspekte&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder&nbsp;178&nbsp;(186&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to7__7">n</a></td><td class="diff_header" id="to7_26">26</td><td nowrap="nowrap">26&nbsp;Heidrich,&nbsp;Sozialwissenschaftliche&nbsp;Aspekte&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder&nbsp;178&nbsp;(186&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_28">28</td><td nowrap="nowrap">27&nbsp;Siehe&nbsp;etwa&nbsp;die&nbsp;Erklärung,&nbsp;warum&nbsp;das&nbsp;„Access&nbsp;to&nbsp;justice&nbsp;movement"&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;vergleichsweise&nbsp;wenig&nbsp;Widerhall&nbsp;gefunden&nbsp;hat&nbsp;von&nbsp;Blankenburg,&nbsp;Patterns&nbsp;of&nbsp;Legal&nbsp;Culture&nbsp;as&nbsp;a&nbsp;Variable&nbsp;for&nbsp;the&nbsp;Chances&nbsp;of&nbsp;Legal&nbsp;Innovation,&nbsp;in:&nbsp;Blankenburg&nbsp;(Hrsg.),&nbsp;innovations&nbsp;in&nbsp;the&nbsp;Legal&nbsp;Services&nbsp;(Cambridge,&nbsp;Mass.;&nbsp;Meisenheim&nbsp;1980).</td><td class="diff_next"></td><td class="diff_header" id="to7_27">27</td><td nowrap="nowrap">27&nbsp;Siehe&nbsp;etwa&nbsp;die&nbsp;Erklärung,&nbsp;warum&nbsp;das&nbsp;„Access&nbsp;to&nbsp;justice&nbsp;movement"&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;vergleichsweise&nbsp;wenig&nbsp;Widerhall&nbsp;gefunden&nbsp;hat&nbsp;von&nbsp;Blankenburg,&nbsp;Patterns&nbsp;of&nbsp;Legal&nbsp;Culture&nbsp;as&nbsp;a&nbsp;Variable&nbsp;for&nbsp;the&nbsp;Chances&nbsp;of&nbsp;Legal&nbsp;Innovation,&nbsp;in:&nbsp;Blankenburg&nbsp;(Hrsg.),&nbsp;innovations&nbsp;in&nbsp;the&nbsp;Legal&nbsp;Services&nbsp;(Cambridge,&nbsp;Mass.;&nbsp;Meisenheim&nbsp;1980).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_29">29</td><td nowrap="nowrap">28&nbsp;So&nbsp;Rehbinder&nbsp;(oben&nbsp;N.&nbsp;24)&nbsp;60.</td><td class="diff_next"></td><td class="diff_header" id="to7_28">28</td><td nowrap="nowrap">28&nbsp;So&nbsp;Rehbinder&nbsp;(oben&nbsp;N.&nbsp;24)&nbsp;60.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__8">n</a></td><td class="diff_header" id="from7_30">30</td><td nowrap="nowrap">29&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Theory,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;26&nbsp;(1978)&nbsp;219&nbsp;(224&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to7__8">n</a></td><td class="diff_header" id="to7_29">29</td><td nowrap="nowrap">29&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Theory,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;26&nbsp;(1978)&nbsp;219&nbsp;(224&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_31">31</td><td nowrap="nowrap">30&nbsp;Dazu&nbsp;etwa&nbsp;Smelser&nbsp;175&nbsp;f.&nbsp;—&nbsp;Für&nbsp;die&nbsp;Kriminologie&nbsp;siehe&nbsp;Kaiser&nbsp;(oben&nbsp;N.&nbsp;22)&nbsp;89&nbsp;sowie&nbsp;Blazicek<span class="diff_chg">/</span>Janeksela,&nbsp;Some&nbsp;Comments&nbsp;on&nbsp;Comparative&nbsp;Methodologies&nbsp;in&nbsp;Criminal&nbsp;Justice,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;Pen&nbsp;6&nbsp;(1978)&nbsp;233&nbsp;(240)<span class="diff_sub">.</span>&nbsp;Als&nbsp;besonders&nbsp;gefährlich&nbsp;hat&nbsp;sich&nbsp;die&nbsp;unkritische&nbsp;Übertragung&nbsp;solcher&nbsp;Konzepte&nbsp;auf&nbsp;Länder&nbsp;der&nbsp;Dritten&nbsp;Welt&nbsp;erwiesen.&nbsp;So&nbsp;kam&nbsp;man&nbsp;etwa&nbsp;zu&nbsp;dem&nbsp;Ergebnis:&nbsp;„The&nbsp;U.&nbsp;S.&nbsp;law&nbsp;and&nbsp;development&nbsp;movement&nbsp;was&nbsp;largely&nbsp;a&nbsp;parochial&nbsp;expression&nbsp;of&nbsp;the&nbsp;American&nbsp;legal&nbsp;style“,&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Change&nbsp;-&nbsp;On&nbsp;the&nbsp;Origins,&nbsp;Style,&nbsp;Decline&nbsp;and&nbsp;Revival&nbsp;of&nbsp;the&nbsp;Law&nbsp;and&nbsp;Development&nbsp;Movement,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;25&nbsp;(1977)&nbsp;457&nbsp;(479)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_30">30</td><td nowrap="nowrap">30&nbsp;Dazu&nbsp;etwa&nbsp;Smelser&nbsp;175&nbsp;f.&nbsp;—&nbsp;Für&nbsp;die&nbsp;Kriminologie&nbsp;siehe&nbsp;Kaiser&nbsp;(oben&nbsp;N.&nbsp;22)&nbsp;89&nbsp;sowie&nbsp;Blazicek<span class="diff_chg">&nbsp;</span>Janeksela,&nbsp;Some&nbsp;Comments&nbsp;on&nbsp;Comparative&nbsp;Methodologies&nbsp;in&nbsp;Criminal&nbsp;Justice,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;Pen&nbsp;6&nbsp;(1978)&nbsp;233&nbsp;(240)&nbsp;Als&nbsp;besonders&nbsp;gefährlich&nbsp;hat&nbsp;sich&nbsp;die&nbsp;unkritische&nbsp;Übertragung&nbsp;solcher&nbsp;Konzepte&nbsp;auf&nbsp;Länder&nbsp;der&nbsp;Dritten&nbsp;Welt&nbsp;erwiesen.&nbsp;So&nbsp;kam&nbsp;man&nbsp;etwa&nbsp;zu&nbsp;dem&nbsp;Ergebnis:&nbsp;„The&nbsp;U.&nbsp;S.&nbsp;law&nbsp;and&nbsp;development&nbsp;movement&nbsp;was&nbsp;largely&nbsp;a&nbsp;parochial&nbsp;expression&nbsp;of&nbsp;the&nbsp;American&nbsp;legal&nbsp;style<span class="diff_add">&nbsp;</span>“,&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Change&nbsp;-&nbsp;On&nbsp;the&nbsp;Origins,&nbsp;Style,&nbsp;Decline&nbsp;and&nbsp;Revival&nbsp;of&nbsp;the&nbsp;Law&nbsp;and&nbsp;Development&nbsp;Movement,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;25&nbsp;(1977)&nbsp;457&nbsp;(479)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_32">32</td><td nowrap="nowrap">31&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;15<span class="diff_sub">,</span>&nbsp;25&nbsp;f.</td><td class="diff_next"></td><td class="diff_header" id="to7_31">31</td><td nowrap="nowrap">31&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;15&nbsp;25&nbsp;f.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_33">33</td><td nowrap="nowrap">32&nbsp;Däubler,&nbsp;Systemvergleich&nbsp;im&nbsp;Arbeitsrecht?&nbsp;Vorüberlegungen&nbsp;zu&nbsp;einigen&nbsp;Methodenfragen,&nbsp;Demokratie&nbsp;und&nbsp;Recht&nbsp;1979&nbsp;/1&nbsp;S.&nbsp;23&nbsp;(31&nbsp;ff.)<span class="diff_sub">.&nbsp;-</span>&nbsp;Zum&nbsp;Vergleich&nbsp;mit&nbsp;den&nbsp;sozialistischen&nbsp;Ländern&nbsp;siehe&nbsp;auch&nbsp;Zweigert<span class="diff_chg">/</span>Puttfarken,&nbsp;Zur&nbsp;Vergleichbarkeit&nbsp;analoger&nbsp;Rechtsinstitute&nbsp;in&nbsp;verschiede&nbsp;nen&nbsp;Gesellschaftsordnungen,&nbsp;in:&nbsp;Zweigert<span class="diff_chg">/</span>Puttfarken&nbsp;(Hrsg.),&nbsp;Rechtsvergleichung&nbsp;(1978)&nbsp;395&nbsp;(402&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_32">32</td><td nowrap="nowrap">32&nbsp;Däubler,&nbsp;Systemvergleich&nbsp;im&nbsp;Arbeitsrecht?&nbsp;Vorüberlegungen&nbsp;zu&nbsp;einigen&nbsp;Methodenfragen,&nbsp;Demokratie&nbsp;und&nbsp;Recht&nbsp;1979&nbsp;/<span class="diff_add">&nbsp;</span>1&nbsp;S.&nbsp;23&nbsp;(31&nbsp;ff<span class="diff_add">&nbsp;</span>.)&nbsp;Zum&nbsp;Vergleich&nbsp;mit&nbsp;den&nbsp;sozialistischen&nbsp;Ländern&nbsp;siehe&nbsp;auch&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Puttfarken,&nbsp;Zur&nbsp;Vergleichbarkeit&nbsp;analoger&nbsp;Rechtsinstitute&nbsp;in&nbsp;verschiede&nbsp;nen&nbsp;Gesellschaftsordnungen,&nbsp;in:&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Puttfarken&nbsp;(Hrsg.),&nbsp;Rechtsvergleichung&nbsp;(1978)&nbsp;395&nbsp;(402&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_34">34</td><td nowrap="nowrap">33&nbsp;Blankenburg,&nbsp;Task&nbsp;Contingencies&nbsp;and&nbsp;National&nbsp;Administrative&nbsp;Culture&nbsp;as&nbsp;Determinants&nbsp;for&nbsp;Labour&nbsp;Market&nbsp;Administration&nbsp;(HM&nbsp;discussion&nbsp;papers&nbsp;1978&nbsp;—23)&nbsp;5&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_33">33</td><td nowrap="nowrap">33&nbsp;Blankenburg,&nbsp;Task&nbsp;Contingencies&nbsp;and&nbsp;National&nbsp;Administrative&nbsp;Culture&nbsp;as&nbsp;Determinants&nbsp;for&nbsp;Labour&nbsp;Market&nbsp;Administration&nbsp;(HM&nbsp;discussion&nbsp;papers&nbsp;1978&nbsp;—<span class="diff_add">&nbsp;</span>23)&nbsp;5&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_35">35</td><td nowrap="nowrap">34&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;30&nbsp;f.</td><td class="diff_next"></td><td class="diff_header" id="to7_34">34</td><td nowrap="nowrap">34&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;30&nbsp;f.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_36">36</td><td nowrap="nowrap">35&nbsp;Dazu&nbsp;etwa&nbsp;Armer,&nbsp;Methodology&nbsp;Problems&nbsp;and&nbsp;Possibilities&nbsp;in&nbsp;Comparative&nbsp;Research,&nbsp;in:&nbsp;Armer<span class="diff_chg">/</span>Grimsbaw&nbsp;49&nbsp;(50&nbsp;ff.)<span class="diff_sub">;</span>&nbsp;Smelser&nbsp;182&nbsp;f.<span class="diff_sub">;</span>&nbsp;Trommsdorf,&nbsp;Möglichkeiten&nbsp;und&nbsp;Probleme&nbsp;des&nbsp;Kulturvergleichs&nbsp;am&nbsp;Beispiel&nbsp;einer&nbsp;Agressionsstudie,&nbsp;KZfSS&nbsp;30&nbsp;(1978)&nbsp;361&nbsp;(364&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_35">35</td><td nowrap="nowrap">35&nbsp;Dazu&nbsp;etwa&nbsp;Armer,&nbsp;Methodology&nbsp;Problems&nbsp;and&nbsp;Possibilities&nbsp;in&nbsp;Comparative&nbsp;Research,&nbsp;in:&nbsp;Armer<span class="diff_chg">&nbsp;</span>Grimsbaw&nbsp;49&nbsp;(50&nbsp;ff<span class="diff_add">&nbsp;</span>.)&nbsp;Smelser&nbsp;182&nbsp;f.&nbsp;Trommsdorf,&nbsp;Möglichkeiten&nbsp;und&nbsp;Probleme&nbsp;des&nbsp;Kulturvergleichs&nbsp;am&nbsp;Beispiel&nbsp;einer&nbsp;Agressionsstudie,&nbsp;KZfSS&nbsp;30&nbsp;(1978)&nbsp;361&nbsp;(364&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__8"></td><td class="diff_header" id="from7_37">37</td><td nowrap="nowrap">36&nbsp;Wenn&nbsp;die&nbsp;Strenge&nbsp;elterlicher&nbsp;Strafen&nbsp;gemessen&nbsp;werden&nbsp;soll,&nbsp;kann&nbsp;man&nbsp;etwa&nbsp;darauf&nbsp;ausweichen,&nbsp;welche&nbsp;Strafe&nbsp;die&nbsp;Kinder&nbsp;am&nbsp;meisten&nbsp;fürchten,&nbsp;siehe&nbsp;Malewswka<span class="diff_chg">/</span>Peyre,&nbsp;Juvenile&nbsp;Deliquency&nbsp;and&nbsp;Development,&nbsp;in:&nbsp;Szalai<span class="diff_chg">/</span>Petrella&nbsp;131&nbsp;(157&nbsp;f.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_36">36</td><td nowrap="nowrap">36&nbsp;Wenn&nbsp;die&nbsp;Strenge&nbsp;elterlicher&nbsp;Strafen&nbsp;gemessen&nbsp;werden&nbsp;soll,&nbsp;kann&nbsp;man&nbsp;etwa&nbsp;darauf&nbsp;ausweichen,&nbsp;welche&nbsp;Strafe&nbsp;die&nbsp;Kinder&nbsp;am&nbsp;meisten&nbsp;fürchten,&nbsp;siehe&nbsp;Malewswka<span class="diff_chg">&nbsp;</span>Peyre,&nbsp;Juvenile&nbsp;Deliquency&nbsp;and&nbsp;Development,&nbsp;in:&nbsp;Szalai<span class="diff_chg">&nbsp;</span>Petrella&nbsp;131&nbsp;(157&nbsp;f<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_38">38</td><td nowrap="nowrap">37&nbsp;Näher&nbsp;Scheuch,&nbsp;The&nbsp;Cross-Cultural&nbsp;Use&nbsp;of&nbsp;Sample&nbsp;Surveys&nbsp;—&nbsp;Problems&nbsp;of&nbsp;Comparability,&nbsp;in:&nbsp;Rokkan&nbsp;176&nbsp;(185)<span class="diff_sub">;</span>&nbsp;Biervert,&nbsp;Der&nbsp;internationale&nbsp;Vergleich,&nbsp;in:&nbsp;van&nbsp;Koolwiyk/Wieken-Mayser&nbsp;(Hrsg.),&nbsp;Techniken&nbsp;empirischer&nbsp;Sozialforschung,&nbsp;Bd.&nbsp;2&nbsp;(1975)&nbsp;113&nbsp;(124&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_37">37</td><td nowrap="nowrap">37&nbsp;Näher&nbsp;Scheuch,&nbsp;The&nbsp;Cross-Cultural&nbsp;Use&nbsp;of&nbsp;Sample&nbsp;Surveys&nbsp;—&nbsp;Problems&nbsp;of&nbsp;Comparability,&nbsp;in:&nbsp;Rokkan&nbsp;176&nbsp;(185)&nbsp;Biervert,&nbsp;Der&nbsp;internationale&nbsp;Vergleich,&nbsp;in:&nbsp;van&nbsp;Koolwiyk<span class="diff_add">&nbsp;</span>/<span class="diff_add">&nbsp;</span>Wieken-Mayser&nbsp;(Hrsg.),&nbsp;Techniken&nbsp;empirischer&nbsp;Sozialforschung,&nbsp;Bd.&nbsp;2&nbsp;(1975)&nbsp;113&nbsp;(124&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__9"></td><td class="diff_header" id="from7_39">39</td><td nowrap="nowrap">38&nbsp;Verba,&nbsp;The&nbsp;Uses&nbsp;of&nbsp;Survey&nbsp;Research&nbsp;in&nbsp;the&nbsp;Study&nbsp;of&nbsp;Comparative&nbsp;Politics&nbsp;—&nbsp;Issues&nbsp;and&nbsp;Strategies,&nbsp;in:&nbsp;Rokkan<span class="diff_chg">/</span>Verba<span class="diff_chg">/</span>Viet<span class="diff_chg">/</span>Almasy&nbsp;56&nbsp;(80)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_38">38</td><td nowrap="nowrap">38&nbsp;Verba,&nbsp;The&nbsp;Uses&nbsp;of&nbsp;Survey&nbsp;Research&nbsp;in&nbsp;the&nbsp;Study&nbsp;of&nbsp;Comparative&nbsp;Politics&nbsp;—&nbsp;Issues&nbsp;and&nbsp;Strategies,&nbsp;in:&nbsp;Rokkan<span class="diff_chg">&nbsp;</span>Verba<span class="diff_chg">&nbsp;</span>Viet<span class="diff_chg">&nbsp;</span>Almasy&nbsp;56&nbsp;(80)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_40">40</td><td nowrap="nowrap">39&nbsp;Gessner,&nbsp;Soziologische&nbsp;Ãœberlegungen&nbsp;zu&nbsp;einer&nbsp;Theorie&nbsp;der&nbsp;angewandten&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder&nbsp;123&nbsp;(134&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_39">39</td><td nowrap="nowrap">39&nbsp;Gessner,&nbsp;Soziologische&nbsp;Ãœberlegungen&nbsp;zu&nbsp;einer&nbsp;Theorie&nbsp;der&nbsp;angewandten&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder&nbsp;123&nbsp;(134&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_41">41</td><td nowrap="nowrap">40&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;42.</td><td class="diff_next"></td><td class="diff_header" id="to7_40">40</td><td nowrap="nowrap">40&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;42.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__9">n</a></td><td class="diff_header" id="from7_42">42</td><td nowrap="nowrap">41&nbsp;Für&nbsp;die&nbsp;Bedeutung&nbsp;der&nbsp;funktionalen&nbsp;Äquivalenz&nbsp;beruft&nbsp;man&nbsp;sich&nbsp;häufig&nbsp;auf&nbsp;Merton<span class="diff_chg">&nbsp;,&nbsp;der&nbsp;sie&nbsp;am</span>&nbsp;Beispiel&nbsp;der&nbsp;Religion&nbsp;näher&nbsp;erläutert&nbsp;hat&nbsp;(Social&nbsp;Theory&nbsp;and&nbsp;Social&nbsp;Structure,&nbsp;New&nbsp;York,&nbsp;London,&nbsp;erweiterte&nbsp;Aufl.&nbsp;1968,&nbsp;S.&nbsp;82&nbsp;ff.):&nbsp;Eine&nbsp;gemeinsame&nbsp;Religion&nbsp;erfüllt&nbsp;im&nbsp;allgemeinen&nbsp;data".&nbsp;OECD,&nbsp;The&nbsp;OECD&nbsp;Social&nbsp;Indicator&nbsp;Development&nbsp;Programme&nbsp;-&nbsp;1976&nbsp;Progress&nbsp;Report&nbsp;on&nbsp;Phase&nbsp;II&nbsp;(Paris&nbsp;1977)&nbsp;40.</td><td class="diff_next"><a href="#difflib_chg_to7__9">n</a></td><td class="diff_header" id="to7_41">41</td><td nowrap="nowrap">41&nbsp;Für&nbsp;die&nbsp;Bedeutung&nbsp;der&nbsp;funktionalen&nbsp;Äquivalenz&nbsp;beruft&nbsp;man&nbsp;sich&nbsp;häufig&nbsp;auf&nbsp;Merton<span class="diff_chg">,&nbsp;der&nbsp;sie&nbsp;am</span>&nbsp;Beispiel&nbsp;der&nbsp;Religion&nbsp;näher&nbsp;erläutert&nbsp;hat&nbsp;(Social&nbsp;Theory&nbsp;and&nbsp;Social&nbsp;Structure,&nbsp;New&nbsp;York,&nbsp;London,&nbsp;erweiterte&nbsp;Aufl.&nbsp;1968,&nbsp;S.&nbsp;82&nbsp;ff<span class="diff_add">&nbsp;</span>.):&nbsp;Eine&nbsp;gemeinsame&nbsp;Religion&nbsp;erfüllt&nbsp;im&nbsp;allgemeinen&nbsp;data<span class="diff_add">&nbsp;</span>".&nbsp;OECD,&nbsp;The&nbsp;OECD&nbsp;Social&nbsp;Indicator&nbsp;Development&nbsp;Programme&nbsp;-&nbsp;1976&nbsp;Progress&nbsp;Report&nbsp;on&nbsp;Phase&nbsp;II&nbsp;(Paris&nbsp;1977)&nbsp;40.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__10"></td><td class="diff_header" id="from7_43">43</td><td nowrap="nowrap">43&nbsp;Rheinstein,&nbsp;Marriage&nbsp;Stability,&nbsp;Divorce,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(Chicago&nbsp;1972).</td><td class="diff_next"></td><td class="diff_header" id="to7_42">42</td><td nowrap="nowrap">43&nbsp;Rheinstein,&nbsp;Marriage&nbsp;Stability,&nbsp;Divorce,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(Chicago&nbsp;1972).</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__10">n</a></td><td class="diff_header" id="from7_44">44</td><td nowrap="nowrap">44&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;194&nbsp;ff.<span class="diff_sub">,</span>&nbsp;221&nbsp;f.&nbsp;-&nbsp;Siehe&nbsp;auch&nbsp;Wilpert,&nbsp;Die&nbsp;Messung&nbsp;von&nbsp;Mitbestimmungsnormen&nbsp;—&nbsp;Darstellung&nbsp;eines&nbsp;international&nbsp;vergleichenden&nbsp;Forschungsansatzes&nbsp;(HM-Paper&nbsp;1979—&nbsp;13)&nbsp;2&nbsp;ff.&nbsp;-&nbsp;Zur&nbsp;Behandlung&nbsp;der&nbsp;„Kultur"&nbsp;in&nbsp;vergleichenden&nbsp;Untersuchungen&nbsp;näher&nbsp;Scheuch&nbsp;(oben&nbsp;N.&nbsp;37)&nbsp;197&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to7__10">n</a></td><td class="diff_header" id="to7_43">43</td><td nowrap="nowrap">44&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;194&nbsp;ff.&nbsp;221&nbsp;f.&nbsp;-&nbsp;Siehe&nbsp;auch&nbsp;Wilpert,&nbsp;Die&nbsp;Messung&nbsp;von&nbsp;Mitbestimmungsnormen&nbsp;—&nbsp;Darstellung&nbsp;eines&nbsp;international&nbsp;vergleichenden&nbsp;Forschungsansatzes&nbsp;(HM-Paper&nbsp;1979<span class="diff_add">&nbsp;</span>—&nbsp;13)&nbsp;2&nbsp;ff.&nbsp;-&nbsp;Zur&nbsp;Behandlung&nbsp;der&nbsp;„Kultur"&nbsp;in&nbsp;vergleichenden&nbsp;Untersuchungen&nbsp;näher&nbsp;Scheuch&nbsp;(oben&nbsp;N.&nbsp;37)&nbsp;197&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_45">45</td><td nowrap="nowrap">45&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;207&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Constantinesco,&nbsp;Ideologie&nbsp;als&nbsp;determinierendes&nbsp;Ele&nbsp;ment&nbsp;zur&nbsp;Bildung&nbsp;der&nbsp;Rechtskreise,&nbsp;Zeitschrift&nbsp;für&nbsp;Rechtsvergleichung&nbsp;19&nbsp;(1978)&nbsp;161&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_44">44</td><td nowrap="nowrap">45&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;207&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Constantinesco,&nbsp;Ideologie&nbsp;als&nbsp;determinierendes&nbsp;Ele&nbsp;ment&nbsp;zur&nbsp;Bildung&nbsp;der&nbsp;Rechtskreise,&nbsp;Zeitschrift&nbsp;für&nbsp;Rechtsvergleichung&nbsp;19&nbsp;(1978)&nbsp;161&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_46">46</td><td nowrap="nowrap">46&nbsp;Siehe&nbsp;Blankenburg&nbsp;(oben&nbsp;N.&nbsp;33)&nbsp;3&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_45">45</td><td nowrap="nowrap">46&nbsp;Siehe&nbsp;Blankenburg&nbsp;(oben&nbsp;N.&nbsp;33)&nbsp;3&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_47">47</td><td nowrap="nowrap">47&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;176.</td><td class="diff_next"></td><td class="diff_header" id="to7_46">46</td><td nowrap="nowrap">47&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;176.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__11">n</a></td><td class="diff_header" id="from7_48">48</td><td nowrap="nowrap">48&nbsp;Dazu&nbsp;etwa&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;55&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Constantinesco,&nbsp;Über&nbsp;den&nbsp;Stil&nbsp;der&nbsp;„Stilthe&nbsp;orie"&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;154&nbsp;ff.&nbsp;mwNachw.&nbsp;—&nbsp;Eine&nbsp;vergleichbare&nbsp;Debatte&nbsp;über&nbsp;„ähnliche“<span class="diff_chg">&nbsp;und</span>&nbsp;„unähnliche&nbsp;Gesellschaften“<span class="diff_sub">&nbsp;</span>wird&nbsp;seit&nbsp;Dürkheim&nbsp;auch&nbsp;in&nbsp;der&nbsp;Soziologie&nbsp;geführt.&nbsp;Siehe&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;16&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to7__11">n</a></td><td class="diff_header" id="to7_47">47</td><td nowrap="nowrap">48&nbsp;Dazu&nbsp;etwa&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;55&nbsp;ff.&nbsp;Constantinesco,&nbsp;Über&nbsp;den&nbsp;Stil&nbsp;der&nbsp;„Stilthe&nbsp;orie"&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;154&nbsp;ff.&nbsp;mwNachw.&nbsp;—&nbsp;Eine&nbsp;vergleichbare&nbsp;Debatte&nbsp;über&nbsp;„ähnliche“<span class="diff_chg">und</span>&nbsp;„unähnliche&nbsp;Gesellschaften“wird&nbsp;seit&nbsp;Dürkheim&nbsp;auch&nbsp;in&nbsp;der&nbsp;Soziologie&nbsp;geführt.&nbsp;Siehe&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;16&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_49">49</td><td nowrap="nowrap">49&nbsp;Siehe&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;70.</td><td class="diff_next"></td><td class="diff_header" id="to7_48">48</td><td nowrap="nowrap">49&nbsp;Siehe&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;70.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__11"></td><td class="diff_header" id="from7_50">50</td><td nowrap="nowrap">50&nbsp;Hofstede,&nbsp;Cultural&nbsp;Determinants&nbsp;of&nbsp;the&nbsp;Exercise&nbsp;of&nbsp;Power&nbsp;in&nbsp;a&nbsp;Hierarchy&nbsp;(Mimeographed,&nbsp;European&nbsp;Institute&nbsp;for&nbsp;Advanced&nbsp;Studies&nbsp;in&nbsp;Management&nbsp;Working&nbsp;Paper&nbsp;1977&nbsp;-8).&nbsp;Ebenso&nbsp;für&nbsp;das&nbsp;Arbeitsrecht&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33<span class="diff_chg">,&nbsp;der&nbsp;auch&nbsp;die</span>&nbsp;skandinavischen&nbsp;Länder&nbsp;in&nbsp;diese&nbsp;Gruppe&nbsp;aufnimmt.</td><td class="diff_next"></td><td class="diff_header" id="to7_49">49</td><td nowrap="nowrap">50&nbsp;Hofstede,&nbsp;Cultural&nbsp;Determinants&nbsp;of&nbsp;the&nbsp;Exercise&nbsp;of&nbsp;Power&nbsp;in&nbsp;a&nbsp;Hierarchy&nbsp;(Mimeographed,&nbsp;European&nbsp;Institute&nbsp;for&nbsp;Advanced&nbsp;Studies&nbsp;in&nbsp;Management&nbsp;Working&nbsp;Paper&nbsp;1977&nbsp;-<span class="diff_add">&nbsp;</span>8).&nbsp;Ebenso&nbsp;für&nbsp;das&nbsp;Arbeitsrecht&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33<span class="diff_chg">&nbsp;der&nbsp;auch&nbsp;die</span>&nbsp;skandinavischen&nbsp;Länder&nbsp;in&nbsp;diese&nbsp;Gruppe&nbsp;aufnimmt.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_51">51</td><td nowrap="nowrap">51&nbsp;Dazu&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;1&nbsp;110&nbsp;f.&nbsp;—&nbsp;Kritisch&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;58&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_50">50</td><td nowrap="nowrap">51&nbsp;Dazu&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;1&nbsp;110&nbsp;f.&nbsp;—&nbsp;Kritisch&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;58&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_52">52</td><td nowrap="nowrap">52&nbsp;IDE-International&nbsp;Research&nbsp;Group,&nbsp;Industrial&nbsp;Democracy&nbsp;in&nbsp;Europe&nbsp;(erscheint&nbsp;bei<span class="diff_sub">&nbsp;Oxford&nbsp;University&nbsp;Press,</span>&nbsp;London&nbsp;1980)&nbsp;Chapter&nbsp;VIII.</td><td class="diff_next"></td><td class="diff_header" id="to7_51">51</td><td nowrap="nowrap">52&nbsp;IDE-International&nbsp;Research&nbsp;Group,&nbsp;Industrial&nbsp;Democracy&nbsp;in&nbsp;Europe&nbsp;(erscheint&nbsp;bei&nbsp;London&nbsp;1980)&nbsp;Chapter&nbsp;VIII.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_53">53</td><td nowrap="nowrap">53&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;78.</td><td class="diff_next"></td><td class="diff_header" id="to7_52">52</td><td nowrap="nowrap">53&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;78.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__12"></td><td class="diff_header" id="from7_54">54</td><td nowrap="nowrap">54&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;VIII.</td><td class="diff_next"></td><td class="diff_header" id="to7_53">53</td><td nowrap="nowrap">54&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;VIII.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__12">n</a></td><td class="diff_header" id="from7_55">55</td><td nowrap="nowrap"><span class="diff_sub">55&nbsp;Dafür&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33.&nbsp;Rechtsvergleicbung&nbsp;und&nbsp;vergleichende&nbsp;Recbtssoxiologie&nbsp;79</span></td><td class="diff_next"><a href="#difflib_chg_to7__12">n</a></td><td class="diff_header" id="to7_54">54</td><td nowrap="nowrap"><span class="diff_add">55&nbsp;Dafür&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33.</span></td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_56">56</td><td nowrap="nowrap">56&nbsp;Siehe&nbsp;dazu&nbsp;Rheinstein,&nbsp;Die&nbsp;Rechtshonoratioren&nbsp;und&nbsp;ihr&nbsp;Einfluß&nbsp;auf&nbsp;Charakter&nbsp;und&nbsp;Funk&nbsp;tion&nbsp;der&nbsp;Rechtsordnungen,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;1&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Bernstein,&nbsp;Rechtsstile&nbsp;und&nbsp;Rechtshono&nbsp;ratioren.&nbsp;Ein&nbsp;Beitrag&nbsp;zur&nbsp;Methode&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;443&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_55">55</td><td nowrap="nowrap">56&nbsp;Siehe&nbsp;dazu&nbsp;Rheinstein,&nbsp;Die&nbsp;Rechtshonoratioren&nbsp;und&nbsp;ihr&nbsp;Einfluß&nbsp;auf&nbsp;Charakter&nbsp;und&nbsp;Funk&nbsp;tion&nbsp;der&nbsp;Rechtsordnungen,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;1&nbsp;ff.&nbsp;Bernstein,&nbsp;Rechtsstile&nbsp;und&nbsp;Rechtshono&nbsp;ratioren.&nbsp;Ein&nbsp;Beitrag&nbsp;zur&nbsp;Methode&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;443&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_57">57</td><td nowrap="nowrap">57&nbsp;Dazu&nbsp;etwa&nbsp;Ruescbemeyer,&nbsp;Lawyers&nbsp;and&nbsp;their&nbsp;Societies&nbsp;--&nbsp;A&nbsp;Comparative&nbsp;Analysis&nbsp;of&nbsp;the&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Germany&nbsp;and&nbsp;the&nbsp;United&nbsp;States&nbsp;(Cambridge,&nbsp;Mass.&nbsp;1973);&nbsp;ders<span class="diff_chg">.,</span>&nbsp;The&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Comparative&nbsp;Perspective,&nbsp;in:&nbsp;H.&nbsp;M.&nbsp;Johnson,&nbsp;Social&nbsp;System&nbsp;and&nbsp;Legal&nbsp;Process&nbsp;(San&nbsp;Francisco,&nbsp;Washington,&nbsp;London&nbsp;1978)&nbsp;97&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_56">56</td><td nowrap="nowrap">57&nbsp;Dazu&nbsp;etwa&nbsp;Ruescbemeyer,&nbsp;Lawyers&nbsp;and&nbsp;their&nbsp;Societies&nbsp;--&nbsp;A&nbsp;Comparative&nbsp;Analysis&nbsp;of&nbsp;the&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Germany&nbsp;and&nbsp;the&nbsp;United&nbsp;States&nbsp;(Cambridge,&nbsp;Mass.&nbsp;1973);&nbsp;ders<span class="diff_chg">&nbsp;.,</span>&nbsp;The&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Comparative&nbsp;Perspective,&nbsp;in:&nbsp;H.&nbsp;M.&nbsp;Johnson,&nbsp;Social&nbsp;System&nbsp;and&nbsp;Legal&nbsp;Process&nbsp;(San&nbsp;Francisco,&nbsp;Washington,&nbsp;London&nbsp;1978)&nbsp;97&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_58">58</td><td nowrap="nowrap">58&nbsp;Klausa,&nbsp;Politische&nbsp;Inhaltsanalyse&nbsp;von&nbsp;Rechtslehrertexten,&nbsp;ZfS&nbsp;8&nbsp;(1979)&nbsp;362&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_57">57</td><td nowrap="nowrap">58&nbsp;Klausa,&nbsp;Politische&nbsp;Inhaltsanalyse&nbsp;von&nbsp;Rechtslehrertexten,&nbsp;ZfS&nbsp;8&nbsp;(1979)&nbsp;362&nbsp;ff.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__13"><a href="#difflib_chg_to7__13">n</a></td><td class="diff_header" id="from7_59">59</td><td nowrap="nowrap">59&nbsp;Siehe&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;23&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Smelser&nbsp;167&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to7__13">n</a></td><td class="diff_header" id="to7_58">58</td><td nowrap="nowrap">59&nbsp;Siehe&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;23&nbsp;ff.&nbsp;Smelser&nbsp;167&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_60">60</td><td nowrap="nowrap">60&nbsp;Dazu&nbsp;näher&nbsp;Teune,&nbsp;Analysis&nbsp;and&nbsp;Interpretation&nbsp;in&nbsp;Cross-National&nbsp;Survey&nbsp;Research,&nbsp;in:&nbsp;Szalai<span class="diff_chg">/</span>Petrella&nbsp;95&nbsp;(101)<span class="diff_sub">&nbsp;ff.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_59">59</td><td nowrap="nowrap">60&nbsp;Dazu&nbsp;näher&nbsp;Teune,&nbsp;Analysis&nbsp;and&nbsp;Interpretation&nbsp;in&nbsp;Cross-National&nbsp;Survey&nbsp;Research,&nbsp;in:&nbsp;Szalai<span class="diff_chg">&nbsp;</span>Petrella&nbsp;95&nbsp;(101)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_61">61</td><td nowrap="nowrap">61&nbsp;Siehe&nbsp;dazu&nbsp;Nader<span class="diff_chg">/</span>Todd,&nbsp;The&nbsp;Disputing&nbsp;Process&nbsp;—&nbsp;Law&nbsp;in&nbsp;Ten&nbsp;Societies&nbsp;(New&nbsp;York&nbsp;1978).</td><td class="diff_next"></td><td class="diff_header" id="to7_60">60</td><td nowrap="nowrap">61&nbsp;Siehe&nbsp;dazu&nbsp;Nader<span class="diff_chg">&nbsp;</span>Todd,&nbsp;The&nbsp;Disputing&nbsp;Process&nbsp;—&nbsp;Law&nbsp;in&nbsp;Ten&nbsp;Societies&nbsp;(New&nbsp;York&nbsp;1978).</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_62">62</td><td nowrap="nowrap">62&nbsp;Siehe&nbsp;zum&nbsp;entsprechenden&nbsp;Problem&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;Kaiser&nbsp;(<span class="diff_sub">&nbsp;</span>oben&nbsp;N.&nbsp;22)&nbsp;88&nbsp;mwNachw.<span class="diff_sub">&nbsp;</span>;&nbsp;Blazicek<span class="diff_chg">/</span>Janeksela&nbsp;(oben&nbsp;N.&nbsp;30)&nbsp;235&nbsp;f.<span class="diff_sub">,</span>&nbsp;242.</td><td class="diff_next"></td><td class="diff_header" id="to7_61">61</td><td nowrap="nowrap">62&nbsp;Siehe&nbsp;zum&nbsp;entsprechenden&nbsp;Problem&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;Kaiser&nbsp;(oben&nbsp;N.&nbsp;22)&nbsp;88&nbsp;mwNachw.;&nbsp;Blazicek<span class="diff_chg">&nbsp;</span>Janeksela&nbsp;(oben&nbsp;N.&nbsp;30)&nbsp;235&nbsp;f.&nbsp;242.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_63">63</td><td nowrap="nowrap">63&nbsp;Clinard,&nbsp;Comparative&nbsp;Crime&nbsp;Victimization&nbsp;Surveys&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;and&nbsp;Results,&nbsp;Int.&nbsp;J.&nbsp;Crim,&nbsp;and&nbsp;Pen.&nbsp;6&nbsp;(1978)&nbsp;221&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_62">62</td><td nowrap="nowrap">63&nbsp;Clinard,&nbsp;Comparative&nbsp;Crime&nbsp;Victimization&nbsp;Surveys&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;and&nbsp;Results,&nbsp;Int.&nbsp;J.&nbsp;Crim,&nbsp;and&nbsp;Pen.&nbsp;6&nbsp;(1978)&nbsp;221&nbsp;ff.</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__14"><a href="#difflib_chg_to7__14">n</a></td><td class="diff_header" id="from7_64">64</td><td nowrap="nowrap">64&nbsp;Siehe&nbsp;Abel-Smith<span class="diff_chg">/</span>Zander<span class="diff_chg">/</span>Brooke,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Citizen&nbsp;(London&nbsp;1973);&nbsp;Rokumoto,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Use&nbsp;of&nbsp;Law&nbsp;in&nbsp;Tokio&nbsp;and&nbsp;London&nbsp;-&nbsp;A&nbsp;Preliminary&nbsp;Study&nbsp;in&nbsp;International&nbsp;Comparison,&nbsp;ZfS&nbsp;7&nbsp;(1978)&nbsp;228&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Schuyt<span class="diff_chg">/</span>Groenendijk<span class="diff_chg">/</span>Sloot,&nbsp;Rechtspro&nbsp;bleme&nbsp;oder&nbsp;private&nbsp;Schwierigkeiten&nbsp;—&nbsp;Die&nbsp;Inanspruchnahme&nbsp;von&nbsp;Rechtshilfe&nbsp;in&nbsp;den&nbsp;Nieder&nbsp;landen,&nbsp;in:&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;5&nbsp;(1978)&nbsp;109&nbsp;ff.<span class="diff_sub">&nbsp;Rechtsvergleichung&nbsp;und&nbsp;vergleichende&nbsp;Rechtssoziologie&nbsp;81</span></td><td class="diff_next"><a href="#difflib_chg_to7__14">n</a></td><td class="diff_header" id="to7_63">63</td><td nowrap="nowrap">64&nbsp;Siehe&nbsp;Abel-Smith<span class="diff_chg">&nbsp;</span>Zander<span class="diff_chg">&nbsp;</span>Brooke,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Citizen&nbsp;(London&nbsp;1973);&nbsp;Rokumoto,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Use&nbsp;of&nbsp;Law&nbsp;in&nbsp;Tokio&nbsp;and&nbsp;London&nbsp;-&nbsp;A&nbsp;Preliminary&nbsp;Study&nbsp;in&nbsp;International&nbsp;Comparison,&nbsp;ZfS&nbsp;7&nbsp;(1978)&nbsp;228&nbsp;ff.&nbsp;Schuyt<span class="diff_chg">&nbsp;</span>Groenendijk<span class="diff_chg">&nbsp;</span>Sloot,&nbsp;Rechtspro&nbsp;bleme&nbsp;oder&nbsp;private&nbsp;Schwierigkeiten&nbsp;—&nbsp;Die&nbsp;Inanspruchnahme&nbsp;von&nbsp;Rechtshilfe&nbsp;in&nbsp;den&nbsp;Nieder&nbsp;landen,&nbsp;in:&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;5&nbsp;(1978)&nbsp;109&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_65">65</td><td nowrap="nowrap">65&nbsp;Dazu&nbsp;Podgdrecki,&nbsp;Comparative&nbsp;Studies&nbsp;on&nbsp;the&nbsp;Attitudes&nbsp;Towards&nbsp;Various&nbsp;Legal&nbsp;Systems,&nbsp;Polish&nbsp;Sociological&nbsp;Bulletin&nbsp;21&nbsp;No.&nbsp;1&nbsp;(1970)&nbsp;83&nbsp;(88&nbsp;ff.)<span class="diff_sub">.</span>&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Ziegen<span class="diff_sub">,</span>&nbsp;Zur&nbsp;Effek&nbsp;tivität&nbsp;der&nbsp;Rechtssoziologie:&nbsp;die&nbsp;Rekonstruktion&nbsp;der&nbsp;Gesellschaft&nbsp;durch&nbsp;Recht&nbsp;(1975)&nbsp;196&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_64">64</td><td nowrap="nowrap">65&nbsp;Dazu&nbsp;Podgdrecki,&nbsp;Comparative&nbsp;Studies&nbsp;on&nbsp;the&nbsp;Attitudes&nbsp;Towards&nbsp;Various&nbsp;Legal&nbsp;Systems,&nbsp;Polish&nbsp;Sociological&nbsp;Bulletin&nbsp;21&nbsp;No.&nbsp;1&nbsp;(1970)&nbsp;83&nbsp;(88&nbsp;ff<span class="diff_add">&nbsp;</span>.)&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Ziegen&nbsp;Zur&nbsp;Effek&nbsp;tivität&nbsp;der&nbsp;Rechtssoziologie:&nbsp;die&nbsp;Rekonstruktion&nbsp;der&nbsp;Gesellschaft&nbsp;durch&nbsp;Recht&nbsp;(1975)&nbsp;196&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_66">66</td><td nowrap="nowrap">66&nbsp;Siehe&nbsp;Podgdrecki,&nbsp;Legal&nbsp;Consciousness&nbsp;as&nbsp;a&nbsp;Research&nbsp;Problem,&nbsp;European&nbsp;Yearbook&nbsp;in&nbsp;Law&nbsp;and&nbsp;Sociology&nbsp;<span class="diff_sub">&nbsp;</span>1977&nbsp;(Den&nbsp;Haag&nbsp;1977)&nbsp;85&nbsp;(88&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_65">65</td><td nowrap="nowrap">66&nbsp;Siehe&nbsp;Podgdrecki,&nbsp;Legal&nbsp;Consciousness&nbsp;as&nbsp;a&nbsp;Research&nbsp;Problem,&nbsp;European&nbsp;Yearbook&nbsp;in&nbsp;Law&nbsp;and&nbsp;Sociology&nbsp;1977&nbsp;(Den&nbsp;Haag&nbsp;1977)&nbsp;85&nbsp;(88&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_67">67</td><td nowrap="nowrap">67&nbsp;Kutchinsky,&nbsp;„The&nbsp;Legal&nbsp;Consciousness“:&nbsp;A&nbsp;Survey&nbsp;of&nbsp;Research&nbsp;on&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law,&nbsp;in:&nbsp;Podgdrecki/<span class="diff_chg">Kaupen/van&nbsp;Houtte/</span>Vinke<span class="diff_chg">/</span>Kutchinsky,&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(Bristol&nbsp;1973)&nbsp;101&nbsp;(126)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_66">66</td><td nowrap="nowrap">67&nbsp;Kutchinsky,&nbsp;„The&nbsp;Legal&nbsp;Consciousness“:&nbsp;A&nbsp;Survey&nbsp;of&nbsp;Research&nbsp;on&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law,&nbsp;in:&nbsp;Podgdrecki<span class="diff_add">&nbsp;Kaupen&nbsp;van&nbsp;Houtte&nbsp;</span>/<span class="diff_chg">&nbsp;</span>Vinke<span class="diff_chg">&nbsp;</span>Kutchinsky,&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(Bristol&nbsp;1973)&nbsp;101&nbsp;(126)</td></tr>
-            <tr><td class="diff_next" id="difflib_chg_to7__15"></td><td class="diff_header" id="from7_68">68</td><td nowrap="nowrap">68&nbsp;Podgdrecki,&nbsp;Public&nbsp;Opinion&nbsp;on&nbsp;Law,&nbsp;in:&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(vorige&nbsp;N.)&nbsp;65&nbsp;(84&nbsp;ff.).</td><td class="diff_next"></td><td class="diff_header" id="to7_67">67</td><td nowrap="nowrap">68&nbsp;Podgdrecki,&nbsp;Public&nbsp;Opinion&nbsp;on&nbsp;Law,&nbsp;in:&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(vorige&nbsp;N.)&nbsp;65&nbsp;(84&nbsp;ff.).</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__15">n</a></td><td class="diff_header" id="from7_69">69</td><td nowrap="nowrap">69&nbsp;Heintz,&nbsp;Interkultureller&nbsp;Vergleich,&nbsp;in:&nbsp;König&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;empirischen&nbsp;Sozialfor&nbsp;schung,&nbsp;Bd.&nbsp;4&nbsp;(3.&nbsp;Aufl.&nbsp;1974)&nbsp;405&nbsp;(414&nbsp;f.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to7__15">n</a></td><td class="diff_header" id="to7_68">68</td><td nowrap="nowrap">69&nbsp;Heintz,&nbsp;Interkultureller&nbsp;Vergleich,&nbsp;in:&nbsp;König&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;empirischen&nbsp;Sozialfor&nbsp;schung,&nbsp;Bd.&nbsp;4&nbsp;(3.&nbsp;Aufl.&nbsp;1974)&nbsp;405&nbsp;(414&nbsp;f<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_70">70</td><td nowrap="nowrap">70&nbsp;Siehe&nbsp;Hegenbarth,&nbsp;Über&nbsp;methodische&nbsp;und&nbsp;organisatorische&nbsp;Grenzen&nbsp;der&nbsp;empirischen&nbsp;Rechts&nbsp;forschung&nbsp;in&nbsp;Entwicklungsländern,&nbsp;Informationsbrief&nbsp;für&nbsp;Rechtssoziologie&nbsp;April&nbsp;1979,&nbsp;Son&nbsp;derheft&nbsp;2,&nbsp;S.&nbsp;5&nbsp;ff.&nbsp;mwNachw.</td><td class="diff_next"></td><td class="diff_header" id="to7_69">69</td><td nowrap="nowrap">70&nbsp;Siehe&nbsp;Hegenbarth,&nbsp;Über&nbsp;methodische&nbsp;und&nbsp;organisatorische&nbsp;Grenzen&nbsp;der&nbsp;empirischen&nbsp;Rechts&nbsp;forschung&nbsp;in&nbsp;Entwicklungsländern,&nbsp;Informationsbrief&nbsp;für&nbsp;Rechtssoziologie&nbsp;April&nbsp;1979,&nbsp;Son&nbsp;derheft&nbsp;2,&nbsp;S.&nbsp;5&nbsp;ff.&nbsp;mwNachw.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_71">71</td><td nowrap="nowrap">71&nbsp;Siehe&nbsp;etwa&nbsp;Gessner,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Eine&nbsp;soziologische&nbsp;Untersuchungprivatrechtlicher&nbsp;Konflikte&nbsp;in&nbsp;Mexiko&nbsp;(1976)&nbsp;37&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_70">70</td><td nowrap="nowrap">71&nbsp;Siehe&nbsp;etwa&nbsp;Gessner,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Eine&nbsp;soziologische&nbsp;Untersuchungprivatrechtlicher&nbsp;Konflikte&nbsp;in&nbsp;Mexiko&nbsp;(1976)&nbsp;37&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_72">72</td><td nowrap="nowrap">72&nbsp;Vgl.&nbsp;Heintz&nbsp;(oben&nbsp;N.&nbsp;69)&nbsp;407.</td><td class="diff_next"></td><td class="diff_header" id="to7_71">71</td><td nowrap="nowrap">72&nbsp;Vgl.&nbsp;Heintz&nbsp;(oben&nbsp;N.&nbsp;69)&nbsp;407.</td></tr>
-            <tr><td class="diff_next"><a href="#difflib_chg_to7__top">t</a></td><td class="diff_header" id="from7_73">73</td><td nowrap="nowrap">73&nbsp;Da&nbsp;die&nbsp;theoretischen&nbsp;und&nbsp;technischen&nbsp;Erfordernisse&nbsp;solcher&nbsp;Vergleiche&nbsp;in&nbsp;der&nbsp;Tat&nbsp;komplex&nbsp;sind,&nbsp;bestand&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;noch&nbsp;Mitte&nbsp;der&nbsp;sechziger&nbsp;Jahre&nbsp;internationale&nbsp;Überein&nbsp;stimmung,&nbsp;daß&nbsp;vergleichenden&nbsp;Studien&nbsp;kein&nbsp;Vorrang&nbsp;zu&nbsp;geben&nbsp;sei.&nbsp;Dazu&nbsp;Friday,&nbsp;Problems&nbsp;in&nbsp;Comparative&nbsp;Criminology,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;1&nbsp;(1973)&nbsp;151&nbsp;(152)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to7__top">t</a></td><td class="diff_header" id="to7_72">72</td><td nowrap="nowrap">73&nbsp;Da&nbsp;die&nbsp;theoretischen&nbsp;und&nbsp;technischen&nbsp;Erfordernisse&nbsp;solcher&nbsp;Vergleiche&nbsp;in&nbsp;der&nbsp;Tat&nbsp;komplex&nbsp;sind,&nbsp;bestand&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;noch&nbsp;Mitte&nbsp;der&nbsp;sechziger&nbsp;Jahre&nbsp;internationale&nbsp;Überein&nbsp;stimmung,&nbsp;daß&nbsp;vergleichenden&nbsp;Studien&nbsp;kein&nbsp;Vorrang&nbsp;zu&nbsp;geben&nbsp;sei.&nbsp;Dazu&nbsp;Friday,&nbsp;Problems&nbsp;in&nbsp;Comparative&nbsp;Criminology,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;1&nbsp;(1973)&nbsp;151&nbsp;(152)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_74">74</td><td nowrap="nowrap">74&nbsp;Zur&nbsp;Anlage&nbsp;vergleichender&nbsp;Studien&nbsp;näher&nbsp;Rokkan,&nbsp;Vergleichende&nbsp;Sozialwissenschaft&nbsp;(1972)&nbsp;9&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Szalai,&nbsp;The&nbsp;Organization&nbsp;and&nbsp;Execution&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;Projects,&nbsp;in:&nbsp;Szalai<span class="diff_chg">/</span>Petrella&nbsp;49&nbsp;ff.&nbsp;sowie&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;I.</td><td class="diff_next"></td><td class="diff_header" id="to7_73">73</td><td nowrap="nowrap">74&nbsp;Zur&nbsp;Anlage&nbsp;vergleichender&nbsp;Studien&nbsp;näher&nbsp;Rokkan,&nbsp;Vergleichende&nbsp;Sozialwissenschaft&nbsp;(1972)&nbsp;9&nbsp;ff.&nbsp;Szalai,&nbsp;The&nbsp;Organization&nbsp;and&nbsp;Execution&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;Projects,&nbsp;in:&nbsp;Szalai<span class="diff_chg">&nbsp;</span>Petrella&nbsp;49&nbsp;ff.&nbsp;sowie&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;I.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_75">75</td><td nowrap="nowrap">75&nbsp;Siehe&nbsp;Blegvad,&nbsp;Methodological&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Project&nbsp;„Local&nbsp;Legal&nbsp;Systems“,&nbsp;in:&nbsp;Kulcsár&nbsp;(Hrsg.),&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;and&nbsp;Legal&nbsp;Sciences&nbsp;(Budapest&nbsp;1977)&nbsp;97&nbsp;(99&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to7_74">74</td><td nowrap="nowrap">75&nbsp;Siehe&nbsp;Blegvad,&nbsp;Methodological&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Project&nbsp;„Local&nbsp;Legal&nbsp;Systems<span class="diff_add">&nbsp;</span>“,&nbsp;in:&nbsp;Kulcsár&nbsp;(Hrsg.),&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;and&nbsp;Legal&nbsp;Sciences&nbsp;(Budapest&nbsp;1977)&nbsp;97&nbsp;(99&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_76">76</td><td nowrap="nowrap">76&nbsp;Dazu&nbsp;näher&nbsp;Zweigert,&nbsp;Die&nbsp;kritische&nbsp;Wertung&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;Festschrift&nbsp;für&nbsp;Schmitthoff&nbsp;(1973)&nbsp;403&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_75">75</td><td nowrap="nowrap">76&nbsp;Dazu&nbsp;näher&nbsp;Zweigert,&nbsp;Die&nbsp;kritische&nbsp;Wertung&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;Festschrift&nbsp;für&nbsp;Schmitthoff&nbsp;(1973)&nbsp;403&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_77">77</td><td nowrap="nowrap">77&nbsp;Siehe&nbsp;etwa&nbsp;zu&nbsp;vorliegenden&nbsp;französischen&nbsp;Untersuchungen&nbsp;Dörner,&nbsp;Rechtstatsachenforschung&nbsp;und&nbsp;Gesetzgebung&nbsp;—&nbsp;Hinweise&nbsp;zur&nbsp;Entwicklung&nbsp;einer&nbsp;Gesetzgebungssoziologie&nbsp;in&nbsp;Frank&nbsp;reich,&nbsp;Interview&nbsp;und&nbsp;Analyse&nbsp;1979,&nbsp;377&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_76">76</td><td nowrap="nowrap">77&nbsp;Siehe&nbsp;etwa&nbsp;zu&nbsp;vorliegenden&nbsp;französischen&nbsp;Untersuchungen&nbsp;Dörner,&nbsp;Rechtstatsachenforschung&nbsp;und&nbsp;Gesetzgebung&nbsp;—&nbsp;Hinweise&nbsp;zur&nbsp;Entwicklung&nbsp;einer&nbsp;Gesetzgebungssoziologie&nbsp;in&nbsp;Frank&nbsp;reich,&nbsp;Interview&nbsp;und&nbsp;Analyse&nbsp;1979,&nbsp;377&nbsp;ff.</td></tr>
-            <tr><td class="diff_next"></td><td class="diff_header" id="from7_78">78</td><td nowrap="nowrap">78&nbsp;Siehe&nbsp;Bryde,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Mexiko&nbsp;und&nbsp;Afrika,&nbsp;Verfassung&nbsp;und&nbsp;Recht&nbsp;in&nbsp;Obersee&nbsp;12&nbsp;(1979),&nbsp;159&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to7_77">77</td><td nowrap="nowrap">78&nbsp;Siehe&nbsp;Bryde,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Mexiko&nbsp;und&nbsp;Afrika,&nbsp;Verfassung&nbsp;und&nbsp;Recht&nbsp;in&nbsp;Obersee&nbsp;12&nbsp;(1979),&nbsp;159&nbsp;ff.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__0"><a href="#difflib_chg_to23__1">n</a></td><td class="diff_header" id="from23_1">1</td><td nowrap="nowrap"><span class="diff_sub">Abgekürzt&nbsp;werden&nbsp;zitiert:&nbsp;Armer/Grimshaw&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Social&nbsp;Research&nbsp;-&nbsp;Methodological&nbsp;Problems&nbsp;and&nbsp;Strategies&nbsp;(New&nbsp;York,&nbsp;London,&nbsp;Sydney,&nbsp;Tokio&nbsp;1973);&nbsp;Drobnig/&nbsp;Rebbinder&nbsp;(Hrsg.),&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung&nbsp;(1977);&nbsp;Rokkan&nbsp;(Hrsg.),&nbsp;Compa&nbsp;rative&nbsp;Research&nbsp;Across&nbsp;Cultures&nbsp;and&nbsp;Nations&nbsp;(Paris,&nbsp;Den&nbsp;Haag&nbsp;1968);&nbsp;Rokkan/Verba/Viet/&nbsp;Almasy&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Sutvey&nbsp;Analysis&nbsp;(Den&nbsp;Haag,&nbsp;Paris&nbsp;1969);&nbsp;Smelser,&nbsp;Comparative&nbsp;Methods&nbsp;in&nbsp;the&nbsp;Social&nbsp;Sciences&nbsp;(Englewood&nbsp;Cliffs,&nbsp;N.&nbsp;J.&nbsp;1976)&nbsp;;&nbsp;Szalai/Petrella&nbsp;(Hrsg.),&nbsp;Cross&nbsp;National&nbsp;Comparative&nbsp;Survey&nbsp;Research&nbsp;(Oxford,&nbsp;New&nbsp;York,&nbsp;Toronto,&nbsp;Sydney,&nbsp;Paris,&nbsp;Frank&nbsp;furt&nbsp;1977);&nbsp;Vallier&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Methods&nbsp;in&nbsp;Sociology&nbsp;(Berkeley,&nbsp;Los&nbsp;Angeles,&nbsp;London&nbsp;1971);&nbsp;Zweigert/Kötz.&nbsp;Einführung&nbsp;in&nbsp;die&nbsp;Rechtsvergleichung&nbsp;Bd.&nbsp;I&nbsp;(1971).</span></td><td class="diff_next"><a href="#difflib_chg_to23__1">n</a></td><td class="diff_header"></td><td nowrap="nowrap"></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_2">2</td><td nowrap="nowrap">1&nbsp;Siehe&nbsp;näher&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;12&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_1">1</td><td nowrap="nowrap">1&nbsp;Siehe&nbsp;näher&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;12&nbsp;ff.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__1"></td><td class="diff_header" id="from23_3">3</td><td nowrap="nowrap">2&nbsp;Rabel,&nbsp;Aufgabe&nbsp;und&nbsp;Notwendigkeit&nbsp;der&nbsp;Rechtsvergleichung&nbsp;(1925),&nbsp;abgedruckt&nbsp;in:&nbsp;Rabel,&nbsp;Gesammelte&nbsp;Aufsätze&nbsp;III&nbsp;(Hrsg.&nbsp;Leser,&nbsp;1967)&nbsp;1&nbsp;(3)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_2">2</td><td nowrap="nowrap">2&nbsp;Rabel,&nbsp;Aufgabe&nbsp;und&nbsp;Notwendigkeit&nbsp;der&nbsp;Rechtsvergleichung&nbsp;(1925),&nbsp;abgedruckt&nbsp;in:&nbsp;Rabel,&nbsp;Gesammelte&nbsp;Aufsätze&nbsp;III&nbsp;(Hrsg.&nbsp;Leser,&nbsp;1967)&nbsp;1&nbsp;(3)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_4">4</td><td nowrap="nowrap">3&nbsp;Siehe&nbsp;insbes.&nbsp;die&nbsp;Beiträge&nbsp;in&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder.</td><td class="diff_next"></td><td class="diff_header" id="to23_3">3</td><td nowrap="nowrap">3&nbsp;Siehe&nbsp;insbes.&nbsp;die&nbsp;Beiträge&nbsp;in&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_5">5</td><td nowrap="nowrap">4&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Law&nbsp;Books&nbsp;and&nbsp;Books&nbsp;About&nbsp;Law,&nbsp;Stanford&nbsp;Law&nbsp;Rev.&nbsp;26&nbsp;(1973)&nbsp;174&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Benda-Beckmann,&nbsp;Einige&nbsp;Anmerkungen&nbsp;über&nbsp;die&nbsp;Beziehung&nbsp;zwischen&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;51&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_4">4</td><td nowrap="nowrap">4&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Law&nbsp;Books&nbsp;and&nbsp;Books&nbsp;About&nbsp;Law,&nbsp;Stanford&nbsp;Law&nbsp;Rev.&nbsp;26&nbsp;(1973)&nbsp;174&nbsp;ff.&nbsp;Benda-Beckmann,&nbsp;Einige&nbsp;Anmerkungen&nbsp;über&nbsp;die&nbsp;Beziehung&nbsp;zwischen&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;51&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_6">6</td><td nowrap="nowrap">5&nbsp;Carbonnier,&nbsp;L’apport&nbsp;du&nbsp;droit&nbsp;compare&nbsp;ä&nbsp;la&nbsp;sociologie&nbsp;juridique,&nbsp;in:&nbsp;Livre&nbsp;du&nbsp;centenaire&nbsp;de&nbsp;la&nbsp;Societe&nbsp;de&nbsp;legislation&nbsp;comparee&nbsp;(Paris&nbsp;1969)&nbsp;75&nbsp;(83)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_5">5</td><td nowrap="nowrap">5&nbsp;Carbonnier,&nbsp;L’apport&nbsp;du&nbsp;droit&nbsp;compare&nbsp;ä&nbsp;la&nbsp;sociologie&nbsp;juridique,&nbsp;in:&nbsp;Livre&nbsp;du&nbsp;centenaire&nbsp;de&nbsp;la&nbsp;Societe&nbsp;de&nbsp;legislation&nbsp;comparee&nbsp;(Paris&nbsp;1969)&nbsp;75&nbsp;(83)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__2"></td><td class="diff_header" id="from23_7">7</td><td nowrap="nowrap">6&nbsp;Carbonnier&nbsp;(vorige&nbsp;N.)&nbsp;a.a.O.</td><td class="diff_next"></td><td class="diff_header" id="to23_6">6</td><td nowrap="nowrap">6&nbsp;Carbonnier&nbsp;(vorige&nbsp;N.)&nbsp;a.a.O.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__2">n</a></td><td class="diff_header" id="from23_8">8</td><td nowrap="nowrap"><span class="diff_sub">7&nbsp;Nowak,&nbsp;The&nbsp;Strategy&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;for&nbsp;the&nbsp;Development&nbsp;of&nbsp;Social&nbsp;Theory,&nbsp;in:&nbsp;Szalai/Petrella&nbsp;3&nbsp;(9&nbsp;ff.):&nbsp;Rose,&nbsp;Interkulturelle&nbsp;Forschung&nbsp;in&nbsp;der&nbsp;Rechtssoziologie,&nbsp;in:&nbsp;Drobnig/Rehbinder&nbsp;171&nbsp;ff.</span></td><td class="diff_next"><a href="#difflib_chg_to23__2">n</a></td><td class="diff_header" id="to23_7">7</td><td nowrap="nowrap"><span class="diff_add">7&nbsp;Nowak,&nbsp;The&nbsp;Strategy&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;for&nbsp;the&nbsp;Development&nbsp;of&nbsp;Social&nbsp;Theory,&nbsp;in:&nbsp;Szalai&nbsp;Petrella&nbsp;3&nbsp;(9&nbsp;ff&nbsp;.)&nbsp;Rose,&nbsp;Interkulturelle&nbsp;Forschung&nbsp;in&nbsp;der&nbsp;Rechtssoziologie,&nbsp;in:&nbsp;Drobnig&nbsp;Rehbinder&nbsp;171&nbsp;ff.</span></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_9">9</td><td nowrap="nowrap">8&nbsp;Dazu&nbsp;näher&nbsp;Wirsing,&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs&nbsp;in&nbsp;der&nbsp;Ethnologie,&nbsp;Sociologus&nbsp;25&nbsp;(1975)&nbsp;97&nbsp;ff.&nbsp;-&nbsp;Vgl.&nbsp;auch&nbsp;Poirier,&nbsp;Situation&nbsp;actuelle&nbsp;et&nbsp;Programme&nbsp;de&nbsp;travail&nbsp;de&nbsp;Techno&nbsp;logie&nbsp;juridique,&nbsp;Rev.&nbsp;int.&nbsp;Sc.&nbsp;Soc.&nbsp;22&nbsp;(1970)&nbsp;509&nbsp;(526)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_8">8</td><td nowrap="nowrap">8&nbsp;Dazu&nbsp;näher&nbsp;Wirsing,&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs&nbsp;in&nbsp;der&nbsp;Ethnologie,&nbsp;Sociologus&nbsp;25&nbsp;(1975)&nbsp;97&nbsp;ff.&nbsp;-&nbsp;Vgl.&nbsp;auch&nbsp;Poirier,&nbsp;Situation&nbsp;actuelle&nbsp;et&nbsp;Programme&nbsp;de&nbsp;travail&nbsp;de&nbsp;Techno&nbsp;logie&nbsp;juridique,&nbsp;Rev.&nbsp;int.&nbsp;Sc.&nbsp;Soc.&nbsp;22&nbsp;(1970)&nbsp;509&nbsp;(526)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_10">10</td><td nowrap="nowrap">9&nbsp;Macaulay,&nbsp;Elegant&nbsp;Models,&nbsp;Empirical&nbsp;Pictures,&nbsp;and&nbsp;the&nbsp;Complexities&nbsp;of&nbsp;Contract,&nbsp;Law&nbsp;&amp;&nbsp;Soc.&nbsp;Rev.&nbsp;11&nbsp;(1977)&nbsp;507&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_9">9</td><td nowrap="nowrap">9&nbsp;Macaulay,&nbsp;Elegant&nbsp;Models,&nbsp;Empirical&nbsp;Pictures,&nbsp;and&nbsp;the&nbsp;Complexities&nbsp;of&nbsp;Contract,&nbsp;Law&nbsp;&amp;&nbsp;Soc.&nbsp;Rev.&nbsp;11&nbsp;(1977)&nbsp;507&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_11">11</td><td nowrap="nowrap">10&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;175.</td><td class="diff_next"></td><td class="diff_header" id="to23_10">10</td><td nowrap="nowrap">10&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;175.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__3">n</a></td><td class="diff_header" id="from23_12">12</td><td nowrap="nowrap">11&nbsp;Dazu&nbsp;Grimshau,&nbsp;Comparative&nbsp;Sociology&nbsp;-&nbsp;In&nbsp;What&nbsp;Ways&nbsp;Different&nbsp;From&nbsp;Other&nbsp;Sociologies?,&nbsp;in:&nbsp;Armer<span class="diff_chg">/</span>Grimshaw&nbsp;3&nbsp;(18)<span class="diff_chg">.&nbsp;Auch&nbsp;der</span>&nbsp;Oberbegriff&nbsp;„cross&nbsp;System&nbsp;comparison"&nbsp;wird&nbsp;vorgeschlagen,&nbsp;Tomasson,&nbsp;Introduction;&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;The&nbsp;State&nbsp;of&nbsp;the&nbsp;Art,&nbsp;in:&nbsp;Tomasson&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Studies&nbsp;in&nbsp;Sociology&nbsp;Vol.&nbsp;1&nbsp;(Greenwich,&nbsp;Conn.&nbsp;1978)&nbsp;1.&nbsp;—&nbsp;Über&nbsp;die&nbsp;Methoden&nbsp;interkultureller&nbsp;und&nbsp;internationaler&nbsp;Vergleiche&nbsp;ist&nbsp;inzwischen&nbsp;so&nbsp;viel&nbsp;geschrieben&nbsp;worden,&nbsp;daß&nbsp;nicht&nbsp;nur&nbsp;die&nbsp;Fülle&nbsp;des&nbsp;Materials&nbsp;schon&nbsp;wieder&nbsp;abschreckend&nbsp;wirkt,&nbsp;sondern&nbsp;daß&nbsp;es&nbsp;auch&nbsp;genügt,&nbsp;im&nbsp;Rahmen&nbsp;dieses&nbsp;Aufsatzes&nbsp;nur&nbsp;einige&nbsp;wichtige&nbsp;Aspekte&nbsp;anzusprechen.&nbsp;Bibliographien&nbsp;finden&nbsp;sich&nbsp;etwa&nbsp;bei&nbsp;Rokkan<span class="diff_chg">/</span>Verba<span class="diff_chg">/</span>Viet<span class="diff_chg">/Almasy</span>&nbsp;117&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Vallier&nbsp;423&nbsp;ff.<span class="diff_chg">;&nbsp;Almasy/</span>Balandier<span class="diff_chg">/</span>Delatte,&nbsp;Comparative&nbsp;Survey&nbsp;Analysis&nbsp;—&nbsp;An&nbsp;Annotated&nbsp;Bibliography&nbsp;1967&nbsp;—&nbsp;1973&nbsp;(Beverly&nbsp;Hills,&nbsp;London&nbsp;1976)&nbsp;sowie&nbsp;bei&nbsp;Marsh,&nbsp;Comparative&nbsp;Sociology&nbsp;(New&nbsp;York,&nbsp;Chicago,&nbsp;San&nbsp;Francisco,&nbsp;Atlanta&nbsp;1967)&nbsp;375&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to23__3">n</a></td><td class="diff_header" id="to23_11">11</td><td nowrap="nowrap">11&nbsp;Dazu&nbsp;Grimshau,&nbsp;Comparative&nbsp;Sociology&nbsp;-&nbsp;In&nbsp;What&nbsp;Ways&nbsp;Different&nbsp;From&nbsp;Other&nbsp;Sociologies?,&nbsp;in:&nbsp;Armer<span class="diff_chg">&nbsp;</span>Grimshaw&nbsp;3&nbsp;(18)<span class="diff_chg">&nbsp;Auch&nbsp;der</span>&nbsp;Oberbegriff&nbsp;„cross&nbsp;System&nbsp;comparison"&nbsp;wird&nbsp;vorgeschlagen,&nbsp;Tomasson,&nbsp;Introduction;&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;The&nbsp;State&nbsp;of&nbsp;the&nbsp;Art,&nbsp;in:&nbsp;Tomasson&nbsp;(Hrsg.),&nbsp;Comparative&nbsp;Studies&nbsp;in&nbsp;Sociology&nbsp;Vol.&nbsp;1&nbsp;(Greenwich,&nbsp;Conn.&nbsp;1978)&nbsp;1.&nbsp;—&nbsp;Über&nbsp;die&nbsp;Methoden&nbsp;interkultureller&nbsp;und&nbsp;internationaler&nbsp;Vergleiche&nbsp;ist&nbsp;inzwischen&nbsp;so&nbsp;viel&nbsp;geschrieben&nbsp;worden,&nbsp;daß&nbsp;nicht&nbsp;nur&nbsp;die&nbsp;Fülle&nbsp;des&nbsp;Materials&nbsp;schon&nbsp;wieder&nbsp;abschreckend&nbsp;wirkt,&nbsp;sondern&nbsp;daß&nbsp;es&nbsp;auch&nbsp;genügt,&nbsp;im&nbsp;Rahmen&nbsp;dieses&nbsp;Aufsatzes&nbsp;nur&nbsp;einige&nbsp;wichtige&nbsp;Aspekte&nbsp;anzusprechen.&nbsp;Bibliographien&nbsp;finden&nbsp;sich&nbsp;etwa&nbsp;bei&nbsp;Rokkan<span class="diff_chg">&nbsp;</span>Verba<span class="diff_chg">&nbsp;</span>Viet<span class="diff_chg">&nbsp;Almasy</span>&nbsp;117&nbsp;ff.&nbsp;Vallier&nbsp;423&nbsp;ff.<span class="diff_chg">&nbsp;Almasy&nbsp;</span>Balandier<span class="diff_chg">&nbsp;</span>Delatte,&nbsp;Comparative&nbsp;Survey&nbsp;Analysis&nbsp;—&nbsp;An&nbsp;Annotated&nbsp;Bibliography&nbsp;1967&nbsp;—&nbsp;1973&nbsp;(Beverly&nbsp;Hills,&nbsp;London&nbsp;1976)&nbsp;sowie&nbsp;bei&nbsp;Marsh,&nbsp;Comparative&nbsp;Sociology&nbsp;(New&nbsp;York,&nbsp;Chicago,&nbsp;San&nbsp;Francisco,&nbsp;Atlanta&nbsp;1967)&nbsp;375&nbsp;ff.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__3"></td><td class="diff_header" id="from23_13">13</td><td nowrap="nowrap">12&nbsp;Durkheim,&nbsp;Les&nbsp;règles&nbsp;de&nbsp;la&nbsp;methode&nbsp;sociologique&nbsp;<span class="diff_sub">(PUF,&nbsp;</span>Paris&nbsp;1977)&nbsp;137.</td><td class="diff_next"></td><td class="diff_header" id="to23_12">12</td><td nowrap="nowrap">12&nbsp;Durkheim,&nbsp;Les&nbsp;règles&nbsp;de&nbsp;la&nbsp;methode&nbsp;sociologique&nbsp;Paris&nbsp;1977)&nbsp;137.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_14">14</td><td nowrap="nowrap"><span class="diff_sub">13&nbsp;Smelser&nbsp;2&nbsp;f.&nbsp;;&nbsp;Payne,&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;of&nbsp;Theory&nbsp;and&nbsp;Method,&nbsp;Brit.&nbsp;J.&nbsp;Soc.&nbsp;24&nbsp;(1973)&nbsp;13&nbsp;(15&nbsp;ff.).&nbsp;-&nbsp;Ähnlich&nbsp;auch&nbsp;Eisenstadt,&nbsp;Social&nbsp;Institutions&nbsp;-&nbsp;Comparative&nbsp;Method,&nbsp;in:&nbsp;International&nbsp;Encyclopedia&nbsp;of&nbsp;the&nbsp;Social&nbsp;Sciences&nbsp;Bd.&nbsp;14&nbsp;(London&nbsp;1968)&nbsp;421&nbsp;(423).</span></td><td class="diff_next"></td><td class="diff_header" id="to23_13">13</td><td nowrap="nowrap"><span class="diff_add">13&nbsp;Smelser&nbsp;2&nbsp;f.&nbsp;;&nbsp;Payne,&nbsp;Comparative&nbsp;Sociology&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;of&nbsp;Theory&nbsp;and&nbsp;Method,&nbsp;Brit.&nbsp;J.&nbsp;Soc.&nbsp;24&nbsp;(1973)&nbsp;13&nbsp;(15&nbsp;ff&nbsp;.)&nbsp;Ähnlich&nbsp;auch&nbsp;Eisenstadt,&nbsp;Social&nbsp;Institutions&nbsp;-&nbsp;Comparative&nbsp;Method,&nbsp;in:&nbsp;International&nbsp;Encyclopedia&nbsp;of&nbsp;the&nbsp;Social&nbsp;Sciences&nbsp;Bd.&nbsp;14&nbsp;(London&nbsp;1968)&nbsp;421&nbsp;(423)</span></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_15">15</td><td nowrap="nowrap">14&nbsp;Boesch<span class="diff_chg">/</span>Eckensberger,&nbsp;Methodische&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs,&nbsp;in:&nbsp;Graumann&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;Psychologie,&nbsp;Bd.&nbsp;Vll&nbsp;1&nbsp;(2.&nbsp;Auf],&nbsp;1969)&nbsp;514&nbsp;(520&nbsp;ff<span class="diff_chg">.).</span>&nbsp;—&nbsp;Zur&nbsp;„cultunit“,&nbsp;die&nbsp;vor&nbsp;allem&nbsp;durch&nbsp;die&nbsp;gemeinsame&nbsp;Sprache&nbsp;und&nbsp;die&nbsp;Zugehörigkeit&nbsp;zu&nbsp;einem&nbsp;Staat&nbsp;bzw.&nbsp;einer&nbsp;interpersonellen&nbsp;Kontaktgruppe&nbsp;gekennzeichnet&nbsp;ist,&nbsp;s.&nbsp;Naroll<span class="diff_chg">/</span>Cohen&nbsp;(Hrsg.),&nbsp;A&nbsp;Handbook&nbsp;of&nbsp;Method&nbsp;in&nbsp;Cultural&nbsp;Anthropology&nbsp;(New&nbsp;York,&nbsp;London&nbsp;1973)&nbsp;sowie&nbsp;Smelser&nbsp;168&nbsp;f.<span class="diff_sub">;</span>&nbsp;Wirsing&nbsp;(oben&nbsp;N.&nbsp;8)&nbsp;115.</td><td class="diff_next"></td><td class="diff_header" id="to23_14">14</td><td nowrap="nowrap">14&nbsp;Boesch<span class="diff_chg">&nbsp;</span>Eckensberger,&nbsp;Methodische&nbsp;Probleme&nbsp;des&nbsp;interkulturellen&nbsp;Vergleichs,&nbsp;in:&nbsp;Graumann&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;Psychologie,&nbsp;Bd.&nbsp;Vll&nbsp;1&nbsp;(2.&nbsp;Auf],&nbsp;1969)&nbsp;514&nbsp;(520&nbsp;ff<span class="diff_chg">&nbsp;.)</span>&nbsp;—&nbsp;Zur&nbsp;„cultunit“,&nbsp;die&nbsp;vor&nbsp;allem&nbsp;durch&nbsp;die&nbsp;gemeinsame&nbsp;Sprache&nbsp;und&nbsp;die&nbsp;Zugehörigkeit&nbsp;zu&nbsp;einem&nbsp;Staat&nbsp;bzw.&nbsp;einer&nbsp;interpersonellen&nbsp;Kontaktgruppe&nbsp;gekennzeichnet&nbsp;ist,&nbsp;s.&nbsp;Naroll<span class="diff_chg">&nbsp;</span>Cohen&nbsp;(Hrsg.),&nbsp;A&nbsp;Handbook&nbsp;of&nbsp;Method&nbsp;in&nbsp;Cultural&nbsp;Anthropology&nbsp;(New&nbsp;York,&nbsp;London&nbsp;1973)&nbsp;sowie&nbsp;Smelser&nbsp;168&nbsp;f.&nbsp;Wirsing&nbsp;(oben&nbsp;N.&nbsp;8)&nbsp;115.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__4"></td><td class="diff_header" id="from23_16">16</td><td nowrap="nowrap">15&nbsp;Näher&nbsp;dazu&nbsp;Zelditch,&nbsp;Intelligible&nbsp;Comparisons,&nbsp;in:&nbsp;Vallier&nbsp;267&nbsp;(270&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_15">15</td><td nowrap="nowrap">15&nbsp;Näher&nbsp;dazu&nbsp;Zelditch,&nbsp;Intelligible&nbsp;Comparisons,&nbsp;in:&nbsp;Vallier&nbsp;267&nbsp;(270&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_17">17</td><td nowrap="nowrap">16&nbsp;Carbonnier&nbsp;(oben&nbsp;N.&nbsp;5)&nbsp;80.</td><td class="diff_next"></td><td class="diff_header" id="to23_16">16</td><td nowrap="nowrap">16&nbsp;Carbonnier&nbsp;(oben&nbsp;N.&nbsp;5)&nbsp;80.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__5"><a href="#difflib_chg_to23__4">n</a></td><td class="diff_header" id="from23_18">18</td><td nowrap="nowrap">17&nbsp;Siehe&nbsp;Zweigert,&nbsp;Die&nbsp;soziologische&nbsp;Dimension&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rebbinder&nbsp;151&nbsp;(159)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to23__4">n</a></td><td class="diff_header" id="to23_17">17</td><td nowrap="nowrap">17&nbsp;Siehe&nbsp;Zweigert,&nbsp;Die&nbsp;soziologische&nbsp;Dimension&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rebbinder&nbsp;151&nbsp;(159)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_19">19</td><td nowrap="nowrap">18&nbsp;Zu&nbsp;entsprechenden&nbsp;Versuchen&nbsp;etwa&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Scientific&nbsp;Explanation,&nbsp;in:&nbsp;Law&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America&nbsp;in&nbsp;Social&nbsp;and&nbsp;Technological&nbsp;Revolution&nbsp;(Brüssel&nbsp;1974)&nbsp;81&nbsp;(89&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_18">18</td><td nowrap="nowrap">18&nbsp;Zu&nbsp;entsprechenden&nbsp;Versuchen&nbsp;etwa&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Scientific&nbsp;Explanation,&nbsp;in:&nbsp;Law&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America&nbsp;in&nbsp;Social&nbsp;and&nbsp;Technological&nbsp;Revolution&nbsp;(Brüssel&nbsp;1974)&nbsp;81&nbsp;(89&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_20">20</td><td nowrap="nowrap">19&nbsp;Beispiel&nbsp;von&nbsp;Carbonnier,&nbsp;Sociologie&nbsp;juridique&nbsp;(Paris&nbsp;1972)&nbsp;188&nbsp;N.&nbsp;1.</td><td class="diff_next"></td><td class="diff_header" id="to23_19">19</td><td nowrap="nowrap">19&nbsp;Beispiel&nbsp;von&nbsp;Carbonnier,&nbsp;Sociologie&nbsp;juridique&nbsp;(Paris&nbsp;1972)&nbsp;188&nbsp;N.&nbsp;1.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__5">n</a></td><td class="diff_header" id="from23_21">21</td><td nowrap="nowrap">20&nbsp;Dazu&nbsp;Heidrich,&nbsp;Höchstrichterliche&nbsp;Rechtsprechung&nbsp;als&nbsp;Triebfehier&nbsp;sozialen&nbsp;Wandels,&nbsp;Jahr&nbsp;buch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;3&nbsp;(1972)&nbsp;305&nbsp;(330&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to23__5">n</a></td><td class="diff_header" id="to23_20">20</td><td nowrap="nowrap">20&nbsp;Dazu&nbsp;Heidrich,&nbsp;Höchstrichterliche&nbsp;Rechtsprechung&nbsp;als&nbsp;Triebfehier&nbsp;sozialen&nbsp;Wandels,&nbsp;Jahr&nbsp;buch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;3&nbsp;(1972)&nbsp;305&nbsp;(330&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__6"></td><td class="diff_header" id="from23_22">22</td><td nowrap="nowrap">21&nbsp;Insbesondere&nbsp;Zweigert&nbsp;(oben&nbsp;N.&nbsp;17)&nbsp;157&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_21">21</td><td nowrap="nowrap">21&nbsp;Insbesondere&nbsp;Zweigert&nbsp;(oben&nbsp;N.&nbsp;17)&nbsp;157&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__6">n</a></td><td class="diff_header" id="from23_23">23</td><td nowrap="nowrap">22&nbsp;Kaiser,&nbsp;Strafrecht&nbsp;und&nbsp;vergleichende&nbsp;Kriminologie,&nbsp;in:&nbsp;Kaiser<span class="diff_chg">/</span>Vogler&nbsp;(Hrsg.),&nbsp;Strafrecht,&nbsp;Straf&nbsp;rechtsvergleichung&nbsp;(1975)&nbsp;79&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Villmow<span class="diff_chg">/</span>Albrecht,&nbsp;Die&nbsp;Vergleichung&nbsp;als&nbsp;Methode&nbsp;der&nbsp;Strafrechtswissenschaft&nbsp;und&nbsp;der&nbsp;Kriminologie,&nbsp;MschrKrim.&nbsp;62&nbsp;(1979)&nbsp;163&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to23__6">n</a></td><td class="diff_header" id="to23_22">22</td><td nowrap="nowrap">22&nbsp;Kaiser,&nbsp;Strafrecht&nbsp;und&nbsp;vergleichende&nbsp;Kriminologie,&nbsp;in:&nbsp;Kaiser<span class="diff_chg">&nbsp;</span>Vogler&nbsp;(Hrsg.),&nbsp;Strafrecht,&nbsp;Straf&nbsp;rechtsvergleichung&nbsp;(1975)&nbsp;79&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Villmow<span class="diff_chg">&nbsp;</span>Albrecht,&nbsp;Die&nbsp;Vergleichung&nbsp;als&nbsp;Methode&nbsp;der&nbsp;Strafrechtswissenschaft&nbsp;und&nbsp;der&nbsp;Kriminologie,&nbsp;MschrKrim.&nbsp;62&nbsp;(1979)&nbsp;163&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_24">24</td><td nowrap="nowrap">23&nbsp;So&nbsp;etwa&nbsp;K.&nbsp;H.&nbsp;Neumayer,&nbsp;Ziele&nbsp;und&nbsp;Methoden&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Recueil&nbsp;des&nbsp;travaux&nbsp;suisses&nbsp;présentés&nbsp;au&nbsp;IXe&nbsp;Congrès&nbsp;international&nbsp;de&nbsp;droit&nbsp;compare&nbsp;(1976)&nbsp;45&nbsp;(48)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_23">23</td><td nowrap="nowrap">23&nbsp;So&nbsp;etwa&nbsp;K.&nbsp;H.&nbsp;Neumayer,&nbsp;Ziele&nbsp;und&nbsp;Methoden&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Recueil&nbsp;des&nbsp;travaux&nbsp;suisses&nbsp;présentés&nbsp;au&nbsp;IXe&nbsp;Congrès&nbsp;international&nbsp;de&nbsp;droit&nbsp;compare&nbsp;(1976)&nbsp;45&nbsp;(48)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__7"></td><td class="diff_header" id="from23_25">25</td><td nowrap="nowrap">24&nbsp;Zur&nbsp;Abgrenzung&nbsp;näher&nbsp;Rehbinder,&nbsp;Erkenntnistheoretisches&nbsp;zum&nbsp;Verhältnis&nbsp;von&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder&nbsp;56&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_24">24</td><td nowrap="nowrap">24&nbsp;Zur&nbsp;Abgrenzung&nbsp;näher&nbsp;Rehbinder,&nbsp;Erkenntnistheoretisches&nbsp;zum&nbsp;Verhältnis&nbsp;von&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder&nbsp;56&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_26">26</td><td nowrap="nowrap">25&nbsp;Näher&nbsp;dazu&nbsp;Merryman&nbsp;(oben&nbsp;N.&nbsp;18)&nbsp;101&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_25">25</td><td nowrap="nowrap">25&nbsp;Näher&nbsp;dazu&nbsp;Merryman&nbsp;(oben&nbsp;N.&nbsp;18)&nbsp;101&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__7">n</a></td><td class="diff_header" id="from23_27">27</td><td nowrap="nowrap">26&nbsp;Heidrich,&nbsp;Sozialwissenschaftliche&nbsp;Aspekte&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder&nbsp;178&nbsp;(186&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to23__7">n</a></td><td class="diff_header" id="to23_26">26</td><td nowrap="nowrap">26&nbsp;Heidrich,&nbsp;Sozialwissenschaftliche&nbsp;Aspekte&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder&nbsp;178&nbsp;(186&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_28">28</td><td nowrap="nowrap">27&nbsp;Siehe&nbsp;etwa&nbsp;die&nbsp;Erklärung,&nbsp;warum&nbsp;das&nbsp;„Access&nbsp;to&nbsp;justice&nbsp;movement"&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;vergleichsweise&nbsp;wenig&nbsp;Widerhall&nbsp;gefunden&nbsp;hat&nbsp;von&nbsp;Blankenburg,&nbsp;Patterns&nbsp;of&nbsp;Legal&nbsp;Culture&nbsp;as&nbsp;a&nbsp;Variable&nbsp;for&nbsp;the&nbsp;Chances&nbsp;of&nbsp;Legal&nbsp;Innovation,&nbsp;in:&nbsp;Blankenburg&nbsp;(Hrsg.),&nbsp;innovations&nbsp;in&nbsp;the&nbsp;Legal&nbsp;Services&nbsp;(Cambridge,&nbsp;Mass.;&nbsp;Meisenheim&nbsp;1980).</td><td class="diff_next"></td><td class="diff_header" id="to23_27">27</td><td nowrap="nowrap">27&nbsp;Siehe&nbsp;etwa&nbsp;die&nbsp;Erklärung,&nbsp;warum&nbsp;das&nbsp;„Access&nbsp;to&nbsp;justice&nbsp;movement"&nbsp;in&nbsp;der&nbsp;Bundesrepublik&nbsp;vergleichsweise&nbsp;wenig&nbsp;Widerhall&nbsp;gefunden&nbsp;hat&nbsp;von&nbsp;Blankenburg,&nbsp;Patterns&nbsp;of&nbsp;Legal&nbsp;Culture&nbsp;as&nbsp;a&nbsp;Variable&nbsp;for&nbsp;the&nbsp;Chances&nbsp;of&nbsp;Legal&nbsp;Innovation,&nbsp;in:&nbsp;Blankenburg&nbsp;(Hrsg.),&nbsp;innovations&nbsp;in&nbsp;the&nbsp;Legal&nbsp;Services&nbsp;(Cambridge,&nbsp;Mass.;&nbsp;Meisenheim&nbsp;1980).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_29">29</td><td nowrap="nowrap">28&nbsp;So&nbsp;Rehbinder&nbsp;(oben&nbsp;N.&nbsp;24)&nbsp;60.</td><td class="diff_next"></td><td class="diff_header" id="to23_28">28</td><td nowrap="nowrap">28&nbsp;So&nbsp;Rehbinder&nbsp;(oben&nbsp;N.&nbsp;24)&nbsp;60.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__8">n</a></td><td class="diff_header" id="from23_30">30</td><td nowrap="nowrap">29&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Theory,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;26&nbsp;(1978)&nbsp;219&nbsp;(224&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to23__8">n</a></td><td class="diff_header" id="to23_29">29</td><td nowrap="nowrap">29&nbsp;Dazu&nbsp;R.&nbsp;Abel,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Theory,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;26&nbsp;(1978)&nbsp;219&nbsp;(224&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_31">31</td><td nowrap="nowrap">30&nbsp;Dazu&nbsp;etwa&nbsp;Smelser&nbsp;175&nbsp;f.&nbsp;—&nbsp;Für&nbsp;die&nbsp;Kriminologie&nbsp;siehe&nbsp;Kaiser&nbsp;(oben&nbsp;N.&nbsp;22)&nbsp;89&nbsp;sowie&nbsp;Blazicek<span class="diff_chg">/</span>Janeksela,&nbsp;Some&nbsp;Comments&nbsp;on&nbsp;Comparative&nbsp;Methodologies&nbsp;in&nbsp;Criminal&nbsp;Justice,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;Pen&nbsp;6&nbsp;(1978)&nbsp;233&nbsp;(240)<span class="diff_sub">.</span>&nbsp;Als&nbsp;besonders&nbsp;gefährlich&nbsp;hat&nbsp;sich&nbsp;die&nbsp;unkritische&nbsp;Übertragung&nbsp;solcher&nbsp;Konzepte&nbsp;auf&nbsp;Länder&nbsp;der&nbsp;Dritten&nbsp;Welt&nbsp;erwiesen.&nbsp;So&nbsp;kam&nbsp;man&nbsp;etwa&nbsp;zu&nbsp;dem&nbsp;Ergebnis:&nbsp;„The&nbsp;U.&nbsp;S.&nbsp;law&nbsp;and&nbsp;development&nbsp;movement&nbsp;was&nbsp;largely&nbsp;a&nbsp;parochial&nbsp;expression&nbsp;of&nbsp;the&nbsp;American&nbsp;legal&nbsp;style“,&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Change&nbsp;-&nbsp;On&nbsp;the&nbsp;Origins,&nbsp;Style,&nbsp;Decline&nbsp;and&nbsp;Revival&nbsp;of&nbsp;the&nbsp;Law&nbsp;and&nbsp;Development&nbsp;Movement,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;25&nbsp;(1977)&nbsp;457&nbsp;(479)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_30">30</td><td nowrap="nowrap">30&nbsp;Dazu&nbsp;etwa&nbsp;Smelser&nbsp;175&nbsp;f.&nbsp;—&nbsp;Für&nbsp;die&nbsp;Kriminologie&nbsp;siehe&nbsp;Kaiser&nbsp;(oben&nbsp;N.&nbsp;22)&nbsp;89&nbsp;sowie&nbsp;Blazicek<span class="diff_chg">&nbsp;</span>Janeksela,&nbsp;Some&nbsp;Comments&nbsp;on&nbsp;Comparative&nbsp;Methodologies&nbsp;in&nbsp;Criminal&nbsp;Justice,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;Pen&nbsp;6&nbsp;(1978)&nbsp;233&nbsp;(240)&nbsp;Als&nbsp;besonders&nbsp;gefährlich&nbsp;hat&nbsp;sich&nbsp;die&nbsp;unkritische&nbsp;Übertragung&nbsp;solcher&nbsp;Konzepte&nbsp;auf&nbsp;Länder&nbsp;der&nbsp;Dritten&nbsp;Welt&nbsp;erwiesen.&nbsp;So&nbsp;kam&nbsp;man&nbsp;etwa&nbsp;zu&nbsp;dem&nbsp;Ergebnis:&nbsp;„The&nbsp;U.&nbsp;S.&nbsp;law&nbsp;and&nbsp;development&nbsp;movement&nbsp;was&nbsp;largely&nbsp;a&nbsp;parochial&nbsp;expression&nbsp;of&nbsp;the&nbsp;American&nbsp;legal&nbsp;style<span class="diff_add">&nbsp;</span>“,&nbsp;Merryman,&nbsp;Comparative&nbsp;Law&nbsp;and&nbsp;Social&nbsp;Change&nbsp;-&nbsp;On&nbsp;the&nbsp;Origins,&nbsp;Style,&nbsp;Decline&nbsp;and&nbsp;Revival&nbsp;of&nbsp;the&nbsp;Law&nbsp;and&nbsp;Development&nbsp;Movement,&nbsp;Am.&nbsp;J.&nbsp;Comp.&nbsp;L.&nbsp;25&nbsp;(1977)&nbsp;457&nbsp;(479)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_32">32</td><td nowrap="nowrap">31&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;15<span class="diff_sub">,</span>&nbsp;25&nbsp;f.</td><td class="diff_next"></td><td class="diff_header" id="to23_31">31</td><td nowrap="nowrap">31&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;15&nbsp;25&nbsp;f.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_33">33</td><td nowrap="nowrap">32&nbsp;Däubler,&nbsp;Systemvergleich&nbsp;im&nbsp;Arbeitsrecht?&nbsp;Vorüberlegungen&nbsp;zu&nbsp;einigen&nbsp;Methodenfragen,&nbsp;Demokratie&nbsp;und&nbsp;Recht&nbsp;1979&nbsp;/1&nbsp;S.&nbsp;23&nbsp;(31&nbsp;ff.)<span class="diff_sub">.&nbsp;-</span>&nbsp;Zum&nbsp;Vergleich&nbsp;mit&nbsp;den&nbsp;sozialistischen&nbsp;Ländern&nbsp;siehe&nbsp;auch&nbsp;Zweigert<span class="diff_chg">/</span>Puttfarken,&nbsp;Zur&nbsp;Vergleichbarkeit&nbsp;analoger&nbsp;Rechtsinstitute&nbsp;in&nbsp;verschiede&nbsp;nen&nbsp;Gesellschaftsordnungen,&nbsp;in:&nbsp;Zweigert<span class="diff_chg">/</span>Puttfarken&nbsp;(Hrsg.),&nbsp;Rechtsvergleichung&nbsp;(1978)&nbsp;395&nbsp;(402&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_32">32</td><td nowrap="nowrap">32&nbsp;Däubler,&nbsp;Systemvergleich&nbsp;im&nbsp;Arbeitsrecht?&nbsp;Vorüberlegungen&nbsp;zu&nbsp;einigen&nbsp;Methodenfragen,&nbsp;Demokratie&nbsp;und&nbsp;Recht&nbsp;1979&nbsp;/<span class="diff_add">&nbsp;</span>1&nbsp;S.&nbsp;23&nbsp;(31&nbsp;ff<span class="diff_add">&nbsp;</span>.)&nbsp;Zum&nbsp;Vergleich&nbsp;mit&nbsp;den&nbsp;sozialistischen&nbsp;Ländern&nbsp;siehe&nbsp;auch&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Puttfarken,&nbsp;Zur&nbsp;Vergleichbarkeit&nbsp;analoger&nbsp;Rechtsinstitute&nbsp;in&nbsp;verschiede&nbsp;nen&nbsp;Gesellschaftsordnungen,&nbsp;in:&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Puttfarken&nbsp;(Hrsg.),&nbsp;Rechtsvergleichung&nbsp;(1978)&nbsp;395&nbsp;(402&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_34">34</td><td nowrap="nowrap">33&nbsp;Blankenburg,&nbsp;Task&nbsp;Contingencies&nbsp;and&nbsp;National&nbsp;Administrative&nbsp;Culture&nbsp;as&nbsp;Determinants&nbsp;for&nbsp;Labour&nbsp;Market&nbsp;Administration&nbsp;(HM&nbsp;discussion&nbsp;papers&nbsp;1978&nbsp;—23)&nbsp;5&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_33">33</td><td nowrap="nowrap">33&nbsp;Blankenburg,&nbsp;Task&nbsp;Contingencies&nbsp;and&nbsp;National&nbsp;Administrative&nbsp;Culture&nbsp;as&nbsp;Determinants&nbsp;for&nbsp;Labour&nbsp;Market&nbsp;Administration&nbsp;(HM&nbsp;discussion&nbsp;papers&nbsp;1978&nbsp;—<span class="diff_add">&nbsp;</span>23)&nbsp;5&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_35">35</td><td nowrap="nowrap">34&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;30&nbsp;f.</td><td class="diff_next"></td><td class="diff_header" id="to23_34">34</td><td nowrap="nowrap">34&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;30&nbsp;f.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_36">36</td><td nowrap="nowrap">35&nbsp;Dazu&nbsp;etwa&nbsp;Armer,&nbsp;Methodology&nbsp;Problems&nbsp;and&nbsp;Possibilities&nbsp;in&nbsp;Comparative&nbsp;Research,&nbsp;in:&nbsp;Armer<span class="diff_chg">/</span>Grimsbaw&nbsp;49&nbsp;(50&nbsp;ff.)<span class="diff_sub">;</span>&nbsp;Smelser&nbsp;182&nbsp;f.<span class="diff_sub">;</span>&nbsp;Trommsdorf,&nbsp;Möglichkeiten&nbsp;und&nbsp;Probleme&nbsp;des&nbsp;Kulturvergleichs&nbsp;am&nbsp;Beispiel&nbsp;einer&nbsp;Agressionsstudie,&nbsp;KZfSS&nbsp;30&nbsp;(1978)&nbsp;361&nbsp;(364&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_35">35</td><td nowrap="nowrap">35&nbsp;Dazu&nbsp;etwa&nbsp;Armer,&nbsp;Methodology&nbsp;Problems&nbsp;and&nbsp;Possibilities&nbsp;in&nbsp;Comparative&nbsp;Research,&nbsp;in:&nbsp;Armer<span class="diff_chg">&nbsp;</span>Grimsbaw&nbsp;49&nbsp;(50&nbsp;ff<span class="diff_add">&nbsp;</span>.)&nbsp;Smelser&nbsp;182&nbsp;f.&nbsp;Trommsdorf,&nbsp;Möglichkeiten&nbsp;und&nbsp;Probleme&nbsp;des&nbsp;Kulturvergleichs&nbsp;am&nbsp;Beispiel&nbsp;einer&nbsp;Agressionsstudie,&nbsp;KZfSS&nbsp;30&nbsp;(1978)&nbsp;361&nbsp;(364&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__8"></td><td class="diff_header" id="from23_37">37</td><td nowrap="nowrap">36&nbsp;Wenn&nbsp;die&nbsp;Strenge&nbsp;elterlicher&nbsp;Strafen&nbsp;gemessen&nbsp;werden&nbsp;soll,&nbsp;kann&nbsp;man&nbsp;etwa&nbsp;darauf&nbsp;ausweichen,&nbsp;welche&nbsp;Strafe&nbsp;die&nbsp;Kinder&nbsp;am&nbsp;meisten&nbsp;fürchten,&nbsp;siehe&nbsp;Malewswka<span class="diff_chg">/</span>Peyre,&nbsp;Juvenile&nbsp;Deliquency&nbsp;and&nbsp;Development,&nbsp;in:&nbsp;Szalai<span class="diff_chg">/</span>Petrella&nbsp;131&nbsp;(157&nbsp;f.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_36">36</td><td nowrap="nowrap">36&nbsp;Wenn&nbsp;die&nbsp;Strenge&nbsp;elterlicher&nbsp;Strafen&nbsp;gemessen&nbsp;werden&nbsp;soll,&nbsp;kann&nbsp;man&nbsp;etwa&nbsp;darauf&nbsp;ausweichen,&nbsp;welche&nbsp;Strafe&nbsp;die&nbsp;Kinder&nbsp;am&nbsp;meisten&nbsp;fürchten,&nbsp;siehe&nbsp;Malewswka<span class="diff_chg">&nbsp;</span>Peyre,&nbsp;Juvenile&nbsp;Deliquency&nbsp;and&nbsp;Development,&nbsp;in:&nbsp;Szalai<span class="diff_chg">&nbsp;</span>Petrella&nbsp;131&nbsp;(157&nbsp;f<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_38">38</td><td nowrap="nowrap">37&nbsp;Näher&nbsp;Scheuch,&nbsp;The&nbsp;Cross-Cultural&nbsp;Use&nbsp;of&nbsp;Sample&nbsp;Surveys&nbsp;—&nbsp;Problems&nbsp;of&nbsp;Comparability,&nbsp;in:&nbsp;Rokkan&nbsp;176&nbsp;(185)<span class="diff_sub">;</span>&nbsp;Biervert,&nbsp;Der&nbsp;internationale&nbsp;Vergleich,&nbsp;in:&nbsp;van&nbsp;Koolwiyk/Wieken-Mayser&nbsp;(Hrsg.),&nbsp;Techniken&nbsp;empirischer&nbsp;Sozialforschung,&nbsp;Bd.&nbsp;2&nbsp;(1975)&nbsp;113&nbsp;(124&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_37">37</td><td nowrap="nowrap">37&nbsp;Näher&nbsp;Scheuch,&nbsp;The&nbsp;Cross-Cultural&nbsp;Use&nbsp;of&nbsp;Sample&nbsp;Surveys&nbsp;—&nbsp;Problems&nbsp;of&nbsp;Comparability,&nbsp;in:&nbsp;Rokkan&nbsp;176&nbsp;(185)&nbsp;Biervert,&nbsp;Der&nbsp;internationale&nbsp;Vergleich,&nbsp;in:&nbsp;van&nbsp;Koolwiyk<span class="diff_add">&nbsp;</span>/<span class="diff_add">&nbsp;</span>Wieken-Mayser&nbsp;(Hrsg.),&nbsp;Techniken&nbsp;empirischer&nbsp;Sozialforschung,&nbsp;Bd.&nbsp;2&nbsp;(1975)&nbsp;113&nbsp;(124&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__9"></td><td class="diff_header" id="from23_39">39</td><td nowrap="nowrap">38&nbsp;Verba,&nbsp;The&nbsp;Uses&nbsp;of&nbsp;Survey&nbsp;Research&nbsp;in&nbsp;the&nbsp;Study&nbsp;of&nbsp;Comparative&nbsp;Politics&nbsp;—&nbsp;Issues&nbsp;and&nbsp;Strategies,&nbsp;in:&nbsp;Rokkan<span class="diff_chg">/</span>Verba<span class="diff_chg">/</span>Viet<span class="diff_chg">/</span>Almasy&nbsp;56&nbsp;(80)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_38">38</td><td nowrap="nowrap">38&nbsp;Verba,&nbsp;The&nbsp;Uses&nbsp;of&nbsp;Survey&nbsp;Research&nbsp;in&nbsp;the&nbsp;Study&nbsp;of&nbsp;Comparative&nbsp;Politics&nbsp;—&nbsp;Issues&nbsp;and&nbsp;Strategies,&nbsp;in:&nbsp;Rokkan<span class="diff_chg">&nbsp;</span>Verba<span class="diff_chg">&nbsp;</span>Viet<span class="diff_chg">&nbsp;</span>Almasy&nbsp;56&nbsp;(80)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_40">40</td><td nowrap="nowrap">39&nbsp;Gessner,&nbsp;Soziologische&nbsp;Ãœberlegungen&nbsp;zu&nbsp;einer&nbsp;Theorie&nbsp;der&nbsp;angewandten&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">/</span>Rehbinder&nbsp;123&nbsp;(134&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_39">39</td><td nowrap="nowrap">39&nbsp;Gessner,&nbsp;Soziologische&nbsp;Ãœberlegungen&nbsp;zu&nbsp;einer&nbsp;Theorie&nbsp;der&nbsp;angewandten&nbsp;Rechtsvergleichung,&nbsp;in:&nbsp;Drobnig<span class="diff_chg">&nbsp;</span>Rehbinder&nbsp;123&nbsp;(134&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_41">41</td><td nowrap="nowrap">40&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;42.</td><td class="diff_next"></td><td class="diff_header" id="to23_40">40</td><td nowrap="nowrap">40&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;42.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__9">n</a></td><td class="diff_header" id="from23_42">42</td><td nowrap="nowrap">41&nbsp;Für&nbsp;die&nbsp;Bedeutung&nbsp;der&nbsp;funktionalen&nbsp;Äquivalenz&nbsp;beruft&nbsp;man&nbsp;sich&nbsp;häufig&nbsp;auf&nbsp;Merton<span class="diff_chg">&nbsp;,&nbsp;der&nbsp;sie&nbsp;am</span>&nbsp;Beispiel&nbsp;der&nbsp;Religion&nbsp;näher&nbsp;erläutert&nbsp;hat&nbsp;(Social&nbsp;Theory&nbsp;and&nbsp;Social&nbsp;Structure,&nbsp;New&nbsp;York,&nbsp;London,&nbsp;erweiterte&nbsp;Aufl.&nbsp;1968,&nbsp;S.&nbsp;82&nbsp;ff.):&nbsp;Eine&nbsp;gemeinsame&nbsp;Religion&nbsp;erfüllt&nbsp;im&nbsp;allgemeinen&nbsp;data".&nbsp;OECD,&nbsp;The&nbsp;OECD&nbsp;Social&nbsp;Indicator&nbsp;Development&nbsp;Programme&nbsp;-&nbsp;1976&nbsp;Progress&nbsp;Report&nbsp;on&nbsp;Phase&nbsp;II&nbsp;(Paris&nbsp;1977)&nbsp;40.</td><td class="diff_next"><a href="#difflib_chg_to23__9">n</a></td><td class="diff_header" id="to23_41">41</td><td nowrap="nowrap">41&nbsp;Für&nbsp;die&nbsp;Bedeutung&nbsp;der&nbsp;funktionalen&nbsp;Äquivalenz&nbsp;beruft&nbsp;man&nbsp;sich&nbsp;häufig&nbsp;auf&nbsp;Merton<span class="diff_chg">,&nbsp;der&nbsp;sie&nbsp;am</span>&nbsp;Beispiel&nbsp;der&nbsp;Religion&nbsp;näher&nbsp;erläutert&nbsp;hat&nbsp;(Social&nbsp;Theory&nbsp;and&nbsp;Social&nbsp;Structure,&nbsp;New&nbsp;York,&nbsp;London,&nbsp;erweiterte&nbsp;Aufl.&nbsp;1968,&nbsp;S.&nbsp;82&nbsp;ff<span class="diff_add">&nbsp;</span>.):&nbsp;Eine&nbsp;gemeinsame&nbsp;Religion&nbsp;erfüllt&nbsp;im&nbsp;allgemeinen&nbsp;data<span class="diff_add">&nbsp;</span>".&nbsp;OECD,&nbsp;The&nbsp;OECD&nbsp;Social&nbsp;Indicator&nbsp;Development&nbsp;Programme&nbsp;-&nbsp;1976&nbsp;Progress&nbsp;Report&nbsp;on&nbsp;Phase&nbsp;II&nbsp;(Paris&nbsp;1977)&nbsp;40.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__10"></td><td class="diff_header" id="from23_43">43</td><td nowrap="nowrap">43&nbsp;Rheinstein,&nbsp;Marriage&nbsp;Stability,&nbsp;Divorce,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(Chicago&nbsp;1972).</td><td class="diff_next"></td><td class="diff_header" id="to23_42">42</td><td nowrap="nowrap">43&nbsp;Rheinstein,&nbsp;Marriage&nbsp;Stability,&nbsp;Divorce,&nbsp;and&nbsp;the&nbsp;Law&nbsp;(Chicago&nbsp;1972).</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__10">n</a></td><td class="diff_header" id="from23_44">44</td><td nowrap="nowrap">44&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;194&nbsp;ff.<span class="diff_sub">,</span>&nbsp;221&nbsp;f.&nbsp;-&nbsp;Siehe&nbsp;auch&nbsp;Wilpert,&nbsp;Die&nbsp;Messung&nbsp;von&nbsp;Mitbestimmungsnormen&nbsp;—&nbsp;Darstellung&nbsp;eines&nbsp;international&nbsp;vergleichenden&nbsp;Forschungsansatzes&nbsp;(HM-Paper&nbsp;1979—&nbsp;13)&nbsp;2&nbsp;ff.&nbsp;-&nbsp;Zur&nbsp;Behandlung&nbsp;der&nbsp;„Kultur"&nbsp;in&nbsp;vergleichenden&nbsp;Untersuchungen&nbsp;näher&nbsp;Scheuch&nbsp;(oben&nbsp;N.&nbsp;37)&nbsp;197&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to23__10">n</a></td><td class="diff_header" id="to23_43">43</td><td nowrap="nowrap">44&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;194&nbsp;ff.&nbsp;221&nbsp;f.&nbsp;-&nbsp;Siehe&nbsp;auch&nbsp;Wilpert,&nbsp;Die&nbsp;Messung&nbsp;von&nbsp;Mitbestimmungsnormen&nbsp;—&nbsp;Darstellung&nbsp;eines&nbsp;international&nbsp;vergleichenden&nbsp;Forschungsansatzes&nbsp;(HM-Paper&nbsp;1979<span class="diff_add">&nbsp;</span>—&nbsp;13)&nbsp;2&nbsp;ff.&nbsp;-&nbsp;Zur&nbsp;Behandlung&nbsp;der&nbsp;„Kultur"&nbsp;in&nbsp;vergleichenden&nbsp;Untersuchungen&nbsp;näher&nbsp;Scheuch&nbsp;(oben&nbsp;N.&nbsp;37)&nbsp;197&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_45">45</td><td nowrap="nowrap">45&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;207&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Constantinesco,&nbsp;Ideologie&nbsp;als&nbsp;determinierendes&nbsp;Ele&nbsp;ment&nbsp;zur&nbsp;Bildung&nbsp;der&nbsp;Rechtskreise,&nbsp;Zeitschrift&nbsp;für&nbsp;Rechtsvergleichung&nbsp;19&nbsp;(1978)&nbsp;161&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_44">44</td><td nowrap="nowrap">45&nbsp;Abel&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;207&nbsp;ff.&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Constantinesco,&nbsp;Ideologie&nbsp;als&nbsp;determinierendes&nbsp;Ele&nbsp;ment&nbsp;zur&nbsp;Bildung&nbsp;der&nbsp;Rechtskreise,&nbsp;Zeitschrift&nbsp;für&nbsp;Rechtsvergleichung&nbsp;19&nbsp;(1978)&nbsp;161&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_46">46</td><td nowrap="nowrap">46&nbsp;Siehe&nbsp;Blankenburg&nbsp;(oben&nbsp;N.&nbsp;33)&nbsp;3&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_45">45</td><td nowrap="nowrap">46&nbsp;Siehe&nbsp;Blankenburg&nbsp;(oben&nbsp;N.&nbsp;33)&nbsp;3&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_47">47</td><td nowrap="nowrap">47&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;176.</td><td class="diff_next"></td><td class="diff_header" id="to23_46">46</td><td nowrap="nowrap">47&nbsp;Rose&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;176.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__11">n</a></td><td class="diff_header" id="from23_48">48</td><td nowrap="nowrap">48&nbsp;Dazu&nbsp;etwa&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;55&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Constantinesco,&nbsp;Über&nbsp;den&nbsp;Stil&nbsp;der&nbsp;„Stilthe&nbsp;orie"&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;154&nbsp;ff.&nbsp;mwNachw.&nbsp;—&nbsp;Eine&nbsp;vergleichbare&nbsp;Debatte&nbsp;über&nbsp;„ähnliche“<span class="diff_chg">&nbsp;und</span>&nbsp;„unähnliche&nbsp;Gesellschaften“<span class="diff_sub">&nbsp;</span>wird&nbsp;seit&nbsp;Dürkheim&nbsp;auch&nbsp;in&nbsp;der&nbsp;Soziologie&nbsp;geführt.&nbsp;Siehe&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;16&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to23__11">n</a></td><td class="diff_header" id="to23_47">47</td><td nowrap="nowrap">48&nbsp;Dazu&nbsp;etwa&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;55&nbsp;ff.&nbsp;Constantinesco,&nbsp;Über&nbsp;den&nbsp;Stil&nbsp;der&nbsp;„Stilthe&nbsp;orie"&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;ZvglRW&nbsp;78&nbsp;(1979)&nbsp;154&nbsp;ff.&nbsp;mwNachw.&nbsp;—&nbsp;Eine&nbsp;vergleichbare&nbsp;Debatte&nbsp;über&nbsp;„ähnliche“<span class="diff_chg">und</span>&nbsp;„unähnliche&nbsp;Gesellschaften“wird&nbsp;seit&nbsp;Dürkheim&nbsp;auch&nbsp;in&nbsp;der&nbsp;Soziologie&nbsp;geführt.&nbsp;Siehe&nbsp;Payne&nbsp;(oben&nbsp;N.&nbsp;13)&nbsp;16&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_49">49</td><td nowrap="nowrap">49&nbsp;Siehe&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;70.</td><td class="diff_next"></td><td class="diff_header" id="to23_48">48</td><td nowrap="nowrap">49&nbsp;Siehe&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;70.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__11"></td><td class="diff_header" id="from23_50">50</td><td nowrap="nowrap">50&nbsp;Hofstede,&nbsp;Cultural&nbsp;Determinants&nbsp;of&nbsp;the&nbsp;Exercise&nbsp;of&nbsp;Power&nbsp;in&nbsp;a&nbsp;Hierarchy&nbsp;(Mimeographed,&nbsp;European&nbsp;Institute&nbsp;for&nbsp;Advanced&nbsp;Studies&nbsp;in&nbsp;Management&nbsp;Working&nbsp;Paper&nbsp;1977&nbsp;-8).&nbsp;Ebenso&nbsp;für&nbsp;das&nbsp;Arbeitsrecht&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33<span class="diff_chg">,&nbsp;der&nbsp;auch&nbsp;die</span>&nbsp;skandinavischen&nbsp;Länder&nbsp;in&nbsp;diese&nbsp;Gruppe&nbsp;aufnimmt.</td><td class="diff_next"></td><td class="diff_header" id="to23_49">49</td><td nowrap="nowrap">50&nbsp;Hofstede,&nbsp;Cultural&nbsp;Determinants&nbsp;of&nbsp;the&nbsp;Exercise&nbsp;of&nbsp;Power&nbsp;in&nbsp;a&nbsp;Hierarchy&nbsp;(Mimeographed,&nbsp;European&nbsp;Institute&nbsp;for&nbsp;Advanced&nbsp;Studies&nbsp;in&nbsp;Management&nbsp;Working&nbsp;Paper&nbsp;1977&nbsp;-<span class="diff_add">&nbsp;</span>8).&nbsp;Ebenso&nbsp;für&nbsp;das&nbsp;Arbeitsrecht&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33<span class="diff_chg">&nbsp;der&nbsp;auch&nbsp;die</span>&nbsp;skandinavischen&nbsp;Länder&nbsp;in&nbsp;diese&nbsp;Gruppe&nbsp;aufnimmt.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_51">51</td><td nowrap="nowrap">51&nbsp;Dazu&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;1&nbsp;110&nbsp;f.&nbsp;—&nbsp;Kritisch&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;58&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_50">50</td><td nowrap="nowrap">51&nbsp;Dazu&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;1&nbsp;110&nbsp;f.&nbsp;—&nbsp;Kritisch&nbsp;Benda-Beckmann&nbsp;(oben&nbsp;N.&nbsp;4)&nbsp;58&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_52">52</td><td nowrap="nowrap">52&nbsp;IDE-International&nbsp;Research&nbsp;Group,&nbsp;Industrial&nbsp;Democracy&nbsp;in&nbsp;Europe&nbsp;(erscheint&nbsp;bei<span class="diff_sub">&nbsp;Oxford&nbsp;University&nbsp;Press,</span>&nbsp;London&nbsp;1980)&nbsp;Chapter&nbsp;VIII.</td><td class="diff_next"></td><td class="diff_header" id="to23_51">51</td><td nowrap="nowrap">52&nbsp;IDE-International&nbsp;Research&nbsp;Group,&nbsp;Industrial&nbsp;Democracy&nbsp;in&nbsp;Europe&nbsp;(erscheint&nbsp;bei&nbsp;London&nbsp;1980)&nbsp;Chapter&nbsp;VIII.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_53">53</td><td nowrap="nowrap">53&nbsp;Zweigert<span class="diff_chg">/</span>Kötz&nbsp;I&nbsp;78.</td><td class="diff_next"></td><td class="diff_header" id="to23_52">52</td><td nowrap="nowrap">53&nbsp;Zweigert<span class="diff_chg">&nbsp;</span>Kötz&nbsp;I&nbsp;78.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__12"></td><td class="diff_header" id="from23_54">54</td><td nowrap="nowrap">54&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;VIII.</td><td class="diff_next"></td><td class="diff_header" id="to23_53">53</td><td nowrap="nowrap">54&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;VIII.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__12">n</a></td><td class="diff_header" id="from23_55">55</td><td nowrap="nowrap"><span class="diff_sub">55&nbsp;Dafür&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33.&nbsp;Rechtsvergleicbung&nbsp;und&nbsp;vergleichende&nbsp;Recbtssoxiologie&nbsp;79</span></td><td class="diff_next"><a href="#difflib_chg_to23__12">n</a></td><td class="diff_header" id="to23_54">54</td><td nowrap="nowrap"><span class="diff_add">55&nbsp;Dafür&nbsp;Däubler&nbsp;(oben&nbsp;N.&nbsp;32)&nbsp;33.</span></td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_56">56</td><td nowrap="nowrap">56&nbsp;Siehe&nbsp;dazu&nbsp;Rheinstein,&nbsp;Die&nbsp;Rechtshonoratioren&nbsp;und&nbsp;ihr&nbsp;Einfluß&nbsp;auf&nbsp;Charakter&nbsp;und&nbsp;Funk&nbsp;tion&nbsp;der&nbsp;Rechtsordnungen,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;1&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Bernstein,&nbsp;Rechtsstile&nbsp;und&nbsp;Rechtshono&nbsp;ratioren.&nbsp;Ein&nbsp;Beitrag&nbsp;zur&nbsp;Methode&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;443&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_55">55</td><td nowrap="nowrap">56&nbsp;Siehe&nbsp;dazu&nbsp;Rheinstein,&nbsp;Die&nbsp;Rechtshonoratioren&nbsp;und&nbsp;ihr&nbsp;Einfluß&nbsp;auf&nbsp;Charakter&nbsp;und&nbsp;Funk&nbsp;tion&nbsp;der&nbsp;Rechtsordnungen,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;1&nbsp;ff.&nbsp;Bernstein,&nbsp;Rechtsstile&nbsp;und&nbsp;Rechtshono&nbsp;ratioren.&nbsp;Ein&nbsp;Beitrag&nbsp;zur&nbsp;Methode&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;RabelsZ&nbsp;34&nbsp;(1970)&nbsp;443&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_57">57</td><td nowrap="nowrap">57&nbsp;Dazu&nbsp;etwa&nbsp;Ruescbemeyer,&nbsp;Lawyers&nbsp;and&nbsp;their&nbsp;Societies&nbsp;--&nbsp;A&nbsp;Comparative&nbsp;Analysis&nbsp;of&nbsp;the&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Germany&nbsp;and&nbsp;the&nbsp;United&nbsp;States&nbsp;(Cambridge,&nbsp;Mass.&nbsp;1973);&nbsp;ders<span class="diff_chg">.,</span>&nbsp;The&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Comparative&nbsp;Perspective,&nbsp;in:&nbsp;H.&nbsp;M.&nbsp;Johnson,&nbsp;Social&nbsp;System&nbsp;and&nbsp;Legal&nbsp;Process&nbsp;(San&nbsp;Francisco,&nbsp;Washington,&nbsp;London&nbsp;1978)&nbsp;97&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_56">56</td><td nowrap="nowrap">57&nbsp;Dazu&nbsp;etwa&nbsp;Ruescbemeyer,&nbsp;Lawyers&nbsp;and&nbsp;their&nbsp;Societies&nbsp;--&nbsp;A&nbsp;Comparative&nbsp;Analysis&nbsp;of&nbsp;the&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Germany&nbsp;and&nbsp;the&nbsp;United&nbsp;States&nbsp;(Cambridge,&nbsp;Mass.&nbsp;1973);&nbsp;ders<span class="diff_chg">&nbsp;.,</span>&nbsp;The&nbsp;Legal&nbsp;Profession&nbsp;in&nbsp;Comparative&nbsp;Perspective,&nbsp;in:&nbsp;H.&nbsp;M.&nbsp;Johnson,&nbsp;Social&nbsp;System&nbsp;and&nbsp;Legal&nbsp;Process&nbsp;(San&nbsp;Francisco,&nbsp;Washington,&nbsp;London&nbsp;1978)&nbsp;97&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_58">58</td><td nowrap="nowrap">58&nbsp;Klausa,&nbsp;Politische&nbsp;Inhaltsanalyse&nbsp;von&nbsp;Rechtslehrertexten,&nbsp;ZfS&nbsp;8&nbsp;(1979)&nbsp;362&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_57">57</td><td nowrap="nowrap">58&nbsp;Klausa,&nbsp;Politische&nbsp;Inhaltsanalyse&nbsp;von&nbsp;Rechtslehrertexten,&nbsp;ZfS&nbsp;8&nbsp;(1979)&nbsp;362&nbsp;ff.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__13"><a href="#difflib_chg_to23__13">n</a></td><td class="diff_header" id="from23_59">59</td><td nowrap="nowrap">59&nbsp;Siehe&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;23&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Smelser&nbsp;167&nbsp;ff.</td><td class="diff_next"><a href="#difflib_chg_to23__13">n</a></td><td class="diff_header" id="to23_58">58</td><td nowrap="nowrap">59&nbsp;Siehe&nbsp;Nowak&nbsp;(oben&nbsp;N.&nbsp;7)&nbsp;23&nbsp;ff.&nbsp;Smelser&nbsp;167&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_60">60</td><td nowrap="nowrap">60&nbsp;Dazu&nbsp;näher&nbsp;Teune,&nbsp;Analysis&nbsp;and&nbsp;Interpretation&nbsp;in&nbsp;Cross-National&nbsp;Survey&nbsp;Research,&nbsp;in:&nbsp;Szalai<span class="diff_chg">/</span>Petrella&nbsp;95&nbsp;(101)<span class="diff_sub">&nbsp;ff.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_59">59</td><td nowrap="nowrap">60&nbsp;Dazu&nbsp;näher&nbsp;Teune,&nbsp;Analysis&nbsp;and&nbsp;Interpretation&nbsp;in&nbsp;Cross-National&nbsp;Survey&nbsp;Research,&nbsp;in:&nbsp;Szalai<span class="diff_chg">&nbsp;</span>Petrella&nbsp;95&nbsp;(101)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_61">61</td><td nowrap="nowrap">61&nbsp;Siehe&nbsp;dazu&nbsp;Nader<span class="diff_chg">/</span>Todd,&nbsp;The&nbsp;Disputing&nbsp;Process&nbsp;—&nbsp;Law&nbsp;in&nbsp;Ten&nbsp;Societies&nbsp;(New&nbsp;York&nbsp;1978).</td><td class="diff_next"></td><td class="diff_header" id="to23_60">60</td><td nowrap="nowrap">61&nbsp;Siehe&nbsp;dazu&nbsp;Nader<span class="diff_chg">&nbsp;</span>Todd,&nbsp;The&nbsp;Disputing&nbsp;Process&nbsp;—&nbsp;Law&nbsp;in&nbsp;Ten&nbsp;Societies&nbsp;(New&nbsp;York&nbsp;1978).</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_62">62</td><td nowrap="nowrap">62&nbsp;Siehe&nbsp;zum&nbsp;entsprechenden&nbsp;Problem&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;Kaiser&nbsp;(<span class="diff_sub">&nbsp;</span>oben&nbsp;N.&nbsp;22)&nbsp;88&nbsp;mwNachw.<span class="diff_sub">&nbsp;</span>;&nbsp;Blazicek<span class="diff_chg">/</span>Janeksela&nbsp;(oben&nbsp;N.&nbsp;30)&nbsp;235&nbsp;f.<span class="diff_sub">,</span>&nbsp;242.</td><td class="diff_next"></td><td class="diff_header" id="to23_61">61</td><td nowrap="nowrap">62&nbsp;Siehe&nbsp;zum&nbsp;entsprechenden&nbsp;Problem&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;Kaiser&nbsp;(oben&nbsp;N.&nbsp;22)&nbsp;88&nbsp;mwNachw.;&nbsp;Blazicek<span class="diff_chg">&nbsp;</span>Janeksela&nbsp;(oben&nbsp;N.&nbsp;30)&nbsp;235&nbsp;f.&nbsp;242.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_63">63</td><td nowrap="nowrap">63&nbsp;Clinard,&nbsp;Comparative&nbsp;Crime&nbsp;Victimization&nbsp;Surveys&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;and&nbsp;Results,&nbsp;Int.&nbsp;J.&nbsp;Crim,&nbsp;and&nbsp;Pen.&nbsp;6&nbsp;(1978)&nbsp;221&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_62">62</td><td nowrap="nowrap">63&nbsp;Clinard,&nbsp;Comparative&nbsp;Crime&nbsp;Victimization&nbsp;Surveys&nbsp;—&nbsp;Some&nbsp;Problems&nbsp;and&nbsp;Results,&nbsp;Int.&nbsp;J.&nbsp;Crim,&nbsp;and&nbsp;Pen.&nbsp;6&nbsp;(1978)&nbsp;221&nbsp;ff.</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__14"><a href="#difflib_chg_to23__14">n</a></td><td class="diff_header" id="from23_64">64</td><td nowrap="nowrap">64&nbsp;Siehe&nbsp;Abel-Smith<span class="diff_chg">/</span>Zander<span class="diff_chg">/</span>Brooke,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Citizen&nbsp;(London&nbsp;1973);&nbsp;Rokumoto,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Use&nbsp;of&nbsp;Law&nbsp;in&nbsp;Tokio&nbsp;and&nbsp;London&nbsp;-&nbsp;A&nbsp;Preliminary&nbsp;Study&nbsp;in&nbsp;International&nbsp;Comparison,&nbsp;ZfS&nbsp;7&nbsp;(1978)&nbsp;228&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Schuyt<span class="diff_chg">/</span>Groenendijk<span class="diff_chg">/</span>Sloot,&nbsp;Rechtspro&nbsp;bleme&nbsp;oder&nbsp;private&nbsp;Schwierigkeiten&nbsp;—&nbsp;Die&nbsp;Inanspruchnahme&nbsp;von&nbsp;Rechtshilfe&nbsp;in&nbsp;den&nbsp;Nieder&nbsp;landen,&nbsp;in:&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;5&nbsp;(1978)&nbsp;109&nbsp;ff.<span class="diff_sub">&nbsp;Rechtsvergleichung&nbsp;und&nbsp;vergleichende&nbsp;Rechtssoziologie&nbsp;81</span></td><td class="diff_next"><a href="#difflib_chg_to23__14">n</a></td><td class="diff_header" id="to23_63">63</td><td nowrap="nowrap">64&nbsp;Siehe&nbsp;Abel-Smith<span class="diff_chg">&nbsp;</span>Zander<span class="diff_chg">&nbsp;</span>Brooke,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Citizen&nbsp;(London&nbsp;1973);&nbsp;Rokumoto,&nbsp;Legal&nbsp;Problems&nbsp;and&nbsp;the&nbsp;Use&nbsp;of&nbsp;Law&nbsp;in&nbsp;Tokio&nbsp;and&nbsp;London&nbsp;-&nbsp;A&nbsp;Preliminary&nbsp;Study&nbsp;in&nbsp;International&nbsp;Comparison,&nbsp;ZfS&nbsp;7&nbsp;(1978)&nbsp;228&nbsp;ff.&nbsp;Schuyt<span class="diff_chg">&nbsp;</span>Groenendijk<span class="diff_chg">&nbsp;</span>Sloot,&nbsp;Rechtspro&nbsp;bleme&nbsp;oder&nbsp;private&nbsp;Schwierigkeiten&nbsp;—&nbsp;Die&nbsp;Inanspruchnahme&nbsp;von&nbsp;Rechtshilfe&nbsp;in&nbsp;den&nbsp;Nieder&nbsp;landen,&nbsp;in:&nbsp;Jahrbuch&nbsp;für&nbsp;Rechtssoziologie&nbsp;und&nbsp;Rechtstheorie&nbsp;5&nbsp;(1978)&nbsp;109&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_65">65</td><td nowrap="nowrap">65&nbsp;Dazu&nbsp;Podgdrecki,&nbsp;Comparative&nbsp;Studies&nbsp;on&nbsp;the&nbsp;Attitudes&nbsp;Towards&nbsp;Various&nbsp;Legal&nbsp;Systems,&nbsp;Polish&nbsp;Sociological&nbsp;Bulletin&nbsp;21&nbsp;No.&nbsp;1&nbsp;(1970)&nbsp;83&nbsp;(88&nbsp;ff.)<span class="diff_sub">.</span>&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Ziegen<span class="diff_sub">,</span>&nbsp;Zur&nbsp;Effek&nbsp;tivität&nbsp;der&nbsp;Rechtssoziologie:&nbsp;die&nbsp;Rekonstruktion&nbsp;der&nbsp;Gesellschaft&nbsp;durch&nbsp;Recht&nbsp;(1975)&nbsp;196&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_64">64</td><td nowrap="nowrap">65&nbsp;Dazu&nbsp;Podgdrecki,&nbsp;Comparative&nbsp;Studies&nbsp;on&nbsp;the&nbsp;Attitudes&nbsp;Towards&nbsp;Various&nbsp;Legal&nbsp;Systems,&nbsp;Polish&nbsp;Sociological&nbsp;Bulletin&nbsp;21&nbsp;No.&nbsp;1&nbsp;(1970)&nbsp;83&nbsp;(88&nbsp;ff<span class="diff_add">&nbsp;</span>.)&nbsp;—&nbsp;Siehe&nbsp;auch&nbsp;Ziegen&nbsp;Zur&nbsp;Effek&nbsp;tivität&nbsp;der&nbsp;Rechtssoziologie:&nbsp;die&nbsp;Rekonstruktion&nbsp;der&nbsp;Gesellschaft&nbsp;durch&nbsp;Recht&nbsp;(1975)&nbsp;196&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_66">66</td><td nowrap="nowrap">66&nbsp;Siehe&nbsp;Podgdrecki,&nbsp;Legal&nbsp;Consciousness&nbsp;as&nbsp;a&nbsp;Research&nbsp;Problem,&nbsp;European&nbsp;Yearbook&nbsp;in&nbsp;Law&nbsp;and&nbsp;Sociology&nbsp;<span class="diff_sub">&nbsp;</span>1977&nbsp;(Den&nbsp;Haag&nbsp;1977)&nbsp;85&nbsp;(88&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_65">65</td><td nowrap="nowrap">66&nbsp;Siehe&nbsp;Podgdrecki,&nbsp;Legal&nbsp;Consciousness&nbsp;as&nbsp;a&nbsp;Research&nbsp;Problem,&nbsp;European&nbsp;Yearbook&nbsp;in&nbsp;Law&nbsp;and&nbsp;Sociology&nbsp;1977&nbsp;(Den&nbsp;Haag&nbsp;1977)&nbsp;85&nbsp;(88&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_67">67</td><td nowrap="nowrap">67&nbsp;Kutchinsky,&nbsp;„The&nbsp;Legal&nbsp;Consciousness“:&nbsp;A&nbsp;Survey&nbsp;of&nbsp;Research&nbsp;on&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law,&nbsp;in:&nbsp;Podgdrecki/<span class="diff_chg">Kaupen/van&nbsp;Houtte/</span>Vinke<span class="diff_chg">/</span>Kutchinsky,&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(Bristol&nbsp;1973)&nbsp;101&nbsp;(126)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_66">66</td><td nowrap="nowrap">67&nbsp;Kutchinsky,&nbsp;„The&nbsp;Legal&nbsp;Consciousness“:&nbsp;A&nbsp;Survey&nbsp;of&nbsp;Research&nbsp;on&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law,&nbsp;in:&nbsp;Podgdrecki<span class="diff_add">&nbsp;Kaupen&nbsp;van&nbsp;Houtte&nbsp;</span>/<span class="diff_chg">&nbsp;</span>Vinke<span class="diff_chg">&nbsp;</span>Kutchinsky,&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(Bristol&nbsp;1973)&nbsp;101&nbsp;(126)</td></tr>
+            <tr><td class="diff_next" id="difflib_chg_to23__15"></td><td class="diff_header" id="from23_68">68</td><td nowrap="nowrap">68&nbsp;Podgdrecki,&nbsp;Public&nbsp;Opinion&nbsp;on&nbsp;Law,&nbsp;in:&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(vorige&nbsp;N.)&nbsp;65&nbsp;(84&nbsp;ff.).</td><td class="diff_next"></td><td class="diff_header" id="to23_67">67</td><td nowrap="nowrap">68&nbsp;Podgdrecki,&nbsp;Public&nbsp;Opinion&nbsp;on&nbsp;Law,&nbsp;in:&nbsp;Knowledge&nbsp;and&nbsp;Opinion&nbsp;about&nbsp;Law&nbsp;(vorige&nbsp;N.)&nbsp;65&nbsp;(84&nbsp;ff.).</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__15">n</a></td><td class="diff_header" id="from23_69">69</td><td nowrap="nowrap">69&nbsp;Heintz,&nbsp;Interkultureller&nbsp;Vergleich,&nbsp;in:&nbsp;König&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;empirischen&nbsp;Sozialfor&nbsp;schung,&nbsp;Bd.&nbsp;4&nbsp;(3.&nbsp;Aufl.&nbsp;1974)&nbsp;405&nbsp;(414&nbsp;f.)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to23__15">n</a></td><td class="diff_header" id="to23_68">68</td><td nowrap="nowrap">69&nbsp;Heintz,&nbsp;Interkultureller&nbsp;Vergleich,&nbsp;in:&nbsp;König&nbsp;(Hrsg.),&nbsp;Handbuch&nbsp;der&nbsp;empirischen&nbsp;Sozialfor&nbsp;schung,&nbsp;Bd.&nbsp;4&nbsp;(3.&nbsp;Aufl.&nbsp;1974)&nbsp;405&nbsp;(414&nbsp;f<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_70">70</td><td nowrap="nowrap">70&nbsp;Siehe&nbsp;Hegenbarth,&nbsp;Über&nbsp;methodische&nbsp;und&nbsp;organisatorische&nbsp;Grenzen&nbsp;der&nbsp;empirischen&nbsp;Rechts&nbsp;forschung&nbsp;in&nbsp;Entwicklungsländern,&nbsp;Informationsbrief&nbsp;für&nbsp;Rechtssoziologie&nbsp;April&nbsp;1979,&nbsp;Son&nbsp;derheft&nbsp;2,&nbsp;S.&nbsp;5&nbsp;ff.&nbsp;mwNachw.</td><td class="diff_next"></td><td class="diff_header" id="to23_69">69</td><td nowrap="nowrap">70&nbsp;Siehe&nbsp;Hegenbarth,&nbsp;Über&nbsp;methodische&nbsp;und&nbsp;organisatorische&nbsp;Grenzen&nbsp;der&nbsp;empirischen&nbsp;Rechts&nbsp;forschung&nbsp;in&nbsp;Entwicklungsländern,&nbsp;Informationsbrief&nbsp;für&nbsp;Rechtssoziologie&nbsp;April&nbsp;1979,&nbsp;Son&nbsp;derheft&nbsp;2,&nbsp;S.&nbsp;5&nbsp;ff.&nbsp;mwNachw.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_71">71</td><td nowrap="nowrap">71&nbsp;Siehe&nbsp;etwa&nbsp;Gessner,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Eine&nbsp;soziologische&nbsp;Untersuchungprivatrechtlicher&nbsp;Konflikte&nbsp;in&nbsp;Mexiko&nbsp;(1976)&nbsp;37&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_70">70</td><td nowrap="nowrap">71&nbsp;Siehe&nbsp;etwa&nbsp;Gessner,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Eine&nbsp;soziologische&nbsp;Untersuchungprivatrechtlicher&nbsp;Konflikte&nbsp;in&nbsp;Mexiko&nbsp;(1976)&nbsp;37&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_72">72</td><td nowrap="nowrap">72&nbsp;Vgl.&nbsp;Heintz&nbsp;(oben&nbsp;N.&nbsp;69)&nbsp;407.</td><td class="diff_next"></td><td class="diff_header" id="to23_71">71</td><td nowrap="nowrap">72&nbsp;Vgl.&nbsp;Heintz&nbsp;(oben&nbsp;N.&nbsp;69)&nbsp;407.</td></tr>
+            <tr><td class="diff_next"><a href="#difflib_chg_to23__top">t</a></td><td class="diff_header" id="from23_73">73</td><td nowrap="nowrap">73&nbsp;Da&nbsp;die&nbsp;theoretischen&nbsp;und&nbsp;technischen&nbsp;Erfordernisse&nbsp;solcher&nbsp;Vergleiche&nbsp;in&nbsp;der&nbsp;Tat&nbsp;komplex&nbsp;sind,&nbsp;bestand&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;noch&nbsp;Mitte&nbsp;der&nbsp;sechziger&nbsp;Jahre&nbsp;internationale&nbsp;Überein&nbsp;stimmung,&nbsp;daß&nbsp;vergleichenden&nbsp;Studien&nbsp;kein&nbsp;Vorrang&nbsp;zu&nbsp;geben&nbsp;sei.&nbsp;Dazu&nbsp;Friday,&nbsp;Problems&nbsp;in&nbsp;Comparative&nbsp;Criminology,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;1&nbsp;(1973)&nbsp;151&nbsp;(152)<span class="diff_sub">.</span></td><td class="diff_next"><a href="#difflib_chg_to23__top">t</a></td><td class="diff_header" id="to23_72">72</td><td nowrap="nowrap">73&nbsp;Da&nbsp;die&nbsp;theoretischen&nbsp;und&nbsp;technischen&nbsp;Erfordernisse&nbsp;solcher&nbsp;Vergleiche&nbsp;in&nbsp;der&nbsp;Tat&nbsp;komplex&nbsp;sind,&nbsp;bestand&nbsp;in&nbsp;der&nbsp;Kriminologie&nbsp;noch&nbsp;Mitte&nbsp;der&nbsp;sechziger&nbsp;Jahre&nbsp;internationale&nbsp;Überein&nbsp;stimmung,&nbsp;daß&nbsp;vergleichenden&nbsp;Studien&nbsp;kein&nbsp;Vorrang&nbsp;zu&nbsp;geben&nbsp;sei.&nbsp;Dazu&nbsp;Friday,&nbsp;Problems&nbsp;in&nbsp;Comparative&nbsp;Criminology,&nbsp;Int.&nbsp;J.&nbsp;Crim.&nbsp;1&nbsp;(1973)&nbsp;151&nbsp;(152)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_74">74</td><td nowrap="nowrap">74&nbsp;Zur&nbsp;Anlage&nbsp;vergleichender&nbsp;Studien&nbsp;näher&nbsp;Rokkan,&nbsp;Vergleichende&nbsp;Sozialwissenschaft&nbsp;(1972)&nbsp;9&nbsp;ff.<span class="diff_sub">;</span>&nbsp;Szalai,&nbsp;The&nbsp;Organization&nbsp;and&nbsp;Execution&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;Projects,&nbsp;in:&nbsp;Szalai<span class="diff_chg">/</span>Petrella&nbsp;49&nbsp;ff.&nbsp;sowie&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;I.</td><td class="diff_next"></td><td class="diff_header" id="to23_73">73</td><td nowrap="nowrap">74&nbsp;Zur&nbsp;Anlage&nbsp;vergleichender&nbsp;Studien&nbsp;näher&nbsp;Rokkan,&nbsp;Vergleichende&nbsp;Sozialwissenschaft&nbsp;(1972)&nbsp;9&nbsp;ff.&nbsp;Szalai,&nbsp;The&nbsp;Organization&nbsp;and&nbsp;Execution&nbsp;of&nbsp;Cross-National&nbsp;Survey&nbsp;Research&nbsp;Projects,&nbsp;in:&nbsp;Szalai<span class="diff_chg">&nbsp;</span>Petrella&nbsp;49&nbsp;ff.&nbsp;sowie&nbsp;IDE-International&nbsp;Research&nbsp;Group&nbsp;(oben&nbsp;N.&nbsp;52)&nbsp;Chapter&nbsp;I.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_75">75</td><td nowrap="nowrap">75&nbsp;Siehe&nbsp;Blegvad,&nbsp;Methodological&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Project&nbsp;„Local&nbsp;Legal&nbsp;Systems“,&nbsp;in:&nbsp;Kulcsár&nbsp;(Hrsg.),&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;and&nbsp;Legal&nbsp;Sciences&nbsp;(Budapest&nbsp;1977)&nbsp;97&nbsp;(99&nbsp;ff.)<span class="diff_sub">.</span></td><td class="diff_next"></td><td class="diff_header" id="to23_74">74</td><td nowrap="nowrap">75&nbsp;Siehe&nbsp;Blegvad,&nbsp;Methodological&nbsp;Aspects&nbsp;of&nbsp;the&nbsp;Project&nbsp;„Local&nbsp;Legal&nbsp;Systems<span class="diff_add">&nbsp;</span>“,&nbsp;in:&nbsp;Kulcsár&nbsp;(Hrsg.),&nbsp;Sociology&nbsp;of&nbsp;Law&nbsp;and&nbsp;Legal&nbsp;Sciences&nbsp;(Budapest&nbsp;1977)&nbsp;97&nbsp;(99&nbsp;ff<span class="diff_add">&nbsp;</span>.)</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_76">76</td><td nowrap="nowrap">76&nbsp;Dazu&nbsp;näher&nbsp;Zweigert,&nbsp;Die&nbsp;kritische&nbsp;Wertung&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;Festschrift&nbsp;für&nbsp;Schmitthoff&nbsp;(1973)&nbsp;403&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_75">75</td><td nowrap="nowrap">76&nbsp;Dazu&nbsp;näher&nbsp;Zweigert,&nbsp;Die&nbsp;kritische&nbsp;Wertung&nbsp;in&nbsp;der&nbsp;Rechtsvergleichung,&nbsp;Festschrift&nbsp;für&nbsp;Schmitthoff&nbsp;(1973)&nbsp;403&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_77">77</td><td nowrap="nowrap">77&nbsp;Siehe&nbsp;etwa&nbsp;zu&nbsp;vorliegenden&nbsp;französischen&nbsp;Untersuchungen&nbsp;Dörner,&nbsp;Rechtstatsachenforschung&nbsp;und&nbsp;Gesetzgebung&nbsp;—&nbsp;Hinweise&nbsp;zur&nbsp;Entwicklung&nbsp;einer&nbsp;Gesetzgebungssoziologie&nbsp;in&nbsp;Frank&nbsp;reich,&nbsp;Interview&nbsp;und&nbsp;Analyse&nbsp;1979,&nbsp;377&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_76">76</td><td nowrap="nowrap">77&nbsp;Siehe&nbsp;etwa&nbsp;zu&nbsp;vorliegenden&nbsp;französischen&nbsp;Untersuchungen&nbsp;Dörner,&nbsp;Rechtstatsachenforschung&nbsp;und&nbsp;Gesetzgebung&nbsp;—&nbsp;Hinweise&nbsp;zur&nbsp;Entwicklung&nbsp;einer&nbsp;Gesetzgebungssoziologie&nbsp;in&nbsp;Frank&nbsp;reich,&nbsp;Interview&nbsp;und&nbsp;Analyse&nbsp;1979,&nbsp;377&nbsp;ff.</td></tr>
+            <tr><td class="diff_next"></td><td class="diff_header" id="from23_78">78</td><td nowrap="nowrap">78&nbsp;Siehe&nbsp;Bryde,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Mexiko&nbsp;und&nbsp;Afrika,&nbsp;Verfassung&nbsp;und&nbsp;Recht&nbsp;in&nbsp;Obersee&nbsp;12&nbsp;(1979),&nbsp;159&nbsp;ff.</td><td class="diff_next"></td><td class="diff_header" id="to23_77">77</td><td nowrap="nowrap">78&nbsp;Siehe&nbsp;Bryde,&nbsp;Recht&nbsp;und&nbsp;Konflikt&nbsp;—&nbsp;Mexiko&nbsp;und&nbsp;Afrika,&nbsp;Verfassung&nbsp;und&nbsp;Recht&nbsp;in&nbsp;Obersee&nbsp;12&nbsp;(1979),&nbsp;159&nbsp;ff.</td></tr>
         </tbody>
     </table>
     <table class="diff" summary="Legends">