summaryrefslogtreecommitdiff
path: root/5180-rtf.rtf
blob: 64e611f59829a730500516b10ad3bf7c3098fc78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
{\rtf1\ansi\ansicpg1252\uc1 \deff0\deflang1033\deflangfe1033{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f2\fmodern\fcharset0\fprq1{\*\panose 02070309020205020404}Courier New;}
{\f23\fmodern\fcharset128\fprq1{\*\panose 02020609040205080304}MS Mincho{\*\falt MS ??};}{\f29\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman TUR;}{\f30\fmodern\fcharset0\fprq1{\*\panose 02070309020205020404}Courier New TUR;}
{\f31\froman\fcharset136\fprq2{\*\panose 02020300000000000000}@PMingLiU;}{\f61\fmodern\fcharset128\fprq1{\*\panose 02020609040205080304}@MS Mincho;}{\f81\froman\fcharset238\fprq2 Times New Roman CE;}{\f82\froman\fcharset204\fprq2 Times New Roman Cyr;}
{\f84\froman\fcharset161\fprq2 Times New Roman Greek;}{\f85\froman\fcharset162\fprq2 Times New Roman Tur;}{\f86\froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f87\froman\fcharset178\fprq2 Times New Roman (Arabic);}
{\f88\froman\fcharset186\fprq2 Times New Roman Baltic;}{\f97\fmodern\fcharset238\fprq1 Courier New CE;}{\f98\fmodern\fcharset204\fprq1 Courier New Cyr;}{\f100\fmodern\fcharset161\fprq1 Courier New Greek;}{\f101\fmodern\fcharset162\fprq1 Courier New Tur;}
{\f102\fmodern\fcharset177\fprq1 Courier New (Hebrew);}{\f103\fmodern\fcharset178\fprq1 Courier New (Arabic);}{\f104\fmodern\fcharset186\fprq1 Courier New Baltic;}{\f267\fmodern\fcharset0\fprq1 MS Mincho Western{\*\falt MS ??};}
{\f265\fmodern\fcharset238\fprq1 MS Mincho CE{\*\falt MS ??};}{\f266\fmodern\fcharset204\fprq1 MS Mincho Cyr{\*\falt MS ??};}{\f268\fmodern\fcharset161\fprq1 MS Mincho Greek{\*\falt MS ??};}{\f269\fmodern\fcharset162\fprq1 MS Mincho Tur{\*\falt MS ??};}
{\f272\fmodern\fcharset186\fprq1 MS Mincho Baltic{\*\falt MS ??};}{\f313\froman\fcharset238\fprq2 Times New Roman TUR CE;}{\f314\froman\fcharset204\fprq2 Times New Roman TUR Cyr;}{\f316\froman\fcharset161\fprq2 Times New Roman TUR Greek;}
{\f317\froman\fcharset162\fprq2 Times New Roman TUR Tur;}{\f318\froman\fcharset177\fprq2 Times New Roman TUR (Hebrew);}{\f319\froman\fcharset178\fprq2 Times New Roman TUR (Arabic);}{\f320\froman\fcharset186\fprq2 Times New Roman TUR Baltic;}
{\f321\fmodern\fcharset238\fprq1 Courier New TUR CE;}{\f322\fmodern\fcharset204\fprq1 Courier New TUR Cyr;}{\f324\fmodern\fcharset161\fprq1 Courier New TUR Greek;}{\f325\fmodern\fcharset162\fprq1 Courier New TUR Tur;}
{\f326\fmodern\fcharset177\fprq1 Courier New TUR (Hebrew);}{\f327\fmodern\fcharset178\fprq1 Courier New TUR (Arabic);}{\f328\fmodern\fcharset186\fprq1 Courier New TUR Baltic;}{\f331\froman\fcharset0\fprq2 @PMingLiU Western;}
{\f571\fmodern\fcharset0\fprq1 @MS Mincho Western;}{\f569\fmodern\fcharset238\fprq1 @MS Mincho CE;}{\f570\fmodern\fcharset204\fprq1 @MS Mincho Cyr;}{\f572\fmodern\fcharset161\fprq1 @MS Mincho Greek;}{\f573\fmodern\fcharset162\fprq1 @MS Mincho Tur;}
{\f576\fmodern\fcharset186\fprq1 @MS Mincho Baltic;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;
\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\stylesheet{\ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 Normal;}{\*\cs10 \additive Default Paragraph Font;}{\*\cs15 \additive footnote reference;}{\s16\ql \fi-720\li720\ri0\nowidctlpar\faauto\rin0\lin720\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext0 \sautoupd toc 1;}{\s17\ql \fi-720\li720\ri0\nowidctlpar\faauto\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext17 Level 1;}{
\s18\ql \fi-720\li1440\ri0\nowidctlpar\faauto\rin0\lin1440\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext18 Level 2;}{\s19\ql \fi-720\li2160\ri0\nowidctlpar\faauto\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext19 Level 3;}{\s20\ql \fi-720\li2880\ri0\nowidctlpar\faauto\rin0\lin2880\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext20 Level 4;}{\*\cs21 \additive 
\ul\cf2 Hypertext;}{\*\cs22 \additive \ul\cf2 Hypertext1;}{\*\cs23 \additive \ul\cf2 Hypertext2;}{\s24\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f2\fs20\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext24 
Plain Text;}}{\*\listtable{\list\listtemplateid0{\listlevel\levelnfc1\levelnfcn1\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\b\f0\fs26\chbrdr\brdrnone\brdrcf1 
\chshdng0\chcfpat1\chcbpat1 \s17\fi-720\li720\jclisttab\tx720 }{\listlevel\levelnfc3\levelnfcn3\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\b\f0\fs26\chbrdr\brdrnone\brdrcf1 
\chshdng0\chcfpat1\chcbpat1 \s18\fi-720\li1440\jclisttab\tx1440 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\b\chbrdr\brdrnone\brdrcf1 
\chshdng0\chcfpat1\chcbpat1 \s19\fi-720\li2160\jclisttab\tx2160 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\b\chbrdr\brdrnone\brdrcf1 
\chshdng0\chcfpat1\chcbpat1 \s20\fi-720\li2880\jclisttab\tx2880 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\'04;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 
\chshdng0\chcfpat1\chcbpat1 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\'05;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }{\listlevel\levelnfc2
\levelnfcn2\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\'06;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }{\listlevel\levelnfc4\levelnfcn4\leveljc0\leveljcn0\levelfollow0\levelstartat1
\levelspace0\levelindent0{\leveltext\'01\'07;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers
;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }{\listname ;}\listid1}}{\*\listoverridetable{\listoverride\listid1\listoverridecount8{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'00.;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'01.;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'02.;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'02\'03.;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'01\'04;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'01\'05;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'01\'06;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}{\lfolevel\listoverridestartat\listoverrideformat{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0
\levelstartat1\levelspace0\levelindent0{\leveltext\'01\'07;}{\levelnumbers\'01;}\chbrdr\brdrnone\brdrcf1 \chshdng0\chcfpat1\chcbpat1 }}\ls1}}{\*\revtbl {Unknown;}}{\info{\author gbn}{\operator gbn}{\creatim\yr2002\mo5\dy31\hr12\min50}{\revtim\yr2002\mo5\dy31\hr12\min51}
{\version3}{\edmins1}{\nofpages219}{\nofwords44653}{\nofchars254527}{\nofcharsws312577}{\vern8299}}\margl1440\margr1440 
\widowctrl\ftnbj\aenddoc\makebackup\aftnnar\notabind\wraptrsp\transmf\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\truncatefontheight\subfontbysize\sprsbsp\wpjst\lytprtmet\hyphcaps0\horzdoc\dghspace120\dgvspace120\dghorigin1701\dgvorigin1984
\dghshow0\dgvshow3\jcompress\viewkind4\viewscale95\nolnhtadjtbl \fet0\sectd \linex0\headery1440\footery1440\sectdefaultcl {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang{\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang{\pntxta .}}
{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang{\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang{\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang{\pntxtb (}
{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}\pard\plain 
\s24\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f2\fs20\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\dbch\af23 \hich\af2\dbch\af23\loch\f2 
The Project Gutenberg EBook of Children's Internet Protection Act (CIPA) Ruling
\par \hich\af2\dbch\af23\loch\f2 by United States District Court for the Eastern District of Pennsylvania
\par 
\par \hich\af2\dbch\af23\loch\f2 Copyright laws are changing all over the world. Be sure to check the
\par \hich\af2\dbch\af23\loch\f2 copyright laws for your count\hich\af2\dbch\af23\loch\f2 ry before downloading or redistributing
\par \hich\af2\dbch\af23\loch\f2 this or any other Project Gutenberg eBook.
\par 
\par \hich\af2\dbch\af23\loch\f2 This header should be the first thing seen when viewing this Project
\par \hich\af2\dbch\af23\loch\f2 Gutenberg file.  Please do not remove it.  Do not change or edit the
\par \hich\af2\dbch\af23\loch\f2 header without written permis\hich\af2\dbch\af23\loch\f2 sion.
\par 
\par \hich\af2\dbch\af23\loch\f2 Please read the "legal small print," and other information about the
\par \hich\af2\dbch\af23\loch\f2 eBook and Project Gutenberg at the bottom of this file.  Included is
\par \hich\af2\dbch\af23\loch\f2 important information about your specific rights and restrictions in
\par \hich\af2\dbch\af23\loch\f2 how the file may be used.  You can al\hich\af2\dbch\af23\loch\f2 so find out about how to make a
\par \hich\af2\dbch\af23\loch\f2 donation to Project Gutenberg, and how to get involved.
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 **Welcome To The World of Free Plain Vanilla Electronic Texts**
\par 
\par \hich\af2\dbch\af23\loch\f2 **eBooks Readable By Both Humans and By Computers, Since 1971**
\par 
\par \hich\af2\dbch\af23\loch\f2 *****These eBooks Were Prepa\hich\af2\dbch\af23\loch\f2 red By Thousands of Volunteers!*****
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 Title: Children's Internet Protection Act (CIPA) Ruling
\par 
\par \hich\af2\dbch\af23\loch\f2 Author:  United States District Court for the Eastern District of Pennsylvania
\par 
\par \hich\af2\dbch\af23\loch\f2 Release Date: February, 2004  [EBook #5180]
\par \hich\af2\dbch\af23\loch\f2 [Yes, we are more than one y\hich\af2\dbch\af23\loch\f2 ear ahead of schedule]
\par \hich\af2\dbch\af23\loch\f2 [This file was first posted on May 31, 2002]
\par 
\par \hich\af2\dbch\af23\loch\f2 Edition: 10
\par 
\par \hich\af2\dbch\af23\loch\f2 Language: English
\par 
\par \hich\af2\dbch\af23\loch\f2 Character set encoding: ASCII
\par 
\par }\pard\plain \ql \li0\ri0\nowidctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\dbch\af23 \hich\af0\dbch\af23\loch\f0 
*** START OF THE PROJECT GUTENBERG EBOOK, CHILDREN'S INTERNET PROTECTION ACT (CIPA) RULING ***}{\fs26 \page \tab IN THE UNITED STATES DISTRICT COURT
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\nowidctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26 \tab FOR THE EASTERN DISTRICT OF PENNSYLVANIA
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par 
\par }\pard \ql \fi-5760\li5760\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5760\itap0 {\fs26 AMERICAN LIBRARY ASSOCIATION,\tab :\tab CIVIL ACTION
\par }\pard \ql \fi-5040\li5040\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5040\itap0 {\fs26 INC., et al.\tab \tab \tab \tab \tab \tab :
\par }\pard \ql \fi5040\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 :
\par }\pard \ql \fi-3600\li5040\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5040\itap0 {\fs26 v.\tab \tab \tab \tab \tab :
\par }\pard \ql \fi5040\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 :
\par }\pard \ql \fi-5760\li5760\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5760\itap0 {\fs26 UNITED STATES, et al.\tab \tab \tab \tab :\tab NO. 01-1303
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
\par }\pard \ql \fi-5760\li5760\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5760\itap0 {\fs26 MULTNOMAH COUNTY PUBLIC\tab \tab :\tab CIVIL ACTION
\par }\pard \ql \fi-5040\li5040\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5040\itap0 {\fs26 LIBRARY, et al.\tab \tab \tab \tab \tab :
\par }\pard \ql \fi5040\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 :
\par }\pard \ql \fi-3600\li5040\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5040\itap0 {\fs26 v.\tab \tab \tab \tab \tab :
\par }\pard \ql \fi5040\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 :
\par }\pard \ql \fi-5040\li5040\ri0\nowidctlpar\tx-1440\faauto\rin0\lin5040\itap0 {\fs26 UNITED STATES OF AMERICA, et al.\tab :\tab NO. 01-1322
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par 
\par }\pard \ql \li0\ri0\nowidctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26 \tab Before: BECKER, }{\fs26\ul Chief Circuit Judge}{\fs26 ,
\par \tab FULLAM and BARTLE, }{\fs26\ul District Judges}{\fs26 .
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \qc \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26\ul OPINION OF THE COURT
\par }{\fs26 
\par May 31, 2002
\par 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Becker, }{\fs26\ul Chief Circuit Judge}{\fs26 
\par 
\par }\pard\plain \s16\ql \fi-720\li720\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tqr\tldot\tx9360\faauto\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\field{\*\fldinst {\fs26 TOC \\f}}{\fldrslt {\fs26 I.\tab Preliminary Statement
\tab 4
\par II.\tab Findings of Fact\tab 16
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 A.\tab Statutory Framework\tab 16
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 1.\tab Nature and Operation of the E-rate and LSTA Programs\tab 17
\par 2.\tab CIPA\tab 18
\par }\pard \s16\ql \fi-720\li2880\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tx2880\tqr\tldot\tx9360\faauto\rin0\lin2880\itap0 {\fs26 a.\tab CIPA\rquote s Amendments to the E-rate Program\tab 19
\par b.\tab CIPA\rquote s Amendments to the LSTA Program\tab 22
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 B.\tab Identity of the Plaintiffs\tab 23
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 1.\tab Library and Library Association Plaintiffs\tab 23
\par 2.\tab Patron and Patron Association Plaintiffs\tab 24
\par 3.\tab Web Publisher Plaintiffs\tab 26
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 C.\tab The Internet\tab 28
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 1.\tab Background\tab 28
\par 2.\tab The Indexable Web, the \'93Deep Web\'94; Their Size and Rates of Growth and Change\tab 32
\par 3.\tab The Amount of Sexually Explicit Material on the Web\tab 34
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 D.\tab American Public Libraries\tab 35
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 1.\tab The Mission of Public Libraries, and Their Reference and Collection Development Practices\tab 36
\par 2.\tab The Internet in Public Libraries\tab 40
\par }\pard \s16\ql \fi-720\li2880\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tx2880\tqr\tldot\tx9360\faauto\rin0\lin2880\itap0 {\fs26 a.\tab Internet Use Policies in Public Libraries\tab 41
\par b.\tab Methods for Regulating Internet Use\tab 45
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 E.\tab Internet Filtering Technology\tab 52
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\faauto\rin0\lin2160\itap0 {\fs26 1.\tab What Is Filtering Software, Who Makes It, and What Does It 
\par }\pard \s16\ql \fi1440\li720\ri0\nowidctlpar\tqr\tldot\tx9360\faauto\rin0\lin720\itap0 {\fs26 Do?\tab 53
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 2.\tab The Methods that Filtering Companies Use to Compile Category Lists\tab 58
\par }\pard \s16\ql \fi-720\li2880\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tx2880\tqr\tldot\tx9360\faauto\rin0\lin2880\itap0 {\fs26 a.\tab The \'93Harvesting\'94 Phase\tab 60
\par b.\tab The \'93Winnowing\'94 or Categorization Phase\tab 63
\par c.\tab The Process for \'93Re-Reviewing\'94 Web Pages After Their Initial Categorization\tab 70
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\faauto\rin0\lin2160\itap0 {\fs26 3.\tab The Inherent Tradeoff Between Overblocking and 
\par }\pard \s16\ql \fi1440\li720\ri0\nowidctlpar\tqr\tldot\tx9360\faauto\rin0\lin720\itap0 {\fs26 Underblocking\tab 71
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 4.\tab Attempts to Quantify Filtering Programs\rquote  Rates of Over- and Underblocking\tab 74
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\faauto\rin0\lin2160\itap0 {\fs26 5.\tab Methods of Obtaining Examples of Erroneously Blocked Web 
\par }\pard \s16\ql \fi1440\li720\ri0\nowidctlpar\tqr\tldot\tx9360\faauto\rin0\lin720\itap0 {\fs26 Sites\tab 85
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 6.\tab Examples of Erroneously Blocked Web Sites\tab 92
\par 7.\tab Conclusion: The Effectiveness of Filtering Programs\tab 96
\par }\pard \s16\ql \fi-720\li720\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tqr\tldot\tx9360\faauto\rin0\lin720\itap0 {\fs26 III.\tab Analytic Framework for the Opinion: The Centrality of }{\i\fs26 Dole}{\fs26  and the Role of the Facial Challenge\tab 101

\par IV.\tab Level of Scrutiny Applicable to Content-based Restrictions on Internet Access in Public Libraries\tab 109
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 A.\tab Overview of Public Forum Doctrine\tab 110
\par B.\tab Contours of the Relevant Forum: the Library\rquote s Collection as a Whole or the Provision of Internet Access?\tab 112
\par C.\tab Content-based Restrictions in Designated Public Fora\tab 115
\par D.\tab Reasons for Applying Strict Scrutiny\tab 125
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 1.\tab Selective Exclusion From a \'93Vast Democratic Forum\'94\tab 125
\par 2.\tab Analogy to Traditional Public Fora\tab 134
\par }\pard \s16\ql \fi-720\li720\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tqr\tldot\tx9360\faauto\rin0\lin720\itap0 {\fs26 V.\tab Application of Strict Scrutiny\tab 143
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 A.\tab State Interests\tab 144
\par }\pard \s16\ql \fi-720\li2160\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tx2160\tqr\tldot\tx9360\faauto\rin0\lin2160\itap0 {\fs26 1.\tab Preventing the Dissemination of Obscenity, Child Pornography, and Material Harmful to Minors\tab 144
\par 2.\tab Protecting the Unwilling Viewer\tab 147
\par 3.\tab Preventing Unlawful or Inappropriate Conduct\tab 151
\par 4.\tab Summary\tab 153
\par }\pard \s16\ql \fi-720\li1440\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tx1440\tqr\tldot\tx9360\faauto\rin0\lin1440\itap0 {\fs26 B.\tab Narrow Tailoring\tab 153
\par C.\tab Less Restrictive Alternatives\tab 163
\par D.\tab Do CIPA\rquote s Disabling Provisions Cure the Defect?\tab 173
\par }\pard \s16\ql \fi-720\li720\ri0\nowidctlpar\tx-1440\tx-720\tx0\tx720\tqr\tldot\tx9360\faauto\rin0\lin720\itap0 {\fs26 VI.\tab Conclusion; Severability\tab 182
\par }\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\v\fs26 
\par }}}\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par \sect }\sectd \linex0\headery1440\footery1440\sectdefaultcl {\footer \pard\plain \ql \li0\ri0\sl-240\slmult0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par }\pard \qc \li0\ri0\nowidctlpar\pvpara\posx0\posy0\absw9361\nowrap\faauto\rin0\lin0\itap0 {\field{\*\fldinst {\b\f30 PAGE }}{\fldrslt {\b\f30\lang1024\langfe1024\noproof 54}}}{\b\f30 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }}\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 \sect }\sectd \linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 \sect }\sectd \linex0\headery1440\footery1440\sectdefaultcl {\listtext\pard\plain\s17 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\pard\plain \s17\qc \fi-720\li720\ri0\nowidctlpar
\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Preliminary Statement}{\pard\plain \s17\qc \fi-720\li720\ri0\nowidctlpar
\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Preliminary Statement}}}{\fs26 
\par }\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 This case challenges an act of Congress that makes the use of filtering software by public libraries a condition of the receipt of federal funding.  The Internet, as is w
ell known, is a vast, interactive medium based on a decentralized network of computers around the world.  Its most familiar feature is the World Wide Web (the \'93Web\'94
), a network of computers known as servers that provide content to users.  The Internet prov
ides easy access to anyone who wishes to provide or distribute information to a worldwide audience; it is used by more than 143 million Americans.  Indeed, much of the world\rquote 
s knowledge accumulated over centuries is available to Internet users almost insta
ntly.  Approximately 10% of the Americans who use the Internet access it at public libraries.  And approximately 95% of all public libraries in the United States provide public access to the Internet.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 While the beneficial effect of the Intern
et in expanding the amount of information  available to its users is self-evident, its low entry barriers have also led to a perverse result \endash 
 facilitation of the widespread dissemination of hardcore pornography within the easy reach not only of adults who
 have every right to access it (so long as it is not legally obscene or child pornography), but also of children and adolescents to whom it may be quite harmful.  The volume of pornography on the Internet is huge, and the record before us demonstrates tha
t
 public library patrons of all ages, many from ages 11 to 15, have regularly sought to access it in public library settings.  There are more than 100,000 pornographic Web sites that can be accessed for free and without providing any registration informati
on, and tens of thousands of Web sites contain child pornography. 
\par Libraries have reacted to this situation by utilizing a number of means designed to insure that patrons avoid illegal (and unwanted) content while also enabling patrons to find the content t
hey desire.  Some libraries have trained patrons in how to use the Internet while avoiding illegal content, or have directed their patrons to \'93preferred\'94
 Web sites that librarians have reviewed.  Other libraries have utilized such devices as recessing the computer monitors, installing privacy screens, and monitoring implemented by a \'93tap on the shoulder\'94
 of patrons perceived to be offending library policy.  Still others, viewing the foregoing approaches as inadequate or uncomfortable (some librarians do not
 wish to confront patrons), have purchased commercially available software that blocks certain categories of material deemed by the library board as unsuitable for use in their facilities.  Indeed, 7% of American public libraries use blocking software for
 adults.  Although such programs are somewhat effective in blocking large quantities of pornography, they are blunt instruments that not only \'93underblock,\'94
 i.e., fail to block access to substantial amounts of content that the library boards wish to exclude, but also, central to this litigation, \'93overblock,\'94
 i.e., block access to large quantities of material that library boards do not wish to exclude and that is constitutionally protected. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Most of the libraries that use filtering software seek to block sexually explicit speech.  While most libraries include in their physical collection copies of volumes such as }{\i\fs26 The Joy of Sex}{\fs26  and }{\i\fs26 The Joy of Gay Sex}{\fs26 
, which contain quite explicit photographs and descriptions, filtering software blocks large quant
ities of other, comparable information about health and sexuality that adults and teenagers seek on the Web.  One teenager testified that the Internet access in a public library was the only venue in which she could obtain information important to her abo
u
t her own sexuality.  Another library patron witness described using the Internet to research breast cancer and reconstructive surgery for his mother who had breast surgery.  Even though some filtering programs contain exceptions for health and education,
 
the exceptions do not solve the problem of  overblocking constitutionally protected material.  Moreover, as we explain below, the filtering software on which the parties presented evidence in this case overblocks not only information relating to health an
d sexuality that might be mistaken for pornography or erotica, but also vast numbers of Web pages and sites that could not even arguably be construed as harmful or inappropriate for adults or minors.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The Congress, sharing the concerns of ma
ny library boards, enacted the Children\rquote s Internet Protection Act (\'93CIPA\'94
), Pub. L. No. 106-554, which makes the use of filters by a public library a condition of its receipt of two kinds of subsidies that are important (or even critical) to the budgets of many public libraries \endash 
 grants under the Library Services and Technology Act, 20 U.S.C. \'a7 9101 }{\i\fs26 et seq.}{\fs26  (\'93LSTA\'94), and so-called \'93E-rate discounts\'94 for Internet access and support under the Telecommunications Act,}{\b\fs26  }{\fs26 47 U.S.C. \'a7
 254.  LSTA grant funds are awarded, }{\i\fs26 inter alia}{\fs26 
, in order to: (1) assist libraries in accessing information through electronic networks, and (2) provide targeted library and information services to persons having difficulty using a library and to underserved and rural communities, includ
ing children from families with incomes below the poverty line.  E-rate discounts serve the similar purpose of extending Internet access to schools and libraries in low-income communities.  CIPA requires that libraries, in order to receive LSTA funds or E
-rate discounts, certify that they are using a \'93technology protection measure\'94 that prevents patrons from accessing \'93visual depictions\'94 that are \'93obscene,\'94 \'93child pornography,\'94 or in the case of minors, \'93harmful to minors.\'94
  20 U.S.C. \'a7 9134(f)(1)(A) (LSTA); 47 U.S.C. \'a7 254(h)(6)(B) & (C) (E-rate).  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The plaintiffs, a group of libraries, library associations, library patrons, and Web site publishers, brought this suit against the United States and others alleging that CIPA is facially unconstitutional}{\b\fs26  }{\fs26 
because: (1) it induces public libraries to violate their patrons\rquote  First Amendment rights contrary to the requirements of }{\i\fs26 South Dakota v. Dole}{\fs26 
, 483 U.S. 203 (1987); and (2) it requires libraries to relinquish their First Amendment rights as a cond
ition on the receipt of federal funds and is therefore impermissible under the doctrine of unconstitutional conditions.  In arguing that CIPA will induce public libraries to violate the First Amendment, the plaintiffs contend that given the limits of the 
filtering technology, CIPA\rquote s conditions effectively require libraries to impose content-based restrictions on their patrons\rquote 
 access to constitutionally protected speech.  According to the plaintiffs, these content-based restrictions are subject to strict scrutiny under public forum doctrine, }{\i\fs26 see}{\fs26  }{\i\fs26 Rosenberger v. Rector & Visitors of Univ. of Va.}{
\fs26 , 515 U.S. 819, 837 (1995), and are therefore permissible only if they are narrowly tailored to further a compelling state interest and no less restrictive alternatives would further that interest, }{\i\fs26 see}{\fs26  }{\i\fs26 Reno v. ACLU}{
\fs26 , 521 U.S. 844, 874 (1997).}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
 Plaintiffs advance three other alternative, independent grounds for holding CIPA facially invalid.  First, they submit that even if CIPA will not induce public libraries to vi
olate the First Amendment, CIPA nonetheless imposes an unconstitutional condition on public libraries by requiring them to relinquish their own First Amendment rights to provide unfiltered Internet access as a condition on their receipt of federal funds. 
 }{\i\fs26 See}{\fs26  }{\i\fs26 infra}{\fs26 \~
n.36.  Second, plaintiffs contend that CIPA is facially invalid because it effects an impermissible prior restraint on speech by granting filtering companies and library staff unfettered discretion to suppress speech before it has been received b
y library patrons and before it has been subject to a judicial determination that it is unprotected under the First Amendment.  }{\i\fs26 See}{\fs26  }{\i\fs26 Southeastern Promotions, Ltd. v. Conrad}{\fs26 
, 420 U.S. 546, 558 (1975).  Finally, plaintiffs submit that CIPA is unconstitutionally vague.  }{\i\fs26 See}{\fs26  }{\i\fs26 City of Chicago v. Morales}{\fs26 , 527 U.S. 41 (1999).}}}{\fs26 
  The government responds that CIPA will not induce public libraries to violate the First Amendment, since it is possible for at least some public libraries to constitutionally comply with CIPA\rquote s conditions.  Even if some libraries\rquote 
 use of filters might violate the First Amendment, the government submits that CIPA can be facially invalidated only if it is impossible for any public library to comply with its conditions without violating the First Amendment.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Pursuant to CIPA, a three-judge Court was convened to try the issues.  Pub. L. No. 106-554}{\i\fs26 .}{\b\fs26   }{\fs26 
Following an intensive period of discovery on an expedited schedule to allow public libraries to know whether they need to certify compl
iance with CIPA by July 1, 2002, to receive subsidies for the upcoming year, the Court conducted an eight-day trial at which we heard 20 witnesses, and received numerous depositions, stipulations and documents.  The principal focus of the trial was on the
 
capacity of currently available filtering software.  The plaintiffs adduced substantial evidence not only that filtering programs bar access to a substantial amount of speech on the Internet that is clearly constitutionally protected for adults and minors
, but also that these programs are intrinsically unable to block only illegal Internet content while simultaneously allowing access to all protected speech. 
\par As our extensive findings of fact reflect, the plaintiffs demonstrated that thousands of Web pages 
containing protected speech are wrongly blocked by the four leading filtering programs, and these pages represent only a fraction of Web pages wrongly blocked by the programs.  The plaintiffs\rquote 
 evidence explained that the problems faced by the manufacturers and vendors of filtering software are legion.  The Web is extremely dynamic, with an estimated 1.5 million new pages added every day}{\b\fs26  }{\fs26 
and the contents of existing Web pages changing very rapidly.  The category lists maintained by the blocking programs are 
considered to be proprietary information, and hence are unavailable to customers or the general public for review, so that public libraries that select categories when implementing filtering software do not really know what they are blocking.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
There are many reasons why filtering software suffers from extensive over- and underblocking, which we will explain below in great detail.  They center on the limitations on filtering companies\rquote  ability to: (1) accurately collect Web pages t
hat potentially fall into a blocked category (e.g., pornography); (2) review and categorize Web pages that they have collected; and (3) engage in regular re-review of Web pages that they have previously reviewed.  These failures spring from constraints on
 the technology of automated classification systems, and the limitations inherent in human review, including error, misjudgment, and scarce resources, which we describe in detail }{\i\fs26 infra}{\fs26 
 at 58-74.  One failure of critical importance is that the automated systems that filtering companies use to collect Web pages for classification are able to search only text, not images.  This is crippling to filtering companies\rquote 
 ability to collect pages containing \'93visual depictions\'94 that are obscene, child pornography, or harmful to minors, as CIPA requires.  As will appear, we find that it is currently impossible, given the Internet\rquote 
s size, rate of growth, rate of change, and architecture, and given the state of the art of automated classification systems, to develop a filter that neither underblocks nor overblocks a substantial amount of speech.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The government, while acknowledging that the filtering software is imperfect, maintains that it is nonetheless quite effective, and that it successfully blocks the vast majority of the Web pages that meet filtering companies\rquote 
 category definitions (e.g., pornography).  The government contends that no more is required.  In its view, so long as the filtering software selected by the libraries screens out the bulk of the 
Web pages proscribed by CIPA, the libraries have made a reasonable choice which suffices, under the applicable legal principles, to pass constitutional muster in the context of a facial challenge.  Central to the government\rquote 
s position is the analogy it adv
ances between Internet filtering and the initial decision of a library to determine which materials to purchase for its print collection.  Public libraries have finite budgets and must make choices as to whether to purchase, for example, books on gardenin
g or books on golf.  Such content-based decisions, even the plaintiffs concede, are subject to rational basis review and not a stricter form of First Amendment scrutiny.  In the government\rquote 
s view, the fact that the Internet reverses the acquisition process 
and requires the libraries to, in effect, purchase the entire Internet, some of which (e.g., hardcore pornography) it does not want, should not mean that it is chargeable with censorship when it filters out offending material.
\par The legal context in which this extensive factual record is set is complex, implicating a number of constitutional doctrines, including the constitutional limitations on Congress\rquote 
s spending clause power, the unconstitutional conditions doctrine, and subsidiary to these issues, the First Amendment doctrines of prior restraint, vagueness, and overbreadth.}{\b\fs26   }{\fs26 
There are a number of potential entry points into the analysis, but the most logical is the spending clause jurisprudence in which the seminal case is }{\i\fs26 South Dakota v. Dole}{\fs26 , 483 U.S. 203 (1987).  }{\i\fs26 Dole}{\fs26 
 outlines four categories of constraints on Congress\rquote s exercise of its power under the Spending Clause, but the only }{\i\fs26 Dole}{\fs26 
 condition disputed here is the fourth and last, i.e., whether CIPA requires libraries that receive LSTA funds or E-rate discounts to violate the constitutional rights of their patrons.  As will appear, the question is not a simple one, and turns on the l
evel of scrutiny applicable to a public library\rquote s content-based restrictions on patrons\rquote 
 Internet access.  Whether such restrictions are subject to strict scrutiny, as plaintiffs contend, or only rational basis review, as the government contends, depends on public forum doctrine.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The government argues that, in providing Internet access, public libraries do not create a public forum, since public libraries may reserve the right to exclude certain speakers from availing themselves of the forum. 
 Accordingly, the government contends that public libraries\rquote  restrictions on patrons\rquote  Internet access are subject only to rational basis review. 
\par Plaintiffs respond that the government\rquote s ability to restrict speech on its own property, as in the case of res
trictions on Internet access in public libraries, is not unlimited, and that the more widely the state facilitates the dissemination of private speech in a given forum, the more vulnerable the state\rquote 
s decision is to restrict access to speech in that forum.  We agree with the plaintiffs that public libraries\rquote  content-based restrictions on their patrons\rquote 
 Internet access are subject to strict scrutiny.  In providing even filtered Internet access, public libraries create a public forum open to any speaker aroun
d the world to communicate with library patrons via the Internet on a virtually unlimited number of topics.  Where the state provides access to a \'93vast democratic forum[],\'94 }{\i\fs26 Reno v. ACLU}{\fs26 
, 521 U.S. 844, 868 (1997), open to any member of the public to speak on subjects \'93as diverse as human thought,\'94 }{\i\fs26 id.}{\fs26  at 870 (internal quotation marks and citation omitted), the state\rquote 
s decision selectively to exclude from the forum speech whose content the state disfavors is subject to strict scrutiny, as such exclusions risk
 distorting the marketplace of ideas that the state has facilitated.  Application of strict scrutiny finds further support in the extent to which public libraries\rquote 
 provision of Internet access uniquely promotes First Amendment values in a manner analogous to traditional public fora such as streets, sidewalks, and parks, in which content-based restrictions are always subject to strict scrutiny.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Under strict scrutiny, a public library
\rquote s use of filtering software is permissible only if it is nar
rowly tailored to further a compelling government interest and no less restrictive alternative would serve that interest.  We acknowledge that use of filtering software furthers public libraries\rquote 
 legitimate interests in preventing patrons from accessing vi
sual depictions of obscenity, child pornography, or in the case of minors, material harmful to minors.  Moreover, use of filters also helps prevent patrons from being unwillingly exposed to patently offensive, sexually explicit content on the Internet. 

\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
We are sympathetic to the position of the government, believing that it would be desirable if there were a means to ensure that public library patrons could share in the informational bonanza of the Internet while being insulated from materi
als that meet CIPA\rquote 
s definitions, that is, visual depictions that are obscene, child pornography, or in the case of minors, harmful to minors.  Unfortunately this outcome, devoutly to be wished, is not available in this less than best of all possible world
s.  No category definition used by the blocking programs is identical to the legal definitions of obscenity, child pornography, or material harmful to minors, and, at all events, filtering programs fail to block access to a substantial amount of content o
n the Internet that falls into the categories defined by CIPA.  As will appear, we credit the testimony of plaintiffs\rquote 
 expert Dr. Geoffrey Nunberg that the blocking software is (at least for the foreseeable future) incapable of effectively blocking the majority of materials in the categories defined by CIPA without overblocking a substantial amount of materials.  Nunberg
\rquote s analysis was supported by extensive record evidence.  As noted above, this inability to prevent both substantial amounts of underblocking
 and overblocking stems from several sources, including limitations on the technology that software filtering companies use to gather and review Web pages, limitations on resources for human review of Web pages, and the necessary error that results from h
uman review processes.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Because the filtering software mandated by CIPA will block access to substantial amounts of constitutionally protected speech whose suppression serves no legitimate government interest, we are persuaded that a public library\rquote 
s use of software filters is not narrowly tailored to further any of these interests.  Moreover, less restrictive alternatives exist that further the government\rquote 
s legitimate interest in preventing the dissemination of obscenity, child pornography, an
d material harmful to minors, and in preventing patrons from being unwillingly exposed to patently offensive, sexually explicit content.  To prevent patrons from accessing visual depictions that are obscene and child pornography, public libraries may enfo
rce Internet use policies that make clear to patrons that the library\rquote 
s Internet terminals may not be used to access illegal speech.  Libraries may then impose penalties on patrons who violate these policies, ranging from a warning to notification of law en
forcement, in the appropriate case.  Less restrictive alternatives to filtering that further libraries\rquote 
 interest in preventing minors from exposure to visual depictions that are harmful to minors include requiring parental consent to or presence during unfiltered access, or restricting minors\rquote 
 unfiltered access to terminals within view of library staff.  Finally, optional filtering, privacy screens, recessed monitors, and placement of unfiltered Internet terminals outside of sight-lines provide less restric
tive alternatives for libraries to prevent patrons from being unwillingly exposed to sexually explicit content on the Internet.
\par In an effort to avoid the potentially fatal legal implications of the overblocking problem, the government falls back on the ability of the libraries, under CIPA\rquote s disabling provisions, }{\i\fs26 see}{\fs26  CIPA \'a7 1712 (codified at 20 U.S.C. 
\'a7 9134(f)(3)), CIPA \'a71721(b) (codified at 47 U.S.C. \'a7 254(h)(6)(D)), to unblock a site that is patently proper yet improperly blocked.  The evidence reflects t
hat libraries can and do unblock the filters when a patron so requests.  But it also reflects that requiring library patrons to ask for a Web site to be unblocked will deter many patrons because they are embarrassed, or desire to protect their privacy or 
remain anonymous.  Moreover, the unblocking may take days, and may be unavailable, especially in branch libraries, which are often less well staffed than main libraries.  Accordingly, CIPA\rquote 
s disabling provisions do not cure the constitutional deficiencies in public libraries\rquote  use of Internet filters. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Under these circumstances we are constrained to conclude that the library plaintiffs must prevail in their contention that CIPA requires them to violate the First Amendment rights of their patron
s, and accordingly is facially invalid, even under the standard urged on us by the government, which would permit us to facially invalidate CIPA only if it is impossible for a single public library to comply with CIPA\rquote 
s conditions without violating the First Amendment.  In view of the limitations inherent in the filtering technology mandated by CIPA, any public library that adheres to CIPA\rquote s conditions will necessarily restrict patrons\rquote 
 access to a substantial amount of protected speech, in violation of the First Amendment.  Given this conclusion, we need not reach plaintiffs\rquote 
 arguments that CIPA effects a prior restraint on speech and is unconstitutionally vague.  Nor do we decide their cognate unconstitutional conditions theory, though for reasons explained }{\i\fs26 infra }{\fs26 
at note 36, we discuss the issues raised by that claim at some length.  
\par }\pard\plain \s17\ql \li720\ri0\sl480\slmult1\nowidctlpar\tx-1440\faauto\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 For these reasons, we will enter an Order declaring Sections 1712(a)(2) and 1721(b) of the Children
\rquote s Internet Protection Act, codified at 20 U.S.C. \'a7 9134(f) and 47 U.S.C. \'a7 254(h)(6), respectively, to be facially invalid under the First Amendment and permanently enjoining the defendants from enforcing those provisions.}
{\field{\*\fldinst {\b\fs26 SEQ Outline_0 \\* ROMAN \\n}}{\fldrslt {\b\fs26 II}}}{\b\fs26 .\tab 
\par }\pard\plain \qc \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\fs26   Findings of Fact}{\pard\plain \qc \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\b\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\b\fs26 \tcl1II.\tab   Findings of Fact}}}{\b\fs26 
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Statutory Framework}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Statutory Framework}}}{\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Nature and Operation of the E-rate and LSTA Programs}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Nature and Operation of the E-rate and LSTA Programs}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 In the Telecommunications Act of 1996 (\'931996 Act\'94
), Congress directed the Federal Communications Commission (\'93FCC\'94
) to take the steps necessary to establish a system of support mechanisms to ensure the delivery of affordable telecommunications service to all Americans.  This system, referred to as \'93universal service,\'94
 is codified in section 254 of the Communications Act of 1934, as amended by the 1996 Act.  }{\i\fs26 See }{\fs26 47 U.S.C. \'a7
 254.  Congress specified several groups as beneficiaries of the universal service support mechanism, including consumers in high-cost areas, low-income consumers, schools and libraries, and rural health care providers.  }{\i\fs26 See }{\fs26 47 U.S.C. 
\'a7 254(h)(1).  The extension of universal service to schools and libraries in section 254(h) is commonly referred to as the Schools and Libraries Program, or \'93E-rate\'94 Program.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Under the E-rate Program, \'93
[a]ll telecommunications carriers serving a geographic area shall, upon a bona fide request for any of its services that are within the definition of universal service . . ., provide such services to elementary schools, secondary schools, and libraries fo
r educational purposes at rates less than the amounts charged for similar services to other parties.\'94  47 U.S.C. \'a7 254(h)(1)(B).  Under FCC regulations, providers of \'93interstate telecommunications\'94 (with certain exceptions, }{\i\fs26 see}{
\fs26 \~47 C.F.R. \'a7 54.706(d)), must
 contribute a portion of their revenue for disbursement among eligible carriers that are providing services to those groups or areas specified by Congress in section 254.  To be eligible for the discounts, a library must: (1) be eligible for assistance fr
om a State library administrative agency under the Library Services and Technology Act, }{\i\fs26 see infra}{\fs26 ; (2) be funded as an independent entity, completely separate from any schools; and (3) not be operating as a for-profit business.  }{
\i\fs26 See }{\fs26 47 C.F.R. \'a7 54.501(c).  Discounts on services for eligible libraries are set as a percentage of the pre-discount price, and range from 20% to 90%, depending on a library\rquote 
s level of economic disadvantage and its location in an urban or rural area.  }{\i\fs26 See}{\fs26  47 C.F.R. \'a7 54.505.  Currently, a library\rquote 
s level of economic disadvantage is based on the percentage of students eligible for the national school lunch program in the school district in which the library is located.}{\b\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The Library Services and Technology Act (
\'93LSTA\'94), Subchapter II of the Museum and Library Services Act, 20 U.S.C. \'a7 9101 }{\i\fs26 et seq.}{\fs26 
, was enacted by Congress in 1996 as part of the Omnibus Consolidated Appropriations Act of 1997, Pub. L. No. 104-208.  The LSTA establishes three grant programs to achieve the goa
l of improving library services across the nation.  Under the Grants to States Program, LSTA grant funds are awarded, }{\i\fs26 inter alia}{\fs26 
, in order to assist libraries in accessing information through electronic networks and pay for the costs of acquiring or sharing computer systems and telecommunications technologies.  }{\i\fs26 See }{\fs26 20 U.S.C. \'a7
 9141(a).  Through the Grants to States program, LSTA funds have been used to acquire and pay costs associated with Internet-accessible computers located in libraries. 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   CIPA}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  CIPA}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The Children\rquote s Internet Protection Act (\'93CIPA\'94
) was enacted as part of the Consolidated Appropriations Act of 2001, which consolidated and enacted several appropriations bills, including the Miscellaneous Appropriations Act, of which CIPA was a part.  }{\i\fs26 See}{\fs26  Pub. L. No. 106-554}{
\i\fs26 .}{\fs26   CIPA addresses three distinct types of federal funding programs: (1) aid to elementary and secondary schools pursuant to Title III of the Elementary and Secondary Education Act of 1965, }{\i\fs26 see}{\fs26  CIPA \'a7
 1711 (amending Title 20 to add \'a7 3601); (2) LSTA grants to states for support of libraries, }{\i\fs26 see}{\fs26  CIPA \'a7 1712 (amending the Museum and Library Services Act, 20 U.S.C. \'a7 9134); and (3) discounts under the E-rate program, }{
\i\fs26 see}{\fs26  CIPA \'a7 1721(a) & (b) (both amending the Communications Act of 1934, 47 U.S.C. \'a7 254(h)).  Only sections 1712 and 1721(b) of CIPA, which apply to libraries, are at issue in this case.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
As explained in more detail below, CIPA requires librarie
s that participate in the LSTA and E-rate programs to certify that they are using software filters on their computers to protect against visual depictions that are obscene, child pornography, or in the case of minors, harmful to minors.  CIPA permits libr
ary officials to disable the filters for patrons for bona fide research or other lawful purposes, but disabling is not permitted for minor patrons if the library receives E-rate discounts.
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   CIPA\rquote s Amendments to the E-rate Program}{\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  CIPA\rquote s Amendments to the E-rate Program}}}{\fs26  
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Section 1721(b) of CIPA imposes conditions on a library\rquote s participation in the E-rate program.  A library \'93
having one or more computers with Internet access may not receive services at discount rates,\'94 CIPA \'a7 1721(b) (codified at 47 U.S.C. \'a7 254(h)(6)(A)(i)), unless the library certifies that it is \'93
enforcing a policy of Internet safety that includes the operation of a technology protection measure with respect to any of its computers with Internet access that protects against access through such computers to visual depictions that are \endash 
 (I) obscene; (II) child pornography; or (III) harmful to minors,\'94 and that it is \'93enforcing the operation of such technology protection measure during any use of such computers by minors.\'94  CIPA \'a7 1721(b) (codified at 47 U.S.C. \'a7
 254(h)(6)(B)).}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  CIPA defines \'93[m]inor\'94 as \'93
any individual who has not attained the age of 17 years.\'94  CIPA \'a7 1721(c) (codified at 47 U.S.C. \'a7 254(h)(7)(D)).  CIPA further provides that \'93[o]bscene\'94 has the meaning given in 18 U.S.C. \'a7 1460, and \'93child pornography\'94
 has the meaning given in 18 U.S.C. \'a7 2256.  CIPA \'a7 1721(c) (codified at 47 U.S.C. \'a7 254(h)(7)(E) & (F)).  CIPA defines material that is \'93harmful to minors\'94 as:
\par 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 any picture, image, graphic image file, or other visual depiction that \endash 
 (i) taken as a whole and with respect to minors, appeals to a prurient interest in nudity, sex, or excretion; (ii) depicts, describes, or represents, in a patently offensive way with respect to what is suitable for mi
nors, an actual or simulated sexual act or sexual contact, actual or simulated normal or perverted sexual acts, or a lewd exhibition of the genitals; and (iii) taken as a whole, lacks serious literary, artistic, political, or scientific value as to minors
.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 CIPA \'a7 1721(c) (codified at 47 U.S.C. \'a7 254(h)(7)(G)).
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 CIPA prohibits federal interference in local determinations regarding what Internet content is appropriate for minors:
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 A determination regarding what matter is appropriate for minors shall be made by
 the school board, local educational agency, library or other authority responsible for making the determination.  No agency or instrumentality of the United States Government may \endash 
 (A) establish criteria for making such determination; (B) review the determination made by the certifying [entity] . . . ; or (C) consider the criteria employed by the certifying [entity] . . . in the administration of subsection (h)(1)(B).
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 CIPA \'a7 1732 (codified at 47 U.S.C. \'a7 254(l)(2)).}}}{\fs26   CIPA defines a \'93technology protection measure\'94 as \'93
a specific technology that blocks or filters access to visual depictions that are obscene, . . . child pornography, . . . or harmful to minors.\'94  CIPA \'a7 1703(b)(1) (codified at 47 U.S.C. \'a7 254(h)(7)(I)).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 To receive E-rate disco
unts, a library must also certify that filtering software is in operation during adult use of the Internet.  More specifically, with respect to adults, a library must certify that it is \'93
enforcing a policy of Internet safety that includes the operation of a technology protection measure with respect to any of its computers with Internet access that protects against access through such computers to visual depictions that are \endash 
 (I) obscene; or (II) child pornography,\'94 and that it is \'93enforcing the operation of such technology protection measure during any use of such computers.\'94  CIPA \'a7 1721(b) (codified at 47 U.S.C. \'a7 254(h)(6)(C)).}{  }{\fs26 
Interpreting the statutory terms \'93any use,\'94 the FCC has concluded that \'93CIPA makes no distinction between computers used only by staff and those accessible to the public.\'94 }{\i\fs26 
 In re Federal-State Joint Board on Universal Service: Children\rquote s Internet Protection Act}{\fs26 , CC Docket No. 96-45, Report and Order, FCC 01-120, \'b6 30 (Apr. 5, 2001).    
\par With respect to libraries receiving E-rate discounts, CIPA further specifies that \'93
[a]n administrator, supervisor, or other person authorized by the certifying authority . . . may disable the technology protection measure concerned, during use by an adult, to enable access for bona fide research or other lawful purpose.\'94  CIPA \'a7
1721(b) (codified at 47 U.S.C. \'a7 254(h)(6)(D)).
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   CIPA\rquote s Amendments to the LSTA Program}{\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  CIPA\rquote s Amendments to the LSTA Program}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Section 1712 of CIPA amends the Museum and Library Services Act (20 U.S.C. \'a7 9134(f)) to 
provide that no funds made available under the Act \'93may be used to purchase computers used to access the Internet, or to pay for direct costs associated with accessing the Internet,\'94 unless such library \'93has in place\'94 and is enforcing \'93
a policy of Internet safety that includes the operation of a technology protection measure with respect to any of its computers with Internet access that protects against access through such computers to visual depictions\'94 that are \'93obscene\'94 or 
\'93child pornography,\'94 and, when the computers are in use by minors, also protects against access to visual depictions that are \'93harmful to minors.\'94  CIPA \'a7 1712 (codified at 20 U.S.C. \'a7 9134(f)(1)). }{ }{\fs26 
Section 1712 contains definitions of \'93technology protection measure,\'94 \'93obscene,\'94 \'93child pornography,\'94 and \'93harmful to minors,\'94 that are substantially similar to those found in the provisions governing the E-rate program.  CIPA \'a7
 1712 (codified at 20 U.S.C. \'a7 9134(f)(7)); }{\i\fs26 see also}{\fs26  }{\i\fs26 supra}{\fs26  note 2.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 As under the E-rate program, \'93
an administrator, supervisor or other authority may disable a technology protection measure . . . to enable access for bona fide research or other lawful purposes.\'94  CIPA \'a7 1712 (codified at 20 U.S.C. \'a7 9134(f)(3)).  Whereas CIPA\rquote 
s amendments to the E-rate program permit disabling for bona fide research or other lawful purposes only during adult use, the LSTA provision permits disabling for both adults and minors.
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Identity of the Plaintiffs}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Identity of the Plaintiffs}}}{\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Library and Library Association Plaintiffs}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Library and Library Association Plaintiffs}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiffs American Library Association, Alaska Library Association, California Library Association, Connecticut Library Association, Freedom to Read Foundation, Maine Library Associat
ion, New England Library Association, New York Library Association, and Wisconsin Library Association are non-profit organizations whose members include public libraries that receive either E-rate discounts or LSTA funds for the provision of Internet acce
ss.  Because it is a prerequisite to associational standing, we note that the interests that these organizations seek to protect in this litigation are central to their }{\i\fs26 raison d\rquote \'eatre}{\fs26 .  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiffs Fort Vancouver Regional Library District, in 
southwest Washington state; Multnomah County Public Library, in Multnomah County, Oregon; Norfolk Public Library System, in Norfolk, Virginia; Santa Cruz Public Library Joint Powers Authority, in Santa Cruz, California; South Central Library System (\'93
SCLS\'94), centered in Madison, Wisconsin; and the Westchester Library System, in Westchester County, New York, are public library systems with branch offices in their respective localities that provide Internet access to their patrons.  
\par The Fort Vancouver Region
al Library District, for over three years from 1999-2001, received $135,000 in LSTA grants and $19,500 in E-rate discounts for Internet access.  The Multnomah County Public Library received $70,000 in E-rate discounts for Internet access this year, and ha
s
 applied for $100,000 in E-rate discounts for the upcoming year.  The Norfolk Public Library System received $90,000 in E-rate discounts for Internet access this year, and has received a $200,000 LSTA grant to put computer labs in eight of its libraries. 
 The Santa Cruz Public Library Joint Powers Authority received $20,560 in E-rate discounts for Internet access in 2001-02.  The SCLS received between $3,000 and $5,000 this year in E-rate discounts for Internet access. 
\par The Fort Vancouver Regional Library D
istrict Board is a public board whose members are appointed by elected county commissioners.  The Multnomah County Library is a county department, whose board is appointed by the county chair and confirmed by the other commissioners.  The SCLS is an aggre
g
ation of 51 independently governed statutory member public libraries, whose relationship to SCLS is defined by state law.  The governing body of the SCLS is the Library Board of Trustees, which consists of 20 members nominated by county executives and rat
ified by county boards of supervisors.  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Patron and Patron Association Plaintiffs}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Patron and Patron Association Plaintiffs}}}{\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Plaintiffs Association of Community Organizations for Reform Now, Friends of the Philadelphia City Institu
te Library, and the Pennsylvania Alliance for Democracy are nonprofit organizations whose members include individuals who access the Internet at public libraries that receive E-rate discounts or LSTA funds for the provision of public Internet access.  We 
note for the purpose of associational standing that the interests that these organizations seek to protect in this litigation are germane to their purposes.
\par Plaintiffs Emmalyn Rood, Mark Brown, Elizabeth Hrenda, C. Donald Weinberg, Sherron Dixon, by her fat
her and next friend Gordon Dixon, James Geringer, Marnique Tynesha Overby, by her next friend Carolyn C. Williams, William J. Rosenbaum, Carolyn C. Williams, and Quiana Williams, by her mother and next friend Sharon Bernard, are adults and minors who use 
the Internet at public libraries that, to the best of their knowledge, do not filter patrons\rquote  access to the Internet.  Several of these plaintiffs do not have Internet access from home.
\par Emmalyn Rood is a sixteen-year-old who uses the Multnomah County Public
 Library.  When she was 13, she used the Internet at the Multnomah County Public Library to research issues relating to her sexual identity.  Ms. Rood did not use her home or school computer for this research, in part because she wished her searching to b
e
 private.  Although the library offered patrons the option of using filtering software, Ms. Rood did not use that option because she had had previous experience with such programs blocking information that was valuable to her, including information relati
ng to gay and lesbian issues.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiff Mark Brown used the Internet at the Philadelphia Free Library to research breast cancer and reconstructive surgery for his mother who had breast surgery.  Mr. Brown\rquote s research at the library provided hi
m and his mother with essential information about his mother\rquote s medical condition and potential treatments.  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Web Publisher Plaintiffs}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Web Publisher Plaintiffs}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiff Afraid to Ask, Inc., based in Saunderstown, Rhode Island, publishes a health education Web site, www.AfraidtoAsk.com.  Dr. Jonathan Bertman, the president and medical director of Afraid to Ask, is a family practice physician in rural Rhode Islan
d and a clinical assistant professor of family medicine at Brown University.  AfraidtoAsk.com\rquote 
s mission is to provide detailed information on sensitive health issues, often of a sexual nature, such as sexually transmitted diseases, male and female genitalia
, and birth control, sought by people of all ages who would prefer to learn about sensitive health issues anonymously, i.e., they are \'93afraid to ask.\'94
  As part of its educational mission, AfraidtoAsk.com often uses graphic images of sexual anatomy to conve
y information.  Its primary audience is teens and young adults.  Based on survey data collected on the site, half of the people visiting the site are under 24 years old and a quarter are under 18.  AfraidtoAsk.com is blocked by several leading blocking pr
oducts as containing sexually explicit content.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiff Alan Guttmacher Institute has a Web site that contains information about its activities and objectives, including its mission to protect the reproductive choices of women and men.  Plaintiff Planned Parenthood Federation of America, Inc. (\'93
Planned Parenthood\'94) is a national voluntary organization in the field of reproductive health care.  Planned Parenthood owns and operates several Web sites that provide a range of information about re
productive health, from contraception to prevention of sexually transmitted diseases, to finding an abortion provider, and to information about the drug Mifepristone.  Plaintiff Safersex.org is a Web site that offers free educational information on how to
 practice safer sex.
\par Plaintiff Ethan Interactive, Inc., d/b/a Out In America, is an online content provider that owns and operates 64 free Web sites for gay, lesbian, bisexual and transgendered persons worldwide.  Plaintiff PlanetOut Corporation is an onlin
e content provider for gay, lesbian, bisexual and transgendered persons.  Plaintiff the Naturist Action Committee (\'93NAC\'94
) is the nonprofit political arm of the Naturist Society, a private organization that promotes a way of life characterized by the practi
ce of nudity.  The NAC Web site provides information about Naturist Society activities and about state and local laws that may affect the rights of Naturists or their ability to practice Naturism, and includes nude photographs of its members.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiff Wayne L. Parker was the Libertarian candidate in the 2000 U.S. Congressional election for the Fifth District of Mississippi (and is running again in 2002).  He publishes a Web site that communicates information about his campaign a
nd that provides information about his political views and the Libertarian Party to the public.  Plaintiff Jeffrey Pollock was the Republican candidate in the 2000 U.S. Congressional election for the Third District of Oregon.  He operates a Web site that 
is now promoting his candidacy for Congress in 2002.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{
\fs26   The government challenges the standing of several of the plaintiffs and the ripeness of their claims.  These include all of the Web site publishers and all of the individual library patrons.  Notw
ithstanding these objections, we are confident that the \'93case or controversy\'94 requirement of Article III, \'a7
 2 of the Constitution is met by the existence of the plaintiff libraries that qualify for LSTA and E-rate funding and the library associations whose
 members qualify for such funding.  These plaintiffs are faced with the impending choice of either certifying compliance with CIPA by July 1, 2002, or foregoing subsidies under the LSTA and E-rate programs, and therefore clearly have standing to challenge
 
the constitutionality of the conditions to which they will be subject should they accept the subsidies.  We also note that the presence of the Web site publishers and individual library patrons does not affect our legal analysis or disposition of the case
.}}}{\fs26 
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The Internet}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Internet}}}{\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Background}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Background}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 As we noted at the outset, the Internet is a vast, interactive medium consisting of a decentralized network 
of computers around the world.  The Internet presents low entry barriers to anyone who wishes to provide or distribute information.  Unlike television, cable, radio, newspapers, magazines or books, the Internet provides an opportunity for those with acces
s to it to communicate with a worldwide audience at little cost.  At least 400 million people use the Internet worldwide, and approximately 143 million Americans were using the Internet as of September 2001.  Nat\rquote l Telecomm. & Info. Admin., }{
\i\fs26 A Nation Online: How Americans Are Expanding Their Use of the Internet  }{\fs26 (February 2002), }{\i\fs26 available at}{\fs26  }{\fs26\ul http://www.ntia.doc.gov/ntiahome/dn/}{\fs26 .
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The World Wide Web is a part of the Internet that consists of a network of computers, called \'93Web servers,\'94 that host \'93pages\'94 of content accessible via the Hypertext Transfer Protocol or \'93HTTP.\'94
  Anyone with a computer connected to the Internet can search for and retrieve information stored on Web servers located around the world.  Computer users typically access the Web by running a program called a \'93browser\'94
 on their computers.  The browser displays, as individual pages on the computer screen, the various types of content found on the Web and lets the user follow the connections built into Web pages \endash  called \'93hypertext links,\'94 \'93hyperlinks,
\'94 or \'93links\'94 \endash  to additional content.  Two popular browsers are Microsoft Internet Explorer and Netscape Navigator. 
\par A \'93Web page\'94 is one or more files a browser graphically assembles to make a viewable whole when a user requests content
 over the Internet.  A Web page may contain a variety of different elements, including text, images, buttons, form fields that the user can fill in, and links to other Web pages.  A \'93Web site\'94
 is a term that can be used in several different ways.  It may r
efer to all of the pages and resources available on a particular Web server.  It may also refer to all the pages and resources associated with a particular organization, company or person, even if these are located on different servers, or in a subdirecto
ry on a single server shared with other, unrelated sites.  Typically, a Web site has as an intended point of entry, a \'93home page,\'94
 which includes links to other pages on the same Web site or to pages on other sites.  Online discussion groups and chat rooms relating to a variety of subjects are available through many Web sites. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Users may find content on the Web using engines that search for requested keywords.  In response to a keyword request, a search engine will display a list of Web sites 
that may contain relevant content and provide links to those sites.  Search engines and directories often return a limited number of sites in their search results (e.g., the Google search engine will return only 2,000 sites in response to a search, even i
f it has found, for example, 530,000 sites in its index that meet the search criteria). 
\par A user may also access content on the Web by typing a URL (Uniform Resource Locator) into the address line of the browser.  A URL is an address that points to some reso
urce located on a Web server that is accessible over the Internet.  This resource may be a Web site, a Web page, an image, a sound or video file, or other resource.  A URL can be either a numeric Internet Protocol or \'93IP\'94
 address, or an alphanumeric \'93domain name\'94 address.  Every Web server connected to the Internet is assigned an IP address.  A typical IP address looks like \'9313.1.64.14.\'94  Typing the URL \'93}{\fs26\ul http://13.1.64.14}{\fs26 /\'94
 into a browser will bring the user to the Web server that corresponds to that address.  For convenience, most Web servers have alphanumeric domain name addresses in addition to IP addresses.  For example, typing in \'93}{\cs21\fs26\ul\cf1 
http://www.paed.uscourts.gov}{\cs21\fs26\cf1 \'94}{\fs26  will bring the user to the same Web server as typing in \'93}{\fs26\ul http://204.170.64.143}{\fs26 .\'94 
\par Every time a user attempts to access material located on a Web server by entering a domain name address into a Web browser, a request is made to a Domain Name Server, which is a directory of domain names and IP addresses, to \'93resolve,\'94
 or translate, the domain name address into an IP address.  That IP address is then used to locate the Web server from which content is being requested.  A Web site may be accessed by using either its domain name address or its IP address. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 A domain name address typically c
onsists of several parts.  For example, the alphanumeric URL }{\cs21\fs26\ul\cf1 http://www.paed.uscourts.gov/documents/opinions}{\fs26 
 can be broken down into three parts.  The first part is the transfer protocol the computer will use in accessing the content (e.g., \'93http\'94 for Hype
rtext Transfer Protocol); next is the name of the host server on which the information is stored (e.g., }{\fs26\ul www.paed.uscourts.gov}{\fs26 ); and then the name of the particular file or directory on that server (e.g.,}{\fs26\ul  /documents/opinions}{
\fs26 ).
\par A single Web page may be associated with more than one URL.  For example, the URLs }{\fs26\ul http://www.newyorktimes.com}{\fs26  and }{\fs26\ul http://www.nytimes.com}{\fs26  will both take the user to the }{\i\fs26 New York Times}{\fs26 
 home page.  The topmost directory in a Web site is often referred to as that Web site\rquote s root directory or root URL.  For example, in }{\fs26\ul http://www.paed.uscourts.gov/documents}{\cs22\fs26\cf1 ,}{\fs26  the root URL is }{\cs21\fs26\ul\cf1 
http://www.paed.uscourts.gov}{\fs26 .  There may be hundreds or thousands of pages under a single root URL, or there may be one or only a few.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 There are a number 
of Web hosting companies that maintain Web sites for other businesses and individuals, which can lead to vast amounts of diverse content being located at the same IP address.  Hosting services are offered either for a fee, or in some cases, for free, allo
wing any individual with Internet access to create a Web site.  Some hosting services are provided through the process of \'93IP-based hosting,\'94 where each domain name is assigned a unique IP number.  For example, }{\cs22\fs26\ul\cf1 www.baseball.com}{
\fs26  might map to the IP address \'9310.3.5.9\'94 and }{\cs22\fs26\ul\cf1 www.XXX.com}{\fs26  might map to the IP address \'9310.0.42.5.\'94  Other hosting services are provided through the process of \'93name-based hosting,\'94
 where multiple domain name addresses are mapped to a single IP address.  If the hosting company were using this method, both }{\cs22\fs26\ul\cf1 www.baseball.com}{\fs26  and }{\cs22\fs26\ul\cf1 www.XXX.com}{\fs26  could map to a single IP address, e.g., 
\'9310.3.5.9.\'94  As a result of the \'93name-based hosting\'94 process, up to tens of thousands of pages with heterogeneous content may share a single IP address. 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\fs26   The Indexable Web, the \'93Deep Web\'94; Their Size and Rates of Growth and Change}{\pard\plain \s19\qc \fi-720\li2160\ri0\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Indexable Web, the DeepWeb; Their Size and Rates of Growth and Change}}}{\fs26 
\par }\pard\plain \qc \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 The universe of content on the Web that could be indexed, in theory, by standard search engines is known as the \'93publicly indexable Web.\'94
  The publicly indexable Web is limited to those pages that are accessible by following a link from another Web page that is recognized by a search engine.  This limitation exists because online indexing techniques use
d by popular search engines and directories such as Yahoo, Lycos and AltaVista, are based on \'93spidering\'94
 technology, which finds sites to index by following links from site to site in a continuous search for new content.  If a Web page or site is not linked by others, then spidering will not discover that page or site.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Furthermore, many larger Web sites contain instructions, through software, that prevent spiders from investigating that site, and therefore the contents of such sites also ca
nnot be indexed using spidering technology.  Because of the vast size and decentralized structure of the Web, no search engine or directory indexes all of the content on the publicly indexable Web.  We credit current estimates that no more than 50% of the
 content currently on the publicly indexable Web has been indexed by all search engines and directories combined.  No currently available method or combination of methods for collecting URLs can collect the addresses of all URLs on the Web.
\par The portion of the Web that is not theoretically indexable through the use of \'93spidering\'94 technology, because other Web pages do not link to it, is called the \'93Deep Web.\'94
  Such sites or pages can still be made publicly accessible without being made publicly indexable by, for example, using individual or mass emailings (also known as \'93spam\'94
) to distribute the URL to potential readers or customers, or by using types of Web links that cannot be found by spiders but can be seen and used by readers.  \'93Spamming\'94 is a common meth
od of distributing to potential customers links to sexually explicit content that is not indexable.
\par Because the Web is decentralized, it is impossible to say exactly how large it is.  A 2000 study estimated a total of 7.1 million unique Web sites, which at the Web\rquote 
s historical rate of growth, would have increased to 11 million unique sites as of September 2001.  Estimates of the total number of Web pages vary, but a figure of 2 billion is a reasonable estimate of the number of Web pages that can be reached,
 in theory, by standard search engines.  We need not make a specific finding as to a figure, for by any measure the Web is extremely vast, and it is constantly growing.  The indexable Web is growing at a rate of approximately 1.5 million pages per day.  T
he size of the un-indexable Web, or the \'93Deep Web,\'94 while impossible to determine precisely, is estimated to be two to ten times that of the publicly indexable Web.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 In addition to growing rapidly
, Web pages and sites are constantly being removed, or changing their content.  Web sites or pages can change content without changing their domain name addresses or IP addresses.  Individual Web pages have an average life span of approximately 90 days.}{
\b\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The Amount of Sexually Explicit Material on the Web}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Amount of Sexually Explicit Material on the Web}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f29\fs26 There is a vast amount of sexually explicit material available via the Internet and the Web.}{\fs26   }{
\b\f29\fs26 Sexually explicit material on the Internet is }{\fs26 easy to access using any public search engine, such as, for example, Google or AltaVista.}{  }{\fs26 
Although much of the sexually explicit material available on the Web is posted on commercial sites that require viewers to pay in order to gain access to the site, a
 large number of sexually explicit sites may be accessed for free and without providing any registration information.  Most importantly, some Web sites that contain sexually explicit content have innocuous domain names and therefore can be reached acciden
tally.  }{\b\f29\fs26 A commonly cited example is}{\cs23\fs26\cf1  }{\cs23\fs26\ul\cf1 http://www.whitehouse.com}{\cs23\fs26\cf1 .  Other innocent-sounding URLs that retrieve graphic, sexually explicit depictions include }{\cs23\fs26\ul\cf1 
http://www.boys.com}{\cs23\fs26\cf1 , }{\cs23\fs26\ul\cf1 http://www.girls.com}{\cs23\fs26\cf1 , }{\cs23\fs26\ul\cf1 http://www.coffeebeansupply.com}{\cs23\fs26\cf1 , and }{\cs23\fs26\ul\cf1 http://www.BookstoreUSA.com}{\cs23\fs26\cf1 . }{\fs26 
 Moreover, commercial Web sites that contain sexually explicit material often use a technique of attaching pop-up windows to their sites, which open new windows advertising other sexually explicit sites without any prompting by the user.  This techniq
ue makes it difficult for a user quickly to exit all of the pages containing sexually explicit material, whether he or she initially accessed such material intentionally or not. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The percentage of Web pages on the indexed Web containing sexu
ally explicit content is relatively small.  Recent estimates indicate that no more than 1-2% of the content on the Web is pornographic or sexually explicit.  However, the absolute number of Web sites offering free sexually explicit material is extremely l
arge, approximately 100,000 sites. }{\b\f29\fs26  }{\b 
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 4.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26  American Public Libraries}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1 American Public Libraries}}}{\fs26  
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The more than 9,000 public libraries in the United States are typically funded (at least in large part) by state or local governments.  They are frequently 
overseen by a board of directors that is either elected or is appointed by an elected official or a body of elected officials.  We heard testimony from librarians and library board members working in eight public library systems in different communities a
c
ross the country, some of whom are also plaintiffs in this case.  They hailed from the following library systems: Fort Vancouver, Washington; Fulton County, Indiana; Greenville, South Carolina; a regional consortium of libraries centered in Madison, Wisco
n
sin; Multnomah County, Oregon; Norfolk, Virginia; Tacoma, Washington; and Westerville, Ohio.  The parties also took depositions from several other librarians and library board members who did not testify during the trial, and submitted a number of other d
ocuments regarding individual libraries\rquote  policies.
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\fs26   The Mission of Public Libraries, and Their Reference and Collection Development Practices}{\pard\plain \s19\qc \fi-720\li2160\ri0\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Mission of Public Libraries, and Their Reference and Collection Development Practices}}}{\fs26 
\par }\pard\plain \qc \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
American public libraries operate in a wide variety of communities, and it is not surprising that they do not all view their mission identically.  Nor are their practices uniform.  Nevertheless, they generally share a common mission \endash  to pro
vide patrons with a wide range of information and ideas. 
\par Public libraries across the country have endorsed the American Library Association\rquote s (\'93ALA\'94) \'93Library Bill of Rights\'94 and/or \'93Freedom to Read Statement,\'94 including every library testifying on behalf
 of the defendants in this case.  The \'93Library Bill of Rights,\'94 first adopted by the ALA in 1948, provides, among other things, that \'93
[b]ooks and other library resources should be provided for the interest, information, and enlightenment of all people of the community the library serves.\'94  It also states that libraries \'93
should provide materials and information presenting all points of view on current and historical issues\'94 and that library materials \'93should not be proscribed or removed because of partisan or doctrinal disapproval.\'94  
\par The ALA\rquote s \'93Freedom to Read\'94 statement, adopted in 1953 and most recently updated in July 2000, states, among other things, that \'93[i]t is in the public interest for publishers and librarians to make available the widest diversity
 of views and expressions, including those that are unorthodox or unpopular with the majority.\'94  It also states that \'93
[i]t is the responsibility of . . . librarians . . . to contest encroachments upon th[e] freedom [to read] by individuals or groups seeking to impose their own standards or tastes upon the community at large.\'94  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Public libraries provide information not only for educational purposes, but also for recreational, professional, and other purposes.  For example, Ginnie Cooper, Director of the Multnomah County Library, testified that some of the library\rquote 
s most popular items include video tapes of the British Broadcasting Corporation\rquote s \'93Fawlty Towers\'94 series, and also print and \'93books on tape\'94 versions of science fiction, romance, and 
mystery novels.  Many public libraries include sexually explicit materials in their print collection, such as }{\i\fs26 The Joy of Sex}{\fs26  and }{\i\fs26 The Joy of Gay Sex}{\fs26 
.  Very few public libraries, however, collect more graphic sexually explicit materials, such as XXX-rated videos, or }{\i\fs26 Hustler}{\fs26  magazine.}{\cs15\fs26\super \chftn {\footnote \pard\plain 
\ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
  The OCLC database, a cooperative cataloging service established to facilitate interlibrary loan requests, includes 40 million catalog records from approximately 48,000 libraries of all types worldwide.  Slightly more than
 400 of the libraries in the OCLC database are listed as carrying }{\i\fs26 Playboy}{\fs26  in their collections, while only eight subscribe to }{\i\fs26 Hustler}{\fs26 .  }}}{\fs26 
\par The mission of public librarians is to provide their patrons with a wide array of information, and they surely do so. 
 Reference librarians across America answer more than 7 million questions weekly.  If a patron has a specialized need for information not available in the public library, the professional librarian will use a reference interview to find out what informati
on is needed to help the user, including the purpose for which an item will be used.  Reference librarians are trained to assist patrons without judging the patron\rquote 
s purpose in seeking information, or the content of the information that the patron is seeking. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Many public libraries routinely provide patrons with access to materials not in their collections through the use of bibliographic access tools and interlibrary loan programs.  Public libraries typically will assist patrons in obtaining 
access to all materials except those that are illegal, even if they do not collect those materials in their physical collection.  In order to provide this access, a librarian may attempt to find material not included in the library\rquote 
s own collection in other libraries in the system, through interlibrary loan, or through a referral, perhaps to a government agency or a commercial bookstore.  Interlibrary loan is expensive, however, and is therefore used infrequently.  
\par Public librarians also apply professional
 standards to their collection development practices.  Public libraries generally make material selection decisions and frame policies governing collection development at the local level.  Collection development is a key subject in the curricula of Master
s
 of Library Science programs and is defined by certain practices.  In general, professional standards guide public librarians to build, develop and create collections that have certain characteristics, such as balance in its coverage and requisite and app
r
opriate quality.  To this end, the goal of library collections is not universal coverage, but rather to find those materials that would be of the greatest direct benefit or interest to the community.  In making selection decisions, librarians consider cri
teria including the content of the material, its accuracy, the title\rquote s niche in relation to the rest of the collection, the authority of the author, the publisher, the work\rquote 
s presentation, and how it compares with other material available in the same genre or on the same subject.   
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In pursuing the goal of achieving a balanced collection that serves the needs and interests of their patrons, librarians generally have a fair amount of autonomy, but may also be guided by a library\rquote 
s collection development policy.  These collection development policies are often drawn up in conjunction with the libraries\rquote 
 governing boards and with representatives from the community, and may be the result of public hearings, discussions and other input.  
\par Although many librarians use selection aids, such as review journals and bibliographies, as a guide to the quality of potential acquisitions, they do not generally delegate their selection decisions to parties outside of the public library or its gove
rning body.  One limited exception is the use of third-party vendors or approval plans to acquire print and video resources.  In such arrangements, third-party vendors provide materials based on the library\rquote 
s description of its collection development crite
ria.  The vendor sends materials to the library, and the library retains the materials that meet its collection development needs and returns the materials that do not.  Even in this arrangement, however, the librarians still retain ultimate control over 
their collection development and review all of the materials that enter their library\rquote s collection.  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The Internet in Public Libraries}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Internet in Public Libraries}}}{\fs26  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The vast majority of public libraries offer Internet access 
to their patrons.  According to a recent report by the U.S. National Commission on Libraries and Information Science, approximately 95% of all public libraries provide public access to the Internet.  John C. Bertot & Charles R. McClure, }{\i\fs26 
Public Libraries and the Internet 2000: Summary Findings and Data Tables}{\fs26 
, Report to National Commission on Libraries and Information Science, at 3.  The Internet vastly expands the amount of information available to patrons of public libraries.  The widespread availability o
f Internet access in public libraries is due, in part, to the availability of public funding, including state and local funding and the federal funding programs regulated by CIPA.
\par Many libraries face a large amount of patron demand for their Internet servi
ces.  At some libraries, patron demand for Internet access during a given day exceeds the supply of computer terminals with access to the Internet.  These libraries use sign-in and time limit procedures and/or establish rules regarding the allowable uses 
of the terminals, in an effort to ration their computer resources.  For example, some of the libraries whose librarians testified at trial prohibit the use of email and chat functions on their public Internet terminals. 
\par Public libraries play an important r
ole in providing Internet access to citizens who would not otherwise possess it.  Of the 143 million Americans using the Internet, approximately 10%, or 14.3 million people, access the Internet at a public library.   Internet access at public libraries is
 
more often used by those with lower incomes than those with higher incomes.  About 20.3% of Internet users with household family income of less than $15,000 per year use public libraries for Internet access.  Approximately 70% of libraries serving communi
ties with poverty levels in excess of 40% receive E-rate discounts.  
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Internet Use Policies in Public Libraries}{\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Internet Use Policies in Public Libraries}}}{\fs26 
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Approximately 95% of libraries with public Internet access have some form of \'93acceptable use\'94 policy or \'93Internet use\'94 policy governing patrons\rquote 
 use of the Internet.  These policies set forth the conditions under which patrons are permitted to access and use the library\rquote s Internet resources.  These policies vary widely.  Some of 
the less restrictive policies, like those held by Multnomah County Library and Fort Vancouver Regional Library, do not prohibit adult patrons from viewing sexually explicit materials on the Web, as long as they do so at terminals with privacy screens or r
ecessed monitors, which are designed to prevent other patrons from seeing the material that they are viewing, and as long as it does not violate state or federal law to do so.  Other libraries prohibit their patrons from viewing all \'93sexually explicit
\'94 or \'93sexually graphic\'94 materials. 
\par Some libraries prohibit the viewing of materials that are not necessarily sexual, such as Web pages that are \'93harmful to minors,\'94 \'93offensive to the public,\'94 \'93objectionable,\'94 \'93racially offensive,\'94 or simply \'93inappropriate.\'94
  Ot
her libraries restrict access to Web sites that the library just does not want to provide, even though the sites are not necessarily offensive.  For example, the Fulton County Public Library restricts access to the Web sites of dating services.  Similarly
, the Tacoma Public Library\rquote s policy does not allow patrons to use the library\rquote s Internet terminals for personal email, for online chat, or for playing games.  
\par In some cases, libraries instituted Internet use policies after having experienced specific prob
lems, whereas in other cases, libraries developed detailed Internet use policies and regulatory measures (such as using filtering software) before ever offering public Internet access.  Essentially four interests motivate libraries to institute Internet u
se policies and to apply the methods described above to regulate their patrons\rquote  use of the Internet. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
First, libraries have sought to protect patrons (especially children) and staff members from accidentally viewing sexually explicit images, 
or other Web pages containing content deemed harmful, that other patrons are viewing on the Internet.  For example, some librarians who testified described situations in which patrons left sexually explicit images minimized on an Internet terminal so that
 the next patron would see them when they began using it, or in which patrons printed sexually explicit images from a Web site and left them at a public printer.  
\par Second, libraries have attempted to protect patrons from unwittingly or accidentally accessing Web pages that they do not wish to see while they are using the Internet.  For example, the Memphis-Shelby County (Tennessee) Public Library\rquote 
s Internet use policy states that the library \'93employs filtering technology to reduce the possibility that customers may encounter objectionable content in the form of depictions of full nudity and sexual acts.\'94 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Third, libraries have sought to keep patrons (again, especially children) from intentionally accessing sexually explicit materials or other materials that the library deems inappropriate.  For example, a study of the Tacoma Public Library\rquote 
s Internet use logs for the year 2000 showed that users between the ages of 11 and 15 accounted for 41% of the filter blocks that occurred on library computer
s.  The study, which we credit, concluded that children and young teens were actively seeking to access sexually explicit images in the library.  The Greenville Library\rquote 
s Board of Directors was particularly concerned that patrons were accessing obscene materials in the public library in violation of South Carolina\rquote s obscenity statute. 
\par Finally, some libraries have regulated patrons\rquote  Internet use to attempt to control patrons\rquote  inappropriate (or illegal) behavior that is thought to stem from viewing Web pages
 that contain sexually explicit materials or content that is otherwise deemed unacceptable. 
\par We recognize the concerns that led several of the public libraries whose librarians and board members testified in this case to start using Internet filtering soft
ware.  The testimony of the Chairman of the Board of the Greenville Public Library is illustrative.  In December 1999, there was considerable local press coverage in Greenville concerning adult patrons who routinely used the library to surf the Web for po
rnography.  In response to public outcry stemming from the newspaper report, the Board of Trustees held a special board meeting to obtain information and to communicate with the public concerning the library\rquote 
s provision of Internet access.  At this meeting, the Board learned for the first time of complaints about children being exposed to pornography that was displayed on the library\rquote s Internet terminals. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In late January to early February of 2000, the library installed privacy screens and rec
essed terminals in an effort to restrict the display of sexually explicit Web sites at the library.  In February, 2000, the Board informed the library staff that they were expected to be familiar with the South Carolina obscenity statute and to enforce th
e policy prohibition on access to obscene materials, child pornography, or other materials prohibited under applicable local, state, and federal laws.  Staff were told that they were to enforce the policy by means of a \'93tap on the shoulder.\'94
  Prior to adopting its current Internet Use Policy, the Board adopted an \'93Addendum to Current Internet Use Policy.\'94
  Under the policy, the Board temporarily instituted a two-hour time limit per day for Internet use; reduced substantially the number of computers with Inte
rnet access in the library; reconfigured the location of the computers so that librarians had visual contact with all Internet-accessible terminals; and removed the privacy screens from terminals with Internet access. 
\par Even after the Board implemented the privacy screens and later the \'93tap-on-the-shoulder\'94
 policy combined with placing terminals in view of librarians, the library experienced a high turnover rate among reference librarians who worked in view of Internet terminals.  Finding that the policies t
hat it had tried did not prevent the viewing of sexually explicit materials in the library, the Board at one point considered discontinuing Internet access in the library.  The Board finally concluded that the methods that it had used to regulate Internet
 use were not sufficient to stem the behavioral problems that it thought were linked to the availability of pornographic materials in the library.  As a result, it implemented a mandatory filtering policy.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 We note, however, that none of the
 libraries proffered by the defendants presented any systematic records or quantitative comparison of the amount of criminal or otherwise inappropriate behavior that occurred in their libraries before they began using Internet filtering software compared 
to the amount that happened after they installed the software.  The plaintiffs\rquote 
 witnesses also testified that because public libraries are public places, incidents involving inappropriate behavior in libraries (sexual and otherwise) existed long before libraries provided access to the Internet. 
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Methods for Regulating Internet Use}{\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Methods for Regulating Internet Use}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The methods that public libraries use to regulate Internet use vary greatly.  They can be organized into four categories: (1) channeling patrons\rquote 
 Internet use; (2) separating patrons so that they will not see what other patrons are viewing; (3) placing Internet terminals in public view and having librarians observe patrons to make sure that they are complying with the library\rquote 
s Internet use policy; and (4) using Internet filtering software.  
\par The first category \endash  channeling patrons\rquote  Internet use \endash  frequentl
y includes offering training to patrons on how to use the Internet, including how to access the information that they want and to avoid the materials that they do not want.  Another technique that some public libraries use to direct their patrons to pages
 that the libraries have determined to be accurate and valuable is to establish links to \'93recommended Web sites\'94 from the public library\rquote s home page (i.e., the page that appears when patrons begin a session at one of the library\rquote 
s public Internet terminals)
.  Librarians select these recommended Web sites by using criteria similar to those employed in traditional collection development.  However, unless the library determines otherwise, selection of these specific sites does not preclude patrons from attempt
ing to access other Internet Web sites.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Libraries may extend the \'93
recommended Web sites\'94 method further by limiting patrons\rquote  access to only those Web sites that are reviewed and selected by the library\rquote s staff.  For example, in 1996, the We
sterville, Ohio Library offered Internet access to children through a service called the \'93Library Channel.\'94
  This service was intended to be a means by which the library could organize the Internet in some fashion for presentation to patrons.  Through the Library Channel, the computers in the children\rquote 
s section of the library were restricted to 2,000 to 3,000 sites selected by librarians.  After three years, Westerville stopped using the Library Channel system because it overly constrained the children\rquote s ab
ility to access materials on the Internet, and because the library experienced several technical problems with the system.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Public libraries also use several different techniques to separate patrons during Internet sessions so that they will not see what other patrons are viewing.  The simplest way to achieve this result is to position the library\rquote 
s public Internet terminals so that they are located away from traffic patterns in the library (and from other terminals), for example, by placing them so that they face a wall.  This method is obviously constrained by libraries\rquote 
 space limitations and physical layout.  Some libraries have also installed privacy screens on their public Internet terminals.  These screens make a monitor appear blank unless the viewer is looking at it head-on.}{\cs15\fs26\super \chftn {\footnote 
\pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
  Fort Vancouver Regional Library, for example, combines the methods of strategically placing terminals in low traffic areas and using privacy screens.  A section headed \'93Confidentiality and Privacy\'94 on the library\rquote s home page states: \'93
in order to protect the privacy of the user and the interests of other library patrons, the library will attempt to minimize unintentional viewing of the Internet.  This will be done by use of privacy screens, and by judicious pla
cement of the terminals and other appropriate means.\'94}}}{\fs26   Although the Multnomah and Fort Vancouver Libraries submitted records showing that they have received few complaints regarding patrons\rquote 
 unwilling exposure to materials on the Internet, privacy screens
 do not always prevent library patrons or employees from inadvertently seeing the materials that another patron is viewing when passing directly behind a terminal.  They also have the drawback of making it difficult for patrons to work together at a singl
e
 terminal, or for librarians to assist patrons at terminals, because it is difficult for two people to stand side by side and view a screen at the same time.  Some library patrons also find privacy screens to be a hindrance and have attempted to remove th
em in order to improve the brightness of the screen or to make the view better.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Another method that libraries use to prevent patrons from seeing what other patrons are viewing on their terminals is the installation of \'93recessed monitors.\'94  
Recessed monitors are computer screens that sit below the level of a desk top and are viewed from above.  Although recessed monitors, especially when combined with privacy screens, eliminate almost all of the possibility of a patron accidentally viewing t
he contents on another patron\rquote 
s screen, they suffer from the same drawbacks as privacy screens, that is, they make it difficult for patrons to work together or with a librarian at a single terminal.  Some librarians also testified that recessed monitors are
 costly, but did not indicate how expensive they are compared to privacy screens or filtering software.  A related technique that some public libraries use is to create a separate children\rquote 
s Internet viewing area, where no adults except those accompanying 
children in their care may use the Internet terminals.  This serves the objective of keeping children from inadvertently viewing materials appropriate only for adults that adults may be viewing on nearby terminals. 
\par A third set of techniques that public libraries have used to enforce their Internet use policies takes the opposite tack from the privacy screens/recessed monitors approach by placing all of the library\rquote 
s public Internet terminals in prominent and visible locations, such as near the library\rquote s reference desk.  This approach allows librarians to enforce their library\rquote 
s Internet use policy by observing what patrons are viewing and employing the tap-on-the-shoulder policy.  Under this approach, when patrons are viewing materials that are inconsistent with the library\rquote 
s policies, a library staff member approaches them and asks them to view something else, or may ask them to end their Internet session.  A patron who does not comply with these requests, or who repeatedly views materials not permitted under the library
\rquote s Internet use policy, may have his or her Internet or library privileges suspended or revoked.  But many librarians are uncomfortable with approaching patrons who are viewing sexually explicit images, finding confrontation unpleasant.  Henc
e some libraries are reluctant to apply the tap-on-the-shoulder policy.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The fourth category of methods that public libraries employ to enforce their Internet use policies, and the one that gives rise to this case, is the use of Internet filtering software.  According to the June 2000 }{\i\fs26 
Survey of Internet Access Management in Public Libraries}{\fs26 , approximately 7% of libraries with public Internet access had mandated the use of blocking programs by adult patrons.  Some public libraries provide pat
rons with the option of using a blocking program, allowing patrons to decide whether to engage the program when they or their children access the Internet.  Other public libraries require their child patrons to use filtering software, but not their adult 
patrons.  
\par Filtering software vendors sell their products on a subscription basis.  The cost of a subscription varies with the number of computers on which the filtering software will be used.  In 2001, the cost of the Cyber Patrol filtering software was $1
,950 for 100 terminal licenses.  The Greenville County Library System pays $2,500 per year for the N2H2 filtering software, and a subscription to the Websense filter costs Westerville Public Library approximately $1,200 per year. 
\par No evidence was presented
 on the cost of privacy screens, recessed monitors, and the tap-on-the-shoulder policy, relative to the costs of filtering software.  Nor did any of the libraries proffered by the government present any quantitative evidence on the relative effectiveness 
o
f use of privacy screens to prevent patrons from being unwillingly exposed to sexually explicit material, and the use of filters, discussed below.  No evidence was presented, for example, comparing the number of patron complaints in those libraries that h
ave tried both methods.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl {\footer \pard\plain \ql \li0\ri0\sl-252\slmult0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par }\pard \qc \li0\ri0\nowidctlpar\pvpara\posx0\posy0\absw9361\nowrap\faauto\rin0\lin0\itap0 {\field{\*\fldinst {\b\f30 PAGE }}{\fldrslt {\b\f30\lang1024\langfe1024\noproof 211}}}{\b\f30 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }}\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The librarians who testified at trial whose libraries use Internet filtering software all provide methods by which their patrons may ask the library to unblock specific Web sites or pages.  Of these, only the
 Tacoma Public Library allows patrons to request that a URL be unblocked without providing any identifying information; Tacoma allows patrons to request a URL by sending an email from the Internet terminal that the patron is using that does not contain a 
return email address for the user.  David Biek, the head librarian at the Tacoma Library\rquote 
s main branch, testified at trial that the library keeps records that would enable it to know which patrons made unblocking requests, but does not use that information 
to connect users with their requests.  Biek also testified that he periodically scans the library\rquote 
s Internet use logs to search for: (1) URLs that were erroneously blocked, so that he may unblock them; or (2) URLs that should have been blocked, but were no
t, in order to add them to a blocked category list.  In the course of scanning the use logs,  Biek has also found what looked like attempts to access child pornography.  In two cases, he communicated his findings to law enforcement and turned over the log
s in response to a subpoena.  
\par At all events, it takes time for librarians to make decisions about whether to honor patrons\rquote  requests to unblock Web pages.  In the libraries proffered by the defendants, unblocking decisions sometimes take between 24 hours a
nd a week.  Moreover, none of these libraries allows unrestricted access to the Internet pending a determination of the validity of a Web site blocked by the blocking programs.  A few of the defendants\rquote 
 proffered libraries represented that individual libra
rians would have the discretion to allow a patron to have full Internet access on a staff computer upon request, but none claimed that allowing such access was mandatory, and patron access is supervised in every instance.  None of these libraries makes di
fferential unblocking decisions based on the patrons\rquote  age.  Unblocking decisions are usually made identically for adults and minors.  Unblocking decisions even for adults are usually based on suitability of the Web site for minors.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 It is ap
parent that many patrons are reluctant or unwilling to ask librarians to unblock Web pages or sites that contain only materials that might be deemed personal or embarrassing, even if they are not sexually explicit or pornographic.  We credit the testimony
 
of Emmalyn Rood, discussed above, that she would have been unwilling as a young teen to ask a librarian to disable filtering software so that she could view materials concerning gay and lesbian issues.  We also credit the testimony of Mark Brown, who stat
ed that he would have been too embarrassed to ask a librarian to disable filtering software if it had impeded his ability to research treatments and cosmetic surgery options for his mother when she was diagnosed with breast cancer.  
\par The pattern of patron requests to unblock specific URLs in the various libraries involved in this case also confirms our finding that patrons are largely unwilling to make unblocking requests unless they are permitted to do so anonymously.  For example, t
h
e Fulton County Library receives only about 6 unblocking requests each year, the Greenville Public Library has received only 28 unblocking requests since August 21, 2000, and the Westerville, Ohio Library has received fewer than 10 unblocking requests sin
ce 1999.  In light of the fact that a substantial amount of overblocking occurs in these very libraries, }{\i\fs26 see infra }{\fs26 
Subsection II.E.4, we find that the lack of unblocking requests in these libraries does not reflect the effectiveness of the filters, but rather reflects patrons\rquote  reluctance to ask librarians to unblock sites.  
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 5.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Internet Filtering Technology}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Internet Filtering Technology}}}{\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   What Is Filtering Software, Who Makes It, and What Does It Do?}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  What Is Filtering Software, Who Makes It, and What Does It Do?}}}{\fs26  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Commercially available products that can be configured to block or filter access to certain material on the Internet are among the \'93technology protection measures\'94
 that may be used to attempt to comply with CIPA.  There are numerous filtering software products available commercially.  Three network-based filtering products \endash  SurfControl\rquote s Cyber Patrol, N2H2\rquote s Bess/i2100, and Secure Computing
\rquote s SmartFilter \endash  currently have the lion\rquote 
s share of the public library market.  The parties in this case deposed representatives from these three companies.  Websense, another network-based blocking product, is also currently used in the public library market, and was discussed at trial.  

\par Filtering software may be installed either on an individual computer or on a computer network.  Network-based filtering software products are designed for use on a network of computers and funnel requests for Internet content through a centralize
d network device.   Of the various commercially available blocking products, network-based products are the ones generally marketed to institutions, such as public libraries, that provide Internet access through multiple terminals. 
\par Filtering programs func
tion in a fairly simple way.  When an Internet user requests access to a certain Web site or page, either by entering a domain name or IP address into a Web browser, or by clicking on a link, the filtering software checks that domain name or IP address ag
ainst a previously compiled \'93control list\'94
 that may contain up to hundreds of thousands of URLs.  The three companies deposed in this case have control lists containing between 200,000 and 600,000 URLs.  These lists determine which URLs will be blocked.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Filtering software companies divide their control lists}{ }{\fs26 into multiple categories for which they have created unique definitions.  SurfControl uses 40 such categories, N2H2 uses 35 categories (and seven \'93exception\'94
 categories), Websense uses 30 categories, and Secure Computing uses 30 categories.  Filtering software customers choose which categories of URLs they wish to enable.  A user \'93enables\'94
 a category in a filtering program by configuring the program to block all of the Web pages listed in that category.  
\par The following is a list of the categories offered by each of these four filtering programs.  SurfControl\rquote s Cyber Patrol offers the following categories:  Adult/Sexually Explicit; Advertisements; Arts & Entertainment; Chat; Computing & In
ternet; Criminal Skills; Drugs, Alcohol & Tobacco; Education; Finance & Investment; Food & Drink; Gambling; Games; Glamour & Intimate Apparel; Government & Politics; Hacking; Hate Speech; Health & Medicine; Hobbies & Recreation; Hosting Sites; Job Search 
& Career Development; Kids\rquote 
 Sites; Lifestyle & Culture; Motor Vehicles; News; Personals & Dating; Photo Searches; Real Estate; Reference; Religion; Remote Proxies; Sex Education; Search Engines; Shopping; Sports; Streaming Media; Travel; Usenet News; Violen
ce; Weapons; and Web-based Email.  }{
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
N2H2 offers the following categories:  Adults Only; Alcohol; Auction; Chat; Drugs; Electronic Commerce; Employment Search; Free Mail; Free Pages; Gambling; Games; Hate/Discrimination; Illegal; Jokes; Linge
rie; Message/Bulletin Boards; Murder/Suicide; News; Nudity; Personal Information; Personals; Pornography; Profanity; Recreation/Entertainment; School Cheating Information; Search Engines; Search Terms; Sex; Sports; Stocks; Swimsuits; Tasteless/Gross; Toba
cco; Violence; and Weapons. The \'93Nudity\'94 category purports to block only \'93non-pornographic\'94 images.  The \'93Sex\'94 category is intended to block only those depictions of sexual activity that are not intended to arouse.  The \'93
Tasteless/Gross\'94 category includes contents such as \'93tasteless humor\'94 and \'93graphic medical or accident scene photos.\'94  Additionally, N2H2 offers seven \'93exception categories.\'94
  These exception categories include Education, Filtered Search Engine, For Kids, History, Medical, Moderated, and Tex
t/Spoken Only.  When an exception category is enabled, access to any Web site or page via a URL associated with both a category and an exception, for example, both \'93Sex\'94 and \'93Education,\'94
 will be allowed, even if the customer has enabled the product to otherwise block the category \'93Sex.\'94  As of November 15, 2001, of those Web sites categorized by N2H2 as \'93Sex,\'94 3.6% were also categorized as \'93Education,\'94 2.9% as \'93
Medical,\'94 and 1.6% as \'93History.\'94 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Websense offers the following categories: Aborti
on Advocacy; Advocacy Groups; Adult Material; Business & Economy; Drugs; Education; Entertainment; Gambling; Games; Government; Health; Illegal/Questionable; Information Technology; Internet Communication; Job Search; Militancy/Extremist; News & Media; Pr
oductivity Management; Bandwidth Management; Racism/Hate; Religion; Shopping; Society & Lifestyle; Special Events; Sports; Tasteless; Travel; Vehicles; Violence; and Weapons.  The \'93Adult\'94 category includes \'93full or partial nudity of individuals,
\'94 as well as sites offering \'93light adult humor and literature\'94 and \'93[s]exually explicit language.\'94  The \'93Sexuality/Pornography\'94 category includes, }{\i\fs26 inter alia}{\fs26 , \'93hard-core adult humor and literature\'94 and \'93
[s]exually explicit language.\'94  The \'93Tasteless\'94 category includes \'93hard-to-stomach sites, including offensive, worthless or useless sites, grotesque or lurid depictions of bodily harm.\'94  The \'93Hacking\'94 category blocks \'93
sites providing information on or promoting illegal or questionable access to or use of communications equipment and/or software.\'94 }{
\par }{\fs26 SmartFilter offers the following categories:  Anonymizers/Translators; Art & Culture; Chat; Criminal Skills; Cults/Occult; Dating; Drugs; Entertainment; Extreme/Obscene/Violence; Gambling; Games; General News; Hate Speech; Humo
r; Investing; Job Search; Lifestyle; Mature; MP3 Sites; Nudity; On-line Sales; Personal Pages; Politics, Opinion & Religion; Portal Sites; Self-Help/Health; Sex; Sports; Travel; Usenet News; and Webmail. 
\par Most importantly, no category definition used by filtering software companies is identical to CIPA\rquote 
s definitions of visual depictions that are obscene, child pornography, or harmful to minors.  And category definitions and categorization decisions are made without reference to local community standards.  M
oreover, there is no judicial involvement in the creation of filtering software companies\rquote  category definitions and no judicial determination is made before these companies categorize a Web page or site.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Each filtering software company ass
ociates each URL in its control list with a \'93tag\'94 or other identifier that indicates the company\rquote 
s evaluation of whether the content or features of the Web site or page accessed via that URL meets one or more of its category definitions.  If a user attempt
s to access a Web site or page that is blocked by the filter, the user is immediately presented with a screen that indicates that a block has occurred as a result of the operation of the filtering software.  These \'93denial screens\'94
 appear only at the point that a user attempts to access a site or page in an enabled category.  
\par All four of the filtering programs on which evidence was presented allow users to customize the category lists that exist on their own PCs or servers by adding or removing specific URL
s.  For example, if a public librarian charged with administering a library\rquote 
s Internet terminals comes across a Web site that he or she finds objectionable that is not blocked by the filtering program that his or her library is using, then the librarian may add that URL to a category list that exists only on the library\rquote 
s network, and it would thereafter be blocked under that category.  Similarly, a customer may remove individual URLs from category lists.  Importantly, however, no one but the filtering comp
anies has access to the complete list of URLs in any category.  The actual URLs or IP addresses of the Web sites or pages contained in filtering software vendors\rquote 
 category lists are considered to be proprietary information, and are unavailable for review by customers or the general public, including the proprietors of Web sites that are blocked by filtering software.}{\cs15\fs26\super \chftn {\footnote 
\pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   Indeed, we granted leave for N2H2\rquote 
s counsel to intervene in order to object to testimony that would potentially reveal N2H2\rquote s trade secrets, which he did on several occasions.  }}}{\fs26  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Filtering software companies do not generally notify the proprietors of Web sites when they block their sites.  The only way to discover which URLs are blocked and which are not blocked by any pa
rticular filtering company is by testing individual URLs with filtering software, or by entering URLs one by one into the \'93URL checker\'94
 that most filtering software companies provide on their Web sites.  Filtering software companies will entertain requests
 for recategorization from proprietors of Web sites that discover their sites are blocked.  Because new pages are constantly being added to the Web, filtering companies provide their customers with periodic updates of category lists.  Once a particular We
b page or site is categorized, however, filtering companies generally do not re-review the contents of that page or site unless they receive a request to do so, even though the content on individual Web pages and sites changes frequently.  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The Methods that Filtering Companies Use to Compile Category Lists}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Methods that Filtering Companies Use to Compile Category Lists}}}{\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 While the way in which filtering programs operate is conceptually straightforward \endash 
 by comparing a requested URL to a previously compiled list of URLs and blocking access to the content at that URL if it appears on the list \endash 
 accurately compiling and categorizing URLs to form the category lists is a more complex process that is impossibl
e to conduct with any high degree of accuracy.  The specific methods that filtering software companies use to compile and categorize control lists are, like the lists themselves, proprietary information.  We will therefore set forth only general informati
o
n on the various types of methods that all filtering companies deposed in this case use, and the sources of error that are at once inherent in those methods and unavoidable given the current architecture of the Internet and the current state of the art in
 
automated classification systems.  We base our understanding of these methods largely on the detailed testimony and expert report of Dr. Geoffrey Nunberg, which we credit.  The plaintiffs offered, and the Court qualified, Nunberg as an expert witness on a
utomated classification systems.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\sl261\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
  Geoffrey Nunberg (Ph.D., Linguistics, C.U.N.Y. 1977) is a researcher at the Center for the Study of Language and Information at Stanford University and a Consulting Full Professor of Linguistics at Stanford Universit
y.  Until 2001, he was also a principal scientist at the Xerox Palo Alto Research Center.  His research centers on automated classification systems, with a focus on classifying documents on the Web with respect to their linguistic properties.  He has publ
ished his research in numerous professional journals, including peer-reviewed journals.}}}{\fs26   
\par When compiling and categorizing URLs for their category lists, filtering software companies go through two distinct phases.  First, they must collect or \'93harvest\'94 the
 relevant URLs from the vast number of sites that exist on the Web.  Second, they must sort through the URLs they have collected to determine under which of the company\rquote 
s self-defined categories (if any), they should be classified.  These tasks necessarily
 result in a tradeoff between overblocking (i.e., the blocking of content that does not meet the category definitions established by CIPA or by the filtering software companies), and underblocking (i.e., leaving off of a control list a URL that contains c
ontent that would meet the category definitions defined by CIPA or the filtering software companies).  
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The \'93Harvesting\'94 Phase}{\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Harvesting Phase}}}{
\par {\listtext\pard\plain\s20 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Filtering software companies, given their limited resources, do not attempt to 
index or classify all of the billions of pages that exist on the Web.  Instead, the set of pages that they attempt to examine and classify is restricted to a small portion of the Web.  The companies use a variety of automated and manual methods to identif
y a universe of Web sites and pages to \'93harvest\'94
 for classification.  These methods include: entering certain key words into search engines; following links from a variety of online directories (e.g., generalized directories like Yahoo or various specialize
d directories, such as those that provide links to sexually explicit content); reviewing lists of newly-registered domain names; buying or licensing lists of URLs from third parties; \'93mining\'94
 access logs maintained by their customers; and reviewing other s
ubmissions from customers and the public.  The goal of each of these methods is to identify as many URLs as possible that are likely to contain content that falls within the filtering companies\rquote  category definitions. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The first method, enter
ing certain keywords into commercial search engines, suffers from several limitations.  First, the Web pages that may be \'93harvested\'94
 through this method are limited to those pages that search engines have already identified.  However, as noted above, a sub
stantial portion of the Web is not even theoretically indexable (because it is not linked to by any previously known page), and only approximately 50% of the pages that are theoretically indexable have actually been indexed by search engines.  We are sati
sfied that the remainder of the indexable Web, and the vast \'93Deep Web,\'94 which cannot currently be indexed, includes materials that meet CIPA\rquote 
s categories of visual depictions that are obscene, child pornography, and harmful to minors.  These portions of the
 Web cannot presently be harvested through the methods that filtering software companies use (except through reporting by customers or by observing users\rquote 
 log files), because they are not linked to other known pages.  A user can, however, gain access to a Web site in the unindexed Web or the Deep Web if the Web site\rquote s proprietor or some other third party informs the user of the site\rquote 
s URL.  Some Web sites, for example, send out mass email advertisements containing the site\rquote s URL, the spamming process we have described above.   
\par Second, the search engines that software companies use for harvesting are able to search text only, not images.  }{\b\f29\fs26 This is of critical importance, because CIPA, by its own terms, covers only \'93visual depictions.\'94  20 U.S.C. \'a7
 9134(f)(1)(A)(i); 47 U.S.C. \'a7
 254(h)(5)(B)(i).  Image recognition technology is immature, ineffective, and unlikely to improve substantially in the near future.  None of the filtering software companies deposed in this case employs image recognition technology when h
arvesting or categorizing URLs.  Due to the reliance on automated text analysis and the absence of image recognition technology, a Web page with sexually explicit images and no text cannot be harvested using a search engine.  This problem is complicated b
y
 the fact that Web site publishers may use image files rather than text to represent words, i.e., they may use a file that computers understand to be a picture, like a photograph of a printed word, rather than regular text, making automated review of thei
r textual content impossible.  For example, if the Playboy Web site displays its name using a logo rather than regular text, a search engine would not see or recognize the Playboy name in that logo.  }{\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 In addition to collecting URLs through se
arch engines and Web directories (particularly those specializing in sexually explicit sites or other categories relevant to one of the filtering companies\rquote 
 category definitions), and by mining user logs and collecting URLs submitted by users, the filtering companies expand their list of harvested URLs by using \'93spidering\'94 software that can \'93crawl\'94
 the lists of pages produced by the previous four methods, following their links downward to bring back the pages to which they link (and the pages to which those
 pages link, and so on, but usually down only a few levels).  This spidering software uses the same type of technology that commercial Web search engines use.  
\par While useful in expanding the number of relevant URLs, the ability to retrieve additional pages
 through this approach is limited by the architectural feature of the Web that page-to-page links tend to converge rather than diverge.  That means that the more pages from which one spiders downward through links, the smaller the proportion of new sites 
o
ne will uncover; if spidering the links of 1000 sites retrieved through a search engine or Web directory turns up 500 additional distinct adult sites, spidering an additional 1000 sites may turn up, for example, only 250 additional distinct sites, and the
 proportion of new sites uncovered will continue to diminish as more pages are spidered.  
\par These limitations on the technology used to harvest a set of URLs for review will necessarily lead to substantial underblocking of material with respect to both the category definitions employed by filtering software companies and CIPA\rquote 
s definitions of visual depictions that are obscene, child pornography, or harmful to minors.  
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The \'93Winnowing\'94 or Categorization Phase}{\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Winnowing or Categorization Phase}}}{\fs26 
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f29\fs26 
Once the URLs have been harvested, some filtering software companies use automated key word analysis tools to evaluate the content and/or features of Web sites or pages accessed via a particular URL and to tentatively prioritize or catego
rize them.  This process may be characterized as \'93winnowing\'94 the harvested URLs.}{\fs26   }{\b\f29\fs26 
Automated systems currently used by filtering software vendors to prioritize, and to categorize or tentatively categorize the content and/or features of a Web site or page ac
cessed via a particular URL operate by means of (1) simple key word searching, and (2) the use of statistical algorithms that rely on the frequency and structure of various linguistic features in a Web page\rquote 
s text.  The automated systems used to categorize pages do not include image recognition technology.}{\fs26 
  All of the filtering companies deposed in the case also employ human review of some or all collected Web pages at some point during the process of categorizing Web pages.  As with the harvesting process,
 each technique employed in the winnowing process is subject to limitations that can result in both overblocking and underblocking.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
First, simple key-word-based filters are subject to the obvious limitation that no string of words can iden
tify all sites that contain sexually explicit content, and most strings of words are likely to appear in Web sites that are not properly classified as containing sexually explicit content.  As noted above, filtering software companies also use more sophis
t
icated automated classification systems for the statistical classification of texts.  These systems assign weights to words or other textual features and use algorithms to determine whether a text belongs to a certain category.  These algorithms sometimes
 make reference to the position of a word within a text or its relative proximity to other words.  The weights are usually determined by machine learning methods (often described as \'93artificial intelligence\'94
).  In this procedure, which resembles an automated form of trial and error, a system is given a \'93training set\'94
 consisting of documents preclassified into two or more groups, along with a set of features that might be potentially useful in classifying the sets.  The system then \'93learns\'94 rules that assign 
weights to those features according to how well they work in classification, and assigns each new document to a category with a certain probability.  
\par }{\b\f29\fs26 Notwithstanding their \'93artificial intelligence\'94 description, automated text classification systems are un
able to grasp many distinctions between types of content that would be obvious to a human.  And of critical importance, no presently conceivable technology can make the judgments necessary to determine whether a visual depiction fits the legal definitions
 of obscenity, child pornography, or harmful to minors.  }{\fs26 
\par Finally, all the filtering software companies deposed in this case use some form of human review in their process of winnowing and categorizing Web pages, although one company admitted to categorizing some Web pages without any human review}{.  }{\fs26 
SmartFilter states that \'93the final categorization of every Web site is done by a human reviewer.\'94  Another filtering company asserts that of the 10,000 to 30,000 Web pages that enter the \'93work queue\'94 to be catego
rized each day, two to three percent of those are automatically categorized by their PornByRef system (which only applies to materials classified in the pornography category), and the remainder are categorized by human review.   SurfControl also states th
at no URL is ever added to its database without human review.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Human review of Web pages has the advantage of allowing more nuanced, if not more accurate, interpretations than automated classification systems are capable of making, but suffers from its own sources of error.  }{\b\f29\fs26 
The filtering software companies involved here have limited staff, of between eight and a few dozen people, available for hand reviewing Web pages.  The reviewers that are employed by these companies base their categoriza
tion decisions on both the text and the visual depictions that appear on the sites or pages they are assigned to review.  Human reviewers generally focus on English language Web sites, and are generally not required to be multi-lingual.  
\par Given the speed a
t which human reviewers must work to keep up with even a fraction of the approximately 1.5 million pages added to the publicly indexable Web each day, human error is inevitable.  Errors are likely to result from boredom or lack of attentiveness, overzealo
usness, or a desire to \'93err on the side of caution\'94 by screening out material that might be offensive to some customers, even if it does not fit within any of the company\rquote 
s category definitions.  None of the filtering companies trains its reviewers in the l
egal definitions concerning what is obscene, child pornography, or harmful to minors, and none instructs reviewers to take community standards into account when making categorization decisions. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f29\fs26 
Perhaps because of limitations on the number of human reviewers and because of the large number of new pages that are added to the Web every day, filtering companies also widely engage in the practice of categorizing entire Web sites at the \'93root URL,
\'94 rat
her than engaging in a more fine-grained analysis of the individual pages within a Web site.  For example, the filtering software companies deposed in this case all categorize the entire Playboy Web site as Adult, Sexually Explicit, or Pornography.  They 
do not differentiate between pages within the site containing sexually explicit images or text, and for example, pages containing no sexually explicit content, such as the text of interviews of celebrities or politicians.  If the \'93root\'94 or \'93
top-level\'94 URL of a Web site is given a category tag, then access to all content on that Web site will be blocked if the assigned category is enabled by a customer.  
\par In some cases, whole Web sites are blocked because the filtering companies focus only on the content of t
he home page that is accessed by entering the root URL.  Entire Web sites containing multiple Web pages are commonly categorized without human review of each individual page on that site.  Web sites that may contain multiple Web pages and that require aut
hentication or payment for access are commonly categorized based solely on a human reviewer\rquote s evaluation of the pages that may be viewed prior to reaching the authentication or payment page.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f29\fs26 
Because there may be hundreds or thousands of pag
es under a root URL, filtering companies make it their primary mission to categorize the root URL, and categorize subsidiary pages if the need arises or if there is time.  This form of overblocking is called \'93inheritance,\'94
 because lower-level pages inherit the categorization of the root URL without regard to their specific content.  In some cases, \'93reverse inheritance\'94
 also occurs, i.e., parent sites inherit the classification of pages in a lower level of the site.  This might happen when pages with sexual content appear in a Web site that is devoted primarily to non-sexual content.  For example, N2H2\rquote 
s Bess filtering product classifies every page in the Salon.com Web site, which contains a wide range of news and cultural commentary, as \'93Sex, Profanity,\'94 based on the fact that the site includes a regular column that deals with sexual issues.

\par Blocking by both domain name and IP address is another practice in which filtering companies engage that is a function both of the architecture of the Web and of the exigencies of dealing with the rapidly expanding number of Web pages.  }{\fs26 
The category lists maintained by filtering software companies can include URLs in either their human-readable domain name address form, their numeric IP address form, or both. }{\b\f29\fs26  Through \'93virtual hosting\'94
 services, hundreds of thousands of Web sites with distinct domain names may share a single numeric IP address.  To the extent that filtering companies block the IP addresses of virtual hosting services, they will necessarily block a substanti
al amount of content without reviewing it, and will likely overblock a substantial amount of content.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f29\fs26 
Another technique that filtering companies use in order to deal with a structural feature of the Internet is blocking the root level URLs of so-called \'93loophole\'94
 Web sites.  These are Web sites that provide access to a particular Web page, but display in the user\rquote s browser a URL that is different from the URL with which the particular page is usually associated.  Because of this feature, they provide a 
\'93loophole\'94 that can be used to get around filtering software, i.e., they display a URL that is different from the one that appears on the filtering company\rquote s control list.  \'93Loophole\'94
 Web sites include caches of Web pages that have been removed from their original location, \'93anonymizer\'94 sites, and translation sites.  }{\fs26 
\par Caches are archived copies that some search engines, such as Google, keep of the Web pages they index.  The cached copy stored by Google will have a URL that is different from the
 original URL.  Because Web sites often change rapidly, caches are the only way to access pages that have been taken down, revised, or have changed their URLs for some reason.  For example, a magazine might place its current stories under a given URL, and
 replace them monthly with new stories.  If a user wanted to find an article published six months ago, he or she would be unable to access it if not for Google\rquote s cached version.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Some sites on the Web serve as a proxy or intermediary between a user and another Web page.  When using a proxy server, a user does not access the page from its original URL, but rather from the URL of the proxy server.  One type of proxy service is an 
\'93anonymizer.\'94  Users may access Web sites indirectly via an anonymizer when they do not want the Web site they are visiting to be able to determine the IP address from which they are accessing the site, or to leave \'93cookies\'94 on their browser.}
{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   A \'93cookie\'94 is \'93
a small file or part of a file stored on a World Wide Web user\rquote 
s computer, created and subsequently read by a Web site server, and containing personal information (as a user identification code, customized preferences, or a record of pages visited).\'94  }{\i\fs26 Merriam-Webster\rquote s Collegiate Dictionary}{
\fs26 , }{\i\fs26 available at }{\cs23\fs26\ul\cf2 http://www.m-w.com/dictionary.htm}{\cs23\fs26\cf2 .}{\fs26  }}}{\fs26 
  Some proxy servers can be used to attempt to translate Web page content from one language to another.  Rather than directly accessing the original Web page in its original language, users can instead indirectly access the p
age via a proxy server offering translation features. }{\b\f29\fs26 
\par As noted above, filtering companies often block loophole sites, such as caches, anonymizers, and translation sites.  The practice of blocking loophole sites necessarily results in a significant amount 
of overblocking, because the vast majority of the pages that are cached, for example, do not contain content that would match a filtering company\rquote 
s category definitions.  Filters that do not block these loophole sites, however, may enable users to access any URL on the Web via the loophole site, thus resulting in substantial underblocking. 
\par {\listtext\pard\plain\s20 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The Process for \'93Re-Reviewing\'94 Web Pages After Their Initial Categorization}{\pard\plain \s20\qc \fi-720\li2880\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2880\faauto\ls1\ilvl3\outlinelevel3\rin0\lin2880\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Process for Re-Reviewing Web Pages After Their Initial Categorization}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Most
 filtering software companies do not engage in subsequent reviews of categorized sites or pages on a scheduled basis.  Priority is placed on reviewing and categorizing new sites and pages, rather than on re-reviewing already categorized sites and pages.  
Typically, a filtering software vendor\rquote 
s previous categorization of a Web site is not re-reviewed for accuracy when new pages are added to the Web site.  To the extent the Web site was previously categorized as a whole, the new pages added to the site usual
ly share the categorization assigned by the blocking product vendor. }{\b\f29\fs26  This necessarily results in both over- and underblocking, because, as noted above, the content of Web pages and Web sites changes relatively rapidly. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f29\fs26 In addition to the c
ontent on Web sites or pages changing rapidly, Web sites themselves may disappear and be replaced by sites with entirely different content.  If an IP address associated with a particular Web site is blocked under a particular category and the Web site goe
s out of existence, then the IP address likely would be reassigned to a different Web site, either by an Internet service provider or by a registration organization, such as the American Registry for Internet Numbers, }{\b\i\f29\fs26 see }{
\cs23\b\f29\fs26\ul\cf1 http://www.arin.net}{\b\f29\fs26 .  In that case,
 the site that received the reassigned IP address would likely be miscategorized.   Because filtering companies do not engage in systematic re-review of their category lists, such a site would likely remain miscategorized unless someone submitted it to th
e filtering company for re-review, increasing the incidence of over- and underblocking.  
\par This failure to re-review Web pages primarily increases a filtering company\rquote s rate of overblocking.  However, if a filtering company does not re-review Web pages after
 it determines that they do not fall into any of its blocking categories, then that would result in underblocking (because, for example, a page might add sexually explicit content).   
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   The Inherent Tradeoff Between Overblocking and Underblocking}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  The Inherent Tradeoff Between Overblocking and Underblocking}}}{\fs26  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 There is an inherent tradeoff between any filter\rquote s rate of overblocking (which information scientists also call \'93precision\'94) and its rate of underblocking (which is also referr
ed to as \'93recall\'94).  The rate of overblocking or precision is measured by the proportion of the things a classification system assigns to a certain category that are appropriately classified.  The plaintiffs\rquote 
 expert, Dr. Nunberg, provided the hypothetical 
example of a classification system that is asked to pick out pictures of dogs from a database consisting of 1000 pictures of animals, of which 80 were actually dogs.  If it returned 100 hits, of which 80 were in fact pictures of dogs, and the remaining 20
 were pictures of cats, horses, and deer, we would say that the system identified dog pictures with a precision of 80%.  This would be analogous to a filter that overblocked at a rate of 20%.  
\par The recall measure involves determining what proportion of the 
actual members of a category the classification system has been able to identify.  For example, if the hypothetical animal-picture database contained a total of 200 pictures of dogs, and the system identified 80 of them and failed to identify 120, it woul
d have performed with a recall of 40%.  This would be analogous to a filter that underblocked 60% of the material in a category.  
\par In automated classification systems, there is always a tradeoff between precision and recall.  In the animal-picture example, 
the recall could be improved by using a looser set of criteria to identify the dog pictures in the set, such as any animal with four legs, and all the dogs would be identified, but cats and other animals would also be included, with a resulting loss of pr
ecision.  The same tradeoff exists between rates of overblocking and underblocking in filtering systems that use automated classification systems.  For example, an automated system that classifies any Web page that contains the word \'93sex\'94
 as sexually explicit will underblock much less, but overblock much more, than a system that classifies any Web page containing the phrase \'93free pictures of people having sex\'94 as sexually explicit.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
This tradeoff between overblocking and underblocking also applies not just to automated classification systems, but also to filters that use only human review.  Given the approximately two billion pages that exist on the Web, the 1.5 million new pages tha
t
 are added daily, and the rate at which content on existing pages changes, if a filtering company blocks only those Web pages that have been reviewed by humans, it will be impossible, as a practical matter, to avoid vast amounts of underblocking.  Techniq
ues used by human reviewers such as blocking at the IP address level, domain name level, or directory level reduce the rates of underblocking, but necessarily increase the rates of overblocking, as discussed above. 
\par To use a simple example, it would be easy
 to design a filter intended to block sexually explicit speech that completely avoids overblocking.  Such a filter would have only a single sexually explicit Web site on its control list, which could be re-reviewed daily to ensure that its content does no
t
 change.  While there would be no overblocking problem with such a filter, such a filter would have a severe underblocking problem, as it would fail to block all the sexually explicit speech on the Web other than the one site on its control list.  Similar
l
y, it would also be easy to design a filter intended to block sexually explicit speech that completely avoids underblocking.  Such a filter would operate by permitting users to view only a single Web site, e.g., the Sesame Street Web site.  While there wo
uld be no underblocking problem with such a filter, it would have a severe overblocking problem, as it would block access to millions of non-sexually explicit sites on the Web other than the Sesame Street site.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 While it is thus quite simple
 to design a filter that does not overblock, and equally simple to design a filter that does not underblock, it is currently impossible, given the Internet\rquote 
s size, rate of growth, rate of change, and architecture, and given the state of the art of automate
d classification systems, to develop a filter that neither underblocks nor overblocks a substantial amount of speech.  The more effective a filter is at blocking Web sites in a given category, the more the filter will necessarily overblock.  Any filter th
at is reasonably effective in preventing users from accessing sexually explicit content on the Web will necessarily block substantial }{\b\f29\fs26 amounts of non-sexually explicit speech.  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 4.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Attempts to Quantify Filtering Programs\rquote  Rates of Over- and Underblocking}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Attempts to Quantify Filtering Programs\rquote  Rates of Over- and Underblocking}}}{\fs26  
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The government presented three studies, two from expert witnesses, and one from a librarian fact witness who conducted a study using Internet use logs from his own library, 
that attempt to quantify the over- and underblocking rates of five different filtering programs.  The plaintiffs presented one expert witness who attempted to quantify the rates of over- and underblocking for various programs.  Each of these attempts to q
uantify rates of over- and underblocking suffers from various methodological flaws.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The fundamental problem with calculating over- and underblocking rates is selecting a universe of Web sites or Web pages to serve as the set to be tested.  
The studies that the parties submitted in this case took two different approaches to this problem.  Two of the studies, one prepared by the plaintiffs\rquote 
 expert witness Chris Hunter, a graduate student at the University of Pennsylvania, and the other prepared by the defendants\rquote 
 expert, Chris Lemmons of eTesting Laboratories, in Research Triangle Park, North Carolina, approached this problem by compiling two separate lists of Web sites, one of URLs that they deemed should be blocked according to the filters\rquote  c
riteria, and another of URLs that they deemed should not be blocked according to the filters\rquote  criteria.  They compiled these lists by choosing Web sites from the results of certain key word searches.}{\cs15\fs26\super \chftn {\footnote \pard\plain 
\ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   Hunter drew three different \'93samples\'94 for his test.  The first consisted of \'93
50 randomly generated Web pages from the Webcrawler search engine.\'94  The \'93second sample of 50 Web pages was drawn from searches for the terms \lquote yahoo, warez, hotmail, sex, and MP3,\rquote  using the AltaVista.com search engine.\'94  And the 
\'93final sample of 100 Web sites was drawn from the sites of organizations who filed amicus briefs in support of the ACLU\rquote s challenges to the Community [sic] Decency Act (CDA) and COPA [the Children\rquote 
s Online Protection Act], and from Internet portals, pol
itical Web sites, feminist Web sites, hate speech sites, gambling sites, religious sites, gay pride/homosexual sites, alcohol, tobacco, and drug sites, pornography sites, new sites, violent game sites, safe sex sites, and pro and anti-abortion sites liste
d on the popular Web directory, Yahoo.com.\'94 
\par }\pard \ql \fi720\li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Lemmons testified that he compiled the list of sexually explicit sites that should have been blocked by entering the terms \'93
free adult sex, anal sex, oral sex, fisting lesbians, gay sex, interracial sex, big tits, blow job, shaved pussy, and bondage\'94 into the Google search engine and then \'93surfing\'94
 through links from pages generated by the list of sites that the search engine returned.  Using this method, he compiled a list of 197 sites that he determined should be blocked according to the filtering programs\rquote 
 category definitions.  Lemmons also attempted to compile a list of \'93sensitive\'94 Web sites that, although they should not have been blocked according to the filtering programs\rquote  category definitions, might have b
een mistakenly blocked.  In order to do this, he used the same method of entering terms into the Google search engine and surfing through the results.  He used the following terms to compile this list: \'93
breast feeding, bondages, fetishes, ebony, gay issues, women\rquote 
s health, lesbian, homosexual, vagina, vaginal dryness, pain, anal cancer, teen issues, safe sex, penis, pregnant, interracial, sex education, penis enlargement, breast enlargement, . . . and shave.\'94 }}}{\fs26 
  The problem with this selection method is that it is neither random, nor does it necessarily approximate the universe of Web pages that library patrons visit.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The two other studies, one by David Biek, head librarian at the Tacoma Public Library\rquote s main branch, and one by Cory Finnell 
of Certus Consulting Group, of Seattle, Washington, chose actual logs of Web pages visited by library patrons during specific time periods as the universe of Web pages to analyze.  This method, while surely not as accurate as a truly random sample of the 
i
ndexed Web would be (assuming it would be possible to take such a sample), has the virtue of using the actual Web sites that library patrons visited during a specific period.  Because library patrons selected the universe of Web sites that Biek and Finnel
l\rquote s studies analyzed, this removes the possibility of bias resulting from the study author\rquote 
s selection of the universe of sites to be reviewed.  We find that the Lemmons and Hunter studies are of little probative value because of the methodology used to sel
ect the sample universe of Web sites to be tested.  We will therefore focus on the studies conducted by Finnell and Biek in trying to ascertain estimates of the rates of over- and underblocking that takes place when filters are used in public libraries.  

\par The government hired expert witness Cory Finnell to study the Internet logs compiled by the public libraries systems in Tacoma, Washington; Westerville, Ohio; and Greenville, South Carolina.}{  }{\fs26 
Each of these libraries uses filtering software that keeps a log
 of information about individual Web site requests made by library patrons.  Finnell, whose consulting firm specializes in data analysis, has substantial experience evaluating Internet access logs generated on networked systems.  He spent more than a year
 developing a reporting tool for N2H2, and, in the course of that work, acquired a familiarity with the design and operation of Internet filtering products. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The Tacoma library uses Cyber Patrol filtering software, and logs information only o
n sites that were blocked.  Finnell worked from a list of all sites that were blocked in the Tacoma public library in the month of August 2001.  The Westerville library uses the Websense filtering product, and logs information on both blocked sites and no
n
-blocked sites.  When the logs reach a certain size, they are overwritten by new usage logs.  Because of this overwriting feature, logs were available to Finnell only for the relatively short period from October 1, 2001 to October 3, 2001.  The Greenville
 library uses N2H2\rquote 
s filtering product and logs both blocked sites and sites that patrons accessed.  The logs contain more than 500,000 records per day.  Because of the volume of the records, Finnell restricted his analysis to the period from August 2, 2001
 to August 15, 2001.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Finnell calculated an overblocking rate for each of the three libraries by examining the host Web site containing each of the blocked pages.  He did not employ a sampling technique, but instead examined each blocked We
b site.  If the contents of a host Web site or the pages within the Web site were consistent with the filtering product\rquote 
s definition of the category under which the site was blocked, Finnell considered it to be an accurate block.  Finnell and three others,
 two of whom were temporary employees, examined the Web sites to determine whether they were consistent with the filtering companies\rquote 
 category definitions.  Their review was, of course, necessarily limited by: (1) the clarity of the filtering companies\rquote  category definitions; (2) Finnell\rquote s and his employees\rquote 
 interpretations of the definitions; and (3) human error.  The study\rquote s reliability is also undercut by the fact that Finnell failed to archive the blocked Web pages as they existed either at the point tha
t a patron in one of the three libraries was denied access or when Finnell and his team reviewed the pages.  It is therefore impossible for anyone to check the accuracy and consistency of Finnell\rquote 
s review team, or to know whether the pages contained the same content when the block occurred as they did when Finnell\rquote 
s team reviewed them.  This is a key flaw, because the results of the study depend on individual determinations as to overblocking and underblocking, in which Finnell and his team were required to
 compare what they saw on the Web pages that they reviewed with standard definitions provided by the filtering company.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Tacoma library\rquote 
s Cyber Patrol software blocked 836 unique Web sites during the month of August.  Finnell determined that 783 of those blocks were accurate and that 53 were inaccurate.}{\cs15\fs26\super \chftn {\footnote \pard\plain 
\ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
  If separate patrons attempted to reach the same Web site, or one or more patrons attempted to access more than one page on a single Web site, Finnell counted these attempts as a singl
e block.  For example, the total number of blocked requests for Web pages at Tacoma Library during the logged period was 2,812, but Finnell counted this as only 895 blocks of unique Web sites.  Of the 895 unique blocked sites, Finnell was unable to access
 59, yielding 836 unique blocked sites for his team to review.  }}}{\fs26   The error rate for Cyber Patrol was therefore estimated to be 6.34%, and the true error rate was estimated with 95% confidence to lie within the range of 4.69% to 7.99%.}{
\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   The confiden
ce intervals that Finnell calculated represent the range of percentages within which we can be 95% confident that the actual rate of overblocking in that particular library falls.  We note that these confidence intervals assume that the time period for wh
ich the study assessed the library\rquote s internet logs constitutes a random and representative sample.  }}}{\fs26   Finnell and his team reviewed 185 unique Web sites that were blocked by Westerville Library\rquote 
s Websense filter during the logged period and determined that 158 of them were accurate and that 27 of them were inaccurate.  He therefore estimated the Websense filter\rquote 
s overblocking rate at 14.59% with a 95% confidence interval of 9.51% to 19.68%.  Additionally, Finnell examined 1,674 unique Web sites that were blocked by the Greenville Library\rquote 
s N2H2 filter during the relevant period and determined that 1,520 were accurate and that 87 were inaccurate.  This yields an estimated overblocking rate of 5.41% and a 95% confidence interval of 4.33% to 6.55%.
\par Finnell\rquote s me
thodology was materially flawed in that it understates the rate of overblocking for the following reasons.  First, patrons from the three libraries knew that the filters were operating, and may have been deterred from attempting to access Web sites that t
hey perceived to be \'93borderline\'94 sites, i.e., those that may or may not have been appropriately filtered according to the filtering companies\rquote 
 category definitions.  Second, in their cross-examination of Finnell, the plaintiffs offered screen shots of a num
ber of Web sites that, according to Finnell, had been appropriately blocked, but that Finnell admitted contained only benign materials.  Finnell\rquote 
s explanation was that the Web sites must have changed between the time when he conducted the study and the tim
e of the trial, but because he did not archive the images as they existed when his team reviewed them for the study, there is no way to verify this.  Third, because of the way in which Finnell counted blocked Web sites \endash 
 i.e., if separate patrons attempted to reach the same Web site, or one or more patrons attempted to access more than one page on a single Web site, Finnell counted these attempts as a single block, }{\i\fs26 see supra }{\fs26 note 10 \endash 
 his results necessarily understate the number of times that patrons were erroneously denied access to information.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
At all events, there is no doubt that Finnell\rquote s estimated rates of overblocking, which are based on the filtering companies\rquote  own category definitions, significantly understate the rate of overblocking with respect to CIPA\rquote 
s category definitions for filtering for adults.  The filters used in the Tacoma, Westerville, and Greenville libraries were configured to block, among other things, images of full nudity and sexually explicit materials.  There is 
no dispute, however, that these categories are far broader than CIPA\rquote s categories of visual depictions that are obscene, or child pornography, the two categories of material that libraries subject to CIPA must certify that they filter during adults
\rquote  use of the Internet.  
\par Finnell\rquote s study also calculated underblocking rates with respect to the Westerville and Greenville Libraries (both of which logged not only thei
r blocked sites, but all sites visited by their patrons), by taking random samples of URLs from the list of sites that were not blocked.  The study used a sample of 159 sites that were accessed by Westerville patrons and determined that only one of them s
hould have been blocked under the software\rquote 
s category definitions, yielding an underblocking rate of 0.6%.  Given the size of the sample, the 95% confidence interval is 0% to 1.86%.  The study examined a sample of 254 Web sites accessed by patrons in Greenv
ille and found that three of them should have been blocked under the filtering software\rquote s category definitions.  This results in an estimated underblocking rate of 1.2% with a 95% confidence interval ranging from 0% to 2.51%.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 We do not credit Finnell\rquote 
s estimates of the rates of underblocking in the Westerville and Greenville public libraries for several reasons.  First, }{\b\f29\fs26 Finnell\rquote 
s estimates likely understate the actual rate of underblocking because patrons, who knew that filtering programs w
ere operating in the Greenville and Westerville Libraries, may have refrained from attempting to access sites with sexually explicit materials, or other contents that they knew would probably meet a filtering program\rquote 
s blocked categories.  Second, and most
 importantly, we think that the formula that Finnell used to calculate the rate of underblocking in these two libraries is not as meaningful as the formula that information scientists typically use to calculate a rate of recall}{\fs26 
, which we describe above in 
Subsection II.E.3.  As Dr. Nunberg explained, the standard method that information scientists use to calculate a rate of recall is to sort a set of items into two groups, those that fall into a particular category (e.g., those that should have been blocke
d by a filter) and those that do not.  The rate of recall is then calculated by dividing the number of items that the system correctly identified as belonging to the category by the total number of items in the category.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 In the example abov
e, we discussed a database that contained 1000 photographs.  Assume that 200 of these photographs were pictures of dogs.  If, for example, a classification system designed to identify pictures of dogs }{\b\f29\fs26 
identified 80 of the dog pictures and failed to identify 120, it would have performed with a recall rate of 40%.  This would be analogous to a filter that underblocked at a rate of 60%.}{\fs26 
  To calculate the recall rate of the filters in the Westerville and Greenville public libraries in accordance with the standard method described above, Finnell should have taken a sample of sites from the libraries\rquote 
 Internet use logs (including both sites that were blocked and sites that were not), and divided the number of sites in the sample that the filter incorrectly failed 
to block by the total number of sites in the sample that should have been blocked.  What Finnell did instead was to take a sample of sites that were not blocked, and divide the total number of sites in this sample by the number of sites in the sample that
 
should have been blocked.  This made the denominator that Finnell used much larger than it would have been had he used the standard method for calculating recall, consequently making the underblocking rate that he calculated much lower than it would have 
been under the standard method.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
  To illustrate the two different methods, consider a random sample of 1010 web sites taken from a library\rquote s Internet use log, 10 of which fall within the category that a filter is intended to block (e.g., pornography),
 and suppose that the filter incorrectly failed to block 2 of the 10 sites that it should have blocked and did not block any sites that should not have been blocked.  The standard method of quantifying the rate of underblocking would divide the number of 
sites in the sample that the filter incorrectly failed to block by the number of sites in the sample that the filter should have blocked, yielding an underblocking rate in this example of 20%.  Finnell\rquote 
s study, however, calculated the underblocking rate by 
dividing the number of sites that the filter incorrectly failed to block by the total number of sites in the sample that were not blocked (whether correctly or incorrectly) yielding an underblocking rate in this example of only .2%.}{\b\f29\fs26   }}}{
\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f29\fs26 Moreo
ver, despite the relatively low rates of underblocking that Finnell\rquote 
s study found, librarians from several of the libraries proffered by defendants that use blocking products, including Greenville, Tacoma, and Westerville, testified that there are instances of underblocking in their libraries.  }{\fs26 
No quantitative evidence was presented comparing the effectiveness of filters and other alternative methods used by libraries to prevent patrons from accessing visual depictions that are obscene, child pornography, o
r in the case of minors, harmful to minors.  
\par Biek undertook a similar study of the overblocking rates that result from the Tacoma Library\rquote s use of the Cyber Patrol software.  He began with the 3,733 individual blocks that occurred in the Tacoma Library in
 October 2000 and drew from this data set a random sample of 786 URLs.  He calculated two rates of overblocking, one with respect to the Tacoma Library\rquote s policy on Internet use \endash  that the pictorial content of the site may not include \'93
graphic materials depicting full nudity and sexual acts which are portrayed obviously and exclusively for sensational or pornographic purposes\'94 \endash  and the other with respect to Cyber Patrol\rquote 
s own category definitions.  He estimated that Cyber Patrol overblocked 4% of all Web pages in October 2000 with respect to the definitions of the Tacoma Library\rquote s Internet Policy and 2% of all pages with respect to Cyber Patrol\rquote 
s own category definitions.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
 According to Biek, the sample size that he used yielded a 95% confidence interval of plus or minus 3.11%.   }}}{\fs26   
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
It is difficult to determine how reliable Biek\rquote s conclusions are, because he did not keep records of the raw data that he used in his study; nor did he archive images of the Web pages as they looked when he ma
de the determination whether they were properly classified by the Cyber Patrol program.  Without this information, it is impossible to verify his conclusions (or to undermine them).  And Biek\rquote s study certainly understates Cyber Patrol\rquote 
s overblocking rate for some of the same reasons that Finnell\rquote s study likely understates the true rates of overblocking used in the libraries that he studied. 
\par We also note that Finnell\rquote s study, which analyzed a set of Internet logs from the Tacoma Library during which the sam
e filtering program was operating with the same set of blocking categories enabled, found a significantly higher rate of overblocking than the Biek study did.  Biek found a rate of overblocking of approximately 2% while the Finnell study estimated a 6.34%
 rate of overblocking.  At all events, the category definitions employed by CIPA, at least with respect to adult use \endash  visual depictions that are obscene or child pornography \endash 
 are narrower than the materials prohibited by the Tacoma Library policy, and therefore Biek\rquote s study understates the rate of overblocking with respect to CIPA\rquote s definitions for adults.  
\par In sum, we think that Finnell\rquote s study, while we do not credit its estimates of underblocking, is useful because it states lower bounds with respect to
 the rates of overblocking that occurred when the Cyber Patrol, Websense, and N2H2 filters were operating in public libraries.  While these rates are substantial \endash  between nearly 6% and 15% \endash 
 we think, for the reasons stated above, that they greatly unders
tate the actual rates of overblocking that occurs, and therefore cannot be considered as anything more than minimum estimates of the rates of overblocking that happens in all filtering programs.  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 5.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Methods of Obtaining Examples of Erroneously Blocked Web Sites}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Methods of Obtaining Examples of Erroneously Blocked Web Sites}}}{\fs26  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The plaintiffs assembled a list of several thousand Web sites that they contend were, at the time of the study, likely to have been erroneously blocked by one o
r more of four major commercial filtering programs: SurfControl Cyber Patrol 6.0.1.47, N2H2 Internet Filtering 2.0, Secure Computing SmartFilter 3.0.0.01, and Websense Enterprise 4.3.0.  They compiled this list using a two-step process.  First, Benjamin E
d
elman, an expert witness who testified before us, compiled a list of more than 500,000 URLs and devised a program to feed them through all four filtering programs in order to compile a list of URLs that might have been erroneously blocked by one or more o
f the programs.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
  Edelman is a Harvard University student and a systems administrator and multimedia specialist at the Berkman Center for Internet and Society at Harvard Law School.  Despite Edelman\rquote s young age, he has been doing consulting work on In
ternet-related issues for nine years, since he was in junior high school.  }}}{\fs26 
   Second, Edelman forwarded subsets of the list that he compiled to librarians and professors of library science whom the plaintiffs had hired to review the blocked sites for suitability in the public library context.  
\par Edelman assembled the list of URLs by compiling Web pages that were blocked by the following categories in the four programs: Cyber Patrol: Adult/Sexually Explicit; N2H2: Adults Only, Nudity, Pornography, and Sex, with \'93exceptions\'94
 engaged in the categories of Education, For Kids, History, Medical, Moderated, and Text/Spoken Only; SmartFilter: Sex, Nudity, Mature, and Extreme; Websense: Adult Content, Nudity, and Sex.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Edelman then assembled a databas
e of Web sites for possible testing.  He derived this list by automatically compiling URLs from the Yahoo index of Web sites, taking them from categories from the Yahoo index that differed significantly from the classifications that he had enabled in each
 of the blocking programs (taking, for example, Web sites from Yahoo\rquote s \'93Government\'94 category).  He then expanded this list by entering URLs taken from the Yahoo index into the Google search engine\rquote s \'93related\'94
 search function, which provides the user with a list of similar sites.  Edelman also included and excluded specific Web sites at the request of the plaintiffs\rquote  counsel.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Taking the list of more than 500,000}{
\b\fs26  }{\fs26 URLs that he had compiled, Edelman used an automated system that he had developed
 to test whether particular URLs were blocked by each of the four filtering programs.  This testing took place between February and October 2001.  He recorded the specific dates on which particular sites were blocked by particular programs, and, using com
mercial archiving software, archived the contents of the home page of the blocked Web sites (and in some instances the pages linked to from the home page) as it existed when it was blocked.}{\cs15\fs26\super \chftn {\footnote \pard\plain 
\ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   The archiving process in some cases took up to 48 hours from when the page was blocked.  }}}{
\fs26   Through this process, Edelman, whose testimony we credit, compiled a list of 6,777 URLs that were blocked by one or more of the four programs.  Because these sites were chosen from categories from the Yahoo directory that w
ere unrelated to the filtering categories that were enabled during the test (i.e., \'93Government\'94 vs. \'93Nudity\'94
), he reasoned that they were likely erroneously blocked.  As explained in the margin, Edelman repeated his testing and discovered that Cyber Patrol
 had unblocked most of the pages on the list of 6,777 after he had published the list on his Web site.  His records indicate that an employee of SurfControl (the company that produces Cyber Patrol software) accessed his site and presumably checked out the
 URLs on the list, thus confirming Edelman\rquote s judgment that the majority of URLs on the list were erroneously blocked.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   }{\b\f29\fs26 In October 2001, Edelman published the results of his initial testing on his Web site.  In February and March 2002 he repeated his 
testing of the 6,777 URLs originally found to be blocked by at least one of the blocking products, in order to determine whether and to what extent the blocking product vendors had corrected the mistakes that he publicized.  Of those URLs blocked by N2H2 
i
n the October 2001 testing, 55.10% remained blocked when tested by Edelman in March 2002.  Of those URLs blocked by Websense in the October 2001 testing, 76.28% remained blocked when tested by Edelman in February 2002.  Of those URLs blocked by SurfContro
l\rquote s Cyber Patrol product, only 7.16% remained blocked, i.e., Cyber Patrol had unblocked almost 93% of the Web pages originally blocked.  Because the results posted to his Web site were accessed by an employee of SurfControl (as evidenced by Edelman
\rquote s records of who was accessing his Web site), we infer that Cyber Patrol had determined that 93% of all 6,777 pages, or 6,302 Web pages, were originally wrongly blocked by the product.}}}{\fs26 
\par Edelman forwarded the list of blocked sites to Dr. Joseph Janes, an Assistant 
Professor in the Information School of the University of Washington who also testified at trial as an expert witness.  Janes reviewed the sites that Edelman compiled to determine whether they are consistent with library collection development, i.e., wheth
er they are sites to which a reference librarian would, consistent with professional standards, direct a patron as a source of information.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   Two other expert witnesses reviewed subsets of the list of Web pages that Edelman compiled.  Dr. Michael T. R
yan, Director of the Rare Book and Manuscript Library and of the Center for Electronic Text and Image at the University of Pennsylvania, reviewed a list of 204 sites that Edelman forwarded to him in order to determine their appropriateness and usefulness 
in the library setting.  Because the sites that Ryan reviewed were not selected randomly (i.e., they were chosen by plaintiffs\rquote 
 counsel), his study says little about the character of the set of 6,777 sites that Edelman compiled, or the total amount of overblocking by the four filtering programs that Edelman used.  
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Anne Lipow, a practicing libr
arian for more than 30 years and the director of a library consulting firm, also reviewed the same list of 204 URLs from the set that Edelman had collected for their appropriateness for a library\rquote 
s collection.  She categorized sites in four different levels according to their appropriateness for a public library\rquote s collection. Again, because these URLs were not selected randomly, Lipow\rquote 
s study is not particularly relevant to the total set that Edelman compiled, or to the total amount of overblocking by the four filtering programs that Edelman used.  
\par }\pard \ql \fi720\li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Although the methodology used to select the list of Web pages that was forwarded to Ryan and Lipow is problematic, Ryan\rquote s and Lipow\rquote 
s testimony established that many of the erroneously blocked sites that Edelman identified would be useful and appropriate sources of information for library patrons.  }}}{\fs26   
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 \sect }\sectd 
\sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Edelman forwarded Janes a list of 6,775 Web sites, almost the entire list of blocked sites that he collected, from which Janes took a 
random sample of 859 using the SPSS statistical software package.  Janes indicated that he chose a sample size of 859 because it would yield a 95% confidence interval of plus or minus 2.5%.  Janes recruited a group of 16 reviewers, most of whom were curre
nt or former students at the University of Washington\rquote s Information School, to help him identify which sites were appropriate for library use.  We describe the process that he used in the margin.}{\cs15\fs26\super \chftn {\footnote \pard\plain 
\ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   All of the reviewers that Janes recruited had some re
levant experience in library reference services or library collection development.  Janes divided the reviewers into two groups, a group of 11 less experienced reviewers, and a group of five more experienced reviewers.  Janes assigned the less experienced
 
group to do a first-round review with the purpose of identifying the most obviously overblocked sites.  The more experienced group was to review the remaining sites (i.e., those that were not obviously overblocked) and to make final decisions regarding th
ese sites.  
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 In the first round, each person evaluated two sets of around 80 sites, and each group was evaluated by two different people.  Each set of sites included the following instructions: 

\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par Look carefully at each of the Web sites on the list.  Please make a notation of any site that appears to meet }{\b\fs26 any }{\fs26 of the following criteria: 
\par 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 a. Contains information similar to that already found in libraries, 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\b\fs26 or 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\b\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 b. Contains information a librarian would want in the library if s/he had unlimited funds to purchase information and unlimited shelf space, 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\b\fs26 or 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\b\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 
c. You would be willing to refer a patron (of any age) to the site if the patron appeared at a reference desk seeking information about the subject of the site.  For this last criterion, we recognize that yo
u might not refer a young child to a Calculus site just because it would not be useful to that child, but you should ignore that factor.  Informational sites, such as a Calculus site, should be noted.  A site that is purely erotica should not be noted.  

\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par Sites that received \'93Yes\'94 votes from both reviewers were determined to be of sufficient interest in a library context and removed from further analysis.  Sites receiving one or two \'93No\'94
 votes would go to the next round.  In the first round, 243 sites received \'93Yes\'94 votes from both reviewers, while 456 sites received one or more \'93No\'94
 votes or could not be found.  These 456 sites were sent forward to the second round of judging.  
\par }\pard \ql \fi720\li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 The instructions for the second-round reviewers were the same as those given to the first-round reviewers, except that in section c, the following sentence was added: \'93
Sites that have a commercial purpose should be included here if they might be of use or interest to someone wishing to buy the product or service or doing research on 
commercial behavior on the Internet, much as most libraries include the Yellow Pages in their collections.\'94  The second round of review produced the following results: 60 sites could not be found (due to broken links, 404 \'93not found\'94
 errors, domain for sale messages, etc.), 231 sites were judged \'93Yes,\'94 and 165 judged \'93No.\'94  }}}{\fs26   Due to the inability of a member of Janes\rquote 
s review team to complete the reviewing process, Janes had to cut 157 Web sites out of the sample, but because the Web sites were randomly as
signed to reviewers, it is unlikely that these sites differed significantly from the rest of the sample.  That left the sample size at 699, which widened the 95% confidence interval to plus or minus 2.8%.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Of the total 699 sites reviewed, Janes
\rquote 
s team concluded that 165 of them, or 23.6% percent of the sample, were not of any value in the library context (i.e., no librarian would, consistent with professional standards, refer a patron to these sites as a source of information).  They were un
able to find 60 of the Web sites, or 8.6% of the sample.  Therefore, they concluded that the remaining 474 Web sites, or 67.8% of the sample, were examples of overblocking with respect to materials that are appropriate sources of information in public lib
r
aries.  Applying a 95% confidence interval of plus or minus 2.8%, the study concluded that we can be 95% confident that the actual percentage of sites in the list of 6,775 sites that are appropriate for use in public libraries is somewhere between 65.0% a
nd 70.6%.  In other words, we can be 95% certain that the actual number of sites out of the 6,775 that Edelman forwarded to Janes that are appropriate for use in public libraries (under Janes\rquote s standard) is somewhere between 4,403 and 4,783.  

\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The government raised some valid criticisms of Janes\rquote s methodology, attacking in particular the fact that, while sites that received two \'93yes\'94 votes in the first round of voting were determined to be of sufficient interest in a library conte
xt to be removed from further analysis, sites receiving one or two \'93no\'94 votes were sent to the next round.  The government also correctly points out that results of Janes\rquote 
s study can be generalized only to the population of 6,775 sites that Edelman forwarded to Janes.  Even taking these criticisms into account, and discounting Janes\rquote s numbers appropriately, we credit Janes\rquote s study as confirming that Edelman
\rquote s set of 6,775 Web sites contains at least a few thousand URLs that were erroneously blocked by one or more of the four filtering programs that he used, whether judged against CIPA\rquote s definitions, the filters\rquote 
 own category criteria, or against the standard that the Janes study used.  Edelman tested only 500,000 unique URLs out of the 4000 times that many, 
or two billion, that are estimated to exist in the indexable Web.  Even assuming that Edelman chose the URLs that were most likely to be erroneously blocked by commercial filtering programs, we conclude that many times the number of pages that Edelman ide
ntified are erroneously blocked by one or more of the filtering programs that he tested.  
\par Edelman\rquote s and Janes\rquote s studies provide numerous specific examples of Web pages that were erroneously blocked by one or more filtering programs.  The Web pages that wer
e erroneously blocked by one or more of the filtering programs do not fall into any neat patterns; they range widely in subject matter, and it is difficult to tell why they may have been overblocked.  The list that Edelman compiled, for example, contains 
Web pages relating to religion, politics and government, health, careers, education, travel, sports, and many other topics.  In the next section, we provide examples from each of these categories.
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 6.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Examples of Erroneously Blocked Web Sites}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Examples of Erroneously Blocked Web Sites}}}{\fs26  
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Several of the erroneously blocked Web sites had content relating to churches, religious orders, religious charities, and religious fellowship organizations.  These included the following Web sites: the Knights of Columbus Council 4828, a Catholic men
\rquote s group associated with St. Patrick\rquote s Church in Fallon, Nevada, }{\cs23\fs26\ul\cf1 http://msnhomepages.talkcity.com/SpiritSt/kofc4828}{\cs23\fs26\cf1 ,}{\fs26  which was blocked by Cyber Patrol in the \'93Adult/Sexually Explicit\'94
 category; the Agape Church of Searcy, Arkansas, }{\cs23\fs26\ul\cf1 http://www.agapechurch.com}{\cs23\fs26\cf1 , which was blocked by Websense as \'93Adult Content\'94}{\fs26 
; the home page of the Lesbian and Gay Havurah of the Long Beach, California Jewish Community Center, }{\fs26\ul http://www.compupix.com/gay/havurah.htm}{\fs26 , which was blocked by N2H2 as \'93Adults Only, Pornography,\'94 by Smartfilter as \'93Sex,\'94
 and by Websense as \'93Sex\'94; Orphanage Emmanuel, a Christian orphanage in Honduras that houses 225 children, }{\cs23\fs26\ul\cf1 http://home8.inet.tele.dk/rfb_viva}{\cs23\fs26\cf1 ,\~which was blocked by Cyber Patrol in the \'93Adult/Sexually Explicit
\'94 category; }{\fs26 Vision Art Online, which sells wooden wall hangings for the home that contain prayers, passages from the Bible, and images of the Star of David, }{\cs23\fs26\ul\cf1 http://www.visionartonline.com}{\cs23\fs26\cf1 
, which was blocked in Websense\rquote s \'93Sex\'94 category; and the home page of Tenzin Palmo, a Buddhist nun, which contained a description of her project to build a Buddhist nunnery and international retreat center for women, }{\cs23\fs26\ul\cf1 
http://www.tenzinpalmo.com}{\cs23\fs26\cf1 , which was categorized as \'93Nudity\'94 by N2H2.}{\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Several blocked sites also contained information about governmental entities or specific political candidates, or contained political commentary.  These included: the Web site for Kelley Ross, a Libertarian candidate for the California State Assembly, }{
\cs23\fs26\ul\cf1 http://www.friesian.com/ross/ca40}{\cs23\fs26\cf1 ,}{\fs26  which N2H2 blocked as \'93Nudity\'94; the Web site for Bob Coughlin, a town selectman in Dedham, Massachusetts, }{\cs23\fs26\ul\cf1 http://www.bobcoughlin.org}{\cs23\fs26\cf1 
, which was blocked under N2H2\rquote s \'93Nudity\'94 category; }{\fs26 a list of Web sites containing information about government and politics in Adams County, Pennsylvania, }{\cs23\fs26\ul\cf1 http://www.geocities.com/adamscopa}{\cs23\fs26\cf1 
, which was blocked }{\fs26 by Websense as \'93Sex\'94; the Web site for Wisconsin Right to Life, }{\cs23\fs26\ul\cf1 http://www.wrtl.org}{\cs23\fs26\cf1 , which N2H2 blocked as \'93Nudity\'94; a Web site that promotes federalism in Uganda, }{
\cs23\fs26\ul\cf1 http://federo.com}{\cs23\fs26\cf1 , which N2H2 blocked as \'93Adults Only, Pornography\'94; \'93Fight the Death Penalty in the USA,\'94 a Danish Web site dedicated to criticizing the American system of capital punishment, }{
\cs23\fs26\ul\cf1 http://www.fdp.dk}{\cs23\fs26\cf1 , which N2H2 blocked as \'93Pornography\'94; and \'93Dumb Laws,\'94 a humor Web site that makes fun of outmoded laws, }{\cs23\fs26\ul\cf1 http://www.dumblaws.com}{\fs26 , which N2H2 blocked under its 
\'93Sex\'94 category.  
\par Erroneously blocked Web sites relating to health issues included the following: a guide to allergies, }{\cs23\fs26\ul\cf1 http://www.x-sitez.com/allergy}{\cs23\fs26\cf1 ,}{\fs26  which was categorized as \'93Adults Only, Pornography\'94
 by N2H2; a health question and answer site sponsored by Columbia University, }{\fs26\ul http://www.goaskalice.com.columbia.edu}{\fs26 , which was blocked as \'93Sex\'94 by N2H2, and as \'93Mature\'94
 by Smartfilter; the Western Amputee Support Alliance Home Page, }{\cs23\fs26\ul\cf1 http://www.usinter.net/wasa}{\cs23\fs26\cf1 ,}{\fs26  which was blocked by N2H2 as \'93Pornography\'94
; the Web site of the Willis-Knighton Cancer Center, a Shreveport, Louisiana cancer treatment facility, }{\cs23\fs26\ul\cf1 http://cancerftr.wkmc.com}{\cs23\fs26\cf1 , which was blocked by Websense under the \'93Sex\'94
 category; and a site dealing with halitosis, }{\cs23\fs26\ul\cf1 http://www.dreamcastle.com/tungs}{\cs23\fs26\cf1 , which was blocked by N2H2 as \'93Adults, Pornography,\'94 by Smartfilter as \'93Sex,\'94 by Cyber Patrol as \'93Adult/Sexually Explicit,
\'94 and by Websense as \'93Adult Content.\'94  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\cs23\fs26\cf1 The }{\fs26 
filtering programs also erroneously blocked several Web sites having to do with education and careers.  The filtering programs blocked two sites that provide information on home schooling.  \'93HomEduStation \endash 
 the Internet Source for Home Education,\'94 }{\cs23\fs26\ul\cf1 http://www.perigee.net/~mcmullen/homedustation/}{\fs26 , was categorized by Cyber Patrol as \'93Adult/Sexually Explicit.\'94  Smartfilter blocked \'93
Apricot: A Web site made by and for home schoolers,\'94 }{\cs23\fs26\ul\cf1 http://apricotpie.com}{\cs23\fs26\cf1 ,}{\fs26  as \'93Sex.\'94  The programs also  miscategorized several career-related sites.  \'93Social Work Search,\'94 }{\cs23\fs26\ul\cf1 
http://www.socialworksearch.com/}{\cs23\fs26\cf1 ,}{\fs26  is a directory for social workers that Cyber Patrol placed in its \'93Adult/Sexually Explicit\'94 category.  The \'93Gay and Lesbian Chamber of Southern Nevada,\'94 }{\cs23\fs26\ul\cf1 
http://www.lambdalv.com}{\cs23\fs26\cf1 ,}{\fs26  \'93}{\b\f29\fs26 a forum for the business community to develop relationships within the Las Vegas lesbian, gay, transsexual, and bisexual community\'94 was blocked by N2H2 as \'93Adults Only, Pornography.
\'94  A site for aspiring dentists, }{\cs23\b\f29\fs26\ul\cf1 http://www.vvm.com/~bond/home.htm}{\cs23\b\f29\fs26\cf1 , was blocked by Cyber Patrol in its \'93Adult/Sexually Explicit\'94 category. 
\par The filtering programs erroneously blocked many travel Web sites, including: the Web site for the Allen Farmhouse Bed & Breakfast of Alleghany County, North Carolina, }{\cs23\b\f29\fs26\ul\cf1 http://planet-nc.com/Beth/index.html}{\cs23\b\f29\fs26\cf1 
, which Websense blocked as \'93Adult Content\'94; Odysseus Gay Travel, a travel company serving gay men, }{\cs23\b\f29\fs26\ul\cf1 http://www.odyusa.com}{\cs23\b\f29\fs26\cf1 , which N2H2 categorized as \'93Adults Only, Pornography\'94
; Southern Alberta Fly Fishing Outfitters, }{\cs23\b\f29\fs26\ul\cf1 http://albertaflyfish.com}{\cs23\b\f29\fs26\cf1 , which N2H2 blocked as \'93Pornography\'94; and \'93Nature and Culture Conscious Travel,\'94 a tour operator in Namibia, }{
\cs23\b\f29\fs26\ul\cf1 http://www.trans-namibia-tours.com}{\cs23\b\f29\fs26\cf1 , which was categorized as \'93Pornography\'94 by N2H2. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\cs23\b\f29\fs26\cf1 
The filtering programs also miscategorized a large number of sports Web sites.  These included: a site devoted to Willie O\rquote Ree, the first African-American player in the National Hockey League, }{\cs23\b\f29\fs26\ul\cf1 http://www.missioncreep.c
om/mw/oree.html}{\cs23\b\f29\fs26\cf1 , which Websense blocked under its \'93Nudity\'94 category; the home page of the Sydney University Australian Football Club, }{\cs23\b\f29\fs26\ul\cf1 http://www.tek.com.au/suafc}{\cs23\b\f29\fs26\cf1 
, which N2H2 blocked as \'93Adults Only, Pornography,\'94 Smartfilter blocked as \'93Sex,\'94 Cyber Patrol blocked as \'93Adult/Sexually Explicit\'94 and Websense blocked as \'93Sex\'94; and a fan\rquote 
s page devoted to the Toronto Maple Leafs hockey team, }{\cs23\b\f29\fs26\ul\cf1 http://www.torontomapleleafs.atmypage.com}{\cs23\b\f29\fs26\cf1 , which N2H2 blocked under the \'93Pornography\'94 category.  }{\b\f29\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 7.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Conclusion: The Effectiveness of Filtering Programs}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Conclusion\: The Effectiveness of Filtering Programs}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Public libraries have adopted a variety of means of dealing with problems created by the provision of Internet access.  The large amount of sexually explicit speech
 that is freely available on the Internet has, to varying degrees, led to patron complaints about such matters as unsought exposure to offensive material, incidents of staff and patron harassment by individuals viewing sexually explicit content on the Int
ernet, and the use of library computers to access illegal material, such as child pornography.  In some libraries, youthful library patrons have persistently attempted to use the Internet to access hardcore pornography.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Those public libraries
 that have responded to these problems by using software filters have found such filters to provide a relatively effective means of preventing patrons from accessing sexually explicit material on the Internet.  Nonetheless, out of the entire universe of s
peech on the Internet falling within the filtering products\rquote 
 category definitions, the filters will incorrectly fail to block a substantial amount of speech.  Thus, software filters have not completely eliminated the problems that public libraries have soug
ht to address by using the filters, as evidenced by frequent instances of underblocking.  Nor is there any quantitative evidence of the relative effectiveness of filters and the alternatives to filters that are also intended to prevent patrons from access
ing illegal content on the Internet.  
\par Even more importantly (for this case), although software filters provide a relatively cheap and effective, albeit imperfect, means for public libraries to prevent patrons from accessing speech that falls within the filters\rquote 
 category definitions, we find that commercially available filtering programs erroneously block a huge amount of speech that is protected by the First Amendment.  Any currently available filtering product that is reasonably effective in preventing use
rs from accessing content within the filter\rquote s category definitions will necessarily block countless thousands of Web pages, the content of which does not match the filtering company\rquote 
s category definitions, much less the legal definitions of obscenity, chil
d pornography, or harmful to minors.  Even Finnell, an expert witness for the defendants, found that between 6% and 15% of the blocked Web sites in the public libraries that he analyzed did not contain content that meets even the filtering products
\rquote  own definitions of sexually explicit content, let alone CIPA\rquote s definitions.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
This phenomenon occurs for a number of reasons explicated in the more detailed findings of fact }{\i\fs26 supra}{\fs26 .  These include limitations on filtering companies\rquote  ability to: (1)
 harvest Web pages for review; (2) review and categorize the Web pages that they have harvested; and (3) engage in regular re-review of the Web pages that they have previously reviewed.  The primary limitations on filtering companies\rquote 
 ability to harvest We
b pages for review is that a substantial majority of pages on the Web are not indexable using the spidering technology that Web search engines use, and that together, search engines have indexed only around half of the Web pages that are theoretically ind
exable.  The fast rate of growth in the number of Web pages also limits filtering companies\rquote  ability to harvest pages for review.  These shortcomings necessarily result in significant underblocking.  
\par Several limitations on filtering companies\rquote  ability to review and categorize the Web pages that they have harvested also contribute to over- and underblocking.  First, automated review processes, even those based on \'93artificial intelligence,\'94
 are unable with any consistency to distinguish accurately material that falls within a category definition from material that does not.  Moreover, human review of URLs is hampered by filtering companies\rquote 
 limited staff sizes, and by human error or misjudgment.  In order to deal with the vast size of the Web and its rapid rat
es of growth and change, filtering companies engage in several practices that are necessary to reduce underblocking, but inevitably  result in overblocking.  These include: (1) blocking whole Web sites even when only a small minority of their pages contai
n material that would fit under one of the filtering company\rquote 
s categories (e.g., blocking the Salon.com site because it contains a sex column); (2) blocking by IP address (because a single IP address may contain many different Web sites and many thousands o
f pages of heterogenous content); and (3) blocking loophole sites such as translator sites and cache sites, which archive Web pages that have been removed from the Web by their original publisher.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Finally, filtering companies\rquote 
 failure to e
ngage in regular re-review of Web pages that they have already categorized (or that they have determined do not fall into any category) results in a substantial amount of over- and underblocking.  For example, Web publishers change the contents of Web pag
es frequently.  The problem also arises when a Web site goes out of existence and its domain name or IP address is reassigned to a new Web site publisher.  In that case, a filtering company\rquote 
s previous categorization of the IP address or domain name would likely be incorrect, potentially resulting in the over- or underblocking of many thousands of pages.  
\par The inaccuracies that result from these limitations of filtering technology are quite substantial.  At least tens of thousands of pages of the indexable We
b are overblocked by each of the filtering programs evaluated by experts in this case, even when considered against the filtering companies\rquote 
 own category definitions.  Many erroneously blocked pages contain content that is completely innocuous for both adults and minors, and that no rational person could conclude matches the filtering companies\rquote  category definitions, such as \'93
pornography\'94 or \'93sex.\'94
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The number of overblocked sites is of course much higher with respect to the definitions of obscenity and child pornography that CIPA employs for adults, since the filtering products\rquote  category definitions, such as \'93sex\'94 and \'93nudity,\'94
 encompass vast amounts
 of Web pages that are neither child pornography nor obscene.  Thus, the number of pages of constitutionally protected speech blocked by filtering products far exceeds the many thousands of pages that are overblocked by reference to the filtering products
\rquote  category definitions.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
No presently conceivable technology can make the judgments necessary to determine whether a visual depiction fits the legal definitions of obscenity, child pornography, or harmful to minors.  Given the state of the a
rt in filtering and image recognition technology, and the rapidly changing and expanding nature of the Web, we find that filtering products\rquote  shortcomings will not be solved through a technical solution in the foreseeable future.}{\cs15\fs26\super 
\chftn {\footnote \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   Although it was not
 proffered as evidence in this trial, (and hence we do not rely on it to inform our findings), we note that }{\i\fs26 Youth, Pornography, and the Internet}{\fs26 
, a congressionally commissioned study by the National Research Council, a division of the National Academies of Science, }{\i\fs26 see }{\fs26 
Pub. L. 105-314, Title X, Sec. 901, comes to a conclusion similar to the one that we reach regarding the effectiveness of Internet filters.  The commission concludes that: 
\par 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\b\f29\fs26 All filters\endash those of today and for the foreseeable future\endash suffer (an
d will suffer) from some degree of overblocking (blocking content that should be allowed through) and some degree of underblocking (passing content that should not be allowed through).  While the extent of overblocking and underblocking will vary with the
 product (and may improve over time), underblocking and overblocking result from numerous sources, including the variability in the perspectives that humans bring to the task of judging content. 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\b\f29\fs26 
\par }{\b\i\f29\fs26 Youth, Pornography,}{\b\f29\fs26  }{\b\i\f29\fs26 and the Internet}{\b\f29\fs26  (Dick Thornburgh & Herbert S. Lin, eds., 2002), }{\b\i\f29\fs26 available at }{\b\f29\fs26\ul http://bob.nap.edu/html/youth_internet/}{\b\f29\fs26 .
\par }}}{\fs26   In sum, filtering products are currently unable to block only visual depictions that are obscene, child pornography, or harmful to minors (or, only content matching a filtering product\rquote 
s category definitions) while simultaneously allowing access to all protected speech (or, all content not matching the blocking product\rquote s category definitions).  Any software filter that is reasonably effective in blocking access to Web pages th
at fall within its category definitions will necessarily erroneously block a substantial number of Web pages that do not fall within its category definitions.
\par {\listtext\pard\plain\s17 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s17\qc \fi-720\li720\ri0\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
  Analytic Framework for the Opinion: The Centrality of }{\i\fs26 Dole}{\fs26  and the Role of the Facial Challenge}{\pard\plain \s17\qc \fi-720\li720\ri0\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Analytic Framework for the Opinion\: The Centrality of }{\i\fs26 Dole}{\fs26  and the Role of the Facial Challenge}}}{\fs26 
\par }\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Both the plaintiffs and the government agree that, because this case involves a challenge to the constitutionality of the conditions that Congress has set on state actors
\rquote  receipt of federal funds, the Supreme Court\rquote s decision in }{\i\fs26 South Dakota v. Dole}{\fs26 , 483 U.S. 203 (1987), supplies the proper threshold analytic framework.  The constitutional source of Congress\rquote 
s spending power is Article I, \'a7 8, cl. 1, which provides that \'93Congress shall have Power . . . to pay the Debts and provide for the common Defence and general Welfare of the United States.\'94  In }{\i\fs26 Dole}{\fs26 
, the Court upheld the constitutionality of a federal statute requiring the withholding of federal highway funds from any state with a drinking age below 21.  }{\i\fs26 Id.}{\fs26  at 211-12.  In sustaining the provision\rquote s constitutionality, }{
\i\fs26 Dole}{\fs26  articulated four general constitutional limitations on Congress\rquote s exercise of the spending power.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 First, \'93the 
exercise of the spending power must be in pursuit of \lquote the general welfare.\rquote \'94  }{\i\fs26 Id.}{\fs26  at 207.  Second, any conditions that Congress sets on states\rquote 
 receipt of federal funds must be sufficiently clear to enable recipients \'93to exercise their choice knowingly, cognizant of the consequences of their participation.\'94  }{\i\fs26 Id. }{\fs26 
(internal quotation marks and citation omitted).  Third, the conditions on the receipt of federal funds must bear some relation to the purpose of the funding program.  }{\i\fs26 Id.}{\fs26   And finally, \'93other const
itutional provisions may provide an independent bar to the conditional grant of federal funds.\'94  }{\i\fs26 Id.}{\fs26  at 208.  In particular, the spending power \'93
may not be used to induce the States to engage in activities that would themselves be unconstitutional.  Thus, 
for example, a grant of federal funds conditioned on invidiously discriminatory state action or the infliction of cruel and unusual punishment would be an illegitimate exercise of the Congress\rquote  broad spending power.\'94  }{\i\fs26 Id.}{\fs26 
 at 210.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiffs do not contend that CIPA runs afoul of the first three limitations.  However, they do allege that CIPA is unconstitutional under the fourth prong of }{\i\fs26 Dole}{\fs26  because it will induce public libraries to violate the First Amendment.}
{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  Because we f
ind that the plaintiff public libraries are funded and controlled by state and local governments, they are state actors, subject to the constraints of the First Amendment, as incorporated by the Due Process Clause of the Fourteenth Amendment.}}}{\fs26 
  Plaintiffs therefore submit that the First Amendment \'93provide[s] an independent bar to the conditional grant of federal funds\'94 created by CIPA.  }{\i\fs26 Id.}{\fs26 \~at 208.  More specifically, they argue that by conditioning public libraries
\rquote  receipt of federal funds on the use of s
oftware filters, CIPA will induce public libraries to violate the First Amendment rights of Internet content-providers to disseminate constitutionally protected speech to library patrons via the Internet, and the correlative First Amendment rights of publ
ic library patrons to receive constitutionally protected speech on the Internet.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{
\cs15\fs26\super \chftn }{\fs26  The Supreme Court has recognized that the First Amendment encompasses not only the right to speak, but also the right to receive information.  }{\i\fs26 See}{\fs26  }{\i\fs26 Reno v. ACLU}{\fs26 , 521 U.S.
 844, 874 (1997) (invalidating a statute because it \'93effectively suppresses a large amount of speech that adults have a constitutional right to receive and to address to one another\'94); }{\i\fs26 Stanley v. Georgia}{\fs26 , 394 U.S. 557, 564 (1969) (
\'93[The] right to receive information and ideas, regardless of their social worth . . . is fundamental to our free society.\'94); }{\i\fs26 see also}{\fs26  }{\i\fs26 Bd. of Educ. v. Pico}{\fs26 , 457 U.S. 853, 867-68 (1982) (plurality opinion) (\'93
[T]he right to receive ideas follows ineluctably from the }{\i\fs26 sender}{\fs26 \rquote s First Amendment right to send them.\'94).}}}{\fs26 
\par The government concedes that under the }{\i\fs26 Dole}{\fs26  framework, CIPA is facially invalid if its conditions will induce public libraries to violate the First Amendment. \~The government and the plaintiffs disagree, however, on the meaning of }{
\i\fs26 Dole}{\fs26 \rquote s \'93inducement\'94 requirement in the context of a First Amendment facial challenge to the conditions that Congress places on state actors\rquote 
 receipt of federal funds.  The government contends that because plaintiffs are bringing a facial challenge, they must show that under no circumstances is it possible for a public library to comply with CIPA\rquote 
s conditions without violating the First Amendment.  The plaintiffs respond that even if it is possible for some public libraries to comply with CIPA without violating the First Amendment, CIPA is facially invalid if it \'93
will result in the impermissible suppression of a substantial amount of protected speech.\'94  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Because it was clear in }{\i\fs26 Dole}{
\fs26  that the states could comply with the challenged conditions that Congress attached to the receipt of federal funds without violating the Constitution, the }{\i\fs26 Dole}{\fs26 
 Court did not have occasion to explain fully what it means for Congress to use the spending power to \'93induce [recipients] to engage in activities that would themselves be unconstitutional.\'94  }{\i\fs26 Dole}{\fs26 , 483 U.S. at 210; }{\i\fs26 see}{
\fs26  }{\i\fs26 id.}{\fs26  at 211 (\'93Were South Dakota to succumb to the blandishments offered by Congress and raise its drinking age to 21, the State\rquote s action in so doing would not violate the constitutional rights of anyone.\'94
).  Although the proposition that Congress may not pay state actors to violate citizens\rquote  First Amendment  rights is unexceptionable when stated in the abstract, it is unclear what exactly a litigant must establish to facially invalidate an ex
ercise of Congress\rquote s spending power on this ground.
\par In general, it is well-established that a court may sustain a facial challenge to a statute only if the plaintiff demonstrates that the statute admits of no constitutional application.  }{\i\fs26 See}{\fs26  }{\i\fs26 United States v. Salerno}{\fs26 
, 481 U.S. 739, 745 (1987) (\'93A facial challenge to a legislative Act is, of course, the most difficult challenge to mount successfully, since the challenger must establish that no set of circumstances exists under which the Act would be valid.\'94); }{
\i\fs26 see also}{\fs26  }{\i\fs26 Bowen v. Kendrick}{\fs26 , 487 U.S. 589, 612 (1988) (\'93It has not been the Court\rquote 
s practice, in considering facial challenges to statutes of this kind, to strike them down in anticipation that particular applications may result in unconstitutional use of funds.\'94) (internal quotation marks and citation omitted).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
First Amendment overbreadth doctrine creates a limited exception to this rule by permitting facial invalidation of a statute that burdens a substantial amount of protected speech, eve
n if the statute may be constitutionally applied in particular circumstances.  \'93The Constitution gives significant protection from overbroad laws that chill speech within the First Amendment\rquote 
s vast and privileged sphere.  Under this principle, [a law] is unconstitutional on its face if it prohibits a substantial amount of protected expression.\'94  }{\i\fs26 Ashcroft v. Free Speech Coalition}{\fs26 , 122 S. Ct. 1389, 1399 (2002); }{\i\fs26 
see also}{\fs26  }{\i\fs26 Broadrick v. Oklahoma}{\fs26 , 413 U.S. 601, 612 (1973).  This more liberal test of a statute\rquote s facial validity under the First Amendment stems from the recognition that where a statute\rquote 
s reach contemplates a number of both constitutional and unconstitutional applications, the law\rquote s sanctions may deter individuals from challenging the law\rquote s validity by
 engaging in constitutionally protected speech that may nonetheless be proscribed by the law.  Without an overbreadth doctrine, \'93the contours of regulation would have to be hammered out case by case \endash 
 and tested only by those hardy enough to risk criminal prosecution to determine the proper scope of regulation.\'94  }{\i\fs26 Dombrowski v. Pfister}{\fs26 , 380 U.S. 479, 487 (1965); }{\i\fs26 see also}{\fs26  }{\i\fs26 Brockett v. Spokane Arcades, Inc.
}{\fs26 , 472 U.S. 491, 503 (1985) (\'93[A]n individual whose own speech or expressive conduct may validly be prohibited or sanctioned is permitted to challenge a statute on its face because it also threatens others not before the court \endash 
 those who desire to engage in legally protected expression but who may refrain from doing so rather than risk prosecution or undertake to have the law declared partially invalid.\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Plaintiffs argue that the overbreadth doctrine is applicable here, since CIPA \'93threatens to chill free speech \endash 
 because it will censor a substantial amount of protected speech, because it is vague, and because the law creates a prior restraint . . . .\'94
  Unlike the statutes typically challenged as facially overbroad, however, CIPA does not impose criminal penalties on those who violate its conditions. \~}{\i\fs26 Cf.}{\fs26  }{\i\fs26 Freedom of Speech Coalition}{\fs26 , 122 S. Ct. at 1398 (\'93
With these severe penalties in force, few legitimate movie producers or book publishers, or few other speakers in any capacity, would risk distributing images in or near the uncertain reach of this law.\'94
).  Thus, the rationale for permitting facial challenges to laws that may be constitutionally applied in some instances is less compelling in cases such as this, which involve challenges to Congress\rquote s exercise of the 
spending power, than in challenges to criminal statutes. 
\par Nonetheless, \'93even minor punishments can chill protected speech,\'94 }{\i\fs26 id.}{\fs26 , and absent the ability to challenge CIPA on its face, public libraries that depend on federal funds may decide to comply with CIPA\rquote 
s terms, thereby denying patrons access to substantial amounts of constitutionally protected speech, rather than refusing to comply with CIPA\rquote s terms and consequently losing the benefits of federal funds.  }{\i\fs26 See}{\fs26  47 C.F.R. \'a7
 54.520(e)(1) (\'93A school or lib
rary that knowingly fails to ensure the use of computers in accordance with the certifications required by this section, must reimburse any funds and discounts received under the federal universal support service support mechanism for schools and librarie
s for the period in which there was noncompliance.\'94).  Even in cases where the only penalty for failure to comply with a statute is the withholding of federal funds, the Court has sustained facial challenges to Congress\rquote 
s exercise of the spending power.  }{\i\fs26 See, e.g.}{\fs26 , }{\i\fs26 Legal Servs. Corp. v. Velazquez}{\fs26 
, 531 U.S. 533 (2001) (declaring unconstitutional on its face a federal statute restricting the ability of legal services providers who receive federal funds to engage in activity protected by the First Amendment).  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The Court\rquote 
s unconstitutional conditions cases, such as }{\i\fs26 Velazquez}{\fs26 , are not strictly controlling, since they do not require a showing that recipients who comply with the conditions attached to federal funding will, as state actors, violate others
\rquote  constitutional rights, as is the case under the fourth prong of }{\i\fs26 Dole}{\fs26 .  However, they are highly instructive.
\par The Supreme Court\rquote s pronouncements in the unconstitutional conditions cases on what is necessary for a plaintiff to mount a successful First Amendment facial challenge to an exercise of Congress\rquote 
s spending power have not produced a seamless web.  For example, in }{\i\fs26 Rust v. Sullivan}{\fs26 , 500 U.S. 173 (1991), the Court rejected a First Amendment facial challenge to federal regulations prohibiting federa
lly funded healthcare clinics from providing counseling concerning the use of abortion as a method of family planning, explaining that:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 Petitioners are challenging the }{\i\fs26 facial}{\fs26  validity of the regulations.  Thus, we are concerned only with the question wheth
er, on their face, the regulations are both authorized by the Act and can be construed in such a manner that they can be applied to a set of individuals without infringing upon constitutionally protected rights.  Petitioners face a heavy burden in seeking
 to have the regulations invalidated as facially unconstitutional. . . .  The fact that the regulations might operate unconstitutionally under some conceivable set of circumstances is insufficient to render them wholly invalid.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\i\fs26 Id.}{\fs26  at 183 (in
ternal quotation marks, alterations, and citation omitted).  In contrast, }{\i\fs26 NEA v. Finley}{\fs26 , 524 U.S. 569 (1998), which also involved a facial First Amendment challenge to an exercise of Congress\rquote 
s spending power, articulated a somewhat more liberal test of facial validity than }{\i\fs26 Rust}{\fs26 , explaining that \'93
[t]o prevail, respondents must demonstrate a substantial risk that application of the provision will lead to the suppression of speech.\'94  }{\i\fs26 Id.}{\fs26  at 580.
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Against this background, it is unclear to us whether, to succeed in facially invalidating CIPA on the grounds that it will \'93
induce the States to engage in activities that would themselves be unconstitutional,\'94 }{\i\fs26 Dole}{\fs26 , 483 U.S. at 210, plaintiffs must show that it is impossible for public libraries to comply with CIPA\rquote s c
onditions without violating the First Amendment, or rather simply that CIPA will effectively restrict library patrons\rquote 
 access to substantial amounts of constitutionally protected speech, therefore causing many libraries to violate the First Amendment.  How
ever, we need not resolve this issue.  Rather, we may assume without deciding, for purposes of this case, that a facial challenge to CIPA requires plaintiffs to show that any public library that complies with CIPA\rquote 
s conditions will necessarily violate the First Amendment and, as explained in detail below, we believe that CIPA\rquote 
s constitutionality fails even under this more restrictive test of facial validity urged on us by the government.  Because of the inherent limitations in filtering technology, public l
ibraries can never comply with CIPA without blocking access to a substantial amount of speech that is both constitutionally protected and fails to meet even the filtering companies\rquote 
 own blocking criteria.  We turn first to the governing legal principles to be applied to the facts in order to determine whether the First Amendment permits a library to use the filtering technology mandated by CIPA.
\par {\listtext\pard\plain\s17 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s17\qc \fi-720\li720\ri0\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
  Level of Scrutiny Applicable to Content-based Restrictions on Internet Access in Public Libraries}{\pard\plain \s17\qc \fi-720\li720\ri0\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Level of Scrutiny Applicable to Content-based Restrictions on Internet Access in Public Libraries}}}{\fs26 
\par }\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In analyzing the constitutionality of a public library\rquote s use of Internet filtering software, we must first identify the appropriate level of scrutiny to apply to this restriction on patrons\rquote 
 access to speech.  While plaintiffs argue that a public library\rquote s use of such filters is subject to strict scrutiny, the
 government maintains that the applicable standard is rational basis review.  If strict scrutiny applies, the government must show that the challenged restriction on speech is narrowly tailored to promote a compelling government interest and that no less 
restrictive alternative would further that interest.  }{\i\fs26 United States v. Playboy Entm\rquote t Group, Inc.}{\fs26 
, 529 U.S. 803, 813 (2000).  In contrast, under rational basis review, the challenged restriction need only be reasonable; the government interest that the rest
riction serves need not be compelling; the restriction need not be narrowly tailored to serve that interest; and the restriction \'93need not be the most reasonable or the only reasonable limitation.\'94  }{\i\fs26 
Cornelius v. NAACP Legal Def. & Educ. Fund}{\fs26 , 473 U.S. 788, 808 (1985).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Software filters, by definition, block access to speech on the basis of its content, and content-based restrictions on speech are generally subject to strict scrutiny.  }{\i\fs26 See}{\fs26  }{\i\fs26 Playboy}{\fs26 , 529 U.S. at 813 (\'93
[A] content-based speech restriction . . . can stand only if it satisfies strict scrutiny.\'94
).  Strict scrutiny does not necessarily apply to content-based restrictions on speech, however, where the restrictions apply only to speech on government property, such as public libraries.  \'93
[I]t is . . . well settled that the government need not permit all forms of speech on property that it owns and controls.\'94  }{\i\fs26 Int\rquote l Soc\rquote y for Krishna Consciousness, Inc. v. Lee}{\fs26 
, 505 U.S. 672, 678 (1992).  We perforce turn to a discussion of public forum doctrine.
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Overview of Public Forum Doctrine}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Overview of Public Forum Doctrine}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The government\rquote 
s power to restrict speech on its own property is not unlimited.  Rather, under public forum doctrine, the extent to which the First Amendment permits the
 government to restrict speech on its own property depends on the character of the forum that the government has created.  }{\i\fs26 See}{\fs26  }{\i\fs26 Cornelius v. NAACP Legal Def. & Educ. Fund, Inc.}{\fs26 
, 473 U.S. 788 (1985).  Thus, the First Amendment affords greater deference to restrictions on speech in those areas considered less amenable to free expression, such as military bases, }{\i\fs26 see}{\fs26  }{\i\fs26 Greer v. Spock}{\fs26 
, 424 U.S. 828 (1976), jail grounds, }{\i\fs26 see}{\fs26  }{\i\fs26 Adderley v. Florida}{\fs26 , 385 U.S. 39 (1966), or public airport terminals, }{\i\fs26 see}{\fs26  }{\i\fs26 Int\rquote l Soc\rquote y for Krishna Consciousness, Inc. v. Lee}{\fs26 
, 505 U.S. 672 (1992), than to restrictions on speech in state universities, }{\i\fs26 see}{\fs26  }{\i\fs26 Rosenberger v. Rector & Visitors of Univ. of Va.}{\fs26 , 515 U.S. 819 (1995), or streets, sidewalks and public parks, }{\i\fs26 see}{\fs26  }{
\i\fs26 Frisby v. Schultz}{\fs26 , 487 U.S. 474 (1988); }{\i\fs26 Hague v. CIO}{\fs26 , 307 U.S. 496 (1939).
\par The Supreme Court has identified three types of fora for purposes of identifying the level of First Amendment scrutiny applicable to content-based restrictions on speech on government property: traditional pub
lic fora, designated public fora, and nonpublic fora.  Traditional public fora include sidewalks, squares, and public parks:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 [S]treets and parks . . . have immemorially been held in trust for the use of the public and, time out of mind, have been used for 
purposes of assembly, communicating thoughts between citizens, and discussing public questions.  Such use of the streets and public places has, from ancient times, been a part of the privileges, immunities, rights, and liberties of citizens.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\i\fs26 Hague}{\fs26 , 307 U.S. at 515.  \'93
In these quintessential public forums, . . . [f]or the State to enforce a content-based exclusion it must show that its regulation is necessary to serve a compelling state interest and that it is narrowly drawn to achieve that end.\'94  }{\i\fs26 
Perry Educ. Ass\rquote n v. Perry Local Educs. Ass\rquote n}{\fs26 , 460 U.S. 37, 45 (1983); }{\i\fs26 see also}{\fs26  }{\i\fs26 Int\rquote l Soc\rquote y for Krishna Consciousness}{\fs26 , 505 U.S. at 678 (\'93
[R]egulation of speech on government property that has traditionally been available for public expression is subject to the highest scrutiny.\'94); }{\i\fs26 Frisby}{\fs26 , 487 U.S. at 480 (\'93
[W]e have repeatedly referred to public streets as the archetype of a traditional public forum.\'94).
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 A second category of fora, known as designated (or limited) public fora, \'93consists of public propert
y which the State has opened for use by the public as a place for expressive activity.\'94  }{\i\fs26 Perry}{\fs26 
, 460 U.S. at 46.  Whereas any content-based restriction on the use of traditional public fora is subject to strict scrutiny, the state is generally permitted, as
 long as it does not discriminate on the basis of viewpoint, to limit a designated public forum to certain speakers or the discussion of certain subjects.  }{\i\fs26 See}{\fs26  }{\i\fs26 Perry}{\fs26 
, 460 U.S. at 45 n.7.  Once it has defined the limits of a designated public forum, however, \'93[r]egulation of such property is subject to the same limitations as that governing a traditional public forum.\'94  }{\i\fs26 Int\rquote l Soc\rquote 
y for Krishna Consciousness}{\fs26 , 505 U.S. at 678.  Examples of designated fora include university meeting facilities, }{\i\fs26 see}{\fs26  }{\i\fs26 Widmar v. Vincent}{\fs26 , 454 U.S. 263 (1981), school board meetings, }{\i\fs26 see}{\fs26  }{
\i\fs26 City of Madison Joint School Dist. v. Wisc. Employment Relations Comm\rquote n}{\fs26 , 429 U.S. 167 (1976), and municipal theaters, }{\i\fs26 see}{\fs26  }{\i\fs26 Southeastern Promotions, Ltd. v. Conrad}{\fs26 , 420 U.S. 546 (1975).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The third category, nonpublic fora, consists of all remaining public property.  \'93
Limitations on expressive activity conducted on this last category of property must survive only a much more limited review.  The challenged regulation need only be reasonable, as long as the regulation is not an effort to suppress the speaker\rquote 
s activity due to disagreement with the speaker\rquote s view.\'94  }{\i\fs26 Int\rquote l Soc\rquote y for Krishna Consciousness}{\fs26 , 505 U.S. at 679.
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\fs26   Contours of the Relevant Forum: the Library\rquote s Collection as a Whole or the Provision of Internet Access?}{\pard\plain \s18\qc \fi-720\li1440\ri0\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Contours of the Relevant Forum\: the Library\rquote s Collection as a Whole or the Provision of Internet Access?}}}{\fs26 
\par }\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 To apply public forum doctrine to this case, we must first determine whether the appropriate forum for analysis is the library\rquote 
s collection as a whole, which includes both print and electronic resources, or the library\rquote s provision of Internet access.  Where a plaintiff seeks limited access, for expressive purposes, to governmentally controlled property, the S
upreme Court has held that the relevant forum is defined not by the physical limits of the government property at issue, but rather by the specific access that the plaintiff seeks:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 Although . . . as an initial matter a speaker must seek access to public pr
operty or to private property dedicated to public use to evoke First Amendment concerns, forum analysis is not completed merely by identifying the government property at issue.  Rather, in defining the forum we have focused on the access sought by the spe
a
ker.  When speakers seek general access to public property, the forum encompasses that property.  In cases in which limited access is sought, our cases have taken a more tailored approach to ascertaining the perimeters of a forum within the confines of th
e government property.
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Cornelius v. NAACP Legal Def. & Educ. Fund, Inc.}{\fs26 , 473 U.S. 788, 801 (1985). 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Thus, in }{\i\fs26 Cornelius}{\fs26 
, where the plaintiffs were legal defense and political advocacy groups seeking to participate in the Combined Federal Campa
ign charity drive, the Court held that the relevant forum, for First Amendment purposes, was not the entire federal workplace, but rather the charity drive itself.  }{\i\fs26 Id.}{\fs26  at 801.  Similarly, in }{\i\fs26 
Perry Education Association v. Perry Local Educators\rquote  Association}{\fs26 , 460 U.S. 37 (1983), which addressed a union\rquote s right to access a public school\rquote s internal mail system and teachers\rquote 
 mailboxes, the Court identified the relevant forum as the school\rquote s mail system, not the public school as a whole.  In }{\i\fs26 Widmar v. Vincent}{\fs26 , 454 U.S. 263 (1981), in which a student group challenged a state university\rquote 
s restrictions on use of its meeting facilities, the Court identified the relevant forum as the meeting facilities to which the plaintiffs sought access, not the state university generally.  And in }{\i\fs26 Christ\rquote s Bride Ministries, Inc. v. SEPTA
}{\fs26 ,}{\i\fs26  }{\fs26 148 F.3d 242 (3d Cir. 1998), involving a First Amendment challenge to the removal of advertisements from subway and commuter rail stations, the Third Circuit noted that the forum at issue was not t
he rail and subway stations as a whole, but rather the advertising space within the stations.  }{\i\fs26 Id.}{\fs26  at 248.  Although these cases dealt with the problem of identifying the relevant forum where }{\i\fs26 speakers}{\fs26 
 are claiming a right of access, we believe that the same approach applies to identifying the relevant forum where the parties seeking access are listeners or readers.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In this case, the patron plaintiffs are not asserting a First Amendment right to compel public libraries to acquire certain books
 or magazines for their print collections.  Nor are the Web site plaintiffs claiming a First Amendment right to compel public libraries to carry print materials that they publish.  Rather, the right at issue in this case is the specific right of library p
atrons to access information on the Internet, and the specific right of Web publishers to provide library patrons with information via the Internet.  Thus, the relevant forum for analysis is not the library\rquote 
s entire collection, which includes both print and electronic media, such as the Internet, but rather the specific forum created when the library provides its patrons with Internet access.
\par Although a public library\rquote s provision of Internet access does not resemble the conventional notion of a forum as a well-defined physical space, the same First Amendment standards apply.  }{\i\fs26 See}{\fs26  }{\i\fs26 
Rosenberger v. Rector & Visitors of Univ. of Va.}{\fs26 , 515 U.S. 819, 830 (1995) (holding that a state university\rquote s student activities fund \'93
is a forum more in a metaphysical than a spatial or geographic sense, but the same principles are applicable\'94); }{\i\fs26 see also}{\fs26  }{\i\fs26 Cornelius}{\fs26 
, 473 U.S. at 801 (identifying the Combined Federal Campaign charity drive as the relevant unit of analysis for application of public forum doctrine).
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Content-based Restrictions in Designated Public Fora}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Content-based Restrictions in Designated Public Fora}}}{\fs26 
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Unlike nonpublic fora such as airport terminals, }{\i\fs26 see}{\fs26  }{\i\fs26 Int\rquote l Soc\rquote y for Krishna Consciousness, Inc. v. Lee}{\fs26 , 505 U.S. 672 (1992), military bases, 
}{\i\fs26 see}{\fs26  }{\i\fs26 Greer v. Spock}{\fs26 , 424 U.S. 828 (1976), jail grounds, }{\i\fs26 see}{\fs26  }{\i\fs26 Adderley v. Florida}{\fs26 , 385 U.S. 39 (1966), the federal workplace, }{\i\fs26 see}{\fs26  }{\i\fs26 
Cornelius v. NAACP Legal Def. & Educ. Fund}{\fs26 , 473 U.S. 788, 805 (1985), and public transit vehicles, }{\i\fs26 see}{\fs26  }{\i\fs26 Lehman v. City of Shaker Heights}{\fs26 
, 418 U.S. 298 (1974), the purpose of a public library in general, and the provision of Internet access within a public library in particular, is \'93for use by the public . . . for expressive activity,\'94 }{\i\fs26 Perry Educ. Ass\rquote 
n v. Perry Local Educs. Ass\rquote n}{\fs26 
, 460 U.S. 37, 45 (1983), namely, the dissemination and receipt by the public of a wide range of information.  We are satisfied that when the government provides Internet access in a public library, it has created a designated public forum.  }{\i\fs26 See
}{\fs26  }{\i\fs26 Mainstream Loudoun v. Bd. of Trustees of the Loudoun County Library}{\fs26 , 24 F. Supp. 2d 552, 563 (E.D. Va. 1998); }{\i\fs26 cf.}{\fs26  }{\i\fs26 Kreimer v. Bureau of Police}{\fs26 
, 958 F.2d 1242, 1259 (3d Cir. 1992) (holding that a public library is a limited public forum).
\par Relying on those cases that have recognized that government has leeway, under the First Amendment, to limit use of a designated public forum to narrowly specified purposes, and that content-based restrictions on speech that are consistent with 
those purposes are subject only to rational basis review, the government argues for application of rational basis review to public libraries\rquote  decisions about which content to make available to their patrons via the Internet.  }{\i\fs26 See}{\fs26  
}{\i\fs26 Rosenberger}{\fs26 , 515 U.S. 819, 829 (1995) (\'93
The necessities of confining a forum to the limited and legitimate purposes for which it was created may justify the State in reserving it for certain groups or for the discussion of certain topics.\'94); }{\i\fs26 Perry}{\fs26 
, 460 U.S. at 46 n.7 (1983) (\'93A public forum may be created for a limited purpose such as use by certain groups . . . or for the discussion of certain subjects.\'94).  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In particular, the government forcefully argues that a public library\rquote s decision to limit the content of its d
igital offerings on the Internet should be subject to no stricter scrutiny than its decisions about what content to make available to its patrons through the library\rquote 
s print collection.  According to the government, just as a public library may choose to acquire books about gardening but not golf, without having to show that this content-based restriction on patrons\rquote 
 access to speech is narrowly tailored to further a compelling state interest, so may a public library make content-based decisions about which
 speech to make available on the Internet, without having to show that such a restriction satisfies strict scrutiny.
\par Plaintiffs respond that the government\rquote s ability to restrict the content of speech in a designated public forum by restricting the purpose of the designated public forum that it creates is not unlimited.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 
Legal Servs. Corp. v. Velazquez}{\fs26 , 531 U.S. 533, 547 (2001) (\'93Congress cannot recast a condition on funding as a mere definition of its program in every case, lest the First Amendment be reduced to a simple semantic exercise.\'94
).  As Justice Kennedy has explained:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 
If Government has a freer hand to draw content-based distinctions in limiting a forum than in excluding someone from it, the First Amendment would be a dead letter in designated pu
blic forums; every exclusion could be recast as a limitation. . . .  The power to limit or redefine forums for a specific legitimate purpose does not allow the government to exclude certain speech or speakers from them for any reason at all.}{\i\fs26 

\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Denver Area Telecomm. Consortium, Inc. v. FCC}{\fs26 , 518 U.S. 727, 801 (1996) (Kennedy, J., concurring in the judgment).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Although we agree with plaintiffs that the First Amendment imposes some limits on the state\rquote 
s ability to adopt content-based restrictions in defining the purpose of a public forum, precisely what those limits are is unclear, and presents a difficult problem in First Amendment jurisprudence.  The Supreme Court\rquote s \'93
cases have not yet determined . . . that government\rquote 
s decision to dedicate a public forum to one type of content or another is necessarily subject to the highest level of scrutiny.  Must a local government, for example, show a compelling state interest if it builds a band shell in the park
 and dedicates it solely to classical music (but not to jazz)?  The answer is not obvious.\'94  }{\i\fs26 Denver}{\fs26 , 518 U.S. at 750 (plurality opinion); }{\i\fs26 see also}{\fs26  }{\i\fs26 Southeastern Promotions, Ltd. v. Conrad}{\fs26 
, 420 U.S. 546, 572-73 (1975) (Rehnquist, J., dissenting) (\'93May an ope
ra house limit its productions to operas, or must it also show rock musicals?  May a municipal theater devote an entire season to Shakespeare, or is it required to book any potential producer on a first come, first served basis?\'94).
\par We believe, however, that certain principles emerge from the Supreme Court\rquote 
s jurisprudence on this question.  In particular, and perhaps somewhat counterintuitively, the more narrow the range of speech that the government chooses to subsidize (whether directly, through government
 grants or other funding, or indirectly, through the creation of a public forum) the more deference the First Amendment accords the government in drawing content-based distinctions.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 At one extreme lies the government\rquote 
s decision to fund a par
ticular message that the government seeks to disseminate.  In this context, content-based restrictions on the speech that government chooses to subsidize are clearly subject to at most rational basis review, and even viewpoint discrimination is permissibl
e.  For example, \'93[w]hen Congress established a National Endowment for Democracy to encourage other countries to adopt democratic principles, 22 U.S.C. \'a7
 4411(b), it was not constitutionally required to fund a program to encourage competing lines of political philosophy such as communism and fascism.\'94  }{\i\fs26 Rust v. Sullivan}{\fs26 , 500 U.S. 173, 194 (1991); }{\i\fs26 see also}{\fs26  }{\i\fs26 
Velazquez}{\fs26 , 531 U.S. at 541 (\'93[V]iewpoint-based funding decisions can be sustained in instances in which the government is itself the speaker, or in instances, like }{\i\fs26 Rust}{\fs26 
, in which the government used private speakers to transmit information pertaining to its own program.\'94) (internal quotation marks and citation omitted).  
\par Although not strictly controlling, the Supreme Court\rquote s unconstitutional conditions cases, such as}{\i\fs26  Rust}{\fs26  and }{\i\fs26 Velazquez}{\fs26 
, are instructive for purposes of analyzing content-based restrictions on the use of public fora.  This is because the limitations that government places on the use of a public forum can be conceptualized as conditions that the 
government attaches to the receipt of a benefit that it offers, namely, the use of government property.  Public forum cases thus resemble those unconstitutional conditions cases involving First Amendment challenges to the conditions that the state places 
on the receipt of a government benefit.  }{\i\fs26 See Velazquez}{\fs26 , 531 U.S. at 544 (\'93As this suit involves a subsidy, limited forum cases . . . may not be controlling in the strict sense, yet they do provide some instruction.\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Even when the government
 does not fund the dissemination of a particular government message, the First Amendment generally permits government, subject to the constraints of viewpoint neutrality, to create public institutions such as art museums and state universities, dedicated 
to facilitating the dissemination of private speech that the government believes to have particular merit.  Thus, in }{\i\fs26 NEA v. Finley}{\fs26 
, 524 U.S. 569 (1998), the Court upheld the use of content-based restrictions in a federal program awarding grants to artists on the basis of, }{\i\fs26 inter alia}{\fs26 , artistic excellence.  \'93
The very assumption of the NEA is that grants will be awarded according to the artistic worth of competing applications, and absolute neutrality is simply inconceivable.\'94  }{\i\fs26 Id.}{\fs26  at 585 (internal quotation marks and citation omitted).  

\par Similarly, as Justice Stevens explained in his concurring opinion in }{\i\fs26 Widmar v. Vincent}{\fs26 , 454 U.S. 263 (1981), the First Amendment does not necessarily subject to strict scrutiny a state university\rquote s use of content-based means of
 allocating scarce resources, including limited public fora such as its meeting facilities:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 Because every university\rquote s resources are limited, an educational institution must routinely make decisions concerning the use of the time and space that is availabl
e for extracurricular activities.  In my judgment, it is both necessary and appropriate for those decisions to evaluate the content of a proposed student activity.  I should think it obvious, for example, that if two groups of 25 students requested the us
e of a room at a particular time \endash  one to view Mickey Mouse cartoons and the other to rehearse an amateur performance of Hamlet \endash 
 the First Amendment would not require that the room be reserved for the group that submitted its application first.  Nor do I see why a university should have to establish a \'93compelling state interest\'94
 to defend its decision to permit one group to use the facility and not the other.
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Id.}{\fs26  at 278 (Stevens, J., concurring in the judgment).}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  Indeed, if the First Amendment subjected to strict scrutiny the government\rquote 
s decision to dedicate a forum to speech whose content the government judges to be particularly valuable, many of our public institutions of culture would cease to exist in their current form:
\par 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 From here on out, the Nat
ional Gallery in Washington, D.C., for example, would be required to display the art of all would-be artists on a first-come-first-served basis and would not be able to exercise any content control over its collection through evaluations of quality.  Such
 a conclusion, of course, strikes us as absurd, but that is only because we feel that the government should be free to establish public cultural institutions guided by standards such as \'93quality.\'94
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 . . .
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 While the First Amendment articulates a deep fear of g
overnment intervention in the marketplace of ideas (because of the risk of distortion), it also seems prepared to permit state-sponsored and -supported cultural institutions that exercise considerable control over which art to fund, which pictures to hang
, and which courses to teach.  That these choices necessarily involve judgments about favored and disfavored content \endash  judgments clearly prohibited in the realm of censorship \endash  is indisputable.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Lee C. Bollinger, }{\i\fs26 Public Institutions of Culture and the First Amendment: The New Frontier}{\fs26 , 63 U. Cin. L. Rev. 1103, 1110-15 (1995).}}}{\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 \sect }\sectd 
\sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The more broadly the government facilitates private speech, however, the less deference the First Amendment accords to the government\rquote s content-based rest
rictions on the speech that it facilitates.  Thus, where the government creates a designated public forum to facilitate private speech representing a diverse range of viewpoints, the government\rquote 
s decision selectively to single out particular viewpoints for exclusion is subject to strict scrutiny.  }{\i\fs26 Compare}{\fs26 \~}{\i\fs26 Rosenberger}{\fs26 
, 515 U.S. at 834 (applying heightened First Amendment scrutiny to viewpoint-based restrictions on the use of a limited public forum where the government \'93
does not itself speak or subsidize transmittal of a message it favors but instead expends funds to encourage a diversity of views from private speakers\'94), }{\i\fs26 with}{\fs26  }{\i\fs26 Finley}{\fs26 , 524 U.S. at 586 (\'93
In the context of arts funding, in contrast to many other subsidies, the Government does not indiscriminately encourage a diversity of views from private speakers.\'94) (internal quotation marks and citation omitted).  
\par Similarly, although the government may create a designated public forum limited to speech on a particular top
ic, if the government opens the forum to members of the general public to speak on that topic while selectively singling out for exclusion particular speakers on the basis of the content of their speech, that restriction is subject to strict scrutiny.  Fo
r instance, in }{\i\fs26 City of Madison Joint School District No. 8 v. Wisconsin Employment Relations Commission}{\fs26 
, 429 U.S. 167 (1976), the Court held that where a school board opens its meetings for public participation, it may not, consistent with the First Amendme
nt, prohibit teachers other than union representatives from speaking on the subject of pending collective-bargaining negotiations.  }{\i\fs26 See}{\fs26  }{\i\fs26 id.}{\fs26  at 175 (noting that the state \'93
has opened a forum for direct citizen involvement\'94); }{\i\fs26 see also}{\fs26  }{\i\fs26 Ark. Educ. Television Comm\rquote n v. Forbes}{\fs26 
, 523 U.S. 666, 680 (1998) (distinguishing, for purposes of determining the appropriate level of First Amendment scrutiny, a televised debate in which a public broadcasting station exercises editorial discretion in selecting participating ca
ndidates from a debate that has \'93an open-microphone format\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Finally, content-based restrictions on speech in a designated public forum are most clearly subject to strict scrutiny when the government opens a forum for virtually unrestricted
 use by the general public for speech on a virtually unrestricted range of topics, while selectively excluding particular speech whose content it disfavors.  Thus, in }{\i\fs26 Conrad}{\fs26 
, the Court held that a local government violated the First Amendment when it denied a group seeking to perform the rock musical \'93Hair\'94 access to a general-purpose municipal theater open for the public at large to use for performances.  }{\i\fs26 
See also}{\fs26  }{\i\fs26 Denver}{\fs26 , 518 U.S. at 802 (Kennedy, J., concurring in the judgment) (suggesting that strict scrutiny would not apply to a local government\rquote s decision to \'93
build[] a band shell in the park and dedicate[] it solely to classical music (but not jazz),\'94 but would apply to \'93the Government\rquote s creation of a band shell in which all types of music might be performed except for rap music\'94).
\par Similarly, in }{\i\fs26 FCC v. League of Women Voters of Cal.}{\fs26 , 468 U.S. 364 (1984), the Court subjected to heightened scrutiny a federal program that funded a wide range of public broadcasting stations that disseminated speech on a wide
 range of subjects, where the federal program singled out for exclusion speech whose content amounted to editorializing.  As the Court later explained:
\par }\pard \ql \li720\ri0\nowidctlpar\faauto\rin0\lin720\itap0 {\fs26 In }{\i\fs26 FCC v. League of Women Voters of Cal.}{\fs26 
, 468 U.S. 364 (1984) the Court was instructed by its understanding of the dynamics of the broadcast industry in holding that prohibitions against editorializing by public radio networks were an impermissible restriction, even though the Government enacte
d the restriction to control the use of public funds.  The First Amendment forbade the Government from using the forum in an unconventional way to suppress speech inherent in the nature of the medium.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Velazquez}{\fs26 , 531 U.S. at 543.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 In sum, the 
more widely the state opens a forum for members of the public to speak on a variety of subjects and viewpoints, the more vulnerable\~is the state\rquote 
s decision selectively to exclude certain speech on the basis of its disfavored content, as such exclusions distort the marketplace of ideas that the state has created in establishing the forum.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 Velazquez}{\fs26 
, 531 U.S. at 544 (\'93Restricting LSC attorneys in advising their clients and in presenting arguments and analyses to the courts distorts the legal system by al
tering the traditional role of the attorneys in much the same way broadcast systems or student publication networks were changed in the limited forum cases . . . .\'94).  
\par Thus, we believe that where the state designates a forum for expressive activity and op
ens the forum for speech by the public at large on a wide range of topics, strict scrutiny applies to restrictions that single out for exclusion from the forum particular speech whose content is disfavored.  \'93
Laws designed or intended to suppress or restrict the expression of }{\i\fs26 specific}{\fs26  speakers contradict basic First Amendment principles.\'94  }{\i\fs26 United States v. Playboy Entm\rquote t Group, Inc.}{\fs26 , 529 U.S. 803, 812 (2000); }{
\i\fs26 see also}{\fs26  }{\i\fs26 Denver}{\fs26 , 518 U.S. at 782 (Kennedy, J., concurring in the judgment) (noting the flaw in a law that \'93
singles out one sort of speech for vulnerability to private censorship in a context where content-based discrimination is not otherwise permitted\'94).  }{\i\fs26 Compare}{\fs26  }{\i\fs26 Forbes}{\fs26 
, 523 U.S. at 679 (holding that the state does not create a public forum when it \'93allows selective}{\i\fs26  access}{\fs26  for individual speakers rather than general access for a class of speakers\'94) (emphasis added), }{\i\fs26 with}{\fs26  }{
\i\fs26 Police Dep\rquote t of the City of Chicago v. Mosley}{\fs26 , 408 U.S. 92, 96 (1972) (\'93Selective }{\i\fs26 exclusions}{\fs26  from a public forum may not be based on content alone, and may not be justified by reference to content alone.\'94
) (emphasis added).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
We note further that to the extent that the government creates a public forum expressly designed to facilitate the dissemination of private speech, ope
ns the forum to any member of the public to speak on any virtually any topic, and then selectively targets certain speech for exclusion based on its content, the government is singling out speech in a manner that resembles the discriminatory taxes on the 
press that the Supreme Court subjected to heightened First Amendment scrutiny in }{\i\fs26 Arkansas Writers\rquote  Project, Inc. v. Ragland}{\fs26 , 481 U.S. 221 (1987), and }{\i\fs26 Minneapolis Star & Tribune Co. v. Minnesota Commissioner of Revenue}{
\fs26 , 460 U.S. 575 (1983), which we explain in the margin.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super 
\chftn }{\fs26  In both of these cases, the taxation scheme at issue effectively subsidized a vast range of publications, and singled out for penalty only a handful of speakers.  }{\i\fs26 See}{\fs26 \~}{\i\fs26 Arkansas Writers\rquote  Project}{\fs26 
, 460 U.S. at 228-29 (noting that \'93selective taxation of the press \endash  . . . [by] targeting individual members of the press \endash  poses a particular danger of abuse by the State\'94 and explaining that \'93
this case involves a more disturbing use of selective taxation than }{\i\fs26 Minneapolis Star}{\fs26 , because the basis on which Arkansas differentiates between magazines is particularly repugnant to First Amendment principles: a magazine\rquote 
s tax status depends entirely on its}{\i\fs26  content}{\fs26 \'94); }{\i\fs26 Minneapolis Star}{\fs26 , 460 U.S. at 591 (\'93Minnesota\rquote s ink and paper tax violates the First Amen
dment not only because it singles out the press, but also because it targets a small group of newspapers.\'94); }{\i\fs26 see also}{\fs26  }{\i\fs26 Turner Broad. Sys., Inc. v. FCC}{\fs26 , 512 U.S. 622, 660 (1994) (\'93The taxes invalidated in }{\i\fs26 
Minneapolis Star}{\fs26  and }{\i\fs26 Arkansas Writers\rquote  Project}{\fs26  . . . targeted a small number of speakers, and thus threatened to distort the market for ideas.\'94) (internal quotation marks and citation omitted).}}}{\fs26 
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 4.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\fs26   Reasons for Applying Strict Scrutiny}{\pard\plain \s18\qc \fi-720\li1440\ri0\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1
  Reasons for Applying Strict Scrutiny}}}{\fs26 
\par }\pard\plain \qc \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\fs26   Selective Exclusion From a \'93Vast Democratic Forum\'94}{\pard\plain \s19\qc \fi-720\li2160\ri0\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc 
{\fs26 \tcl1  Selective Exclusion From a VastDemocraticForum}}}{\fs26 
\par }\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Applying these principles to public libraries, we agree with the government that generally the First Amendment subjects libraries\rquote  content-based decisi
ons about which print materials to acquire for their collections to only rational review.  In making these decisions, public libraries are generally free to adopt collection development criteria that reflect not simply patrons\rquote 
 demand for certain material, but also the library\rquote s evaluation of the material\rquote s quality.  }{\i\fs26 See}{\fs26  Bernard W. Bell, }{\i\fs26 Filth, Filtering, and the First Amendment: Ruminations on Public Libraries\rquote 
 Use of Internet Filtering Software}{\fs26 , 53 Fed. Comm. L.J. 191, 225 (2001) (\'93Librarians should have the discretion to decide that the library is committed to intellectual inquiry, not to the satisfaction of the full range of human desires.\'94
).  Thus, a public library\rquote s decision to use the last $100 of its budget to purchase the comp
lete works of Shakespeare even though more of its patrons would prefer the library to use the same amount to purchase the complete works of John Grisham, is not, in our view, subject to strict scrutiny.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 NEA v. Finley}{
\fs26 , 524 U.S. 569 (1998) (subjecting only to rational basis review the government\rquote s decision to award NEA grants on the basis of, }{\i\fs26 inter alia}{\fs26 , artistic excellence).
\par Nonetheless, we disagree with the government\rquote s argument that public libraries\rquote  use of Internet filters is no different, for First 
Amendment purposes, from the editorial discretion that they exercise when they choose to acquire certain books on the basis of librarians\rquote 
 evaluation of their quality.  The central difference, in our view, is that by providing patrons with even filtered In
ternet access, the library permits patrons to receive speech on a virtually unlimited number of topics, from a virtually unlimited number of speakers, without attempting to restrict patrons\rquote 
 access to speech that the library, in the exercise of its professional judgment, determines to be particularly valuable.  }{\i\fs26 Cf. Rosenberger v. Rector & Visitors of Univ. of Va.}{\fs26 
, 515 U.S. 819, 834 (1995) (applying strict scrutiny to viewpoint-based restrictions where the state \'93does not itself speak or subsidize transmitta
l of a message it favors but instead expends funds to encourage a diversity of views from private speakers\'94).  }{\i\fs26 See generally}{\fs26  }{\i\fs26 supra}{\fs26  Section IV.C. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 In those cases upholding the government
\rquote s exercise of editorial discretion in selecting certain
 speech for subsidization or inclusion in a state-created forum, the state actor exercising the editorial discretion has at least reviewed the content of the speech that the forum facilitates.  Thus, in }{\i\fs26 Finley}{\fs26 
 the NEA examined the content of those works of art that it chose to subsidize, and in }{\i\fs26 Arkansas Educational Television Commission v. Forbes}{\fs26 
, 523 U.S. 666 (1998), the public broadcaster specifically reviewed and approved each speaker permitted to participate in the debate.  }{\i\fs26 See}{\fs26  }{\i\fs26 id.}{\fs26  at 673 (\'93In the case 
of television broadcasting, . . . broad rights of access for outside speakers would be antithetical, as a general rule, to the discretion that stations and their editorial staff must exercise to fulfill their journalistic purpose and statutory obligations
.\'94); }{\i\fs26 Finley}{\fs26 , 524 U.S. at 586 (\'93The NEA\rquote s mandate is to make esthetic judgments, and the inherently content-based \lquote excellence\rquote  threshold for NEA support sets it apart from the subsidy at issue in }{\i\fs26 
Rosenberger}{\fs26  \endash  which was available to all student organizations that were \lquote related to the educational purpose of the University . . . .\rquote \'94) (quoting }{\i\fs26 Rosenberger}{\fs26 , 515 U.S. at 824); }{\i\fs26 see also}{\fs26  
}{\i\fs26 Cornelius v. NAACP Legal Def. & Educ. Fund}{\fs26 , 473 U.S. 788, 804 (1985) (\'93The Government\rquote s consistent policy has been to limit participation in the [Combined Federal Campaign] to \lquote appropriate\rquote 
 voluntary agencies and to require agencies seeking admission to obtain permission from federal and local Campaign officials. . . .  [T]here is no evidence suggesting that the granting of the requisite permission is merely ministerial.\'94
).  The essence of editorial discretion requires the exercise of professional judgment in examining the content that the government singles out as speech of particular value.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 This exercise of editorial d
iscretion is evident in a library\rquote s decision to acquire certain books for its collection.  As the government\rquote s experts in library science testified, in selecting a book for a library\rquote s collection, librarians evaluate the book\rquote 
s quality by reference to a variety of criteria such as its accuracy, the title\rquote s niche in relation to the rest of the collection, the authority of the author, the publisher, the work\rquote 
s presentation, and how it compares with other material available in the same genre or on the same subject.  Thus, the content of every book that a library acquires has been reviewed by the library\rquote 
s collection development staff or someone to whom they have delegated the task, and has been judged to meet the criteria that form the basis for the library\rquote s collection development policy.  Although some public libraries use \'93approval plans\'94
 to delegate the collection development to third-party vendors which provide the library with recommended materials that the library is then free to retain or return to the vendor, the same principle nonetheless attains.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In contrast, in providing patrons with even filtered Internet access, a public library invites patrons to access speech whose content has never been reviewed and recommended as particularly valu
able by either a librarian or a third party to whom the library has delegated collection development decisions.  Although several of the government\rquote 
s librarian witnesses who testified at trial purport to apply the same standards that govern the library\rquote s acquisition of print materials to the library\rquote 
s provision of Internet access to patrons, when public libraries provide their patrons with Internet access, they intentionally open their doors to vast amounts of speech that clearly lacks sufficient quality to ever be considered for the library\rquote 
s print collection.  Unless a library allows access to only those sites that have been preselected as having particular value, a method that, as noted above, was tried and rejected by the Westerville Ohio Public Library, }{\i\fs26 see}{\fs26  }{\i\fs26 
supra}{\fs26  at 46-47, even a library that uses software filters has opened its Internet collection \'93for indiscriminate use by the general public.\'94  }{\i\fs26 Perry Educ. Ass\rquote n v. Perry Local Educs. Ass\rquote n}{\fs26 
, 460 U.S. 37, 47 (1983).  \'93[M]ost Internet forums \endash  including chat rooms, newsgroups, mail exploders, and the Web \endash  are open to all comers.\'94  }{\i\fs26 Reno v. ACLU}{\fs26 , 521 U.S. 844, 880 (1997).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The fundamental difference between a library
\rquote s print collection and its provision of Internet access i
s illustrated by comparing the extent to which the library opens its print collection to members of the public to speak on a given topic and the extent to which it opens its Internet terminals to members of the public to speak on a given topic.  When a pu
b
lic library chooses to carry books on a selected topic, e.g. chemistry, it does not open its print collection to any member of the public who wishes to write about chemistry.  Rather, out of the myriad of books that have ever been written on chemistry, ea
c
h book on chemistry that the library carries has been reviewed and selected because the person reviewing the book, in the exercise of his or her professional judgment, has deemed its content to be particularly valuable.  In contrast, when a public library
 provides Internet access, even filtered Internet access, it has created a forum open to any member of the public who writes about chemistry on the Internet, regardless of how unscientific the author\rquote s methods or of how patently false the author
\rquote s conclusions are, regardless of the author\rquote s reputation or grammar, and regardless of the reviews of the scientific community.
\par Notwithstanding protestations in CIPA\rquote s legislative history to the contrary,}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \fi-720\li720\ri720\nowidctlpar\tx-1440\faauto\rin720\lin720\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 \tab  [P]atrons at a library do not have the right to make e
ditorial decisions regarding the availability of certain material.  It is the exclusive authority of the library to make affirmative decisions regarding what books, magazines, or other material is placed on library shelves, or otherwise made available to 
patrons.  Libraries impose many restrictions on the use of their systems which demonstrate that the content of the library\rquote s offerings are not determined by the general public.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 S. Rep. No. 106-141, at 8-9 (1999).}}}{\fs26  members of the general public do define th
e content that public libraries make available to their patrons through the Internet.  Any member of the public with Internet access could, through the free Web hosting services available on the Internet, tonight jot down a few musings on any subject unde
r the sun, and tomorrow those musings would become part of public libraries\rquote  online offerings and be available to any library patron who seeks them out.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In providing its patrons with Internet access, a public library creates a forum for the facilitation of speech, almost none of which either the library\rquote 
s collection development staff or even the filtering companies have ever reviewed.  Although filtering companies review a portion of the Web in classifying particular sites, the portion of the 
Web that the filtering companies actually review is quite small in relation to the Web as a whole.  The filtering companies\rquote 
 harvesting process, described in our findings of fact, is intended to identify only a small fraction of Web sites for the filtering
 companies to review.  Put simply, the state cannot be said to be exercising editorial discretion permitted under the First Amendment when it indiscriminately facilitates private speech whose content it makes no effort to examine.  }{\i\fs26 Cf.}{\fs26 
 Bell, }{\i\fs26 supra}{\fs26 , at 226 (\'93
[C]ourts should take a much more jaundiced view of library policies that block Internet access to a very limited array of subjects than they take of library policies that reserve Internet terminals for very limited use.\'94).  
\par While the First Amendment permits the government to exercise editorial discretion in singling out particularly favored speech for subsidization or inclusion in a state-created forum, we believe that where the state provides access to a \'93
vast democratic forum[],\'94 }{\i\fs26 Reno}{\fs26 , 521 U.S. at 868, open to any member of the public to speak on subjects \'93as diverse as human thought,\'94 }{\i\fs26 id.}{\fs26 
 at 870, and then selectively excludes from the forum certain speech on the basis of its content, such exclusions are subject to strict scrutiny.  These exclusions ris
k fundamentally distorting the unique marketplace of ideas that public libraries create when they open their collections, via the Internet, to the speech of millions of individuals around the world on a virtually limitless number of subjects.}{
\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  In distinguishing restrictions on public libraries
\rquote  print collections from restrictions on the provision of Internet access, we do not rely on the rationale adopted in }{\i\fs26 Mainstream Loudoun v. Board of Trustees of the Loudoun County Library}{\fs26 , 2 F. Supp. 2d 783 (E.D. Va. 1998).  The }
{\i\fs26 Loudoun}{\fs26  Court reasoned that a library\rquote s decision to block certain Web sites fundamentally differs from its decision to carry certain books but not others, in that unlike the money and shelf space consumed by the library\rquote 
s provision of print materials, \'93no appreciable expenditure of library time or resources is required to make a particular Internet publication available\'94 once the library has acquired Internet access.  }{\i\fs26 Id.}{\fs26  at 793-94. 
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 We disagree.  Nearly every librarian who testified at trial stated that patrons\rquote  demand for Internet access exceeds the library\rquote 
s supply of Internet terminals.  Under such circumstances, every time library patrons visit a Web site, they deny other patrons waiting to use the terminal access to other Web sites.  Just as the scarcity of a library\rquote 
s budget and shelf space constrains a library\rquote s ability to provide its patrons with unrestricted access to print materials, the scarcity of time at Internet terminals constrains libraries\rquote  ability to provide patrons with un
restricted Internet access:
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 
The same budget concerns constraining the number of books that libraries can offer also limits the number of terminals, Internet accounts, and speed of access links that can be purchased, and thus the number of Web pages that p
atrons can view.  This is clear to anyone who has been denied access to a Website because no terminal was unoccupied.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Mark S. Nadel, }{\i\fs26 The First Amendment\rquote s Limitations on the Use of Internet Filtering in Public and School Libraries: What Content Can Libraries Exclude?}{\fs26 
, 78 Tex. L. Rev. 1117, 1128 (2000).}}}{\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 \sect }\sectd 
\sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 A public library\rquote 
s content-based restrictions on patrons\rquote  Internet access thus resemble the content-based restrictions on speech subsidized by the government, whether through d
irect funding or through the creation of a designated public forum, that the Supreme Court has subjected to strict scrutiny, as discussed above in Section IV.C.  Although the government may subsidize a particular message representing the government
\rquote s viewpoint without having to satisfy strict scrutiny, }{\i\fs26 see}{\fs26  }{\i\fs26 Rust v. Sullivan}{\fs26 
, 500 U.S. 173 (1991), strict scrutiny applies to restrictions that selectively exclude particular viewpoints from a public forum designed to facilitate a wide range of viewpoints, }{\i\fs26 see}{\fs26  }{\i\fs26 Ros
enberger v. Rector & Visitors of Univ. of Va.}{\fs26 , 515 U.S. 819 (1995).  Similarly, although the state\rquote 
s exercise of editorial discretion in selecting particular speakers for participation in a state-sponsored forum is subject to rational basis review, }{\i\fs26 see}{\fs26  }{\i\fs26 Ark. Educ. Television Comm\rquote n v. Forbes}{\fs26 
, 523 U.S. 666 (1998), selective exclusions of particular speakers from a forum otherwise open to any member of the public to speak are subject to strict scrutiny, }{\i\fs26 see}{\fs26  }{\i\fs26 City of Madison Joint School Dist. No. 8 v. Wis. Empl
oyment Relations Comm\rquote n}{\fs26 , 429 U.S. 167 (1976).  
\par And while the government may, subject only to rational basis review, make content-based decisions in selecting works of artistic excellence to subsidize, }{\i\fs26 see}{\fs26  }{\i\fs26 NEA v. Finley}{\fs26 , 524 U.S. 569 (1998), the Supreme Co
urt has applied heightened scrutiny where the government opens a general-purpose municipal theater for use by the public, but selectively excludes disfavored content, }{\i\fs26 see}{\fs26  }{\i\fs26 Southeastern Promotions, Ltd. v. Conrad}{\fs26 
, 420 U.S. 546 (1975), where the government facilitates the speech of public broadcasters on a virtually limitless number of topics, but prohibits editorializing, }{\i\fs26 see}{\fs26  }{\i\fs26 FCC v. League of Women Voters of Cal.}{\fs26 
, 468 U.S. 364 (1984), and where the government funds a wide range of legal services but restricts funding recipients from challenging welfare laws, }{\i\fs26 see}{\fs26  }{\i\fs26 Legal Servs. Corp. v. Velazquez}{\fs26 , 531 U.S. 533 (2001)
.  Similarly, where a public library opens a forum to an unlimited number of speakers around the world to speak on an unlimited number of topics, strict scrutiny applies to the library\rquote 
s selective exclusions of particular speech whose content the library disfavors.
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Analogy to Traditional Public Fora}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Analogy to Traditional Public Fora}}}{\fs26 
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Application of strict scrutiny to public libraries\rquote  use of software filters, in our view, finds further support in the extent to which public libraries\rquote 
 provision of Internet access promotes First Amendment values in an analogous manner to traditional public fora, such as sidewalks and parks, in which cont
ent-based restrictions on speech are always subject to strict scrutiny.  The public library, by its very nature, is \'93designed for freewheeling inquiry.\'94  }{\i\fs26 Bd. of Education v. Pico}{\fs26 
, 457 U.S. 853, 915 (1982) (Rehnquist, J., dissenting).  As such, the library is a \'93mighty resource in the free marketplace of ideas,\'94 }{\i\fs26 Minarcini v. Strongsville City Sch. Dist.}{\fs26 , 541 F.2d 577, 582 (6th Cir. 1976), and represents a 
\'93quintessential locus of the receipt of information.\'94  }{\i\fs26 Kreimer v. Bureau of Police for Morristown}{\fs26 , 958 F.2d 1242, 1255 (3d Cir. 1992); }{\i\fs26 see also}{\fs26  }{\i\fs26 Sund v. City of Wichita Falls}{\fs26 
, 121 F. Supp. 2d 530, 547 (N.D. Tex. 2000) (\'93The right to receive information is vigorously enforced in the context of a public library . . . .\'94); }{\i\fs26 cf.}{\fs26  }{\i\fs26 Int\rquote l Soc\rquote y for Krishna Consciousness, Inc. v. Lee}{
\fs26 , 505 U.S. 672, 681 (1992) (\'93[A] traditional public forum is property that has as \lquote a principal purpose . . . the free exchange of ideas.\rquote \'94) (quoting }{\i\fs26 Cornelius v. NAACP Legal Def. & Educ. Fund}{\fs26 
, 473 U.S. 788, 800 (1985)).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 We ack
nowledge that the provision of Internet access in a public library does not enjoy the historical pedigree of streets, sidewalks, and parks as a vehicle of free expression.  Nonetheless, we believe that it shares many of the characteristics of these tradit
i
onal public fora that uniquely promote First Amendment values and accordingly warrant application of strict scrutiny to any content-based restriction on speech in these fora.  Regulation of speech in streets, sidewalks, and parks is subject to the highest
 
scrutiny not simply by virtue of history and tradition, but also because the speech-facilitating character of sidewalks and parks makes them distinctly deserving of First Amendment protection.  Many of these same speech-promoting features of the tradition
al public forum appear in public libraries\rquote  provision of Internet access.
\par First, public libraries, like sidewalks and parks, are generally open to any member of the public who wishes to receive the speech that these fora facilitate, subject only to narrow limitations.  }{\i\fs26 See}{\fs26  }{\i\fs26 Kreimer}{\fs26 
, 958 F.2d at 1260 (noting that a public library does not retain unfettered discretion \'93to choose whom it will permit to enter the Library,\'94 but upholding the library\rquote s right to exclude patrons who harass patrons or whose offensive 
personal hygiene precludes the library\rquote 
s use by other patrons).  Moreover, like traditional public fora, public libraries are funded by taxpayers and therefore do not charge members of the public each time they use the forum.  The only direct cost to libra
ry patrons who wish to receive information, whether via the Internet or the library\rquote s print collection, is the time spent reading.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
By providing Internet access to millions of Americans to whom such access would otherwise be unavailable, publ
ic libraries play a critical role in bridging the digital divide separating those with access to new information technologies from those that lack access.  }{\i\fs26 See generally}{\fs26 
 National Telecommunications and Information Administration, U.S. Department of Commerce, }{\i\fs26 Falling Through the Net: Defining the Digital Divide}{\fs26  (1999), }{\i\fs26 available at}{\fs26  }{\fs26\ul 
http://www.ntia.doc.gov/ntiahome/fttn99/contents.html}{\fs26 .  }{\i\fs26 Cf. Velazquez}{\fs26 , 531 U.S. at 546 (invalidating a content-based restriction on the speech of federally funded legal services c
orporations and noting that given the financial hardship of legal services corporations\rquote  clients, \'93
[t]he restriction on speech is even more problematic because in cases where the attorney withdraws from a representation, the client is unlikely to find other counsel\'94
).  Public libraries that provide Internet access greatly expand the educational opportunities for millions of Americans who, as explained in the margin, would otherwise be deprived of the benefits of this new medium.}{\cs15\fs26\super \chftn {\footnote 
\pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26   We have found that a
pproximately 14.3 million Americans access the Internet at a public library, and Internet access at public libraries is more often used by those with lower incomes than those with higher incomes.  We found that about 20.3% of Internet users with household
 
family income of less than $15,000 per year use public libraries for Internet access, and approximately 70% of libraries serving communities with poverty levels in excess of 40% receive E-rate discounts.  The widespread availability of Internet access in 
public libraries is due, in part, to the availability of public funding, including state and local funding and the federal funding programs regulated by CIPA. }}}{\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Just as important as the openness of a forum to listeners is its openness to spea
kers.  Parks and sidewalks are paradigmatic loci of First Amendment values in large part because they permit speakers to communicate with a wide audience at low cost.  One can address members of the public in a park for little more than the cost of a soap
box, and one can distribute handbills on the sidewalk for little more than the cost of a pen, paper, and some photocopies.  }{\i\fs26 See}{\fs26  }{\i\fs26 Martin v. City of Struthers}{\fs26 , 319 U.S. 141, 146 (1943) (\'93
Door to door distribution of circulars is essential to the poorly financed causes of little people.\'94); Laurence H. Tribe, }{\i\fs26 American Constitutional Law}{\fs26   \'a7 12-24 at 987 (2d ed. 1988) (\'93The \lquote public forum\rquote 
 doctrine holds that restrictions on speech should be subject to higher scrutiny when, all other things being equal, that speech occurs in areas playing a vital role in communication \endash 
 such as in those places historically associated with first amendment activities, such as streets, sidewalks, and parks \endash  especially because of how indispensable communication in these places is to peo
ple who lack access to more elaborate (and more costly) channels.\'94); Daniel A. Farber, }{\i\fs26 Free Speech without Romance: Public Choice and the First Amendment}{\fs26 , 105 Harv. L. Rev. 554, 574 n.86 (1991) (noting that traditional public fora 
\'93are often the only place where less affluent groups and individuals can effectively express their message\'94); Harry Kalven, Jr., }{\i\fs26 The Concept of the Public Forum: }{\fs26 Cox v. Louisiana, 1965 Sup. Ct. Rev. 1, 30 (\'93
[T]he parade, the picket, the leaflet, the sound truck, have been the media of communication exploited by those with little access to the more genteel means of communication.\'94). 
\par Similarly, given the existence of message boards and free Web hosting services, a speaker can, via the Internet, address the public, including patrons 
of public libraries, for little more than the cost of Internet access.  As the Supreme Court explained in }{\i\fs26 Reno v. ACLU}{\fs26 , 521 U.S. 844 (1997), \'93the Internet can hardly be considered a \lquote scarce\rquote 
 expressive commodity.  It provides relatively unlimited, low-cost capacity for communication of all kinds.\'94  }{\i\fs26 Id.}{\fs26 
 at 870.  Although the cost of a home computer and Internet access considerably exceeds the cost of a soapbox or a few hundred photocopies, speakers wishing to avail themselves of the Internet may gain free ac
cess in schools, workplaces, or the public library.  As Professor Lessig has explained:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 The \'93press\'94 in 1791 was not the }{\i\fs26 New York Times}{\fs26  or the }{\i\fs26 Wall Street Journal}{\fs26 
.  It did not comprise large organizations of private interests, with millions of readers assoc
iated with each organization.  Rather, the press then was much like the Internet today.  The cost of a printing press was low, the readership was slight, and anyone (within reason) could become a publisher \endash 
 and in fact an extraordinary number did.  When the Constitution speaks of the rights of the \'93press,\'94 the architecture it has in mind is the architecture of the Internet.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Lawrence Lessig, }{\i\fs26 Code}{\fs26 
 183 (1999).
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 While public libraries\rquote  provision of Internet access shares many of the speech-promot
ing qualities of traditional public fora, it also facilitates speech in ways that traditional public fora cannot.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  We acknowledge that traditional public fora have characteristics that promote First Amendment values in ways that the provision of Inte
rnet access in public libraries does not. \~For example, a significant virtue of traditional public fora is their facilitation of face-to-face communication.  \'93
In a face-to-face encounter there is a greater opportunity for the exchange of ideas and the propagation of views . . . .\'94  }{\i\fs26 Cornelius}{\fs26 
, 473 U.S. at 798.  Face-to-face exchanges also permit speakers to confront listeners who would otherwise not actively seek out the information that the speaker has to offer.  In contrast, the Internet operates largely b
y providing individuals with only that information that they actively seek out.  Although the Internet does not permit face-to-face communication in the same way that traditional public fora do, the Internet, as a medium of expression, is significantly mo
re interactive than the broadcast media and the press.  \'93
[T]he Web makes it possible to establish two-way linkages with potential sympathizers.  Unlike the unidirectional nature of most mass media, websites, bulletin boards, chatrooms, and email are potentially interactive.\'94  Seth F. Kreimer, }{\i\fs26 
Technologies of Protest: Insurgent Social Movements and the First Amendment in the Era of the Internet}{\fs26 , 150 U. Pa. L. Rev. 119, 130 (2001).}}}{\fs26   In particular, whereas the architecture of real space limits the audience of 
a pamphleteer or soapbox orator to people within the speaker\rquote s immediate vicinity, the Internet renders the geography of speaker and listener irrelevant:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 Through the use of chat rooms, any person with a phone line can become a town crier with a voice that 
resonates farther than it could from any soapbox.  Through the use of Web pages, mail exploders, and newsgroups, the same individual can become a pamphleteer.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\i\fs26 Reno}{\fs26 
, 521 U.S. at 870 .  By providing patrons with Internet access, public libraries in effect open their doors to an unlimited number of potential speakers around the world, inviting the speech of any member of the public\~
who wishes to communicate with library patrons via the Internet.
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Due to the low costs for speakers and the irrelevance of geography,\~
the volume of speech available to library patrons on the Internet is enormous and far exceeds the volume of speech available to audiences in traditional public fora.  }{\i\fs26 See}{\fs26  }{\i\fs26 id.}{\fs26  at 868 (referring to \'93
the vast democratic forums of the Internet\'94).  Indeed, as noted in our findings of fact, the Web is estimated to contain over one billion pages, and is said to be growing at a rate of over 1.5 million pages per day.  }{\i\fs26 See}{\fs26  }{\i\fs26 id.
}{\fs26  at 885 (noting \'93[t]he dramatic expansion of this new marketplace of ideas\'94).  This staggering volume of content on the Internet \'93is as diverse as human thought,\'94 }{\i\fs26 id.}{\fs26  at 870, and \'93
is thus comparable, from the reader\rquote s viewpoint, to . . . a vast library including millions of readily available and indexed publications,\'94 }{\i\fs26 id.}{\fs26  at 853.  As a result of the Internet\rquote 
s unique speech-facilitating qualities, \'93it is hard to find an aspiring social movement, new or old, of left, right, or center, without a website, a bulletin board, and an email list.\'94  Kreimer, }{\i\fs26 supra}{\fs26  n.27,}{\i\fs26  }{\fs26 
at 125.  \'93[T]he growth of the Internet has been and continues to be phenomenal.\'94  }{\i\fs26 Reno}{\fs26 , 521 U.S. at 885.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
This extraordinary growth of the Internet illustrates the extent to which the Internet promotes First Amendment values in the same way that the hi
storical use of traditional public fora for speaking, handbilling, and protesting testifies to their effectiveness as vehicles for free speech.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 Martin}{\fs26 , 319 U.S. at 145 (\'93
The widespread use of this method of communication [door-to-door distribution of leaflets] by many groups espousing various causes attests its major importance.\'94); }{\i\fs26 Schneider v. State}{\fs26 , 308 U.S. 147, 164 (1939) (\'93
[P]amphlets have proved most effective instruments in the dissemination of opinion.\'94).
\par The provision of Internet access in pub
lic libraries, in addition to sharing the speech-enhancing qualities of fora such as streets, sidewalks, and parks, also supplies many of the speech-enhancing properties of the postal service, which is open to the public at large as both speakers and reci
pients of information, and provides a relatively low-cost means of disseminating information to a geographically dispersed audience.  }{\i\fs26 See}{\fs26  }{\i\fs26 Lamont v. Postmaster Gen.}{\fs26 
, 381 U.S. 301 (1965) (invalidating a content-based prior restraint on the use of the mails); }{\i\fs26 see also}{\fs26  }{\i\fs26 Blount v. Rizzi}{\fs26 , 400 U.S. 410 (1971) (same).  Indeed, the Supreme Court\rquote 
s description of the postal system in }{\i\fs26 Lamont}{\fs26  seems equally apt as a description of the Internet today: \'93the postal system . . . is now the main artery through which the busine
ss, social, and personal affairs of the people are conducted . . . .\'94  381 U.S. at 305 n.3.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In short, public libraries, by providing their patrons with access to the Internet, have created a public forum that provides any member of the publi
c free access to information from millions of speakers around the world.  The unique speech-enhancing character of Internet use in public libraries derives from the openness of the public library to any member of the public seeking to receive information,
 and the openness of the Internet to any member of the public who wishes to speak.  In particular, speakers on the Internet enjoy low barriers to entry and the ability to reach a mass audience, unhindered by the constraints of geography.}{
\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  We acknowledge that the Internet\rquote 
s architecture is a human creation, and is therefore subject to change.  The foregoing analysis of the unique speech-enhancing qualities of the Internet is limited to the Internet as currently constructed.  Indeed, the characteristics 
of the Internet that we believe render it uniquely suited to promote First Amendment values may change as the Internet\rquote s architecture evolves.  }{\i\fs26 See}{\fs26  Lawrence Lessig, }{\i\fs26 Reading the Constitution in Cyberspace}{\fs26 
, 45 Emory L.J. 869, 888 (1996) (\'93Cyberspace has no permanent nature, save the nature of a place of unlimited plasticity.  We don\rquote t }{\i\fs26 find}{\fs26  cyberspace, we build it.\'94); }{\i\fs26 see also}{\fs26  Lawrence Lessig, }{\i\fs26 
The Death of Cyberspace}{\fs26 , 57 Wash. & Lee L. Rev. 337 (2000).}}}{\fs26   Moreover, just as the development of new media \'93
presents unique problems, which inform our assessment of the interests at stake, and which may justify restrictions that would be unacceptable in other contexts,\'94 }{\i\fs26 United States v. Playboy Entm\rquote t Group, Inc.}{\fs26 
, 529 U.S. 803, 813 (2000), the development of new
 media, such as the Internet, also presents unique possibilities for promoting First Amendment values, which also inform our assessment of the interests at stake, and which we believe, in the context of the provision of Internet access in public libraries
, justify the application of heightened scrutiny to content-based restrictions that might be subject to only rational review in other contexts, such as the development of the library\rquote s print collection.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 id.}{\fs26 
 at 818 (\'93Technology expands the capacity to choose; and it denies the potential of this revolution if we assume the Government is best positioned to make these choices for us.\'94).}{\i\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
A faithful translation of First Amendment values from the context of traditional public fora such as sidewa
lks and parks to the distinctly non-traditional public forum of Internet access in public libraries requires, in our view, that content-based restrictions on Internet access in public libraries be subject to the same exacting standards of First Amendment 
scrutiny as content-based restrictions on speech in traditional public fora such as sidewalks, town squares, and parks:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 The architecture of the Internet, as it is right now, is perhaps the most important model of free speech since the founding. . . .  Two h
undred years after the framers ratified the Constitution, the Net has taught us what the First Amendment means. . . .  The model for speech that the framers embraced was the model of the Internet \endash 
 distributed, noncentralized, fully free and diverse.
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Lessig, }{\i\fs26 Code}{\fs26 , at 167, 185.  Indeed, \'93
[m]inds are not changed in streets and parks as they once were.  To an increasing degree, the more significant interchanges of ideas and shaping of public consciousness occur in mass and electronic media.\'94  }{\i\fs26 Denver Area Educ.
 Telecomms. Consortium, Inc. v. FCC}{\fs26 , 518 U.S. 727, 802\_03 (1996) (Kennedy, J., concurring in the judgment).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In providing patrons with even filtered Internet access, a public library is not exercising editorial discretion in selecting only sp
eech of particular quality for inclusion in its collection, as it may do when it decides to acquire print materials.  By providing its patrons with Internet access, public libraries create a forum in which any member of the public may receive speech from 
anyone around the world who wishes to disseminate information over the Internet.  Within this \'93vast democratic forum[],\'94 }{\i\fs26 Reno}{\fs26 , 521 U.S. at 868, which facilitates speech that is \'93as diverse as human thought,\'94 }{\i\fs26 id.}{
\fs26  at 870, software filters single out for exclusion particular speech on the basis of its disfavored content.  We hold that these content-based restrictions on patrons\rquote  access to speech are subject to strict scrutiny.
\par {\listtext\pard\plain\s17 \fs26 \hich\af0\dbch\af0\loch\f0 4.\tab}}\pard\plain \s17\qc \fi-720\li720\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\fs26   Application of Strict Scrutiny}{\pard\plain \s17\qc \fi-720\li720\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1
  Application of Strict Scrutiny}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Having concluded that strict scrutiny applies to public libraries\rquote  content-based restrictions on patrons
\rquote  access to speech on the Internet, we must next determine whether a public library\rquote s use of Internet software filters can survive strict scrutiny.  To survive strict scrutiny, a restriction on speech \'93
must be narrowly tailored to promote a compelling Government interest.  If a less restrictive alternative would serve the Government\rquote s purpose, the legislature must use that alternative.\'94  }{\i\fs26 United States v. Playboy Entm\rquote 
t Group, Inc.}{\fs26 , 529 U.S. 803, 813 (2000) (citation omitted); }{\i\fs26 see also}{\fs26  }{\i\fs26 Fabulous Assocs., Inc. v. Pa. Pub. Util. Comm\rquote n}{\fs26 
, 896 F.2d 780, 787 (3d Cir. 1990) (holding that a content-based burden on speech is permissible \'93only if [the government] shows that the restriction serves a compelling interest and that there are no less restrictive alternatives\'94).  
\par The application of strict scrutiny to a public library\rquote s use of filtering products thus requires three distinct inquiries.  First, we must identify those com
pelling government interests that the use of filtering software promotes.  It is then necessary to analyze whether the use of software filters is narrowly tailored to further those interests.  Finally, we must determine whether less restrictive alternativ
es exist that would promote the state interest.
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   State Interests}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  State Interests}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 We begin by identifying those legitimate state interests that a public library\rquote 
s use of software filters promotes. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\pard\plain \s19\qc \fi-720\li2160\ri0\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Preventing the Dissemination of Obscenity, Child Pornography, and Material Harmful to Minors}{\pard\plain 
\s19\qc \fi-720\li2160\ri0\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1
  Preventing the Dissemination of Obscenity, Child Pornography, and Material Harmful to Minors}}}{\fs26 
\par }\pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 On its face, CIPA is clearly intended to prevent public libraries\rquote  Internet terminals fro
m being used to disseminate to library patrons visual depictions that are obscene, child pornography, or in the case of minors, harmful to minors.  }{\i\fs26 See}{\fs26  CIPA \'a7 1712 (codified at 20 U.S.C. \'a7 9134(f)(1)(A) & (B)), \'a7
 1721(b) (codified at 47 U.S.C. \'a7 254(h)(6)(B) & (C)) (requiring any library that receives E-rate discounts to certify that it is enforcing \'93
a policy of Internet safety that includes the operation of a technology protection measure with respect to any of its computers with Internet access that protects against access through such computers to visual depictions\'94 that are \'93obscene\'94 or 
\'93child pornography,\'94 and, when the computers are in use by minors, also protects against access to visual depictions that are \'93harmful to minors\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The government\rquote 
s interest in preventing the dissemination of obscenity, child pornography, or, in the case of minors, material harmful to minors, is well-established.  Speech that is obscene, under the legal definition of obscenity set forth in the margin, is unp
rotected under the First Amendment, and accordingly the state has a compelling interest in preventing its distribution.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  For First Amendment purposes, obscenity is \'93limited to works which, taken as a whole, appeal to the prurient interest in sex, whi
ch portray sexual conduct in a patently offensive way, and which, taken as a whole, do not have serious literary, artistic, political, or scientific value.\'94  }{\i\fs26 Miller v. California}{\fs26 , 413 U.S. 15, 24 (1973).}}}{\fs26   }{\i\fs26 See}{
\fs26  }{\i\fs26 Miller v. California}{\fs26 , 413 U.S. 15, 18 (1973) (\'93This Court has recognized that the States have a legitimate interest in prohibiting dissemination or exhibition of obscene material.\'94); }{\i\fs26 Stanley v. Georgia}{\fs26 
, 394 U.S. 557, 563 (1969) (\'93[T]he First and Fourteenth Amendments recognize a valid governmental interest in dealing with the problem of obscenity.\'94); }{\i\fs26 Roth v. United States}{\fs26 , 354 U.S. 476, 485 (1957) (\'93
We hold that obscenity is not within the area of constitutionally protected speech of press.\'94).
\par The First Amendment also permits the state to prohibit the distribution to minors of material that, while not obscene with respect to adults, is obscene with respect to minors.  }{\i\fs26 See}{\fs26  }{\i\fs26 Ginsberg v. New York}{\fs26 
, 390 U.S. 629, 637 (1968) (holding that it is constitutionally permissible \'93to accord minors under 17 a more restricted right than that assured to adults to judge and determine for themselves what sex material they may read or see\'94
).  Proscribing the distribution of such material to minors is constitutionally justified by the government\rquote s well-recognized interest in safeguarding minors\rquote  well-being.  }{\i\fs26 See}{\fs26  }{\i\fs26 Reno v. ACLU}{\fs26 
, 521 U.S. 844, 869-70 (1997) (\'93[T]here is a compelling interest in protecting the physical and psychological well\_being of minors which extend[s] to shielding them from indecent messages that are not obscene by adult standards . . . .\'94
) (internal quotation marks and citation omitted); }{\i\fs26 New York v. Ferber}{\fs26 , 458 U.S. 747, 756-57 (1982) (\'93It is evident beyond the need for elaboration that a State\rquote s inte
rest in safeguarding the physical and psychological well-being of a minor is compelling.\'94) (internal quotation marks and citation omitted); }{\i\fs26 Ginsberg}{\fs26 , 390 U.S. at 640 (\'93
The State . . . has an independent interest in the well-being of its youth.\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The government\rquote 
s compelling interest in protecting the well-being of its youth justifies laws that criminalize not only the distribution to minors of material that is harmful to minors, but also the possession and distribution of child pornography.  }{\i\fs26 See}{
\fs26 \~}{\i\fs26 Osborne v. Ohio}{\fs26 , 495 U.S. 103, 111 (1990) (holding that a state \'93may constitutionally proscribe the possession and viewing of child pornography\'94); }{\i\fs26 Ferber}{\fs26 , 458 U.S. at 757, 763 (noting that \'93
[t]he prevention of sexual exploitation and abuse of children constitutes a government objective of surpassing importance,\'94 and holding that \'93child pornography [is] a category of material outside the protection of the First Amendment\'94).
\par Thus, a public library\rquote s use of software filters survives strict scrutiny if it is narrowly tailored to further the state\rquote 
s well-recognized interest in preventing the dissemination of obscenity and child pornography, and in preventing minors from being exposed to material harmful to their well-being.
\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Protecting the Unwilling Viewer}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Protecting the Unwilling Viewer}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Several of the libraries that use filters assert that filters serve the libraries\rquote 
 interest in preventing patrons from being unwillingly exposed to sexually explicit speech that the patrons find offensive.
  Nearly every library proffered by either the government or the plaintiffs received complaints, in varying degrees of frequency, from library patrons who saw other patrons accessing sexually explicit material on the library\rquote s Internet terminals.

\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In general, First Amendment jurisprudence is reluctant to recognize a legitimate state interest in protecting the unwilling viewer from speech that is constitutionally protected.  \'93Where the designed benefit of a content-based speech restric
tion is to shield the sensibilities of listeners, the general rule is that the right of expression prevails, even where no less restrictive alternative exists.  We are expected to protect our own sensibilities simply by averting our eyes.\'94  }{\i\fs26 
Playboy}{\fs26 , 529 U.S. at 813 (2000) (internal quotation marks and citation omitted); }{\i\fs26 see also}{\fs26  }{\i\fs26 Erznoznik v. City of Jacksonville}{\fs26 , 422 U.S. 205, 209 (1975) (\'93
[W]hen the government, acting as censor, undertakes selectively to shield the public from some kinds of speech on the ground that they are more offensive than others, the First Amendment strictly limits its power.\'94).
\par For example, in }{\i\fs26 Cohen v. California}{\fs26 , 403 U.S. 15 (1971), the Supreme Court reversed defendant\rquote s conviction for wearing, in a municipal courthouse, a jacket bearing the inscription \'93Fuck the Draft.\'94  The Court noted that \'93
much has been made of the claim that Cohen\rquote s distasteful mode of expression was thrust upon unwilling or unsuspecting viewers, and that the State might therefore legitimately act as it did in o
rder to protect the sensitive from otherwise unavoidable exposure to appellant\rquote s crude form of protest.\'94  }{\i\fs26 Id.}{\fs26  at 21.  This justification for suppressing speech failed, however, because it \'93
would effectively empower a majority to silence dissidents simply as a matter of personal predilections.\'94  }{\i\fs26 Id.}{\fs26   The Court concluded that \'93
[t]hose in the Los Angeles courthouse could effectively avoid further bombardment of their sensibilities simply by averting their eyes.\'94  }{\i\fs26 Id.}{\fs26 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Similarly, in }{\i\fs26 Erznoznik}{\fs26 
, the Court invalidated on its face a municipal ordinance prohibiting drive-in movie theaters from showing films containing nudity if they were visible from a public street or place.  The city\rquote s \'93
primary argument [was] that it may protect its citizens against unwilling exposure to materials that may be offensive.\'94  422 U.S. at 208.  The Court soundly rejected this interest in shielding the unwilling viewer:
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 The plain, if at times disquieting, truth is that in our pluralistic society, constantly proliferating new
 and ingenious forms of expression, we are inescapably captive audiences for many purposes.  Much that we encounter offends our esthetic, if not our political and moral, sensibilities.  Nevertheless, the Constitution does not permit government to decide w
h
ich types of otherwise protected speech are sufficiently offensive to require protection for the unwilling listener or viewer.  Rather, absent . . . narrow circumstances . . . the burden normally falls upon the viewer to avoid further bombardment of his s
ensibilities simply by averting his eyes.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 422 U.S. at 210-11 (internal quotation marks and citation omitted).
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 The state\rquote s interest in protecting unwilling viewers from exposure to patently offensive material is accounted for, to some degree, by obscenity d
octrine, which originated in part to permit the state to shield the unwilling viewer.  \'93The }{\i\fs26 Miller}{\fs26  standard, like its predecessors, was an accommodation between the State\rquote 
s interests in protecting the sensibilities of unwilling recipients from exposure to pornographic material and the dangers of censorship inherent in unabashedly content-based laws.\'94  }{\i\fs26 Ferber}{\fs26 
, 458 U.S. at 756 (internal quotation marks and citation omitted); }{\i\fs26 see also}{\fs26  }{\i\fs26 Miller}{\fs26 , 413 U.S. at 18-19 (\'93This Court has recognized that the States have a
 legitimate interest in prohibiting dissemination or exhibition of obscene material when the mode of dissemination carries with it a significant danger of offending the sensibilities of unwilling recipients or of exposure to juveniles.\'94
) (citation omitted).  To the extent that speech has serious literary, artistic, political, or scientific value, and therefore is not obscene under the }{\i\fs26 Miller}{\fs26  test of obscenity, the state\rquote 
s interest in shielding unwilling viewers from such speech is tenuous.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 No
netheless, the Court has recognized that in certain limited circumstances, the state has a legitimate interest in protecting the public from unwilling exposure to speech that is not obscene.  This interest has justified restrictions on speech \'93
when the speaker intrudes on the privacy of the home, or the degree of captivity makes it impractical for the unwilling viewer or auditor to avoid exposure.\'94  }{\i\fs26 Erznoznik}{\fs26 , 422 U.S. at 209 (citations omitted).  Thus, in }{\i\fs26 
FCC v. Pacifica Foundation}{\fs26 , 438 U.S. 726 (1978), the Court relied on the state\rquote s interest in shielding viewers\rquote  sensibilities to uphold a prohibition against profanity in radio broadcasts:
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 Patently offensive, indecent material presented over the airwaves confronts the citizen, not only in public, but also in the privacy of the home, where the individual\rquote 
s right to be left alone plainly outweighs the First Amendment rights of an intruder.  Because the broadcast audience is constantly tuning in and out, prior warnings cannot completely protect the listener or viewer from unexpected program content.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Id.}{\fs26  at 748 (citation omitted); }{\i\fs26 accord}{\fs26  }{\i\fs26 Frisby v. Schultz}{\fs26 , 487 U.S. 474, 485 (1988) (\'93
Although in many locations, we expect individuals simply to avoid speech they do not want to hear, the home is different.\'94); }{\i\fs26 see also}{\fs26  }{\i\fs26 Lehman v. City of Shaker Heights}{\fs26 
, 418 U.S. 298, 302 (1974) (plurality opinion) (upholding a content-based restriction on the sale of advertising space in public transit vehicles and noting that \'93[t]he streetcar audience is a captive audience\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Although neither the Supreme Court nor the Third Circuit has recognized a compelling state interest in shielding the sensibilities of unwilling viewers, beyond laws intended to preserve the privacy of individuals\rquote  homes or to protect captive
 audiences, we do not read the case law as categorically foreclosing recognition, in the public library setting, of the state\rquote s interest in protecting unwilling viewers.  }{\i\fs26 See}{\fs26  }{\i\fs26 Pacifica}{\fs26 , 438 U.S. at 749 n.27 (\'93
Outside the home, the balance between the offensive speaker and the unwilling audience may }{\i\fs26 sometimes}{\fs26  tip in favor of the speaker, requiring the offended listener to turn away.\'94
) (emphasis added).  Under certain circumstances, therefore a public library might have a compelling interest in protecting library patrons and staff from unwilling exposure to sexually explicit speech that, although not obscene, is patently offensive.

\par {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Preventing Unlawful or Inappropriate Conduct}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Preventing Unlawful or Inappropriate Conduct}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Several of the librarians pr
offered by the government testified that unfiltered Internet access had led to occurrences of criminal or otherwise inappropriate conduct by library patrons, such as public masturbation, and harassment of library staff and patrons, sometimes rising to the
 level of physical assault.  As in the case with patron complaints, however, the government adduced no quantitative data comparing the frequency of criminal or otherwise inappropriate patron conduct before the library\rquote 
s use of filters and after the library\rquote s use of filters.  The sporadic anecdotal accounts of the government\rquote s library witnesses were countered by anecdotal accounts by the plaintiffs\rquote 
 library witnesses, that incidents of offensive patron behavior in public libraries have long predated the advent of Internet access.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Aside from a public library\rquote 
s interest in preventing patrons from using the library\rquote s Internet terminals to receive obscenity or child pornography, which constitutes criminal conduct, we are constrained to reject any compelling state interest in\~regulating patrons\rquote 
 conduct as a justification for content-based restrictions on patrons\rquote  Internet access.  \'93[T]he Court\rquote s First Amendment cases draw vital distinctions between words and deeds, between ideas and conduct.\'94  }{\i\fs26 Ashcroft}{\fs26 
, 122 S. Ct. at 1403.  First Amendment jurisprudence makes clear that speech may not be restricted on the ground that r
estricting speech will reduce crime or other undesirable behavior that the speech is thought to cause, subject to only a narrow exception for speech that \'93
is directed to inciting or producing imminent lawless action and is likely to incite or produce such action.\'94  }{\i\fs26 Brandenburg v. Ohio}{\fs26 , 395 U.S. 444, 447 (1969) (per curiam).  \'93
The mere tendency of speech to encourage unlawful acts is insufficient reason for banning it.\'94  }{\i\fs26 Ashcroft}{\fs26 , 122 S. Ct. at 1403.
\par Outside of the narrow \'93incitement\'94 exception, the appropriate method of deterring unlawful or otherwise undesirable behavior is not to suppress the speech that induces such behavior, but to attach sanctions to the behavior itself.  \'93
Among free men, the deterrents ordinarily to be applied to prevent crime are education and punishment for violations of the law, not abridgement of the rights of free speech.\'94  }{\i\fs26 Kingsley Int\rquote 
l Pictures Corp. v. Regents of the Univ. of the State of New York}{\fs26 , 360 U.S. 684, 689 (1959) (quoting }{\i\fs26 Whitney v. Cal.}{\fs26 , 274 U.S. 357, 378 (1927) (Brandeis, J., concurring)); }{\i\fs26 see also}{\fs26  }{\i\fs26 Bartnicki v. Vopper}
{\fs26 , 532 U.S. 514, 529 (2001) (\'93The normal method of deterring unlawful conduct is to impose an appropriate punishment on the person who engages in it.\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl {\listtext\pard\plain\s19 \fs26 \hich\af0\dbch\af0\loch\f0 4.\tab}\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Summary}{\pard\plain \s19\qc \fi-720\li2160\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx2160\faauto\ls1\ilvl2\outlinelevel2\rin0\lin2160\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Summary}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 In sum, we reject a public library\rquote 
s interest in preventing unlawful or otherwise inappropriate patron conduct as a basis for restricting patrons\rquote  access to speech on the Internet.  The proper method for a library to deter unlawful or inappropriate patron conduct
, such as harassment or assault of other patrons, is to impose sanctions on such conduct, such as either removing the patron from the library, revoking the patron\rquote 
s library privileges, or, in the appropriate case, calling the police.  We believe, however, 
that the state interests in preventing the dissemination of obscenity, child pornography, or in the case of minors, material harmful to minors, and in protecting library patrons from being unwillingly exposed to offensive, sexually explicit material, coul
d all justify, for First Amendment purposes, a public library\rquote 
s use of Internet filters, provided that use of such filters is narrowly tailored to further those interests, and that no less restrictive means of promoting those interests exist.  Accordingly, we turn to the narrow tailoring question.
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 2.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Narrow Tailoring}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Narrow Tailoring}}}{\fs26 
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Having identified the relevant state interests that could justify content-based restrictions on public libraries\rquote  provision of Internet access, we must 
determine whether a public library\rquote s use of software filters is narrowly tailored to further those interests.  \'93It is not enough to show that the Government\rquote 
s ends are compelling; the means must be carefully tailored to achieve those ends.\'94  }{\i\fs26 Sable Communications of Cal., Inc. v. FCC}{\fs26 , 492 U.S. 115, 126 (1989).  \'93
[M]anifest imprecision of [a] ban . . . reveals that its proscription is not sufficiently tailored to the harms it seeks to prevent to justify . . . substantial interference with . . . speech.\'94  }{\i\fs26 FCC}{\fs26  }{\i\fs26 v.}{\fs26  }{\i\fs26 
League of Women Voters of Cal.}{\fs26 , 468 U.S. 364, 392 (1984).
\par The commercially available filters on which evidence was presented at trial all block many thousands of Web pages that are clearly not harmful to minors, and many thousands more pages that, while
 possibly harmful to minors, are neither obscene nor child pornography. \~}{\i\fs26 See}{\fs26  }{\i\fs26 supra}{\fs26 , Subsection II.E.7.  Even the defendants\rquote  own expert, after analyzing filtering products\rquote 
 performance in public libraries, concluded that of the blocked Web pages to which library patrons sought access, between 6% and 15% contained no content that meets even the filtering products\rquote 
 own definitions of sexually explicit content, let alone the legal definitions of obscenity or child pornography, which none of the filtering compa
nies that were studied use as the basis for their blocking decisions.  Moreover, in light of the flaws in these studies, discussed in detail in our findings of fact above, these percentages significantly underestimate the amount of speech that filters err
oneously block, and at best provide a rough lower bound on the filters\rquote 
 rates of overblocking.  Given the substantial amount of constitutionally protected speech blocked by the filters studied, we conclude that use of such filters is not narrowly tailored with respect to the government\rquote 
s interest in preventing the dissemination of obscenity, child pornography, and material harmful to minors.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
To be sure, the quantitative estimates of the rates of overblocking apply only to those four commercially available filters analyzed by plaintiffs\rquote  and defendants\rquote 
 expert witnesses.  Nonetheless, given the inherent limitations in the current state of the art of automated classification systems, and the limits of human review in relation to the size, rate of
 growth, and rate of change of the Web, there is a tradeoff between underblocking and overblocking that is inherent in }{\i\fs26 any}{\fs26  filtering technology, as our findings of fact have demonstrated.  We credit the testimony of plaintiffs\rquote 
 expert witness, Dr. Geoffrey
 Nunberg, that no software exists that can automatically distinguish visual depictions that are obscene, child pornography, or harmful to minors, from those that are not.  Nor can software, through keyword analysis or more sophisticated techniques, consis
tently distinguish web pages that contain such content from web pages that do not.\tab 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In light of the absence of any automated method of classifying Web pages, filtering companies are left with the Sisyphean task of using human review to identi
fy, from among the approximately two billion web pages that exist, the 1.5 million new pages that are created daily, and the many thousands of pages whose content changes from day to day, those particular web pages to be blocked.  To cope with the Web
\rquote s ex
traordinary size, rate of growth, and rate of change, filtering companies that rely solely on human review to block access to material falling within their category definitions must use a variety of techniques that will necessarily introduce substantial a
mounts of overblocking.  These techniques include blocking every page of a Web site that contains only some content falling within the filtering companies\rquote 
 category definitions, blocking every Web site that shares an IP-address with a Web site whose content falls within the category definitions, blocking \'93loophole sites,\'94
 such as anonymizers, cache sites, and translation sites, and allocating staff resources to reviewing content of uncategorized pages rather than re-reviewing pages, domain names, or IP-addre
sses that have been already categorized to determine whether their content has changed.  While a filtering company could choose not to use these techniques, due to the overblocking errors they introduce, if a filtering company does not use such techniques
, its filter will be ineffective at blocking access to speech that falls within its category definitions.
\par Thus, while it would be easy to design, for example, a filter that blocks only ten Web sites, all of which are either obscene, child pornography, or ha
rmful to minors, and therefore completely avoids overblocking, such a filter clearly would not comply with CIPA, since it would fail to offer any meaningful protection against the hundreds of thousands of Web sites containing speech in these categories.  
A
s detailed in our findings of fact, any filter that blocks enough speech to protect against access to visual depictions that are obscene, child pornography, and harmful to minors, will necessarily overblock substantial amounts of speech that does not fall
 within these categories.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 This finding is supported by the government
\rquote s failure to produce evidence of any filtering technology that avoids overblocking a substantial amount of protected speech.  Where, as here, strict scrutiny applies to a c
ontent-based restriction on speech, the burden rests with the government to show that the restriction is narrowly tailored to serve a compelling government interest.  }{\i\fs26 See}{\fs26  }{\i\fs26 Playboy}{\fs26 , 529 U.S. at 816 (\'93
When the Government restricts speech, the Government bears the burden of proving the constitutionality of its actions.\'94); }{\i\fs26 see also}{\fs26  }{\i\fs26 R.A.V. v. City of St. Paul}{\fs26 , 505 U.S. 377, 382 (1992) (\'93
Content-based regulations are presumptively invalid.\'94).  Thus, it is the government\rquote 
s burden, in this case, to show the existence of a filtering technology that both blocks enough speech to qualify as a technology protection measure, for purposes of CIPA, and avoids overblocking a substantial amount of constitutionally protected speech.

\par Here, the government has failed to meet its burden.  Indeed, as discussed in our findings of fact, every technology protection measure used by the government\rquote s library witnesses or analyzed by the government\rquote 
s expert witnesses blocks access to
 a substantial amount of speech that is constitutionally protected with respect to both adults and minors.  In light of the credited testimony of Dr. Nunberg, and the inherent tradeoff between overblocking and underblocking, together with the government
\rquote s failure to offer evidence of any technology protection measure that avoids overblocking, we conclude that any technology protection measure that blocks a sufficient amount of speech to comply with CIPA\rquote s requirement that it \'93
protect[] against access through such computers to visual depictions that are \endash  (I) obscene; (II) child pornography; or (III) harmful to minors\'94
 will necessarily block substantial amounts of speech that does not fall within these categories.  CIPA \'a7 1712 (codified at 20 U.S.C. \'a7 9134(f)(1)(A)).  Hence, any public library\rquote 
s use of a software filter required by CIPA will fail to be narrowly tailored to the government\rquote s compelling interest in preventing the dissemination, through Internet terminals in public libraries, of visual depictions 
that are obscene, child pornography, or harmful to minors.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Where, as here, strict scrutiny applies, the government may not justify restrictions on constitutionally }{\i\fs26 protected}{\fs26  speech on the ground that such restrictions are necessary in order 
for the government effectively to suppress the dissemination of constitutionally }{\i\fs26 unprotected}{\fs26  speech, such as obscenity and child pornography.  \'93
The argument . . . that protected speech may be banned as a means to ban unprotected speech . . . . turns the First Amendment upside down.  The Government may not suppress lawful speech as the means to suppress unlawful speech.\'94  }{\i\fs26 Ashcroft}{
\fs26 , 122 S. Ct. at 1404.  This rule reflects the judgment that \'93[t]he possible harm to society in permitting some unprotected speech to go unpunished is outweighed by the possibility that protected speech of others may be muted . . . .\'94}{\i\fs26 
 }{\fs26  }{\i\fs26 Broadrick v. Oklahoma}{\fs26 , 413 U.S. at 612.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Thus, in }{\i\fs26 Ashcroft}{\fs26 
, the Supreme Court rejected the government\rquote s argument that a statute criminalizing the distribution of constitutionally protected \'93virtual\'94
 child pornography, produced through computer imaging technology without the use of real children, was necessary to further the state\rquote s interest in prosecuting the dissemination of constitutional
ly unprotected child pornography produced using real children, since \'93the possibility of producing images by using computer imaging makes it very difficult for [the government] to prosecute those who produce pornography using real children.\'94  }{
\i\fs26 Ashcroft}{\fs26 , 122 S. Ct. at 1404; }{\i\fs26 see also Stanley}{\fs26 
, 394 U.S. at 567-58 (holding that individuals have a First Amendment right to possess obscene material, even though the existence of this right makes it more difficult for the states to further their legitimate interest in
 prosecuting the distribution of obscenity).  By the same token, even if the use of filters is effective in preventing patrons from receiving constitutionally unprotected speech, the government\rquote 
s interest in preventing the dissemination of such speech cannot justify the use of the technology protection measures mandated by CIPA, which necessarily block substantial amounts of constitutionally protected speech.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
CIPA thus resembles the Communications Decency Act, which the Supreme Court facially invalidated in }{\i\fs26 Reno v. ACLU}{\fs26 
, 521 U.S. 844 (1997).  Although on its face, the CDA simply restricted the distribution to minors of speech that was constitutionally unprotected with respect to minors, as a practical matter, given Web sites\rquote  difficulties in i
dentifying the ages of Internet users, the CDA effectively prohibited the distribution to adults of material that was constitutionally protected with respect to adults.}{\cs15\fs26\super \chftn {\footnote \pard\plain 
\ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  The Supreme Court in }{\i\fs26 Reno}{\fs26  explained:
\par 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 
The District Court found that at the time of trial existing technology did not include any effective method for a sender to prevent minors from obtaining access to its communications on the Internet without also denying access to adults.  The Court found 
no effective way to determine the age of a user who is accessing material through e-mail, mail exploders, newsgroups, or chat rooms.  As a practical matter, the Court also found that it would be prohibitively expensive for noncommercial \endash 
 as well as some commercial \endash  speakers who have Web sites to verify that their users are adults.  These limitations must inevitably curtail a significant amount of adult communication on the Internet.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Reno}{\fs26 , 521 U.S. at 876-77 (citation omitted).}}}{\fs26   Similarly, although on its
 face, CIPA, like the CDA, requires the suppression of only constitutionally unprotected speech,  it is impossible as a practical matter, given the state of the art of filtering technology, for a public library to comply with CIPA without also blocking si
gnificant amounts of constitutionally protected speech.  We therefore hold that a library\rquote s use of a technology protection measure required by CIPA is not narrowly tailored to the government\rquote 
s legitimate interest in preventing the dissemination of visual depictions that are obscene, child pornography, or in the case of minors, harmful to minors.
\par For the same reason that a public library\rquote s use of software filters is not narrowly tailored to further the library\rquote s interest in preventing its computers from being
 used to disseminate visual depictions that are obscene, child pornography, and harmful to minors, a public library\rquote s use of software filters is not narrowly tailored to further the library\rquote 
s interest in protecting patrons from being unwillingly exposed to
 offensive, sexually explicit material.  As discussed in our findings of fact, the filters required by CIPA block substantial numbers of Web sites that even the most puritanical public library patron would not find offensive, such as }{\fs26\ul 
http://federo.com}{\fs26 , a Web site that promotes federalism in Uganda, which N2H2 blocked as \'93Adults Only, Pornography,\'94 and }{\fs26\ul http://www.vvm.com/~bond/home.htm}{\fs26 , a site for aspiring dentists, which was blocked by Cyberpatrol as 
\'93Adult/Sexually Explicit.\'94  We list many more such examples in our findings of fact, }{\i\fs26 see}{\fs26  }{\i\fs26 supra}{\fs26 , and find that such erroneously blocked sites number in at least the thousands.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Although we have found large amounts of overblocking, even if only a small percentage of sites blocked are erroneously blocked, either with respect to the state\rquote 
s interest in preventing adults from viewing material that is obscene or child pornography and in preventing minors from viewing material that is harmful to minors, or with respect to the state\rquote s interest in preventing
 library patrons generally from being unwillingly exposed to offensive, sexually explicit material, this imprecision is fatal under the First Amendment.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 Reno}{\fs26 , 521 U.S. at 874 (\'93
[T]he CDA lacks the precision that the First Amendment requires when a statute regulates the content of speech.\'94); }{\i\fs26 League of Women Voters}{\fs26 , 468 U.S. at 398 (\'93
[E]ven if some of the hazards at which [the challenged provision] was aimed are sufficiently substantial, the restriction is not crafted with sufficient precision to remedy 
those dangers that may exist to justify the significant abridgement of speech worked by the provision\rquote s broad ban . . . .\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
While the First Amendment does not demand perfection when the government restricts speech in order to advance a comp
elling interest, the substantial amounts of erroneous blocking inherent in the technology protection measures mandated by CIPA are more than simply }{\i\fs26 de minimis}{\fs26  instances of human error.  \'93
The line between speech unconditionally guaranteed and speech which may legitimately be regulated, suppressed, or punished is finely drawn.  Error in marking that line exacts an extraordinary cost.\'94  }{\i\fs26 Playboy}{\fs26 
, 529 U.S. at 817 (internal quotation marks and citation omitted).  Indeed, \'93precision of regulation must be the touchstone in an area so closely touching our most precious freedoms.\'94  }{\i\fs26 
Keyishian v. Bd. of Regents of the Univ. of the State of N.Y.}{\fs26 , 385 U.S. 589, 603 (1967) (internal quotation marks and citation omitted); }{\i\fs26 see also}{\fs26  }{\i\fs26 Bantam Books, Inc. v. Sullivan}{\fs26 , 372 U.S. 58, 66 (1963) (\'93
The separation of legitimate from illegitimate speech calls for sensitive tools.\'94) (internal quotation marks and citation omitted).  Where the government draws content-based restrictions on speech in order to advance a compelling government i
nterest, the First Amendment demands the precision of a scalpel, not a sledgehammer.  We believe that a public library\rquote 
s use of the technology protection measures mandated by CIPA is not narrowly tailored to further the governmental interests at stake.
\par Although the strength of different libraries\rquote 
 interests in blocking certain forms of speech may vary from library to library, depending on the frequency and severity of problems experienced by each particular library, we conclude, based on our findings of fact, that any public library\rquote 
s use of a filtering product mandated by CIPA will necessarily fail to be narrowly tailored to address the library\rquote s legitimate interests.  Because it is impossible for a public library to comply with CIPA without blocking substa
ntial amounts of speech whose suppression serves no legitimate state interest, we therefore hold that CIPA is facially invalid, even under the more stringent standard of facial invalidity urged on us by the government, which would require upholding CIPA i
f it is possible for just a single library to comply with CIPA\rquote s conditions without violating the First Amendment.  }{\i\fs26 See}{\fs26  }{\i\fs26 supra}{\fs26  Part III.
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 3.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Less Restrictive Alternatives}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Less Restrictive Alternatives}}}{\fs26 
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The constitutional infirmity of a public library\rquote 
s use of software filters is evidenced not only by the absence of narrow tailoring, but also by the existence of less restrictive alternatives that further the government\rquote s legitimate interests.  }{\i\fs26 See}{\fs26  }{\i\fs26 Playboy}{\fs26 
, 529 U.S. at 813 (\'93If a less restrictive alternative would serve the Government\rquote s purpose, the legislature must use that alternative.\'94); }{\i\fs26 Sable}{\fs26 , 492 U.S. at 126 (\'93
The Government may . . . regulate the content of constitutionally protected speech in order to promote a compelling interest if it chooses the least restrictive means to further the articulated interest.\'94).
\par As is the case with the narrow tailoring requirement, the government bears the burden of proof in showing the ineffectiveness of less restrictive alternatives. \~\'93When a plausi
ble, less restrictive alternative is offered to a content-based speech restriction, it is the Government\rquote s obligation to prove that the alternative will be ineffective to achieve its goals.\'94  }{\i\fs26 Playboy}{\fs26 , 529 U.S. at 816; }{
\i\fs26 see also}{\fs26  }{\i\fs26 Reno}{\fs26 , 521 U.S. at 879 (\'93The b
readth of this content-based restriction of speech imposes an especially heavy burden on the Government to explain why a less restrictive provision would not be as effective . . . .\'94); }{\i\fs26 Fabulous Assocs., Inc. v. Pa. Pub. Util. Comm\rquote n}{
\fs26 , 896 F.2d 780, 787 (3d Cir. 1990) (\'93
We focus . . . on the more difficult question whether the Commonwealth has borne its heavy burden of demonstrating that the compelling state interest could not be served by restrictions that are less intrusive on protected forms of expression.\'94
) (internal quotation marks and citation omitted).  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
We find that there are plausible, less restrictive alternatives to the use of software filters that would serve the government\rquote s interest in preventing the dissemination of obscenity and 
child pornography to library patrons.  In particular, public libraries can adopt Internet use policies that make clear to patrons that the library\rquote 
s Internet terminals may not be used to access illegal content.  Libraries can ensure that their patrons are 
aware of such policies by posting them in prominent places in the library, requiring patrons to sign forms agreeing to comply with the policy before the library issues library cards to patrons, and by presenting patrons, when they log on to one of the lib
rary\rquote s Internet terminals, with a screen that requires the user to agree to comply with the library\rquote s policy before allowing the user access to the Internet.
\par Libraries can detect violations of their Internet use policies either through direct observation or through review of the library\rquote 
s Internet use logs.  In some cases, library staff or patrons may directly observe a patron accessing obscenity and child pornography.  Libraries\rquote  Internet use logs, however, also provide libraries with a means of detecting v
iolations of their Internet use policies.  These logs, which can be kept regardless whether a library uses filtering software, record the URL of every Web page accessed by patrons.  Although ordinarily the logs do not link particular URLs with particular 
p
atrons, it is possible, using access logs, to identify the patron who viewed the Web page corresponding to a particular URL, if library staff discover in the access logs the URL of a Web page containing obscenity or child pornography.  For example, David 
Biek, Director of Tacoma Public Library\rquote 
s main branch, testified that in the course of scanning Internet use logs he has found what looked like attempts to access child pornography, notwithstanding the fact that Tacoma uses Websense filtering software.  In 
two cases, he communicated his findings to law enforcement and turned over the logs to law enforcement in response to a subpoena.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  To the extent that filtering software is effective in identifying URLs of Web pages containing obscenity or child porno
graphy, libraries may use filtering software as a tool for identifying URLs in their Internet use logs that fall within these categories, without requiring patrons to use filtering software. \~
As the study of Benjamin Edelman, an expert witness for the plaintiffs, demonstrates, it is possible to develop software that automatically tests a list of URLs, such as the list of URLs in a public library\rquote 
s Internet use logs, to determine whether any of those URLs would be blocked by a particular software filter as f
alling within a particular category.  Alternatively, library staff can review the Internet use logs by hand, skimming the list of URLs for those that are likely to correspond to Web pages containing obscenity or child pornography, as is the practice of Ta
coma\rquote 
s David Biek, who testified as a government witness.  Under either method, public libraries can assure patrons of their privacy by tracing a given URL to a particular patron only after determining that the URL corresponds to a Web site whose content is
 illegal.}}}{\fs26  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Once a violation of a library\rquote 
s Internet use policy is detected through the methods described above, a library may either issue the patron a warning, revoke the patron\rquote s Internet privileges, or notify law enforcement, if the libr
ary believes that the patron violated either state obscenity laws or child pornography laws.  Although these methods of detecting use of library computers to access illegal content are not perfect, and a library, out of respect for patrons\rquote 
 privacy, may ch
oose not to adopt such policies, the government has failed to show that such methods are substantially less effective at preventing patrons from accessing obscenity and child pornography than software filters.  As detailed in our findings of fact, the und
e
rblocking that results from the size, rate of change, and rate of growth of the Internet significantly impairs the software filters from preventing patrons from accessing obscenity and child pornography.  Unless software filters are themselves perfectly e
ffective at preventing patrons from accessing obscenity and child pornography, \'93[i]t is no response that [a less restrictive alternative] . . . may not go perfectly every time.\'94  }{\i\fs26 Playboy}{\fs26 , 529 U.S. at 824; }{\i\fs26 cf.}{\fs26  }{
\i\fs26 Denver Area Educ. Telecomm. Consortium, Inc. v. FCC}{\fs26 , 518 U.S. 727, 759 (1996) (\'93No provision . . . short of an absolute ban, can offer certain protection against assault by a determined child.\'94). 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The government has not offered any data comparing the frequency with which obscenity and child pornography is accessed at libraries that enforce their Internet use policies through software filters with the frequency with which obscenity and child pornogr
aphy is accessed at public libraries that enforce their Internet use policies through methods other than software filters.  Although the government\rquote 
s library witnesses offered anecdotal accounts of a reduction in the use of library computers to access sexua
lly explicit speech when filtering software was mandated, these anecdotal accounts are not a substitute for more robust analyses comparing the use of library computers to access child pornography and material that meets the legal definition of obscenity i
n libraries that use blocking software and in libraries that use alternative methods.  }{\i\fs26 Cf.}{\fs26   }{\i\fs26 Playboy}{\fs26 , 529 U.S. at 822 (\'93[T]he Government must present more than anecdote and supposition.\'94). 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
We acknowledge that some library staff will be uncomfortable using the \'93tap-on-the-shoulder\'94 method of enforcing the library\rquote 
s policy against using Internet terminals to access obscenity and child pornography.  The Greenville County Library, for example, experienced high turnover among library staff when staff were required to enforce the library\rquote 
s Internet use policy through the tap-on-the-shoulder technique.  Given filters\rquote  inevitable underblocking, however, even a library that uses filtering will have to
 resort to a tap-on-the-shoulder method of enforcement, where library staff observes a patron openly violating the library\rquote 
s Internet use policy, by, for example, accessing material that is obviously child pornography but that the filtering software failed to block.  Moreover, a library employee\rquote 
s degree of comfort in using the tap-on-the-shoulder method will vary from employee to employee, and there is no evidence that it is impossible or prohibitively costly for public libraries to hire at least some empl
oyees who are comfortable enforcing the library\rquote s Internet use policy.
\par We also acknowledge that use of a tap on the shoulder delegates to librarians substantial discretion to determine which Web sites a patron may view.  Nonetheless, we do not believe that this putative \'93prior restraint\'94
 problem can be avoided through the use of software filters, for they effectively delegate to the filtering company the same unfettered discretion to determine which Web sites a patron may view.  Moreover, as noted above, violations of a public library
\rquote s Internet use policy may be detected not only by direct observation, but also by reviewing the library\rquote s Internet use logs after the fact, which alleviates the need for library staff to directly confront patrons while they are
 viewing obscenity or child pornography.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Similar less restrictive alternatives exist for preventing minors from accessing material harmful to minors.  First, libraries may use the tap-on-the-shoulder method when minors are observed using the
 Internet to access material that is harmful to minors.  Requiring minors to use specific terminals, for example in a children\rquote s room, that are in direct view of library staff will increase the likelihood that library staff will detect minors
\rquote  use of the Internet to access material harmful to minors.  Alternatively, public libraries could require minors to use blocking software only if they are unaccompanied by a parent, or only if their parent consents in advance to their child
\rquote s unfiltered use of the Internet.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
 We need not decide whether these less restrictive alternatives would themselves be constitutional.  }{\i\fs26 See}{\fs26  }{\i\fs26 Fabulous Assocs., Inc. v. Pa. Pub. Util. Comm\rquote n}{\fs26 , 896 F.2d 780, 787 n.6 (3d Cir. 1990) (\'93
We intimate no opinion on the constitutionality of [a less restrictive alternative to the challenged law] . . ., inasmuch as we consider merely [its] comparative restrictiveness . . . .\'94).}}}{\fs26   \'93
A court should not assume that a plausible, less restrictive alternative would be ineffective; and a court should not presume parents, given full information, will fail to act.\'94  }{\i\fs26 Playboy}{\fs26 , 529 U.S. at 824.  
\par In contrast to the \'93harmful to minors\'94 statute upheld in }{\i\fs26 Ginsberg v. New York}{\fs26 , 390 U.S. 629 (1968), which permitted parents to determine whether to provide their ch
ildren with access to material otherwise prohibited by the statute, CIPA, like the Communications Decency Act, which the Court invalidated in }{\i\fs26 Reno}{\fs26 , contains no exception for parental consent:
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 [W]e noted in }{\i\fs26 Ginsberg}{\fs26  that \'93the prohibition against sales to minors does not bar parents who so desire from purchasing the magazines for their children.\'94
  Under the CDA, by contrast, neither the parents\rquote  consent \endash  nor even their participation \endash  in the communication would avoid the application of the statute.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Reno}{\fs26 , 521 U.S. at 865 (citation omitted); }{\i\fs26 see also}{\fs26  }{\i\fs26 Ginsberg}{\fs26 , 390 U.S. at 639 (\'93
It is cardinal with us that the custody, care, and nurture of the child reside first in the parents, whose primary function and freedom include preparation for obligations the state can neither supply nor hinder.\'94 (quoting }{\i\fs26 
Prince v. Massachusetts}{\fs26 , 321 U.S. 158, 166 (1944))).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 The Court in }{\i\fs26 Playboy}{\fs26 
 acknowledged that although a regime of permitting parents voluntarily to block cable channels containing sexually explicit progra
mming might not be a completely effective alternative to the challenged law, which effectively required cable operators to transmit sexually explicit programming only during particular hours, the challenged law itself was not completely effective in servi
ng the government\rquote s interest: 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 
There can be little doubt, of course, that under a voluntary blocking regime, even with adequate notice, some children will be exposed to signal bleed; and we need not discount the possibility that a graphic image could have a
 negative impact on a young child.  It must be remembered, however, that children will be exposed to signal bleed under time channeling as well. . . .  The record is silent as to the comparative effectiveness of the two alternatives.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Playboy}{\fs26 , 529 U.S. at 
826.  Similarly, in this case, the government has offered no evidence comparing the effectiveness of blocking software and alternative methods used by public libraries to protect children from material harmful to minors.
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Finally, there are other less restrictive alternatives to filtering software that further public libraries\rquote 
 interest in preventing patrons from unwillingly being exposed to patently offensive, sexually explicit content on the Internet.  To the extent that public libraries are concerned with
 protecting patrons from accidentally encountering such material while using the Internet, public libraries can provide patrons with guidance in finding the material they want and avoiding unwanted material. \~
Some public libraries also offer patrons the option of using filtering software, if they so desire.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 Rowan v. Post Office Dept.}{\fs26 
, 397 U.S. 728 (1970) (upholding a federal statute permitting individuals to instruct the Postmaster General not to deliver advertisements that are \'93erotically arousing or sexually provocative\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
With respect to protecting library patrons from sexually explicit content viewed by other patrons, public libraries have used a variety of less restrictive methods.  One alternative is simply to segregate filtered fro
m unfiltered terminals, and to place unfiltered terminals outside of patrons\rquote 
 sight-lines and areas of heavy traffic.  Even the less restrictive alternative of allowing unfiltered access on only a single terminal, well out of the line of sight of other pat
rons, however, is not permitted under CIPA, which requires the use of a technology protection measure on every computer in the library.  }{\i\fs26 See}{\fs26  CIPA \'a7 1721(b)(6)(C) (codified at 47 U.S.C. \'a7 254(h)(6)(C)), CIPA \'a7
 1712 (codified at 20 U.S.C. \'a7 9134(f)(1)(A)) (requiring a public library receiving E-rate discounts or LSTA grants to certify that it \'93
has in place a policy of Internet safety that includes the operation of a technology protection measure with respect to }{\i\fs26 any}{\fs26  of its computers with Internet access . . . .\'94 (emphasis added)); }{\i\fs26 
 In re Federal-State Joint Board on Universal Service: Children\rquote s Internet Protection Act}{\fs26 , CC Docket No. 96-45, Report and Order, FCC 01-120, \'b6 30 (Apr. 5, 2001)  (\'93CIPA makes no distinction between computers used only by staff and th
ose accessible to the public.\'94).
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Alternatively, libraries can use privacy screens or recessed monitors to prevent patrons from unwillingly being exposed to material viewed by other patrons.  We acknowledge that privacy screens and recessed m
onitors suffer from imperfections as alternatives to filtering.  Both impose costs on the library, particularly recessed monitors, which, according to the government\rquote 
s library witnesses, are expensive.  Moreover, some libraries have experienced problems wi
th patrons attempting to remove the privacy screens.  Privacy screens and recessed monitors also make it difficult for more than one person to work at the same terminal.
\par These problems, however, are not insurmountable.  While there is no doubt that privacy
 screens and recessed terminals impose additional costs on libraries, the government has failed to show that the cost of privacy screens or recessed terminals is substantially greater than the cost of filtering software and the resources needed to maintai
n
 such software.  Nor has the government shown that the cost of these alternatives is so high as to make their use prohibitive.  With respect to the problem of patrons removing privacy screens, we find, based on the successful use of privacy screens by the
 
Fort Vancouver Regional Library and the Multnomah County Public Library, that it is possible for public libraries to prevent patrons from removing the screens.  Although privacy screens may make it difficult for patrons to work at the same terminal side b
y side with other patrons or with library staff, a library could provide filtered access at terminals that lack privacy screens, when patrons wish to use a terminal with others.  Alternatively, a library can reserve terminals outside of patrons\rquote 
 sight lines for groups of patrons who wish unfiltered access.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
We therefore conclude that the government has failed to show that the less restrictive alternatives discussed above are ineffective at furthering the government\rquote s interest either in preventi
ng patrons from using library computers to access visual depictions that are obscene, child pornography, or in the case of minors, harmful to minors, or in preventing library patrons from being unwillingly exposed to patently offensive, sexually explicit 
speech.
\par {\listtext\pard\plain\s18 \fs26 \hich\af0\dbch\af0\loch\f0 4.\tab}}\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26   Do CIPA\rquote s Disabling Provisions Cure the Defect?}{\pard\plain \s18\qc \fi-720\li1440\ri0\sl480\slmult1\nowidctlpar
\tx-1440\jclisttab\tx1440\faauto\ls1\ilvl1\outlinelevel1\rin0\lin1440\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1  Do CIPA\rquote s Disabling Provisions Cure the Defect?}}}{\fs26 
\par }\pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The Government argues that even if the use of software filters mandated by CIPA blocks a substantial amount of speech whose suppression serves no legitimate state interest, and therefore fails strict scrutiny\rquote s narrow tailoring requirement, CIPA
\rquote s disabling provisions cure any lack of narrow tailoring inherent in filtering technology.  The disabling provision applicable to libraries receiving LSTA grants states that \'93
[a]n administrator, supervisor, or other authority may disable a technology protection measure . . . to enable access for bona fide research or other lawful purposes.\'94  CIPA \'a7 1712(a)(2) (codified at 20 U.S.C. \'a7 9134(f)(3)).  CIPA\rquote 
s disabling provision with respect to libraries receiving E-rate discounts similarly states that \'93
[a]n administrator, supervisor, or other person authorized by the certifying authority . . . may disable the technology protection measure concerned, during use by an adult, to enable access for bona fide research or other lawful purpose.\'94  CIPA \'a7
 1721(b) (codified at 47 U.S.C. \'a7 254(h)(6)(D)).  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
To determine whether the disabling provisions cure CIPA\rquote s lack of narrow tailoring, we must first determine, as a matter of statutory construction, under what circumstances the disabling provisions permit libraries to disable the software filters.}
{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
 Whereas the disabling provision applicable to libraries t
hat receive LSTA grants permits disabling for both adults and minors, the disabling provision applicable to libraries that receive E-rate discounts permits disabling only during adult use.  Thus, the disabling provision applicable to libraries receiving E
-rate discounts cannot cure the constitutional infirmity of CIPA\rquote s requirement that libraries receiving E-rate discounts use software filters when their Internet terminals are in use by minors.}}}{\fs26   It is unclear to us whether CIPA\rquote 
s disabling provisions permi
t libraries to disable the filters any time a patron wishes to access speech that is neither obscenity, child pornography, or in the case of a minor patron, material that is harmful to minors.  Whether CIPA permits disabling in such instances depends on t
he meaning of the provisions\rquote  reference to \'93bona fide research or other lawful purpose.\'94  On the one hand, the language \'93to enable access for bona fide research or other lawful purpose\'94 could be interpreted to mean \'93
to enable access to all constitutionally protected material.\'94
  As a textual matter, this reading of the disabling provisions is plausible.  If a patron seeks access to speech that is constitutionally protected, then it is reasonable to conclude that the patron has a \'93lawful purpose,\'94 since the di
ssemination and receipt of constitutionally protected speech cannot be made unlawful.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Moreover, since a narrower construction of the disabling provision creates more constitutional problems than a construction of the disabling provisions tha
t permits access to all constitutionally protected speech, the broader interpretation is preferable.  \'93
[I]f an otherwise acceptable construction of a statute would raise serious constitutional problems, and where an alternative interpretation of the statute is fairly possible, we are obligated to construe the statute to avoid such problems.\'94  }{\i\fs26 
INS v. St. Cyr}{\fs26 , 121 S. Ct. 2271, 2279 (2001) (internal quotation marks and citations omitted).}{\i\fs26  }{\fs26  On the other hand, interpreting CIPA\rquote s disabling provisions to permit d
isabling for access to all constitutionally protected speech presents several problems.  First, if \'93other lawful purpose\'94 means \'93for the purpose of accessing constitutionally protected speech,\'94 then this reading renders superfluous CIPA
\rquote s reference to \'93bona fide research,\'94 which clearly contemplates some purpose beyond simply accessing constitutionally protected speech.  In general, \'93courts should disfavor interpretations of statutes that render language superfluous.\'94
 }{\i\fs26 Conn. Nat\rquote l Bank v. Germain}{\fs26 , 503 U.S. 249, 253 (1992).
\par Furthermore, Congress is clearly capable of explicitly specifying categories of constitutionally unprotected speech, as it did when it drafted CIPA to require funding recipients to use technology protection measures that protect against vis
ual depictions that are \'93obscene,\'94 \'93child pornography,\'94 or, in the case of minors, \'93harmful to minors.\'94  CIPA \'a7 1712(a) (codified at 20 U.S.C. \'a7 9134(f)(1)(A)(i)(I)-(III)); CIPA \'a7 1721(b) (codified at 47 U.S.C. \'a7
 254(h)(6)(B)(i)(I)-(III)).  If Congress intended CIPA\rquote 
s disabling provisions simply to permit libraries to disable the filters to allow access to speech falling outside of these categories, Congress could have drafted the disabling provisions with greater precision, expressly permitting libraries t
o disable the filters \'93to enable access for any material that is not obscene, child pornography, or in the case of minors, harmful to minors,\'94 rather than \'93to enable access for bona fide research or other lawful purposes,\'94
 which is the language that Congress actually chose.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
At bottom, however, we need not definitively construe CIPA\rquote s disabling provisions, since it suffices in this case to assume without deciding that the disabling provisions permit libraries to allow a patron access to any sp
eech that is constitutionally protected with respect to that patron.  Although this interpretation raises fewer constitutional problems than a narrower interpretation, this interpretation of the disabling provisions nonetheless fails to cure CIPA\rquote 
s lack of
 narrow tailoring.  Even if the disabling provisions permit public libraries to allow patrons to access speech that is constitutionally protected yet erroneously blocked by the software filters, the requirement that library patrons ask a state actor
\rquote s permission to access disfavored content violates the First Amendment.
\par The Supreme Court has made clear that content-based restrictions that require recipients to identify themselves before being granted access to disfavored speech are subject to no less scrutiny than outright bans on access to such speech. \~In }{\i\fs26 
Lamont v. Postmaster General}{\fs26 , 381 U.S. 301 (1965), for example, the Court held that a federal statute requiring the Postmaster General to halt delivery of communist propaganda unless the addressee affirma
tively requested the material violated the First Amendment:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 
We rest on the narrow ground that the addressee in order to receive his mail must request in writing that it be delivered.  This amounts in our judgment to an unconstitutional abridgment of the addressee\rquote 
s First Amendment rights.  The addressee carries an affirmative obligation which we do not think the Government may impose on him.  This requirement is almost certain to have a deterrent effect, especially as respects those who have sensitive positions.

\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\i\fs26 Id.}{\fs26  at 307.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Similarly, in }{\i\fs26 
Denver Area Educational Telecommunications Consortium, Inc. v. FCC}{\fs26 , 518 U.S. 727 (1996), the Court held unconstitutional a federal law requiring cable operators to allow access to patently offensive, sexually 
explicit programming only to those subscribers who requested access to the programming in advance and in writing.  }{\i\fs26 Id.}{\fs26  at 732-33.  As in }{\i\fs26 Lamont}{\fs26 , the Court in }{\i\fs26 Denver}{\fs26 
 reasoned that this content-based restriction on recipients\rquote  access to speech would have an impermissible chilling effect:  \'93
[T]he written notice requirement will . . . restrict viewing by subscribers who fear for their reputations should the operator, advertently or inadvertently, disclose the list of those who wish to watch the \lquote patently offensive\rquote  channel.\'94
  }{\i\fs26 Id.}{\fs26  at 754; }{\i\fs26 see also}{\fs26  }{\i\fs26 Fabulous Assocs., Inc. v. Pa. Pub. Util. Comm\rquote n}{\fs26 
, 896 F.2d 780, 785 (3d Cir. 1990) (considering the constitutionality of a state law requiring telephone users who wish to listen to sexually explicit telephone messages to
 apply for an access code to receive such messages, and invalidating the law on the ground that \'93[a]n identification requirement exerts an inhibitory effect\'94).
\par We believe that CIPA\rquote s disabling provisions suffer from the same flaws as the restrictions on speech in }{\i\fs26 Lamont}{\fs26 , }{\i\fs26 Denver}{\fs26 , and }{\i\fs26 Fabulous Associates}{\fs26 
.  By requiring library patrons affirmatively to request permission to access certain speech singled out on the basis of its content, CIPA will deter patrons from requesting that a library disable filters to a
llow the patron to access speech that is constitutionally protected, yet sensitive in nature. \~
As we explain above, we find that library patrons will be reluctant and hence unlikely to ask permission to access, for example, erroneously blocked Web sites co
ntaining information about sexually transmitted diseases, sexual identity, certain medical conditions, and a variety of other topics.  As discussed in our findings of fact, software filters block access to a wide range of constitutionally protected speech
, including Web sites containing information that individuals are likely to wish to access anonymously.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 \sect }\sectd 
\sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
That library patrons will be deterred from asking permission to access Web sites containing certain kinds of content is evi
dent as a matter of common sense as well as amply borne out by the trial record.  Plaintiff Emmalyn Rood, who used the Internet at a public library to research information relating to her sexual identity, testified that she would have been unwilling as a 
young teen to ask a librarian to disable filtering software so that she could view materials concerning gay and lesbian issues.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  Software filters sometimes incorrectly block access to, }{\i\fs26 inter alia}{\fs26 , Web sites dealing with issues relating to sexual ident
ity.  For example, the \'93Gay and Lesbian Chamber of Southern Nevada,\'94 }{\cs23\fs26\ul\cf2 http://www.lambdalv.com}{\cs23\fs26\cf2 ,}{\fs26  \'93}{\b\f29\fs26 
a forum for the business community to develop relationships within the Las Vegas lesbian, gay transsexual, and bisexual community\'94 was blocked by N2H2 as \'93Adults Only, Pornography.\'94 }{\fs26 
 The home page of the Lesbian and Gay Havurah of the Long Beach, California Jewish Community Center, }{\fs26\ul http://www.compupix.com/gay/havurah.htm}{\fs26 , was blocked by N2H2 as \'93Adults Only, Pornography,\'94 by Smartfilter as \'93Sex,\'94
 and by Websense as \'93Sex.\'94}}}{\fs26 
  Similarly, plaintiff Mark Brown stated that he would have been too embarrassed to ask a librarian to disable filtering software if it had impeded his ability to research surgery options for his mother when she was treated for breast cancer.}{
\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26 
 Among the types of Web sites that filters erroneously block are Web sites dealing with health issues, such as the Web site of the Willis-Knighton Cancer Center, a Shreveport, Louisiana cancer treatment facility, }{\fs26\ul http://cancerftr.wkmc.com}{
\fs26 , which was blocked by Websense under the \'93Sex\'94 category.}}}{\fs26   As explained in our findings of fact, }{\i\fs26 see}{\fs26  }{\i\fs26 supra}{\fs26 
 at Subsection II.D.2.b, the reluctance of patrons to request permission to access Web sites that were erroneously blocked is further established by the low nu
mber of patron unblocking requests, relative to the number of erroneously blocked Web sites, in those public libraries that use software filters and permit patrons to request access to incorrectly blocked Web sites.  }{\i\fs26 Cf.}{\fs26  }{\i\fs26 
Fabulous Assocs.}{\fs26 , 896 F.2d at 786 (\'93On the record before us, there is more than enough evidence to support the district court\rquote s finding that access codes will chill the exercise of some users\rquote 
 right to hear protected communications.\'94).
\par To be sure, the government demonstrated that it is poss
ible for libraries to permit patrons to request anonymously that a particular Web site be unblocked.  In particular, the Tacoma Public Library has configured its computers to present patrons with the option, each time the software filter blocks their acce
s
s to a Web page, of sending an anonymous email to library staff requesting that the page be unblocked.  Moreover, a library staff member periodically scans logs of URLs blocked by the filters, in an effort to identify erroneously blocked sites, which the 
library will subsequently unblock.  Although a public library\rquote 
s ability to permit anonymous unblocking requests addresses the deterrent effect of requiring patrons to identify themselves before gaining access to a particular Web site, we believe that it fails adequately to address the overblocking problem.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In particular, even allowing anonymous requests for unblocking burdens patrons\rquote  access to speech, since such requests cannot immediately be acted on.  Although the Tacoma Public Library, for
 example, attempts to review requests for unblocking within 24 hours, requests sometimes are not reviewed for several days.  And delays are inevitable in libraries with branches that lack the staff necessary immediately to review patron unblocking request
s.  Because many Internet users \'93surf\'94
 the Web, visiting hundreds of Web sites in a single session and spending only a short period of time viewing many of the sites, the requirement that a patron take the time to affirmatively request access to a blocked W
eb site and then wait several days until the site is unblocked will, as a practical matter, impose a significant burden on library patrons\rquote  use of the Internet.  Indeed, a patron\rquote 
s time spent requesting access to an erroneously blocked Web site and checkin
g to determine whether access was eventually granted is likely to exceed the amount of time the patron would have actually spent viewing the site, had the site not been erroneously blocked.  This delay is especially burdensome in view of many libraries
\rquote  practice of limiting their patrons to a half hour or an hour of Internet use per day, given the scarcity of terminal time in relation to patron demand.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The burden of requiring library patrons to ask permission to view Web sites whose content is disfavored resembles the burden that the Supreme Court found unacceptable in }{\i\fs26 Denver}{\fs26 
, which invalidated a federal law requiring cable systems operators to block subscribers\rquote  access to channels containing sexually explicit programming, unless subscribers requested unblocking in advance.  The Court reasoned that \'93
[t]hese restrictions will prevent programmers from broadcasting to viewers who select programs day by day (or, through \lquote surfing,\rquote  minute by minute) . . . .\'94  }{\i\fs26 Denver}{\fs26 , 518 U.S. at 754.  Similarly, in }{\i\fs26 
Fabulous Associates}{\fs26 , the Third Circuit explained that a law preventing adults from listening to sexually explicit phone messages unless they applied in advance for access to such messages would burden adults\rquote 
 receipt of constitutionally protected speech, given consumers\rquote  tendency to purchase such speech on impulse.  }{\i\fs26 See}{\fs26  }{\i\fs26 Fabulous Assocs.}{\fs26 
, 896 F.2d at 785 (noting that officers of two companies that sell access to sexually explicit recorded phone messages \'93testified that it is usually \lquote impulse callers\rquote  who uti
lize these types of services, and that people will not call if they must apply for an access code\'94).
\par In sum, in many cases, as we have noted above, library patrons who have been wrongly denied access to a Web site will decline to ask the library to disable the filters so that the patron can access the Web site. \~
Moreover, even if patrons requested unblocking every time a site is erroneously blocked, and even if library staff granted every such request, a public library\rquote s use of blocking software would still impermissibly burden patrons\rquote 
 access to speech based on its content. \~The First Amendment jurisprudence of the Supreme Court and the Third Circuit makes clear that laws imposing content-based burdens on access to speech are no less offensive to the First 
Amendment than laws imposing content-based prohibitions on speech:
\par }\pard \ql \li720\ri720\sl480\slmult1\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 
It is of no moment that the statute does not impose a complete prohibition.  The distinction between laws burdening and laws banning speech is but a matter of degree.  The Government\rquote s cont
ent-based burdens must satisfy the same rigorous scrutiny as its content-based bans. . . .  When the purpose and design of a statute is to regulate speech by reason of its content, special consideration or latitude is not afforded to the Government merely
 because the law can somehow be described as a burden rather than outright suppression.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\i\fs26 United States v. Playboy Entm\rquote 
t Group, Inc.}{\fs26 , 529 U.S. 803, 812, 826 (2000) (invalidating a federal law requiring cable television operators to limit the transmission of sexually explicit programming to the hours between 10:00 p.m. and 6:00 a.m.); }{\i\fs26 see also}{\fs26  }{
\i\fs26 Fabulous Assocs.}{\fs26 , 896 F.2d at 785 (\'93[H]ere . . . there is no outright prohibition of indecent communication.  However, the First Amendment protects against government inhibition as well as prohibition.\'94
) (internal quotation marks and citation omitted).
\par }\pard \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 Even if CIPA\rquote s disabling provisions could be perfectly implemented by library staff every time patrons request access to an erroneously blocked Web site, we 
hold that the content-based burden that the library\rquote s use of software filters places on patrons\rquote  access to speech suffers from the same constitutional deficiencies as a complete ban on patrons\rquote 
 access to speech that was erroneously blocked by filters, since patrons will often be deterred from asking the library to unblock a site and patron requests cannot be immediately reviewed.  We therefore hold that CIPA\rquote 
s disabling provisions fail to cure CIPA\rquote s lack of narrow tailoring.
\par {\listtext\pard\plain\s17 \fs26 \hich\af0\dbch\af0\loch\f0 5.\tab}}\pard\plain \s17\qc \fi-720\li720\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\fs26   Conclusion; Severability}{\pard\plain \s17\qc \fi-720\li720\ri0\sl480\slmult1\nowidctlpar\tx-1440\jclisttab\tx720\faauto\ls1\outlinelevel0\rin0\lin720\itap0 \v\fs26\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\tc {\fs26 \tcl1
  Conclusion; Severability}}}{\fs26  
\par {\listtext\pard\plain\s17 \fs26 \hich\af0\dbch\af0\loch\f0 1.\tab}\sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Based upon the foregoing discussion, we hold that a public library\rquote s content-based restriction on patrons\rquote 
 access to speech on the Internet is subject to strict scrutiny.  Every item in a library\rquote s print coll
ection has been selected because library staff, or a party to whom staff delegates the decision, deems the content to be particularly valuable.  In contrast, the Internet, as a forum, is open to any member of the public to speak, and hence, even when a li
brary provides filtered Internet access,\~
it creates a public forum in which the vast majority of the speech has been reviewed by neither librarians nor filtering companies.  Under public forum doctrine, where the state creates such a forum open to any membe
r of the public to speak on an unlimited number of subjects, the state\rquote 
s decision selectively to exclude certain speech on the basis of its content, is subject to strict scrutiny, since such exclusions risk distorting the marketplace of ideas that the state has created.
\par Application of strict scrutiny to public libraries\rquote  content-based restrictions on their patrons\rquote  access to the Internet finds further support in the analogy to traditional public fora, such as sidewalks, parks, and squares, in which content-
based restrictions on speech are always subject to strict scrutiny.  Like these traditional public fora, Internet access in public libraries uniquely promotes First Amendment values, by offering low barriers to entry to speakers and listeners.  The conten
t of speech on the Internet is as diverse as human thought, and the extent to which the Internet promotes First Amendment values is evident from the sheer breadth of speech that this new medium enables.  
\par To survive strict scrutiny, a public library\rquote s use o
f filtering software must be narrowly tailored to further a compelling state interest, and there must be no less restrictive alternative that could effectively further that interest.  We find that, given the crudeness of filtering technology, any technolo
gy protection measure mandated by CIPA will necessarily block access to a substantial amount of speech whose suppression serves no legitimate government interest.  This lack of narrow tailoring cannot be cured by CIPA\rquote 
s disabling provisions, because patrons will often be deterred from asking the library\rquote s permission to access an erroneously blocked Web page, and anonymous requests for unblocking cannot be acted on without delaying the patron\rquote 
s access to the blocked Web page, thereby impermissibly burdening access to speech on the basis of its content. 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Moreover, less restrictive alternatives exist to further a public library\rquote s legitimate interests in preventing its computers from being used to access obscenity, child pornography, or in the case
 of minors, material harmful to minors, and in preventing patrons from being unwillingly exposed to patently offensive, sexually explicit speech.  Libraries may use a variety of means to monitor their patrons\rquote 
 use of the Internet and impose sanctions on patrons who violate the library\rquote 
s Internet use policy.  To protect minors from material harmful to minors, libraries could grant minors unfiltered access only if accompanied by a parent, or upon parental consent, or could require minors to use unfiltered ter
minals in view of library staff.  To prevent patrons from being unwillingly exposed to offensive, sexually explicit content, libraries can offer patrons the option of using blocking software, can place unfiltered terminals outside of patrons\rquote 
 sight lines, 
and can use privacy screens and recessed monitors.  While none of these less restrictive alternatives are perfect, the government has failed to show that they are significantly less effective than filtering software, which itself fails to block access to 
large amounts of speech that fall within the categories sought to be blocked.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
In view of the severe limitations of filtering technology and the existence of these less restrictive alternatives, we conclude that it is not possible for a public
 library to comply with CIPA without blocking a very substantial amount of constitutionally protected speech, in violation of the First Amendment.  Because this conclusion derives from the inherent limits of the filtering technology mandated by CIPA, it h
olds for any library that complies with CIPA\rquote s conditions.  Hence, even under the stricter standard of facial invalidity proposed by the government, which would require us to uphold CIPA if only a single library can comply with CIPA\rquote 
s conditions without vio
lating the First Amendment, we conclude that CIPA is facially invalid, since it will induce public libraries, as state actors, to violate the First Amendment.  Because we hold that CIPA is invalid on these grounds, we need not reach the plaintiffs\rquote 
 alterna
tive theories that CIPA is invalid as a prior restraint on speech and is unconstitutionally vague.  Nor need we decide whether CIPA is invalid because it requires public libraries, as a condition on the receipt of federal funds, to relinquish their own Fi
rst Amendment rights to provide the public with unfiltered Internet access, a theory that we nonetheless feel constrained to discuss (at length) in the margin.}{\cs15\super \chftn {\footnote \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  Although in light of our disposition of the plaintiffs\rquote  }{\i\fs26 Dole }{\fs26 claim, we do not rule upon plaintiffs\rquote  contention that CIPA
\rquote s conditioning of funds on the installation of filtering software violates the doctrine of unconstitutional conditions, we are mindful of the need to frame the disputed legal issues and to develop a full factual record for th
e certain appeal to the Supreme Court.  }{\i\fs26 Cf. Ashcroft v. ACLU}{\fs26 , 2002 U.S. LEXIS 3421 (May 13, 2002) (remanding the case to the Court of Appeals to review the legal and factual bases on which the District Court granted plaintiffs\rquote 
 motion for a preliminary injunction after vacating its opinion that relied on a different ground from the ones used by the District Court).   Although we do not decide the plaintiffs\rquote 
 unconstitutional conditions claim, we think that our findings of fact on public libraries, their use of the Internet, and the technological limitations of Internet filtering software, }{\i\fs26 see supra }{\fs26 
Subsections II.D-E, and our framing of the legal issue here, would allow the Supreme Court to decide the issue if it deems it necessary to resolve this case.
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 The doctrine of unconstitutional conditions \'93holds that the government \lquote 
may not deny a benefit to a person on a basis that infringes his constitutionally protected . . . freedom of speech\rquote  even if he has no entitlement to that benefit.\'94 }{\i\fs26  Bd. of County Comm\rquote rs v. Umbehr}{\fs26 
, 518 U.S. 668, 674 (1996) (quoting }{\i\fs26 Perry v. Sindermann}{\fs26 
, 408 U.S. 593, 597 (1972)).  In this case, the plaintiffs argue that CIPA imposes an unconstitutional condition on libraries who receive E-rate and LSTA subsidies by requiring them, as a cond
ition on their receipt of federal funds, to surrender their First Amendment right to provide the public with access to constitutionally protected speech.  Under this theory, even if it does not violate the First Amendment for a public library to use filte
ring software, it nonetheless violates the First Amendment for the federal government to require public libraries to use filters as a condition of the receipt of federal funds.  
\par The government contends that this case does not fall under the unconstitutiona
l conditions framework because: (1) as state actors, the recipients of the funds (the public libraries) are not protected by the First Amendment, and therefore are not being asked to relinquish any constitutionally protected rights; and (2) although libra
ry patrons are undoubtedly protected by the First Amendment, they are not the funding recipients in this case, and libraries may not rely on their patrons\rquote  rights in order to state an unconstitutional conditions claim.
\par It is an open question in this Circuit
 whether Congress may violate the First Amendment by restricting the speech of public entities, such as municipalities or public libraries.  The only U.S. Supreme Court opinion to weigh in on the issue is a concurrence by Justice Stewart, joined by Chief 
Justice Burger and Justice Rehnquist, in which he opined that municipalities and other arms of the state are not protected by the First Amendment from governmental interference with their expression.  }{\i\fs26 
See Colum. Broad. Sys., Inc. v. Democratic Nat\rquote l Comm.}{\fs26 , 412 U.S. 94, 139 (1973) (Stewart, J., concurring) (\'93The First Amendment protects the press }{\i\fs26 from}{\fs26  governmental interference; it confers no analogous protection }{
\i\fs26 on }{\fs26 the Government.\'94); }{\i\fs26 see also id. }{\fs26 at 139 n.7 (\'93The purpose of the First Amendment is to protect p
rivate expression and nothing in the guarantee precludes the government from controlling its own expression or that of its agents.\'94) (quoting Thomas Emerson, }{\i\fs26 The System of Freedom of Expression}{\fs26 
 700 (1970) (internal quotation marks omitted)).  The Court has
 subsequently made it clear, however, that it considers it to be an open question whether municipalities acting in their capacity as employers have First Amendment rights, suggesting that the question whether public entities are ever protected by the Firs
t Amendment also remains open.  }{\i\fs26 See City of Madison Joint Sch. Dist. No. 8 v. Wisc. Employment Relations Comm\rquote n}{\fs26 , 429 U.S. 167, 175 n.7 (1976) (\'93
We need not decide whether a municipal corporation as an employer has First Amendment rights to hear the views of its citizens and employees.\'94).
\par Several courts of appeals have cited Justice Stewart\rquote s concurrence in }{\i\fs26 Columbia Broadcasting Systems}{\fs26  and have, with little discussion or analysis, concluded that a \'93government . . . speaker is not itself protected by the firs
t amendment.\'94  }{\i\fs26 Warner Cable Communications, Inc. v. City of Niceville}{\fs26 , 911 F.2d 634, 638 (11th Cir. 1990); }{\i\fs26 see also NAACP v. Hunt}{\fs26 , 891 F.2d 1555, 1565 (11th Cir. 1990) (\'93[T]he First Amendment protects citizens
\rquote  speech only from government regulation; government speech itself is not protected by the First Amendment.\'94); }{\i\fs26 Student Gov\rquote t Ass\rquote n v. Bd. of Trustees of the Univ. of Mass.}{\fs26 
, 868 F.2d 473, 481 (1st Cir. 1989) (concluding that the legal services organization run by a state university, \'93as a state entity, itself has no First Amendment rights\'94); }{\i\fs26 Estiverne v. La. State Bar Ass\rquote n}{\fs26 
, 863 F.2d 371, 379 (5th Cir. 1989) (noting that \'93the first amendment does not protect government speech\'94).  
\par We do not think that the question whether public librar
ies are protected by the First Amendment can be resolved as simply as these cases suggest.  This difficulty is demonstrated by the reasoning of the Seventh Circuit in a case in which that court considered whether municipalities are protected by the First 
Amendment and noted that it is an open question that could plausibly be answered in the affirmative, yet declined to decide it:
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \fi720\li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 Only a few cases address the question whether municipalities or other state subdivisions or agencies have any First Amendment ri
ghts. . . .  The question is an open one in this circuit, and we do not consider the answer completely free from doubt.  For many purposes, for example diversity jurisdiction and Fourteenth Amendment liability, municipalities are treated by the law as if 
they were persons.  }{\i\fs26 Monell v. Department of Social Services}{\fs26 , 436 U.S. 658, 690 (1978); }{\i\fs26 Moor v. County of Alameda}{\fs26 
, 411 U.S. 693, 717-18 (1973).  There is at least an argument that the marketplace of ideas would be unduly curtailed if municipalities could not
 freely express themselves on matters of public concern, including the subsidization of housing and the demographic makeup of the community. 
\par To the extent, moreover, that a municipality is the voice of its residents\emdash is, indeed, a megaphone amplifying voices that might not otherwise be audible\emdash 
a curtailment of its right to speak might be thought a curtailment of the unquestioned First Amendment rights of those residents.  }{\i\fs26 See}{\fs26  Meir Dan-Cohen, \'93Freedoms of Collective Speech: A Theory of Protected Communicatio
ns by Organizations, Communities, and the State,\'94 79 Calif. L. Rev. 1229, 1261-63 (1991); }{\i\fs26 cf. Student Government Ass\rquote n v. Board of Trustees, supra}{\fs26 
, 868 F.2d at 482.  Thus if federal law imposed a fine on municipalities that passed resolutions condemning ab
ortion, one might suppose that a genuine First Amendment issue would be presented.  Against this suggestion can be cited the many cases which hold that municipalities lack standing to invoke the Fourteenth Amendment against actions by the state. E.g., }{
\i\fs26 Coleman v. Miller}{\fs26 , 307 U.S. 433, 441 (1939); }{\i\fs26 Williams v. Mayor & City Council of Baltimore}{\fs26 , 289 U.S. 36, 40 (1933); }{\i\fs26 City of East St. Louis v. Circuit Court for the Twentieth Judicial Circuit}{\fs26 
, 986 F.2d 1142, 1144 (7th Cir. 1993).  But it is one thing to hold that a municipality cannot interpose the Fourteenth Amendment between itself and the state of which it is the creature, }{\i\fs26 Anderson v. City of Boston}{\fs26 
, 380 N.E.2d 628, 637-38 (Mass. 1978), appeal dismissed for want of a substantial federal question, 439 U.S. 1060 (1979), and another to hold that a municipality has no rights against the federal government or another state. }{\i\fs26 
 Township of River Vale v. Town of Orangetown}{\fs26 , 403 F.2d 684, 686 (2d Cir. 1968), distinguishes between these two types of cases.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }{\i\fs26 Creek v. Village of Westhaven}{\fs26 , 80 F.3d 186, 192-93 (7th Cir. 1996).  
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 We also note that there is no textual support in the First Amendment for distinguishing between, for example, municipal corporations, and private corporations, which the Court has recogn
ized have cognizable First Amendment rights.  }{\i\fs26 First Nat\rquote l Bank of Boston v. Bellotti}{\fs26 , 435 U.S. 765, 775-76 (1978).  Unlike other provisions in the Bill of Rights, which the Supreme Court has held to be \'93purely personal\'94
 and thus capable of being invoked only by individuals, the First Amendment is not phrased in terms of who holds the right, but rather what is protected.  }{\i\fs26 Compare }{\fs26 U.S. Const. amend V (\'93No }{\i\fs26 person }{\fs26 
shall be held to answer . . .\'94) (emphasis added) }{\i\fs26 with }{\fs26 U.S. Const. amend I (\'93Congress shall make no law . . . abridging the freedom of speech, or of the press . . . .\'94); }{\i\fs26 see also United States v. White}{\fs26 
, 322 U.S. 694, 698-701 (1944) (holding that the privilege against self-incrimination applies only to natural persons).  
\par The Supreme Court relied on this distinction (i.e., that the First Amendment protects a class of speech rather than a class of speakers) in a similar context in }{\i\fs26 Bellotti}{\fs26 
.  There, the Court invalidated a Massachusetts statute that prohibited corporations from spending money to influence ballot initiatives that did not bear directly on their \'93property, business or assets.\'94  }{\i\fs26 Id. }{\fs26 
at 768.  In so holding, the Court rejected the argument that the First Amendment protects only an individual\rquote s expression.  The Court wrote: 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 The Constitution often protects interests broader than those of the party seeking their vindication. . . .  The proper question therefore is not whether corporations \'93have\'94
 First Amendment rights and, if so, whether they are coextensive with those of natural persons.  Instead, the question must be whether [the government is] abridg[ing] expression that the First Amendment was meant to protect.  
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }{\i\fs26 Id. }{\fs26 at 776.  The Court thus concluded that corporations are entitled to assert First Amendment claims as speakers, noting that \'93[t]he 
inherent worth of the speech in terms of its capacity for informing the public does not depend upon the identity of its source, whether corporation, association, union, or individual.\'94  }{\i\fs26 Id. }{\fs26 at 777.  
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 In view of the foregoing, the notion that public librari
es may assert First Amendment rights for the purpose of making an unconstitutional conditions claim is clearly plausible, and may well be correct.  But even if it is not, we think it plausible that they could rely on their patrons\rquote 
 rights, even though thei
r patrons are not the ones who are directly receiving the federal funding.  In similar cases, the Supreme Court has entertained unconstitutional conditions claims both by the organizations that receive federal funding and by their constituents. }{\i\fs26 
 See Legal Servs. Corp. v. Velazquez}{\fs26 , 531 U.S. 533, 537 (2001) (\'93
Lawyers employed by New York City LSC grantees, together with private LSC contributors, LSC indigent clients, and various state and local public officials whose governments contribute to LSC grantees, b
rought suit . . . to declare the restriction [on LSC lawyers\rquote  ability advocate the amendment of or to challenge the constitutionality of existing welfare law] . . . invalid.\'94);}{\i\fs26  Rust v. Sullivan}{\fs26 , 500 U.S. 173, 181 (1991) (\'93
Petitioners are Title X grantees a
nd doctors who supervise Title X funds suing on behalf of themselves and their patients. . . .  Petitioners challenged the regulations on the grounds that . . . they violate the First and Fifth Amendment rights of Title X clients and the First Amendment r
ights of Title X health providers.\'94);}{\i\fs26  FCC v. League of Women Voters of Cal.}{\fs26 , 468 U.S. 364, 370 n.6 (1984) (reviewing a First Amendment challenge to conditions on public broadcasters\rquote 
 receipt of federal funds, in which the plaintiffs included not only the owner of a public television station, but also viewers of the station\rquote s programs, including the League of Women Voters, and \'93
Congressman Henry Waxman, . . . a regular listener and viewer of public broadcasting\'94).  
\par The question whether CIPA\rquote s requirement tha
t libraries use filtering software constitutes an unconstitutional condition is not an easy one.  The Supreme Court has held that it violates the First Amendment for the federal government to require public broadcasting stations that receive federal funds
 not to editorialize, }{\i\fs26 see}{\fs26  }{\i\fs26 League of Women Voters}{\fs26 , 468 U.S. at 366, 402; for states to subsidize \'93newspaper and religious, professional, trade, and sports journals,\'94 but not \'93general interest magazines,\'94 }{
\i\fs26 Ark. Writers\rquote  Project, Inc. v. Ragland}{\fs26 , 481 U.S. 221, 223 (1987); for a state university to subsidize student publications only on the condition that they do not \'93
primarily promote[] or manifest[] a particular belief in or about a deity or an ultimate reality,\'94 }{\i\fs26 Rosenberger v. Rector & Visitors of Univ. of Va.}{\fs26 
, 515 U.S. 819, 823 (1995); and for the federal government to prevent legal services providers who receive federal funds from seeking to \'93amend or otherwise challenge existing welfare law.\'94 }{\i\fs26 Velazquez}{\fs26 
, 531 U.S. at 537.  On the other hand, the Supreme Court has held that it does not violate the First Amendment for the federal government to require healthcare providers who receive federal funds not to \'93
encourage, promote or advocate abortion as a method of family planning,\'94 }{\i\fs26 Rust}{\fs26 , 500 U.S. at 180; for the federal government to subsidize charitable organizations only if they do not engage in lobbying activity, }{\i\fs26 see}{\fs26  }{
\i\fs26 Regan v. Taxation with Representation}{\fs26 , 461 U.S. 540 (1983); and for the National Endowment for the Arts, in awarding grants on the basis of artistic excellence, to \'93
take into consideration general standards of decency and respect for the diverse beliefs and values of the American Public.\'94  }{\i\fs26 NEA v. Finley}{\fs26 , 524 U.S. 569, 572 (1998).
\par In light of the facts that we discuss above regarding the operation of public libraries, and the limits of Internet filtering software, }{\i\fs26 see supra }{\fs26 
Sections II.D-E, we believe that the plaintiffs have a good argument that this case is more analogous to }{\i\fs26 League of Women Voters}{\fs26 , }{\i\fs26 Arkansas Writers\rquote  Project}{\fs26 , and }{\i\fs26 Velazquez}{\fs26  than it is to }{\i\fs26 
Rust}{\fs26 , }{\i\fs26 Finley}{\fs26  and }{\i\fs26 Taxation with Representation}{\fs26 .  Like the law invalidated in }{\i\fs26 League of Women Voters}{\fs26 , which targeted editorializing, and the law invalidated in }{\i\fs26 Arkansas Writers\rquote 
 Project}{\fs26 , which targeted general interest magazines but not \'93religious, professional, trade, and sports journals,\'94 the law in this case places content-based restrictions on public libraries\rquote 
 possible First Amendment right to provide patrons with access to constitutionally protected material.  }{\i\fs26 See}{\fs26  }{\i\fs26 Arkansas Writers\rquote  Project}{\fs26 , 481 U.S. at 229 (\'93
[T]he basis on which Arkansas differentiates between magazines is particularly repugnant to First Amendment principles: a magazine\rquote s tax status depends entirely on its }{\i\fs26 content}{\fs26 
.  Above all else, the First Amendment means that government has no power to restrict expression because of its message, its ideas, its subject matter, or its content.\'94) (internal quotation marks and citations omitted); }{\i\fs26 League of Women Voters
}{\fs26 , 468 U.S. at 383 (\'93[T]he scope of [the challenged statute\rquote s] ban is defined solely on the basis of the content of the suppressed speech.\'94).  }{\i\fs26 See generally}{\fs26  }{\i\fs26 Rosenberger}{\fs26 , 515 U.S. at 828 (\'93
It is axiomatic that the government may not regulate speech based on its substantive content or the message it conveys.\'94).  Because of the technological limitations of filtering software described in such detail above, Congress\rquote 
s requirement that public libraries use such software is in effect a requirement that public libraries block a substantial amount of constitutionally protected speech on the basis of its content. 
\par Plaintiffs\rquote  argument that the federal government may not require public libraries who receive federal funds to restrict the availability of constitutionally protected Web sites solely on the basis of the sites\rquote 
 content finds further support in the role that public libraries have traditionally served in maintaining First Amendment values.  As evidenced by the many public libraries that have endorsed the Freedom to Read Statement and the Library Bill of Rights, }
{\i\fs26 see supra}{\fs26 
 Subsection II.D.1, public libraries seemingly have a duty to challenge prevailing orthodoxy and make available to the public controversial, yet constitutionally protected material, even if it means drawing the ire of the community.  }{\i\fs26 See}{\fs26 
 }{\i\fs26 Bd. of Educ. v. Pico}{\fs26 , 457 U.S. 853, 915 (1982) (Rehnquist, J., dissenting) (noting that \'93public libraries\'94 are \'93designed for freewheeling inquiry\'94).
\par By interfering with public libraries\rquote  discretion to make available to patrons as wide a range of constitutionally protected s
peech as possible, the federal government is arguably distorting the usual functioning of public libraries as places of freewheeling inquiry.  The }{\i\fs26 Velazquez}{\fs26  Court, in invalidating the federal government\rquote 
s restrictions on the ability of federally funded legal services providers to challenge the constitutionality of welfare laws, relied on the manner in which the restrictions that the federal government placed on legal services\rquote  attorneys\rquote 
 speech distorted the usual functioning of the judicial system:
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li720\ri720\nowidctlpar\faauto\rin720\lin720\itap0 {\fs26 [T]he 
Government seeks to use an existing medium of expression and to control it, in a class of cases, in ways which distort its usual functioning. . . .  The First Amendment forb[ids] the Government from using the forum in an unconventional way to suppress spe
ech inherent in the nature of the medium.
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par 531 U.S. at 543.  By the same token, CIPA arguably distorts the usual functioning of public libraries both by requiring libraries to: (1) deny patrons access to constitutionally protected speech that libraries woul
d otherwise provide to patrons; and (2) delegate decision making to private software developers who closely guard their selection criteria as trade secrets and who do not purport to make their decisions on the basis of whether the blocked Web sites are co
nstitutionally protected or would add value to a public library\rquote s collection.  
\par }\pard \ql \fi720\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 At all events, CIPA clearly does not seem to serve the purpose of limiting the extent of government speech given the extreme diversity of speech on the Internet.  Nor can Congress\rquote 
s decision to subsidize Internet access be said to promote a governmental message or constitute governmental speech, even under a generous understanding of the concept.  As the Court noted in }{\i\fs26 Reno v. ACLU}{\fs26 , 521 U.S. 844 (1997), \'93
[i]t is no exaggeration to conclude that the content on the Internet is as diverse as human thought.\'94  }{\i\fs26 Id.}{\fs26 
 at 852 (internal quotation marks omitted).  Even with software filters in place, the sheer breadth of speech available on the Internet defeats any claim that CIPA is intended to facilitate the dissemination of governmental speech.  Like in }{\i\fs26 
Velazquez}{\fs26 , \'93there is no programmatic message of the kind recognized in }{\i\fs26 Rust}{\fs26  and which sufficed there to allow the Government to specify the advice deemed necessary for its legitimate objectives.\'94  }{\i\fs26 Velazquez}{
\fs26 , 531 U.S. at 548.
\par In sum, we think that the plaintiffs have good arguments that they may assert an unconstitutional conditions claim by relying either on the public libraries\rquote  First Amendment rights or on the rights of their patrons.  We a
lso think that the plaintiffs have a good argument that CIPA\rquote 
s requirement that public libraries use filtering software distorts the usual functioning of public libraries in such a way that it constitutes an unconstitutional condition on the receipt of fun
ds.  We do not decide these issues, confident that our findings of fact on the functioning of public libraries, their use of the Internet, and the technological limitations of Internet filtering software, }{\i\fs26 see}{\fs26  }{\i\fs26 supra}{\fs26 
 Sections II.D-E, would allow the Supreme Court to decide the unconstitutional conditions claim if the Court deems it necessary.  
\par }\pard \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26  }}}{
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 Having determined that CIPA vi
olates the First Amendment, we would usually be required to determine whether CIPA is severable from the remainder of the statutes governing LSTA and E-rate funding.  Neither party, however, has advanced the argument that CIPA is not severable from the re
mainder the Library Services and Technology Act and Communications Act of 1934 (the two statutes governing LSTA and E-rate funding, respectively), and at all events, we think that CIPA is severable.
\par \'93The inquiry into whether a statute is severable is essentially an inquiry into legislative intent.\'94  }{\i\fs26 Minn. v. Mille Lacs Band of Chippewa Indians}{\fs26 , 526 U.S. 172, 191 (1999).  }{\b\f29\fs26 \'93Unless }{\fs26 
it is evident that the legislature would not have enacted those provisions which are within its power, independently of that which is not, the invalid part may be dropped if what is left is fully operative as a law.\'94  }{\i\fs26 Buckley v. Valeo}{\fs26 
, 424 U.S. 1, 108 (1976) (internal quotation marks and citation omitted).  There is no doubt that if we were to strike CIPA from the sections of the Unit
ed States Code where it is currently codified, the remaining statutory sections, providing eligible public libraries with E-rate discounts and LSTA grants, would be fully operative as law.  Indeed, the LSTA and E-rate programs existed prior to the enactme
nt of CIPA in substantially the same form as they would exist were we to strike CIPA and leave the rest of the programs intact.
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
The second question, whether Congress would in this case have chosen to repeal the LSTA and E-rate subsidy programs instead of continuing to fund them if it had known that CIPA\rquote 
s limitations on these programs were constitutionally invalid, is less clear.  CIPA contains \'93separability\'94 clauses that state that if any of its additions to the statutes governing the LSTA an
d E-rate programs are found to be unconstitutional, Congress intended to effectuate as much of CIPA\rquote s amendments as possible.}{\cs15\fs26\super \chftn {\footnote \pard\plain \ql \li0\ri0\sa240\nowidctlpar\faauto\rin0\lin0\itap0 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26      }{\cs15\fs26\super \chftn }{\fs26  CIPA \'a7 1712(a)(2) contains a provision titled \'93Separability,\'94 which is codified in the Library Services and Technology Act, 20 U.S.C. \'a7
 9134(f)(6), and provides: \'93If any provision of this subsection is held invalid, the remainder of this subsection shall not be affected thereby.\'94  CIPA section 1721(e) also contained a similar provision that applied to E-rate funding, although 
it was not codified in the Communications Act.  That section, also titled \'93Separability,\'94 provided: \'93
If any provision of paragraph (5) or (6) of section 254(h) of the Communications Act of 1934, as amended by this section, or the application thereof to any
 person or circumstance is held invalid, the remainder of such paragraph and the application of such paragraph to other persons or circumstances shall not be affected thereby.\'94  CIPA \'a7 1721(e).  }}}{\fs26 
  We interpret these clauses to mean, for example, that if a court were to find that CIPA\rquote 
s requirements are unconstitutional with respect to adult patrons, but permissible with respect to minors, that Congress intended to have the court effectuate only the provisions with respect to minors.  These separability cla
uses do not speak to the situation before us, however, where we have found that CIPA is facially unconstitutional in its entirety.  
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl \pard\plain \ql \fi720\li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
Nevertheless, the government has not pointed to anything in the legislative history or elsewhere to suggest that Congress intended to discontinue funding under the LSTA and E-rate programs unless it could effectuate CIPA\rquote 
s restrictions on the funding.  And Congress\rquote s decision, prior to CIPA\rquote s enactment, to subsidize Internet access through the LSTA and E-rate pr
ograms without such restrictions, counsels that we reach the opposite conclusion.  At bottom, we think that it is unclear what Congress\rquote 
s intent was on this point, and in the absence of such information, we exercise a presumption in favor of severability.  }{\i\fs26 Regan v. Time, Inc.}{\fs26 , 468 U.S. 641, 653 (1984) (\'93[T]he presumption is in favor of severability.\'94); }{\i\fs26 
cf. Velazquez}{\fs26  }{\i\fs26 v. Legal Servs. Corp.}{\fs26 , 164 F.3d 757, 773 (2d Cir. 1999), }{\i\fs26 aff\rquote d }{\fs26 531 U.S. 533 (2001) (applying a presumption in favor of severability in the face
 of uncertainty whether Congress intended to fund the Legal Services Corporation even if a restriction on the funding was to be declared invalid).
\par For the foregoing reasons, we will enter a final judgment declaring Sections 1712(a)(2) and 1721(b) of the Children\rquote s Internet Protection Act, codified at 20 U.S.C. \'a7 9134(f) and 47 U.S.C. \'a7
 254(h)(6), respectively, to be facially invalid under the First Amendment and permanently enjoining the defendants from enforcing those provisions.
\par }\pard \ql \li0\ri0\sl480\slmult1\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par 
\par }\pard \ql \fi4320\li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 ___________________________
\par Edward R. Becker, Chief Circuit Judge
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl {\footer \pard\plain \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par }}\pard\plain \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26\loch\af31\dbch\af31 
\par 
\par 
\par }\pard \ql \li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 IN THE UNITED STATES DISTRICT COURT}{\fs26\loch\af31\dbch\af31 
\par \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 FOR THE EASTERN DISTRICT OF PENNSYLVANIA}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 
\par 
\par }\pard \ql \fi-5760\li5760\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin5760\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 AMERICAN LIBRARY ASSOCIATION, }{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :
}{\fs26\loch\af31\dbch\af31 \tab \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 CIVIL ACTION}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 INC., et al.}{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{\fs26\loch\af31\dbch\af31 

\par }\pard \ql \fi4320\li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31      :}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \fi1440\li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 v.}{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \fi-5760\li5760\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin5760\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 UNITED STATES, et al.}{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{
\fs26\loch\af31\dbch\af31 \tab \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 NO. 01-1303 }{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 ------------------------------------------------------}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \fi-5760\li5760\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin5760\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 MULTNOMAH COUNTY PUBLIC }{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{
\fs26\loch\af31\dbch\af31 \tab \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 CIVIL ACTION}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 LIBRARY, et al.}{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{\fs26\loch\af31\dbch\af31 

\par }\pard \ql \fi4320\li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31      :}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \fi1440\li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 v.}{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 :}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \fi-5760\li5760\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin5760\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 UNITED STATES OF AMERICA, et al.}{\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 
\hich\af0\dbch\af31\loch\f31 :}{\fs26\loch\af31\dbch\af31 \tab \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 NO. 01-1322 }{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tqc\tx4680\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \tab }{\fs26\ul\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 ORDER}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 
\par }\pard \ql \fi1440\li0\ri0\sl480\slmult1\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 
AND NOW, this        day of May, 2002, based on the foregoing findings of fact and conclusions of law, it is hereby ORDERED that:}{\fs26\loch\af31\dbch\af31 
\par }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 (1)  judgment is entered in favor of the plaintiffs and against the defendants, declaring that }{\fs26\loch\af31\dbch\af31 \loch\af31\hich\af0\dbch\f31 \uc2\u167\'a1\'b1\u167\'a1\'b1}{
\fs26\loch\af31\dbch\af31 \~}{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 1712(a)(2) and 1721(b) of th\hich\af0\dbch\af31\loch\f31 e Children's Internet Protection Act, 20 U.S.C. }{\fs26\loch\af31\dbch\af31 \loch\af31\hich\af0\dbch\f31 
\uc2\u167\'a1\'b1}{\fs26\loch\af31\dbch\af31 \~}{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 9134(f) and 47 U.S.C. }{\fs26\loch\af31\dbch\af31 \loch\af31\hich\af0\dbch\f31 \uc2\u167\'a1\'b1}{\fs26\loch\af31\dbch\af31 \~}{
\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 254(h)(6), are facially invalid under the First Amendment to the United States Constitution; and}{\fs26\loch\af31\dbch\af31 
\par \sect }\sectd \sbknone\linex0\headery1440\footery1440\sectdefaultcl {\footer \pard\plain \ql \li0\ri0\sl-252\slmult0\nowidctlpar\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\par }\pard \qc \li0\ri0\nowidctlpar\pvpara\posx0\posy0\absw9361\nowrap\faauto\rin0\lin0\itap0 {\fs26 -}{\field{\*\fldinst {\fs26 PAGE }}{\fldrslt {\fs26\lang1024\langfe1024\noproof 219}}}{\fs26 -
\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 {\fs26 
\par }}\pard\plain \ql \fi1440\li0\ri0\sl480\slmult1\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 
(2)  the United States, Michael Powell, in his official capacity as Chairman of the Federal Communications Commission, the Federal Communications Commission, Beverly Sheppard, in her official capacity as Acting Director of the Institute of Museum and Libr
\hich\af0\dbch\af31\loch\f31 a\hich\af0\dbch\af31\loch\f31 ry Services, and the Institute of Museum and Library Services are permanently enjoined from withholding federal funds from any public library for failure to comply with }{
\fs26\loch\af31\dbch\af31 \loch\af31\hich\af0\dbch\f31 \uc2\u167\'a1\'b1\u167\'a1\'b1}{\fs26\loch\af31\dbch\af31 \~}{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 1712(a)(2) and 1721(b) of the Children's Internet Protection Act, 20 U.S.C. }{
\fs26\loch\af31\dbch\af31 \loch\af31\hich\af0\dbch\f31 \uc2\u167\'a1\'b1}{\fs26\loch\af31\dbch\af31 \~}{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 9134(f\hich\af0\dbch\af31\loch\f31 ) and 47 U.S.C. }{\fs26\loch\af31\dbch\af31 
\loch\af31\hich\af0\dbch\f31 \uc2\u167\'a1\'b1}{\fs26\loch\af31\dbch\af31 \~}{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 254(h)(6).}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \fi5040\li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 BY THE COURT:}{\fs26\loch\af31\dbch\af31 
\par }\pard \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 
\par 
\par 
\par }\pard \ql \li0\ri0\widctlpar\tqr\tx9360\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 __________________________________}{\fs26\loch\af31\dbch\af31 
\par \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 Ch. Cir. J.}{\fs26 
\par }\pard \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26 
\par 
\par 
\par }\pard \ql \li0\ri0\widctlpar\tqr\tx9360\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 __________________________________}{\fs26\loch\af31\dbch\af31 
\par \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 J.}{\fs26 
\par }\pard \ql \li0\ri0\widctlpar\tx-1080\tx-720\tx0\tx1440\faauto\rin0\lin0\itap0 {\fs26 
\par 
\par 
\par }\pard \ql \li0\ri0\widctlpar\tqr\tx9360\faauto\rin0\lin0\itap0 {\fs26\loch\af31\dbch\af31 \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 __________________________________}{\fs26\loch\af31\dbch\af31 
\par \tab }{\fs26\loch\af31\dbch\af31 \hich\af0\dbch\af31\loch\f31 J.}{\fs26\loch\af31\dbch\af31 {\*\bkmkstart QuickMark}{\*\bkmkend QuickMark}
\par }\pard\plain \s24\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f2\fs20\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26\loch\af31\dbch\af31 \page }{\dbch\af23 \hich\af2\dbch\af23\loch\f2 *** END OF TH
\hich\af2\dbch\af23\loch\f2 E PROJECT GUTENBERG EBOOK, CHILDREN'S INTERNET PROTECTION ACT (CIPA) RULING ***
\par 
\par \hich\af2\dbch\af23\loch\f2 This file should be named cipar10r.rtf or cipar10r.zip
\par \hich\af2\dbch\af23\loch\f2 Corrected EDITIONS of our eBooks get a new NUMBER, cipar11r.rtf
\par \hich\af2\dbch\af23\loch\f2 VERSIONS based on separate sources get new LETTER, cipa\hich\af2\dbch\af23\loch\f2 r10ra.rtf
\par 
\par \hich\af2\dbch\af23\loch\f2 Project Gutenberg eBooks are often created from several printed
\par \hich\af2\dbch\af23\loch\f2 editions, all of which are confirmed as Public Domain in the US
\par \hich\af2\dbch\af23\loch\f2 unless a copyright notice is included.  Thus, we usually do not
\par \hich\af2\dbch\af23\loch\f2 keep eBooks in compliance with any particular pap\hich\af2\dbch\af23\loch\f2 er edition.
\par 
\par \hich\af2\dbch\af23\loch\f2 We are now trying to release all our eBooks one year in advance
\par \hich\af2\dbch\af23\loch\f2 of the official release dates, leaving time for better editing.
\par \hich\af2\dbch\af23\loch\f2 Please be encouraged to tell us about any error or corrections,
\par \hich\af2\dbch\af23\loch\f2 even years after the official publication date\hich\af2\dbch\af23\loch\f2 .
\par 
\par \hich\af2\dbch\af23\loch\f2 Please note neither this listing nor its contents are final til
\par \hich\af2\dbch\af23\loch\f2 midnight of the last day of the month of any such announcement.
\par \hich\af2\dbch\af23\loch\f2 The official release date of all Project Gutenberg eBooks is at
\par \hich\af2\dbch\af23\loch\f2 Midnight, Central Time, of the last day of the stated mo\hich\af2\dbch\af23\loch\f2 nth.  A
\par \hich\af2\dbch\af23\loch\f2 preliminary version may often be posted for suggestion, comment
\par \hich\af2\dbch\af23\loch\f2 and editing by those who wish to do so.
\par 
\par \hich\af2\dbch\af23\loch\f2 Most people start at our Web sites at:
\par \hich\af2\dbch\af23\loch\f2 https://gutenberg.org or
\par \hich\af2\dbch\af23\loch\f2 http://promo.net/pg
\par 
\par \hich\af2\dbch\af23\loch\f2 These Web sites include award-winning information a\hich\af2\dbch\af23\loch\f2 bout Project
\par \hich\af2\dbch\af23\loch\f2 Gutenberg, including how to donate, how to help produce our new
\par \hich\af2\dbch\af23\loch\f2 eBooks, and how to subscribe to our email newsletter (free!).
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 Those of you who want to download any eBook before announcement
\par \hich\af2\dbch\af23\loch\f2 can get to them as follows, and just download\hich\af2\dbch\af23\loch\f2  by date.  This is
\par \hich\af2\dbch\af23\loch\f2 also a good way to get them instantly upon announcement, as the
\par \hich\af2\dbch\af23\loch\f2 indexes our cataloguers produce obviously take a while after an
\par \hich\af2\dbch\af23\loch\f2 announcement goes out in the Project Gutenberg Newsletter.
\par 
\par \hich\af2\dbch\af23\loch\f2 http://www.ibiblio.org/gutenberg/etext04 or
\par \hich\af2\dbch\af23\loch\f2 ftp://ftp.ibiblio.org/pub/docs/books/gutenberg/etext04
\par 
\par \hich\af2\dbch\af23\loch\f2 Or /etext03, 02, 01, 00, 99, 98, 97, 96, 95, 94, 93, 92, 92, 91 or 90
\par 
\par \hich\af2\dbch\af23\loch\f2 Just search by the first five letters of the filename you want,
\par \hich\af2\dbch\af23\loch\f2 as it appears in our Newsletters.
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 Information about Pr\hich\af2\dbch\af23\loch\f2 oject Gutenberg (one page)
\par 
\par \hich\af2\dbch\af23\loch\f2 We produce about two million dollars for each hour we work.  The
\par \hich\af2\dbch\af23\loch\f2 time it takes us, a rather conservative estimate, is fifty hours
\par \hich\af2\dbch\af23\loch\f2 to get any eBook selected, entered, proofread, edited, copyright
\par \hich\af2\dbch\af23\loch\f2 searched and analyzed, the c\hich\af2\dbch\af23\loch\f2 opyright letters written, etc.   Our
\par \hich\af2\dbch\af23\loch\f2 projected audience is one hundred million readers.  If the value
\par \hich\af2\dbch\af23\loch\f2 per text is nominally estimated at one dollar then we produce $2
\par \hich\af2\dbch\af23\loch\f2 million dollars per hour in 2002 as we release over 100 new text
\par \hich\af2\dbch\af23\loch\f2 files per month:  12\hich\af2\dbch\af23\loch\f2 40 more eBooks in 2001 for a total of 4000+
\par \hich\af2\dbch\af23\loch\f2 We are already on our way to trying for 2000 more eBooks in 2002
\par \hich\af2\dbch\af23\loch\f2 If they reach just 1-2% of the world's population then the total
\par \hich\af2\dbch\af23\loch\f2 will reach over half a trillion eBooks given away by year's end.
\par 
\par \hich\af2\dbch\af23\loch\f2 The Goal of\hich\af2\dbch\af23\loch\f2  Project Gutenberg is to Give Away 1 Trillion eBooks!
\par \hich\af2\dbch\af23\loch\f2 This is ten thousand titles each to one hundred million readers,
\par \hich\af2\dbch\af23\loch\f2 which is only about 4% of the present number of computer users.
\par 
\par \hich\af2\dbch\af23\loch\f2 Here is the briefest record of our progress (* means estimated):
\par 
\par \hich\af2\dbch\af23\loch\f2 eBooks Year Month
\par 
\par \hich\af2\dbch\af23\loch\f2     1  1971 July
\par \hich\af2\dbch\af23\loch\f2    10  1991 January
\par \hich\af2\dbch\af23\loch\f2   100  1994 January
\par \hich\af2\dbch\af23\loch\f2  1000  1997 August
\par \hich\af2\dbch\af23\loch\f2  1500  1998 October
\par \hich\af2\dbch\af23\loch\f2  2000  1999 December
\par \hich\af2\dbch\af23\loch\f2  2500  2000 December
\par \hich\af2\dbch\af23\loch\f2  3000  2001 November
\par \hich\af2\dbch\af23\loch\f2  4000  2001 October/November
\par \hich\af2\dbch\af23\loch\f2  6000  2002 December*
\par \hich\af2\dbch\af23\loch\f2  9000  2003 Nov\hich\af2\dbch\af23\loch\f2 ember*
\par \hich\af2\dbch\af23\loch\f2 10000  2004 January*
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 The Project Gutenberg Literary Archive Foundation has been created
\par \hich\af2\dbch\af23\loch\f2 to secure a future for Project Gutenberg into the next millennium.
\par 
\par \hich\af2\dbch\af23\loch\f2 We need your donations more than ever!
\par 
\par \hich\af2\dbch\af23\loch\f2 As of February, 2002, contributions are be\hich\af2\dbch\af23\loch\f2 ing solicited from people
\par \hich\af2\dbch\af23\loch\f2 and organizations in: Alabama, Alaska, Arkansas, Connecticut,
\par \hich\af2\dbch\af23\loch\f2 Delaware, District of Columbia, Florida, Georgia, Hawaii, Illinois,
\par \hich\af2\dbch\af23\loch\f2 Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Massachusetts,
\par \hich\af2\dbch\af23\loch\f2 Michigan, Mississippi, Missour\hich\af2\dbch\af23\loch\f2 i, Montana, Nebraska, Nevada, New
\par \hich\af2\dbch\af23\loch\f2 Hampshire, New Jersey, New Mexico, New York, North Carolina, Ohio,
\par \hich\af2\dbch\af23\loch\f2 Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South
\par \hich\af2\dbch\af23\loch\f2 Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West
\par \hich\af2\dbch\af23\loch\f2 Virginia, Wisco\hich\af2\dbch\af23\loch\f2 nsin, and Wyoming.
\par 
\par \hich\af2\dbch\af23\loch\f2 We have filed in all 50 states now, but these are the only ones
\par \hich\af2\dbch\af23\loch\f2 that have responded.
\par 
\par \hich\af2\dbch\af23\loch\f2 As the requirements for other states are met, additions to this list
\par \hich\af2\dbch\af23\loch\f2 will be made and fund raising will begin in the additional states.
\par \hich\af2\dbch\af23\loch\f2 Please \hich\af2\dbch\af23\loch\f2 feel free to ask to check the status of your state.
\par 
\par \hich\af2\dbch\af23\loch\f2 In answer to various questions we have received on this:
\par 
\par \hich\af2\dbch\af23\loch\f2 We are constantly working on finishing the paperwork to legally
\par \hich\af2\dbch\af23\loch\f2 request donations in all 50 states.  If your state is not listed and
\par \hich\af2\dbch\af23\loch\f2 you wo\hich\af2\dbch\af23\loch\f2 uld like to know if we have added it since the list you have,
\par \hich\af2\dbch\af23\loch\f2 just ask.
\par 
\par \hich\af2\dbch\af23\loch\f2 While we cannot solicit donations from people in states where we are
\par \hich\af2\dbch\af23\loch\f2 not yet registered, we know of no prohibition against accepting
\par \hich\af2\dbch\af23\loch\f2 donations from donors in these states who app\hich\af2\dbch\af23\loch\f2 roach us with an offer to
\par \hich\af2\dbch\af23\loch\f2 donate.
\par 
\par \hich\af2\dbch\af23\loch\f2 International donations are accepted, but we don't know ANYTHING about
\par \hich\af2\dbch\af23\loch\f2 how to make them tax-deductible, or even if they CAN be made
\par \hich\af2\dbch\af23\loch\f2 deductible, and don't have the staff to handle it even if there are
\par \hich\af2\dbch\af23\loch\f2 ways.
\par 
\par \hich\af2\dbch\af23\loch\f2 Donati\hich\af2\dbch\af23\loch\f2 ons by check or money order may be sent to:
\par 
\par \hich\af2\dbch\af23\loch\f2 Project Gutenberg Literary Archive Foundation
\par \hich\af2\dbch\af23\loch\f2 PMB 113
\par \hich\af2\dbch\af23\loch\f2 1739 University Ave.
\par \hich\af2\dbch\af23\loch\f2 Oxford, MS 38655-4109
\par 
\par \hich\af2\dbch\af23\loch\f2 Contact us if you want to arrange for a wire transfer or payment
\par \hich\af2\dbch\af23\loch\f2 method other than by check or money orde\hich\af2\dbch\af23\loch\f2 r.
\par 
\par \hich\af2\dbch\af23\loch\f2 The Project Gutenberg Literary Archive Foundation has been approved by
\par \hich\af2\dbch\af23\loch\f2 the US Internal Revenue Service as a 501(c)(3) organization with EIN
\par \hich\af2\dbch\af23\loch\f2 [Employee Identification Number] 64-622154.  Donations are
\par \hich\af2\dbch\af23\loch\f2 tax-deductible to the maximum extent permitted b\hich\af2\dbch\af23\loch\f2 y law.  As fund-raising
\par \hich\af2\dbch\af23\loch\f2 requirements for other states are met, additions to this list will be
\par \hich\af2\dbch\af23\loch\f2 made and fund-raising will begin in the additional states.
\par 
\par \hich\af2\dbch\af23\loch\f2 We need your donations more than ever!
\par 
\par \hich\af2\dbch\af23\loch\f2 You can get up to date donation information online at:
\par 
\par \hich\af2\dbch\af23\loch\f2 https://www.gutenberg.org/donation.html
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 ***
\par 
\par \hich\af2\dbch\af23\loch\f2 If you can't reach Project Gutenberg,
\par \hich\af2\dbch\af23\loch\f2 you can always email directly to:
\par 
\par \hich\af2\dbch\af23\loch\f2 Michael S. Hart <hart@pobox.com>
\par 
\par \hich\af2\dbch\af23\loch\f2 Prof. Hart will answer or forward your message.
\par 
\par \hich\af2\dbch\af23\loch\f2 We would prefer to send you information \hich\af2\dbch\af23\loch\f2 by email.
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 **The Legal Small Print**
\par 
\par 
\par \hich\af2\dbch\af23\loch\f2 (Three Pages)
\par 
\par \hich\af2\dbch\af23\loch\f2 ***START**THE SMALL PRINT!**FOR PUBLIC DOMAIN EBOOKS**START***
\par \hich\af2\dbch\af23\loch\f2 Why is this "Small Print!" statement here? You know: lawyers.
\par \hich\af2\dbch\af23\loch\f2 They tell us you might sue us if there is something wrong with
\par \hich\af2\dbch\af23\loch\f2 yo\hich\af2\dbch\af23\loch\f2 ur copy of this eBook, even if you got it for free from
\par \hich\af2\dbch\af23\loch\f2 someone other than us, and even if what's wrong is not our
\par \hich\af2\dbch\af23\loch\f2 fault. So, among other things, this "Small Print!" statement
\par \hich\af2\dbch\af23\loch\f2 disclaims most of our liability to you. It also tells you how
\par \hich\af2\dbch\af23\loch\f2 you may distri\hich\af2\dbch\af23\loch\f2 bute copies of this eBook if you want to.
\par 
\par \hich\af2\dbch\af23\loch\f2 *BEFORE!* YOU USE OR READ THIS EBOOK
\par \hich\af2\dbch\af23\loch\f2 By using or reading any part of this PROJECT GUTENBERG-tm
\par \hich\af2\dbch\af23\loch\f2 eBook, you indicate that you understand, agree to and accept
\par \hich\af2\dbch\af23\loch\f2 this "Small Print!" statement. If you do not, you ca\hich\af2\dbch\af23\loch\f2 n receive
\par \hich\af2\dbch\af23\loch\f2 a refund of the money (if any) you paid for this eBook by
\par \hich\af2\dbch\af23\loch\f2 sending a request within 30 days of receiving it to the person
\par \hich\af2\dbch\af23\loch\f2 you got it from. If you received this eBook on a physical
\par \hich\af2\dbch\af23\loch\f2 medium (such as a disk), you must return it with your request.
\par 
\par \hich\af2\dbch\af23\loch\f2 ABOUT PROJECT GUTENBERG-TM EBOOKS
\par \hich\af2\dbch\af23\loch\f2 This PROJECT GUTENBERG-tm eBook, like most PROJECT GUTENBERG-tm eBooks,
\par \hich\af2\dbch\af23\loch\f2 is a "public domain" work distributed by Professor Michael S. Hart
\par \hich\af2\dbch\af23\loch\f2 through the Project Gutenberg Association (the "Project").
\par \hich\af2\dbch\af23\loch\f2 Among other thing\hich\af2\dbch\af23\loch\f2 s, this means that no one owns a United States copyright
\par \hich\af2\dbch\af23\loch\f2 on or for this work, so the Project (and you!) can copy and
\par \hich\af2\dbch\af23\loch\f2 distribute it in the United States without permission and
\par \hich\af2\dbch\af23\loch\f2 without paying copyright royalties. Special rules, set forth
\par \hich\af2\dbch\af23\loch\f2 below, apply if \hich\af2\dbch\af23\loch\f2 you wish to copy and distribute this eBook
\par \hich\af2\dbch\af23\loch\f2 under the "PROJECT GUTENBERG" trademark.
\par 
\par \hich\af2\dbch\af23\loch\f2 Please do not use the "PROJECT GUTENBERG" trademark to market
\par \hich\af2\dbch\af23\loch\f2 any commercial products without permission.
\par 
\par \hich\af2\dbch\af23\loch\f2 To create these eBooks, the Project expends considerable
\par \hich\af2\dbch\af23\loch\f2 efforts to identify, transcribe and proofread public domain
\par \hich\af2\dbch\af23\loch\f2 works. Despite these efforts, the Project's eBooks and any
\par \hich\af2\dbch\af23\loch\f2 medium they may be on may contain "Defects". Among other
\par \hich\af2\dbch\af23\loch\f2 things, Defects may take the form of incomplete, inaccurate or
\par \hich\af2\dbch\af23\loch\f2 corrupt data,\hich\af2\dbch\af23\loch\f2  transcription errors, a copyright or other
\par \hich\af2\dbch\af23\loch\f2 intellectual property infringement, a defective or damaged
\par \hich\af2\dbch\af23\loch\f2 disk or other eBook medium, a computer virus, or computer
\par \hich\af2\dbch\af23\loch\f2 codes that damage or cannot be read by your equipment.
\par 
\par \hich\af2\dbch\af23\loch\f2 LIMITED WARRANTY; DISCLAIMER OF DA\hich\af2\dbch\af23\loch\f2 MAGES
\par \hich\af2\dbch\af23\loch\f2 But for the "Right of Replacement or Refund" described below,
\par \hich\af2\dbch\af23\loch\f2 [1] Michael Hart and the Foundation (and any other party you may
\par \hich\af2\dbch\af23\loch\f2 receive this eBook from as a PROJECT GUTENBERG-tm eBook) disclaims
\par \hich\af2\dbch\af23\loch\f2 all liability to you for damages, costs and expenses\hich\af2\dbch\af23\loch\f2 , including
\par \hich\af2\dbch\af23\loch\f2 legal fees, and [2] YOU HAVE NO REMEDIES FOR NEGLIGENCE OR
\par \hich\af2\dbch\af23\loch\f2 UNDER STRICT LIABILITY, OR FOR BREACH OF WARRANTY OR CONTRACT,
\par \hich\af2\dbch\af23\loch\f2 INCLUDING BUT NOT LIMITED TO INDIRECT, CONSEQUENTIAL, PUNITIVE
\par \hich\af2\dbch\af23\loch\f2 OR INCIDENTAL DAMAGES, EVEN IF YOU GIVE NOTICE OF THE
\par \hich\af2\dbch\af23\loch\f2 POSSIBILITY OF SUCH DAMAGES.
\par 
\par \hich\af2\dbch\af23\loch\f2 If you discover a Defect in this eBook within 90 days of
\par \hich\af2\dbch\af23\loch\f2 receiving it, you can receive a refund of the money (if any)
\par \hich\af2\dbch\af23\loch\f2 you paid for it by sending an explanatory note within that
\par \hich\af2\dbch\af23\loch\f2 time to the person you received it from. If \hich\af2\dbch\af23\loch\f2 you received it
\par \hich\af2\dbch\af23\loch\f2 on a physical medium, you must return it with your note, and
\par \hich\af2\dbch\af23\loch\f2 such person may choose to alternatively give you a replacement
\par \hich\af2\dbch\af23\loch\f2 copy. If you received it electronically, such person may
\par \hich\af2\dbch\af23\loch\f2 choose to alternatively give you a second opportunity t\hich\af2\dbch\af23\loch\f2 o
\par \hich\af2\dbch\af23\loch\f2 receive it electronically.
\par 
\par \hich\af2\dbch\af23\loch\f2 THIS EBOOK IS OTHERWISE PROVIDED TO YOU "AS-IS". NO OTHER
\par \hich\af2\dbch\af23\loch\f2 WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, ARE MADE TO YOU AS
\par \hich\af2\dbch\af23\loch\f2 TO THE EBOOK OR ANY MEDIUM IT MAY BE ON, INCLUDING BUT NOT
\par \hich\af2\dbch\af23\loch\f2 LIMITED TO WARRANTIES OF MERCHANTABILITY\hich\af2\dbch\af23\loch\f2  OR FITNESS FOR A
\par \hich\af2\dbch\af23\loch\f2 PARTICULAR PURPOSE.
\par 
\par \hich\af2\dbch\af23\loch\f2 Some states do not allow disclaimers of implied warranties or
\par \hich\af2\dbch\af23\loch\f2 the exclusion or limitation of consequential damages, so the
\par \hich\af2\dbch\af23\loch\f2 above disclaimers and exclusions may not apply to you, and you
\par \hich\af2\dbch\af23\loch\f2 may have other legal righ\hich\af2\dbch\af23\loch\f2 ts.
\par 
\par \hich\af2\dbch\af23\loch\f2 INDEMNITY
\par \hich\af2\dbch\af23\loch\f2 You will indemnify and hold Michael Hart, the Foundation,
\par \hich\af2\dbch\af23\loch\f2 and its trustees and agents, and any volunteers associated
\par \hich\af2\dbch\af23\loch\f2 with the production and distribution of Project Gutenberg-tm
\par \hich\af2\dbch\af23\loch\f2 texts harmless, from all liability, cost and expense, inc\hich\af2\dbch\af23\loch\f2 luding
\par \hich\af2\dbch\af23\loch\f2 legal fees, that arise directly or indirectly from any of the
\par \hich\af2\dbch\af23\loch\f2 following that you do or cause:  [1] distribution of this eBook,
\par \hich\af2\dbch\af23\loch\f2 [2] alteration, modification, or addition to the eBook,
\par \hich\af2\dbch\af23\loch\f2 or [3] any Defect.
\par 
\par \hich\af2\dbch\af23\loch\f2 DISTRIBUTION UNDER "PROJECT GUTENBERG-tm\hich\af2\dbch\af23\loch\f2 "
\par \hich\af2\dbch\af23\loch\f2 You may distribute copies of this eBook electronically, or by
\par \hich\af2\dbch\af23\loch\f2 disk, book or any other medium if you either delete this
\par \hich\af2\dbch\af23\loch\f2 "Small Print!" and all other references to Project Gutenberg,
\par \hich\af2\dbch\af23\loch\f2 or:
\par 
\par \hich\af2\dbch\af23\loch\f2 [1]  Only give exact copies of it.  Among other things, this
\par \hich\af2\dbch\af23\loch\f2      requires that you do not remove, alter or modify the
\par \hich\af2\dbch\af23\loch\f2      eBook or this "small print!" statement.  You may however,
\par \hich\af2\dbch\af23\loch\f2      if you wish, distribute this eBook in machine readable
\par \hich\af2\dbch\af23\loch\f2      binary, compressed, mark-up, or proprietary form,
\par \hich\af2\dbch\af23\loch\f2      including a\hich\af2\dbch\af23\loch\f2 ny form resulting from conversion by word
\par \hich\af2\dbch\af23\loch\f2      processing or hypertext software, but only so long as
\par \hich\af2\dbch\af23\loch\f2      *EITHER*:
\par 
\par \hich\af2\dbch\af23\loch\f2      [*]  The eBook, when displayed, is clearly readable, and
\par \hich\af2\dbch\af23\loch\f2           does *not* contain characters other than those
\par \hich\af2\dbch\af23\loch\f2           inte\hich\af2\dbch\af23\loch\f2 nded by the author of the work, although tilde
\par \hich\af2\dbch\af23\loch\f2           (~), asterisk (*) and underline (_) characters may
\par \hich\af2\dbch\af23\loch\f2           be used to convey punctuation intended by the
\par \hich\af2\dbch\af23\loch\f2           author, and additional characters may be used to
\par \hich\af2\dbch\af23\loch\f2           indicate hypertext \hich\af2\dbch\af23\loch\f2 links; OR
\par 
\par \hich\af2\dbch\af23\loch\f2      [*]  The eBook may be readily converted by the reader at
\par \hich\af2\dbch\af23\loch\f2           no expense into plain ASCII, EBCDIC or equivalent
\par \hich\af2\dbch\af23\loch\f2           form by the program that displays the eBook (as is
\par \hich\af2\dbch\af23\loch\f2           the case, for instance, with most word processo\hich\af2\dbch\af23\loch\f2 rs);
\par \hich\af2\dbch\af23\loch\f2           OR
\par 
\par \hich\af2\dbch\af23\loch\f2      [*]  You provide, or agree to also provide on request at
\par \hich\af2\dbch\af23\loch\f2           no additional cost, fee or expense, a copy of the
\par \hich\af2\dbch\af23\loch\f2           eBook in its original plain ASCII form (or in EBCDIC
\par \hich\af2\dbch\af23\loch\f2           or other equivalent proprietary form\hich\af2\dbch\af23\loch\f2 ).
\par 
\par \hich\af2\dbch\af23\loch\f2 [2]  Honor the eBook refund and replacement provisions of this
\par \hich\af2\dbch\af23\loch\f2      "Small Print!" statement.
\par 
\par \hich\af2\dbch\af23\loch\f2 [3]  Pay a trademark license fee to the Foundation of 20% of the
\par \hich\af2\dbch\af23\loch\f2      gross profits you derive calculated using the method you
\par \hich\af2\dbch\af23\loch\f2      already use to cal\hich\af2\dbch\af23\loch\f2 culate your applicable taxes.  If you
\par \hich\af2\dbch\af23\loch\f2      don't derive profits, no royalty is due.  Royalties are
\par \hich\af2\dbch\af23\loch\f2      payable to "Project Gutenberg Literary Archive Foundation"
\par \hich\af2\dbch\af23\loch\f2      the 60 days following each date you prepare (or were
\par \hich\af2\dbch\af23\loch\f2      legally required to prepar\hich\af2\dbch\af23\loch\f2 e) your annual (or equivalent
\par \hich\af2\dbch\af23\loch\f2      periodic) tax return.  Please contact us beforehand to
\par \hich\af2\dbch\af23\loch\f2      let us know your plans and to work out the details.
\par 
\par \hich\af2\dbch\af23\loch\f2 WHAT IF YOU *WANT* TO SEND MONEY EVEN IF YOU DON'T HAVE TO?
\par \hich\af2\dbch\af23\loch\f2 Project Gutenberg is dedicated to increasin\hich\af2\dbch\af23\loch\f2 g the number of
\par \hich\af2\dbch\af23\loch\f2 public domain and licensed works that can be freely distributed
\par \hich\af2\dbch\af23\loch\f2 in machine readable form.
\par 
\par \hich\af2\dbch\af23\loch\f2 The Project gratefully accepts contributions of money, time,
\par \hich\af2\dbch\af23\loch\f2 public domain materials, or royalty free copyright licenses.
\par \hich\af2\dbch\af23\loch\f2 Money should be paid \hich\af2\dbch\af23\loch\f2 to the:
\par \hich\af2\dbch\af23\loch\f2 "Project Gutenberg Literary Archive Foundation."
\par 
\par \hich\af2\dbch\af23\loch\f2 If you are interested in contributing scanning equipment or
\par \hich\af2\dbch\af23\loch\f2 software or other items, please contact Michael Hart at:
\par \hich\af2\dbch\af23\loch\f2 hart@pobox.com
\par 
\par \hich\af2\dbch\af23\loch\f2 [Portions of this eBook's header and trailer may be reprin\hich\af2\dbch\af23\loch\f2 ted only
\par \hich\af2\dbch\af23\loch\f2 when distributed free of all fees.  Copyright (C) 2001, 2002 by
\par \hich\af2\dbch\af23\loch\f2 Michael S. Hart.  Project Gutenberg is a TradeMark and may not be
\par \hich\af2\dbch\af23\loch\f2 used in any sales of Project Gutenberg eBooks or other materials be
\par \hich\af2\dbch\af23\loch\f2 they hardware or software or any other relate\hich\af2\dbch\af23\loch\f2 d product without
\par \hich\af2\dbch\af23\loch\f2 express permission.]
\par 
\par \hich\af2\dbch\af23\loch\f2 *END THE SMALL PRINT! FOR PUBLIC DOMAIN EBOOKS*Ver.02/11/02*END*
\par }\pard\plain \ql \li0\ri0\widctlpar\tqr\tx9360\faauto\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs26 
\par }}