summaryrefslogtreecommitdiff
path: root/old/8p10810h.htm
blob: c5a7bd6aac78342d35465c80775ff1b8c178a941 (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
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta name="generator" content=
  "HTMLTrim (vers 1st October 2003), see http://htmltrim.sourceforge.net">
  <meta content="text/html; charset=ISO-8859-1" http-equiv=
  "Content-Type">

  <title>The Project Gutenberg eBook of PUNCHINELLO Vol. 1, No.
  8.</title>
  <style type="text/css">
    <!--
    * {  font-family: Times;}
    HR { width: 33%; }
    // -->
  </style>
</head>

<body>


<pre>

Project Gutenberg's Punchinello, Vol. 1, No. 8, May 21, 1870, by Various

Copyright laws are changing all over the world. Be sure to check the
copyright laws for your country before downloading or redistributing
this or any other Project Gutenberg eBook.

This header should be the first thing seen when viewing this Project
Gutenberg file.  Please do not remove it.  Do not change or edit the
header without written permission.

Please read the "legal small print," and other information about the
eBook and Project Gutenberg at the bottom of this file.  Included is
important information about your specific rights and restrictions in
how the file may be used.  You can also find out about how to make a
donation to Project Gutenberg, and how to get involved.


**Welcome To The World of Free Plain Vanilla Electronic Texts**

**eBooks Readable By Both Humans and By Computers, Since 1971**

*****These eBooks Were Prepared By Thousands of Volunteers!*****


Title: Punchinello, Vol. 1, No. 8, May 21, 1870

Author: Various

Release Date: February, 2006 [EBook #9962]
[Yes, we are more than one year ahead of schedule]
[This file was first posted on November 5, 2003]

Edition: 10

Language: English

Character set encoding: ISO-8859-1

*** START OF THE PROJECT GUTENBERG EBOOK PUNCHINELLO, VOL. 1, NO. 8 ***




Produced by Cornell University, Joshua Hutchinson, Steve Schulze
and the Online Distributed Proofreading Team.





</pre>

  <table cellspacing="0" cellpadding="3" align="center" border="1"
  width="800">
    <tbody>
      <tr>
        <td width="33%">
          <center>
            <p style="font-weight: bold;">J. NICKINSON</p>

            <p><small>begs to announce to the friends
            of</small></p>

            <p><big><big><b>"PUNCHINELLO"</b></big></big></p>

            <p><small>residing in the country, that for their
            convenience, he has made arrangements by which, on
            receipt of the price of</small></p>

            <p>ANY STANDARD BOOK PUBLISHED,</p>

            <p><small>the same will be forwarded, postage
            paid.</small></p>

            <p><small>Parties desiring Catalogues of any of our
            Publishing Houses can have the same forwarded by
            inclosing two stamps.</small></p>

            <p><small>OFFICE OF</small><br>
            <b>PUNCHINELLO PUBLISHING CO.,</b><br>
            83 Nassau Street.<br>
            [P. O. Box 2783.]</p>
          </center>
        </td>

        <td width="33%">
          <center>
            <p>TO NEWS-DEALERS.</p>

            <p style="font-weight: bold;"><big>PUNCHINELLO'S
            MONTHLY.</big></p>

            <p>THE FIVE NUMBERS FOR APRIL,</p>

            <p style="font-weight: bold;">Bound in a Handsome
            Cover,</p>

            <p>IS NOW READY. Price, Fifty Cents.</p>

            <p style="font-weight: bold;"><big>THE TRADE</big></p>

            <p><small>SUPPLIED BY THE</small></p>

            <p style="font-weight: bold;">AMERICAN NEWS
            COMPANY,</p>

            <p style="font-weight: bold;"><small>Who are now
            prepared to receive Orders.</small></p>
          </center>
        </td>

        <td width="33%">
          <center>
            <p style="font-weight: bold;">HARRISON BRADFORD &amp;
            CO.'S</p>

            <p style="font-weight: bold;"><big><big><big>STEEL
            PENS.</big></big></big></p>

            <p>These pens are of a finer quality, more durable, and
            cheaper than any other Pen in the market. Special
            attention is called to the following grades, as being
            better suited for business purposes than any Pen
            manufactured. The</p>

            <p><b>"505," "22,"</b> and the
            <b>"Anti-Corrosive."</b></p>

            <p>We recommend for bank and office use.</p>

            <p><b>D. APPLETON &amp; CO.,</b> <b><br>
            Sole Agents for United States.</b></p>
          </center>
        </td>
      </tr>
    </tbody>
  </table>

  <table cellspacing="0" cellpadding="3" align="center" border="0"
  width="800">
    <tbody>
      <tr>
        <td>
          <center>
            <br>
            <br>
            <br>

            <h1>PUNCHINELLO</h1>

            <h2>Vol. I. No. 8.</h2>

            <p>SATURDAY, MAY 21, 1870.</p><br>
            <br>

            <h3>PUBLISHED BY THE</h3><br>

            <h3>PUNCHINELLO PUBLISHING COMPANY,</h3><br>
            <br>

            <h4>83 NASSAU STREET, NEW YORK.</h4>
          </center><br>
          <br>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p><i>CONANT'S PATENT BINDERS for "Punchinello," to
          preserve the paper for binding, will be sent, postpaid,
          on receipt of One Dollar, by "Punchinello Publishing
          Company," 83 Nassau Street, New-York City.</i></p>

          <p>See 15th page for Extra Premiums.</p>
        </td>
      </tr>
    </tbody>
  </table><br>

  <table cellspacing="0" cellpadding="3" align="center" border="1"
  width="800">
    <tbody>
      <tr>
        <td align="center">
          <p>APPLICATIONS FOR ADVERTISING IN</p>

          <p><big><b>"PUNCHINELLO"</b></big></p>

          <p>SHOULD BE ADDRESSED TO</p>

          <p>J. NICKINSON,</p>

          <p>Room No. 4,</p>

          <p>83 NASSAU STREET.</p>
        </td>

        <td align="center" rowspan="5">
          <p style="font-weight: bold;">
          <big><big>PUNCHINELLO.</big></big></p>

          <p>With a large and varied experience in the management
          and publication of a paper of the class herewith
          submitted, and with the still more positive advantage of
          an Ample Capital to justify undertaking, the</p>

          <p style="font-weight: bold;"><big>PUNCHINELLO PUBLISHING
          CO.</big></p>

          <p>OF THE CITY OF NEW-YORK,</p>

          <p>Presents to the public for approval, the</p>

          <p>NEW ILLUSTRATED HUMOROUS AND SATIRICAL WEEKLY
          PAPER,</p>

          <p style="font-weight: bold;">
          <big><big>PUNCHINELLO.</big></big></p>

          <p><small>The first number of which will be issued under
          date of April 2, 1870, and thereafter weekly.</small></p>

          <p><small>PUNCHINELLO will be <i>National,</i> and not
          <i>local,</i>&mdash;and will endeavor to become a household
          word in all parts of the country; and to that end has
          secured a</small></p>

          <p>VALUABLE CORPS OF CONTRIBUTORS</p>

          <p>in various sections of the Union, while its columns
          will always open to appropriate first-class literary and
          artistic talent. PUNCHINELLO will be entirely original;
          humorous and witty, without vulgarity, and satirical
          without malice. It will be printed on a superior tinted
          paper of sixteen pages, size 13 by 9, and will be for
          sale by all respectable newsdealers who have the judgment
          to know a good thing when they see it, or by subscription
          from this office.</p>

          <p>The Artistic department will be in charge of Henry L.
          Stephens, whose celebrated cartoons in VANITY FAIR placed
          Jim in the front rank of humorous artists, assisted by
          leading artists in their respective specialities.</p>

          <p>The management of the paper will be in the hands of
          WILLIAM A. STEPHENS, with whom is associated CHARLES
          DAWSON SHANLY, both of whom were identified with VANITY
          FAIR.</p>

          <p>ORIGINAL ARTICLES,</p>

          <p>Suitable for the paper, and Original Designs, or
          suggestive ideas or sketches for illustrations, upon the
          topics of the day, are always acceptable, and will be
          paid for liberally.</p>

          <p>Rejected communications can not be returned, unless
          postage-stamps are inclosed.</p>

          <p><b>Terms:</b></p>

          <p>One copy, per year, in
          advance.......................... $4 00</p>

          <p>Single copies, ten cents,</p>

          <p>A specimen copy will be mailed free upon the receipt
          of ten cents.</p>

          <p>One copy, with the Riverside Magazine, or any other
          magazine or paper, price, $2.50, for.....................
          5 50</p>

          <p>One copy, with any magazine or paper, price, $4,
          for..... 7 00</p>

          <p>All communications, remittances, etc., to be addressed
          to</p>

          <p>PUNCHINELLO PUBLISHING CO.</p>

          <p>83 Nassau Street.</p>

          <p>New-York.</p>

          <p>[P.O. Box 2783.]</p>
        </td>

        <td align="center" rowspan="2">
          <p><b>Mercantile Library,</b></p>

          <p>Clinton Hall, Astor Place</p>

          <p>New-York.</p>

          <p><small>This is now the largest circulating Library In
          America, the number of volumes on its shelves being
          114,000. About 1000 volumes are added each month; and
          very large purchases are made of all new and popular
          works.</small></p>

          <p><small>Books are delivered at members' residences for
          five cents each delivery.</small></p>

          <p>TERMS OF MEMBERSHIP:</p>

          <p>TO CLERKS,</p>

          <p>$1 Initiation, $3 Annual Dues.</p>

          <p>TO OTHERS, $5 a year.</p>

          <p>SUBSCRIPTIONS TAKEN FOR SIX MONTHS.</p>

          <p><b>BRANCH OFFICES</b></p>

          <p>NO. 76 CEDAR STREET, NEW-YORK,</p>

          <p>AND AT</p>

          <p>Yonkers, Norwalk, Stamford, and Elizabet</p>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p>Notice to Ladies.</p>

          <p><big><big>DIBBLE,</big></big></p>

          <p>Of 854 Broadway,</p>

          <p>Has just received a large assortment of all the latest
          styles of</p>

          <p><b>Chignons, Chatelaines, etc.,</b></p>

          <p>FROM PARIS,</p>

          <p>Comprising the following beautiful varieties: La
          Coquette, La Plenitude, Le Bouquet, La Sirene,
          L'Imperatrice etc.</p>

          <p>At prices varying from $2 upward</p>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p style="font-weight: bold;">WILL BE READY ON MAY 10</p>

          <p>Brigadier-General</p>

          <p><big><b>THOMAS FRANCIS MEAGHER:</b></big></p>

          <p style="font-weight: bold;">His Political and Military
          Career;</p>

          <p><small>WITH SELECTIONS FROM</small><br>
          <span style="font-weight: bold;">HIS SPEECHES AND
          WRITINGS.</span><br>
          <small>BY</small><br>
          <span style="font-weight: bold;">Capt. W. F.
          LYONS.</span></p>

          <p><small>It will be printed on fine toned paper, from
          new type, with an excellent Portrait.</small></p>

          <p><small>One vol., Cloth, extra beveled . . . . $2 00<br>
          One vol., Cloth, extra richly gilt . . 2 50<br>One vol.,
          morocco extra, beveled . . . 5 00</small></p>

          <p><small>Orders from the Trade and public
          solicited.</small></p>

          <p><b>D. &amp; J. SADLIER &amp; CO.,</b></p>

          <p><b>31 Barclay Street, N. Y.</b></p>
        </td>

        <td align="center">
          <p>AMERICAN</p>

          <p><b>BUTTONHOLE, OVERSEAMING,</b></p>

          <p>AND</p>

          <p><big>SEWING-MACHINE CO.,</big></p>

          <p><b>563 Broadway, New-York.</b></p>

          <p><small>This great combination machine is the last and
          greatest improvement on all former machines, making, in
          addition to all work done on best Lock-Stitch machines,
          beautiful</small></p>

          <p>BUTTON AND EYELET HOLES;</p>

          <p>in all fabrics.</p>

          <p>Machine, with finely finished</p>

          <p>OILED WALNUT TABLE AND COVER</p>

          <p><small>complete, $75. Same machine, without the
          buttonhole parts, $60. This last is beyond all question
          the simplest, easiest to manage and to keep in order, of
          any machine in the market. Machines warranted, and full
          instruction given to purchasers.</small></p>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p>THE CELEBRATED</p>

          <p><b>BRAND</b></p>

          <p style="font-weight: bold;"><big><big>BLACK
          ALPACAS!</big></big></p>

          <p><small>This Brand of ALPACA, on account of its
          fineness of cloth, and richness of color, has become the
          <b>Standard Alpaca</b> now used in the United
          States.</small></p>

          <p><small>These Goods are greatly Improved for the
          <b>Spring</b> and <b>Summer</b> wear, being of the
          <b>richest</b> and <b>purest</b> Shade of <b>fast
          Black,</b> and made of the <b>very finest material,</b>
          they are <b>absolutely superior</b> to any ALPACAS ever
          sold in this country, and now are one of the most
          <b>fashionable</b> and <b>economical</b> fabrics worn.
          <b>These beautiful Goods are sold by most of the leading
          Retail Dry-Goods Merchants in all the leading cities and
          towns throughout all the States.</b></small></p>

          <p><small><b>Purchasers will know these Goods, as a
          ticket is attached to each piece bearing a picture of the
          Buffalo, precisely like the above.</b></small></p>

          <p>WM. I. PEAKE &amp; CO.,</p>

          <p>46, 48 &amp; 50 White St., New-York.</p>

          <p><small><i>Sole Importers of this Brand for the United
          States.</i></small></p>
        </td>

        <td rowspan="2" align="center">
          <p><b>HENRY SPEAR</b></p>

          <p>STATIONER, PRINTER</p>

          <p>AND</p>

          <p><b>BLANK BOOK MANUFACTURER.</b></p>

          <p>ACCOUNT BOOKS</p>

          <p>MADE TO ORDER.</p>

          <p><b>PRINTING OF EVERY DESCRIPTION.</b></p>

          <p>82 Wall Street,</p>

          <p>NEW-YORK.</p>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p><span style="font-weight: bold;">Thomas J. Rayner
          &amp; Co.,</span><br>
          29 LIBERTY STREET,<br>
          <span style="font-weight: bold;">New-York,</span></p>

          <p>MANUFACTURERS OF THE</p>

          <p><i>Finest Cigars made in the United States.</i></p>

          <p><small>All sizes and styles. Prices very moderate.
          Samples sent to any responsible house. Also Importers of
          the</small></p>

          <p><b>"FUSBOS" BRAND,</b></p>

          <p><small>Equal in quality to the best of the Havana
          market, and from ten to twenty per cent
          cheaper.</small></p>

          <p><small>Restaurant, Bar, Hotel, and Saloon trade will
          save money by calling at</small></p>

          <p><b>29 LIBERTY STREET</b></p>
        </td>
      </tr>
    </tbody>
  </table>

  <table align="center" width="800">
    <tbody>
      <tr>
        <td>
          <br>
          <hr style="width: 45%;">
          <br>

          <p>[Illustration: <span style=
          "font-weight: bold;">COURTESIES IN OUR
          SUNDAY-SCHOOLS.</span></p>

          <p>Teacher. "BY THE BY, DEAR, CAN YOU LEND ME A COUPLE OF
          SMALL PUPILS FOR ANNIVERSARY, MY CLASS IS SO LITTLE? YOU
          SHALL HAVE THEM BACK AGAIN NEXT SUNDAY."]</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">THE GREAT CANAL
          ENTERPRISE.</p>

          <p>[FROM OUR SPECIAL BOSTON CORRESPONDENT.]</p>

          <p>BOSTON, May 8th, 1870.</p>

          <p>We Bostonians are greatly surprised that your valuable
          journal has as yet taken no notice of the great
          undertaking of the century&mdash;the Cape Cod Canal. However,
          you New-Yorkers are quite out of the world, and unless
          you read the Boston <i>Transcript</i> regularly, can not
          be expected to know much about the enterprises with which
          the earnest men of the nation are occupied. The great
          Cape Cod Canal is, however, not meant simply for the
          benefit of the Bostonian nation, but for the commerce of
          the civilized world. It is destined to work a more
          important revolution in the trade of Plymouth,
          Barnstable, and Nantucket, than the Suez or Darien
          Canals.</p>

          <p>Of course you are familiar with the peculiar
          conformation of Cape Cod. It juts out into the Atlantic
          like an immense elbow, and, indeed, is understood to be
          modelled after the brawny arm of the gallant CHARLES
          SUMNER. Vessels passing between ports on the western and
          those on the southern coast of Massachusetts, are now
          obliged to make a wide <i>detour</i> in order to
          circumnavigate the Cape. It is now proposed to cut a
          canal across the Cape just where it juts out from the
          mainland, and thus avoid the tedious circumnavigation.
          The enormous importance of this work will be at once
          perceived. The Canal will be nearly four miles in length,
          and will be made of a uniform width of four feet, with a
          depth of two. This gigantic undertaking will of course
          cost an immense amount of time and money, but under the
          able supervision of ELKANAH HOPKINS, the gifted engineer
          who constructed the board-walk in front of Deacon
          BREWSTER'S house, at Standish Four Corners, there can be
          no doubt of its success. Advantage will be taken of the
          duck-pond of Captain JEHOIAKIM BROWN, which is situated
          in the course of the proposed canal. By leading the Canal
          directly through this pond, at least a quarter of a mile
          of excavation will be avoided. M. DE LESSEPS is known to
          have decided upon making a similar use of the Bitter
          Lakes in the construction of his Suez ditch, after having
          seen ELKANAH HOPKINS' plans for our great Cape Cod Canal.
          Vessels will hereafter pass through this Canal instead of
          taking the long voyage around the Cape; and it is
          believed that the <i>saving</i> which will be effected in
          the transportation of cod-fish and garden-sass by the
          consequent shortening of the voyage, will be something
          enormous. There are those who believe that the Canal will
          yield a yearly revenue of from eighty to ninety dollars
          in tolls alone. It is understood that the European
          Governments have already proposed to the Mayors of Boston
          and Barnstable to guarantee the neutrality of the Canal
          in case of war; but it is not possible that the
          proposition will be acceded to. Bostonians should have
          the exclusive control of this magnificent work, and the
          Selectmen of several of our prominent towns have drawn up
          petitions against the proposition of neutrality. The
          opening of the Canal will be the most splendid pageant of
          modern times. Mrs. JULIA WARD HOWE will recite an
          original poem on the occasion; Mr W. H. MURRAY will
          preach a sermon; Mrs. STOWE will read a new paper on
          BYRON, and the State authorities will proclaim a solemn
          day of fasting and festivity. A procession of ten
          fishing-schooners, headed by a flat-boat, containing the
          Mayors and Selectmen of all the Massachusetts towns, will
          pass through the Canal. After this, literary exercises
          are ended; and the following month will be devoted to the
          delivery of an oration by Hon. CHARLES SUMNER, on "The
          Classical Ditches of Ancient Times, and their Influence
          on the Cause of Truth and Freedom."</p>

          <p>You, and the minor New-York papers, expect to devote
          most of your space to this wonderful undertaking. It is
          more important than any event which has taken place since
          the election of Mr. SUMNER to the Senate. It is a subject
          which will interest all your earnest readers, who will be
          greatly obliged to me for calling your attention to
          it.</p>

          <p>A FRIEND OF FREEDOM.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">OLD SAWS RE-SET.</p>

          <p>That must be a pernicious agitation of the
          circumambient atmosphere, which conduces not to the
          benefit of any individual.</p>

          <p>The common table utensil which is too frequently
          conveyed to the fountain, to obtain the thirst-slaking
          beverage, will ultimately become fractured.</p>

          <p>By devoting our attention chiefly to the smaller
          copper coin, the larger denominations represented by
          paper currency will require no <i>surveillance</i>.</p>

          <p>Persons who inhabit residences composed of a brittle,
          transparent, silicious material, should refrain from
          forcibly casting fragments of granite, etc.</p>

          <p>When the optic image of a given object is not
          projected upon the <i>retina</i> of the visual medium,
          that object fails to be desired by the chief vital organ
          of the human anatomy.</p>

          <p>When the vigilant feline quadruped, frequently
          observed in the abodes of man, is absent, the common
          domestic animal of the <i>genus mus</i> may indulge in
          various relaxations of an entertaining nature.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">Common Pleas.</p>

          <p>Pleas of Temporary Insanity.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">A Standard Work.</p>

          <p>J. RUSSEL YOUNG'S new paper.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">Drugs in the Market.</p>

          <p>An English chemist has discovered a process by which
          wood of any kind can be dyed a beautiful and permanent
          violet hue.</p>

          <p>Should that chemist fail to succeed in his profession,
          he might profitably turn his attention to writing for the
          stage, seeing that he has a decided turn for
          Dye-a-Log.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="text-align: center;"><small>Entered, according
          to Act of Congress, in the year 1870, by the PUNCHINELLO
          PUBLISHING COMPANY,<br>
          in the Clerk's Office of the District Court of the United
          States, for the Southern District of
          New-York.</small></p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">THE PLAYS AND SHOWS.</p>

          <p>Legs have heretofore been inseparable in the public
          mind from LYDIA THOMPSON. Her successes have varied
          inversely as the length of her trunk-hose. She has built
          up her reputation by "break-downs," and has clutched the
          burlesque diadem with, innumerable bounds of her elastic
          legs. Now, however, she has grown weary of offering up
          her fatted calves at the shrine of a prodigal New-York
          audience, and desires to hide the lightness of her legs
          under a bustle and crinoline. Wherefore she exchanges her
          PIPPIN for a MOSQUITO, and appears in serious instead of
          comic burlesque.</p>

          <p><i>Mosquito</i> is a play written expressly for Miss
          THOMPSON, by DUMAS <i>p&#232;re</i>. There is the
          more reason to believe this assertion, inasmuch as DUMAS,
          or somebody else, has already written it expressly for a
          variety of other people. It was written for MENKEN, under
          the title of "<i>The Pirates of the Savannah</i>," some
          six years since, and was written for somebody else and
          played at the Porte St. Martin about seventeen years ago.
          We should not be surprised if the "Veteran Observer" of
          the <i>Times</i> were prepared to prove that it was
          written expressly for him about the year 1775. In view of
          these facts, no one will regard it as improbable that it
          was also written for Miss THOMPSON. Be that as it may,
          however, there is no doubt that Miss THOMPSON appeared in
          it on Monday evening last, and that the following
          synopsis is much more accurate than even the play
          itself.</p>

          <p>After an overture, performed principally on an
          exasperating drum, the curtain rises on a scene in a
          seaport town in South America, or, to be exact, in
          Bolivia. Various disreputable pirates, whose appearance
          is a libel on a profession adorned by such men as Captain
          EYRE and the managers of cheap American republishing
          houses, conspire together in such mysterious words as
          these:</p>

          <p><i>Valderrama (a pirate chief.)</i> "To-night we
          must&mdash;"</p>

          <p><i>Pierre (a comic pirate.)</i> "We will, or&mdash;"</p>

          <p><i>Val., etc.</i> "You have your&mdash;?"</p>

          <p><i>Pierre.</i> "I have; and&mdash;"</p>

          <p><i>Both Together.</i> "S-s-s-s-h. Some one comes.
          Swear to&mdash;"</p>

          <p><i>Enter</i> LYDIA THOMPSON, <i>clothed on with
          crinoline.</i> (<i>To various pirates.</i>) "Well! How's
          things? Are you still the&mdash;?"</p>

          <p><i>Various Pirates.</i> "We are; and if&mdash;"</p>

          <p><i>Enter</i> BRENTANO, <i>the father of</i> LYDIA.
          <i>He addresses her in tender accents.</i> "Me cheyild,
          the hour is come. I must away. <i>(To Valderrama.)</i>
          Shall we&mdash;?"</p>

          <p><i>Val., etc.</i> "We shall. Come, my friend,
          and&mdash;"</p>

          <p><i>They come. Scene changes to a lonely glen. Comic
          Pirate explains to</i> LYDIA <i>the secret of her birth
          in terms which leave it more unintelligible than ever.
          Various pirates conspire to murder</i> BRENTANO. <i>Scene
          again changes to</i> BRENTANO'S <i>garden. Various
          pirates enter and shoot the old man. Applause. Somebody
          sets the house on fire. Enter</i> LYDIA <i>disguised in
          boy's clothes. She vows eternal fidelity to</i>
          VALDERRAMA <i>The audience wildly welcome her familiar
          legs, and the curtain falls amid tempestuous applause and
          the frantic beating of the fiendish drum.</i></p>

          <p><i>Rather Dull Old Gentleman.</i> "I can't make out
          what it's all about. Why does she want to follow
          VALDERRAMA when she knows he has killed her father?"</p>

          <p><i>Theatrical Person, who has seen the manuscript
          play.</i> "Don't you see? She means to avenge herself by
          reading the <i>Nation</i> to him, or by singing Shoo-fly.
          She'll make his life a burden."</p>

          <p><i>Dull Old Gentleman.</i> "Oh! I see. But will she
          turn pirate, too?"</p>

          <p><i>Theatrical Person.</i> "By no means. There were no
          strong-minded women on the Spanish main. The pirates were
          bad enough, but they didn't have all the vices of the
          present day. She'll go to Paris with VALDERRAMA, and he
          will take the title of MARQUIS of FONSECA, and live
          sumptuously on old BRENTANO'S money. Just you wait and
          see."</p>

          <p><i>Curtain rises on second act, showing the Hotel
          Fonseca, at Paris. Several French noblemen repeat
          ponderous witticisms to one another. Enter Miss</i>
          MARKHAM <i>with clothes on. She represents the icy</i>
          DIANA DE MAULEON.</p>

          <p><i>Diana.</i> "Mon Doo! there is my lover LEON DE
          BEAULIEU. I won't have him, for he ain't rich
          enough."</p>

          <p><i>Leon.</i> "Mademosel! I love you."</p>

          <p><i>Diana.</i> "Mosshure, what's your name? who are
          your parents? and what's your income?"</p>

          <p><i>Leon.</i> "Alas! I have none."</p>

          <p><i>Diana.</i> "Then leave. Ah! Good evening, Mosshure,
          the MARQUIS DE FONSECA."</p>

          <p><i>Fonseca (aside.)</i> "LEON is the son of somebody,
          I forget who. Never mind, I'll murder him and marry
          DIANA."</p>

          <p><i>Mosquito (in other words, Lydia Thompson in a dress
          that shows her legs.)</i> "I love LEON. I must save him.
          I will save him."</p>

          <p><i>Scene changes to an inn on the coast within a few
          yards of Paris. Enter</i> PIERRE <i>and other pirates.
          They conspire to murder</i> LEON <i>and the French
          language. Enter</i> MOSQUITO <i>disguised as a serving
          maid. She dances, sings, and overhears the plot.
          Enter</i> LEON <i>in order to be murdered. By a neat
          little stratagem</i> MOSQUITO <i>contrives to have the
          pirates shoot each other, and saves</i> LEON. <i>Curtain
          falls, followed by more maddening performances on the
          drum.</i></p>

          <p><i>Dull Old Gentleman.</i> "I begin to see into it a
          little; but who is LEON, and why does FONSECA want to
          murder him?"</p>

          <p><i>Theatrical Person.</i> "Well, I can't just now
          remember. It is all cleared up in the last scene, though.
          You see, MOSQUITO is the daughter of BRENTANO, who was
          killed. She has another father who comes on later.
          Somebody else is LEON'S father, and you see FONSECA is
          the brother&mdash;no, the aunt of PIERRE&mdash;no, that's not it
          precisely&mdash;but you'll see."</p>

          <p><i>Dull Old Gentleman (doubtfully.)</i> "I hope so;
          but that infernal drum makes such a noise that I can
          hardly think. Who is that tall, awkward woman with the
          turned-up nose, who plays 'DIANA?'"</p>

          <p><i>Theatrical Person.</i> "Hush, GRANT WHITE is
          sitting right behind you. That is Miss MARKHAM, and she
          is considered to be very handsome. She is a little
          awkward in clothes, but she'll get used to them in
          time."</p>

          <p><i>The third act begins. Every body, from the Comic
          Pirate down to a Dramatic Writer who is in the play, go
          to a ball at the Palace Gardens.</i> MOSQUITO,
          <i>disguised as a Gipsy, dances and tells cheerful
          fortunes. Fonseca proposes for</i> DIANA'S <i>hand and
          roars the subject over in a private conversation with her
          father, while he and the old gentleman stand on opposite
          sides of the garden. Every body quarrels with every body
          else. The Comic Pirate challenges</i> LEON <i>to fight a
          duel, intending to murder him.</i> MOSQUITO, <i>backed by
          the</i> REGENT <i>of</i> ORLEANS <i>and the entire court,
          stops the duel and denounces</i> FONSECA. <i>The latter
          tries to murder her and is shot by the Comic Pirate. Then
          explanations take place, by which every body is proved to
          be the father or daughter of every body else, and the
          play is ended by an appropriate suggestion from the</i>
          REGENT, <i>that the entire party should engage in a
          congratulatory dance.</i></p>

          <p><i>Dull Old Gentleman.</i> "Well, I must say I don't
          understand any thing about it. I can't even make out the
          different actors. Who is the rather pretty, fat woman,
          dressed like a boy. She don't act a bit, but she dances
          nicely."</p>

          <p><i>Theatrical Person.</i> "Why, that is LYDIA
          THOMPSON. The play was written for her, you know."</p>

          <p><i>Dull Old Gentleman (evidently getting
          irritable.)</i> "All I've got to say is this, that I
          don't know which is the worse, she or the play. What is
          the stage coming to? In my day we used to have something
          like acting at the old Park. Ah, there was PLACIDE, and
          ELLEN TREE, and&mdash;"</p>

          <p>The old gentleman goes slowly out, muttering
          reminiscences from ancient history. A tall,
          intellectual-looking man is seen to withdraw into the
          grass-plat in the court-yard, and is there heard to
          appeal to the chimney-pots and stars to note the
          surpassing beauty of the vocal velvet of the fair
          MARKHAM. And the undersigned wends his way homeward with
          the conviction that <i>Hamlet</i>, with the part of
          HAMLET omitted, would be intelligible and attractive in
          comparison with LYDIA THOMPSON and PAULINE MARKHAM with
          their legs banished from public view. MATADOR.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">PUNCHINELLO IN WALL
          STREET.</p>

          <p>The great art of Doing others as they would like to Do
          you has always commended itself to PUNCHINELLO as a very
          happy rendering of a certain fusty old rule which, in its
          original shape, did very well some nineteen hundred years
          ago, but is altogether out of date in these brisk times.
          Hence the gambols of the merry bulls in that Broad Street
          which leadeth to DIVES palace are just now highly
          entertaining. In that illustrious quarter of this amazing
          metropolis there is a beautiful game going on which is
          vastly more interesting to watch than to join in, and
          this little game is much as follows:</p>

          <p>A number of the members of that worthy family of
          undoubted ancestry and opulence, and known the world over
          as the "Cliques," have gone into the dairy business. The
          cheese-presses are kept and the churning is done in the
          big offices by the wayside; but the milking is carried on
          in a very Long Room, found, from considerable experience,
          to be peculiarly adapted to this profitable line of
          trade. Now in the pastoral realms of Finance, it is an
          odd fact that not only is the milk all cream, and golden
          cream into the bargain, but it is sometimes hard to tell
          which are the dairy-maids and which are the kindly
          animals with the crumpled horns which furnish the lacteal
          supply which is so particularly sought after. Of course
          every body wants as much cream as possible, and all have
          faith that, at the nick of time, it will be given to them
          to milk instead of the other thing. There is a pleasant
          amusement known among juveniles as "SIMON says up," etc.
          This is the very milk in the stock-market cocoanut. When
          some great member of the big Clique family cries "DANIEL
          says up," and every body shouts by mistake "DANIEL says
          down," then the Long Room does a very huge business
          indeed, and the number of cheeses made is marvellous to
          relate. When, on the contrary, Clique says "down," and
          the crowd cries "up," and it really should be up, then
          the great Clique discover that their dairy-maids have
          become the other thing, and that all the cheese is going
          the other side of the way. This is exceedingly damaging
          to the Clique firm; and as it is very painful indeed to
          be the other thing, since it makes sore heads and brings
          on a tendency to "bust," requiring much careful nursing
          to recover from the effect, the Clique family is always
          careful to arrange every thing in a manner that shall
          best insure the monopoly of the lacteal element to
          itself.</p>

          <p>At present the Cliques have made, most excellent
          provisions. It is a rule that nothing so stimulates the
          production of cream in the financial pastures as that
          curious esculent the greenback. Oddly enough, also,
          although this esculent la greatly sought after by the
          other useful animals in Uncle SAM'S plantation, yet, from
          one and another cause, vast quantities of this
          exhilarating food have been amassed in and around the
          banks of Wall street&mdash;those banks where the woodbine
          vainly twineth, and by whoso side our allegory unhappily
          lies. With plenty of greenbacks, therefore, to make every
          one gay and festive, with the pumps hard at work to keep
          the stocks well watered, and with all sorts of devices to
          lead the Street family (and a very low but ambitious and
          prolific family it is) to cry "up" when DANIEL says
          "down," the jubilant Cliques have set their mind upon a
          thriving Spring business.</p>

          <p>PUNCHINELLO gazes down upon the game with equal and
          serene mind. Since all wish to milk and not to be the
          other thing, and as it is not clear which is going to be
          which, he is content to watch the cheeses as they come
          from the press, and to declare that they at least are
          seemly and good to behold. If PUNCHINELLO could only
          believe that the Street family was likely to succeed, he
          would certainly doff his cap to them. Success is
          beautiful. It is to Do others as they would Do you. That
          is the Nineteenth Century. It is, therefore, sublime. One
          gets exhausted in hurrahing for the Cliques. They are
          always getting the best of it. But the Street people need
          encouragement. It is not pleasant to be the other thing.
          And if the bloated Clique party are not some time brought
          to a turn, the day will come when we shall find all
          Clique and no cheese&mdash;a consummation devoutly <i>not</i>
          to be wished for!</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">"Too Much for Good
          Nature,"</p>

          <p>The acting at Wood's Museum.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">A Question for the "Veteran
          Observer,"</p>

          <p>Who was the "Oldest Inhabitant"&mdash;Old PARR, or old
          Grand Par?</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">Miss-Conductors.</p>

          <p>The young ladies who bring back the Trains.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">FOREIGN CORRESPONDENCE.</p>

          <p>[BY ATLANTIC CABLE.]</p>

          <p>GREAT BRITAIN.</p>

          <p>Having a peculiar privilege as the correspondent of
          PUNCHINELLO, I was on the floor of the House of Commons
          when Mr. GLADSTONE made his short speech, on the 25th,
          about England and possessions. I was standing by the
          O'DONOHUE when the Minister said, "<i>A free and
          voluntary contract is the only basis for continued
          union.</i>" I whispered to O'DONOHUE&mdash;Good for Ireland!
          He did me the honor to repeat it aloud; but the
          Minister's answer was not heard.</p>

          <p>Mr. EASTWICK had just been making a speech about
          "tightening colonial relations." The <i>Press Ass</i>
          made this charge somebody or other with "making tight the
          Colonel's relations." It was just like that fellow. I
          only succeeded by chance in saving him from sending
          across some stuff about the Cardinal Archbishop of
          CRANBERRY, instead of CHAMBERY. I got a dispatch from,
          him quoting the <i>Virago</i> of Paris&mdash;meaning the
          <i>Figaro</i>, of course. And then that <i>Schema</i>; a
          Sphinx could not have made it more of a puzzle, whether
          he meant that the bishops voted that the Pope should be
          <i>deified</i>, or <i>defied</i>, or that the <i>de
          fide</i> should pass by their vote.</p>

          <p>CYRUS W. FIELD has been here, in communication with
          AIRY, the astronomer Royal, about a telegraph to the
          moon. A lunatic observation makes it wax plain that it
          will not be in wane to attempt it. STOKES and HUGGINS,
          moreover, have been taking views of people through the
          spectroscope. <i>Absorption bands</i> are very striking
          in the <i>spectra</i> of the ROTHSCHILDS and other
          bankers. <i>Bright lines</i> are seen in TENNYSON and
          WILLIAM MORRIS; <i>dark lines</i> in SWINBURNE.</p>

          <p>Gaseous substances are shown to exist in certain
          bodies and people; a great deal of gas was discovered in
          VICTOR HUGO. Traces of iron are visible in NAPOLEON III;
          and still more, at the last observations, n BISMARCK.
          VICTOR EMMANUEL had more of the phosphorus; the Pope, of
          sulphur; the PRINCE of WALES, of mercury; the editor of
          the <i>Times</i>, of lead. GARIBALDI and MAZZINI have a
          carbon-ari appearance through the instrument; with some
          look of nitrous incandescence, also. Laughing-gas is
          evidently abundant in PUNCH.</p>

          <p>The Lords of the Admiralty have observed that Mr. HALE
          has proposed in Congress a 16 million bill for a new
          American navy. It will be at once proposed to the House
          of Commons that 32 millions be spent in iron-clads here.
          And the Cabinet of the French Emperor have already
          prepared their little bill, demanding of the <i>Corps
          Legislatif</i> a sum of sixty-four millions for monster
          ships. All this is, of course, encouraging. Mr. HALE had
          better try again,</p>

          <p>Of course you have heard of the great Fenian raid,
          which really is to come off. You know there are immense
          amounts of vegetables and other provender brought to
          London from the Continent every day. Now a large number
          of sworn Fenians are to go to Holland and learn Dutch, so
          that they can go over disguised as petty dealers in food,
          get to London armed with revolvers, and carry off the
          Queen! As the Fenians always do exactly what they promise
          to do, this may be relied upon as certain to happen. It
          is said that the Queen is studying Dutch as an amusement;
          which may be very convenient on the way; she can
          expostulate with them better in Dutch than in Irish.</p>

          <p>From GERMANY, we learn that JANAUSCHEK is coming to
          London to play in English. Also that a ballet corps is
          coming over to dance in Spanish, and an opera troupe, to
          sing phonographically, in Hindoostanee. A new opera, by
          BALFE, is spoken of; subject, the Tower of Babel. This
          was suggested by the Ecumenical Council; where some body
          must have been LISET-ening.</p>

          <p>A World's Congress of Croquet Players will be held
          next month at Baden. They will not hold their debates in
          Latin. Among the points discussed will be, whether it is
          allowable to pop the question on the croquet ground. Old
          maids are quoted as thinking that it distracts the game.
          Younger ones would consider it allowable in certain
          cases.</p>

          <p>What people some travelling Americans are! There is
          one <i>nouveau riche</i> from New-York, who has been
          going about all over Germany, asking every body for the
          sculptor&mdash;he thinks his name was METTERNICH&mdash;whose most
          famous work was the <i>Status quo</i>! He wants one of
          these, he says, for his <i>jardin des plantes</i>; which
          is going to be as big as the one near Paris. He has also
          heard of the Marquis of BUTE; and wants to buy one or two
          of his things; because somebody once read to him, out of
          a copy-book, that "a thing of Bute is a joy forever." I
          have not time to tell you, today, about my late interview
          with the Pope. &mdash;PRIME</p><br>
          <hr style="width: 45%;">
          <br>

          <p>[Illustration:</p>

          <p style="font-weight: bold;">EVERY MAN HIS OWN
          POLICEMAN.</p>

          <p>EXEMPLIFIED BY THE FOLLOWING DESIGNS OF PUNCHINELLO'S
          PATENT ARMOR.</p>

          <p>OPEN CASE.</p>

          <p>IN CASE OF ASSASSIN.</p>

          <p>IN CASE OF STAGE ACCIDENT.</p>

          <p>IN CASE OF PICK-POCKET.</p>

          <p>IN CASE OF MAD BULL.]</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">OUR PORT-FOLIO.</p>

          <p>Upon opening our mail, the other morning, a
          communication signed "Tragedian," purporting to come from
          the father of three boys, (each remarkable in his way,)
          particularly attracted our attention. He stated with
          peculiar succinctness some singular developments of
          genius in the second of these prodigies, which do not
          always accompany such tender adolescence. "But twelve
          years old!" exclaims the enraptured parent, "and yet my
          FRITZ has produced a tragedy in three acts, entitled 'The
          Drewid's Curse.' No less a judge than our leading town
          lawyer, squire MANGLES, was so kind as to say that such
          an instance of the histrionic flux in a child of FRITZ'S
          years, was utterly unparalleled. If PUNCHINELLO could
          find space for a few specimens of the 'Curse,' they shall
          be cheerfully furnished."</p>

          <p>(It might as well be stated here that curses of this
          character are already quite abundant, and that
          PUNCHINELLO can not find space for any of them. Still a
          kind word may not be misunderstood.)</p>

          <p>To the son of a man who spells "Druid" with a
          "<i>w</i>," all things must be possible, from a hangman's
          noose to a Presidential nomination, and the danger to be
          apprehended in this case is, that some of "Tragedian's"
          posterity may slip into one or the other of them. A
          parental raid upon all the pens, ink and paper that could
          possibly come within the reach of a youth whose soul
          revels in Druidical reminiscences, is the only effective
          remedy which at present occurs to us. The "histrionic
          flux" is a kindred disease, and would, of course, be
          susceptible of the same treatment.</p><br>
          <hr style="height: 2px; width: 15%;">
          <br>

          <p>DEAR PUNCHINELLO: I am not mad, but to you, alone, I
          confide the secret of my sanity. Nevertheless I thirst
          for blood.</p>

          <p>Feelings over which I have no control, render it
          imperative that I should shoot somebody. Precisely who
          may be the victim of this insatiable desire, fate alone
          can decide. I propose some day next week to commence a
          general fusilade from the windows of my office upon the
          passers-by. My sole security in this affair, is a maiden
          aunt now in the Lunatic Asylum. I look with confidence to
          her malady as my triumphant vindication. My object in
          writing to you is to ask whether, in your opinion, the
          fact is sufficient to <i>guarantee</i> a verdict of "Not
          Guilty," in case I am prosecuted for murder, or whether
          an unscrupulous jury could sacrifice me to the unsettled
          condition of the popular mind on the subject of
          justifiable insanity. Yours sanguinarily,</p>

          <p>&mdash;RABIES.</p>
          <hr style="height: 2px; width: 15%;">

          <p>PUNCHINELLO expresses his opinion in reference to the
          above letter with great reluctance. He fears that if he
          gives his advice according to his real convictions, he
          may be overrun with similar applications, and if he gives
          advice that he doesn't feel, he will condemn "RABIES" to
          the mortification of the gallows. He therefore takes a
          middle course, and observes that the possession of an
          aunt in the Lunatic Asylum is certainly strong
          presumptive evidence that her nephew is no better than
          she is. Here in New-York, it would be difficult to upset
          such evidence, but elsewhere the result might be
          different. "RABIES" gives no clue to his whereabouts.
          PUNCHINELLO, therefore, presumes that he does not
          contemplate murder here. Very well, then, it would be
          unadvisable to kill any one, until at least two
          respectable physicians could testify that either before
          or after the act they had called upon "RABIES," fully
          interviewed him on the subject of the maiden aunt, and
          found that the slightest allusion to her was productive
          of any of the following phenomena:</p><br>

          <p>1st. Sudden and violent twitching of the eyes.</p>

          <p>2d. Discoloration of the veins of the nose, resulting
          in an appearance abnormally rubicund.</p>

          <p>3d. Manifestations of extravagant thirst, which water
          could not satisfy.</p>

          <p>4th. Tendency to reach for his boot-straps, as if with
          the view of lifting himself by the same.</p>

          <p>5th. Rapid rise of the pulse from 50 to 500&mdash;say
          within the space of ten seconds.</p>

          <p>6th. Shoo-fly! movement of the hand toward the cheek
          as if some thing had alighted there, and patient were
          trying to rub it off.</p>

          <p>7th. The presence of a cicatrix on the left temple
          (This is a most irrefutable proof of insanity).</p>

          <p>8th. Psychological developments indicative of "moral
          alienation."</p>

          <p>9th. Gangrenous condition of the tongue, proceeding
          from a disordered liver, and mysteriously communicated to
          the brain.</p>

          <p>10th. Any symptoms going to show that patient might
          mistake another man's wife for his own.</p>

          <p>11th. Discovery at the last moment that patient's
          father suffered himself to be hung for murder.</p>

          <p>PUNCHINELLO offers these as the accepted <i>data</i>
          by which RABIES may measure his chances for life in case
          he executes his avowed purpose, but I would impress upon
          him the fact that these are necessary <i>outside</i> of
          New-York only. Here proof of the lunacy of the maiden
          aunt would be sufficient.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">UNCLE SAMUEL</p>

          <p>To His Lit-tle Lads in Con-gress.</p>

          <p>[A LESSON IN EASY WORDS OF ONE
          SYLLABLE.]</p><span style="margin-left: 0.5em;">My lads!
          I will be plain with, you:</span><br>
          <span style="margin-left: 0.5em;">I am not pleased with
          all you do.</span><br>
          <span style="margin-left: 0.5em;">I hate to scold, and
          yet I must;</span><br>
          <span style="margin-left: 0.5em;">And you will take it
          well, I trust.</span><br>
          <br>
          <span style="margin-left: 0.5em;">When first I saw you,
          nice and clean,</span><br>
          <span style="margin-left: 0.5em;">It was a sight to show
          the Queen!</span><br>
          <span style="margin-left: 0.5em;">I was an ass to like
          you so;</span><br>
          <span style="margin-left: 0.5em;">But where we
          <i>wish</i> to like, we do.</span><br>
          <span style="margin-left: 0.5em;">I should have known it
          could not be;</span><br>
          <span style="margin-left: 0.5em;">For luck, of late, is
          gone from me.</span><br>
          <span style="margin-left: 0.5em;">No more I see the good
          old times</span><br>
          <span style="margin-left: 0.5em;">When fools were fools,
          and crimes were crimes,</span><br>
          <span style="margin-left: 0.5em;">And boys and men had
          work to do,</span><br>
          <span style="margin-left: 0.5em;">And did not play till
          work was through.</span><br>
          <span style="margin-left: 0.5em;">The times have changed;
          so have the boys!</span><br>
          <span style="margin-left: 0.5em;">I know this, when I
          hear your noise,</span><br>
          <span style="margin-left: 0.5em;">And note your slack
          work, day by day;</span><br>
          <span style="margin-left: 0.5em;">Each lad must have his
          own small way,</span><br>
          <span style="margin-left: 0.5em;">If it is but to loaf
          and loll,</span><br>
          <span style="margin-left: 0.5em;">Or else, not to come in
          at all,</span><br>
          <span style="margin-left: 0.5em;">Or not to care for what
          is done</span><br>
          <span style="margin-left: 0.5em;">If so be it can yield
          no fun,</span><br>
          <span style="margin-left: 0.5em;">Or else, to be as
          coarse and rough,</span><br>
          <span style="margin-left: 0.5em;">As rash and rude, and
          grum and gruff,</span><br>
          <span style="margin-left: 0.5em;">As though it were some
          bear that spoke,</span><br>
          <span style="margin-left: 0.5em;">Whom all the world must
          long to choke.</span><br>
          <br>
          <span style="margin-left: 0.5em;">For shame, my lads! I
          let you draw</span><br>
          <span style="margin-left: 0.5em;">All I can spare to you
          by law;</span><br>
          <span style="margin-left: 0.5em;">Each lad of you takes
          all he can,</span><br>
          <span style="margin-left: 0.5em;">But not a soul acts
          like a man!</span><br>
          <span style="margin-left: 0.5em;">What do you <i>do</i>,
          for such fine pay?</span><br>
          <span style="margin-left: 0.5em;">What have you done
          these five months? Say!</span><br>
          <span style="margin-left: 0.5em;">You know you ought to
          do some good;</span><br>
          <span style="margin-left: 0.5em;">The friends that sent
          you, think you should.</span><br>
          <span style="margin-left: 0.5em;">Have you no pride, no
          sense! In fine,</span><br>
          <span style="margin-left: 0.5em;">Why do you waste their
          time and mine?</span><br>
          <br>
          <span style="margin-left: 0.5em;">If it could move you,
          I'd tell how</span><br>
          <span style="margin-left: 0.5em;">The boys that sat where
          you sit now</span><br>
          <span style="margin-left: 0.5em;">Once <i>earned</i>
          their pay, and got the name</span><br>
          <span style="margin-left: 0.5em;">Of fine, brave lads!
          But you!&mdash;for shame!</span><br>
          <span style="margin-left: 0.5em;">Boys, I could thrash
          you all, I fear!</span><br>
          <br>
          <span style="margin-left: 0.5em;">It may be, times will
          change, this year&mdash;</span><br>
          <span style="margin-left: 0.5em;">Your friends all tire
          of you, I know,</span><br>
          <span style="margin-left: 0.5em;">And what, if they
          should let you go!</span><br>
          <span style="margin-left: 0.5em;">The school, through
          you, has such a name</span><br>
          <span style="margin-left: 0.5em;">All good men feel a
          kind of shame;</span><br>
          <span style="margin-left: 0.5em;">They feel the world
          must laugh, at last&mdash;</span><br>
          <span style="margin-left: 0.5em;">The world that could
          not scorn the past!</span><br>
          <br>
          <span style="margin-left: 0.5em;">Oh, think of that, my
          lads! I see</span><br>
          <span style="margin-left: 0.5em;">You do not mean to turn
          from me.</span><br>
          <span style="margin-left: 0.5em;">From <i>me</i>, your
          best of friends? Oh, no!</span><br>
          <span style="margin-left: 0.5em;">I may seem grave, and
          dull, and slow.</span><br>
          <span style="margin-left: 0.5em;">But you and I, my lads,
          are one!</span><br>
          <span style="margin-left: 0.5em;">Your fame, your blame,
          I can not shun.</span><br>
          <span style="margin-left: 0.5em;">Much have I borne for
          you, of late;</span><br>
          <span style="margin-left: 0.5em;">But you are small, and
          I am great!</span><br>
          <br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">A Reflection for Recorder
          Hackett.</p>

          <p>The GRAHAM bread bakers are useful members of the
          community, but the same can not be said of GRAHAM bred
          lawyers.</p><br>
          <hr style="width: 45%;">
          <br>

          <p>[Illustration: <span style=
          "font-weight: bold;">CRITICAL INTELLIGENCE.</span></p>

          <p><i>Able Critic.</i> "BUT WHAT SORT OF A CREATURE IS
          THAT UPON WHICH THE YOUNG WOMAN STANDS?"</p>

          <p><i>Artist (who likes to "sell" bores.)</i> "O! THAT'S
          A GONOPH."</p>

          <p><i>Able Critic.</i> "AH! YES. I THOUGHT SO." <i>(And
          he wonders what in thunder a "gonoph" is.)</i>]</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">A SONG OF THE NEW
          BABEL.</p>

          <p>[<i>Dedicated with sentiments of the most
          inexpressible respect to the Members of the Forty-First
          Congress.</i>]</p><span style=
          "margin-left: 0.5em; font-weight: bold;">I.</span><br>
          <br>
          <span style="margin-left: 0.5em;">Oh! who, for any
          payment auriferous or argent,</span><br>
          <span style="margin-left: 0.5em;">Would undertake to do
          the work that Mr. Speaker does&mdash;</span><br>
          <span style="margin-left: 0.5em;">With nobody to help him
          except the trembling Sergeant,</span><br>
          <span style="margin-left: 0.5em;">While still begin and
          never end the shout and scream and buzz?</span><br>
          <span style="margin-left: 0.5em;">Oh, never any where,
          save in desert groves Brazilian,</span><br>
          <span style="margin-left: 0.5em;">Was ever heard such
          endless and aimless gabble yet.</span><br>
          <span style="margin-left: 0.5em;">For there the tribes of
          monkeys to the number of a million,</span><br>
          <span style="margin-left: 0.5em;">Screech and chatter
          without ceasing, from the sunrise to the set.</span><br>
          <span style="margin-left: 2.5em;">Rap! rap!
          rap!</span><br>
          <span style="margin-left: 2.5em;">To quell the rising
          clamor;</span><br>
          <span style="margin-left: 2.5em;">Order! order!
          order!</span><br>
          <span style="margin-left: 2.5em;">Hammer! hammer!
          hammer!<br>
          <br></span><br>
          <span style=
          "margin-left: 0.5em; font-weight: bold;">II.</span><br>
          <br>
          <span style="margin-left: 0.5em;">O strength of tongue
          how awful! O power of lungs how mighty!</span><br>
          <span style="margin-left: 0.5em;">Whence draw ye, honest
          gentlemen, your constant wind supply?</span><br>
          <span style="margin-left: 0.5em;">Whence comes your
          inspiration, belligerent or flighty?</span><br>
          <span style="margin-left: 0.5em;">Your common-place that
          grovels and your metaphors so high?</span><br>
          <span style="margin-left: 0.5em;">Pray, why not try, for
          novelty, a kind of solo speaking?</span><br>
          <span style="margin-left: 0.5em;">One man upon his
          legs&mdash;only one upon the floor?</span><br>
          <span style="margin-left: 0.5em;">For eloquence,'tis
          possible, does not consist in shrieking,</span><br>
          <span style="margin-left: 0.5em;">And really where's the
          argument in all this thundering roar?</span><br>
          <span style="margin-left: 2.5em;">Rap! rap!
          rap!</span><br>
          <span style="margin-left: 2.5em;">To quell the rising
          clamor;</span><br>
          <span style="margin-left: 2.5em;">Order! order!
          order!</span><br>
          <span style="margin-left: 2.5em;">Hammer! hammer!
          hammer!<br>
          <br></span><br>
          <span style=
          "margin-left: 0.5em; font-weight: bold;">III.</span><br>
          <br>
          <span style="margin-left: 0.5em;">The country listens
          sadly to the racket most distressing,</span><br>
          <span style="margin-left: 0.5em;">And wonders, in its
          bother, if e'er the time will come</span><br>
          <span style="margin-left: 0.5em;">When the Fates and
          Constitution will vouchsafe to us the blessing</span><br>
          <span style="margin-left: 0.5em;">Of a House of
          Representatives completely deaf and dumb;</span><br>
          <span style="margin-left: 0.5em;">Or if, perhaps, in
          exile these noisy mischief-makers,</span><br>
          <span style="margin-left: 0.5em;">The stream of elocution
          run most fortunately dry,</span><br>
          <span style="margin-left: 0.5em;">In seats of
          legislation, rows of ruminating Quakers</span><br>
          <span style="margin-left: 0.5em;">May shake their heads
          for "Nay" and may nod their heads for "Aye."</span><br>
          <span style="margin-left: 2.5em;">Rap! rap!
          rap!</span><br>
          <span style="margin-left: 2.5em;">To quell the rising
          clamor;</span><br>
          <span style="margin-left: 2.5em;">Order! order!
          order!</span><br>
          <span style="margin-left: 2.5em;">Hammer! hammer!
          hammer!<br>
          <br></span><br>
          <span style=
          "margin-left: 0.5em; font-weight: bold;">IV.</span><br>
          <br>
          <span style="margin-left: 0.5em;">But if these mighty
          nuisances we cannot stop or flee 'em,</span><br>
          <span style="margin-left: 0.5em;">If past all other
          remedy the sounding evil reaches,</span><br>
          <span style="margin-left: 0.5em;">Oh, why not send for
          GILMORE of the Boston Coliseum,</span><br>
          <span style="margin-left: 0.5em;">That he may drill the
          Members in a chorus to make speeches?</span><br>
          <span style="margin-left: 0.5em;">Then shall stop the
          fierce <i>rencontre</i>&mdash;shall cease the idle
          rating;</span><br>
          <span style="margin-left: 0.5em;">Then debates shall he
          no longer without a head or tail;</span><br>
          <span style="margin-left: 0.5em;">And while the power of
          song every soul is demonstrating,</span><br>
          <span style="margin-left: 0.5em;">Each member
          cherubimical will scorn to rant or rail.</span><br>
          <span style="margin-left: 2.5em;">Rap! rap!
          rap!</span><br>
          <span style="margin-left: 2.5em;">To quell the rising
          clamor;</span><br>
          <span style="margin-left: 2.5em;">Order! order!
          order!</span><br>
          <span style="margin-left: 2.5em;">Hammer! hammer!
          hammer!<br>
          <br></span><br>
          <span style=
          "margin-left: 0.5em; font-weight: bold;">V.</span><br>
          <br>
          <span style="margin-left: 0.5em;">But if for solo
          speaking Members still feel an avidity;</span><br>
          <span style="margin-left: 0.5em;">If they burn to make
          orations of most uncommon zest,</span><br>
          <span style="margin-left: 0.5em;">Let them just take our
          precaution against intense stupidity!</span><br>
          <span style="margin-left: 0.5em;">Let them study
          PUNCHINELLO and learn how to make a jest;</span><br>
          <span style="margin-left: 0.5em;">But away with dreams
          chimerical and projects vain, though clever!</span><br>
          <span style="margin-left: 0.5em;">The power of tongue's
          proportionate to wondrous length of ear;</span><br>
          <span style="margin-left: 0.5em;">The beast that carried
          BALAAM is as garrulous as ever,</span><br>
          <span style="margin-left: 0.5em;">And still the lobby
          listener must be content to hear</span><br>
          <span style="margin-left: 2.5em;">Rap! rap!
          rap!</span><br>
          <span style="margin-left: 2.5em;">To quell the rising
          clamor;</span><br>
          <span style="margin-left: 2.5em;">Order! order!
          order!</span><br>
          <span style="margin-left: 2.5em;">Hammer! hammer!
          hammer!</span><br>
          <br>
          <hr style="width: 45%;">
          <br>

          <p>[Illustration: <span style=
          "font-weight: bold;">BARNACLES ON OUR
          COMMERCE.</span></p>

          <p><i>Intelligent Foreigner.</i> "WHY ARE ALL THESES
          AMERICAN SHIPS LYING IDLE IN THEIR DOCKS, SIR, INSTEAD OF
          EARNING MONEY AT SEA?"</p>

          <p><i>Despondent Ship-owner.</i> "IT'S ALL THE BARNACLES,
          SIR. NO SHIP CAN SAIL WITH THEM ON, AND WE DON'T KNOW HOW
          WE'RE GOING TO GET THEM OFF."]</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">CONDENSED CONGRESS.</p>

          <p style="font-weight: bold;">SENATE.</p>

          <p>Just as usual, WILSON had another little scheme on
          hand. There was no money in it&mdash;nothing but a little
          Massachusetts glory. It was to set apart a day to
          decorate the graves of the Union dead. Mr. WILSON
          remembered that it would have been more consonant to his
          own feelings to confine the ornamentations to the graves
          of colored men and the men of Massachusetts. But for the
          sake of peace and harmony he was willing to decorate all
          round.</p>

          <p>Mr. GARRETT DAVIS suggested that it didn't make any
          difference whether they set apart a day or not. If people
          wished to decorate, they would decorate, and if they
          didn't, they wouldn't.</p>

          <p>Mr. DRAKE said Mr. DAVIS'S hands were dripping with
          loyal gore.</p>

          <p>Mr. DAVIS said he would reply to that insinuation the
          first leisure week he had. In the meantime he contented
          himself with hurling the foul slander back into Mr.
          DRAKE'S teeth, if Mr. DRAKE had any.</p>

          <p>Lest Mr. DAVIS should execute his threat of making a
          speech, the Senate referred the subject.</p>

          <p>Then there was a first-class wrangle about giving
          pensions to Mrs. LINCOLN and Mrs. RAWLINGS. It was
          represented that Mrs. LINCOLN was given up to riotous
          living upon pumpernickel and ganzebroost, at a German
          watering-place, and that there was a rumor afloat that
          unless Congress pensioned her at once, she might marry a
          German prince. Mr. SHERMAN, on behalf of the Finance
          Committee, represented that German princes were
          notoriously expensive and impecunious, and that it would
          be much cheaper to pension Mrs. LINCOLN alone than to
          pension her and a German prince together. He submitted
          some statements, showing what it had cost Great Britain
          to have German princes marrying into the Royal family.
          The Senate, therefore, incontinently passed the bill.</p>

          <p>Mr. Morrill introduced a neat little swindle, which
          does equal credit to his hand and heart, providing that
          the United States should have the free use of all patents
          granted under it. He said this was to discourage that
          pernicious class of men, the inventors. In many branches
          of industry, such as arms, the Government was the only
          customer of the inventor. In those cases, the inventor's
          gray hairs would be brought immediately to the grave. And
          inasmuch as the Government had a finger in almost every
          body's pie, the future FULTONS and GOODYEARS would starve
          to death before the completion of their diabolical
          devices.</p>

          <p>Some land-grabs were rushed through, when Mr.
          SAULSBURY objected. He said nobody made any thing out of
          this except the Western Senators. He called upon the men
          of the Eastern States to stand up for their share. He had
          a little game in the interest of his own constituents. It
          was no chimerical railway. It was a good, substantial,
          practical concern. He demanded six million acres in
          behalf of the Delaware Balloon Navigation Company. If
          this demand were not complied with, it would show that
          the Senate were actuated by the basest personal
          motives.</p>

          <p style="font-weight: bold;">HOUSE.</p>

          <p>The gentle JULIAN insisted upon proposing his
          sixteenth or seventeenth amendment. He said that he
          understood several women intended to vote, and he
          introduced this to preserve his domestic peace.</p>

          <p>Mr. JENCKES, for the forty-fifth time, called up his
          Civil Service bill.</p>

          <p>Mr. BUTLER, for the thirty-seventh time, introduced a
          bill to annex San Domingo.</p>

          <p>Mr. KELLEY and Mr. SCHENCK raved a neat but not new
          duett, "Give us Tariff or give us Death."</p>

          <p>Mr. LOGAN gave a fine rendering of his famous bass
          solo, "The Tariff be Hanged."</p>

          <p>Mr. SCHENCK intimated that Mr. LOGAN was an insect. At
          first he said he was a pismire, but the Speaker said
          pismire was not parliamentary, and he modified it to
          grasshopper.</p>

          <p>Mr. KELLEY said that he took his stand upon American
          pig-iron, for which our fathers fought and bled. Did they
          never hear of Valley Forge? Our fathers suffered in that
          forge for the sake of protecting their children in the
          right to smelt in other forges. He said that the man who
          could smelt two pigs of iron where only one was smelted
          before, was a public benefactor.</p>

          <p>Mr. COX said he could not smelt a pig, but he thought
          he smelt a rat.</p>

          <p>Mr. JENCKES said he thought his Civil Service bill
          would tend to diminish stealing.</p>

          <p>Mr. PETERS said he would oppose it for that very
          reason. He wished to reward his friends. It was no reward
          for a man who stood by his country in her hour of peril,
          to be given an office in which he had to work for a
          living. What patriot would not be disgusted by the
          ingratitude of a country which dared to insult him like
          that? There was nothing in this bill to prevent a man
          dripping with loyal gore from holding office, if he was
          honest and intelligent; whereas, one of his, Mr. PETERS'S
          staunchest supporters might be refused an office, if he
          had the misfortune to be dishonest and dull. The notion
          of making "capacity and integrity" a qualification for
          office-holding was unprecedented, and was preposterous.
          If things went on in this way, even members of Congress
          would be compelled to do something for their pay. Now he
          preferred to administer the public service on the good
          old principle they all had practised, of "You tickle me
          and I'll tickle you."</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">NOTES FROM CHICAGO.</p>

          <p>The Garden City seems to be in a quiescent state at
          present. There is no startling divorce case on the
          <i>topis</i>, and the main portion of the Court House has
          not yet fallen in, and Mr. H.'s wife has not recently
          surprised him in any well-matured plan for putting a
          <i>quietus</i> upon her existence. Domestic felicity is
          unusually prevalent. The scarlet-fever and measles have
          prevailed to a somewhat alarming extent; but the most
          contagious of all has been the <i>French</i> fever. This
          malady seems to have spread amongst all classes; the
          fashionable and the unfashionable, the strong-minded and
          the frivolous. French teachers swarm like bees, here,
          there, and every where, and all speaking the purest
          Parisian French; even Mons. L'HARMONIQUE, who comes from
          that wee little town in Canada, where the Canucks "most
          do congregate." But he says "the Americans do love so
          much humbug," that he gives them their fill of that
          article.</p>

          <p>We have had French parties, French plays, French
          lectures. We read French, speak French, sing French, and
          look French; and, if you are so barbarously ignorant as
          not to understand that language, why, you might just as
          well retire for an old fossil or petrifaction. You're
          obsolete, that's all; as much behind the times as RIP VAN
          WINKLE himself, after his memorable sleep. English is out
          of date here&mdash;a relic of the Dark Ages. Fashionable
          ladies return from Paris, bringing with them accomplished
          <i>bonnes</i>, and every one is prohibited from speaking
          a word of English to the children; but, in spite of every
          precaution, the vulgar little creatures will drop the
          musical foreign tongue, and speak their own native
          language. They are christened AD&#200;LE, MARIE, or
          CLAIRE; the SUSANS, MARYS, and ELLENS having ceased to
          exist.</p>

          <p>Parisian fashions, of course, reign triumphant, and
          the pretty young girls in French frizzes and furbelows,
          shrug their fair white shoulders exactly as they see
          "that elegant Madame DE&mdash;&mdash;" do, and gesticulate with
          what they imagine to be the true French grace and
          vivacity. They all have a charming young teacher, with
          whom they carry on a most romantic flirtation, that of
          course means nothing; and each one of these fair
          students, (who conscientiously puts a "g" to every
          termination possible, and who says <i>monseer</i>,) will
          tell you, with a complacent smile, that Professor &mdash;&mdash;
          considers her pronunciation unusually excellent. They are
          all studying in the blissful anticipation of a trip to
          Paris, where they will be presented to the Empress in
          yellow satin gowns, and then, when they return, how
          eagerly will they be sought by the fashionable young
          snobs, who long will see upon their fair brows the
          reflection of imperial glory. That is, if the dark-eyed
          ROMEOS abroad allow them ever to return to their native
          country.</p><br>
          <hr style="width: 45%;">
          <br>

          <p>[Illustration: MR. GLAUBER, DRUGGIST, WHO HAS HAD A
          DISPUTE WITH HIS SIGN-PAINTER, IS NOT AWARE THAT THE
          LATTER HAD COME IN THE NIGHT, AND TRANSPOSED THE
          LETTERING OF HIS NEW SIGN-BOARD. THIS ACCOUNTS FOR THE
          COMPLACENCY OF MR. G., AS HE VIEWS THE CROWDS OF PEOPLE
          OVER THE WAY WHO STOP TO GAZE AT IT.]</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">COMIC ZOOLOGY,</p>

          <p>Order-Reptilia.</p>

          <p>SPECIES-BULLFROG.</p>

          <p>Although the batrachian is of the genus <i>bufo</i>,
          he is by no means a <i>buffo</i> genius. He may be styled
          the solemn organist of the swamp; slough music being his
          specialty. Like other out-door performers on wind
          instruments, he is chiefly heard in pleasant weather, and
          during the summer his organ is without stops. Being a
          Democrat, he appreciates the dignity of labor, and
          consequently is not ashamed to blow his own bellows.</p>

          <p>Winter shuts the bull-frog up like a four-bladed
          jack-knife, and he does not open until the blades are
          started by the Spring. He seldom leaves his mud bivouac
          for active service before April, but a Forward March
          sometimes induces him to move earlier. As a rule,
          however, the smaller varieties of the species begin to
          ply their bog-pipes some weeks before he volunteers a
          voluntary.</p>

          <p>Originally, this member of the Frog family had no
          surname, but about two thousand years ago, in consequence
          of his disastrous failure in an attempt to rival a male
          animal of the bovine species, the prefix "bull" was
          incorporated with his patronymic by a crooked little
          Greek. The name, however, more appropriately belongs to
          the Horned Frog of Sumatra.</p>

          <p>The habits of the Bull-Frog are believed by observant
          naturalists to be strictly temperate, although there is a
          rumor afloat that he has been seen Over the Bay in
          New-Jersey. It is suspected, however, that the
          originators of the story were persons who visited that
          State to avoid the restrictions of the Sunday liquor-law,
          and consequently saw as through a glass darkly. Be that
          as it may, it is certain that this species of reptiles
          (unlike the "paragon of animals,") is never too drunk to
          navigate.</p>

          <p>Mankind is deeply indebted to the Bull-Frog. We should
          never have known how to keep our heads above water but
          for their example, and, though Mr. CHASE may not be aware
          of the fact, their greenbacks were the first that ever
          issued from the Banks of America. Naturally, therefore,
          they are in advance of SALMON, and, long before he put
          our currency on its present footing, the hinder limb of a
          bull-frog was a legal tender.</p>

          <p>The frog exists in most parts of the world, and at one
          time all the varieties of the species were Plaguily
          abundant in Egypt. They were introduced there to punish
          the people for their rascality, and appeared in such
          numbers among the Egyptian blacklegs that they stopped
          the game of PHARAOH. There is nothing poetic in the
          aspect of the frog. It is simply a tenaqueous bag of
          wind, yet it has occasionally given an impulse to the
          divine <i>afflatus</i>. We have it on the authority of
          the celebrated traveller Count SMORLTORK that the
          distinguished Mrs. LEO HUNTER, once wrote an "Ode to a
          Perspiring Frog."</p>

          <p>The costume of a Bull-Frog consists of a green coat
          with yellow vest and brownish breeches, and when he
          requires a change of uniform, he pulls off the old one
          and swallows it. This fact has been doubted; but why
          should It be deemed incredible? Are there not parallel
          cases in the human family? GOLDSMITH tells us that he
          once lived for a fortnight on his coat and waistcoat; and
          every pawnbroker knows that a cast-off suit often
          furnishes the material for a family dinner. Why should
          not a frog sustain life with his Pants as well as a
          Christian?</p>

          <p>Common brown frogs are good baits for FISH in most of
          the counties in this State; but when you go to HAMILTON
          try the greenbacks.</p>

          <p>The unlicked cubs of the batrachian family are known
          (irrespective of sex) as Pollywogs, and are the meanest
          of all the reptile race except the radical Scaliwags.
          They are all heads and tails, and then, not the toss of a
          copper to choose between the two ends, as regards
          hideousness. The manner in which the tails are gradually
          developed into legs is very curious, but, as this is not
          a Caudal lecture, it is unnecessary to describe the
          process.</p>

          <p>It has been metrically stated that the fast young
          batrachian goes a wooing in an Opera hat, irrespective of
          his mother's consent, but this assertion is not borne out
          by BUFFON or CUVIER, and maybe set down as a <i>lapsus
          lyrea</i>. Upon the whole the Bull-Frog, though harmless
          as a lamb, is nearly as stupid as a donkey, which
          accounts for his taking up his abode among Morasses, when
          he might dwell in the woods with the turtle and "feel
          like a bird." Furthermore, and finally, the subject is a
          slippery one and difficult to handle, and, therefore,
          with this remark we drop it.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">A Clerical Error.</p>

          <p>A PRESBYTERIAN clergyman, the Rev. CHARLES B. SMYTHE,
          has been scandalizing a community in New-Jersey by
          putting gin in his milk, and that on a Sunday afternoon.
          From the rebuke administered to Rev. SMYTHE by the
          authorities of his church, it appears that his case must
          have been a very aggravated one. They admonished him to
          "walk more correctly in future;" the inference to be
          drawn from which is that the amount of milk-punch,
          outside of which Rev. SMYTHE had placed himself, was
          sufficient to impart a stagger to his gait.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">Right to a T.</p>

          <p>The employment of Chinese laborers to build railroads
          is very suggestive of a well-known product of the
          Celestial Empire, since railroad tracks are usually laid
          with T rails.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">"What's in a Name?"</p>

          <p>Letters of the Alphabet.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">A Be-Knighted Set.</p>

          <p>The Canadian Government.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">PUNCHINELLO
          CORRESPONDENCE.</p>

          <p>ANSWERS TO CORRESPONDENTS.</p>

          <p><i>Anxious Inquirer</i>. Can you give me any clue to
          the whereabouts of Collector BAILEY? I have advertised
          repeatedly for information concerning him without the
          slightest success.</p>

          <p>N.B. PUNCHINELLO begs to give notice that he doesn't
          keep a detective police agency, but the gentleman in
          question is said to be in <i>Esse</i>.</p>

          <p><i>Economist</i>. Is a gentleman who invites a lady to
          the theatre obliged to hire a carriage to take her
          in?</p>

          <p><i>Answer</i>. Not at all. He can Take her In by not
          keeping his appointment, or&mdash;he can charter an omnibus if
          he likes.</p>

          <p><i>Vinous</i>. Can you give me any information about
          high wines and dry wines? Can wines be high and not dry,
          or both high and dry, or how? Please explain. Was HENRI
          do BOURBON the last of the Bourbons?</p>

          <p><i>Answer</i> I. DELMONICO'S <i>Clos Vouguet</i> at
          $16 per bottle is a high wine but not a dry wine. It
          might be, though, if it wasn't wet. II. Not by a good
          many.</p>

          <p>X. Please, Mr. PUNCHINELLO, who were CASTOR and
          POLLUX?</p>

          <p><i>Answer</i>. Twins. (By Gemini you ought to have
          known that!)</p>

          <p><i>Scissors</i>. Where can I have access to old files
          of the leading news-papers?</p>

          <p><i>Answer</i>. In the editorial rooms of the same. You
          must be brief, however, as their time is valuable, and
          these Old Files are apt to be crusty, if bored.</p>

          <p><i>Old Salt</i>. How can sea-sickness be avoided?</p>

          <p><i>Answer</i>. By never going to sea.</p>

          <p><i>Linnaeus</i>. Does a knowledge of botany
          necessarily involve a knowledge of square root and cube
          root?</p>

          <p><i>Answer</i>. Our correspondent is evidently trying
          to quiz us. PUNCHINELLO will pay no attention to levity
          of this sort.</p>

          <p><i>Claude</i>. I desire to make a few presents to a
          young lady who is intellectual but very timid. What shall
          I give her?</p>

          <p><i>Answer</i>. Presents of Mind.</p>

          <p><i>M.C.</i> I am going to buy a new faro-table for my
          place up-town&mdash;you know where. What is the best shape and
          material?</p>

          <p><i>Answer</i>. A Square Deal table generally suite
          <i>players</i> the best.</p>

          <p><i>Williams</i>. No, sir; the term Fiscal year has no
          reference to Col. FISK, Jr.</p>

          <p><i>Gardener</i>. Haydn's Book of Dates is not a
          Horticultural book.</p>

          <p><i>Byron, Jr</i>. Your verses would be much better if
          you would pay less attention to your Feet and more to
          your Head.</p>

          <p><i>M.J.B.</i> Dear Mr. PUNCHINELLO: Our darling little
          pet, Tinkums, is not well, and does nothing but cry all
          night, to Charlie's great vexation. What will stop the
          little darling's crying?</p>

          <p>We would suggest a hot pitch plaster directly over the
          mouth&mdash;that is, if the child was in the house with
          us.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">Ego Sum.</p>

          <p>I am some. (Pumpkins understood.)</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">The Milky Way.</p>

          <p>The road from Orange County.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">Edwin to Emma.</p>

          <p>Flax Vobiscum.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">SAILING DIRECTIONS</p>

          <p>FOR ENTERING AND LEAVING YOKOHAMA BAY.</p>

          <p>From our special correspondent if Washington we have
          received the following Special Order of the Navy
          Department, directing United States men-of-war how to
          approach and leave Yokohama:</p>

          <p>SPECIAL ORDER NO. 999.</p>

          <p>In consequence of the late disaster to the U.S. sloop
          Oneida, the following rules are hereby published for the
          guidance of vessels of war approaching the Bay of
          Yokohama:</p>

          <p>I. On making the land, or if at night, on striking the
          soundings, all hands will be called to prayers.</p>

          <p>II. After prayers all boats will be lowered and towed
          astern, to be out of the way of damage.</p>

          <p>III. The gunner, under direction of the executive
          officer, will dismount all guns, and strike them into the
          hold. The reasons for this action will be at once
          apparent to commanders of vessels, when they reflect
          that, in case of collision, the guns would be useless as
          signals, owing to the extraordinary deafness of the
          officers belonging to the Peninsular and Oriental Mail
          Steamship Company; and a reference to the details of the
          Oneida's disaster will show the danger of the guns
          breaking loose and destroying human life. They will,
          therefore, be at once stowed in the hold.</p>

          <p>IV. On entering the bay, the helm must be kept
          amidships. The rule of the road, according to English
          interpretation, is so difficult of comprehension that the
          above is by far the safest plan.</p>

          <p>V. Each officer and man will be directed to secure
          upon his person such valuables belonging to him as he can
          conveniently carry.</p>

          <p>VI. Finally, it shall be the duty of the commander to
          see that all hands are provided with life-preservers.</p>

          <p>VII. The same rules will apply to vessels leaving
          Yokohama and proceeding to sea.</p>

          <p>VIII. Having taken the above precautions, vessels may
          stand boldly into the bay, and in case they are run into
          and sunk by any other vessel (say for example one of the
          Peninsular and Oriental Company's ships) their officers
          and men will stand some little chance of saving their
          lives. But should all precautions fail, the gallant crew
          will be no doubt greatly consoled, as they sink to their
          graves, by the reflection that a pious Congress will pass
          resolutions of sympathy for their widows and
          orphans.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">A PLEA FOR PROTECTION.</p>

          <p>MR. PUNCHINELLO: I like your paper, though it is
          altogether too light and trifling in its treatment of
          serious subjects. Besides, it never treats of any thing
          serious. This won't do. The earnest men and women of the
          nation require something better at your hands. I have an
          essay on the "Origin of Evil," which I forward to you by
          this mail, and which, when published, will give an
          entirely different character to your journal. I want you,
          moreover, to advocate our American doctrine of
          Protection. Even our ablest statesmen, KELLEY, GREELEY,
          and DANIEL PRATT, have never carried this doctrine far
          enough. They are willing to protect American iron-masters
          by prohibiting the introduction of foreign iron, but why
          don't they protect American laborers by forbidding
          foreign workmen to land on our shores? I demand
          protection for the native ditcher. Forbid the Irishmen to
          land here and to lower the price of labor by competing
          with our own ditch-diggers. Put a stop to the influx of
          German tailors and bootmakers, who prevent native artists
          from earning the wages that would otherwise be theirs.
          Protect our authors by prohibiting the sale of works
          written by foreigners. Keep all foreign pictures out of
          the country, and give our own POWELLS and ROSSITERS a
          chance. And, above all, protect our American girls by
          preventing any pretty English, French, or German girls
          from coming in competition with them. These foreign girls
          bring their pretty faces here and glut the matrimonial
          market. The fewer the marriageable girls, the higher
          their market value. We protect iron-workers, and decline
          to protect our own daughters. This is an outrage. Shall
          we prevent the railroad companies from laying rails made
          of foreign iron, and permit husbands to marry foreign
          wives? Every patriotic and protectionist instinct revolts
          against it. I want you to take this matter up. Let us
          have no more foreign manufactures, foreign iron, foreign
          books, foreign laborers, or foreign girls. This is the
          true American system, and I look to you to aid in
          carrying it out. MOTHER CAREY.</p><br>
          <hr style="width: 45%;">
          <br>

          <p style="font-weight: bold;">PUNCHINELLO IS SORRY.</p>

          <p>Alas! it is with tears in his eyes, albeit
          unaccustomed to such humor, that PUNCHINELLO condoles
          with the ladies of Massachusetts on the defeat of the
          proposition to endow them with the right of suffrage. The
          Puritan Patriots in the State Legislature, who
          unanimously recognize the "inborn right" of the black
          field-hands of South Carolina and Georgia to make laws
          for the white women of the Republic, have scornfully
          denied, by a vote of 133 to 68, that the white women
          aforesaid have any political rights at all; thus
          officially proclaiming to the world that they consider
          their wives, their daughters, and the mothers that bore
          them, inferior to the ignorant male African; unworthy to
          vote with him at the polls or to sit with him in
          council.</p>

          <p>PUNCHINELLO is aware that the ladies of Massachusetts
          had set their hearts upon rising to the negro level
          "before the law," and can therefore appreciate their
          disappointment; but they ought to have known that neither
          the ties of nature, the bonds of wedlock, nor the claims
          of intelligence, are of any force in the Home of the
          Pilgrims, as compared with the influence of the Ebony
          Lords of Creation, whoso reign as sovereigns commenced
          with the ratification of the Fifteenth Amendment.</p>

          <p>The STANTONS, the BLACKWELLS, and the ANTHONYS, the
          Members of the Women's Parliament and the Sisters of
          Sorosis, advocated negro suffrage with the full
          expectation of sharing the franchise with PETE and CUFF;
          but alas! while these wool-dyed Africans are conducted in
          triumph to the ballot-box, <i>they</i> are ignominiously
          thrust back from it. For this black wrong there is no
          colorable pretext. There is not a shade of excuse for it,
          and PUNCHINELLO hopes that it will open the eyes of the
          ladies of the land, and prevent them henceforth and for
          ever from placing the slightest confidence in the
          gallantry or impartiality of the Puritanic prigs of
          New-England.</p><br>
          <hr style="width: 45%;">
          <br>

          <p><b>ASTRONOMICAL CONVERSATIONS.</b></p>

          <p>[BY A FATHER AND DAUGHTER RESIDING ON THE PLANET
          VENUS.]</p>

          <p><b>No. III.</b></p>

          <p><i>D.</i> Now then, father, for that Description of
          the Telescope!</p>

          <p><i>F.</i> Very well, my child. The great Object of the
          telescope&mdash;</p>

          <p><i>D.</i> Is the Object-Glass, is it not, father?</p>

          <p><i>F.</i> Come, come, HELENE; no nonsense, now. The
          great object had in view by the inventors of the
          telescope&mdash;</p>

          <p><i>D.</i> Father, don't you mean the Great Object they
          <i>expected</i> to have in view, when they got it made; a
          Distant World, for instance?</p>

          <p><i>F.</i> Pshaw, child! be serious. Don't spoil a good
          thing by untimely interjections. They are as mal
          &#224; propos as a mosquito coming across the Field
          of View.</p>

          <p><i>D.</i> I'd rather he'd do that than come across
          <i>me!</i></p>

          <p><i>F.</i> Well, HELENE, you are positively
          exasperating!</p>

          <p><i>D.</i> Not more so than your mosquito.</p>

          <p><i>F.</i> Well, I declare&mdash;this is too bad!</p>

          <p><i>D.</i> So is his bite!</p>

          <p><i>F.</i> Well, well; I must walk out and take the
          air. [<i>Going</i>]</p>

          <p><i>D.</i> Yes, pa, (and see that you don't take
          anything else!) Now, then! for a grand look for my
          Charmer! Really, I am getting quite Earthly! [<i>Looks
          through the instrument a few moments</i>] Why, what is
          this? Oh, pshaw! I see! I've got JUPITER by mistake! I
          mistook one of his Belts for a new Belt Railroad. It
          would have been a Big Thing, that railroad; not less than
          75,000 miles long, as I figure it. Perhaps those Belts
          <i>are</i> Railroads! Perhaps they have Rings there, as
          they have at Saturn, only less conspicuous. JUPITER is
          rather a Slushy planet, if I am correct in regard to its
          Specific Gravity; of about the consistency, perhaps, of
          the New-York Poultice Pavement I've been reading about. I
          should think that JUPITER'S lack of gravity and
          consistency would make him a favorite with Aldermen&mdash;not
          the less for having so many Satellites. I wonder if the
          New Charter is the celebrated Magna Charter under a new
          name? Probably it is no better. Oh, dear! the annoyance
          of living so far away! Nothing here attracts me. The
          distant, the unattainable, is all I think or care
          about!</p>

          <p><span style="font-style: italic;">F.</span> [<i>Coming
          in quietly.</i>] What's that, HELENE, about the charms of
          the Unattainable? You don't seem to see any thing very
          attractive in MERCURY or MARS!</p>

          <p><i>D.</i> Well, some things may be both unattainable
          and undesirable. That's the case with the little thieving
          god MERCURY, and that big red-skinned Prize-Fighter,
          MARS. I can't understand, however, why these disreputable
          deities should he worshipped in your favorite
          New-York.</p>

          <p><i>F.</i> Well, as near as I can see, (a matter of a
          few million miles, more or less,) when you speak of
          Worship, they have more regard there for Millinery than
          any thing else. The Christian Religion is based on
          Humility, which has Purity and Simplicity for her
          Handmaids. Look into some of these New-York churches! see
          how the jewels glisten, the rich stuffs fall gracefully
          in massive folds. Observe the sumptuousness, the
          elaborate display! A fine Humility this! Then look at the
          ceremonial. Here is a church edifice, belonging to a
          denomination that assumes to be Decent and Orderly in
          ceremony. Is it so in <i>this</i> church? What means all
          this tawdriness of color, the crimson, the blue, the
          gold; what signify these fantastic designs and figures,
          these monkey-like genuflexions; this wilderness of sign
          and symbol, this elaborate abasement, this theatrical
          show of exaltation? This an improvement on the old
          dignified simplicity? Do you tell me that childishness,
          and prettiness, and pettiness, are valid substitutes for
          a genuine, manly modesty and simplicity?</p>

          <p><i>D.</i> (Oh, dear! he's been drinking again! How
          bitter the Bitters do make him!) Look! Father, come,
          quick! Here is a Railroad Accident, such as you have
          often wished to see. Two trains have collided, and both
          have rolled down an embankment at least seventy feet
          high! into a river, I do declare! They are all lost!</p>

          <p><i>F.</i> Do let me see at once, HELENE I [<i>Looks
          eagerly.</i>] Ah, yes; all gone; nothing visible but one
          smoke-pipe, three stove-pipe hats, four bits of
          orange-peel, some pea-nut shells, and thirteen copies of
          the <i>New-York Ledger</i>. Sad fate! But see! Some
          dry-goods-no, a young lady flounders along toward the
          shore! The bystanders rush up; she is nearly exhausted;
          pants rapidly; they congratulate her. A well-dressed
          young man approaches. She instantly begins to think of
          her looks; her hand flies to her back hair. Heavens!
          there is so much gone there that she shrieks in alarm!
          Her fall in the water has detached her Waterfall!
          <i>That</i> gone, every thing is gone! She springs to her
          feet! Glancing hurriedly over the watery waste, now
          plentifully strewn with fans, little canes, and certain
          objects which are either mail-bags or <i>chignons</i>,
          she descries her better part, and with a wild cry, (as
          when a mother rescues her babe from tigers,) dashes in
          and seizes the darling object! She presses it to her
          lips, and impetuously breaks for the shore! Alas! too
          late, by about ten and a half seconds! "Save it!" she
          seems to cry; tosses the wad ashore, and down she goes,
          with her hand on the back of her head, her last thoughts,
          evidently, more or less, connected with that sympathizing
          young man on the bank above.</p>

          <p><i>D.</i> Father, you talk like a brute! Have you no
          feeling? Boo-hoo hoo-hoo!</p>

          <p><i>F.</i> Child, I am <i>all</i> feeling.
          Boo-hoo-hoo-too!</p><br>
          <hr style="width: 45%;">
          <br>

          <p><b>HORTICULTURAL HINTS.</b></p>

          <p>KITCHEN GARDEN.&mdash;Plant pickles early, if you are up in
          time; if not, later. But don't eat them late, unless you
          are equally fond of dyspepsia.</p>

          <p>In planting peas, select that kind that does not grow
          hard and yellow; that is, unless you supply
          boarding-houses, or have a government contract for the
          supply of shot.</p>

          <p>Grated turnips, mixed with horse-radish, for the
          table, will assuage one's grief for one's
          grandmother.</p>

          <p>Rice-puddings can be grown, ready-made, by sowing rice
          with cowcumbers. Try it.</p>

          <p>NURSERY.&mdash;Transplant from hot-beds to bath-tub as soon
          as possible, using sponge with palm-soap and cold water.
          Top-dress with comb and brush. Trim limbs according to
          age. Train with rods. Much depends on starting right, so
          start to school right after breakfast.</p><br>
          <hr style="width: 45%;">
          <br>
        </td>
      </tr>
    </tbody>
  </table>

  <table cellspacing="0" cellpadding="2" border="1" align="center"
  width="800">
    <tbody>
      <tr>
        <td align="center">
          <p><big style="font-weight: bold;"><big>A, T. STEWART
          &amp; CO.</big></big><br>
          <small>HAVE MADE<br>
          <span style="font-weight: bold;">LARGE
          ADDITIONS</span></small><br>
          <small>TO ALL THEIR</small></p>

          <p><big><big>Popular&mdash;Stocks</big></big></p>

          <p><big style="font-weight: bold;"><big>Bareges,
          Organdies,</big></big><br>
          <span style="font-weight: bold;">JACONETS,
          PERCALES,</span> Embroideries, Laces,<br>
          <small><small>LADIES AND CHILDREN'S</small></small><br>
          <big><span style=
          "font-weight: bold;">UNDERGARMENTS,</span></big><br>
          <span style="font-weight: bold;">Dresses,
          Sacques,</span><br>
          <span style="font-weight: bold;">BOURNOUS,
          SHAWLS,</span></p>

          <p><big>Real India Camels Hair Shawls,</big></p>

          <p><small style="font-weight: bold;">53c EACH AND
          UPWARDS,</small><br>
          <small>PARIS AND DOMESTIC MADE</small><br>
          <big style="font-weight: bold;">LADIES' HATS, BONNETS,
          &amp;C</big></p>

          <p><small>AND A VARIETY OF</small></p>

          <p style="font-weight: bold;"><big>MILLINERY
          ARTICLES.</big></p>

          <p>BROADWAY,<br>
          <span style="font-weight: bold;">Fourth Ave., Ninth and
          Tenth Sts.</span></p>
        </td>

        <td rowspan="3" style="text-align: center;">
          <p style="font-weight: bold;">
          <big><big><big>SPECIAL</big></big></big></p>

          <p><big><big><big><big><b>PUNCHINELLO
          PREMIUMS.</b></big></big></big></big></p>

          <p>By special arrangement with</p>

          <p style="font-weight: bold;"><big><big><big>L. PRANG
          &amp; CO.,</big></big></big></p>

          <p>We offer the following Elegant Premiums for new
          Subscribers to</p>

          <p>PUNCHINELLO:</p>

          <p><big><big><b>"Awakening."</b></big></big> (A Litter of
          Puppies.) Half Chromo, size, 8-3/8 by 11-1/8, price
          $2.00, and a copy of PUNCHINELLO for one year, for
          $4.00.</p>

          <p><big><big><span style="font-weight: bold;">"Wild
          Roses."</span></big></big> Chromo, 12-1/8 by 9, price
          $3.00, or any other $3.00 Chromo, and a copy of the paper
          for one year for $5.00.</p>

          <p><big><big><span style="font-weight: bold;">"The Baby
          in Trouble."</span></big></big> Chromo, 13 by 16-1/4,
          price $6.00 or any other at $6.00, or any two Chromos at
          $3.00, and a copy of the paper for one year, for
          $6.00.</p>

          <p><big><big><b>"Sunset,</b>&mdash;<b>California
          Scenery,"</b></big></big> after A. Bierstadt, 18-1/8 by
          12, price $10.00, or any other $10.00 Chromo, and a copy
          of the paper for one year for $10.00. Or the four
          Chromos, and four copies of the paper for one year in one
          order, for clubs of FOUR, for $23.00.</p>

          <p>We will send to any one a printed list of L. PRANG
          &amp; CO.'S Chromos, from which a selection can be made,
          if the above is not satisfactory, and are prepared to
          make special terms for clubs to any amount, and to
          agents.</p>

          <p>Postage of paper is payable at the office where
          received, twenty cents per year, or five cents per
          quarter in advance; the CHROMOS will be <i>mailed
          free</i> on receipt of money.</p>

          <p>Remittances should be made in P. O. Orders, Drafts, or
          Bank Checks on New-York, or Registered letters. The paper
          will be sent from the first number, (April 2d, 1870,)
          when not otherwise ordered.</p>

          <p>Now is the time to subscribe, as these Premiums will
          be offered for a limited time only. On receipt of a
          postage-stamp we will send a copy of No. 1 to any one
          desiring to get up a club.</p>

          <p>Address</p>

          <p style="font-weight: bold;"><big><big>PUNCHINELLO
          PUBLISHING CO.,</big></big></p>

          <p>P.O. Box 2783.</p>

          <p>No. 83 Nassau Street, New-York.</p>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p><big style="font-weight: bold;"><big>A. T. STEWART
          &amp; CO,</big></big><br>
          <small>OFFER</small></p>

          <p><small><span style="font-weight: bold;">THE MOST
          EXTENSIVE AND</span></small><br>
          <big><span style="font-weight: bold;">SELECT
          ASSORTMENT</span></big><br>
          <small>IN THE CITY OF</small><br>
          <small style="font-weight: bold;">Ladies' and
          Gentlemen's</small><br>
          <big><big>FURNISHING GOODS</big></big></p>

          <p><small><small>AND WILL CONTINUE TO RECEIVE BY EACH AND
          EVERY STEAMER THE LATEST</small></small></p>

          <p style="font-weight: bold;"><small>PARIS AND LONDON
          NOVELTIES.</small></p>

          <p><big><span style=
          "font-weight: bold;">BROADWAY,</span></big><br>
          <span style="font-weight: bold;">Fourth Avenue, Ninth and
          Tenth Streets.</span></p>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p><big style="font-weight: bold;"><big>A. T. Stewart
          &amp; Co.</big></big><br>
          <small><small>ARE OFFERING</small></small><br>
          <small><small>EXTRAORDINARY INDUCEMENTS
          TO</small></small><br>
          <big><big><span style=
          "font-weight: bold;">HOUSEKEEPERS,</span></big></big><br>
          <small style="font-weight: bold;">IN</small><br>
          <span style="font-weight: bold;">LINENS,
          SHEETINGS,</span><br>
          Damasks, Napkins,<br>
          <small style="font-weight: bold;">TOWELINGS, DRESS
          LINENS,</small><br>
          PRINTED LINENS,<br>
          <small>FLANNELS, BLANKETS, QUILTS,</small><br>
          <big><big style=
          "font-weight: bold;">COUNTERPANES,</big></big><br>
          <small>BLEACHED AND BROWN COTTONS,</small><br>
          <span style="font-weight: bold;">SHEETINGS,
          ETC.,</span><br>
          CARPETS,<br>
          <big><span style="font-weight: bold;">UPHOLSTERY
          GOODS,</span></big><br>
          <span style="font-weight: bold;">CURTAINS,</span><br>
          <small><span style="font-weight: bold;">CURTAIN
          MATERIALS,</span></small><br>
          <span style="font-weight: bold;">Cocoa and Canton
          Matting,</span><br>
          English and Domestic Oil Cloths,<br>
          etc., etc., etc.</p>

          <p><span style=
          "font-weight: bold;">BROADWAY,</span><br style=
          "font-weight: bold;">
          <span style="font-weight: bold;">4th Ave., 9th and 10th
          Sts</span>.</p>
        </td>
      </tr>
    </tbody>
  </table>

  <table cellspacing="0" cellpadding="2" border="1" align="center"
  width="800">
    <tbody>
      <tr>
        <td width="66%" rowspan="2">
          <center>
            <p>[Illustration: <span style="font-weight: bold;">THE
            LOBBY OF THE FUTURE</span>.</p>

            <p>SHOWING THE WAY IN WHICH ANY GOOD-LOOKING MEMBER OF
            CONGRESS MAY BE LIABLE TO "INTERVIEWING" WHEN LOVELY
            WOMAN SHALL HAVE OBTAINED THE RIGHT OF SUFFRAGE.]</p>
          </center>
        </td>

        <td align="center">
          <b>"The Printing House of the United States."</b>

          <p><big><big><b>GEO.F. NESBITT &amp;
          CO.,</b></big></big></p>

          <p>General <b>JOB PRINTERS,</b><br>
          BLANK BOOK Manufacturers,<br>
          STATIONERS, Wholesale and Retail,<br>
          LITHOGRAPHIC Engravers and Printers,<br>
          COPPER-Plate Engravers and Printers,<br>
          CARD Manufacturers,<br>
          FINE CUT and COLOR Printers.</p>

          <p><b>163, 165, 167, and 169 PEARL ST., 73, 75, 77, and
          79 PINE ST., New-York.</b></p>

          <p>Advantages. All on the same premises, and under
          immediate supervision of the proprietors.</p>
        </td>
      </tr>

      <tr>
        <td align="center">
          <p><b style=
          "font-family: helvetica,arial,sans-serif;">Bowling Green
          Savings-Bank,</b><br>
          33 BROADWAY,</p>

          <p style="font-weight: bold;">NEW-YORK.</p>

          <p>Open Every Day from 10 A.M. to 3 P.M.</p>

          <p>Deposits of any sum, from Ten Cents to Ten Thousand
          Dollars, will be received.</p>

          <p>Six Per Cent Interest, Free of Government Tax.</p>

          <p><span style="font-weight: bold;">INTEREST ON NEW
          DEPOSITS</span> Commences on the first of every
          month.</p>

          <p>HENRY SMITH, <i>President</i>.<br>
          REEVES E. SELMES, <i>Secretary</i>. WALTER ROCHE,<br>
          EDWARD HOGAN, <i>Vice-Presidents.</i></p>
        </td>
      </tr>

      <tr>
        <td colspan="2">
          <center>
            <p><small><b>PRANG'S CHROMOS</b> are celebrated for
            their close resemblance to Oil Paintings. Sold in all
            Art and Bookstores throughout the world. PRANG'S WEEKLY
            BULLETIN: "Bo-Peep," "Queen of the Woods," "First
            Lesson in Music," "Travelling Comedians," "City and
            Country Life." Illustrated Catalogues sent on receipt
            of a stamp by</small></p>

            <p><b>L. PRANG &amp; CO., Boston.</b></p>
          </center>
        </td>
      </tr>

      <tr>
        <td colspan="2">
          <center>
            <h2>PUNCHINELLO:</h2>

            <h1><b>TERMS TO CLUBS.</b></h1>

            <p>WE OFFER AS PREMIUMS FOR CLUBS</p>
          </center>

          <center style="font-weight: bold;">
            <p><small><small>FIRST:</small></small></p>
          </center>

          <p><i>DANA BICKFORD'S PATENT FAMILY SPINNER,</i></p>

          <p>The most complete and desirable machine ever yet
          introduced for spinning purposes.</p>

          <center style="font-weight: bold;">
            <p><small><small>SECOND:</small></small></p>
          </center>

          <p><i>BICKFORD'S CROCHET AND FANCY WORK MACHINES.</i></p>

          <p>These beautiful little machines are very fascinating,
          as well as useful; and every lady should have one, as
          they can make every conceivable kind of crochet or fancy
          work upon them.</p>

          <center style="font-weight: bold;">
            <p><small><small>THIRD:</small></small></p>
          </center>

          <p><i>BICKFORD'S AUTOMATIC FAMILY KNITTER.</i></p>

          <p>This is the most perfect and complete machine in the
          world. It knits every thing.</p>

          <center style="font-weight: bold;">
            <p><small><small>FOURTH:</small></small></p>
          </center>

          <p><i>AMERICAN BUTTONHOLE, OVERSEAMING, AND
          SEWING-MACHINE.</i></p>

          <p>This great combination machine is the last and
          greatest improvement on all former machines. No. 1, with
          finely finished Oiled Walnut Table and Cover, complete,
          price, $75. No. 2, same machine without the buttonhole
          parts, etc., price, $60.</p>

          <center style="font-weight: bold;">
            <p><small>WE WILL SEND THE</small></p>
          </center>

          <table cellspacing="0" cellpadding="6" border="0" align=
          "center">
            <tbody>
              <tr>
                <td colspan="2" align="left">Family Spinner,</td>

                <td align="left">price, $8,</td>

                <td align="left">for 4 subscribers and $16.</td>
              </tr>

              <tr>
                <td colspan="2" align="left">No.1 Crochet,</td>

                <td align="left">price, $8,</td>

                <td align="left">for 4 subscribers and $16.</td>
              </tr>

              <tr>
                <td colspan="2" align="left">No.2 Crochet,</td>

                <td align="left">price, $15,</td>

                <td align="left">for 6 subscribers and $24.</td>
              </tr>

              <tr>
                <td colspan="2" align="left">No.1 Automatic
                Knitter,<br>
                72 needles,</td>

                <td align="left">price, $30,</td>

                <td align="left">for 12 subscribers and $48.</td>
              </tr>

              <tr>
                <td colspan="2" align="left">No.2 Automatic
                Knitter,<br>
                84 needles,</td>

                <td align="left">price, $33,</td>

                <td align="left">for 13 subscribers and $52.</td>
              </tr>

              <tr>
                <td colspan="2" align="left">No.3 Automatic
                Knitter,<br>
                100 needles,</td>

                <td align="left">price, $37,</td>

                <td align="left">for 15 subscribers and $60.</td>
              </tr>

              <tr>
                <td align="left">No.4 Automatic Knitter,</td>

                <td align="left">2 cylinders,<br>
                72 needles<br>
                1 100 needles</td>

                <td align="left">price, $40.</td>

                <td align="left">for 16 subscribers and $64.</td>
              </tr>

              <tr>
                <td colspan="2" align="left">No. 1 American
                Buttonhole<br>
                and Overseaming Machine,</td>

                <td align="left">price, $75,</td>

                <td align="left">for 30 subscribers and $120.</td>
              </tr>

              <tr>
                <td align="left">No. 2 American Buttonhole<br>
                and Overseaming Machine,</td>

                <td align="left">without buttonhole<br>
                parts, etc.,</td>

                <td align="left">price, $60,</td>

                <td align="left">for 25 subscribers and $100.</td>
              </tr>
            </tbody>
          </table>

          <p style="font-weight: bold;">Descriptive Circulars</p>

          <p>Of all these machines will be sent upon application to
          this office, and full instructions for working them will
          be sent to purchasers.</p>

          <p>Parties getting up Clubs preferring cash to premiums,
          may deduct seventy-five cents upon each full subscription
          sent for four subscribers and upward, and after the first
          remittance for four subscribers may send single names as
          they obtain them, deducting the commission.</p>

          <p>Remittances should be made in Post-Office Orders, Bank
          Checks, or Drafts on New-York City; or if these can not
          be obtained, then by Registered Letters, which any
          post-master will furnish.</p>

          <p>Charges on money sent by express must be prepaid, or
          the net amount only will be credited.</p>

          <p>Directions for shipping machines must be full and
          explicit, to prevent error. In sending subscriptions give
          address, with Town, County, and State.</p>

          <p>The postage on this paper will be twenty cents per
          year, payable quarterly in advance, at the place where it
          is received. Subscribers in the British Provinces will
          remit twenty cants in addition to subscription.</p>

          <p>All communications, remittances, etc., to be addressed
          to P.O. Box 2783.</p><br>

          <p>PUNCHINELLO PUBLISHING COMPANY</p>

          <p>No. 83 Nassau Street,</p>

          <p>NEW-YORK</p>
          <hr style="width: 45%;">

          <p style="text-align: center;"><small>S.W. GREEN,
          PRINTER, CORNER JACOB AND FRANKFORT STREETS.</small></p>
        </td>
      </tr>
    </tbody>
  </table><br>
  <br>







<pre>





End of the Project Gutenberg EBook of Punchinello, Vol. 1, No. 8, May 21,
1870, by Various

*** END OF THE PROJECT GUTENBERG EBOOK PUNCHINELLO, VOL. 1, NO. 8 ***

This file should be named 8p10810h.htm or 8p10810h.zip
Corrected EDITIONS of our eBooks get a new NUMBER, 8p10811h.htm
VERSIONS based on separate sources get new LETTER, 8p10810ah.htm

Produced by Cornell University, Joshua Hutchinson, Steve Schulze
and the Online Distributed Proofreading Team.

Project Gutenberg eBooks are often created from several printed
editions, all of which are confirmed as Public Domain in the US
unless a copyright notice is included.  Thus, we usually do not
keep eBooks in compliance with any particular paper edition.

We are now trying to release all our eBooks one year in advance
of the official release dates, leaving time for better editing.
Please be encouraged to tell us about any error or corrections,
even years after the official publication date.

Please note neither this listing nor its contents are final til
midnight of the last day of the month of any such announcement.
The official release date of all Project Gutenberg eBooks is at
Midnight, Central Time, of the last day of the stated month.  A
preliminary version may often be posted for suggestion, comment
and editing by those who wish to do so.

Most people start at our Web sites at:
http://gutenberg.net or
http://promo.net/pg

These Web sites include award-winning information about Project
Gutenberg, including how to donate, how to help produce our new
eBooks, and how to subscribe to our email newsletter (free!).


Those of you who want to download any eBook before announcement
can get to them as follows, and just download by date.  This is
also a good way to get them instantly upon announcement, as the
indexes our cataloguers produce obviously take a while after an
announcement goes out in the Project Gutenberg Newsletter.

http://www.ibiblio.org/gutenberg/etext03 or
ftp://ftp.ibiblio.org/pub/docs/books/gutenberg/etext03

Or /etext02, 01, 00, 99, 98, 97, 96, 95, 94, 93, 92, 92, 91 or 90

Just search by the first five letters of the filename you want,
as it appears in our Newsletters.


Information about Project Gutenberg (one page)

We produce about two million dollars for each hour we work.  The
time it takes us, a rather conservative estimate, is fifty hours
to get any eBook selected, entered, proofread, edited, copyright
searched and analyzed, the copyright letters written, etc.   Our
projected audience is one hundred million readers.  If the value
per text is nominally estimated at one dollar then we produce $2
million dollars per hour in 2002 as we release over 100 new text
files per month:  1240 more eBooks in 2001 for a total of 4000+
We are already on our way to trying for 2000 more eBooks in 2002
If they reach just 1-2% of the world's population then the total
will reach over half a trillion eBooks given away by year's end.

The Goal of Project Gutenberg is to Give Away 1 Trillion eBooks!
This is ten thousand titles each to one hundred million readers,
which is only about 4% of the present number of computer users.

Here is the briefest record of our progress (* means estimated):

eBooks Year Month

    1  1971 July
   10  1991 January
  100  1994 January
 1000  1997 August
 1500  1998 October
 2000  1999 December
 2500  2000 December
 3000  2001 November
 4000  2001 October/November
 6000  2002 December*
 9000  2003 November*
10000  2004 January*


The Project Gutenberg Literary Archive Foundation has been created
to secure a future for Project Gutenberg into the next millennium.

We need your donations more than ever!

As of February, 2002, contributions are being solicited from people
and organizations in: Alabama, Alaska, Arkansas, Connecticut,
Delaware, District of Columbia, Florida, Georgia, Hawaii, Illinois,
Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Massachusetts,
Michigan, Mississippi, Missouri, Montana, Nebraska, Nevada, New
Hampshire, New Jersey, New Mexico, New York, North Carolina, Ohio,
Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South
Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West
Virginia, Wisconsin, and Wyoming.

We have filed in all 50 states now, but these are the only ones
that have responded.

As the requirements for other states are met, additions to this list
will be made and fund raising will begin in the additional states.
Please feel free to ask to check the status of your state.

In answer to various questions we have received on this:

We are constantly working on finishing the paperwork to legally
request donations in all 50 states.  If your state is not listed and
you would like to know if we have added it since the list you have,
just ask.

While we cannot solicit donations from people in states where we are
not yet registered, we know of no prohibition against accepting
donations from donors in these states who approach us with an offer to
donate.

International donations are accepted, but we don't know ANYTHING about
how to make them tax-deductible, or even if they CAN be made
deductible, and don't have the staff to handle it even if there are
ways.

Donations by check or money order may be sent to:

Project Gutenberg Literary Archive Foundation
PMB 113
1739 University Ave.
Oxford, MS 38655-4109

Contact us if you want to arrange for a wire transfer or payment
method other than by check or money order.

The Project Gutenberg Literary Archive Foundation has been approved by
the US Internal Revenue Service as a 501(c)(3) organization with EIN
[Employee Identification Number] 64-622154.  Donations are
tax-deductible to the maximum extent permitted by law.  As fund-raising
requirements for other states are met, additions to this list will be
made and fund-raising will begin in the additional states.

We need your donations more than ever!

You can get up to date donation information online at:

http://www.gutenberg.net/donation.html


***

If you can't reach Project Gutenberg,
you can always email directly to:

Michael S. Hart hart@pobox.com

Prof. Hart will answer or forward your message.

We would prefer to send you information by email.


**The Legal Small Print**


(Three Pages)

***START**THE SMALL PRINT!**FOR PUBLIC DOMAIN EBOOKS**START***
Why is this "Small Print!" statement here? You know: lawyers.
They tell us you might sue us if there is something wrong with
your copy of this eBook, even if you got it for free from
someone other than us, and even if what's wrong is not our
fault. So, among other things, this "Small Print!" statement
disclaims most of our liability to you. It also tells you how
you may distribute copies of this eBook if you want to.

*BEFORE!* YOU USE OR READ THIS EBOOK
By using or reading any part of this PROJECT GUTENBERG-tm
eBook, you indicate that you understand, agree to and accept
this "Small Print!" statement. If you do not, you can receive
a refund of the money (if any) you paid for this eBook by
sending a request within 30 days of receiving it to the person
you got it from. If you received this eBook on a physical
medium (such as a disk), you must return it with your request.

ABOUT PROJECT GUTENBERG-TM EBOOKS
This PROJECT GUTENBERG-tm eBook, like most PROJECT GUTENBERG-tm eBooks,
is a "public domain" work distributed by Professor Michael S. Hart
through the Project Gutenberg Association (the "Project").
Among other things, this means that no one owns a United States copyright
on or for this work, so the Project (and you!) can copy and
distribute it in the United States without permission and
without paying copyright royalties. Special rules, set forth
below, apply if you wish to copy and distribute this eBook
under the "PROJECT GUTENBERG" trademark.

Please do not use the "PROJECT GUTENBERG" trademark to market
any commercial products without permission.

To create these eBooks, the Project expends considerable
efforts to identify, transcribe and proofread public domain
works. Despite these efforts, the Project's eBooks and any
medium they may be on may contain "Defects". Among other
things, Defects may take the form of incomplete, inaccurate or
corrupt data, transcription errors, a copyright or other
intellectual property infringement, a defective or damaged
disk or other eBook medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

LIMITED WARRANTY; DISCLAIMER OF DAMAGES
But for the "Right of Replacement or Refund" described below,
[1] Michael Hart and the Foundation (and any other party you may
receive this eBook from as a PROJECT GUTENBERG-tm eBook) disclaims
all liability to you for damages, costs and expenses, including
legal fees, and [2] YOU HAVE NO REMEDIES FOR NEGLIGENCE OR
UNDER STRICT LIABILITY, OR FOR BREACH OF WARRANTY OR CONTRACT,
INCLUDING BUT NOT LIMITED TO INDIRECT, CONSEQUENTIAL, PUNITIVE
OR INCIDENTAL DAMAGES, EVEN IF YOU GIVE NOTICE OF THE
POSSIBILITY OF SUCH DAMAGES.

If you discover a Defect in this eBook within 90 days of
receiving it, you can receive a refund of the money (if any)
you paid for it by sending an explanatory note within that
time to the person you received it from. If you received it
on a physical medium, you must return it with your note, and
such person may choose to alternatively give you a replacement
copy. If you received it electronically, such person may
choose to alternatively give you a second opportunity to
receive it electronically.

THIS EBOOK IS OTHERWISE PROVIDED TO YOU "AS-IS". NO OTHER
WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, ARE MADE TO YOU AS
TO THE EBOOK OR ANY MEDIUM IT MAY BE ON, INCLUDING BUT NOT
LIMITED TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
PARTICULAR PURPOSE.

Some states do not allow disclaimers of implied warranties or
the exclusion or limitation of consequential damages, so the
above disclaimers and exclusions may not apply to you, and you
may have other legal rights.

INDEMNITY
You will indemnify and hold Michael Hart, the Foundation,
and its trustees and agents, and any volunteers associated
with the production and distribution of Project Gutenberg-tm
texts harmless, from all liability, cost and expense, including
legal fees, that arise directly or indirectly from any of the
following that you do or cause:  [1] distribution of this eBook,
[2] alteration, modification, or addition to the eBook,
or [3] any Defect.

DISTRIBUTION UNDER "PROJECT GUTENBERG-tm"
You may distribute copies of this eBook electronically, or by
disk, book or any other medium if you either delete this
"Small Print!" and all other references to Project Gutenberg,
or:

[1]  Only give exact copies of it.  Among other things, this
     requires that you do not remove, alter or modify the
     eBook or this "small print!" statement.  You may however,
     if you wish, distribute this eBook in machine readable
     binary, compressed, mark-up, or proprietary form,
     including any form resulting from conversion by word
     processing or hypertext software, but only so long as
     *EITHER*:

     [*]  The eBook, when displayed, is clearly readable, and
          does *not* contain characters other than those
          intended by the author of the work, although tilde
          (~), asterisk (*) and underline (_) characters may
          be used to convey punctuation intended by the
          author, and additional characters may be used to
          indicate hypertext links; OR

     [*]  The eBook may be readily converted by the reader at
          no expense into plain ASCII, EBCDIC or equivalent
          form by the program that displays the eBook (as is
          the case, for instance, with most word processors);
          OR

     [*]  You provide, or agree to also provide on request at
          no additional cost, fee or expense, a copy of the
          eBook in its original plain ASCII form (or in EBCDIC
          or other equivalent proprietary form).

[2]  Honor the eBook refund and replacement provisions of this
     "Small Print!" statement.

[3]  Pay a trademark license fee to the Foundation of 20% of the
     gross profits you derive calculated using the method you
     already use to calculate your applicable taxes.  If you
     don't derive profits, no royalty is due.  Royalties are
     payable to "Project Gutenberg Literary Archive Foundation"
     the 60 days following each date you prepare (or were
     legally required to prepare) your annual (or equivalent
     periodic) tax return.  Please contact us beforehand to
     let us know your plans and to work out the details.

WHAT IF YOU *WANT* TO SEND MONEY EVEN IF YOU DON'T HAVE TO?
Project Gutenberg is dedicated to increasing the number of
public domain and licensed works that can be freely distributed
in machine readable form.

The Project gratefully accepts contributions of money, time,
public domain materials, or royalty free copyright licenses.
Money should be paid to the:
"Project Gutenberg Literary Archive Foundation."

If you are interested in contributing scanning equipment or
software or other items, please contact Michael Hart at:
hart@pobox.com

[Portions of this eBook's header and trailer may be reprinted only
when distributed free of all fees.  Copyright (C) 2001, 2002 by
Michael S. Hart.  Project Gutenberg is a TradeMark and may not be
used in any sales of Project Gutenberg eBooks or other materials be
they hardware or software or any other related product without
express permission.]

*END THE SMALL PRINT! FOR PUBLIC DOMAIN EBOOKS*Ver.02/11/02*END*



</pre>

</body>
</html>