9. Practical lesson: Page and Elementree

In this section we will use ElemenTree to extract data from a newspaper in the Page xml format. For this lesson, we assume that you have followed the practical lesson 4. When needed, refer back to previous lessons.

We will follow these steps:

  • Load the Page file and examine the structure (basic);

  • Extract the complete content of a newspaper page from the Page file (basic);

  • Extract the text region with the corresponding content (moderate);

  • Extract the reading order and use this to automatically sort the page (advanced).

Open a new Jupyter Notebook and type all code examples and code exercises in your Notebook.

Load the Page file and examine the structure

We first need to prepare the Notebook by importing the package we need and loading the XML file into the enviroment.

Exercise

Import the ElemenTree package and load the XML file into your Notebook.
You can look back to lesson 4 if you need a reminder on how to do this. The XML file is named ‘page.xml’ and can be downloaded here.

In order to extract the required information from the file, we have to examine the structure.

Exercise

Print the file in your Notebook or look at the file in your browser, either way you prefer.

<?xml version='1.0' encoding='utf8'?>
<ns0:PcGts xmlns:ns0="http://schema.primaresearch.org/PAGE/gts/pagecontent/2010-03-19" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schema.primaresearch.org/PAGE/gts/pagecontent/2010-03-19 http://schema.primaresearch.org/PAGE/gts/pagecontent/2010-03-19/pagecontent.xsd" pcGtsId="pc-00530982">
	<ns0:Metadata>
	<ns0:Creator />
	<ns0:Created>2011-10-16T04:16:45</ns0:Created>
	<ns0:LastChange>2012-02-09T17:17:16</ns0:LastChange></ns0:Metadata>
	<ns0:Page imageFilename="00530982.tif" imageWidth="3346" imageHeight="5328">
	<ns0:ReadingOrder>
	<ns0:UnorderedGroup id="ro357564684568544579089">
	<ns0:OrderedGroup id="r284">
	<ns0:RegionRefIndexed regionRef="r0" index="0" />
	<ns0:RegionRefIndexed regionRef="r2" index="1" />
	<ns0:RegionRefIndexed regionRef="r3" index="2" />
	<ns0:RegionRefIndexed regionRef="r4" index="3" />
	<ns0:RegionRefIndexed regionRef="r5" index="4" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r290">
	<ns0:RegionRefIndexed regionRef="r247" index="0" />
	<ns0:RegionRefIndexed regionRef="r252" index="1" />
	<ns0:RegionRefIndexed regionRef="r157" index="2" />
	<ns0:RegionRefIndexed regionRef="r161" index="3" />
	<ns0:RegionRefIndexed regionRef="r165" index="4" />
	<ns0:RegionRefIndexed regionRef="r167" index="5" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r292">
	<ns0:RegionRefIndexed regionRef="r7" index="0" />
	<ns0:RegionRefIndexed regionRef="r8" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r299">
	<ns0:RegionRefIndexed regionRef="r9" index="0" />
	<ns0:RegionRefIndexed regionRef="r12" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r301">
	<ns0:RegionRefIndexed regionRef="r13" index="0" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r303">
	<ns0:RegionRefIndexed regionRef="r14" index="0" />
	<ns0:RegionRefIndexed regionRef="r176" index="1" />
	<ns0:RegionRefIndexed regionRef="r178" index="2" />
	<ns0:RegionRefIndexed regionRef="r179" index="3" />
	<ns0:RegionRefIndexed regionRef="r180" index="4" />
	<ns0:RegionRefIndexed regionRef="r181" index="5" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r305">
	<ns0:RegionRefIndexed regionRef="r17" index="0" />
	<ns0:RegionRefIndexed regionRef="r186" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r306">
	<ns0:RegionRefIndexed regionRef="r190" index="0" />
	<ns0:RegionRefIndexed regionRef="r192" index="1" />
	<ns0:RegionRefIndexed regionRef="r196" index="2" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r307">
	<ns0:RegionRefIndexed regionRef="r21" index="0" />
	<ns0:RegionRefIndexed regionRef="r203" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r308">
	<ns0:RegionRefIndexed regionRef="r23" index="0" />
	<ns0:RegionRefIndexed regionRef="r25" index="1" />
	<ns0:RegionRefIndexed regionRef="r283" index="2" />
	<ns0:RegionRefIndexed regionRef="r286" index="3" />
	<ns0:RegionRefIndexed regionRef="r212" index="4" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r309">
	<ns0:RegionRefIndexed regionRef="r29" index="0" />
	<ns0:RegionRefIndexed regionRef="r30" index="1" />
	<ns0:RegionRefIndexed regionRef="r219" index="2" />
	<ns0:RegionRefIndexed regionRef="r223" index="3" />
	<ns0:RegionRefIndexed regionRef="r225" index="4" />
	<ns0:RegionRefIndexed regionRef="r32" index="5" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r310">
	<ns0:RegionRefIndexed regionRef="r34" index="0" />
	<ns0:RegionRefIndexed regionRef="r35" index="1" />
	<ns0:RegionRefIndexed regionRef="r36" index="2" />
	<ns0:RegionRefIndexed regionRef="r37" index="3" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r311">
	<ns0:RegionRefIndexed regionRef="r229" index="0" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r312">
	<ns0:RegionRefIndexed regionRef="r41" index="0" />
	<ns0:RegionRefIndexed regionRef="r44" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r313">
	<ns0:RegionRefIndexed regionRef="r45" index="0" />
	<ns0:RegionRefIndexed regionRef="r47" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r314">
	<ns0:RegionRefIndexed regionRef="r48" index="0" />
	<ns0:RegionRefIndexed regionRef="r49" index="1" />
	<ns0:RegionRefIndexed regionRef="r50" index="2" />
	<ns0:RegionRefIndexed regionRef="r51" index="3" />
	<ns0:RegionRefIndexed regionRef="r52" index="4" />
	<ns0:RegionRefIndexed regionRef="r53" index="5" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r315">
	<ns0:RegionRefIndexed regionRef="r54" index="0" />
	<ns0:RegionRefIndexed regionRef="r55" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r316">
	<ns0:RegionRefIndexed regionRef="r57" index="0" />
	<ns0:RegionRefIndexed regionRef="r249" index="1" />
	<ns0:RegionRefIndexed regionRef="r255" index="2" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r317">
	<ns0:RegionRefIndexed regionRef="r62" index="0" />
	<ns0:RegionRefIndexed regionRef="r63" index="1" />
	<ns0:RegionRefIndexed regionRef="r288" index="2" />
	<ns0:RegionRefIndexed regionRef="r291" index="3" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r318">
	<ns0:RegionRefIndexed regionRef="r65" index="0" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r319">
	<ns0:RegionRefIndexed regionRef="r66" index="0" />
	<ns0:RegionRefIndexed regionRef="r67" index="1" />
	<ns0:RegionRefIndexed regionRef="r258" index="2" />
	<ns0:RegionRefIndexed regionRef="r267" index="3" />
	<ns0:RegionRefIndexed regionRef="r272" index="4" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r320">
	<ns0:RegionRefIndexed regionRef="r69" index="0" />
	<ns0:RegionRefIndexed regionRef="r70" index="1" />
	<ns0:RegionRefIndexed regionRef="r71" index="2" />
	<ns0:RegionRefIndexed regionRef="r72" index="3" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r321">
	<ns0:RegionRefIndexed regionRef="r73" index="0" />
	<ns0:RegionRefIndexed regionRef="r74" index="1" />
	<ns0:RegionRefIndexed regionRef="r77" index="2" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r322">
	<ns0:RegionRefIndexed regionRef="r78" index="0" />
	<ns0:RegionRefIndexed regionRef="r275" index="1" />
	<ns0:RegionRefIndexed regionRef="r278" index="2" />
	<ns0:RegionRefIndexed regionRef="r80" index="3" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r323">
	<ns0:RegionRefIndexed regionRef="r81" index="0" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r324">
	<ns0:RegionRefIndexed regionRef="r82" index="0" />
	<ns0:RegionRefIndexed regionRef="r248" index="1" />
	<ns0:RegionRefIndexed regionRef="r250" index="2" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r325">
	<ns0:RegionRefIndexed regionRef="r253" index="0" />
	<ns0:RegionRefIndexed regionRef="r257" index="1" />
	<ns0:RegionRefIndexed regionRef="r261" index="2" />
	<ns0:RegionRefIndexed regionRef="r263" index="3" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r326">
	<ns0:RegionRefIndexed regionRef="r85" index="0" />
	<ns0:RegionRefIndexed regionRef="r86" index="1" />
	<ns0:RegionRefIndexed regionRef="r87" index="2" />
	<ns0:RegionRefIndexed regionRef="r88" index="3" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r327">
	<ns0:RegionRefIndexed regionRef="r89" index="0" />
	<ns0:RegionRefIndexed regionRef="r91" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r328">
	<ns0:RegionRefIndexed regionRef="r92" index="0" />
	<ns0:RegionRefIndexed regionRef="r93" index="1" />
	<ns0:RegionRefIndexed regionRef="r94" index="2" />
	<ns0:RegionRefIndexed regionRef="r95" index="3" />
	<ns0:RegionRefIndexed regionRef="r96" index="4" />
	<ns0:RegionRefIndexed regionRef="r97" index="5" />
	<ns0:RegionRefIndexed regionRef="r98" index="6" />
	<ns0:RegionRefIndexed regionRef="r268" index="7" />
	<ns0:RegionRefIndexed regionRef="r270" index="8" />
	<ns0:RegionRefIndexed regionRef="r100" index="9" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r329">
	<ns0:RegionRefIndexed regionRef="r101" index="0" />
	<ns0:RegionRefIndexed regionRef="r273" index="1" />
	<ns0:RegionRefIndexed regionRef="r277" index="2" />
	<ns0:RegionRefIndexed regionRef="r279" index="3" />
	<ns0:RegionRefIndexed regionRef="r103" index="4" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r330">
	<ns0:RegionRefIndexed regionRef="r104" index="0" />
	<ns0:RegionRefIndexed regionRef="r285" index="1" />
	<ns0:RegionRefIndexed regionRef="r289" index="2" />
	<ns0:RegionRefIndexed regionRef="r295" index="3" />
	<ns0:RegionRefIndexed regionRef="r293" index="4" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r331">
	<ns0:RegionRefIndexed regionRef="r300" index="0" />
	<ns0:RegionRefIndexed regionRef="r302" index="1" /></ns0:OrderedGroup>
	<ns0:OrderedGroup id="r332">
	<ns0:RegionRefIndexed regionRef="r108" index="0" /></ns0:OrderedGroup></ns0:UnorderedGroup></ns0:ReadingOrder>
	<ns0:TextRegion id="r2" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="94" y="3372" />
	<ns0:Point x="94" y="3464" />
	<ns0:Point x="369" y="3464" />
	<ns0:Point x="377" y="3469" />
	<ns0:Point x="414" y="3469" />
	<ns0:Point x="420" y="3466" />
	<ns0:Point x="508" y="3466" />
	<ns0:Point x="554" y="3460" />
	<ns0:Point x="1156" y="3464" />
	<ns0:Point x="1156" y="3372" />
	<ns0:Point x="760" y="3370" />
	<ns0:Point x="756" y="3376" />
	<ns0:Point x="738" y="3376" />
	<ns0:Point x="735" y="3370" />
	<ns0:Point x="357" y="3369" />
	<ns0:Point x="356" y="3375" />
	<ns0:Point x="326" y="3375" />
	<ns0:Point x="317" y="3369" />
	<ns0:Point x="160" y="3368" />
	<ns0:Point x="152" y="3368" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debentures Dito 8 pCt.
59½, 60¾, 59½; Obl. St. Paul en Pacific Spw. 7 pCt. 56¼ Nieuwe
Russen 1866 154¾, 155.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r3" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="128" y="3470" />
	<ns0:Point x="128" y="3504" />
	<ns0:Point x="293" y="3500" />
	<ns0:Point x="570" y="3497" />
	<ns0:Point x="570" y="3503" />
	<ns0:Point x="649" y="3504" />
	<ns0:Point x="766" y="3500" />
	<ns0:Point x="765" y="3507" />
	<ns0:Point x="784" y="3507" />
	<ns0:Point x="789" y="3502" />
	<ns0:Point x="828" y="3501" />
	<ns0:Point x="840" y="3506" />
	<ns0:Point x="860" y="3506" />
	<ns0:Point x="870" y="3498" />
	<ns0:Point x="913" y="3500" />
	<ns0:Point x="917" y="3507" />
	<ns0:Point x="927" y="3507" />
	<ns0:Point x="935" y="3503" />
	<ns0:Point x="996" y="3501" />
	<ns0:Point x="996" y="3470" />
	<ns0:Point x="550" y="3467" />
	<ns0:Point x="451" y="3468" />
	<ns0:Point x="415" y="3471" />
	<ns0:Point x="375" y="3471" />
	<ns0:Point x="366" y="3468" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Koers van het Geld: Beleening —, Prolong. 7½, 8 pCt.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r4" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="318" y="3504" />
	<ns0:Point x="318" y="3536" />
	<ns0:Point x="452" y="3535" />
	<ns0:Point x="454" y="3529" />
	<ns0:Point x="636" y="3530" />
	<ns0:Point x="750" y="3533" />
	<ns0:Point x="860" y="3533" />
	<ns0:Point x="885" y="3538" />
	<ns0:Point x="1105" y="3536" />
	<ns0:Point x="1108" y="3540" />
	<ns0:Point x="1122" y="3540" />
	<ns0:Point x="1119" y="3504" />
	<ns0:Point x="942" y="3507" />
	<ns0:Point x="937" y="3513" />
	<ns0:Point x="919" y="3512" />
	<ns0:Point x="915" y="3506" />
	<ns0:Point x="909" y="3506" />
	<ns0:Point x="875" y="3505" />
	<ns0:Point x="867" y="3514" />
	<ns0:Point x="838" y="3512" />
	<ns0:Point x="834" y="3506" />
	<ns0:Point x="823" y="3506" />
	<ns0:Point x="815" y="3512" />
	<ns0:Point x="764" y="3510" />
	<ns0:Point x="757" y="3506" />
	<ns0:Point x="561" y="3505" />
	<ns0:Point x="550" y="3503" />
	<ns0:Point x="343" y="3502" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Aldus opgemaakt door het Bestuur der Effecten-Societeit,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r5" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="507" y="3534" />
	<ns0:Point x="506" y="3562" />
	<ns0:Point x="986" y="3570" />
	<ns0:Point x="986" y="3540" />
	<ns0:Point x="874" y="3540" />
	<ns0:Point x="812" y="3536" />
	<ns0:Point x="515" y="3533" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>J. WR. AIKEMA. Pres.-Comm.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r7" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="128" y="4174" />
	<ns0:Point x="130" y="4205" />
	<ns0:Point x="347" y="4206" />
	<ns0:Point x="351" y="4212" />
	<ns0:Point x="441" y="4212" />
	<ns0:Point x="448" y="4214" />
	<ns0:Point x="457" y="4214" />
	<ns0:Point x="469" y="4208" />
	<ns0:Point x="557" y="4209" />
	<ns0:Point x="568" y="4210" />
	<ns0:Point x="652" y="4212" />
	<ns0:Point x="810" y="4213" />
	<ns0:Point x="819" y="4213" />
	<ns0:Point x="826" y="4218" />
	<ns0:Point x="973" y="4214" />
	<ns0:Point x="981" y="4217" />
	<ns0:Point x="1015" y="4217" />
	<ns0:Point x="1021" y="4221" />
	<ns0:Point x="1054" y="4221" />
	<ns0:Point x="1062" y="4212" />
	<ns0:Point x="1062" y="4174" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Koers van het geld bij de Nederlandsche Bank (sedert 16 Aug.)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r8" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="111" y="4207" />
	<ns0:Point x="112" y="4315" />
	<ns0:Point x="435" y="4315" />
	<ns0:Point x="436" y="4290" />
	<ns0:Point x="1158" y="4296" />
	<ns0:Point x="1158" y="4214" />
	<ns0:Point x="1043" y="4223" />
	<ns0:Point x="1026" y="4223" />
	<ns0:Point x="1008" y="4221" />
	<ns0:Point x="996" y="4224" />
	<ns0:Point x="983" y="4220" />
	<ns0:Point x="825" y="4221" />
	<ns0:Point x="814" y="4218" />
	<ns0:Point x="706" y="4216" />
	<ns0:Point x="697" y="4221" />
	<ns0:Point x="571" y="4221" />
	<ns0:Point x="560" y="4212" />
	<ns0:Point x="470" y="4212" />
	<ns0:Point x="461" y="4218" />
	<ns0:Point x="432" y="4220" />
	<ns0:Point x="420" y="4214" />
	<ns0:Point x="296" y="4214" />
	<ns0:Point x="290" y="4208" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Wissel-Disconto 6 pCt.; Promessen-Disconto 6½ pCt.; Beleening
van Binnenl. Effecten 6 pCt.; Id. van Buitenl. Effecten 6½ pCt.; Id.
van Goederen 6 pCt.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r13" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="98" y="4600" />
	<ns0:Point x="98" y="4742" />
	<ns0:Point x="1160" y="4742" />
	<ns0:Point x="1160" y="4600" />
	<ns0:Point x="570" y="4605" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>NB. In de Advertentie wegens aanvraag om een BEDIENDE in
eene APOTHEEK (zie Bijv. A. H. B. 27 Aug.) staat: BEDIENDE
EXTERNE; lees INTERNE. Adres Lett. D. bij J. BREEMAN,
Nieuwe Hoogstraat.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r17" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1165" y="86" />
	<ns0:Point x="1164" y="298" />
	<ns0:Point x="1373" y="298" />
	<ns0:Point x="1379" y="302" />
	<ns0:Point x="1388" y="302" />
	<ns0:Point x="1401" y="297" />
	<ns0:Point x="1502" y="298" />
	<ns0:Point x="1508" y="303" />
	<ns0:Point x="1759" y="299" />
	<ns0:Point x="1772" y="304" />
	<ns0:Point x="2040" y="299" />
	<ns0:Point x="2048" y="274" />
	<ns0:Point x="2212" y="270" />
	<ns0:Point x="2213" y="83" />
	<ns0:Point x="2210" y="83" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Het ADMINISTRATIE-KANTOOR voor Nederland der
K. K. PRIVILIGIRTE ALLGEMEINE OESTERREICHISCHE BO-
DEN - CREDIT - ANSTALT berigt, dat in plaats van den Heer TH. MOLIÈRE, die om redenen van gezondheid zijn ontslag als
Directeur der Administratie heeft ingediend, de Heer T. J. WES-
TENDORP, voorloopig die betrekking zal waarnemen.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r21" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1166" y="792" />
	<ns0:Point x="1166" y="1124" />
	<ns0:Point x="2220" y="1124" />
	<ns0:Point x="2220" y="792" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De ondergeteekende heeft de eer aan zijne geëerde begunstigers
te berigten, dat hij met den Heer M. OOSTMEIJER, lakenkooper
alhier, eene overeenkomst heeft aangegaan, waardoor hij in staat
gesteld is, ten allen tijde de nieuwste Fransche en Engel-
schestoffen en alle verdere Artikelen, voor de Kleedermakers-
Affaire benoodigd, te leveren, vertrouwende hierdoor te beter aan
de bestellingen gevolg te kunnen geven, waarom hij de vrijheid
neemt, zich bij vernieuwing bij zijne begunstigers aan te bevelen,
zullende hij door eene prompte bediening en soliede bewerking zich
het vertrouwen trachten waardig te maken.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r25" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1194" y="1368" />
	<ns0:Point x="1196" y="1452" />
	<ns0:Point x="1738" y="1451" />
	<ns0:Point x="1839" y="1451" />
	<ns0:Point x="1840" y="1460" />
	<ns0:Point x="1864" y="1459" />
	<ns0:Point x="1867" y="1452" />
	<ns0:Point x="2194" y="1456" />
	<ns0:Point x="2194" y="1368" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>VEILING te AMSTERDAM, op Woensdag 12 Sep-
tember 1866. van ongeveer:</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r29" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1173" y="2010" />
	<ns0:Point x="1174" y="2110" />
	<ns0:Point x="1295" y="2110" />
	<ns0:Point x="1293" y="2116" />
	<ns0:Point x="1310" y="2116" />
	<ns0:Point x="1314" y="2109" />
	<ns0:Point x="2226" y="2114" />
	<ns0:Point x="2226" y="2010" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De INTENDANT in de 2de Militaire Afdeeling te Arnhem, zal
op Vrijdag 7 September 1866, des middags ten 12 ure, ten zijnen
bureele publiek HERBESTEDEN:</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r30" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1265" y="2116" />
	<ns0:Point x="1266" y="2194" />
	<ns0:Point x="1396" y="2195" />
	<ns0:Point x="1397" y="2204" />
	<ns0:Point x="1412" y="2204" />
	<ns0:Point x="1414" y="2194" />
	<ns0:Point x="1500" y="2195" />
	<ns0:Point x="1501" y="2203" />
	<ns0:Point x="2224" y="2200" />
	<ns0:Point x="2224" y="2119" />
	<ns0:Point x="1335" y="2115" />
	<ns0:Point x="1328" y="2119" />
	<ns0:Point x="1298" y="2119" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>6½ Last Oude Zeeuwsche Tarwe, wegende minstens
74 pond per mud.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r32" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1764" y="2517" />
	<ns0:Point x="1763" y="2559" />
	<ns0:Point x="1897" y="2558" />
	<ns0:Point x="1892" y="2583" />
	<ns0:Point x="2064" y="2588" />
	<ns0:Point x="2063" y="2556" />
	<ns0:Point x="2167" y="2565" />
	<ns0:Point x="2163" y="2534" />
	<ns0:Point x="2145" y="2532" />
	<ns0:Point x="2140" y="2525" />
	<ns0:Point x="2129" y="2526" />
	<ns0:Point x="2129" y="2532" />
	<ns0:Point x="2052" y="2532" />
	<ns0:Point x="2045" y="2528" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De Intendant voornoemd,
OTKEN.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r35" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1173" y="2817" />
	<ns0:Point x="1237" y="2816" />
	<ns0:Point x="1564" y="2816" />
	<ns0:Point x="1564" y="2819" />
	<ns0:Point x="1794" y="2816" />
	<ns0:Point x="1951" y="2815" />
	<ns0:Point x="1956" y="2819" />
	<ns0:Point x="2223" y="2818" />
	<ns0:Point x="2222" y="2687" />
	<ns0:Point x="1173" y="2685" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>A la requête des heritiers de M. le Prince ALPHONSE DE CHI-
MAY, les Notaires TOUSSAINT et VAN DEN EYNDE, résidant à
Bruxelles, vendront le 31 Octobre à 2 heures au Café du Casino à
Charleroi, le dit domaine, contenant 2500 hectares, savoir:</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r37" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1179" y="3143" />
	<ns0:Point x="1178" y="3343" />
	<ns0:Point x="2220" y="3348" />
	<ns0:Point x="2221" y="3145" />
	<ns0:Point x="2162" y="3145" />
	<ns0:Point x="2141" y="3149" />
	<ns0:Point x="2006" y="3147" />
	<ns0:Point x="1601" y="3147" />
	<ns0:Point x="1600" y="3152" />
	<ns0:Point x="1510" y="3152" />
	<ns0:Point x="1512" y="3146" />
	<ns0:Point x="1423" y="3146" />
	<ns0:Point x="1422" y="3151" />
	<ns0:Point x="1345" y="3151" />
	<ns0:Point x="1336" y="3144" />
	<ns0:Point x="1299" y="3144" />
	<ns0:Point x="1234" y="3146" />
	<ns0:Point x="1235" y="3142" />
	<ns0:Point x="1218" y="3142" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Le sol de ce domaine, qui est en général de la meilleure qualité,
augmentéra considérablement de valeur, par l'établissement de plu-
sieurs nouveaux chemins de fer, en voie d'exécution, notamment
celui de Chimay à Paris, par Laon et Soissons qui sera la grande
voie de France vers l'est de la Hollande, Hambourg, et l'Allemagne
septentrionale. Chimay sera alors à 4 heures de Paris. (19880)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r44" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1180" y="3745" />
	<ns0:Point x="1182" y="3843" />
	<ns0:Point x="1335" y="3845" />
	<ns0:Point x="1338" y="3848" />
	<ns0:Point x="2226" y="3850" />
	<ns0:Point x="2226" y="3744" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>In bovengemelde Fabriek kunnen dadelijk geplaatst worden TWEE
KNECHTS, het witwerken en ornamenteren geheel of gedeeltelijk
verstaande, ongehuwd. Brieven franco. (19904)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r47" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1180" y="3958" />
	<ns0:Point x="1181" y="4090" />
	<ns0:Point x="2228" y="4095" />
	<ns0:Point x="2228" y="3960" />
	<ns0:Point x="1351" y="3964" />
	<ns0:Point x="1334" y="3958" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Een bekwaam MUZIEKMEESTER, de beste referentien bezittende,
heeft des morgens nog eenige uren disponibel. Brieven franco on-
der lett. B. C., bij de Boekhandelaren GEBRs. EBERT, Beurssteeg,
E 184. (19972)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r49" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1224" y="4231" />
	<ns0:Point x="1225" y="4332" />
	<ns0:Point x="1634" y="4333" />
	<ns0:Point x="1637" y="4340" />
	<ns0:Point x="2178" y="4336" />
	<ns0:Point x="2178" y="4230" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>zijn tegenwoordig gerigt op PRUISEN en zijn POLI-
TIEK. Wie de kronkelpaden dier Politiek wil volgen en
weten wat door haar verrigt werd bij het sluiten van</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r51" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1216" y="4414" />
	<ns0:Point x="1216" y="4486" />
	<ns0:Point x="2171" y="4479" />
	<ns0:Point x="2172" y="4414" />
	<ns0:Point x="1920" y="4412" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>dat zij thans te vuur en te zwaard weer heeft verbroken, mag
niet verzuimen</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r53" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1216" y="4564" />
	<ns0:Point x="1216" y="4610" />
	<ns0:Point x="2140" y="4610" />
	<ns0:Point x="2140" y="4564" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>te lezen, dat alom verkrijgbaar is gesteld. (19875)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r55" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1170" y="4762" />
	<ns0:Point x="1170" y="4898" />
	<ns0:Point x="1388" y="4897" />
	<ns0:Point x="1395" y="4868" />
	<ns0:Point x="2069" y="4870" />
	<ns0:Point x="2081" y="4898" />
	<ns0:Point x="2227" y="4891" />
	<ns0:Point x="2226" y="4762" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Er wordt verlangd tegen primo November een bekwaam GRUT-
TERSKNECHT. Men adressere zich met franco brieven onder
lett. E. bij den Boekhandelaar G. VAN OVERBEEK, te Alphen
aan den Rijn. (19931)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r72" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2258" y="1068" />
	<ns0:Point x="2258" y="1142" />
	<ns0:Point x="3236" y="1142" />
	<ns0:Point x="3236" y="1068" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Entrée 50 Cents. Aanvang 7½ Ure.
Leden volgens Reglement. Coupon-Bewijzen geldig.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r85" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2243" y="2817" />
	<ns0:Point x="2240" y="2948" />
	<ns0:Point x="2665" y="2944" />
	<ns0:Point x="2927" y="2950" />
	<ns0:Point x="3038" y="2946" />
	<ns0:Point x="3049" y="2925" />
	<ns0:Point x="3280" y="2899" />
	<ns0:Point x="3282" y="2802" />
	<ns0:Point x="3088" y="2813" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>SALON DES VARIETES, in de Amstelstraat. Woensdag 29 Aug. De Lotgevallen van een Jong Edelman, nieuw melodrama in 7 tafereelen,
naar het Fransch van Octave Feuillet, waarin de Heer Pietersen
met de rol van Maxime voor het eerst zal optreden.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r86" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2261" y="2950" />
	<ns0:Point x="2262" y="2986" />
	<ns0:Point x="2655" y="2991" />
	<ns0:Point x="2726" y="2976" />
	<ns0:Point x="2845" y="2969" />
	<ns0:Point x="3026" y="2975" />
	<ns0:Point x="3144" y="2976" />
	<ns0:Point x="3159" y="2973" />
	<ns0:Point x="3239" y="2973" />
	<ns0:Point x="3238" y="2948" />
	<ns0:Point x="3177" y="2944" />
	<ns0:Point x="3035" y="2949" />
	<ns0:Point x="3017" y="2953" />
	<ns0:Point x="2654" y="2947" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Entrée 75 Cts. in vertering. Aanv. 8 Ure.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r87" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2848" y="2976" />
	<ns0:Point x="2850" y="3007" />
	<ns0:Point x="3006" y="3011" />
	<ns0:Point x="3228" y="3012" />
	<ns0:Point x="3228" y="2976" />
	<ns0:Point x="3076" y="2980" />
	<ns0:Point x="3016" y="2978" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>BOAS &amp; JUDELS.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r88" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2262" y="3012" />
	<ns0:Point x="2262" y="3048" />
	<ns0:Point x="2960" y="3048" />
	<ns0:Point x="2960" y="3015" />
	<ns0:Point x="2833" y="3013" />
	<ns0:Point x="2810" y="3012" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Plaatsen zijn aan het Bureau te bespreken.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r91" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2249" y="3218" />
	<ns0:Point x="2244" y="3279" />
	<ns0:Point x="2244" y="3453" />
	<ns0:Point x="3003" y="3456" />
	<ns0:Point x="3248" y="3441" />
	<ns0:Point x="3279" y="3422" />
	<ns0:Point x="3282" y="3218" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De Ondergeteekenden hebben de eer te berigten, dat de groote zaal
van bovengenoemd Gebouw door hen allerfraaist tot SCHOUWBURG-
ZAAL ingerigt zijnde. de OPENING VAN HET TOONEEL zal
plaats hebben op ZATURDAG 1 SEPTEMBER 1866. Daar zij niets
zullen verzuimen wat hunne geachte bezoekers tot genoegen kan strek-
ken, bevelen zij hunnen Nieuwen Salon des Variétés nederig in de gunst
van het publiek. LOUIS BOUWMEESTER &amp; COMP.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r100" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2767" y="4085" />
	<ns0:Point x="2766" y="4104" />
	<ns0:Point x="2891" y="4104" />
	<ns0:Point x="3078" y="4102" />
	<ns0:Point x="3217" y="4100" />
	<ns0:Point x="3227" y="4077" />
	<ns0:Point x="3206" y="4067" />
	<ns0:Point x="3182" y="4074" />
	<ns0:Point x="3162" y="4073" />
	<ns0:Point x="3161" y="4076" />
	<ns0:Point x="3030" y="4075" />
	<ns0:Point x="2771" y="4076" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>J. EDUARD STUMPFF.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r103" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2756" y="4597" />
	<ns0:Point x="2756" y="4626" />
	<ns0:Point x="3045" y="4622" />
	<ns0:Point x="3045" y="4628" />
	<ns0:Point x="3057" y="4628" />
	<ns0:Point x="3061" y="4622" />
	<ns0:Point x="3199" y="4619" />
	<ns0:Point x="3219" y="4613" />
	<ns0:Point x="3218" y="4594" />
	<ns0:Point x="3097" y="4593" />
	<ns0:Point x="2970" y="4596" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>WM. KOSTER, Directeur.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r108" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2512" y="5204" />
	<ns0:Point x="2512" y="5248" />
	<ns0:Point x="3018" y="5248" />
	<ns0:Point x="3018" y="5204" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>GEDRUKT BIJ C. A. SPIN &amp; ZOON.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r0" readingDirection="left-to-right" type="heading">
	<ns0:Coords>
	<ns0:Point x="224" y="44" />
	<ns0:Point x="224" y="120" />
	<ns0:Point x="1000" y="120" />
	<ns0:Point x="1000" y="44" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Prijscourant der Effecten.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r9" readingDirection="left-to-right" type="heading">
	<ns0:Coords>
	<ns0:Point x="389" y="4331" />
	<ns0:Point x="390" y="4383" />
	<ns0:Point x="892" y="4384" />
	<ns0:Point x="892" y="4338" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Wisselkoersen.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r12" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="510" y="4556" />
	<ns0:Point x="511" y="4583" />
	<ns0:Point x="656" y="4584" />
	<ns0:Point x="694" y="4584" />
	<ns0:Point x="694" y="4590" />
	<ns0:Point x="761" y="4591" />
	<ns0:Point x="745" y="4558" />
	<ns0:Point x="662" y="4557" />
	<ns0:Point x="626" y="4563" />
	<ns0:Point x="622" y="4556" />
	<ns0:Point x="616" y="4557" />
	<ns0:Point x="616" y="4563" />
	<ns0:Point x="558" y="4562" />
	<ns0:Point x="554" y="4556" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Disconto 6 pCt.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r14" readingDirection="left-to-right" type="heading">
	<ns0:Coords>
	<ns0:Point x="401" y="4778" />
	<ns0:Point x="404" y="4842" />
	<ns0:Point x="904" y="4842" />
	<ns0:Point x="904" y="4782" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>ADVERTENTIEN.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r34" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1216" y="2606" />
	<ns0:Point x="1216" y="2680" />
	<ns0:Point x="2184" y="2680" />
	<ns0:Point x="2184" y="2606" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>DOMAINE DE BEAUCHAMPS.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r48" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1448" y="4156" />
	<ns0:Point x="1450" y="4228" />
	<ns0:Point x="1942" y="4227" />
	<ns0:Point x="1944" y="4156" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>ALLER OOGEN</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r50" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1414" y="4348" />
	<ns0:Point x="1414" y="4412" />
	<ns0:Point x="1757" y="4410" />
	<ns0:Point x="1970" y="4409" />
	<ns0:Point x="1968" y="4348" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>HET HEILIG VERBOND,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r52" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1264" y="4488" />
	<ns0:Point x="1264" y="4560" />
	<ns0:Point x="2120" y="4560" />
	<ns0:Point x="2120" y="4488" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>HET ZWARTE BOEK VAN BERLIJN</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r54" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1364" y="4684" />
	<ns0:Point x="1362" y="4760" />
	<ns0:Point x="2024" y="4760" />
	<ns0:Point x="2025" y="4683" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>GRUTTERSKNECHT.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r62" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2306" y="84" />
	<ns0:Point x="2306" y="156" />
	<ns0:Point x="3208" y="156" />
	<ns0:Point x="3208" y="84" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>SPECIALITEIT VAN VISITE-KAARTJES</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r63" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2536" y="162" />
	<ns0:Point x="2536" y="206" />
	<ns0:Point x="2589" y="207" />
	<ns0:Point x="2976" y="206" />
	<ns0:Point x="2976" y="162" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>à f 1 DE 100 STUKS</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r65" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2232" y="358" />
	<ns0:Point x="2232" y="436" />
	<ns0:Point x="3274" y="436" />
	<ns0:Point x="3274" y="358" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Paleis voor Volksvlijt.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r66" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2462" y="468" />
	<ns0:Point x="2462" y="514" />
	<ns0:Point x="3052" y="514" />
	<ns0:Point x="3052" y="468" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>GEOPEND VAN 10—5 URE.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r67" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2236" y="528" />
	<ns0:Point x="2236" y="660" />
	<ns0:Point x="3276" y="660" />
	<ns0:Point x="3276" y="528" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>ALGEMEENE TENTOONSTELLING
VAN NEDERLANDSCHE NIJVERHEID EN KUNST.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r69" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2238" y="828" />
	<ns0:Point x="2238" y="910" />
	<ns0:Point x="3282" y="910" />
	<ns0:Point x="3282" y="828" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Paleis voor Volksvlijt.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r70" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2444" y="938" />
	<ns0:Point x="2444" y="986" />
	<ns0:Point x="3066" y="986" />
	<ns0:Point x="3066" y="938" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>DONDERDAG 30 AUGUSTUS:</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r71" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2396" y="998" />
	<ns0:Point x="2396" y="1064" />
	<ns0:Point x="3130" y="1064" />
	<ns0:Point x="3130" y="998" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>AVOND-CONCERT.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r73" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2502" y="1162" />
	<ns0:Point x="2502" y="1212" />
	<ns0:Point x="3020" y="1212" />
	<ns0:Point x="3020" y="1162" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>ZONDAG 2 SEPTEMBER.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r78" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2382" y="1536" />
	<ns0:Point x="2382" y="1614" />
	<ns0:Point x="3166" y="1614" />
	<ns0:Point x="3166" y="1536" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Grand Salon de Lyon.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r81" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2278" y="1862" />
	<ns0:Point x="2278" y="1940" />
	<ns0:Point x="3106" y="1940" />
	<ns0:Point x="3112" y="1914" />
	<ns0:Point x="3250" y="1908" />
	<ns0:Point x="3252" y="1862" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>DOOR PLAATSGEBREK ZIJN WIJ GENOODZAAKT VELE ADVERTENTIEN
TOT EEN VOLGEND NOMMER TE LATEN LIGGEN.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r82" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2314" y="1966" />
	<ns0:Point x="2315" y="2005" />
	<ns0:Point x="3210" y="2010" />
	<ns0:Point x="3207" y="1976" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>SCHOUWBURGEN, CONCERTEN, ENZ.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r92" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2606" y="3482" />
	<ns0:Point x="2606" y="3554" />
	<ns0:Point x="2944" y="3554" />
	<ns0:Point x="2944" y="3482" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>PARK.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r93" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2380" y="3556" />
	<ns0:Point x="2380" y="3632" />
	<ns0:Point x="2487" y="3633" />
	<ns0:Point x="3136" y="3632" />
	<ns0:Point x="3136" y="3556" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>DONDERDAG 30 AUGUSTUS 1866.
TOT SLUITING VAN HET SAIZOEN:</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r94" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2269" y="3639" />
	<ns0:Point x="2268" y="3724" />
	<ns0:Point x="3258" y="3724" />
	<ns0:Point x="3258" y="3630" />
	<ns0:Point x="3146" y="3636" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>BUITENGEWONE FEESTVIERING,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r95" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2368" y="3730" />
	<ns0:Point x="2369" y="3791" />
	<ns0:Point x="2875" y="3789" />
	<ns0:Point x="3139" y="3789" />
	<ns0:Point x="3139" y="3802" />
	<ns0:Point x="3157" y="3800" />
	<ns0:Point x="3167" y="3765" />
	<ns0:Point x="3168" y="3730" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>GROOT HARMONIE CONCERT,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r96" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2290" y="3802" />
	<ns0:Point x="2290" y="3864" />
	<ns0:Point x="2374" y="3864" />
	<ns0:Point x="2385" y="3879" />
	<ns0:Point x="2411" y="3879" />
	<ns0:Point x="2423" y="3863" />
	<ns0:Point x="3240" y="3864" />
	<ns0:Point x="3240" y="3802" />
	<ns0:Point x="3171" y="3797" />
	<ns0:Point x="3150" y="3807" />
	<ns0:Point x="3046" y="3813" />
	<ns0:Point x="3043" y="3795" />
	<ns0:Point x="2863" y="3798" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Algemeene Gas-Illuminatie,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r97" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2692" y="3868" />
	<ns0:Point x="2692" y="3900" />
	<ns0:Point x="2848" y="3900" />
	<ns0:Point x="2848" y="3868" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>BENEVENS</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r98" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2268" y="3905" />
	<ns0:Point x="2267" y="3969" />
	<ns0:Point x="3186" y="3964" />
	<ns0:Point x="3218" y="3955" />
	<ns0:Point x="3260" y="3951" />
	<ns0:Point x="3256" y="3900" />
	<ns0:Point x="3228" y="3893" />
	<ns0:Point x="3210" y="3900" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>SCHITTERENDE EGYPTISCHE VERLICHTING,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r101" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2318" y="4124" />
	<ns0:Point x="2318" y="4192" />
	<ns0:Point x="3204" y="4192" />
	<ns0:Point x="3204" y="4124" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Zomer-Theater TIVOLI.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r104" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2274" y="4644" />
	<ns0:Point x="2274" y="4740" />
	<ns0:Point x="3206" y="4733" />
	<ns0:Point x="3223" y="4733" />
	<ns0:Point x="3238" y="4697" />
	<ns0:Point x="3232" y="4644" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>ZOMER-THÉATRE DES VARIÉTÉS,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:ImageRegion id="r56">
	<ns0:Coords>
	<ns0:Point x="1174" y="4920" />
	<ns0:Point x="1174" y="5080" />
	<ns0:Point x="1620" y="5080" />
	<ns0:Point x="1620" y="4920" /></ns0:Coords></ns0:ImageRegion>
	<ns0:TableRegion id="r1">
	<ns0:Coords>
	<ns0:Point x="72" y="124" />
	<ns0:Point x="72" y="3366" />
	<ns0:Point x="152" y="3366" />
	<ns0:Point x="164" y="3365" />
	<ns0:Point x="329" y="3366" />
	<ns0:Point x="333" y="3373" />
	<ns0:Point x="351" y="3373" />
	<ns0:Point x="351" y="3366" />
	<ns0:Point x="740" y="3368" />
	<ns0:Point x="743" y="3374" />
	<ns0:Point x="751" y="3374" />
	<ns0:Point x="757" y="3368" />
	<ns0:Point x="1146" y="3370" />
	<ns0:Point x="1146" y="124" /></ns0:Coords></ns0:TableRegion>
	<ns0:TableRegion id="r10">
	<ns0:Coords>
	<ns0:Point x="100" y="4390" />
	<ns0:Point x="100" y="4554" />
	<ns0:Point x="570" y="4554" />
	<ns0:Point x="572" y="4558" />
	<ns0:Point x="582" y="4558" />
	<ns0:Point x="606" y="4554" />
	<ns0:Point x="606" y="4390" /></ns0:Coords></ns0:TableRegion>
	<ns0:TableRegion id="r11">
	<ns0:Coords>
	<ns0:Point x="634" y="4392" />
	<ns0:Point x="636" y="4552" />
	<ns0:Point x="754" y="4555" />
	<ns0:Point x="755" y="4561" />
	<ns0:Point x="1067" y="4557" />
	<ns0:Point x="1076" y="4564" />
	<ns0:Point x="1153" y="4563" />
	<ns0:Point x="1154" y="4392" /></ns0:Coords></ns0:TableRegion>
	<ns0:TableRegion id="r26">
	<ns0:Coords>
	<ns0:Point x="1186" y="1456" />
	<ns0:Point x="1187" y="1652" />
	<ns0:Point x="1261" y="1652" />
	<ns0:Point x="1375" y="1649" />
	<ns0:Point x="2212" y="1656" />
	<ns0:Point x="2214" y="1460" />
	<ns0:Point x="1897" y="1459" />
	<ns0:Point x="1892" y="1465" />
	<ns0:Point x="1831" y="1465" />
	<ns0:Point x="1824" y="1456" /></ns0:Coords></ns0:TableRegion>
	<ns0:TextRegion id="r36" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1256" y="2818" />
	<ns0:Point x="1256" y="3142" />
	<ns0:Point x="1345" y="3141" />
	<ns0:Point x="1346" y="3146" />
	<ns0:Point x="1354" y="3146" />
	<ns0:Point x="1364" y="3142" />
	<ns0:Point x="1528" y="3143" />
	<ns0:Point x="1526" y="3148" />
	<ns0:Point x="1548" y="3148" />
	<ns0:Point x="1546" y="3144" />
	<ns0:Point x="1615" y="3143" />
	<ns0:Point x="2099" y="3145" />
	<ns0:Point x="2099" y="2825" />
	<ns0:Point x="1971" y="2826" />
	<ns0:Point x="1962" y="2821" />
	<ns0:Point x="1939" y="2820" />
	<ns0:Point x="1563" y="2821" />
	<ns0:Point x="1424" y="2819" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Beau chateau, style Tudor, situation pittoresque,
pare, jardins et ferme.....................88 hect.
Ferme Tournebride, terres et pres de-
taches...................................62 "
Foret Bois Robert.................333 "
Ferme la Boulvie...................63 "
Terrain boise, limite de Seloignes.......226 "
Belle foret des hauts marais excelle-
ment propre au defrichement, maison de fer-
mier, moulin et pavillon de chasse.......1735 "</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r77" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2260" y="1466" />
	<ns0:Point x="2260" y="1514" />
	<ns0:Point x="3254" y="1514" />
	<ns0:Point x="3254" y="1466" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Entree 50 Cents. (20043) Aanvang 71/2 Ure.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r80" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2306" y="1802" />
	<ns0:Point x="2306" y="1838" />
	<ns0:Point x="3178" y="1838" />
	<ns0:Point x="3178" y="1802" />
	<ns0:Point x="3046" y="1805" />
	<ns0:Point x="3036" y="1812" />
	<ns0:Point x="3027" y="1806" />
	<ns0:Point x="2976" y="1805" />
	<ns0:Point x="2974" y="1816" />
	<ns0:Point x="2958" y="1809" />
	<ns0:Point x="2957" y="1803" />
	<ns0:Point x="2723" y="1801" />
	<ns0:Point x="2721" y="1814" />
	<ns0:Point x="2538" y="1812" />
	<ns0:Point x="2429" y="1811" />
	<ns0:Point x="2411" y="1802" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>(19432) THEODORE DE LYON.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r151">
	<ns0:Coords>
	<ns0:Point x="539" y="3571" />
	<ns0:Point x="539" y="3572" />
	<ns0:Point x="590" y="3572" />
	<ns0:Point x="590" y="3573" />
	<ns0:Point x="625" y="3573" />
	<ns0:Point x="625" y="3574" />
	<ns0:Point x="647" y="3574" />
	<ns0:Point x="647" y="3575" />
	<ns0:Point x="823" y="3575" />
	<ns0:Point x="823" y="3576" />
	<ns0:Point x="824" y="3576" />
	<ns0:Point x="821" y="3576" />
	<ns0:Point x="821" y="3577" />
	<ns0:Point x="726" y="3577" />
	<ns0:Point x="726" y="3576" />
	<ns0:Point x="651" y="3576" />
	<ns0:Point x="651" y="3575" />
	<ns0:Point x="617" y="3575" />
	<ns0:Point x="617" y="3574" />
	<ns0:Point x="435" y="3574" />
	<ns0:Point x="435" y="3573" />
	<ns0:Point x="434" y="3573" />
	<ns0:Point x="434" y="3572" />
	<ns0:Point x="435" y="3572" />
	<ns0:Point x="435" y="3571" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r157" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="242" y="3816" />
	<ns0:Point x="242" y="3818" />
	<ns0:Point x="243" y="3818" />
	<ns0:Point x="243" y="3821" />
	<ns0:Point x="244" y="3821" />
	<ns0:Point x="244" y="3822" />
	<ns0:Point x="265" y="3822" />
	<ns0:Point x="265" y="3821" />
	<ns0:Point x="266" y="3821" />
	<ns0:Point x="266" y="3819" />
	<ns0:Point x="267" y="3819" />
	<ns0:Point x="267" y="3818" />
	<ns0:Point x="326" y="3818" />
	<ns0:Point x="326" y="3817" />
	<ns0:Point x="386" y="3817" />
	<ns0:Point x="386" y="3816" />
	<ns0:Point x="1162" y="3816" />
	<ns0:Point x="1162" y="3884" />
	<ns0:Point x="983" y="3884" />
	<ns0:Point x="983" y="3885" />
	<ns0:Point x="982" y="3885" />
	<ns0:Point x="982" y="3887" />
	<ns0:Point x="981" y="3887" />
	<ns0:Point x="981" y="3889" />
	<ns0:Point x="970" y="3889" />
	<ns0:Point x="970" y="3888" />
	<ns0:Point x="969" y="3888" />
	<ns0:Point x="969" y="3887" />
	<ns0:Point x="968" y="3887" />
	<ns0:Point x="968" y="3886" />
	<ns0:Point x="967" y="3886" />
	<ns0:Point x="967" y="3885" />
	<ns0:Point x="966" y="3885" />
	<ns0:Point x="966" y="3884" />
	<ns0:Point x="963" y="3884" />
	<ns0:Point x="963" y="3885" />
	<ns0:Point x="951" y="3885" />
	<ns0:Point x="951" y="3886" />
	<ns0:Point x="950" y="3886" />
	<ns0:Point x="950" y="3887" />
	<ns0:Point x="949" y="3887" />
	<ns0:Point x="949" y="3888" />
	<ns0:Point x="947" y="3888" />
	<ns0:Point x="947" y="3889" />
	<ns0:Point x="940" y="3889" />
	<ns0:Point x="940" y="3890" />
	<ns0:Point x="935" y="3890" />
	<ns0:Point x="935" y="3889" />
	<ns0:Point x="934" y="3889" />
	<ns0:Point x="934" y="3888" />
	<ns0:Point x="933" y="3888" />
	<ns0:Point x="933" y="3886" />
	<ns0:Point x="932" y="3886" />
	<ns0:Point x="932" y="3885" />
	<ns0:Point x="931" y="3885" />
	<ns0:Point x="931" y="3884" />
	<ns0:Point x="861" y="3884" />
	<ns0:Point x="861" y="3883" />
	<ns0:Point x="790" y="3883" />
	<ns0:Point x="790" y="3882" />
	<ns0:Point x="717" y="3882" />
	<ns0:Point x="717" y="3884" />
	<ns0:Point x="716" y="3884" />
	<ns0:Point x="716" y="3886" />
	<ns0:Point x="715" y="3886" />
	<ns0:Point x="715" y="3887" />
	<ns0:Point x="714" y="3887" />
	<ns0:Point x="714" y="3888" />
	<ns0:Point x="705" y="3888" />
	<ns0:Point x="705" y="3887" />
	<ns0:Point x="704" y="3887" />
	<ns0:Point x="704" y="3886" />
	<ns0:Point x="703" y="3886" />
	<ns0:Point x="703" y="3884" />
	<ns0:Point x="702" y="3884" />
	<ns0:Point x="702" y="3883" />
	<ns0:Point x="701" y="3883" />
	<ns0:Point x="701" y="3881" />
	<ns0:Point x="700" y="3881" />
	<ns0:Point x="700" y="3880" />
	<ns0:Point x="697" y="3880" />
	<ns0:Point x="697" y="3881" />
	<ns0:Point x="481" y="3881" />
	<ns0:Point x="481" y="3880" />
	<ns0:Point x="381" y="3880" />
	<ns0:Point x="381" y="3879" />
	<ns0:Point x="281" y="3879" />
	<ns0:Point x="281" y="3878" />
	<ns0:Point x="180" y="3878" />
	<ns0:Point x="180" y="3882" />
	<ns0:Point x="179" y="3882" />
	<ns0:Point x="179" y="3883" />
	<ns0:Point x="171" y="3883" />
	<ns0:Point x="171" y="3882" />
	<ns0:Point x="169" y="3882" />
	<ns0:Point x="169" y="3881" />
	<ns0:Point x="166" y="3881" />
	<ns0:Point x="166" y="3880" />
	<ns0:Point x="164" y="3880" />
	<ns0:Point x="164" y="3879" />
	<ns0:Point x="159" y="3879" />
	<ns0:Point x="159" y="3880" />
	<ns0:Point x="142" y="3880" />
	<ns0:Point x="142" y="3881" />
	<ns0:Point x="125" y="3881" />
	<ns0:Point x="125" y="3882" />
	<ns0:Point x="108" y="3882" />
	<ns0:Point x="108" y="3883" />
	<ns0:Point x="96" y="3883" />
	<ns0:Point x="96" y="3821" />
	<ns0:Point x="109" y="3821" />
	<ns0:Point x="109" y="3822" />
	<ns0:Point x="132" y="3822" />
	<ns0:Point x="132" y="3823" />
	<ns0:Point x="137" y="3823" />
	<ns0:Point x="137" y="3822" />
	<ns0:Point x="139" y="3822" />
	<ns0:Point x="139" y="3821" />
	<ns0:Point x="141" y="3821" />
	<ns0:Point x="141" y="3820" />
	<ns0:Point x="143" y="3820" />
	<ns0:Point x="143" y="3819" />
	<ns0:Point x="145" y="3819" />
	<ns0:Point x="145" y="3818" />
	<ns0:Point x="147" y="3818" />
	<ns0:Point x="147" y="3817" />
	<ns0:Point x="149" y="3817" />
	<ns0:Point x="149" y="3816" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Voorts waren Spaansche en Turken tot betere prijzen goed te plaat-
sen; in de laatsten werd veel voor Engelsche rekening gekocht.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r161" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="279" y="3880" />
	<ns0:Point x="279" y="3881" />
	<ns0:Point x="379" y="3881" />
	<ns0:Point x="379" y="3882" />
	<ns0:Point x="479" y="3882" />
	<ns0:Point x="479" y="3883" />
	<ns0:Point x="699" y="3883" />
	<ns0:Point x="699" y="3885" />
	<ns0:Point x="700" y="3885" />
	<ns0:Point x="700" y="3886" />
	<ns0:Point x="701" y="3886" />
	<ns0:Point x="701" y="3888" />
	<ns0:Point x="702" y="3888" />
	<ns0:Point x="702" y="3889" />
	<ns0:Point x="703" y="3889" />
	<ns0:Point x="703" y="3890" />
	<ns0:Point x="716" y="3890" />
	<ns0:Point x="716" y="3889" />
	<ns0:Point x="717" y="3889" />
	<ns0:Point x="717" y="3888" />
	<ns0:Point x="718" y="3888" />
	<ns0:Point x="718" y="3886" />
	<ns0:Point x="719" y="3886" />
	<ns0:Point x="719" y="3884" />
	<ns0:Point x="788" y="3884" />
	<ns0:Point x="788" y="3885" />
	<ns0:Point x="859" y="3885" />
	<ns0:Point x="859" y="3886" />
	<ns0:Point x="929" y="3886" />
	<ns0:Point x="929" y="3887" />
	<ns0:Point x="930" y="3887" />
	<ns0:Point x="930" y="3888" />
	<ns0:Point x="931" y="3888" />
	<ns0:Point x="931" y="3890" />
	<ns0:Point x="932" y="3890" />
	<ns0:Point x="932" y="3891" />
	<ns0:Point x="933" y="3891" />
	<ns0:Point x="933" y="3892" />
	<ns0:Point x="942" y="3892" />
	<ns0:Point x="942" y="3891" />
	<ns0:Point x="949" y="3891" />
	<ns0:Point x="949" y="3890" />
	<ns0:Point x="951" y="3890" />
	<ns0:Point x="951" y="3889" />
	<ns0:Point x="952" y="3889" />
	<ns0:Point x="952" y="3888" />
	<ns0:Point x="953" y="3888" />
	<ns0:Point x="953" y="3887" />
	<ns0:Point x="965" y="3887" />
	<ns0:Point x="965" y="3888" />
	<ns0:Point x="966" y="3888" />
	<ns0:Point x="966" y="3889" />
	<ns0:Point x="967" y="3889" />
	<ns0:Point x="967" y="3890" />
	<ns0:Point x="968" y="3890" />
	<ns0:Point x="968" y="3891" />
	<ns0:Point x="979" y="3891" />
	<ns0:Point x="979" y="3892" />
	<ns0:Point x="982" y="3892" />
	<ns0:Point x="982" y="3891" />
	<ns0:Point x="983" y="3891" />
	<ns0:Point x="983" y="3889" />
	<ns0:Point x="984" y="3889" />
	<ns0:Point x="984" y="3887" />
	<ns0:Point x="985" y="3887" />
	<ns0:Point x="985" y="3886" />
	<ns0:Point x="1162" y="3886" />
	<ns0:Point x="1162" y="3948" />
	<ns0:Point x="995" y="3948" />
	<ns0:Point x="995" y="3949" />
	<ns0:Point x="650" y="3949" />
	<ns0:Point x="650" y="3950" />
	<ns0:Point x="647" y="3950" />
	<ns0:Point x="647" y="3951" />
	<ns0:Point x="644" y="3951" />
	<ns0:Point x="644" y="3952" />
	<ns0:Point x="641" y="3952" />
	<ns0:Point x="641" y="3953" />
	<ns0:Point x="595" y="3953" />
	<ns0:Point x="595" y="3952" />
	<ns0:Point x="575" y="3952" />
	<ns0:Point x="575" y="3951" />
	<ns0:Point x="574" y="3951" />
	<ns0:Point x="574" y="3950" />
	<ns0:Point x="573" y="3950" />
	<ns0:Point x="573" y="3949" />
	<ns0:Point x="569" y="3949" />
	<ns0:Point x="569" y="3948" />
	<ns0:Point x="534" y="3948" />
	<ns0:Point x="534" y="3947" />
	<ns0:Point x="456" y="3947" />
	<ns0:Point x="456" y="3946" />
	<ns0:Point x="256" y="3946" />
	<ns0:Point x="256" y="3945" />
	<ns0:Point x="173" y="3945" />
	<ns0:Point x="173" y="3944" />
	<ns0:Point x="96" y="3944" />
	<ns0:Point x="96" y="3885" />
	<ns0:Point x="110" y="3885" />
	<ns0:Point x="110" y="3884" />
	<ns0:Point x="127" y="3884" />
	<ns0:Point x="127" y="3883" />
	<ns0:Point x="144" y="3883" />
	<ns0:Point x="144" y="3882" />
	<ns0:Point x="161" y="3882" />
	<ns0:Point x="161" y="3881" />
	<ns0:Point x="162" y="3881" />
	<ns0:Point x="162" y="3882" />
	<ns0:Point x="164" y="3882" />
	<ns0:Point x="164" y="3883" />
	<ns0:Point x="167" y="3883" />
	<ns0:Point x="167" y="3884" />
	<ns0:Point x="169" y="3884" />
	<ns0:Point x="169" y="3885" />
	<ns0:Point x="181" y="3885" />
	<ns0:Point x="181" y="3884" />
	<ns0:Point x="182" y="3884" />
	<ns0:Point x="182" y="3880" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Amerik. hebben hunne vooruitgaande beweging voortgezet, doch
laatbeurs toonde de markt neiging tot reactie.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r165" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="171" y="3946" />
	<ns0:Point x="171" y="3947" />
	<ns0:Point x="254" y="3947" />
	<ns0:Point x="254" y="3948" />
	<ns0:Point x="454" y="3948" />
	<ns0:Point x="454" y="3949" />
	<ns0:Point x="532" y="3949" />
	<ns0:Point x="532" y="3950" />
	<ns0:Point x="567" y="3950" />
	<ns0:Point x="567" y="3951" />
	<ns0:Point x="571" y="3951" />
	<ns0:Point x="571" y="3952" />
	<ns0:Point x="572" y="3952" />
	<ns0:Point x="572" y="3953" />
	<ns0:Point x="573" y="3953" />
	<ns0:Point x="573" y="3954" />
	<ns0:Point x="593" y="3954" />
	<ns0:Point x="593" y="3955" />
	<ns0:Point x="643" y="3955" />
	<ns0:Point x="643" y="3954" />
	<ns0:Point x="646" y="3954" />
	<ns0:Point x="646" y="3953" />
	<ns0:Point x="649" y="3953" />
	<ns0:Point x="649" y="3952" />
	<ns0:Point x="652" y="3952" />
	<ns0:Point x="652" y="3951" />
	<ns0:Point x="997" y="3951" />
	<ns0:Point x="997" y="3950" />
	<ns0:Point x="1162" y="3950" />
	<ns0:Point x="1162" y="4072" />
	<ns0:Point x="940" y="4072" />
	<ns0:Point x="940" y="4071" />
	<ns0:Point x="713" y="4071" />
	<ns0:Point x="713" y="4070" />
	<ns0:Point x="487" y="4070" />
	<ns0:Point x="487" y="4069" />
	<ns0:Point x="258" y="4069" />
	<ns0:Point x="258" y="4070" />
	<ns0:Point x="257" y="4070" />
	<ns0:Point x="257" y="4071" />
	<ns0:Point x="256" y="4071" />
	<ns0:Point x="256" y="4072" />
	<ns0:Point x="254" y="4072" />
	<ns0:Point x="254" y="4073" />
	<ns0:Point x="253" y="4073" />
	<ns0:Point x="253" y="4074" />
	<ns0:Point x="252" y="4074" />
	<ns0:Point x="252" y="4075" />
	<ns0:Point x="250" y="4075" />
	<ns0:Point x="250" y="4076" />
	<ns0:Point x="249" y="4076" />
	<ns0:Point x="249" y="4077" />
	<ns0:Point x="248" y="4077" />
	<ns0:Point x="248" y="4078" />
	<ns0:Point x="246" y="4078" />
	<ns0:Point x="246" y="4079" />
	<ns0:Point x="245" y="4079" />
	<ns0:Point x="245" y="4080" />
	<ns0:Point x="226" y="4080" />
	<ns0:Point x="226" y="4079" />
	<ns0:Point x="225" y="4079" />
	<ns0:Point x="225" y="4075" />
	<ns0:Point x="96" y="4075" />
	<ns0:Point x="96" y="3946" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>In Debentures Ohio hadden aanzienlijke verkoopen voor winstrea-
lisatie plaats, waardoor zij ruim 1 pCt. daalden. 7 pCt. Pacif. wa-
ren weder zeer vast, met voortdurende vraag voor binnenlandsche
rekening.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r167" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="485" y="4071" />
	<ns0:Point x="485" y="4072" />
	<ns0:Point x="711" y="4072" />
	<ns0:Point x="711" y="4073" />
	<ns0:Point x="938" y="4073" />
	<ns0:Point x="938" y="4074" />
	<ns0:Point x="1162" y="4074" />
	<ns0:Point x="1163" y="4145" />
	<ns0:Point x="569" y="4144" />
	<ns0:Point x="559" y="4148" />
	<ns0:Point x="547" y="4148" />
	<ns0:Point x="544" y="4144" />
	<ns0:Point x="376" y="4145" />
	<ns0:Point x="368" y="4148" />
	<ns0:Point x="97" y="4147" />
	<ns0:Point x="96" y="4077" />
	<ns0:Point x="223" y="4077" />
	<ns0:Point x="223" y="4081" />
	<ns0:Point x="224" y="4081" />
	<ns0:Point x="224" y="4082" />
	<ns0:Point x="247" y="4082" />
	<ns0:Point x="247" y="4081" />
	<ns0:Point x="248" y="4081" />
	<ns0:Point x="248" y="4080" />
	<ns0:Point x="250" y="4080" />
	<ns0:Point x="250" y="4079" />
	<ns0:Point x="251" y="4079" />
	<ns0:Point x="251" y="4078" />
	<ns0:Point x="252" y="4078" />
	<ns0:Point x="252" y="4077" />
	<ns0:Point x="254" y="4077" />
	<ns0:Point x="254" y="4076" />
	<ns0:Point x="255" y="4076" />
	<ns0:Point x="255" y="4075" />
	<ns0:Point x="256" y="4075" />
	<ns0:Point x="256" y="4074" />
	<ns0:Point x="258" y="4074" />
	<ns0:Point x="258" y="4073" />
	<ns0:Point x="259" y="4073" />
	<ns0:Point x="259" y="4072" />
	<ns0:Point x="260" y="4072" />
	<ns0:Point x="260" y="4071" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Oostenr. Aand. 1858 f 113; Pacif. 2de Sectie 50; Onb. Debent. Ohio
58¼, 59¾, 58¼; Bew. Mexic. f 5.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r169">
	<ns0:Coords>
	<ns0:Point x="468" y="4317" />
	<ns0:Point x="828" y="4317" />
	<ns0:Point x="828" y="4322" />
	<ns0:Point x="468" y="4322" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r170">
	<ns0:Coords>
	<ns0:Point x="627" y="4404" />
	<ns0:Point x="628" y="4404" />
	<ns0:Point x="628" y="4411" />
	<ns0:Point x="629" y="4411" />
	<ns0:Point x="629" y="4436" />
	<ns0:Point x="630" y="4436" />
	<ns0:Point x="630" y="4447" />
	<ns0:Point x="629" y="4447" />
	<ns0:Point x="629" y="4556" />
	<ns0:Point x="628" y="4556" />
	<ns0:Point x="628" y="4555" />
	<ns0:Point x="627" y="4555" />
	<ns0:Point x="627" y="4414" />
	<ns0:Point x="626" y="4414" />
	<ns0:Point x="626" y="4409" />
	<ns0:Point x="625" y="4409" />
	<ns0:Point x="625" y="4406" />
	<ns0:Point x="626" y="4406" />
	<ns0:Point x="626" y="4404" />
	<ns0:Point x="627" y="4404" />
	<ns0:Point x="627" y="4403" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r171">
	<ns0:Coords>
	<ns0:Point x="434" y="4585" />
	<ns0:Point x="657" y="4590" />
	<ns0:Point x="667" y="4592" />
	<ns0:Point x="837" y="4594" />
	<ns0:Point x="839" y="4599" />
	<ns0:Point x="434" y="4596" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r172">
	<ns0:Coords>
	<ns0:Point x="103" y="4752" />
	<ns0:Point x="103" y="4770" />
	<ns0:Point x="1148" y="4770" />
	<ns0:Point x="1148" y="4752" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r174">
	<ns0:Coords>
	<ns0:Point x="113" y="4844" />
	<ns0:Point x="113" y="4870" />
	<ns0:Point x="1155" y="4872" />
	<ns0:Point x="1156" y="4853" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r176" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1156" y="4884" />
	<ns0:Point x="1156" y="5038" />
	<ns0:Point x="936" y="5038" />
	<ns0:Point x="936" y="5037" />
	<ns0:Point x="711" y="5037" />
	<ns0:Point x="711" y="5036" />
	<ns0:Point x="487" y="5036" />
	<ns0:Point x="487" y="5035" />
	<ns0:Point x="262" y="5035" />
	<ns0:Point x="262" y="5034" />
	<ns0:Point x="244" y="5034" />
	<ns0:Point x="244" y="5033" />
	<ns0:Point x="226" y="5033" />
	<ns0:Point x="226" y="5032" />
	<ns0:Point x="208" y="5032" />
	<ns0:Point x="208" y="5031" />
	<ns0:Point x="190" y="5031" />
	<ns0:Point x="190" y="5030" />
	<ns0:Point x="172" y="5030" />
	<ns0:Point x="172" y="5029" />
	<ns0:Point x="152" y="5029" />
	<ns0:Point x="152" y="5030" />
	<ns0:Point x="148" y="5030" />
	<ns0:Point x="148" y="5031" />
	<ns0:Point x="144" y="5031" />
	<ns0:Point x="144" y="5032" />
	<ns0:Point x="140" y="5032" />
	<ns0:Point x="140" y="5033" />
	<ns0:Point x="136" y="5033" />
	<ns0:Point x="136" y="5034" />
	<ns0:Point x="133" y="5034" />
	<ns0:Point x="133" y="5033" />
	<ns0:Point x="106" y="5033" />
	<ns0:Point x="106" y="5032" />
	<ns0:Point x="102" y="5032" />
	<ns0:Point x="102" y="4884" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Bij vonnis der Arrondissements-Regtbank te Winschoten, de dato
24 Augustus jongstleden, is in staat van Faillissement verklaard
PIETER CORNELIS VAN BAASBANK, Assuradeur, Commission-
nair in Granen en Effecten binnenlandsch in het klein, wonende te
Veendam.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r178" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="170" y="5031" />
	<ns0:Point x="170" y="5032" />
	<ns0:Point x="188" y="5032" />
	<ns0:Point x="188" y="5033" />
	<ns0:Point x="206" y="5033" />
	<ns0:Point x="206" y="5034" />
	<ns0:Point x="224" y="5034" />
	<ns0:Point x="224" y="5035" />
	<ns0:Point x="242" y="5035" />
	<ns0:Point x="242" y="5036" />
	<ns0:Point x="260" y="5036" />
	<ns0:Point x="260" y="5037" />
	<ns0:Point x="485" y="5037" />
	<ns0:Point x="485" y="5038" />
	<ns0:Point x="709" y="5038" />
	<ns0:Point x="709" y="5039" />
	<ns0:Point x="934" y="5039" />
	<ns0:Point x="934" y="5040" />
	<ns0:Point x="1156" y="5040" />
	<ns0:Point x="1156" y="5180" />
	<ns0:Point x="956" y="5182" />
	<ns0:Point x="732" y="5175" />
	<ns0:Point x="627" y="5172" />
	<ns0:Point x="625" y="5178" />
	<ns0:Point x="602" y="5178" />
	<ns0:Point x="507" y="5175" />
	<ns0:Point x="510" y="5189" />
	<ns0:Point x="370" y="5187" />
	<ns0:Point x="300" y="5188" />
	<ns0:Point x="131" y="5197" />
	<ns0:Point x="123" y="5206" />
	<ns0:Point x="101" y="5209" />
	<ns0:Point x="102" y="5034" />
	<ns0:Point x="104" y="5034" />
	<ns0:Point x="104" y="5035" />
	<ns0:Point x="131" y="5035" />
	<ns0:Point x="131" y="5036" />
	<ns0:Point x="138" y="5036" />
	<ns0:Point x="138" y="5035" />
	<ns0:Point x="142" y="5035" />
	<ns0:Point x="142" y="5034" />
	<ns0:Point x="146" y="5034" />
	<ns0:Point x="146" y="5033" />
	<ns0:Point x="150" y="5033" />
	<ns0:Point x="150" y="5032" />
	<ns0:Point x="154" y="5032" />
	<ns0:Point x="154" y="5031" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Houdende gemeld vonnis de bepaling dat het Faillissement is aan-
gevangen op 24 Augustus jongstleden en de benoeming van den Edel-
Achtbaren Heer Mr. ALEXANDEK EDUARD SANDBRINK, Lid
van genoemde Regtbank tot Regter-Commissaris en van de Onder-
geteekenden tst Curators.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r179" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="127" y="5210" />
	<ns0:Point x="132" y="5265" />
	<ns0:Point x="274" y="5264" />
	<ns0:Point x="303" y="5264" />
	<ns0:Point x="417" y="5257" />
	<ns0:Point x="542" y="5255" />
	<ns0:Point x="541" y="5200" />
	<ns0:Point x="415" y="5191" />
	<ns0:Point x="384" y="5191" />
	<ns0:Point x="384" y="5198" />
	<ns0:Point x="309" y="5196" />
	<ns0:Point x="133" y="5200" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>WINSCHOTEN en VEENDAM,
29 Augustus 1866.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r180" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="631" y="5175" />
	<ns0:Point x="628" y="5232" />
	<ns0:Point x="1042" y="5239" />
	<ns0:Point x="1017" y="5185" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Mr. H. A. ENGELKENS.
Mr. M. VAN DER TUUK.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r181" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1017" y="5242" />
	<ns0:Point x="1017" y="5275" />
	<ns0:Point x="1124" y="5275" />
	<ns0:Point x="1124" y="5242" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>(20019)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r182">
	<ns0:Coords>
	<ns0:Point x="1153" y="61" />
	<ns0:Point x="1153" y="66" />
	<ns0:Point x="1154" y="66" />
	<ns0:Point x="1154" y="117" />
	<ns0:Point x="1155" y="117" />
	<ns0:Point x="1154" y="117" />
	<ns0:Point x="1154" y="223" />
	<ns0:Point x="1155" y="223" />
	<ns0:Point x="1155" y="325" />
	<ns0:Point x="1156" y="325" />
	<ns0:Point x="1156" y="455" />
	<ns0:Point x="1157" y="455" />
	<ns0:Point x="1157" y="526" />
	<ns0:Point x="1158" y="526" />
	<ns0:Point x="1158" y="610" />
	<ns0:Point x="1159" y="610" />
	<ns0:Point x="1159" y="693" />
	<ns0:Point x="1160" y="693" />
	<ns0:Point x="1160" y="757" />
	<ns0:Point x="1161" y="757" />
	<ns0:Point x="1161" y="908" />
	<ns0:Point x="1162" y="908" />
	<ns0:Point x="1162" y="1088" />
	<ns0:Point x="1163" y="1088" />
	<ns0:Point x="1163" y="1121" />
	<ns0:Point x="1164" y="1121" />
	<ns0:Point x="1164" y="1188" />
	<ns0:Point x="1165" y="1188" />
	<ns0:Point x="1165" y="1191" />
	<ns0:Point x="1164" y="1191" />
	<ns0:Point x="1164" y="1349" />
	<ns0:Point x="1163" y="1349" />
	<ns0:Point x="1163" y="1558" />
	<ns0:Point x="1162" y="1558" />
	<ns0:Point x="1162" y="1729" />
	<ns0:Point x="1161" y="1729" />
	<ns0:Point x="1161" y="2124" />
	<ns0:Point x="1162" y="2124" />
	<ns0:Point x="1161" y="2124" />
	<ns0:Point x="1161" y="2510" />
	<ns0:Point x="1162" y="2510" />
	<ns0:Point x="1162" y="2574" />
	<ns0:Point x="1163" y="2574" />
	<ns0:Point x="1163" y="2684" />
	<ns0:Point x="1164" y="2684" />
	<ns0:Point x="1164" y="2807" />
	<ns0:Point x="1165" y="2807" />
	<ns0:Point x="1165" y="2855" />
	<ns0:Point x="1166" y="2855" />
	<ns0:Point x="1166" y="2936" />
	<ns0:Point x="1167" y="2936" />
	<ns0:Point x="1167" y="3165" />
	<ns0:Point x="1166" y="3165" />
	<ns0:Point x="1166" y="3348" />
	<ns0:Point x="1167" y="3348" />
	<ns0:Point x="1167" y="3358" />
	<ns0:Point x="1166" y="3358" />
	<ns0:Point x="1166" y="3481" />
	<ns0:Point x="1167" y="3481" />
	<ns0:Point x="1167" y="3551" />
	<ns0:Point x="1168" y="3551" />
	<ns0:Point x="1168" y="3818" />
	<ns0:Point x="1169" y="3818" />
	<ns0:Point x="1169" y="4060" />
	<ns0:Point x="1170" y="4060" />
	<ns0:Point x="1170" y="4065" />
	<ns0:Point x="1171" y="4065" />
	<ns0:Point x="1171" y="4080" />
	<ns0:Point x="1170" y="4080" />
	<ns0:Point x="1170" y="4371" />
	<ns0:Point x="1169" y="4371" />
	<ns0:Point x="1169" y="4580" />
	<ns0:Point x="1170" y="4580" />
	<ns0:Point x="1170" y="4597" />
	<ns0:Point x="1171" y="4597" />
	<ns0:Point x="1171" y="4718" />
	<ns0:Point x="1170" y="4718" />
	<ns0:Point x="1170" y="4744" />
	<ns0:Point x="1169" y="4744" />
	<ns0:Point x="1169" y="4776" />
	<ns0:Point x="1168" y="4776" />
	<ns0:Point x="1168" y="4822" />
	<ns0:Point x="1167" y="4822" />
	<ns0:Point x="1167" y="4942" />
	<ns0:Point x="1166" y="4942" />
	<ns0:Point x="1166" y="5161" />
	<ns0:Point x="1167" y="5161" />
	<ns0:Point x="1167" y="5201" />
	<ns0:Point x="1168" y="5201" />
	<ns0:Point x="1168" y="5219" />
	<ns0:Point x="1169" y="5219" />
	<ns0:Point x="1169" y="5231" />
	<ns0:Point x="1170" y="5231" />
	<ns0:Point x="1170" y="5239" />
	<ns0:Point x="1171" y="5239" />
	<ns0:Point x="1171" y="5249" />
	<ns0:Point x="1172" y="5249" />
	<ns0:Point x="1172" y="5254" />
	<ns0:Point x="1173" y="5254" />
	<ns0:Point x="1173" y="5263" />
	<ns0:Point x="1174" y="5263" />
	<ns0:Point x="1174" y="5268" />
	<ns0:Point x="1173" y="5268" />
	<ns0:Point x="1173" y="5269" />
	<ns0:Point x="1172" y="5269" />
	<ns0:Point x="1172" y="5270" />
	<ns0:Point x="1169" y="5270" />
	<ns0:Point x="1169" y="5269" />
	<ns0:Point x="1168" y="5269" />
	<ns0:Point x="1168" y="5268" />
	<ns0:Point x="1167" y="5268" />
	<ns0:Point x="1167" y="5266" />
	<ns0:Point x="1166" y="5266" />
	<ns0:Point x="1166" y="5260" />
	<ns0:Point x="1165" y="5260" />
	<ns0:Point x="1165" y="5210" />
	<ns0:Point x="1164" y="5210" />
	<ns0:Point x="1164" y="5200" />
	<ns0:Point x="1163" y="5200" />
	<ns0:Point x="1163" y="5138" />
	<ns0:Point x="1162" y="5138" />
	<ns0:Point x="1162" y="5032" />
	<ns0:Point x="1161" y="5032" />
	<ns0:Point x="1161" y="5028" />
	<ns0:Point x="1162" y="5028" />
	<ns0:Point x="1162" y="4937" />
	<ns0:Point x="1163" y="4937" />
	<ns0:Point x="1163" y="4894" />
	<ns0:Point x="1164" y="4894" />
	<ns0:Point x="1164" y="4845" />
	<ns0:Point x="1165" y="4845" />
	<ns0:Point x="1165" y="4826" />
	<ns0:Point x="1166" y="4826" />
	<ns0:Point x="1166" y="4758" />
	<ns0:Point x="1167" y="4758" />
	<ns0:Point x="1167" y="4574" />
	<ns0:Point x="1166" y="4574" />
	<ns0:Point x="1166" y="4332" />
	<ns0:Point x="1167" y="4332" />
	<ns0:Point x="1167" y="4060" />
	<ns0:Point x="1166" y="4060" />
	<ns0:Point x="1166" y="3793" />
	<ns0:Point x="1165" y="3793" />
	<ns0:Point x="1165" y="3756" />
	<ns0:Point x="1164" y="3756" />
	<ns0:Point x="1164" y="3609" />
	<ns0:Point x="1163" y="3609" />
	<ns0:Point x="1163" y="3608" />
	<ns0:Point x="1160" y="3608" />
	<ns0:Point x="1160" y="3607" />
	<ns0:Point x="1159" y="3607" />
	<ns0:Point x="1159" y="3605" />
	<ns0:Point x="1160" y="3605" />
	<ns0:Point x="1160" y="3604" />
	<ns0:Point x="1161" y="3604" />
	<ns0:Point x="1161" y="3603" />
	<ns0:Point x="1162" y="3603" />
	<ns0:Point x="1162" y="3602" />
	<ns0:Point x="1163" y="3602" />
	<ns0:Point x="1163" y="3448" />
	<ns0:Point x="1164" y="3448" />
	<ns0:Point x="1164" y="3322" />
	<ns0:Point x="1163" y="3322" />
	<ns0:Point x="1164" y="3322" />
	<ns0:Point x="1164" y="2821" />
	<ns0:Point x="1163" y="2821" />
	<ns0:Point x="1163" y="2730" />
	<ns0:Point x="1162" y="2730" />
	<ns0:Point x="1162" y="2651" />
	<ns0:Point x="1161" y="2651" />
	<ns0:Point x="1161" y="2604" />
	<ns0:Point x="1160" y="2604" />
	<ns0:Point x="1160" y="2432" />
	<ns0:Point x="1159" y="2432" />
	<ns0:Point x="1159" y="2284" />
	<ns0:Point x="1158" y="2284" />
	<ns0:Point x="1158" y="2075" />
	<ns0:Point x="1159" y="2075" />
	<ns0:Point x="1159" y="1766" />
	<ns0:Point x="1160" y="1766" />
	<ns0:Point x="1160" y="1321" />
	<ns0:Point x="1161" y="1321" />
	<ns0:Point x="1161" y="1120" />
	<ns0:Point x="1160" y="1120" />
	<ns0:Point x="1160" y="1032" />
	<ns0:Point x="1159" y="1032" />
	<ns0:Point x="1159" y="928" />
	<ns0:Point x="1158" y="928" />
	<ns0:Point x="1158" y="806" />
	<ns0:Point x="1157" y="806" />
	<ns0:Point x="1157" y="717" />
	<ns0:Point x="1156" y="717" />
	<ns0:Point x="1156" y="616" />
	<ns0:Point x="1155" y="616" />
	<ns0:Point x="1155" y="537" />
	<ns0:Point x="1154" y="537" />
	<ns0:Point x="1154" y="489" />
	<ns0:Point x="1153" y="489" />
	<ns0:Point x="1153" y="427" />
	<ns0:Point x="1152" y="427" />
	<ns0:Point x="1152" y="380" />
	<ns0:Point x="1151" y="380" />
	<ns0:Point x="1151" y="318" />
	<ns0:Point x="1150" y="318" />
	<ns0:Point x="1150" y="133" />
	<ns0:Point x="1149" y="133" />
	<ns0:Point x="1149" y="81" />
	<ns0:Point x="1148" y="81" />
	<ns0:Point x="1148" y="64" />
	<ns0:Point x="1149" y="64" />
	<ns0:Point x="1149" y="61" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r184">
	<ns0:Coords>
	<ns0:Point x="1185" y="64" />
	<ns0:Point x="1185" y="65" />
	<ns0:Point x="1387" y="65" />
	<ns0:Point x="1387" y="64" />
	<ns0:Point x="1470" y="64" />
	<ns0:Point x="1470" y="65" />
	<ns0:Point x="1471" y="65" />
	<ns0:Point x="1471" y="66" />
	<ns0:Point x="1577" y="66" />
	<ns0:Point x="1577" y="65" />
	<ns0:Point x="1578" y="65" />
	<ns0:Point x="1578" y="64" />
	<ns0:Point x="1579" y="64" />
	<ns0:Point x="1579" y="66" />
	<ns0:Point x="1709" y="66" />
	<ns0:Point x="1709" y="65" />
	<ns0:Point x="1711" y="65" />
	<ns0:Point x="1711" y="66" />
	<ns0:Point x="1877" y="66" />
	<ns0:Point x="1877" y="65" />
	<ns0:Point x="1878" y="65" />
	<ns0:Point x="1878" y="66" />
	<ns0:Point x="1907" y="66" />
	<ns0:Point x="1907" y="68" />
	<ns0:Point x="2196" y="68" />
	<ns0:Point x="2196" y="70" />
	<ns0:Point x="2208" y="70" />
	<ns0:Point x="2208" y="71" />
	<ns0:Point x="2209" y="71" />
	<ns0:Point x="2209" y="74" />
	<ns0:Point x="2154" y="74" />
	<ns0:Point x="2154" y="73" />
	<ns0:Point x="1993" y="73" />
	<ns0:Point x="1993" y="72" />
	<ns0:Point x="1940" y="72" />
	<ns0:Point x="1940" y="71" />
	<ns0:Point x="1669" y="71" />
	<ns0:Point x="1669" y="70" />
	<ns0:Point x="1450" y="70" />
	<ns0:Point x="1450" y="71" />
	<ns0:Point x="1272" y="71" />
	<ns0:Point x="1272" y="72" />
	<ns0:Point x="1181" y="72" />
	<ns0:Point x="1181" y="71" />
	<ns0:Point x="1180" y="71" />
	<ns0:Point x="1180" y="67" />
	<ns0:Point x="1181" y="67" />
	<ns0:Point x="1181" y="65" />
	<ns0:Point x="1183" y="65" />
	<ns0:Point x="1183" y="64" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r185">
	<ns0:Coords>
	<ns0:Point x="2225" y="73" />
	<ns0:Point x="2225" y="74" />
	<ns0:Point x="2226" y="74" />
	<ns0:Point x="2226" y="107" />
	<ns0:Point x="2227" y="107" />
	<ns0:Point x="2227" y="123" />
	<ns0:Point x="2228" y="123" />
	<ns0:Point x="2228" y="566" />
	<ns0:Point x="2229" y="566" />
	<ns0:Point x="2229" y="738" />
	<ns0:Point x="2230" y="738" />
	<ns0:Point x="2230" y="891" />
	<ns0:Point x="2231" y="891" />
	<ns0:Point x="2231" y="1130" />
	<ns0:Point x="2232" y="1130" />
	<ns0:Point x="2232" y="1582" />
	<ns0:Point x="2233" y="1582" />
	<ns0:Point x="2233" y="2266" />
	<ns0:Point x="2234" y="2266" />
	<ns0:Point x="2234" y="2609" />
	<ns0:Point x="2235" y="2609" />
	<ns0:Point x="2235" y="2689" />
	<ns0:Point x="2234" y="2689" />
	<ns0:Point x="2234" y="3111" />
	<ns0:Point x="2233" y="3111" />
	<ns0:Point x="2233" y="3438" />
	<ns0:Point x="2234" y="3438" />
	<ns0:Point x="2234" y="3486" />
	<ns0:Point x="2235" y="3486" />
	<ns0:Point x="2235" y="3546" />
	<ns0:Point x="2236" y="3546" />
	<ns0:Point x="2236" y="3625" />
	<ns0:Point x="2237" y="3625" />
	<ns0:Point x="2237" y="4066" />
	<ns0:Point x="2238" y="4066" />
	<ns0:Point x="2238" y="4111" />
	<ns0:Point x="2239" y="4111" />
	<ns0:Point x="2239" y="4188" />
	<ns0:Point x="2238" y="4188" />
	<ns0:Point x="2238" y="4213" />
	<ns0:Point x="2237" y="4213" />
	<ns0:Point x="2237" y="4500" />
	<ns0:Point x="2236" y="4500" />
	<ns0:Point x="2236" y="4618" />
	<ns0:Point x="2235" y="4618" />
	<ns0:Point x="2235" y="5223" />
	<ns0:Point x="2236" y="5223" />
	<ns0:Point x="2236" y="5245" />
	<ns0:Point x="2237" y="5245" />
	<ns0:Point x="2237" y="5257" />
	<ns0:Point x="2236" y="5257" />
	<ns0:Point x="2236" y="5267" />
	<ns0:Point x="2235" y="5267" />
	<ns0:Point x="2235" y="5269" />
	<ns0:Point x="2234" y="5269" />
	<ns0:Point x="2234" y="5270" />
	<ns0:Point x="2232" y="5270" />
	<ns0:Point x="2232" y="5271" />
	<ns0:Point x="2232" y="5270" />
	<ns0:Point x="2230" y="5270" />
	<ns0:Point x="2230" y="5268" />
	<ns0:Point x="2229" y="5268" />
	<ns0:Point x="2229" y="5048" />
	<ns0:Point x="2230" y="5048" />
	<ns0:Point x="2230" y="5038" />
	<ns0:Point x="2231" y="5038" />
	<ns0:Point x="2231" y="4678" />
	<ns0:Point x="2232" y="4678" />
	<ns0:Point x="2232" y="4630" />
	<ns0:Point x="2233" y="4630" />
	<ns0:Point x="2233" y="4596" />
	<ns0:Point x="2234" y="4596" />
	<ns0:Point x="2234" y="4579" />
	<ns0:Point x="2235" y="4579" />
	<ns0:Point x="2235" y="4533" />
	<ns0:Point x="2236" y="4533" />
	<ns0:Point x="2236" y="4112" />
	<ns0:Point x="2235" y="4112" />
	<ns0:Point x="2235" y="3886" />
	<ns0:Point x="2234" y="3886" />
	<ns0:Point x="2234" y="3677" />
	<ns0:Point x="2233" y="3677" />
	<ns0:Point x="2233" y="3470" />
	<ns0:Point x="2232" y="3470" />
	<ns0:Point x="2232" y="3133" />
	<ns0:Point x="2231" y="3133" />
	<ns0:Point x="2231" y="2819" />
	<ns0:Point x="2232" y="2819" />
	<ns0:Point x="2232" y="2257" />
	<ns0:Point x="2231" y="2257" />
	<ns0:Point x="2231" y="1938" />
	<ns0:Point x="2230" y="1938" />
	<ns0:Point x="2230" y="1646" />
	<ns0:Point x="2229" y="1646" />
	<ns0:Point x="2229" y="1550" />
	<ns0:Point x="2228" y="1550" />
	<ns0:Point x="2228" y="886" />
	<ns0:Point x="2227" y="886" />
	<ns0:Point x="2227" y="756" />
	<ns0:Point x="2226" y="756" />
	<ns0:Point x="2226" y="619" />
	<ns0:Point x="2225" y="619" />
	<ns0:Point x="2225" y="447" />
	<ns0:Point x="2224" y="447" />
	<ns0:Point x="2224" y="364" />
	<ns0:Point x="2223" y="364" />
	<ns0:Point x="2223" y="289" />
	<ns0:Point x="2222" y="289" />
	<ns0:Point x="2222" y="111" />
	<ns0:Point x="2223" y="111" />
	<ns0:Point x="2223" y="75" />
	<ns0:Point x="2224" y="75" />
	<ns0:Point x="2224" y="73" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r188">
	<ns0:Coords>
	<ns0:Point x="1359" y="339" />
	<ns0:Point x="1359" y="340" />
	<ns0:Point x="1525" y="340" />
	<ns0:Point x="1525" y="339" />
	<ns0:Point x="1610" y="339" />
	<ns0:Point x="1610" y="340" />
	<ns0:Point x="1723" y="340" />
	<ns0:Point x="1723" y="341" />
	<ns0:Point x="1839" y="341" />
	<ns0:Point x="1839" y="340" />
	<ns0:Point x="2058" y="340" />
	<ns0:Point x="2058" y="341" />
	<ns0:Point x="2180" y="341" />
	<ns0:Point x="2180" y="342" />
	<ns0:Point x="2197" y="342" />
	<ns0:Point x="2197" y="343" />
	<ns0:Point x="2198" y="343" />
	<ns0:Point x="2198" y="344" />
	<ns0:Point x="2197" y="344" />
	<ns0:Point x="2197" y="345" />
	<ns0:Point x="2195" y="345" />
	<ns0:Point x="2195" y="344" />
	<ns0:Point x="2167" y="344" />
	<ns0:Point x="2167" y="343" />
	<ns0:Point x="2093" y="343" />
	<ns0:Point x="2093" y="342" />
	<ns0:Point x="1991" y="342" />
	<ns0:Point x="1991" y="343" />
	<ns0:Point x="1982" y="343" />
	<ns0:Point x="1982" y="342" />
	<ns0:Point x="1827" y="342" />
	<ns0:Point x="1827" y="343" />
	<ns0:Point x="1689" y="343" />
	<ns0:Point x="1689" y="342" />
	<ns0:Point x="1683" y="342" />
	<ns0:Point x="1683" y="341" />
	<ns0:Point x="1449" y="341" />
	<ns0:Point x="1449" y="342" />
	<ns0:Point x="1212" y="342" />
	<ns0:Point x="1212" y="343" />
	<ns0:Point x="1171" y="343" />
	<ns0:Point x="1171" y="342" />
	<ns0:Point x="1170" y="342" />
	<ns0:Point x="1170" y="341" />
	<ns0:Point x="1171" y="341" />
	<ns0:Point x="1171" y="340" />
	<ns0:Point x="1284" y="340" />
	<ns0:Point x="1284" y="339" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r190" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2220" y="356" />
	<ns0:Point x="2220" y="625" />
	<ns0:Point x="2182" y="625" />
	<ns0:Point x="2182" y="626" />
	<ns0:Point x="2138" y="626" />
	<ns0:Point x="2138" y="627" />
	<ns0:Point x="2094" y="627" />
	<ns0:Point x="2094" y="628" />
	<ns0:Point x="2049" y="628" />
	<ns0:Point x="2049" y="629" />
	<ns0:Point x="2005" y="629" />
	<ns0:Point x="2005" y="630" />
	<ns0:Point x="1960" y="630" />
	<ns0:Point x="1960" y="631" />
	<ns0:Point x="1957" y="631" />
	<ns0:Point x="1957" y="632" />
	<ns0:Point x="1954" y="632" />
	<ns0:Point x="1954" y="633" />
	<ns0:Point x="1952" y="633" />
	<ns0:Point x="1952" y="632" />
	<ns0:Point x="1939" y="632" />
	<ns0:Point x="1939" y="631" />
	<ns0:Point x="1938" y="631" />
	<ns0:Point x="1938" y="630" />
	<ns0:Point x="1937" y="630" />
	<ns0:Point x="1937" y="629" />
	<ns0:Point x="1936" y="629" />
	<ns0:Point x="1936" y="628" />
	<ns0:Point x="1935" y="628" />
	<ns0:Point x="1935" y="627" />
	<ns0:Point x="1600" y="627" />
	<ns0:Point x="1600" y="628" />
	<ns0:Point x="1599" y="628" />
	<ns0:Point x="1599" y="629" />
	<ns0:Point x="1598" y="629" />
	<ns0:Point x="1598" y="630" />
	<ns0:Point x="1597" y="630" />
	<ns0:Point x="1597" y="631" />
	<ns0:Point x="1584" y="631" />
	<ns0:Point x="1584" y="630" />
	<ns0:Point x="1583" y="630" />
	<ns0:Point x="1583" y="629" />
	<ns0:Point x="1582" y="629" />
	<ns0:Point x="1582" y="628" />
	<ns0:Point x="1581" y="628" />
	<ns0:Point x="1581" y="627" />
	<ns0:Point x="1580" y="627" />
	<ns0:Point x="1580" y="626" />
	<ns0:Point x="1577" y="626" />
	<ns0:Point x="1577" y="627" />
	<ns0:Point x="1170" y="627" />
	<ns0:Point x="1170" y="582" />
	<ns0:Point x="1169" y="582" />
	<ns0:Point x="1169" y="559" />
	<ns0:Point x="1168" y="559" />
	<ns0:Point x="1168" y="536" />
	<ns0:Point x="1167" y="536" />
	<ns0:Point x="1167" y="512" />
	<ns0:Point x="1166" y="512" />
	<ns0:Point x="1166" y="489" />
	<ns0:Point x="1165" y="489" />
	<ns0:Point x="1165" y="466" />
	<ns0:Point x="1164" y="466" />
	<ns0:Point x="1164" y="356" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Bij onderhandsche acte dd. zes Augustus 1800 zes-en-
zestig is, tusschen JOHAN JACOB HOFFMANN, Mr. Kleedermaker
en ANTOINE GLAZEWSKI, Coupeur, beide wonende te Utrecht,
ontbonden de tusschen hen op twaalf Mei dezes jaars, bij acte
verleden voor den Notaris W. PELLEKAAN, aangegane Vennoot-
schap tot uitoefening der kleedermakers-affaire en al hetgeen daar-
toe behoort, gedreven onder de firma J. HOFFMANN &amp; COMPAGNIE,
en waarvan de eerst ondergeteekende de teekening had.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r192" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2220" y="627" />
	<ns0:Point x="2219" y="686" />
	<ns0:Point x="1870" y="696" />
	<ns0:Point x="1870" y="695" />
	<ns0:Point x="1520" y="695" />
	<ns0:Point x="1520" y="694" />
	<ns0:Point x="1440" y="698" />
	<ns0:Point x="1424" y="698" />
	<ns0:Point x="1418" y="694" />
	<ns0:Point x="1170" y="694" />
	<ns0:Point x="1170" y="629" />
	<ns0:Point x="1579" y="629" />
	<ns0:Point x="1579" y="630" />
	<ns0:Point x="1580" y="630" />
	<ns0:Point x="1580" y="631" />
	<ns0:Point x="1581" y="631" />
	<ns0:Point x="1581" y="632" />
	<ns0:Point x="1582" y="632" />
	<ns0:Point x="1582" y="633" />
	<ns0:Point x="1599" y="633" />
	<ns0:Point x="1599" y="632" />
	<ns0:Point x="1600" y="632" />
	<ns0:Point x="1600" y="631" />
	<ns0:Point x="1601" y="631" />
	<ns0:Point x="1601" y="630" />
	<ns0:Point x="1602" y="630" />
	<ns0:Point x="1602" y="629" />
	<ns0:Point x="1933" y="629" />
	<ns0:Point x="1933" y="630" />
	<ns0:Point x="1934" y="630" />
	<ns0:Point x="1934" y="631" />
	<ns0:Point x="1935" y="631" />
	<ns0:Point x="1935" y="632" />
	<ns0:Point x="1936" y="632" />
	<ns0:Point x="1936" y="633" />
	<ns0:Point x="1937" y="633" />
	<ns0:Point x="1937" y="634" />
	<ns0:Point x="1950" y="634" />
	<ns0:Point x="1950" y="635" />
	<ns0:Point x="1956" y="635" />
	<ns0:Point x="1956" y="634" />
	<ns0:Point x="1959" y="634" />
	<ns0:Point x="1959" y="633" />
	<ns0:Point x="1962" y="633" />
	<ns0:Point x="1962" y="632" />
	<ns0:Point x="2007" y="632" />
	<ns0:Point x="2007" y="631" />
	<ns0:Point x="2051" y="631" />
	<ns0:Point x="2051" y="630" />
	<ns0:Point x="2096" y="630" />
	<ns0:Point x="2096" y="629" />
	<ns0:Point x="2140" y="629" />
	<ns0:Point x="2140" y="628" />
	<ns0:Point x="2184" y="628" />
	<ns0:Point x="2184" y="627" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De ontbinding gaat heden in, en wordt de eerst ondergeteekende
belast met de liquidatie.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r201">
	<ns0:Coords>
	<ns0:Point x="1548" y="778" />
	<ns0:Point x="1548" y="779" />
	<ns0:Point x="1618" y="779" />
	<ns0:Point x="1618" y="780" />
	<ns0:Point x="1715" y="780" />
	<ns0:Point x="1715" y="781" />
	<ns0:Point x="1870" y="781" />
	<ns0:Point x="1870" y="782" />
	<ns0:Point x="2171" y="782" />
	<ns0:Point x="2171" y="781" />
	<ns0:Point x="2195" y="781" />
	<ns0:Point x="2195" y="782" />
	<ns0:Point x="2204" y="782" />
	<ns0:Point x="2204" y="784" />
	<ns0:Point x="2203" y="784" />
	<ns0:Point x="2203" y="785" />
	<ns0:Point x="2173" y="785" />
	<ns0:Point x="2173" y="784" />
	<ns0:Point x="1894" y="784" />
	<ns0:Point x="1894" y="783" />
	<ns0:Point x="1722" y="783" />
	<ns0:Point x="1722" y="782" />
	<ns0:Point x="1669" y="782" />
	<ns0:Point x="1669" y="781" />
	<ns0:Point x="1613" y="781" />
	<ns0:Point x="1613" y="780" />
	<ns0:Point x="1488" y="780" />
	<ns0:Point x="1488" y="781" />
	<ns0:Point x="1354" y="781" />
	<ns0:Point x="1354" y="782" />
	<ns0:Point x="1190" y="782" />
	<ns0:Point x="1190" y="781" />
	<ns0:Point x="1187" y="781" />
	<ns0:Point x="1191" y="781" />
	<ns0:Point x="1191" y="780" />
	<ns0:Point x="1224" y="780" />
	<ns0:Point x="1224" y="779" />
	<ns0:Point x="1265" y="779" />
	<ns0:Point x="1265" y="780" />
	<ns0:Point x="1374" y="780" />
	<ns0:Point x="1374" y="779" />
	<ns0:Point x="1509" y="779" />
	<ns0:Point x="1509" y="778" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r210">
	<ns0:Coords>
	<ns0:Point x="1229" y="1205" />
	<ns0:Point x="1229" y="1206" />
	<ns0:Point x="1270" y="1206" />
	<ns0:Point x="1270" y="1207" />
	<ns0:Point x="1486" y="1207" />
	<ns0:Point x="1486" y="1206" />
	<ns0:Point x="1575" y="1206" />
	<ns0:Point x="1575" y="1207" />
	<ns0:Point x="1782" y="1207" />
	<ns0:Point x="1782" y="1208" />
	<ns0:Point x="1920" y="1208" />
	<ns0:Point x="1920" y="1209" />
	<ns0:Point x="2196" y="1209" />
	<ns0:Point x="2196" y="1208" />
	<ns0:Point x="2203" y="1208" />
	<ns0:Point x="2203" y="1209" />
	<ns0:Point x="2204" y="1209" />
	<ns0:Point x="2204" y="1212" />
	<ns0:Point x="2087" y="1212" />
	<ns0:Point x="2087" y="1211" />
	<ns0:Point x="1978" y="1211" />
	<ns0:Point x="1978" y="1212" />
	<ns0:Point x="1950" y="1212" />
	<ns0:Point x="1950" y="1211" />
	<ns0:Point x="1929" y="1211" />
	<ns0:Point x="1929" y="1210" />
	<ns0:Point x="1813" y="1210" />
	<ns0:Point x="1813" y="1209" />
	<ns0:Point x="1634" y="1209" />
	<ns0:Point x="1634" y="1208" />
	<ns0:Point x="1464" y="1208" />
	<ns0:Point x="1464" y="1209" />
	<ns0:Point x="1401" y="1209" />
	<ns0:Point x="1401" y="1210" />
	<ns0:Point x="1330" y="1210" />
	<ns0:Point x="1330" y="1209" />
	<ns0:Point x="1184" y="1209" />
	<ns0:Point x="1184" y="1208" />
	<ns0:Point x="1183" y="1208" />
	<ns0:Point x="1183" y="1207" />
	<ns0:Point x="1182" y="1207" />
	<ns0:Point x="1183" y="1207" />
	<ns0:Point x="1183" y="1205" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r212" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1605" y="1946" />
	<ns0:Point x="1605" y="1947" />
	<ns0:Point x="1793" y="1947" />
	<ns0:Point x="1793" y="1948" />
	<ns0:Point x="1980" y="1948" />
	<ns0:Point x="1980" y="1949" />
	<ns0:Point x="2158" y="1949" />
	<ns0:Point x="2164" y="1985" />
	<ns0:Point x="1194" y="1986" />
	<ns0:Point x="1194" y="1950" />
	<ns0:Point x="1229" y="1950" />
	<ns0:Point x="1229" y="1953" />
	<ns0:Point x="1403" y="1953" />
	<ns0:Point x="1403" y="1952" />
	<ns0:Point x="1405" y="1952" />
	<ns0:Point x="1405" y="1951" />
	<ns0:Point x="1407" y="1951" />
	<ns0:Point x="1407" y="1950" />
	<ns0:Point x="1409" y="1950" />
	<ns0:Point x="1409" y="1949" />
	<ns0:Point x="1411" y="1949" />
	<ns0:Point x="1411" y="1948" />
	<ns0:Point x="1413" y="1948" />
	<ns0:Point x="1413" y="1947" />
	<ns0:Point x="1415" y="1947" />
	<ns0:Point x="1415" y="1946" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>AMSTERDAM, 28 Augustus 1866. (20012)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r215">
	<ns0:Coords>
	<ns0:Point x="1218" y="1996" />
	<ns0:Point x="1218" y="1997" />
	<ns0:Point x="1253" y="1997" />
	<ns0:Point x="1253" y="1998" />
	<ns0:Point x="1310" y="1998" />
	<ns0:Point x="1310" y="1999" />
	<ns0:Point x="1449" y="1999" />
	<ns0:Point x="1449" y="1998" />
	<ns0:Point x="1529" y="1998" />
	<ns0:Point x="1529" y="1999" />
	<ns0:Point x="1734" y="1999" />
	<ns0:Point x="1734" y="2000" />
	<ns0:Point x="1843" y="2000" />
	<ns0:Point x="1843" y="2001" />
	<ns0:Point x="1956" y="2001" />
	<ns0:Point x="1956" y="2002" />
	<ns0:Point x="2111" y="2002" />
	<ns0:Point x="2111" y="2003" />
	<ns0:Point x="2215" y="2003" />
	<ns0:Point x="2215" y="2005" />
	<ns0:Point x="2213" y="2005" />
	<ns0:Point x="2213" y="2006" />
	<ns0:Point x="2177" y="2006" />
	<ns0:Point x="2177" y="2005" />
	<ns0:Point x="2036" y="2005" />
	<ns0:Point x="2036" y="2004" />
	<ns0:Point x="1931" y="2004" />
	<ns0:Point x="1931" y="2003" />
	<ns0:Point x="1866" y="2003" />
	<ns0:Point x="1866" y="2002" />
	<ns0:Point x="1752" y="2002" />
	<ns0:Point x="1752" y="2001" />
	<ns0:Point x="1632" y="2001" />
	<ns0:Point x="1632" y="2000" />
	<ns0:Point x="1276" y="2000" />
	<ns0:Point x="1276" y="1999" />
	<ns0:Point x="1189" y="1999" />
	<ns0:Point x="1189" y="1998" />
	<ns0:Point x="1187" y="1998" />
	<ns0:Point x="1187" y="1996" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r219" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1173" y="2201" />
	<ns0:Point x="1215" y="2201" />
	<ns0:Point x="1215" y="2202" />
	<ns0:Point x="1257" y="2202" />
	<ns0:Point x="1257" y="2203" />
	<ns0:Point x="1298" y="2203" />
	<ns0:Point x="1298" y="2204" />
	<ns0:Point x="1340" y="2204" />
	<ns0:Point x="1340" y="2205" />
	<ns0:Point x="1382" y="2205" />
	<ns0:Point x="1382" y="2206" />
	<ns0:Point x="2093" y="2206" />
	<ns0:Point x="2093" y="2205" />
	<ns0:Point x="2093" y="2206" />
	<ns0:Point x="2120" y="2206" />
	<ns0:Point x="2120" y="2207" />
	<ns0:Point x="2146" y="2207" />
	<ns0:Point x="2146" y="2208" />
	<ns0:Point x="2172" y="2208" />
	<ns0:Point x="2172" y="2209" />
	<ns0:Point x="2198" y="2209" />
	<ns0:Point x="2198" y="2210" />
	<ns0:Point x="2224" y="2210" />
	<ns0:Point x="2224" y="2286" />
	<ns0:Point x="1613" y="2286" />
	<ns0:Point x="1613" y="2295" />
	<ns0:Point x="1609" y="2295" />
	<ns0:Point x="1609" y="2294" />
	<ns0:Point x="1608" y="2294" />
	<ns0:Point x="1608" y="2291" />
	<ns0:Point x="1607" y="2291" />
	<ns0:Point x="1607" y="2288" />
	<ns0:Point x="1606" y="2288" />
	<ns0:Point x="1606" y="2285" />
	<ns0:Point x="1605" y="2285" />
	<ns0:Point x="1605" y="2283" />
	<ns0:Point x="1513" y="2283" />
	<ns0:Point x="1513" y="2284" />
	<ns0:Point x="1512" y="2284" />
	<ns0:Point x="1512" y="2286" />
	<ns0:Point x="1511" y="2286" />
	<ns0:Point x="1511" y="2288" />
	<ns0:Point x="1510" y="2288" />
	<ns0:Point x="1510" y="2289" />
	<ns0:Point x="1509" y="2289" />
	<ns0:Point x="1509" y="2290" />
	<ns0:Point x="1507" y="2290" />
	<ns0:Point x="1507" y="2291" />
	<ns0:Point x="1504" y="2291" />
	<ns0:Point x="1504" y="2292" />
	<ns0:Point x="1504" y="2291" />
	<ns0:Point x="1503" y="2291" />
	<ns0:Point x="1503" y="2288" />
	<ns0:Point x="1502" y="2288" />
	<ns0:Point x="1502" y="2285" />
	<ns0:Point x="1501" y="2285" />
	<ns0:Point x="1501" y="2284" />
	<ns0:Point x="1418" y="2284" />
	<ns0:Point x="1418" y="2283" />
	<ns0:Point x="1335" y="2283" />
	<ns0:Point x="1335" y="2282" />
	<ns0:Point x="1252" y="2282" />
	<ns0:Point x="1252" y="2281" />
	<ns0:Point x="1173" y="2281" />
	<ns0:Point x="1173" y="2200" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>6 Last Oude Rijn- of Roode Tarwe, wegende min-
stens 77 pond per mud.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r223" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1250" y="2283" />
	<ns0:Point x="1250" y="2284" />
	<ns0:Point x="1333" y="2284" />
	<ns0:Point x="1333" y="2285" />
	<ns0:Point x="1416" y="2285" />
	<ns0:Point x="1416" y="2286" />
	<ns0:Point x="1499" y="2286" />
	<ns0:Point x="1499" y="2287" />
	<ns0:Point x="1500" y="2287" />
	<ns0:Point x="1500" y="2290" />
	<ns0:Point x="1501" y="2290" />
	<ns0:Point x="1501" y="2293" />
	<ns0:Point x="1502" y="2293" />
	<ns0:Point x="1502" y="2294" />
	<ns0:Point x="1506" y="2294" />
	<ns0:Point x="1506" y="2293" />
	<ns0:Point x="1509" y="2293" />
	<ns0:Point x="1509" y="2292" />
	<ns0:Point x="1511" y="2292" />
	<ns0:Point x="1511" y="2291" />
	<ns0:Point x="1512" y="2291" />
	<ns0:Point x="1512" y="2290" />
	<ns0:Point x="1513" y="2290" />
	<ns0:Point x="1513" y="2288" />
	<ns0:Point x="1514" y="2288" />
	<ns0:Point x="1514" y="2286" />
	<ns0:Point x="1515" y="2286" />
	<ns0:Point x="1515" y="2285" />
	<ns0:Point x="1603" y="2285" />
	<ns0:Point x="1603" y="2287" />
	<ns0:Point x="1604" y="2287" />
	<ns0:Point x="1604" y="2290" />
	<ns0:Point x="1605" y="2290" />
	<ns0:Point x="1605" y="2293" />
	<ns0:Point x="1606" y="2293" />
	<ns0:Point x="1606" y="2296" />
	<ns0:Point x="1607" y="2296" />
	<ns0:Point x="1607" y="2297" />
	<ns0:Point x="1616" y="2297" />
	<ns0:Point x="1616" y="2294" />
	<ns0:Point x="1615" y="2294" />
	<ns0:Point x="1615" y="2288" />
	<ns0:Point x="2224" y="2288" />
	<ns0:Point x="2224" y="2355" />
	<ns0:Point x="1561" y="2355" />
	<ns0:Point x="1561" y="2354" />
	<ns0:Point x="1510" y="2354" />
	<ns0:Point x="1510" y="2361" />
	<ns0:Point x="1476" y="2361" />
	<ns0:Point x="1476" y="2360" />
	<ns0:Point x="1475" y="2360" />
	<ns0:Point x="1475" y="2359" />
	<ns0:Point x="1474" y="2359" />
	<ns0:Point x="1474" y="2358" />
	<ns0:Point x="1473" y="2358" />
	<ns0:Point x="1473" y="2357" />
	<ns0:Point x="1472" y="2357" />
	<ns0:Point x="1472" y="2356" />
	<ns0:Point x="1471" y="2356" />
	<ns0:Point x="1471" y="2355" />
	<ns0:Point x="1458" y="2355" />
	<ns0:Point x="1458" y="2354" />
	<ns0:Point x="1442" y="2354" />
	<ns0:Point x="1442" y="2355" />
	<ns0:Point x="1441" y="2355" />
	<ns0:Point x="1441" y="2356" />
	<ns0:Point x="1440" y="2356" />
	<ns0:Point x="1440" y="2357" />
	<ns0:Point x="1439" y="2357" />
	<ns0:Point x="1439" y="2358" />
	<ns0:Point x="1438" y="2358" />
	<ns0:Point x="1438" y="2359" />
	<ns0:Point x="1437" y="2359" />
	<ns0:Point x="1437" y="2360" />
	<ns0:Point x="1436" y="2360" />
	<ns0:Point x="1436" y="2361" />
	<ns0:Point x="1435" y="2361" />
	<ns0:Point x="1435" y="2362" />
	<ns0:Point x="1422" y="2362" />
	<ns0:Point x="1422" y="2361" />
	<ns0:Point x="1421" y="2361" />
	<ns0:Point x="1421" y="2360" />
	<ns0:Point x="1420" y="2360" />
	<ns0:Point x="1420" y="2359" />
	<ns0:Point x="1419" y="2359" />
	<ns0:Point x="1419" y="2357" />
	<ns0:Point x="1418" y="2357" />
	<ns0:Point x="1418" y="2356" />
	<ns0:Point x="1417" y="2356" />
	<ns0:Point x="1417" y="2355" />
	<ns0:Point x="1173" y="2355" />
	<ns0:Point x="1173" y="2283" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De voorwaarden zullen dagelijks, van 9 tot 12 ure, op gemeld
bureau ter lezing liggen.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r225" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1456" y="2356" />
	<ns0:Point x="1456" y="2357" />
	<ns0:Point x="1469" y="2357" />
	<ns0:Point x="1469" y="2358" />
	<ns0:Point x="1470" y="2358" />
	<ns0:Point x="1470" y="2359" />
	<ns0:Point x="1471" y="2359" />
	<ns0:Point x="1471" y="2360" />
	<ns0:Point x="1472" y="2360" />
	<ns0:Point x="1472" y="2361" />
	<ns0:Point x="1473" y="2361" />
	<ns0:Point x="1473" y="2362" />
	<ns0:Point x="1474" y="2362" />
	<ns0:Point x="1474" y="2363" />
	<ns0:Point x="1508" y="2363" />
	<ns0:Point x="1508" y="2364" />
	<ns0:Point x="1511" y="2364" />
	<ns0:Point x="1511" y="2363" />
	<ns0:Point x="1512" y="2363" />
	<ns0:Point x="1512" y="2356" />
	<ns0:Point x="1559" y="2356" />
	<ns0:Point x="1559" y="2357" />
	<ns0:Point x="2224" y="2357" />
	<ns0:Point x="2223" y="2491" />
	<ns0:Point x="2169" y="2491" />
	<ns0:Point x="2149" y="2529" />
	<ns0:Point x="2144" y="2528" />
	<ns0:Point x="2140" y="2522" />
	<ns0:Point x="2123" y="2524" />
	<ns0:Point x="2110" y="2527" />
	<ns0:Point x="2055" y="2529" />
	<ns0:Point x="2040" y="2515" />
	<ns0:Point x="1548" y="2493" />
	<ns0:Point x="1548" y="2526" />
	<ns0:Point x="1467" y="2526" />
	<ns0:Point x="1175" y="2520" />
	<ns0:Point x="1170" y="2498" />
	<ns0:Point x="1168" y="2497" />
	<ns0:Point x="1168" y="2470" />
	<ns0:Point x="1169" y="2470" />
	<ns0:Point x="1169" y="2443" />
	<ns0:Point x="1170" y="2443" />
	<ns0:Point x="1170" y="2416" />
	<ns0:Point x="1171" y="2416" />
	<ns0:Point x="1171" y="2389" />
	<ns0:Point x="1172" y="2389" />
	<ns0:Point x="1172" y="2362" />
	<ns0:Point x="1173" y="2362" />
	<ns0:Point x="1173" y="2357" />
	<ns0:Point x="1415" y="2357" />
	<ns0:Point x="1415" y="2358" />
	<ns0:Point x="1416" y="2358" />
	<ns0:Point x="1416" y="2359" />
	<ns0:Point x="1417" y="2359" />
	<ns0:Point x="1417" y="2361" />
	<ns0:Point x="1418" y="2361" />
	<ns0:Point x="1418" y="2362" />
	<ns0:Point x="1419" y="2362" />
	<ns0:Point x="1419" y="2363" />
	<ns0:Point x="1420" y="2363" />
	<ns0:Point x="1420" y="2364" />
	<ns0:Point x="1437" y="2364" />
	<ns0:Point x="1437" y="2363" />
	<ns0:Point x="1438" y="2363" />
	<ns0:Point x="1438" y="2362" />
	<ns0:Point x="1439" y="2362" />
	<ns0:Point x="1439" y="2361" />
	<ns0:Point x="1440" y="2361" />
	<ns0:Point x="1440" y="2360" />
	<ns0:Point x="1441" y="2360" />
	<ns0:Point x="1441" y="2359" />
	<ns0:Point x="1442" y="2359" />
	<ns0:Point x="1442" y="2358" />
	<ns0:Point x="1443" y="2358" />
	<ns0:Point x="1443" y="2357" />
	<ns0:Point x="1444" y="2357" />
	<ns0:Point x="1444" y="2356" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De gegadigden worden herinnerd, dat het merk op de aan te bie-
den monsters voorkomende, ook op den omslag van het inschrij-
vingsbiljet behoort te worden gesteld, en dat ieder monster min-
stens ½ Ned. kop graan moet bevatten, zullende dezelve anders bui-
ten aanmerking blijven. (19937)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r227">
	<ns0:Coords>
	<ns0:Point x="1182" y="2589" />
	<ns0:Point x="1184" y="2601" />
	<ns0:Point x="2222" y="2602" />
	<ns0:Point x="2221" y="2594" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r228">
	<ns0:Coords>
	<ns0:Point x="2213" y="3365" />
	<ns0:Point x="2213" y="3353" />
	<ns0:Point x="1912" y="3354" />
	<ns0:Point x="1184" y="3348" />
	<ns0:Point x="1184" y="3361" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r229" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1368" y="3374" />
	<ns0:Point x="2024" y="3374" />
	<ns0:Point x="2024" y="3442" />
	<ns0:Point x="2113" y="3442" />
	<ns0:Point x="2113" y="3457" />
	<ns0:Point x="2114" y="3457" />
	<ns0:Point x="2114" y="3472" />
	<ns0:Point x="2115" y="3472" />
	<ns0:Point x="2115" y="3488" />
	<ns0:Point x="2219" y="3488" />
	<ns0:Point x="2220" y="3507" />
	<ns0:Point x="2219" y="3519" />
	<ns0:Point x="2202" y="3544" />
	<ns0:Point x="2182" y="3557" />
	<ns0:Point x="2086" y="3556" />
	<ns0:Point x="2083" y="3545" />
	<ns0:Point x="1960" y="3547" />
	<ns0:Point x="1910" y="3551" />
	<ns0:Point x="1842" y="3547" />
	<ns0:Point x="1781" y="3553" />
	<ns0:Point x="1754" y="3554" />
	<ns0:Point x="1626" y="3556" />
	<ns0:Point x="1622" y="3558" />
	<ns0:Point x="1586" y="3560" />
	<ns0:Point x="1584" y="3553" />
	<ns0:Point x="1479" y="3554" />
	<ns0:Point x="1394" y="3552" />
	<ns0:Point x="1369" y="3553" />
	<ns0:Point x="1207" y="3551" />
	<ns0:Point x="1189" y="3553" />
	<ns0:Point x="1177" y="3553" />
	<ns0:Point x="1177" y="3488" />
	<ns0:Point x="1278" y="3488" />
	<ns0:Point x="1278" y="3442" />
	<ns0:Point x="1368" y="3442" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>J. P. UDINK,
HEEL- EN VERLOSKUNDIGE,
is VERHUISD naar den O. Z. Achterburgwal tusschen de Korte
Niezel en Oude Kennissteeg, K 443. (20020)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r41" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1176" y="3572" />
	<ns0:Point x="2222" y="3572" />
	<ns0:Point x="2222" y="3654" />
	<ns0:Point x="2024" y="3654" />
	<ns0:Point x="2023" y="3741" />
	<ns0:Point x="1758" y="3742" />
	<ns0:Point x="1365" y="3741" />
	<ns0:Point x="1362" y="3648" />
	<ns0:Point x="1308" y="3648" />
	<ns0:Point x="1308" y="3647" />
	<ns0:Point x="1177" y="3647" />
	<ns0:Point x="1177" y="3646" />
	<ns0:Point x="1176" y="3646" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>SPIEGEL- EN LIJSTENMAKERIJ
firma Jacs. Plet,
TE LEEUWARDEN.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r231">
	<ns0:Coords>
	<ns0:Point x="1392" y="3559" />
	<ns0:Point x="1392" y="3560" />
	<ns0:Point x="1399" y="3560" />
	<ns0:Point x="1399" y="3561" />
	<ns0:Point x="1490" y="3561" />
	<ns0:Point x="1490" y="3562" />
	<ns0:Point x="1601" y="3562" />
	<ns0:Point x="1601" y="3560" />
	<ns0:Point x="1601" y="3562" />
	<ns0:Point x="1762" y="3562" />
	<ns0:Point x="1762" y="3563" />
	<ns0:Point x="1896" y="3563" />
	<ns0:Point x="1896" y="3562" />
	<ns0:Point x="1898" y="3562" />
	<ns0:Point x="1898" y="3561" />
	<ns0:Point x="1899" y="3561" />
	<ns0:Point x="1899" y="3560" />
	<ns0:Point x="2065" y="3560" />
	<ns0:Point x="2065" y="3561" />
	<ns0:Point x="2212" y="3561" />
	<ns0:Point x="2212" y="3565" />
	<ns0:Point x="2211" y="3565" />
	<ns0:Point x="2211" y="3566" />
	<ns0:Point x="2209" y="3566" />
	<ns0:Point x="2209" y="3565" />
	<ns0:Point x="2193" y="3565" />
	<ns0:Point x="2193" y="3564" />
	<ns0:Point x="2155" y="3564" />
	<ns0:Point x="2155" y="3563" />
	<ns0:Point x="1968" y="3563" />
	<ns0:Point x="1968" y="3564" />
	<ns0:Point x="1910" y="3564" />
	<ns0:Point x="1910" y="3565" />
	<ns0:Point x="1840" y="3565" />
	<ns0:Point x="1840" y="3566" />
	<ns0:Point x="1766" y="3566" />
	<ns0:Point x="1766" y="3565" />
	<ns0:Point x="1621" y="3565" />
	<ns0:Point x="1621" y="3564" />
	<ns0:Point x="1443" y="3564" />
	<ns0:Point x="1443" y="3563" />
	<ns0:Point x="1390" y="3563" />
	<ns0:Point x="1390" y="3562" />
	<ns0:Point x="1200" y="3562" />
	<ns0:Point x="1200" y="3563" />
	<ns0:Point x="1190" y="3563" />
	<ns0:Point x="1190" y="3562" />
	<ns0:Point x="1189" y="3562" />
	<ns0:Point x="1189" y="3561" />
	<ns0:Point x="1190" y="3561" />
	<ns0:Point x="1190" y="3560" />
	<ns0:Point x="1231" y="3560" />
	<ns0:Point x="1231" y="3559" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r232">
	<ns0:Coords>
	<ns0:Point x="1200" y="3850" />
	<ns0:Point x="1200" y="3851" />
	<ns0:Point x="1219" y="3851" />
	<ns0:Point x="1219" y="3852" />
	<ns0:Point x="1294" y="3852" />
	<ns0:Point x="1294" y="3853" />
	<ns0:Point x="1394" y="3853" />
	<ns0:Point x="1394" y="3854" />
	<ns0:Point x="1489" y="3854" />
	<ns0:Point x="1489" y="3855" />
	<ns0:Point x="1509" y="3855" />
	<ns0:Point x="1509" y="3856" />
	<ns0:Point x="1611" y="3856" />
	<ns0:Point x="1611" y="3857" />
	<ns0:Point x="1842" y="3857" />
	<ns0:Point x="1842" y="3856" />
	<ns0:Point x="1872" y="3856" />
	<ns0:Point x="1872" y="3855" />
	<ns0:Point x="1917" y="3855" />
	<ns0:Point x="1917" y="3854" />
	<ns0:Point x="2128" y="3854" />
	<ns0:Point x="2128" y="3853" />
	<ns0:Point x="2165" y="3853" />
	<ns0:Point x="2165" y="3854" />
	<ns0:Point x="2176" y="3854" />
	<ns0:Point x="2176" y="3855" />
	<ns0:Point x="2218" y="3855" />
	<ns0:Point x="2218" y="3856" />
	<ns0:Point x="2219" y="3856" />
	<ns0:Point x="2219" y="3858" />
	<ns0:Point x="2218" y="3858" />
	<ns0:Point x="2218" y="3859" />
	<ns0:Point x="2215" y="3859" />
	<ns0:Point x="2215" y="3860" />
	<ns0:Point x="2214" y="3860" />
	<ns0:Point x="2214" y="3859" />
	<ns0:Point x="2204" y="3859" />
	<ns0:Point x="2204" y="3858" />
	<ns0:Point x="2066" y="3858" />
	<ns0:Point x="2066" y="3857" />
	<ns0:Point x="1914" y="3857" />
	<ns0:Point x="1914" y="3858" />
	<ns0:Point x="1857" y="3858" />
	<ns0:Point x="1857" y="3859" />
	<ns0:Point x="1814" y="3859" />
	<ns0:Point x="1814" y="3860" />
	<ns0:Point x="1689" y="3860" />
	<ns0:Point x="1689" y="3859" />
	<ns0:Point x="1552" y="3859" />
	<ns0:Point x="1552" y="3858" />
	<ns0:Point x="1513" y="3858" />
	<ns0:Point x="1513" y="3857" />
	<ns0:Point x="1492" y="3857" />
	<ns0:Point x="1492" y="3856" />
	<ns0:Point x="1336" y="3856" />
	<ns0:Point x="1336" y="3855" />
	<ns0:Point x="1282" y="3855" />
	<ns0:Point x="1282" y="3854" />
	<ns0:Point x="1195" y="3854" />
	<ns0:Point x="1195" y="3853" />
	<ns0:Point x="1194" y="3853" />
	<ns0:Point x="1194" y="3852" />
	<ns0:Point x="1193" y="3852" />
	<ns0:Point x="1194" y="3852" />
	<ns0:Point x="1194" y="3851" />
	<ns0:Point x="1195" y="3851" />
	<ns0:Point x="1195" y="3850" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r233">
	<ns0:Coords>
	<ns0:Point x="1193" y="4095" />
	<ns0:Point x="1193" y="4096" />
	<ns0:Point x="1302" y="4096" />
	<ns0:Point x="1302" y="4097" />
	<ns0:Point x="1449" y="4097" />
	<ns0:Point x="1449" y="4098" />
	<ns0:Point x="1657" y="4098" />
	<ns0:Point x="1657" y="4099" />
	<ns0:Point x="1682" y="4099" />
	<ns0:Point x="1682" y="4100" />
	<ns0:Point x="2161" y="4100" />
	<ns0:Point x="2161" y="4099" />
	<ns0:Point x="2199" y="4099" />
	<ns0:Point x="2199" y="4098" />
	<ns0:Point x="2215" y="4098" />
	<ns0:Point x="2215" y="4099" />
	<ns0:Point x="2216" y="4099" />
	<ns0:Point x="2216" y="4101" />
	<ns0:Point x="2215" y="4101" />
	<ns0:Point x="2215" y="4103" />
	<ns0:Point x="2211" y="4103" />
	<ns0:Point x="2211" y="4102" />
	<ns0:Point x="1982" y="4102" />
	<ns0:Point x="1982" y="4103" />
	<ns0:Point x="1728" y="4103" />
	<ns0:Point x="1728" y="4102" />
	<ns0:Point x="1680" y="4102" />
	<ns0:Point x="1680" y="4101" />
	<ns0:Point x="1452" y="4101" />
	<ns0:Point x="1452" y="4100" />
	<ns0:Point x="1423" y="4100" />
	<ns0:Point x="1423" y="4099" />
	<ns0:Point x="1190" y="4099" />
	<ns0:Point x="1190" y="4098" />
	<ns0:Point x="1191" y="4098" />
	<ns0:Point x="1191" y="4096" />
	<ns0:Point x="1192" y="4096" />
	<ns0:Point x="1192" y="4095" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r235">
	<ns0:Coords>
	<ns0:Point x="1741" y="4898" />
	<ns0:Point x="1742" y="4898" />
	<ns0:Point x="1742" y="4899" />
	<ns0:Point x="1760" y="4899" />
	<ns0:Point x="1760" y="4900" />
	<ns0:Point x="1816" y="4900" />
	<ns0:Point x="1816" y="4901" />
	<ns0:Point x="1857" y="4901" />
	<ns0:Point x="1857" y="4902" />
	<ns0:Point x="1900" y="4902" />
	<ns0:Point x="1900" y="4903" />
	<ns0:Point x="2042" y="4903" />
	<ns0:Point x="2042" y="4902" />
	<ns0:Point x="2138" y="4902" />
	<ns0:Point x="2138" y="4901" />
	<ns0:Point x="2174" y="4901" />
	<ns0:Point x="2174" y="4900" />
	<ns0:Point x="2189" y="4900" />
	<ns0:Point x="2189" y="4899" />
	<ns0:Point x="2212" y="4899" />
	<ns0:Point x="2212" y="4900" />
	<ns0:Point x="2211" y="4900" />
	<ns0:Point x="2211" y="4901" />
	<ns0:Point x="2175" y="4901" />
	<ns0:Point x="2175" y="4902" />
	<ns0:Point x="2075" y="4902" />
	<ns0:Point x="2075" y="4903" />
	<ns0:Point x="2074" y="4903" />
	<ns0:Point x="2074" y="4904" />
	<ns0:Point x="2044" y="4904" />
	<ns0:Point x="2044" y="4905" />
	<ns0:Point x="1934" y="4905" />
	<ns0:Point x="1934" y="4904" />
	<ns0:Point x="1891" y="4904" />
	<ns0:Point x="1891" y="4903" />
	<ns0:Point x="1877" y="4903" />
	<ns0:Point x="1877" y="4902" />
	<ns0:Point x="1814" y="4902" />
	<ns0:Point x="1814" y="4901" />
	<ns0:Point x="1480" y="4901" />
	<ns0:Point x="1480" y="4902" />
	<ns0:Point x="1434" y="4902" />
	<ns0:Point x="1434" y="4903" />
	<ns0:Point x="1401" y="4903" />
	<ns0:Point x="1401" y="4904" />
	<ns0:Point x="1324" y="4904" />
	<ns0:Point x="1324" y="4905" />
	<ns0:Point x="1204" y="4905" />
	<ns0:Point x="1204" y="4906" />
	<ns0:Point x="1204" y="4905" />
	<ns0:Point x="1200" y="4905" />
	<ns0:Point x="1203" y="4905" />
	<ns0:Point x="1203" y="4904" />
	<ns0:Point x="1214" y="4904" />
	<ns0:Point x="1214" y="4903" />
	<ns0:Point x="1288" y="4903" />
	<ns0:Point x="1288" y="4902" />
	<ns0:Point x="1289" y="4902" />
	<ns0:Point x="1289" y="4900" />
	<ns0:Point x="1289" y="4901" />
	<ns0:Point x="1290" y="4901" />
	<ns0:Point x="1290" y="4902" />
	<ns0:Point x="1300" y="4902" />
	<ns0:Point x="1300" y="4903" />
	<ns0:Point x="1426" y="4903" />
	<ns0:Point x="1426" y="4902" />
	<ns0:Point x="1440" y="4902" />
	<ns0:Point x="1440" y="4901" />
	<ns0:Point x="1478" y="4901" />
	<ns0:Point x="1478" y="4900" />
	<ns0:Point x="1639" y="4900" />
	<ns0:Point x="1639" y="4899" />
	<ns0:Point x="1738" y="4899" />
	<ns0:Point x="1738" y="4898" />
	<ns0:Point x="1741" y="4898" />
	<ns0:Point x="1741" y="4897" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r203" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1184" y="1126" />
	<ns0:Point x="2222" y="1126" />
	<ns0:Point x="2222" y="1196" />
	<ns0:Point x="1184" y="1196" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Adres oude Gracht, (19935) Uw Dienstw. Dienaar,
wijk D N. 56, Utrecht. A.GLAZEWSKI, mR.tAILER.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r196" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1188" y="696" />
	<ns0:Point x="1289" y="696" />
	<ns0:Point x="1289" y="697" />
	<ns0:Point x="1296" y="697" />
	<ns0:Point x="1296" y="698" />
	<ns0:Point x="1302" y="698" />
	<ns0:Point x="1302" y="699" />
	<ns0:Point x="1308" y="699" />
	<ns0:Point x="1308" y="700" />
	<ns0:Point x="1314" y="700" />
	<ns0:Point x="1314" y="701" />
	<ns0:Point x="1339" y="701" />
	<ns0:Point x="1339" y="702" />
	<ns0:Point x="1364" y="702" />
	<ns0:Point x="1364" y="703" />
	<ns0:Point x="1389" y="703" />
	<ns0:Point x="1389" y="704" />
	<ns0:Point x="1501" y="704" />
	<ns0:Point x="1501" y="703" />
	<ns0:Point x="1587" y="703" />
	<ns0:Point x="1587" y="702" />
	<ns0:Point x="1673" y="702" />
	<ns0:Point x="1673" y="701" />
	<ns0:Point x="1759" y="701" />
	<ns0:Point x="1759" y="700" />
	<ns0:Point x="1845" y="700" />
	<ns0:Point x="1845" y="699" />
	<ns0:Point x="1931" y="699" />
	<ns0:Point x="1931" y="698" />
	<ns0:Point x="2017" y="698" />
	<ns0:Point x="2017" y="697" />
	<ns0:Point x="2103" y="697" />
	<ns0:Point x="2103" y="696" />
	<ns0:Point x="2190" y="696" />
	<ns0:Point x="2190" y="770" />
	<ns0:Point x="1188" y="770" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>UTERECHT, J.J.HOFFMANN.
6 Augustus 1866. (1934) A.GLAZEWSKI.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r237">
	<ns0:Coords>
	<ns0:Point x="3271" y="54" />
	<ns0:Point x="3271" y="55" />
	<ns0:Point x="3272" y="55" />
	<ns0:Point x="3272" y="57" />
	<ns0:Point x="3273" y="57" />
	<ns0:Point x="3273" y="61" />
	<ns0:Point x="3271" y="61" />
	<ns0:Point x="3271" y="62" />
	<ns0:Point x="3258" y="62" />
	<ns0:Point x="3258" y="63" />
	<ns0:Point x="3252" y="63" />
	<ns0:Point x="3252" y="64" />
	<ns0:Point x="3241" y="64" />
	<ns0:Point x="3241" y="65" />
	<ns0:Point x="3231" y="65" />
	<ns0:Point x="3231" y="66" />
	<ns0:Point x="3225" y="66" />
	<ns0:Point x="3225" y="67" />
	<ns0:Point x="3208" y="67" />
	<ns0:Point x="3208" y="68" />
	<ns0:Point x="3204" y="68" />
	<ns0:Point x="3204" y="69" />
	<ns0:Point x="3173" y="69" />
	<ns0:Point x="3173" y="70" />
	<ns0:Point x="3156" y="70" />
	<ns0:Point x="3156" y="71" />
	<ns0:Point x="3111" y="71" />
	<ns0:Point x="3111" y="72" />
	<ns0:Point x="3104" y="72" />
	<ns0:Point x="3104" y="73" />
	<ns0:Point x="3096" y="73" />
	<ns0:Point x="3096" y="74" />
	<ns0:Point x="3095" y="74" />
	<ns0:Point x="3095" y="77" />
	<ns0:Point x="3094" y="77" />
	<ns0:Point x="3094" y="78" />
	<ns0:Point x="3092" y="78" />
	<ns0:Point x="3092" y="79" />
	<ns0:Point x="3090" y="79" />
	<ns0:Point x="3090" y="80" />
	<ns0:Point x="3090" y="77" />
	<ns0:Point x="2958" y="77" />
	<ns0:Point x="2958" y="78" />
	<ns0:Point x="2955" y="78" />
	<ns0:Point x="2955" y="79" />
	<ns0:Point x="2954" y="79" />
	<ns0:Point x="2954" y="82" />
	<ns0:Point x="2954" y="81" />
	<ns0:Point x="2953" y="81" />
	<ns0:Point x="2953" y="79" />
	<ns0:Point x="2952" y="79" />
	<ns0:Point x="2952" y="76" />
	<ns0:Point x="2810" y="76" />
	<ns0:Point x="2810" y="77" />
	<ns0:Point x="2809" y="77" />
	<ns0:Point x="2809" y="78" />
	<ns0:Point x="2806" y="78" />
	<ns0:Point x="2806" y="79" />
	<ns0:Point x="2806" y="78" />
	<ns0:Point x="2805" y="78" />
	<ns0:Point x="2805" y="77" />
	<ns0:Point x="2735" y="77" />
	<ns0:Point x="2735" y="76" />
	<ns0:Point x="2734" y="76" />
	<ns0:Point x="2734" y="75" />
	<ns0:Point x="2733" y="75" />
	<ns0:Point x="2733" y="74" />
	<ns0:Point x="2460" y="74" />
	<ns0:Point x="2460" y="76" />
	<ns0:Point x="2459" y="76" />
	<ns0:Point x="2459" y="74" />
	<ns0:Point x="2456" y="74" />
	<ns0:Point x="2456" y="73" />
	<ns0:Point x="2258" y="73" />
	<ns0:Point x="2258" y="74" />
	<ns0:Point x="2250" y="74" />
	<ns0:Point x="2250" y="71" />
	<ns0:Point x="2251" y="71" />
	<ns0:Point x="2251" y="70" />
	<ns0:Point x="2252" y="70" />
	<ns0:Point x="2252" y="69" />
	<ns0:Point x="2409" y="69" />
	<ns0:Point x="2409" y="68" />
	<ns0:Point x="2411" y="68" />
	<ns0:Point x="2411" y="66" />
	<ns0:Point x="2412" y="66" />
	<ns0:Point x="2412" y="65" />
	<ns0:Point x="2545" y="65" />
	<ns0:Point x="2545" y="64" />
	<ns0:Point x="2608" y="64" />
	<ns0:Point x="2608" y="63" />
	<ns0:Point x="2608" y="64" />
	<ns0:Point x="2609" y="64" />
	<ns0:Point x="2609" y="65" />
	<ns0:Point x="2611" y="65" />
	<ns0:Point x="2611" y="66" />
	<ns0:Point x="2869" y="66" />
	<ns0:Point x="2869" y="67" />
	<ns0:Point x="2872" y="67" />
	<ns0:Point x="2872" y="68" />
	<ns0:Point x="3047" y="68" />
	<ns0:Point x="3047" y="67" />
	<ns0:Point x="3067" y="67" />
	<ns0:Point x="3067" y="66" />
	<ns0:Point x="3069" y="66" />
	<ns0:Point x="3069" y="67" />
	<ns0:Point x="3180" y="67" />
	<ns0:Point x="3180" y="66" />
	<ns0:Point x="3190" y="66" />
	<ns0:Point x="3190" y="65" />
	<ns0:Point x="3196" y="65" />
	<ns0:Point x="3196" y="64" />
	<ns0:Point x="3213" y="64" />
	<ns0:Point x="3213" y="63" />
	<ns0:Point x="3218" y="63" />
	<ns0:Point x="3218" y="62" />
	<ns0:Point x="3220" y="62" />
	<ns0:Point x="3220" y="61" />
	<ns0:Point x="3232" y="61" />
	<ns0:Point x="3232" y="60" />
	<ns0:Point x="3241" y="60" />
	<ns0:Point x="3241" y="59" />
	<ns0:Point x="3254" y="59" />
	<ns0:Point x="3254" y="58" />
	<ns0:Point x="3261" y="58" />
	<ns0:Point x="3261" y="57" />
	<ns0:Point x="3263" y="57" />
	<ns0:Point x="3263" y="56" />
	<ns0:Point x="3266" y="56" />
	<ns0:Point x="3266" y="55" />
	<ns0:Point x="3270" y="55" />
	<ns0:Point x="3270" y="54" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r238">
	<ns0:Coords>
	<ns0:Point x="3267" y="334" />
	<ns0:Point x="3267" y="335" />
	<ns0:Point x="3268" y="335" />
	<ns0:Point x="3268" y="339" />
	<ns0:Point x="3267" y="339" />
	<ns0:Point x="3267" y="340" />
	<ns0:Point x="3266" y="340" />
	<ns0:Point x="3266" y="343" />
	<ns0:Point x="3265" y="343" />
	<ns0:Point x="3265" y="344" />
	<ns0:Point x="3251" y="344" />
	<ns0:Point x="3251" y="345" />
	<ns0:Point x="3250" y="345" />
	<ns0:Point x="3250" y="346" />
	<ns0:Point x="3249" y="346" />
	<ns0:Point x="3249" y="347" />
	<ns0:Point x="3189" y="347" />
	<ns0:Point x="3189" y="348" />
	<ns0:Point x="3187" y="348" />
	<ns0:Point x="3187" y="349" />
	<ns0:Point x="3178" y="349" />
	<ns0:Point x="3178" y="353" />
	<ns0:Point x="3178" y="352" />
	<ns0:Point x="3115" y="352" />
	<ns0:Point x="3115" y="351" />
	<ns0:Point x="3066" y="351" />
	<ns0:Point x="3066" y="350" />
	<ns0:Point x="3010" y="350" />
	<ns0:Point x="3010" y="349" />
	<ns0:Point x="2970" y="349" />
	<ns0:Point x="2970" y="348" />
	<ns0:Point x="2789" y="348" />
	<ns0:Point x="2789" y="349" />
	<ns0:Point x="2742" y="349" />
	<ns0:Point x="2742" y="350" />
	<ns0:Point x="2726" y="350" />
	<ns0:Point x="2726" y="351" />
	<ns0:Point x="2638" y="351" />
	<ns0:Point x="2638" y="352" />
	<ns0:Point x="2419" y="352" />
	<ns0:Point x="2419" y="351" />
	<ns0:Point x="2254" y="351" />
	<ns0:Point x="2254" y="350" />
	<ns0:Point x="2251" y="350" />
	<ns0:Point x="2251" y="349" />
	<ns0:Point x="2250" y="349" />
	<ns0:Point x="2250" y="347" />
	<ns0:Point x="2251" y="347" />
	<ns0:Point x="2251" y="346" />
	<ns0:Point x="2252" y="346" />
	<ns0:Point x="2252" y="345" />
	<ns0:Point x="2252" y="346" />
	<ns0:Point x="2255" y="346" />
	<ns0:Point x="2255" y="347" />
	<ns0:Point x="2258" y="347" />
	<ns0:Point x="2258" y="348" />
	<ns0:Point x="2553" y="348" />
	<ns0:Point x="2553" y="347" />
	<ns0:Point x="2616" y="347" />
	<ns0:Point x="2616" y="348" />
	<ns0:Point x="2718" y="348" />
	<ns0:Point x="2718" y="346" />
	<ns0:Point x="2807" y="346" />
	<ns0:Point x="2807" y="345" />
	<ns0:Point x="2845" y="345" />
	<ns0:Point x="2845" y="344" />
	<ns0:Point x="2856" y="344" />
	<ns0:Point x="2856" y="343" />
	<ns0:Point x="2927" y="343" />
	<ns0:Point x="2927" y="344" />
	<ns0:Point x="2946" y="344" />
	<ns0:Point x="2946" y="345" />
	<ns0:Point x="3143" y="345" />
	<ns0:Point x="3143" y="343" />
	<ns0:Point x="3144" y="343" />
	<ns0:Point x="3144" y="342" />
	<ns0:Point x="3230" y="342" />
	<ns0:Point x="3230" y="341" />
	<ns0:Point x="3237" y="341" />
	<ns0:Point x="3237" y="340" />
	<ns0:Point x="3243" y="340" />
	<ns0:Point x="3243" y="339" />
	<ns0:Point x="3248" y="339" />
	<ns0:Point x="3248" y="338" />
	<ns0:Point x="3254" y="338" />
	<ns0:Point x="3254" y="337" />
	<ns0:Point x="3259" y="337" />
	<ns0:Point x="3259" y="336" />
	<ns0:Point x="3262" y="336" />
	<ns0:Point x="3262" y="335" />
	<ns0:Point x="3265" y="335" />
	<ns0:Point x="3265" y="334" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r239">
	<ns0:Coords>
	<ns0:Point x="2675" y="453" />
	<ns0:Point x="2675" y="454" />
	<ns0:Point x="2793" y="454" />
	<ns0:Point x="2793" y="455" />
	<ns0:Point x="2940" y="455" />
	<ns0:Point x="2940" y="454" />
	<ns0:Point x="2958" y="454" />
	<ns0:Point x="2958" y="455" />
	<ns0:Point x="2959" y="455" />
	<ns0:Point x="2958" y="455" />
	<ns0:Point x="2958" y="456" />
	<ns0:Point x="2957" y="456" />
	<ns0:Point x="2957" y="457" />
	<ns0:Point x="2952" y="457" />
	<ns0:Point x="2952" y="458" />
	<ns0:Point x="2918" y="458" />
	<ns0:Point x="2918" y="459" />
	<ns0:Point x="2892" y="459" />
	<ns0:Point x="2892" y="460" />
	<ns0:Point x="2892" y="459" />
	<ns0:Point x="2865" y="459" />
	<ns0:Point x="2865" y="458" />
	<ns0:Point x="2826" y="458" />
	<ns0:Point x="2826" y="457" />
	<ns0:Point x="2595" y="457" />
	<ns0:Point x="2595" y="458" />
	<ns0:Point x="2587" y="458" />
	<ns0:Point x="2587" y="457" />
	<ns0:Point x="2579" y="457" />
	<ns0:Point x="2579" y="456" />
	<ns0:Point x="2580" y="456" />
	<ns0:Point x="2580" y="455" />
	<ns0:Point x="2606" y="455" />
	<ns0:Point x="2606" y="454" />
	<ns0:Point x="2661" y="454" />
	<ns0:Point x="2661" y="453" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r240">
	<ns0:Coords>
	<ns0:Point x="3258" y="807" />
	<ns0:Point x="3273" y="807" />
	<ns0:Point x="3273" y="813" />
	<ns0:Point x="3272" y="813" />
	<ns0:Point x="3272" y="814" />
	<ns0:Point x="3268" y="814" />
	<ns0:Point x="3268" y="815" />
	<ns0:Point x="3264" y="815" />
	<ns0:Point x="3264" y="816" />
	<ns0:Point x="3259" y="816" />
	<ns0:Point x="3259" y="817" />
	<ns0:Point x="3254" y="817" />
	<ns0:Point x="3254" y="818" />
	<ns0:Point x="3242" y="818" />
	<ns0:Point x="3242" y="819" />
	<ns0:Point x="3234" y="819" />
	<ns0:Point x="3234" y="820" />
	<ns0:Point x="3230" y="820" />
	<ns0:Point x="3230" y="821" />
	<ns0:Point x="3216" y="821" />
	<ns0:Point x="3216" y="822" />
	<ns0:Point x="3196" y="822" />
	<ns0:Point x="3196" y="823" />
	<ns0:Point x="3022" y="823" />
	<ns0:Point x="3022" y="826" />
	<ns0:Point x="3022" y="824" />
	<ns0:Point x="3021" y="824" />
	<ns0:Point x="3021" y="823" />
	<ns0:Point x="3020" y="823" />
	<ns0:Point x="3020" y="822" />
	<ns0:Point x="2775" y="822" />
	<ns0:Point x="2775" y="823" />
	<ns0:Point x="2639" y="823" />
	<ns0:Point x="2639" y="822" />
	<ns0:Point x="2564" y="822" />
	<ns0:Point x="2564" y="821" />
	<ns0:Point x="2306" y="821" />
	<ns0:Point x="2306" y="820" />
	<ns0:Point x="2263" y="820" />
	<ns0:Point x="2263" y="819" />
	<ns0:Point x="2257" y="819" />
	<ns0:Point x="2257" y="818" />
	<ns0:Point x="2255" y="818" />
	<ns0:Point x="2255" y="817" />
	<ns0:Point x="2258" y="817" />
	<ns0:Point x="2258" y="816" />
	<ns0:Point x="2262" y="816" />
	<ns0:Point x="2262" y="817" />
	<ns0:Point x="2272" y="817" />
	<ns0:Point x="2272" y="818" />
	<ns0:Point x="2290" y="818" />
	<ns0:Point x="2290" y="819" />
	<ns0:Point x="2508" y="819" />
	<ns0:Point x="2508" y="820" />
	<ns0:Point x="2904" y="820" />
	<ns0:Point x="2904" y="819" />
	<ns0:Point x="3109" y="819" />
	<ns0:Point x="3109" y="818" />
	<ns0:Point x="3203" y="818" />
	<ns0:Point x="3203" y="817" />
	<ns0:Point x="3214" y="817" />
	<ns0:Point x="3214" y="816" />
	<ns0:Point x="3215" y="816" />
	<ns0:Point x="3215" y="815" />
	<ns0:Point x="3226" y="815" />
	<ns0:Point x="3226" y="814" />
	<ns0:Point x="3227" y="814" />
	<ns0:Point x="3227" y="813" />
	<ns0:Point x="3228" y="813" />
	<ns0:Point x="3228" y="810" />
	<ns0:Point x="3255" y="810" />
	<ns0:Point x="3255" y="807" />
	<ns0:Point x="3256" y="807" />
	<ns0:Point x="3256" y="806" />
	<ns0:Point x="3257" y="806" />
	<ns0:Point x="3257" y="804" />
	<ns0:Point x="3258" y="804" />
	<ns0:Point x="3258" y="803" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r241">
	<ns0:Coords>
	<ns0:Point x="2674" y="926" />
	<ns0:Point x="2674" y="927" />
	<ns0:Point x="2713" y="927" />
	<ns0:Point x="2713" y="928" />
	<ns0:Point x="2938" y="928" />
	<ns0:Point x="2938" y="929" />
	<ns0:Point x="2951" y="929" />
	<ns0:Point x="2950" y="929" />
	<ns0:Point x="2950" y="930" />
	<ns0:Point x="2939" y="930" />
	<ns0:Point x="2939" y="931" />
	<ns0:Point x="2885" y="931" />
	<ns0:Point x="2885" y="932" />
	<ns0:Point x="2884" y="932" />
	<ns0:Point x="2884" y="931" />
	<ns0:Point x="2856" y="931" />
	<ns0:Point x="2856" y="930" />
	<ns0:Point x="2752" y="930" />
	<ns0:Point x="2752" y="929" />
	<ns0:Point x="2601" y="929" />
	<ns0:Point x="2601" y="930" />
	<ns0:Point x="2591" y="930" />
	<ns0:Point x="2591" y="929" />
	<ns0:Point x="2586" y="929" />
	<ns0:Point x="2586" y="928" />
	<ns0:Point x="2585" y="928" />
	<ns0:Point x="2586" y="928" />
	<ns0:Point x="2586" y="927" />
	<ns0:Point x="2658" y="927" />
	<ns0:Point x="2658" y="926" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r242">
	<ns0:Coords>
	<ns0:Point x="2825" y="1154" />
	<ns0:Point x="2825" y="1155" />
	<ns0:Point x="2826" y="1155" />
	<ns0:Point x="2826" y="1157" />
	<ns0:Point x="2825" y="1157" />
	<ns0:Point x="2825" y="1158" />
	<ns0:Point x="2696" y="1158" />
	<ns0:Point x="2696" y="1157" />
	<ns0:Point x="2695" y="1157" />
	<ns0:Point x="2695" y="1156" />
	<ns0:Point x="2696" y="1156" />
	<ns0:Point x="2696" y="1154" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r243">
	<ns0:Coords>
	<ns0:Point x="3264" y="1512" />
	<ns0:Point x="3264" y="1513" />
	<ns0:Point x="3265" y="1513" />
	<ns0:Point x="3265" y="1517" />
	<ns0:Point x="3266" y="1517" />
	<ns0:Point x="3265" y="1517" />
	<ns0:Point x="3265" y="1519" />
	<ns0:Point x="3264" y="1519" />
	<ns0:Point x="3264" y="1520" />
	<ns0:Point x="3263" y="1520" />
	<ns0:Point x="3263" y="1521" />
	<ns0:Point x="3259" y="1521" />
	<ns0:Point x="3259" y="1522" />
	<ns0:Point x="3256" y="1522" />
	<ns0:Point x="3256" y="1523" />
	<ns0:Point x="3252" y="1523" />
	<ns0:Point x="3252" y="1524" />
	<ns0:Point x="3245" y="1524" />
	<ns0:Point x="3245" y="1525" />
	<ns0:Point x="3243" y="1525" />
	<ns0:Point x="3243" y="1526" />
	<ns0:Point x="3235" y="1526" />
	<ns0:Point x="3235" y="1527" />
	<ns0:Point x="3229" y="1527" />
	<ns0:Point x="3229" y="1528" />
	<ns0:Point x="3221" y="1528" />
	<ns0:Point x="3221" y="1529" />
	<ns0:Point x="3201" y="1529" />
	<ns0:Point x="3201" y="1530" />
	<ns0:Point x="3173" y="1530" />
	<ns0:Point x="3173" y="1531" />
	<ns0:Point x="3104" y="1531" />
	<ns0:Point x="3104" y="1530" />
	<ns0:Point x="3066" y="1530" />
	<ns0:Point x="3066" y="1529" />
	<ns0:Point x="2883" y="1529" />
	<ns0:Point x="2883" y="1528" />
	<ns0:Point x="2605" y="1528" />
	<ns0:Point x="2605" y="1527" />
	<ns0:Point x="2512" y="1527" />
	<ns0:Point x="2512" y="1526" />
	<ns0:Point x="2472" y="1526" />
	<ns0:Point x="2472" y="1525" />
	<ns0:Point x="2299" y="1525" />
	<ns0:Point x="2299" y="1524" />
	<ns0:Point x="2250" y="1524" />
	<ns0:Point x="2250" y="1523" />
	<ns0:Point x="2249" y="1523" />
	<ns0:Point x="2249" y="1521" />
	<ns0:Point x="2260" y="1521" />
	<ns0:Point x="2260" y="1522" />
	<ns0:Point x="2420" y="1522" />
	<ns0:Point x="2420" y="1523" />
	<ns0:Point x="2469" y="1523" />
	<ns0:Point x="2469" y="1524" />
	<ns0:Point x="2557" y="1524" />
	<ns0:Point x="2557" y="1525" />
	<ns0:Point x="2675" y="1525" />
	<ns0:Point x="2675" y="1524" />
	<ns0:Point x="2706" y="1524" />
	<ns0:Point x="2706" y="1525" />
	<ns0:Point x="2865" y="1525" />
	<ns0:Point x="2865" y="1526" />
	<ns0:Point x="3024" y="1526" />
	<ns0:Point x="3024" y="1525" />
	<ns0:Point x="3075" y="1525" />
	<ns0:Point x="3075" y="1526" />
	<ns0:Point x="3202" y="1526" />
	<ns0:Point x="3202" y="1525" />
	<ns0:Point x="3213" y="1525" />
	<ns0:Point x="3213" y="1524" />
	<ns0:Point x="3224" y="1524" />
	<ns0:Point x="3224" y="1523" />
	<ns0:Point x="3230" y="1523" />
	<ns0:Point x="3230" y="1522" />
	<ns0:Point x="3233" y="1522" />
	<ns0:Point x="3233" y="1521" />
	<ns0:Point x="3239" y="1521" />
	<ns0:Point x="3239" y="1520" />
	<ns0:Point x="3242" y="1520" />
	<ns0:Point x="3242" y="1519" />
	<ns0:Point x="3247" y="1519" />
	<ns0:Point x="3247" y="1518" />
	<ns0:Point x="3249" y="1518" />
	<ns0:Point x="3249" y="1517" />
	<ns0:Point x="3251" y="1517" />
	<ns0:Point x="3251" y="1515" />
	<ns0:Point x="3259" y="1515" />
	<ns0:Point x="3259" y="1514" />
	<ns0:Point x="3261" y="1514" />
	<ns0:Point x="3261" y="1513" />
	<ns0:Point x="3262" y="1513" />
	<ns0:Point x="3262" y="1512" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r244">
	<ns0:Coords>
	<ns0:Point x="3267" y="1839" />
	<ns0:Point x="3267" y="1844" />
	<ns0:Point x="3265" y="1844" />
	<ns0:Point x="3265" y="1845" />
	<ns0:Point x="3260" y="1845" />
	<ns0:Point x="3260" y="1846" />
	<ns0:Point x="3258" y="1846" />
	<ns0:Point x="3258" y="1847" />
	<ns0:Point x="3255" y="1847" />
	<ns0:Point x="3255" y="1848" />
	<ns0:Point x="3253" y="1848" />
	<ns0:Point x="3253" y="1849" />
	<ns0:Point x="3248" y="1849" />
	<ns0:Point x="3248" y="1850" />
	<ns0:Point x="3246" y="1850" />
	<ns0:Point x="3246" y="1851" />
	<ns0:Point x="3242" y="1851" />
	<ns0:Point x="3242" y="1852" />
	<ns0:Point x="3229" y="1852" />
	<ns0:Point x="3229" y="1853" />
	<ns0:Point x="3222" y="1853" />
	<ns0:Point x="3222" y="1854" />
	<ns0:Point x="3214" y="1854" />
	<ns0:Point x="3214" y="1855" />
	<ns0:Point x="3199" y="1855" />
	<ns0:Point x="3199" y="1856" />
	<ns0:Point x="3189" y="1856" />
	<ns0:Point x="3189" y="1857" />
	<ns0:Point x="3153" y="1857" />
	<ns0:Point x="3153" y="1858" />
	<ns0:Point x="3152" y="1858" />
	<ns0:Point x="3152" y="1857" />
	<ns0:Point x="3110" y="1857" />
	<ns0:Point x="3110" y="1856" />
	<ns0:Point x="3042" y="1856" />
	<ns0:Point x="3042" y="1855" />
	<ns0:Point x="2860" y="1855" />
	<ns0:Point x="2860" y="1854" />
	<ns0:Point x="2696" y="1854" />
	<ns0:Point x="2696" y="1855" />
	<ns0:Point x="2487" y="1855" />
	<ns0:Point x="2487" y="1854" />
	<ns0:Point x="2251" y="1854" />
	<ns0:Point x="2251" y="1853" />
	<ns0:Point x="2250" y="1853" />
	<ns0:Point x="2250" y="1851" />
	<ns0:Point x="2283" y="1851" />
	<ns0:Point x="2283" y="1852" />
	<ns0:Point x="2489" y="1852" />
	<ns0:Point x="2489" y="1853" />
	<ns0:Point x="3015" y="1853" />
	<ns0:Point x="3015" y="1854" />
	<ns0:Point x="3195" y="1854" />
	<ns0:Point x="3195" y="1853" />
	<ns0:Point x="3209" y="1853" />
	<ns0:Point x="3209" y="1852" />
	<ns0:Point x="3214" y="1852" />
	<ns0:Point x="3214" y="1851" />
	<ns0:Point x="3225" y="1851" />
	<ns0:Point x="3225" y="1850" />
	<ns0:Point x="3231" y="1850" />
	<ns0:Point x="3231" y="1849" />
	<ns0:Point x="3235" y="1849" />
	<ns0:Point x="3235" y="1848" />
	<ns0:Point x="3241" y="1848" />
	<ns0:Point x="3241" y="1847" />
	<ns0:Point x="3242" y="1847" />
	<ns0:Point x="3242" y="1846" />
	<ns0:Point x="3247" y="1846" />
	<ns0:Point x="3247" y="1845" />
	<ns0:Point x="3249" y="1845" />
	<ns0:Point x="3249" y="1844" />
	<ns0:Point x="3250" y="1844" />
	<ns0:Point x="3250" y="1843" />
	<ns0:Point x="3259" y="1843" />
	<ns0:Point x="3259" y="1842" />
	<ns0:Point x="3261" y="1842" />
	<ns0:Point x="3261" y="1841" />
	<ns0:Point x="3263" y="1841" />
	<ns0:Point x="3263" y="1840" />
	<ns0:Point x="3265" y="1840" />
	<ns0:Point x="3265" y="1839" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r245">
	<ns0:Coords>
	<ns0:Point x="3266" y="1940" />
	<ns0:Point x="3266" y="1949" />
	<ns0:Point x="3265" y="1949" />
	<ns0:Point x="3265" y="1951" />
	<ns0:Point x="3263" y="1951" />
	<ns0:Point x="3263" y="1952" />
	<ns0:Point x="3260" y="1952" />
	<ns0:Point x="3260" y="1953" />
	<ns0:Point x="3257" y="1953" />
	<ns0:Point x="3257" y="1954" />
	<ns0:Point x="3255" y="1954" />
	<ns0:Point x="3255" y="1955" />
	<ns0:Point x="3252" y="1955" />
	<ns0:Point x="3252" y="1956" />
	<ns0:Point x="3249" y="1956" />
	<ns0:Point x="3249" y="1957" />
	<ns0:Point x="3248" y="1957" />
	<ns0:Point x="3248" y="1959" />
	<ns0:Point x="3247" y="1959" />
	<ns0:Point x="3247" y="1960" />
	<ns0:Point x="3237" y="1960" />
	<ns0:Point x="3237" y="1961" />
	<ns0:Point x="3236" y="1961" />
	<ns0:Point x="3236" y="1962" />
	<ns0:Point x="3213" y="1962" />
	<ns0:Point x="3213" y="1963" />
	<ns0:Point x="3202" y="1963" />
	<ns0:Point x="3202" y="1964" />
	<ns0:Point x="3198" y="1964" />
	<ns0:Point x="3198" y="1966" />
	<ns0:Point x="3132" y="1966" />
	<ns0:Point x="3132" y="1967" />
	<ns0:Point x="3081" y="1967" />
	<ns0:Point x="3081" y="1966" />
	<ns0:Point x="3067" y="1966" />
	<ns0:Point x="3067" y="1965" />
	<ns0:Point x="3054" y="1965" />
	<ns0:Point x="3054" y="1964" />
	<ns0:Point x="2939" y="1964" />
	<ns0:Point x="2939" y="1965" />
	<ns0:Point x="2939" y="1964" />
	<ns0:Point x="2934" y="1964" />
	<ns0:Point x="2934" y="1963" />
	<ns0:Point x="2794" y="1963" />
	<ns0:Point x="2794" y="1964" />
	<ns0:Point x="2701" y="1964" />
	<ns0:Point x="2701" y="1965" />
	<ns0:Point x="2699" y="1965" />
	<ns0:Point x="2699" y="1964" />
	<ns0:Point x="2688" y="1964" />
	<ns0:Point x="2688" y="1963" />
	<ns0:Point x="2666" y="1963" />
	<ns0:Point x="2666" y="1962" />
	<ns0:Point x="2586" y="1962" />
	<ns0:Point x="2586" y="1961" />
	<ns0:Point x="2528" y="1961" />
	<ns0:Point x="2528" y="1960" />
	<ns0:Point x="2496" y="1960" />
	<ns0:Point x="2496" y="1959" />
	<ns0:Point x="2428" y="1959" />
	<ns0:Point x="2428" y="1958" />
	<ns0:Point x="2301" y="1958" />
	<ns0:Point x="2301" y="1959" />
	<ns0:Point x="2250" y="1959" />
	<ns0:Point x="2250" y="1958" />
	<ns0:Point x="2248" y="1958" />
	<ns0:Point x="2248" y="1957" />
	<ns0:Point x="2249" y="1957" />
	<ns0:Point x="2249" y="1950" />
	<ns0:Point x="2250" y="1950" />
	<ns0:Point x="2250" y="1949" />
	<ns0:Point x="2251" y="1949" />
	<ns0:Point x="2251" y="1948" />
	<ns0:Point x="2252" y="1948" />
	<ns0:Point x="2252" y="1943" />
	<ns0:Point x="2252" y="1944" />
	<ns0:Point x="2253" y="1944" />
	<ns0:Point x="2253" y="1945" />
	<ns0:Point x="2254" y="1945" />
	<ns0:Point x="2254" y="1946" />
	<ns0:Point x="2255" y="1946" />
	<ns0:Point x="2255" y="1948" />
	<ns0:Point x="2414" y="1948" />
	<ns0:Point x="2414" y="1949" />
	<ns0:Point x="2487" y="1949" />
	<ns0:Point x="2487" y="1950" />
	<ns0:Point x="2506" y="1950" />
	<ns0:Point x="2506" y="1951" />
	<ns0:Point x="2547" y="1951" />
	<ns0:Point x="2547" y="1952" />
	<ns0:Point x="2634" y="1952" />
	<ns0:Point x="2634" y="1953" />
	<ns0:Point x="2664" y="1953" />
	<ns0:Point x="2664" y="1954" />
	<ns0:Point x="2813" y="1954" />
	<ns0:Point x="2813" y="1953" />
	<ns0:Point x="2894" y="1953" />
	<ns0:Point x="2894" y="1952" />
	<ns0:Point x="2912" y="1952" />
	<ns0:Point x="2912" y="1953" />
	<ns0:Point x="3016" y="1953" />
	<ns0:Point x="3016" y="1954" />
	<ns0:Point x="3034" y="1954" />
	<ns0:Point x="3034" y="1955" />
	<ns0:Point x="3187" y="1955" />
	<ns0:Point x="3187" y="1954" />
	<ns0:Point x="3201" y="1954" />
	<ns0:Point x="3201" y="1953" />
	<ns0:Point x="3211" y="1953" />
	<ns0:Point x="3211" y="1952" />
	<ns0:Point x="3214" y="1952" />
	<ns0:Point x="3214" y="1951" />
	<ns0:Point x="3218" y="1951" />
	<ns0:Point x="3218" y="1950" />
	<ns0:Point x="3228" y="1950" />
	<ns0:Point x="3228" y="1949" />
	<ns0:Point x="3233" y="1949" />
	<ns0:Point x="3233" y="1948" />
	<ns0:Point x="3234" y="1948" />
	<ns0:Point x="3234" y="1947" />
	<ns0:Point x="3241" y="1947" />
	<ns0:Point x="3241" y="1946" />
	<ns0:Point x="3247" y="1946" />
	<ns0:Point x="3247" y="1945" />
	<ns0:Point x="3248" y="1945" />
	<ns0:Point x="3248" y="1944" />
	<ns0:Point x="3249" y="1944" />
	<ns0:Point x="3249" y="1940" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r246">
	<ns0:Coords>
	<ns0:Point x="2250" y="2011" />
	<ns0:Point x="2250" y="2027" />
	<ns0:Point x="3181" y="2028" />
	<ns0:Point x="3273" y="2019" />
	<ns0:Point x="3274" y="2000" />
	<ns0:Point x="3231" y="2011" />
	<ns0:Point x="3199" y="2014" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r248" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3280" y="2032" />
	<ns0:Point x="3280" y="2219" />
	<ns0:Point x="3278" y="2219" />
	<ns0:Point x="3278" y="2220" />
	<ns0:Point x="3275" y="2220" />
	<ns0:Point x="3275" y="2221" />
	<ns0:Point x="3272" y="2221" />
	<ns0:Point x="3272" y="2222" />
	<ns0:Point x="3268" y="2222" />
	<ns0:Point x="3268" y="2223" />
	<ns0:Point x="3265" y="2223" />
	<ns0:Point x="3265" y="2224" />
	<ns0:Point x="3262" y="2224" />
	<ns0:Point x="3262" y="2225" />
	<ns0:Point x="3259" y="2225" />
	<ns0:Point x="3259" y="2226" />
	<ns0:Point x="3255" y="2226" />
	<ns0:Point x="3255" y="2227" />
	<ns0:Point x="3252" y="2227" />
	<ns0:Point x="3252" y="2228" />
	<ns0:Point x="3249" y="2228" />
	<ns0:Point x="3249" y="2229" />
	<ns0:Point x="3246" y="2229" />
	<ns0:Point x="3246" y="2230" />
	<ns0:Point x="3244" y="2230" />
	<ns0:Point x="3244" y="2229" />
	<ns0:Point x="3221" y="2229" />
	<ns0:Point x="3221" y="2230" />
	<ns0:Point x="3210" y="2230" />
	<ns0:Point x="3210" y="2231" />
	<ns0:Point x="3198" y="2231" />
	<ns0:Point x="3198" y="2232" />
	<ns0:Point x="3186" y="2232" />
	<ns0:Point x="3186" y="2233" />
	<ns0:Point x="3174" y="2233" />
	<ns0:Point x="3174" y="2234" />
	<ns0:Point x="3161" y="2234" />
	<ns0:Point x="3161" y="2235" />
	<ns0:Point x="3151" y="2235" />
	<ns0:Point x="3151" y="2234" />
	<ns0:Point x="3150" y="2234" />
	<ns0:Point x="3150" y="2233" />
	<ns0:Point x="3149" y="2233" />
	<ns0:Point x="3149" y="2231" />
	<ns0:Point x="3148" y="2231" />
	<ns0:Point x="3148" y="2229" />
	<ns0:Point x="3147" y="2229" />
	<ns0:Point x="3147" y="2228" />
	<ns0:Point x="3144" y="2228" />
	<ns0:Point x="3144" y="2229" />
	<ns0:Point x="3142" y="2229" />
	<ns0:Point x="3142" y="2230" />
	<ns0:Point x="3139" y="2230" />
	<ns0:Point x="3139" y="2231" />
	<ns0:Point x="3137" y="2231" />
	<ns0:Point x="3137" y="2232" />
	<ns0:Point x="3134" y="2232" />
	<ns0:Point x="3134" y="2233" />
	<ns0:Point x="3132" y="2233" />
	<ns0:Point x="3132" y="2234" />
	<ns0:Point x="3129" y="2234" />
	<ns0:Point x="3129" y="2235" />
	<ns0:Point x="3125" y="2235" />
	<ns0:Point x="3125" y="2236" />
	<ns0:Point x="3121" y="2236" />
	<ns0:Point x="3121" y="2237" />
	<ns0:Point x="3118" y="2237" />
	<ns0:Point x="3118" y="2236" />
	<ns0:Point x="3117" y="2236" />
	<ns0:Point x="3117" y="2235" />
	<ns0:Point x="3116" y="2235" />
	<ns0:Point x="3116" y="2234" />
	<ns0:Point x="3114" y="2234" />
	<ns0:Point x="3114" y="2233" />
	<ns0:Point x="3113" y="2233" />
	<ns0:Point x="3113" y="2232" />
	<ns0:Point x="3111" y="2232" />
	<ns0:Point x="3111" y="2231" />
	<ns0:Point x="3110" y="2231" />
	<ns0:Point x="3110" y="2230" />
	<ns0:Point x="3108" y="2230" />
	<ns0:Point x="3108" y="2229" />
	<ns0:Point x="3107" y="2229" />
	<ns0:Point x="3107" y="2228" />
	<ns0:Point x="2242" y="2228" />
	<ns0:Point x="2242" y="2201" />
	<ns0:Point x="2243" y="2201" />
	<ns0:Point x="2243" y="2117" />
	<ns0:Point x="2244" y="2117" />
	<ns0:Point x="2244" y="2032" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>STADS SCHOUWBURG. Directie Roobol, Tjasink en Peters.
Woensdag 29 Aug. (N°. 5 van het Abon.) Eene 3de voorstelling van: IJzervreter, drama in 5 bedrijven of 7 tafereelen, benevens een voor-
spel in 1 tafer., vrij gevolgd naar het Fransch (Mangeur de Fer) van
Edouard Plouvier, door C. J. Roobol. De pausering na het zesde
tafereel. (7½ ure.)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r250" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3265" y="2355" />
	<ns0:Point x="3081" y="2363" />
	<ns0:Point x="3077" y="2370" />
	<ns0:Point x="2241" y="2370" />
	<ns0:Point x="2241" y="2285" />
	<ns0:Point x="2242" y="2285" />
	<ns0:Point x="2242" y="2230" />
	<ns0:Point x="3105" y="2230" />
	<ns0:Point x="3105" y="2231" />
	<ns0:Point x="3106" y="2231" />
	<ns0:Point x="3106" y="2232" />
	<ns0:Point x="3108" y="2232" />
	<ns0:Point x="3108" y="2233" />
	<ns0:Point x="3109" y="2233" />
	<ns0:Point x="3109" y="2234" />
	<ns0:Point x="3111" y="2234" />
	<ns0:Point x="3111" y="2235" />
	<ns0:Point x="3112" y="2235" />
	<ns0:Point x="3112" y="2236" />
	<ns0:Point x="3114" y="2236" />
	<ns0:Point x="3114" y="2237" />
	<ns0:Point x="3115" y="2237" />
	<ns0:Point x="3115" y="2238" />
	<ns0:Point x="3116" y="2238" />
	<ns0:Point x="3116" y="2239" />
	<ns0:Point x="3123" y="2239" />
	<ns0:Point x="3123" y="2238" />
	<ns0:Point x="3127" y="2238" />
	<ns0:Point x="3127" y="2237" />
	<ns0:Point x="3131" y="2237" />
	<ns0:Point x="3131" y="2236" />
	<ns0:Point x="3134" y="2236" />
	<ns0:Point x="3134" y="2235" />
	<ns0:Point x="3136" y="2235" />
	<ns0:Point x="3136" y="2234" />
	<ns0:Point x="3139" y="2234" />
	<ns0:Point x="3139" y="2233" />
	<ns0:Point x="3141" y="2233" />
	<ns0:Point x="3141" y="2232" />
	<ns0:Point x="3144" y="2232" />
	<ns0:Point x="3144" y="2231" />
	<ns0:Point x="3146" y="2231" />
	<ns0:Point x="3146" y="2233" />
	<ns0:Point x="3147" y="2233" />
	<ns0:Point x="3147" y="2235" />
	<ns0:Point x="3148" y="2235" />
	<ns0:Point x="3148" y="2236" />
	<ns0:Point x="3149" y="2236" />
	<ns0:Point x="3149" y="2237" />
	<ns0:Point x="3163" y="2237" />
	<ns0:Point x="3163" y="2236" />
	<ns0:Point x="3176" y="2236" />
	<ns0:Point x="3176" y="2235" />
	<ns0:Point x="3188" y="2235" />
	<ns0:Point x="3188" y="2234" />
	<ns0:Point x="3200" y="2234" />
	<ns0:Point x="3200" y="2233" />
	<ns0:Point x="3212" y="2233" />
	<ns0:Point x="3212" y="2232" />
	<ns0:Point x="3223" y="2232" />
	<ns0:Point x="3223" y="2231" />
	<ns0:Point x="3242" y="2231" />
	<ns0:Point x="3242" y="2232" />
	<ns0:Point x="3248" y="2232" />
	<ns0:Point x="3248" y="2231" />
	<ns0:Point x="3251" y="2231" />
	<ns0:Point x="3251" y="2230" />
	<ns0:Point x="3254" y="2230" />
	<ns0:Point x="3254" y="2229" />
	<ns0:Point x="3257" y="2229" />
	<ns0:Point x="3257" y="2228" />
	<ns0:Point x="3261" y="2228" />
	<ns0:Point x="3261" y="2227" />
	<ns0:Point x="3264" y="2227" />
	<ns0:Point x="3264" y="2226" />
	<ns0:Point x="3267" y="2226" />
	<ns0:Point x="3267" y="2225" />
	<ns0:Point x="3270" y="2225" />
	<ns0:Point x="3270" y="2224" />
	<ns0:Point x="3274" y="2224" />
	<ns0:Point x="3274" y="2223" />
	<ns0:Point x="3277" y="2223" />
	<ns0:Point x="3277" y="2222" />
	<ns0:Point x="3280" y="2222" />
	<ns0:Point x="3280" y="2221" />
	<ns0:Point x="3277" y="2335" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Verwacht op Zaturdag a. s.: De Nimfen en de Vlinder, ballet-diver-
tissement in 1 bedrijf, door den balletmeester Ant. Voitus van Hamme,
waarin het eerste debut van Mej. L. Billon, als eerste danseres en van
den Heer Ant. Voitus v. Hamme, als eerste danser, zal plaats hebben.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r251">
	<ns0:Coords>
	<ns0:Point x="3267" y="2367" />
	<ns0:Point x="3267" y="2369" />
	<ns0:Point x="3268" y="2369" />
	<ns0:Point x="3268" y="2371" />
	<ns0:Point x="3267" y="2371" />
	<ns0:Point x="3267" y="2373" />
	<ns0:Point x="3266" y="2373" />
	<ns0:Point x="3266" y="2374" />
	<ns0:Point x="3264" y="2374" />
	<ns0:Point x="3264" y="2375" />
	<ns0:Point x="3260" y="2375" />
	<ns0:Point x="3260" y="2376" />
	<ns0:Point x="3257" y="2376" />
	<ns0:Point x="3257" y="2377" />
	<ns0:Point x="3253" y="2377" />
	<ns0:Point x="3253" y="2378" />
	<ns0:Point x="3249" y="2378" />
	<ns0:Point x="3249" y="2379" />
	<ns0:Point x="3245" y="2379" />
	<ns0:Point x="3245" y="2380" />
	<ns0:Point x="3242" y="2380" />
	<ns0:Point x="3242" y="2381" />
	<ns0:Point x="3240" y="2381" />
	<ns0:Point x="3240" y="2382" />
	<ns0:Point x="3230" y="2382" />
	<ns0:Point x="3230" y="2383" />
	<ns0:Point x="3225" y="2383" />
	<ns0:Point x="3225" y="2384" />
	<ns0:Point x="3214" y="2384" />
	<ns0:Point x="3214" y="2385" />
	<ns0:Point x="3205" y="2385" />
	<ns0:Point x="3205" y="2386" />
	<ns0:Point x="3190" y="2386" />
	<ns0:Point x="3190" y="2387" />
	<ns0:Point x="3168" y="2387" />
	<ns0:Point x="3168" y="2388" />
	<ns0:Point x="3130" y="2388" />
	<ns0:Point x="3130" y="2389" />
	<ns0:Point x="3127" y="2389" />
	<ns0:Point x="3127" y="2388" />
	<ns0:Point x="3046" y="2388" />
	<ns0:Point x="3046" y="2387" />
	<ns0:Point x="2570" y="2387" />
	<ns0:Point x="2570" y="2386" />
	<ns0:Point x="2430" y="2386" />
	<ns0:Point x="2430" y="2385" />
	<ns0:Point x="2394" y="2385" />
	<ns0:Point x="2394" y="2384" />
	<ns0:Point x="2280" y="2384" />
	<ns0:Point x="2280" y="2385" />
	<ns0:Point x="2270" y="2385" />
	<ns0:Point x="2270" y="2386" />
	<ns0:Point x="2262" y="2386" />
	<ns0:Point x="2262" y="2387" />
	<ns0:Point x="2257" y="2387" />
	<ns0:Point x="2257" y="2388" />
	<ns0:Point x="2254" y="2388" />
	<ns0:Point x="2254" y="2387" />
	<ns0:Point x="2253" y="2387" />
	<ns0:Point x="2253" y="2385" />
	<ns0:Point x="2254" y="2385" />
	<ns0:Point x="2254" y="2384" />
	<ns0:Point x="2267" y="2384" />
	<ns0:Point x="2267" y="2383" />
	<ns0:Point x="2281" y="2383" />
	<ns0:Point x="2281" y="2382" />
	<ns0:Point x="2292" y="2382" />
	<ns0:Point x="2292" y="2381" />
	<ns0:Point x="2292" y="2382" />
	<ns0:Point x="2378" y="2382" />
	<ns0:Point x="2378" y="2383" />
	<ns0:Point x="2399" y="2383" />
	<ns0:Point x="2399" y="2384" />
	<ns0:Point x="2580" y="2384" />
	<ns0:Point x="2580" y="2385" />
	<ns0:Point x="2684" y="2385" />
	<ns0:Point x="2684" y="2384" />
	<ns0:Point x="2979" y="2384" />
	<ns0:Point x="2979" y="2383" />
	<ns0:Point x="2991" y="2383" />
	<ns0:Point x="2991" y="2384" />
	<ns0:Point x="3198" y="2384" />
	<ns0:Point x="3198" y="2383" />
	<ns0:Point x="3202" y="2383" />
	<ns0:Point x="3202" y="2382" />
	<ns0:Point x="3215" y="2382" />
	<ns0:Point x="3215" y="2381" />
	<ns0:Point x="3220" y="2381" />
	<ns0:Point x="3220" y="2380" />
	<ns0:Point x="3227" y="2380" />
	<ns0:Point x="3227" y="2379" />
	<ns0:Point x="3236" y="2379" />
	<ns0:Point x="3236" y="2377" />
	<ns0:Point x="3240" y="2377" />
	<ns0:Point x="3240" y="2376" />
	<ns0:Point x="3248" y="2376" />
	<ns0:Point x="3248" y="2375" />
	<ns0:Point x="3250" y="2375" />
	<ns0:Point x="3250" y="2374" />
	<ns0:Point x="3253" y="2374" />
	<ns0:Point x="3253" y="2373" />
	<ns0:Point x="3256" y="2373" />
	<ns0:Point x="3256" y="2372" />
	<ns0:Point x="3258" y="2372" />
	<ns0:Point x="3258" y="2371" />
	<ns0:Point x="3260" y="2371" />
	<ns0:Point x="3260" y="2370" />
	<ns0:Point x="3263" y="2370" />
	<ns0:Point x="3263" y="2369" />
	<ns0:Point x="3264" y="2369" />
	<ns0:Point x="3264" y="2368" />
	<ns0:Point x="3265" y="2368" />
	<ns0:Point x="3265" y="2367" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r253" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3286" y="2390" />
	<ns0:Point x="3286" y="2660" />
	<ns0:Point x="3264" y="2660" />
	<ns0:Point x="3264" y="2661" />
	<ns0:Point x="3237" y="2661" />
	<ns0:Point x="3237" y="2662" />
	<ns0:Point x="3210" y="2662" />
	<ns0:Point x="3210" y="2663" />
	<ns0:Point x="3183" y="2663" />
	<ns0:Point x="3183" y="2664" />
	<ns0:Point x="3156" y="2664" />
	<ns0:Point x="3156" y="2665" />
	<ns0:Point x="3129" y="2665" />
	<ns0:Point x="3129" y="2666" />
	<ns0:Point x="3103" y="2666" />
	<ns0:Point x="3103" y="2665" />
	<ns0:Point x="3101" y="2665" />
	<ns0:Point x="3101" y="2664" />
	<ns0:Point x="3098" y="2664" />
	<ns0:Point x="3098" y="2663" />
	<ns0:Point x="3095" y="2663" />
	<ns0:Point x="3095" y="2662" />
	<ns0:Point x="3092" y="2662" />
	<ns0:Point x="3092" y="2661" />
	<ns0:Point x="3089" y="2661" />
	<ns0:Point x="3089" y="2660" />
	<ns0:Point x="3084" y="2660" />
	<ns0:Point x="3084" y="2661" />
	<ns0:Point x="3083" y="2661" />
	<ns0:Point x="3083" y="2662" />
	<ns0:Point x="3082" y="2662" />
	<ns0:Point x="3082" y="2663" />
	<ns0:Point x="3081" y="2663" />
	<ns0:Point x="3081" y="2664" />
	<ns0:Point x="3079" y="2664" />
	<ns0:Point x="3079" y="2665" />
	<ns0:Point x="3073" y="2665" />
	<ns0:Point x="3073" y="2666" />
	<ns0:Point x="3070" y="2666" />
	<ns0:Point x="3070" y="2665" />
	<ns0:Point x="3069" y="2665" />
	<ns0:Point x="3069" y="2664" />
	<ns0:Point x="3068" y="2664" />
	<ns0:Point x="3068" y="2662" />
	<ns0:Point x="3067" y="2662" />
	<ns0:Point x="3067" y="2660" />
	<ns0:Point x="3066" y="2660" />
	<ns0:Point x="3066" y="2659" />
	<ns0:Point x="3063" y="2659" />
	<ns0:Point x="3063" y="2660" />
	<ns0:Point x="2779" y="2660" />
	<ns0:Point x="2779" y="2661" />
	<ns0:Point x="2497" y="2661" />
	<ns0:Point x="2497" y="2660" />
	<ns0:Point x="2479" y="2660" />
	<ns0:Point x="2479" y="2659" />
	<ns0:Point x="2461" y="2659" />
	<ns0:Point x="2461" y="2658" />
	<ns0:Point x="2459" y="2658" />
	<ns0:Point x="2459" y="2657" />
	<ns0:Point x="2457" y="2657" />
	<ns0:Point x="2457" y="2656" />
	<ns0:Point x="2240" y="2656" />
	<ns0:Point x="2240" y="2622" />
	<ns0:Point x="2241" y="2622" />
	<ns0:Point x="2241" y="2566" />
	<ns0:Point x="2242" y="2566" />
	<ns0:Point x="2242" y="2509" />
	<ns0:Point x="2243" y="2509" />
	<ns0:Point x="2243" y="2452" />
	<ns0:Point x="2244" y="2452" />
	<ns0:Point x="2244" y="2395" />
	<ns0:Point x="2671" y="2395" />
	<ns0:Point x="2671" y="2396" />
	<ns0:Point x="3124" y="2396" />
	<ns0:Point x="3124" y="2395" />
	<ns0:Point x="3151" y="2395" />
	<ns0:Point x="3151" y="2394" />
	<ns0:Point x="3178" y="2394" />
	<ns0:Point x="3178" y="2393" />
	<ns0:Point x="3205" y="2393" />
	<ns0:Point x="3205" y="2392" />
	<ns0:Point x="3232" y="2392" />
	<ns0:Point x="3232" y="2391" />
	<ns0:Point x="3259" y="2391" />
	<ns0:Point x="3259" y="2390" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>GRAND THEATRE, Amstelstraat. Directie A. VAN LIER.
Opening van dezen Schouwburg, met het Hollandsche Tooneelgezel-
schap van Rotterdam, onder Directie van den Heer J. ED. DE VRIES.
Op Zaturdag 1 September 1866: Emma Berthold, Oorspronkelijk Too-
neelspel in 5 bedrijven of 7 tafereelen door J. J. Cremer. Na hetzelve: De Vermomde Gelieven, Blijspel met zang in een bedrijf, op nieuw voor
het Hollandsche tooneel bewerkt en met nieuwe Coupletten voorzien
door W. N. Peypers. Aanvang 7½ ure.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r257" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2455" y="2658" />
	<ns0:Point x="2455" y="2659" />
	<ns0:Point x="2457" y="2659" />
	<ns0:Point x="2457" y="2660" />
	<ns0:Point x="2459" y="2660" />
	<ns0:Point x="2459" y="2661" />
	<ns0:Point x="2477" y="2661" />
	<ns0:Point x="2477" y="2662" />
	<ns0:Point x="2495" y="2662" />
	<ns0:Point x="2495" y="2663" />
	<ns0:Point x="2781" y="2663" />
	<ns0:Point x="2781" y="2662" />
	<ns0:Point x="3065" y="2662" />
	<ns0:Point x="3065" y="2664" />
	<ns0:Point x="3066" y="2664" />
	<ns0:Point x="3066" y="2666" />
	<ns0:Point x="3067" y="2666" />
	<ns0:Point x="3067" y="2667" />
	<ns0:Point x="3068" y="2667" />
	<ns0:Point x="3068" y="2668" />
	<ns0:Point x="3075" y="2668" />
	<ns0:Point x="3075" y="2667" />
	<ns0:Point x="3081" y="2667" />
	<ns0:Point x="3081" y="2666" />
	<ns0:Point x="3083" y="2666" />
	<ns0:Point x="3083" y="2665" />
	<ns0:Point x="3084" y="2665" />
	<ns0:Point x="3084" y="2664" />
	<ns0:Point x="3085" y="2664" />
	<ns0:Point x="3085" y="2663" />
	<ns0:Point x="3086" y="2663" />
	<ns0:Point x="3086" y="2662" />
	<ns0:Point x="3087" y="2662" />
	<ns0:Point x="3087" y="2663" />
	<ns0:Point x="3090" y="2663" />
	<ns0:Point x="3090" y="2664" />
	<ns0:Point x="3093" y="2664" />
	<ns0:Point x="3093" y="2665" />
	<ns0:Point x="3096" y="2665" />
	<ns0:Point x="3096" y="2666" />
	<ns0:Point x="3099" y="2666" />
	<ns0:Point x="3099" y="2667" />
	<ns0:Point x="3101" y="2667" />
	<ns0:Point x="3101" y="2668" />
	<ns0:Point x="3131" y="2668" />
	<ns0:Point x="3131" y="2667" />
	<ns0:Point x="3158" y="2667" />
	<ns0:Point x="3158" y="2666" />
	<ns0:Point x="3185" y="2666" />
	<ns0:Point x="3185" y="2665" />
	<ns0:Point x="3212" y="2665" />
	<ns0:Point x="3212" y="2664" />
	<ns0:Point x="3239" y="2664" />
	<ns0:Point x="3239" y="2663" />
	<ns0:Point x="3266" y="2663" />
	<ns0:Point x="3266" y="2662" />
	<ns0:Point x="3286" y="2662" />
	<ns0:Point x="3286" y="2670" />
	<ns0:Point x="3283" y="2670" />
	<ns0:Point x="3283" y="2671" />
	<ns0:Point x="3271" y="2671" />
	<ns0:Point x="3271" y="2672" />
	<ns0:Point x="3259" y="2672" />
	<ns0:Point x="3259" y="2673" />
	<ns0:Point x="3247" y="2673" />
	<ns0:Point x="3247" y="2674" />
	<ns0:Point x="3235" y="2674" />
	<ns0:Point x="3235" y="2675" />
	<ns0:Point x="3223" y="2675" />
	<ns0:Point x="3223" y="2676" />
	<ns0:Point x="3211" y="2676" />
	<ns0:Point x="3211" y="2677" />
	<ns0:Point x="3199" y="2677" />
	<ns0:Point x="3199" y="2678" />
	<ns0:Point x="3187" y="2678" />
	<ns0:Point x="3187" y="2679" />
	<ns0:Point x="3175" y="2679" />
	<ns0:Point x="3175" y="2680" />
	<ns0:Point x="3163" y="2680" />
	<ns0:Point x="3163" y="2681" />
	<ns0:Point x="3151" y="2681" />
	<ns0:Point x="3151" y="2682" />
	<ns0:Point x="3139" y="2682" />
	<ns0:Point x="3139" y="2683" />
	<ns0:Point x="3127" y="2683" />
	<ns0:Point x="3127" y="2684" />
	<ns0:Point x="3115" y="2684" />
	<ns0:Point x="3115" y="2685" />
	<ns0:Point x="3103" y="2685" />
	<ns0:Point x="3103" y="2686" />
	<ns0:Point x="3100" y="2686" />
	<ns0:Point x="3100" y="2687" />
	<ns0:Point x="3097" y="2687" />
	<ns0:Point x="3097" y="2688" />
	<ns0:Point x="3094" y="2688" />
	<ns0:Point x="3094" y="2689" />
	<ns0:Point x="3091" y="2689" />
	<ns0:Point x="3091" y="2690" />
	<ns0:Point x="3088" y="2690" />
	<ns0:Point x="3088" y="2691" />
	<ns0:Point x="3085" y="2691" />
	<ns0:Point x="3085" y="2692" />
	<ns0:Point x="3083" y="2692" />
	<ns0:Point x="3083" y="2691" />
	<ns0:Point x="2977" y="2691" />
	<ns0:Point x="2977" y="2690" />
	<ns0:Point x="2871" y="2690" />
	<ns0:Point x="2871" y="2689" />
	<ns0:Point x="2762" y="2689" />
	<ns0:Point x="2762" y="2690" />
	<ns0:Point x="2761" y="2690" />
	<ns0:Point x="2761" y="2691" />
	<ns0:Point x="2760" y="2691" />
	<ns0:Point x="2760" y="2692" />
	<ns0:Point x="2758" y="2692" />
	<ns0:Point x="2758" y="2693" />
	<ns0:Point x="2757" y="2693" />
	<ns0:Point x="2757" y="2694" />
	<ns0:Point x="2756" y="2694" />
	<ns0:Point x="2756" y="2695" />
	<ns0:Point x="2754" y="2695" />
	<ns0:Point x="2754" y="2696" />
	<ns0:Point x="2741" y="2696" />
	<ns0:Point x="2741" y="2695" />
	<ns0:Point x="2740" y="2695" />
	<ns0:Point x="2740" y="2694" />
	<ns0:Point x="2739" y="2694" />
	<ns0:Point x="2739" y="2693" />
	<ns0:Point x="2738" y="2693" />
	<ns0:Point x="2738" y="2692" />
	<ns0:Point x="2737" y="2692" />
	<ns0:Point x="2737" y="2691" />
	<ns0:Point x="2736" y="2691" />
	<ns0:Point x="2736" y="2690" />
	<ns0:Point x="2735" y="2690" />
	<ns0:Point x="2735" y="2689" />
	<ns0:Point x="2637" y="2689" />
	<ns0:Point x="2637" y="2690" />
	<ns0:Point x="2636" y="2690" />
	<ns0:Point x="2636" y="2692" />
	<ns0:Point x="2635" y="2692" />
	<ns0:Point x="2635" y="2694" />
	<ns0:Point x="2634" y="2694" />
	<ns0:Point x="2634" y="2695" />
	<ns0:Point x="2633" y="2695" />
	<ns0:Point x="2633" y="2696" />
	<ns0:Point x="2632" y="2696" />
	<ns0:Point x="2632" y="2697" />
	<ns0:Point x="2617" y="2697" />
	<ns0:Point x="2617" y="2696" />
	<ns0:Point x="2616" y="2696" />
	<ns0:Point x="2616" y="2695" />
	<ns0:Point x="2615" y="2695" />
	<ns0:Point x="2615" y="2694" />
	<ns0:Point x="2614" y="2694" />
	<ns0:Point x="2614" y="2693" />
	<ns0:Point x="2612" y="2693" />
	<ns0:Point x="2612" y="2692" />
	<ns0:Point x="2611" y="2692" />
	<ns0:Point x="2611" y="2691" />
	<ns0:Point x="2610" y="2691" />
	<ns0:Point x="2610" y="2690" />
	<ns0:Point x="2333" y="2690" />
	<ns0:Point x="2333" y="2691" />
	<ns0:Point x="2332" y="2691" />
	<ns0:Point x="2332" y="2693" />
	<ns0:Point x="2331" y="2693" />
	<ns0:Point x="2331" y="2695" />
	<ns0:Point x="2323" y="2695" />
	<ns0:Point x="2323" y="2694" />
	<ns0:Point x="2322" y="2694" />
	<ns0:Point x="2322" y="2691" />
	<ns0:Point x="2321" y="2691" />
	<ns0:Point x="2321" y="2689" />
	<ns0:Point x="2318" y="2689" />
	<ns0:Point x="2318" y="2690" />
	<ns0:Point x="2239" y="2690" />
	<ns0:Point x="2239" y="2679" />
	<ns0:Point x="2240" y="2679" />
	<ns0:Point x="2240" y="2658" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Prijzen der Plaatsen: ƒ 1.25. ƒ 1.— 75 ct. en 40 ct.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r261" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3286" y="2672" />
	<ns0:Point x="3286" y="2764" />
	<ns0:Point x="3199" y="2763" />
	<ns0:Point x="3199" y="2762" />
	<ns0:Point x="3130" y="2762" />
	<ns0:Point x="3130" y="2761" />
	<ns0:Point x="3060" y="2761" />
	<ns0:Point x="3060" y="2760" />
	<ns0:Point x="2991" y="2760" />
	<ns0:Point x="2991" y="2759" />
	<ns0:Point x="2922" y="2759" />
	<ns0:Point x="2922" y="2758" />
	<ns0:Point x="2852" y="2758" />
	<ns0:Point x="2852" y="2757" />
	<ns0:Point x="2783" y="2757" />
	<ns0:Point x="2783" y="2756" />
	<ns0:Point x="2712" y="2756" />
	<ns0:Point x="2712" y="2758" />
	<ns0:Point x="2711" y="2758" />
	<ns0:Point x="2711" y="2761" />
	<ns0:Point x="2710" y="2761" />
	<ns0:Point x="2710" y="2762" />
	<ns0:Point x="2703" y="2762" />
	<ns0:Point x="2703" y="2761" />
	<ns0:Point x="2702" y="2761" />
	<ns0:Point x="2702" y="2760" />
	<ns0:Point x="2701" y="2760" />
	<ns0:Point x="2701" y="2759" />
	<ns0:Point x="2700" y="2759" />
	<ns0:Point x="2700" y="2758" />
	<ns0:Point x="2698" y="2758" />
	<ns0:Point x="2698" y="2757" />
	<ns0:Point x="2641" y="2757" />
	<ns0:Point x="2641" y="2758" />
	<ns0:Point x="2640" y="2758" />
	<ns0:Point x="2640" y="2759" />
	<ns0:Point x="2639" y="2759" />
	<ns0:Point x="2639" y="2760" />
	<ns0:Point x="2638" y="2760" />
	<ns0:Point x="2638" y="2761" />
	<ns0:Point x="2628" y="2761" />
	<ns0:Point x="2628" y="2760" />
	<ns0:Point x="2627" y="2760" />
	<ns0:Point x="2627" y="2759" />
	<ns0:Point x="2626" y="2759" />
	<ns0:Point x="2626" y="2758" />
	<ns0:Point x="2625" y="2758" />
	<ns0:Point x="2625" y="2757" />
	<ns0:Point x="2624" y="2757" />
	<ns0:Point x="2624" y="2756" />
	<ns0:Point x="2621" y="2756" />
	<ns0:Point x="2621" y="2757" />
	<ns0:Point x="2485" y="2757" />
	<ns0:Point x="2485" y="2758" />
	<ns0:Point x="2483" y="2758" />
	<ns0:Point x="2483" y="2759" />
	<ns0:Point x="2481" y="2759" />
	<ns0:Point x="2481" y="2760" />
	<ns0:Point x="2479" y="2760" />
	<ns0:Point x="2479" y="2761" />
	<ns0:Point x="2479" y="2760" />
	<ns0:Point x="2478" y="2760" />
	<ns0:Point x="2478" y="2759" />
	<ns0:Point x="2477" y="2759" />
	<ns0:Point x="2477" y="2758" />
	<ns0:Point x="2475" y="2758" />
	<ns0:Point x="2475" y="2757" />
	<ns0:Point x="2474" y="2757" />
	<ns0:Point x="2474" y="2756" />
	<ns0:Point x="2470" y="2756" />
	<ns0:Point x="2470" y="2757" />
	<ns0:Point x="2425" y="2757" />
	<ns0:Point x="2425" y="2758" />
	<ns0:Point x="2424" y="2758" />
	<ns0:Point x="2424" y="2760" />
	<ns0:Point x="2423" y="2760" />
	<ns0:Point x="2423" y="2761" />
	<ns0:Point x="2422" y="2761" />
	<ns0:Point x="2422" y="2762" />
	<ns0:Point x="2413" y="2762" />
	<ns0:Point x="2413" y="2761" />
	<ns0:Point x="2412" y="2761" />
	<ns0:Point x="2412" y="2760" />
	<ns0:Point x="2411" y="2760" />
	<ns0:Point x="2411" y="2759" />
	<ns0:Point x="2410" y="2759" />
	<ns0:Point x="2410" y="2758" />
	<ns0:Point x="2409" y="2758" />
	<ns0:Point x="2409" y="2757" />
	<ns0:Point x="2408" y="2757" />
	<ns0:Point x="2408" y="2756" />
	<ns0:Point x="2340" y="2756" />
	<ns0:Point x="2340" y="2757" />
	<ns0:Point x="2339" y="2757" />
	<ns0:Point x="2339" y="2758" />
	<ns0:Point x="2338" y="2758" />
	<ns0:Point x="2338" y="2759" />
	<ns0:Point x="2337" y="2759" />
	<ns0:Point x="2337" y="2760" />
	<ns0:Point x="2336" y="2760" />
	<ns0:Point x="2336" y="2761" />
	<ns0:Point x="2329" y="2761" />
	<ns0:Point x="2329" y="2760" />
	<ns0:Point x="2328" y="2760" />
	<ns0:Point x="2328" y="2758" />
	<ns0:Point x="2327" y="2758" />
	<ns0:Point x="2327" y="2756" />
	<ns0:Point x="2324" y="2756" />
	<ns0:Point x="2324" y="2757" />
	<ns0:Point x="2238" y="2757" />
	<ns0:Point x="2238" y="2736" />
	<ns0:Point x="2239" y="2736" />
	<ns0:Point x="2239" y="2692" />
	<ns0:Point x="2319" y="2692" />
	<ns0:Point x="2319" y="2693" />
	<ns0:Point x="2320" y="2693" />
	<ns0:Point x="2320" y="2696" />
	<ns0:Point x="2321" y="2696" />
	<ns0:Point x="2321" y="2697" />
	<ns0:Point x="2329" y="2697" />
	<ns0:Point x="2329" y="2698" />
	<ns0:Point x="2332" y="2698" />
	<ns0:Point x="2332" y="2697" />
	<ns0:Point x="2333" y="2697" />
	<ns0:Point x="2333" y="2695" />
	<ns0:Point x="2334" y="2695" />
	<ns0:Point x="2334" y="2693" />
	<ns0:Point x="2335" y="2693" />
	<ns0:Point x="2335" y="2692" />
	<ns0:Point x="2608" y="2692" />
	<ns0:Point x="2608" y="2693" />
	<ns0:Point x="2609" y="2693" />
	<ns0:Point x="2609" y="2694" />
	<ns0:Point x="2610" y="2694" />
	<ns0:Point x="2610" y="2695" />
	<ns0:Point x="2612" y="2695" />
	<ns0:Point x="2612" y="2696" />
	<ns0:Point x="2613" y="2696" />
	<ns0:Point x="2613" y="2697" />
	<ns0:Point x="2614" y="2697" />
	<ns0:Point x="2614" y="2698" />
	<ns0:Point x="2615" y="2698" />
	<ns0:Point x="2615" y="2699" />
	<ns0:Point x="2634" y="2699" />
	<ns0:Point x="2634" y="2698" />
	<ns0:Point x="2635" y="2698" />
	<ns0:Point x="2635" y="2697" />
	<ns0:Point x="2636" y="2697" />
	<ns0:Point x="2636" y="2696" />
	<ns0:Point x="2637" y="2696" />
	<ns0:Point x="2637" y="2694" />
	<ns0:Point x="2638" y="2694" />
	<ns0:Point x="2638" y="2692" />
	<ns0:Point x="2639" y="2692" />
	<ns0:Point x="2639" y="2691" />
	<ns0:Point x="2733" y="2691" />
	<ns0:Point x="2733" y="2692" />
	<ns0:Point x="2734" y="2692" />
	<ns0:Point x="2734" y="2693" />
	<ns0:Point x="2735" y="2693" />
	<ns0:Point x="2735" y="2694" />
	<ns0:Point x="2736" y="2694" />
	<ns0:Point x="2736" y="2695" />
	<ns0:Point x="2737" y="2695" />
	<ns0:Point x="2737" y="2696" />
	<ns0:Point x="2738" y="2696" />
	<ns0:Point x="2738" y="2697" />
	<ns0:Point x="2739" y="2697" />
	<ns0:Point x="2739" y="2698" />
	<ns0:Point x="2756" y="2698" />
	<ns0:Point x="2756" y="2697" />
	<ns0:Point x="2758" y="2697" />
	<ns0:Point x="2758" y="2696" />
	<ns0:Point x="2759" y="2696" />
	<ns0:Point x="2759" y="2695" />
	<ns0:Point x="2760" y="2695" />
	<ns0:Point x="2760" y="2694" />
	<ns0:Point x="2762" y="2694" />
	<ns0:Point x="2762" y="2693" />
	<ns0:Point x="2763" y="2693" />
	<ns0:Point x="2763" y="2692" />
	<ns0:Point x="2764" y="2692" />
	<ns0:Point x="2764" y="2691" />
	<ns0:Point x="2869" y="2691" />
	<ns0:Point x="2869" y="2692" />
	<ns0:Point x="2975" y="2692" />
	<ns0:Point x="2975" y="2693" />
	<ns0:Point x="3081" y="2693" />
	<ns0:Point x="3081" y="2694" />
	<ns0:Point x="3087" y="2694" />
	<ns0:Point x="3087" y="2693" />
	<ns0:Point x="3090" y="2693" />
	<ns0:Point x="3090" y="2692" />
	<ns0:Point x="3093" y="2692" />
	<ns0:Point x="3093" y="2691" />
	<ns0:Point x="3096" y="2691" />
	<ns0:Point x="3096" y="2690" />
	<ns0:Point x="3099" y="2690" />
	<ns0:Point x="3099" y="2689" />
	<ns0:Point x="3102" y="2689" />
	<ns0:Point x="3102" y="2688" />
	<ns0:Point x="3105" y="2688" />
	<ns0:Point x="3105" y="2687" />
	<ns0:Point x="3117" y="2687" />
	<ns0:Point x="3117" y="2686" />
	<ns0:Point x="3129" y="2686" />
	<ns0:Point x="3129" y="2685" />
	<ns0:Point x="3141" y="2685" />
	<ns0:Point x="3141" y="2684" />
	<ns0:Point x="3153" y="2684" />
	<ns0:Point x="3153" y="2683" />
	<ns0:Point x="3165" y="2683" />
	<ns0:Point x="3165" y="2682" />
	<ns0:Point x="3177" y="2682" />
	<ns0:Point x="3177" y="2681" />
	<ns0:Point x="3189" y="2681" />
	<ns0:Point x="3189" y="2680" />
	<ns0:Point x="3201" y="2680" />
	<ns0:Point x="3201" y="2679" />
	<ns0:Point x="3213" y="2679" />
	<ns0:Point x="3213" y="2678" />
	<ns0:Point x="3225" y="2678" />
	<ns0:Point x="3225" y="2677" />
	<ns0:Point x="3237" y="2677" />
	<ns0:Point x="3237" y="2676" />
	<ns0:Point x="3249" y="2676" />
	<ns0:Point x="3249" y="2675" />
	<ns0:Point x="3261" y="2675" />
	<ns0:Point x="3261" y="2674" />
	<ns0:Point x="3273" y="2674" />
	<ns0:Point x="3273" y="2673" />
	<ns0:Point x="3285" y="2673" />
	<ns0:Point x="3285" y="2672" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Zondag 2 Sept. Als men een hond wil slaan..... en de Bemocial of
eindelijk heeft hij het toch goed gemaakt.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r263" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2406" y="2758" />
	<ns0:Point x="2406" y="2759" />
	<ns0:Point x="2407" y="2759" />
	<ns0:Point x="2407" y="2760" />
	<ns0:Point x="2408" y="2760" />
	<ns0:Point x="2408" y="2761" />
	<ns0:Point x="2409" y="2761" />
	<ns0:Point x="2409" y="2762" />
	<ns0:Point x="2410" y="2762" />
	<ns0:Point x="2410" y="2763" />
	<ns0:Point x="2411" y="2763" />
	<ns0:Point x="2411" y="2764" />
	<ns0:Point x="2424" y="2764" />
	<ns0:Point x="2424" y="2763" />
	<ns0:Point x="2425" y="2763" />
	<ns0:Point x="2425" y="2762" />
	<ns0:Point x="2426" y="2762" />
	<ns0:Point x="2426" y="2760" />
	<ns0:Point x="2427" y="2760" />
	<ns0:Point x="2427" y="2759" />
	<ns0:Point x="2472" y="2759" />
	<ns0:Point x="2472" y="2758" />
	<ns0:Point x="2472" y="2759" />
	<ns0:Point x="2473" y="2759" />
	<ns0:Point x="2473" y="2760" />
	<ns0:Point x="2475" y="2760" />
	<ns0:Point x="2475" y="2761" />
	<ns0:Point x="2476" y="2761" />
	<ns0:Point x="2476" y="2762" />
	<ns0:Point x="2477" y="2762" />
	<ns0:Point x="2477" y="2763" />
	<ns0:Point x="2481" y="2763" />
	<ns0:Point x="2481" y="2762" />
	<ns0:Point x="2483" y="2762" />
	<ns0:Point x="2483" y="2761" />
	<ns0:Point x="2485" y="2761" />
	<ns0:Point x="2485" y="2760" />
	<ns0:Point x="2487" y="2760" />
	<ns0:Point x="2487" y="2759" />
	<ns0:Point x="2623" y="2759" />
	<ns0:Point x="2623" y="2760" />
	<ns0:Point x="2624" y="2760" />
	<ns0:Point x="2624" y="2761" />
	<ns0:Point x="2625" y="2761" />
	<ns0:Point x="2625" y="2762" />
	<ns0:Point x="2626" y="2762" />
	<ns0:Point x="2626" y="2763" />
	<ns0:Point x="2640" y="2763" />
	<ns0:Point x="2640" y="2762" />
	<ns0:Point x="2641" y="2762" />
	<ns0:Point x="2641" y="2761" />
	<ns0:Point x="2642" y="2761" />
	<ns0:Point x="2642" y="2760" />
	<ns0:Point x="2643" y="2760" />
	<ns0:Point x="2643" y="2759" />
	<ns0:Point x="2696" y="2759" />
	<ns0:Point x="2696" y="2760" />
	<ns0:Point x="2698" y="2760" />
	<ns0:Point x="2698" y="2761" />
	<ns0:Point x="2699" y="2761" />
	<ns0:Point x="2699" y="2762" />
	<ns0:Point x="2700" y="2762" />
	<ns0:Point x="2700" y="2763" />
	<ns0:Point x="2701" y="2763" />
	<ns0:Point x="2701" y="2764" />
	<ns0:Point x="2712" y="2764" />
	<ns0:Point x="2712" y="2763" />
	<ns0:Point x="2713" y="2763" />
	<ns0:Point x="2713" y="2760" />
	<ns0:Point x="2714" y="2760" />
	<ns0:Point x="2714" y="2758" />
	<ns0:Point x="2781" y="2758" />
	<ns0:Point x="2781" y="2759" />
	<ns0:Point x="2850" y="2759" />
	<ns0:Point x="2850" y="2760" />
	<ns0:Point x="2920" y="2760" />
	<ns0:Point x="2920" y="2761" />
	<ns0:Point x="2968" y="2762" />
	<ns0:Point x="2970" y="2766" />
	<ns0:Point x="2971" y="2791" />
	<ns0:Point x="2397" y="2797" />
	<ns0:Point x="2275" y="2789" />
	<ns0:Point x="2270" y="2759" />
	<ns0:Point x="2325" y="2759" />
	<ns0:Point x="2325" y="2760" />
	<ns0:Point x="2326" y="2760" />
	<ns0:Point x="2326" y="2762" />
	<ns0:Point x="2327" y="2762" />
	<ns0:Point x="2327" y="2763" />
	<ns0:Point x="2338" y="2763" />
	<ns0:Point x="2338" y="2762" />
	<ns0:Point x="2339" y="2762" />
	<ns0:Point x="2339" y="2761" />
	<ns0:Point x="2340" y="2761" />
	<ns0:Point x="2340" y="2760" />
	<ns0:Point x="2341" y="2760" />
	<ns0:Point x="2341" y="2759" />
	<ns0:Point x="2342" y="2759" />
	<ns0:Point x="2342" y="2758" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Maandag 3 Sept. De Huistiran en Dr. Peschke.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r264">
	<ns0:Coords>
	<ns0:Point x="3267" y="2779" />
	<ns0:Point x="3267" y="2783" />
	<ns0:Point x="3266" y="2783" />
	<ns0:Point x="3266" y="2784" />
	<ns0:Point x="3265" y="2784" />
	<ns0:Point x="3265" y="2785" />
	<ns0:Point x="3262" y="2785" />
	<ns0:Point x="3262" y="2786" />
	<ns0:Point x="3259" y="2786" />
	<ns0:Point x="3259" y="2787" />
	<ns0:Point x="3255" y="2787" />
	<ns0:Point x="3255" y="2788" />
	<ns0:Point x="3253" y="2788" />
	<ns0:Point x="3253" y="2789" />
	<ns0:Point x="3248" y="2789" />
	<ns0:Point x="3248" y="2790" />
	<ns0:Point x="3244" y="2790" />
	<ns0:Point x="3244" y="2791" />
	<ns0:Point x="3241" y="2791" />
	<ns0:Point x="3241" y="2792" />
	<ns0:Point x="3235" y="2792" />
	<ns0:Point x="3235" y="2793" />
	<ns0:Point x="3232" y="2793" />
	<ns0:Point x="3232" y="2794" />
	<ns0:Point x="3225" y="2794" />
	<ns0:Point x="3225" y="2795" />
	<ns0:Point x="3220" y="2795" />
	<ns0:Point x="3220" y="2796" />
	<ns0:Point x="3215" y="2796" />
	<ns0:Point x="3215" y="2797" />
	<ns0:Point x="3211" y="2797" />
	<ns0:Point x="3211" y="2798" />
	<ns0:Point x="3201" y="2798" />
	<ns0:Point x="3201" y="2799" />
	<ns0:Point x="3194" y="2799" />
	<ns0:Point x="3194" y="2800" />
	<ns0:Point x="3179" y="2800" />
	<ns0:Point x="3179" y="2801" />
	<ns0:Point x="3162" y="2801" />
	<ns0:Point x="3162" y="2802" />
	<ns0:Point x="3144" y="2802" />
	<ns0:Point x="3144" y="2803" />
	<ns0:Point x="3073" y="2803" />
	<ns0:Point x="3073" y="2804" />
	<ns0:Point x="2982" y="2804" />
	<ns0:Point x="2982" y="2803" />
	<ns0:Point x="2861" y="2803" />
	<ns0:Point x="2861" y="2802" />
	<ns0:Point x="2275" y="2802" />
	<ns0:Point x="2275" y="2803" />
	<ns0:Point x="2256" y="2803" />
	<ns0:Point x="2256" y="2804" />
	<ns0:Point x="2252" y="2804" />
	<ns0:Point x="2252" y="2803" />
	<ns0:Point x="2251" y="2803" />
	<ns0:Point x="2251" y="2800" />
	<ns0:Point x="2252" y="2800" />
	<ns0:Point x="2252" y="2799" />
	<ns0:Point x="2254" y="2799" />
	<ns0:Point x="2254" y="2798" />
	<ns0:Point x="2266" y="2798" />
	<ns0:Point x="2266" y="2799" />
	<ns0:Point x="2541" y="2799" />
	<ns0:Point x="2541" y="2798" />
	<ns0:Point x="2542" y="2798" />
	<ns0:Point x="2542" y="2799" />
	<ns0:Point x="2790" y="2799" />
	<ns0:Point x="2790" y="2800" />
	<ns0:Point x="3034" y="2800" />
	<ns0:Point x="3034" y="2799" />
	<ns0:Point x="3132" y="2799" />
	<ns0:Point x="3132" y="2798" />
	<ns0:Point x="3156" y="2798" />
	<ns0:Point x="3156" y="2797" />
	<ns0:Point x="3171" y="2797" />
	<ns0:Point x="3171" y="2796" />
	<ns0:Point x="3181" y="2796" />
	<ns0:Point x="3181" y="2795" />
	<ns0:Point x="3188" y="2795" />
	<ns0:Point x="3188" y="2794" />
	<ns0:Point x="3203" y="2794" />
	<ns0:Point x="3203" y="2793" />
	<ns0:Point x="3211" y="2793" />
	<ns0:Point x="3211" y="2792" />
	<ns0:Point x="3224" y="2792" />
	<ns0:Point x="3224" y="2791" />
	<ns0:Point x="3230" y="2791" />
	<ns0:Point x="3230" y="2790" />
	<ns0:Point x="3234" y="2790" />
	<ns0:Point x="3234" y="2789" />
	<ns0:Point x="3239" y="2789" />
	<ns0:Point x="3239" y="2788" />
	<ns0:Point x="3245" y="2788" />
	<ns0:Point x="3245" y="2787" />
	<ns0:Point x="3248" y="2787" />
	<ns0:Point x="3248" y="2786" />
	<ns0:Point x="3250" y="2786" />
	<ns0:Point x="3250" y="2785" />
	<ns0:Point x="3253" y="2785" />
	<ns0:Point x="3253" y="2784" />
	<ns0:Point x="3256" y="2784" />
	<ns0:Point x="3256" y="2783" />
	<ns0:Point x="3259" y="2783" />
	<ns0:Point x="3259" y="2782" />
	<ns0:Point x="3261" y="2782" />
	<ns0:Point x="3261" y="2781" />
	<ns0:Point x="3263" y="2781" />
	<ns0:Point x="3263" y="2780" />
	<ns0:Point x="3264" y="2780" />
	<ns0:Point x="3264" y="2779" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r265">
	<ns0:Coords>
	<ns0:Point x="3269" y="3037" />
	<ns0:Point x="3269" y="3038" />
	<ns0:Point x="3270" y="3038" />
	<ns0:Point x="3270" y="3042" />
	<ns0:Point x="3269" y="3042" />
	<ns0:Point x="3269" y="3044" />
	<ns0:Point x="3267" y="3044" />
	<ns0:Point x="3267" y="3045" />
	<ns0:Point x="3266" y="3045" />
	<ns0:Point x="3266" y="3046" />
	<ns0:Point x="3263" y="3046" />
	<ns0:Point x="3263" y="3047" />
	<ns0:Point x="3261" y="3047" />
	<ns0:Point x="3261" y="3048" />
	<ns0:Point x="3260" y="3048" />
	<ns0:Point x="3260" y="3049" />
	<ns0:Point x="3256" y="3049" />
	<ns0:Point x="3256" y="3050" />
	<ns0:Point x="3254" y="3050" />
	<ns0:Point x="3254" y="3051" />
	<ns0:Point x="3251" y="3051" />
	<ns0:Point x="3251" y="3052" />
	<ns0:Point x="3249" y="3052" />
	<ns0:Point x="3249" y="3053" />
	<ns0:Point x="3245" y="3053" />
	<ns0:Point x="3245" y="3054" />
	<ns0:Point x="3242" y="3054" />
	<ns0:Point x="3242" y="3055" />
	<ns0:Point x="3240" y="3055" />
	<ns0:Point x="3240" y="3056" />
	<ns0:Point x="3236" y="3056" />
	<ns0:Point x="3236" y="3057" />
	<ns0:Point x="3235" y="3057" />
	<ns0:Point x="3235" y="3058" />
	<ns0:Point x="3227" y="3058" />
	<ns0:Point x="3227" y="3059" />
	<ns0:Point x="3225" y="3059" />
	<ns0:Point x="3225" y="3060" />
	<ns0:Point x="3217" y="3060" />
	<ns0:Point x="3217" y="3061" />
	<ns0:Point x="3211" y="3061" />
	<ns0:Point x="3211" y="3062" />
	<ns0:Point x="3208" y="3062" />
	<ns0:Point x="3208" y="3063" />
	<ns0:Point x="3187" y="3063" />
	<ns0:Point x="3187" y="3064" />
	<ns0:Point x="3178" y="3064" />
	<ns0:Point x="3178" y="3065" />
	<ns0:Point x="3172" y="3065" />
	<ns0:Point x="3172" y="3069" />
	<ns0:Point x="3171" y="3069" />
	<ns0:Point x="3171" y="3067" />
	<ns0:Point x="3022" y="3067" />
	<ns0:Point x="3022" y="3068" />
	<ns0:Point x="2998" y="3068" />
	<ns0:Point x="2998" y="3069" />
	<ns0:Point x="2980" y="3069" />
	<ns0:Point x="2980" y="3068" />
	<ns0:Point x="2770" y="3068" />
	<ns0:Point x="2770" y="3067" />
	<ns0:Point x="2643" y="3067" />
	<ns0:Point x="2643" y="3068" />
	<ns0:Point x="2629" y="3068" />
	<ns0:Point x="2629" y="3069" />
	<ns0:Point x="2629" y="3068" />
	<ns0:Point x="2470" y="3068" />
	<ns0:Point x="2470" y="3069" />
	<ns0:Point x="2468" y="3069" />
	<ns0:Point x="2468" y="3071" />
	<ns0:Point x="2468" y="3070" />
	<ns0:Point x="2412" y="3070" />
	<ns0:Point x="2412" y="3069" />
	<ns0:Point x="2260" y="3069" />
	<ns0:Point x="2260" y="3068" />
	<ns0:Point x="2259" y="3068" />
	<ns0:Point x="2259" y="3066" />
	<ns0:Point x="2261" y="3066" />
	<ns0:Point x="2261" y="3065" />
	<ns0:Point x="2262" y="3065" />
	<ns0:Point x="2262" y="3066" />
	<ns0:Point x="2410" y="3066" />
	<ns0:Point x="2410" y="3065" />
	<ns0:Point x="2469" y="3065" />
	<ns0:Point x="2469" y="3066" />
	<ns0:Point x="2594" y="3066" />
	<ns0:Point x="2594" y="3065" />
	<ns0:Point x="2834" y="3065" />
	<ns0:Point x="2834" y="3064" />
	<ns0:Point x="2888" y="3064" />
	<ns0:Point x="2888" y="3062" />
	<ns0:Point x="2888" y="3063" />
	<ns0:Point x="3005" y="3063" />
	<ns0:Point x="3005" y="3062" />
	<ns0:Point x="3006" y="3062" />
	<ns0:Point x="3006" y="3063" />
	<ns0:Point x="3163" y="3063" />
	<ns0:Point x="3163" y="3062" />
	<ns0:Point x="3185" y="3062" />
	<ns0:Point x="3185" y="3061" />
	<ns0:Point x="3194" y="3061" />
	<ns0:Point x="3194" y="3060" />
	<ns0:Point x="3198" y="3060" />
	<ns0:Point x="3198" y="3059" />
	<ns0:Point x="3201" y="3059" />
	<ns0:Point x="3201" y="3058" />
	<ns0:Point x="3212" y="3058" />
	<ns0:Point x="3212" y="3057" />
	<ns0:Point x="3219" y="3057" />
	<ns0:Point x="3219" y="3056" />
	<ns0:Point x="3225" y="3056" />
	<ns0:Point x="3225" y="3055" />
	<ns0:Point x="3227" y="3055" />
	<ns0:Point x="3227" y="3054" />
	<ns0:Point x="3231" y="3054" />
	<ns0:Point x="3231" y="3053" />
	<ns0:Point x="3233" y="3053" />
	<ns0:Point x="3233" y="3052" />
	<ns0:Point x="3238" y="3052" />
	<ns0:Point x="3238" y="3051" />
	<ns0:Point x="3243" y="3051" />
	<ns0:Point x="3243" y="3050" />
	<ns0:Point x="3245" y="3050" />
	<ns0:Point x="3245" y="3049" />
	<ns0:Point x="3247" y="3049" />
	<ns0:Point x="3247" y="3048" />
	<ns0:Point x="3248" y="3048" />
	<ns0:Point x="3248" y="3047" />
	<ns0:Point x="3253" y="3047" />
	<ns0:Point x="3253" y="3046" />
	<ns0:Point x="3255" y="3046" />
	<ns0:Point x="3255" y="3045" />
	<ns0:Point x="3257" y="3045" />
	<ns0:Point x="3257" y="3044" />
	<ns0:Point x="3259" y="3044" />
	<ns0:Point x="3259" y="3043" />
	<ns0:Point x="3261" y="3043" />
	<ns0:Point x="3261" y="3042" />
	<ns0:Point x="3262" y="3042" />
	<ns0:Point x="3262" y="3041" />
	<ns0:Point x="3263" y="3041" />
	<ns0:Point x="3263" y="3040" />
	<ns0:Point x="3264" y="3040" />
	<ns0:Point x="3264" y="3039" />
	<ns0:Point x="3266" y="3039" />
	<ns0:Point x="3266" y="3038" />
	<ns0:Point x="3268" y="3038" />
	<ns0:Point x="3268" y="3037" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r266">
	<ns0:Coords>
	<ns0:Point x="3267" y="3437" />
	<ns0:Point x="3267" y="3443" />
	<ns0:Point x="3266" y="3443" />
	<ns0:Point x="3266" y="3444" />
	<ns0:Point x="3265" y="3444" />
	<ns0:Point x="3265" y="3445" />
	<ns0:Point x="3264" y="3445" />
	<ns0:Point x="3264" y="3446" />
	<ns0:Point x="3263" y="3446" />
	<ns0:Point x="3263" y="3447" />
	<ns0:Point x="3262" y="3447" />
	<ns0:Point x="3262" y="3448" />
	<ns0:Point x="3259" y="3448" />
	<ns0:Point x="3259" y="3449" />
	<ns0:Point x="3258" y="3449" />
	<ns0:Point x="3258" y="3450" />
	<ns0:Point x="3255" y="3450" />
	<ns0:Point x="3255" y="3451" />
	<ns0:Point x="3253" y="3451" />
	<ns0:Point x="3253" y="3452" />
	<ns0:Point x="3251" y="3452" />
	<ns0:Point x="3251" y="3453" />
	<ns0:Point x="3249" y="3453" />
	<ns0:Point x="3249" y="3454" />
	<ns0:Point x="3247" y="3454" />
	<ns0:Point x="3247" y="3455" />
	<ns0:Point x="3245" y="3455" />
	<ns0:Point x="3245" y="3456" />
	<ns0:Point x="3242" y="3456" />
	<ns0:Point x="3242" y="3457" />
	<ns0:Point x="3241" y="3457" />
	<ns0:Point x="3241" y="3458" />
	<ns0:Point x="3239" y="3458" />
	<ns0:Point x="3239" y="3459" />
	<ns0:Point x="3235" y="3459" />
	<ns0:Point x="3235" y="3460" />
	<ns0:Point x="3233" y="3460" />
	<ns0:Point x="3233" y="3461" />
	<ns0:Point x="3225" y="3461" />
	<ns0:Point x="3225" y="3462" />
	<ns0:Point x="3222" y="3462" />
	<ns0:Point x="3222" y="3463" />
	<ns0:Point x="3219" y="3463" />
	<ns0:Point x="3219" y="3464" />
	<ns0:Point x="3211" y="3464" />
	<ns0:Point x="3211" y="3465" />
	<ns0:Point x="3204" y="3465" />
	<ns0:Point x="3204" y="3466" />
	<ns0:Point x="3202" y="3466" />
	<ns0:Point x="3202" y="3467" />
	<ns0:Point x="3189" y="3467" />
	<ns0:Point x="3189" y="3468" />
	<ns0:Point x="3178" y="3468" />
	<ns0:Point x="3178" y="3469" />
	<ns0:Point x="3162" y="3469" />
	<ns0:Point x="3162" y="3470" />
	<ns0:Point x="3116" y="3470" />
	<ns0:Point x="3116" y="3471" />
	<ns0:Point x="3114" y="3471" />
	<ns0:Point x="3114" y="3472" />
	<ns0:Point x="3114" y="3471" />
	<ns0:Point x="2949" y="3471" />
	<ns0:Point x="2949" y="3470" />
	<ns0:Point x="2754" y="3470" />
	<ns0:Point x="2754" y="3471" />
	<ns0:Point x="2635" y="3471" />
	<ns0:Point x="2635" y="3472" />
	<ns0:Point x="2608" y="3472" />
	<ns0:Point x="2608" y="3473" />
	<ns0:Point x="2555" y="3473" />
	<ns0:Point x="2555" y="3474" />
	<ns0:Point x="2527" y="3474" />
	<ns0:Point x="2527" y="3473" />
	<ns0:Point x="2350" y="3473" />
	<ns0:Point x="2350" y="3474" />
	<ns0:Point x="2263" y="3474" />
	<ns0:Point x="2263" y="3475" />
	<ns0:Point x="2262" y="3475" />
	<ns0:Point x="2262" y="3474" />
	<ns0:Point x="2260" y="3474" />
	<ns0:Point x="2260" y="3472" />
	<ns0:Point x="2259" y="3472" />
	<ns0:Point x="2259" y="3471" />
	<ns0:Point x="2260" y="3471" />
	<ns0:Point x="2260" y="3470" />
	<ns0:Point x="2430" y="3470" />
	<ns0:Point x="2430" y="3471" />
	<ns0:Point x="2589" y="3471" />
	<ns0:Point x="2589" y="3470" />
	<ns0:Point x="2658" y="3470" />
	<ns0:Point x="2658" y="3469" />
	<ns0:Point x="2732" y="3469" />
	<ns0:Point x="2732" y="3468" />
	<ns0:Point x="3138" y="3468" />
	<ns0:Point x="3138" y="3467" />
	<ns0:Point x="3163" y="3467" />
	<ns0:Point x="3163" y="3466" />
	<ns0:Point x="3177" y="3466" />
	<ns0:Point x="3177" y="3465" />
	<ns0:Point x="3190" y="3465" />
	<ns0:Point x="3190" y="3464" />
	<ns0:Point x="3197" y="3464" />
	<ns0:Point x="3197" y="3463" />
	<ns0:Point x="3203" y="3463" />
	<ns0:Point x="3203" y="3462" />
	<ns0:Point x="3208" y="3462" />
	<ns0:Point x="3208" y="3461" />
	<ns0:Point x="3215" y="3461" />
	<ns0:Point x="3215" y="3460" />
	<ns0:Point x="3220" y="3460" />
	<ns0:Point x="3220" y="3459" />
	<ns0:Point x="3223" y="3459" />
	<ns0:Point x="3223" y="3458" />
	<ns0:Point x="3228" y="3458" />
	<ns0:Point x="3228" y="3457" />
	<ns0:Point x="3231" y="3457" />
	<ns0:Point x="3231" y="3456" />
	<ns0:Point x="3234" y="3456" />
	<ns0:Point x="3234" y="3455" />
	<ns0:Point x="3237" y="3455" />
	<ns0:Point x="3237" y="3454" />
	<ns0:Point x="3241" y="3454" />
	<ns0:Point x="3241" y="3453" />
	<ns0:Point x="3243" y="3453" />
	<ns0:Point x="3243" y="3452" />
	<ns0:Point x="3245" y="3452" />
	<ns0:Point x="3245" y="3451" />
	<ns0:Point x="3247" y="3451" />
	<ns0:Point x="3247" y="3450" />
	<ns0:Point x="3250" y="3450" />
	<ns0:Point x="3250" y="3449" />
	<ns0:Point x="3252" y="3449" />
	<ns0:Point x="3252" y="3448" />
	<ns0:Point x="3253" y="3448" />
	<ns0:Point x="3253" y="3447" />
	<ns0:Point x="3255" y="3447" />
	<ns0:Point x="3255" y="3446" />
	<ns0:Point x="3256" y="3446" />
	<ns0:Point x="3256" y="3445" />
	<ns0:Point x="3258" y="3445" />
	<ns0:Point x="3258" y="3444" />
	<ns0:Point x="3259" y="3444" />
	<ns0:Point x="3259" y="3443" />
	<ns0:Point x="3261" y="3443" />
	<ns0:Point x="3261" y="3442" />
	<ns0:Point x="3262" y="3442" />
	<ns0:Point x="3262" y="3441" />
	<ns0:Point x="3263" y="3441" />
	<ns0:Point x="3263" y="3439" />
	<ns0:Point x="3265" y="3439" />
	<ns0:Point x="3265" y="3437" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r89" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2272" y="3080" />
	<ns0:Point x="3248" y="3080" />
	<ns0:Point x="3248" y="3170" />
	<ns0:Point x="2966" y="3170" />
	<ns0:Point x="2966" y="3216" />
	<ns0:Point x="2584" y="3216" />
	<ns0:Point x="2584" y="3170" />
	<ns0:Point x="2272" y="3170" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>SALON DES VARIÉTÉS DILIGENTIA,
KALVERSTRAAT.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r74" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2258" y="1214" />
	<ns0:Point x="3258" y="1214" />
	<ns0:Point x="3258" y="1348" />
	<ns0:Point x="3020" y="1348" />
	<ns0:Point x="3020" y="1464" />
	<ns0:Point x="2500" y="1464" />
	<ns0:Point x="2500" y="1348" />
	<ns0:Point x="2258" y="1348" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>ALGEMEENE VERLICHTING DER TEN-
TOONSTELLINGSZALEN
EN
CONCERT-PROMENADE.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r268" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3266" y="3959" />
	<ns0:Point x="3266" y="4014" />
	<ns0:Point x="3265" y="4014" />
	<ns0:Point x="3265" y="4020" />
	<ns0:Point x="3246" y="4020" />
	<ns0:Point x="3246" y="4021" />
	<ns0:Point x="3218" y="4021" />
	<ns0:Point x="3218" y="4022" />
	<ns0:Point x="3191" y="4022" />
	<ns0:Point x="3191" y="4023" />
	<ns0:Point x="3163" y="4023" />
	<ns0:Point x="3163" y="4024" />
	<ns0:Point x="3136" y="4024" />
	<ns0:Point x="3136" y="4025" />
	<ns0:Point x="3108" y="4025" />
	<ns0:Point x="3108" y="4026" />
	<ns0:Point x="3081" y="4026" />
	<ns0:Point x="3081" y="4027" />
	<ns0:Point x="3053" y="4027" />
	<ns0:Point x="3053" y="4028" />
	<ns0:Point x="3026" y="4028" />
	<ns0:Point x="3026" y="4029" />
	<ns0:Point x="2998" y="4029" />
	<ns0:Point x="2998" y="4030" />
	<ns0:Point x="2971" y="4030" />
	<ns0:Point x="2971" y="4031" />
	<ns0:Point x="2943" y="4031" />
	<ns0:Point x="2943" y="4032" />
	<ns0:Point x="2916" y="4032" />
	<ns0:Point x="2916" y="4033" />
	<ns0:Point x="2888" y="4033" />
	<ns0:Point x="2888" y="4034" />
	<ns0:Point x="2861" y="4034" />
	<ns0:Point x="2861" y="4035" />
	<ns0:Point x="2833" y="4035" />
	<ns0:Point x="2833" y="4036" />
	<ns0:Point x="2806" y="4036" />
	<ns0:Point x="2806" y="4037" />
	<ns0:Point x="2778" y="4037" />
	<ns0:Point x="2778" y="4038" />
	<ns0:Point x="2777" y="4038" />
	<ns0:Point x="2777" y="4039" />
	<ns0:Point x="2775" y="4039" />
	<ns0:Point x="2775" y="4040" />
	<ns0:Point x="2773" y="4040" />
	<ns0:Point x="2773" y="4041" />
	<ns0:Point x="2771" y="4041" />
	<ns0:Point x="2771" y="4042" />
	<ns0:Point x="2770" y="4042" />
	<ns0:Point x="2770" y="4043" />
	<ns0:Point x="2768" y="4043" />
	<ns0:Point x="2768" y="4044" />
	<ns0:Point x="2766" y="4044" />
	<ns0:Point x="2766" y="4045" />
	<ns0:Point x="2764" y="4045" />
	<ns0:Point x="2764" y="4046" />
	<ns0:Point x="2762" y="4046" />
	<ns0:Point x="2762" y="4047" />
	<ns0:Point x="2754" y="4047" />
	<ns0:Point x="2754" y="4048" />
	<ns0:Point x="2748" y="4048" />
	<ns0:Point x="2748" y="4047" />
	<ns0:Point x="2747" y="4047" />
	<ns0:Point x="2747" y="4046" />
	<ns0:Point x="2746" y="4046" />
	<ns0:Point x="2746" y="4044" />
	<ns0:Point x="2745" y="4044" />
	<ns0:Point x="2745" y="4042" />
	<ns0:Point x="2744" y="4042" />
	<ns0:Point x="2744" y="4041" />
	<ns0:Point x="2741" y="4041" />
	<ns0:Point x="2741" y="4042" />
	<ns0:Point x="2719" y="4042" />
	<ns0:Point x="2719" y="4043" />
	<ns0:Point x="2547" y="4043" />
	<ns0:Point x="2547" y="4044" />
	<ns0:Point x="2465" y="4044" />
	<ns0:Point x="2465" y="4045" />
	<ns0:Point x="2421" y="4045" />
	<ns0:Point x="2421" y="4046" />
	<ns0:Point x="2244" y="4046" />
	<ns0:Point x="2244" y="3972" />
	<ns0:Point x="3215" y="3972" />
	<ns0:Point x="3215" y="3971" />
	<ns0:Point x="3218" y="3971" />
	<ns0:Point x="3218" y="3970" />
	<ns0:Point x="3222" y="3970" />
	<ns0:Point x="3222" y="3969" />
	<ns0:Point x="3225" y="3969" />
	<ns0:Point x="3225" y="3968" />
	<ns0:Point x="3229" y="3968" />
	<ns0:Point x="3229" y="3967" />
	<ns0:Point x="3232" y="3967" />
	<ns0:Point x="3232" y="3966" />
	<ns0:Point x="3236" y="3966" />
	<ns0:Point x="3236" y="3965" />
	<ns0:Point x="3239" y="3965" />
	<ns0:Point x="3239" y="3964" />
	<ns0:Point x="3243" y="3964" />
	<ns0:Point x="3243" y="3963" />
	<ns0:Point x="3246" y="3963" />
	<ns0:Point x="3246" y="3962" />
	<ns0:Point x="3250" y="3962" />
	<ns0:Point x="3250" y="3961" />
	<ns0:Point x="3253" y="3961" />
	<ns0:Point x="3253" y="3960" />
	<ns0:Point x="3257" y="3960" />
	<ns0:Point x="3257" y="3959" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>vervaardigd door den Heer P. L. VAN DER BRUGH, Kunstvuur-
werkmaker van Z. M. den Koning.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r270" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3265" y="4022" />
	<ns0:Point x="3265" y="4070" />
	<ns0:Point x="3264" y="4070" />
	<ns0:Point x="3264" y="4071" />
	<ns0:Point x="3207" y="4061" />
	<ns0:Point x="3182" y="4071" />
	<ns0:Point x="3144" y="4070" />
	<ns0:Point x="3132" y="4066" />
	<ns0:Point x="3126" y="4074" />
	<ns0:Point x="3112" y="4074" />
	<ns0:Point x="3108" y="4071" />
	<ns0:Point x="3103" y="4069" />
	<ns0:Point x="2962" y="4072" />
	<ns0:Point x="2962" y="4073" />
	<ns0:Point x="2811" y="4073" />
	<ns0:Point x="2811" y="4074" />
	<ns0:Point x="2767" y="4072" />
	<ns0:Point x="2763" y="4079" />
	<ns0:Point x="2754" y="4079" />
	<ns0:Point x="2752" y="4074" />
	<ns0:Point x="2659" y="4074" />
	<ns0:Point x="2659" y="4075" />
	<ns0:Point x="2658" y="4075" />
	<ns0:Point x="2658" y="4076" />
	<ns0:Point x="2657" y="4076" />
	<ns0:Point x="2657" y="4077" />
	<ns0:Point x="2656" y="4077" />
	<ns0:Point x="2656" y="4078" />
	<ns0:Point x="2655" y="4078" />
	<ns0:Point x="2655" y="4079" />
	<ns0:Point x="2654" y="4079" />
	<ns0:Point x="2654" y="4080" />
	<ns0:Point x="2653" y="4080" />
	<ns0:Point x="2653" y="4081" />
	<ns0:Point x="2287" y="4081" />
	<ns0:Point x="2287" y="4080" />
	<ns0:Point x="2283" y="4080" />
	<ns0:Point x="2283" y="4079" />
	<ns0:Point x="2279" y="4079" />
	<ns0:Point x="2279" y="4078" />
	<ns0:Point x="2275" y="4078" />
	<ns0:Point x="2275" y="4077" />
	<ns0:Point x="2270" y="4077" />
	<ns0:Point x="2270" y="4076" />
	<ns0:Point x="2266" y="4076" />
	<ns0:Point x="2266" y="4075" />
	<ns0:Point x="2262" y="4075" />
	<ns0:Point x="2262" y="4074" />
	<ns0:Point x="2257" y="4074" />
	<ns0:Point x="2257" y="4073" />
	<ns0:Point x="2253" y="4073" />
	<ns0:Point x="2253" y="4072" />
	<ns0:Point x="2249" y="4072" />
	<ns0:Point x="2249" y="4071" />
	<ns0:Point x="2244" y="4071" />
	<ns0:Point x="2244" y="4048" />
	<ns0:Point x="2423" y="4048" />
	<ns0:Point x="2423" y="4047" />
	<ns0:Point x="2467" y="4047" />
	<ns0:Point x="2467" y="4046" />
	<ns0:Point x="2549" y="4046" />
	<ns0:Point x="2549" y="4045" />
	<ns0:Point x="2721" y="4045" />
	<ns0:Point x="2721" y="4044" />
	<ns0:Point x="2743" y="4044" />
	<ns0:Point x="2743" y="4046" />
	<ns0:Point x="2744" y="4046" />
	<ns0:Point x="2744" y="4048" />
	<ns0:Point x="2745" y="4048" />
	<ns0:Point x="2745" y="4049" />
	<ns0:Point x="2746" y="4049" />
	<ns0:Point x="2746" y="4050" />
	<ns0:Point x="2756" y="4050" />
	<ns0:Point x="2756" y="4049" />
	<ns0:Point x="2764" y="4049" />
	<ns0:Point x="2764" y="4048" />
	<ns0:Point x="2766" y="4048" />
	<ns0:Point x="2766" y="4047" />
	<ns0:Point x="2768" y="4047" />
	<ns0:Point x="2768" y="4046" />
	<ns0:Point x="2770" y="4046" />
	<ns0:Point x="2770" y="4045" />
	<ns0:Point x="2772" y="4045" />
	<ns0:Point x="2772" y="4044" />
	<ns0:Point x="2773" y="4044" />
	<ns0:Point x="2773" y="4043" />
	<ns0:Point x="2775" y="4043" />
	<ns0:Point x="2775" y="4042" />
	<ns0:Point x="2777" y="4042" />
	<ns0:Point x="2777" y="4041" />
	<ns0:Point x="2779" y="4041" />
	<ns0:Point x="2779" y="4040" />
	<ns0:Point x="2780" y="4040" />
	<ns0:Point x="2780" y="4039" />
	<ns0:Point x="2808" y="4039" />
	<ns0:Point x="2808" y="4038" />
	<ns0:Point x="2835" y="4038" />
	<ns0:Point x="2835" y="4037" />
	<ns0:Point x="2863" y="4037" />
	<ns0:Point x="2863" y="4036" />
	<ns0:Point x="2890" y="4036" />
	<ns0:Point x="2890" y="4035" />
	<ns0:Point x="2918" y="4035" />
	<ns0:Point x="2918" y="4034" />
	<ns0:Point x="2945" y="4034" />
	<ns0:Point x="2945" y="4033" />
	<ns0:Point x="2973" y="4033" />
	<ns0:Point x="2973" y="4032" />
	<ns0:Point x="3000" y="4032" />
	<ns0:Point x="3000" y="4031" />
	<ns0:Point x="3028" y="4031" />
	<ns0:Point x="3028" y="4030" />
	<ns0:Point x="3055" y="4030" />
	<ns0:Point x="3055" y="4029" />
	<ns0:Point x="3083" y="4029" />
	<ns0:Point x="3083" y="4028" />
	<ns0:Point x="3110" y="4028" />
	<ns0:Point x="3110" y="4027" />
	<ns0:Point x="3138" y="4027" />
	<ns0:Point x="3138" y="4026" />
	<ns0:Point x="3165" y="4026" />
	<ns0:Point x="3165" y="4025" />
	<ns0:Point x="3193" y="4025" />
	<ns0:Point x="3193" y="4024" />
	<ns0:Point x="3220" y="4024" />
	<ns0:Point x="3220" y="4023" />
	<ns0:Point x="3248" y="4023" />
	<ns0:Point x="3248" y="4022" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Entrée voor het Publiek f 1.49 per Persoon. Aanvang 7½ Ure.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r271">
	<ns0:Coords>
	<ns0:Point x="3260" y="4090" />
	<ns0:Point x="3259" y="4090" />
	<ns0:Point x="3259" y="4091" />
	<ns0:Point x="3257" y="4091" />
	<ns0:Point x="3257" y="4092" />
	<ns0:Point x="3256" y="4092" />
	<ns0:Point x="3256" y="4093" />
	<ns0:Point x="3254" y="4093" />
	<ns0:Point x="3254" y="4094" />
	<ns0:Point x="3253" y="4094" />
	<ns0:Point x="3253" y="4095" />
	<ns0:Point x="3251" y="4095" />
	<ns0:Point x="3251" y="4096" />
	<ns0:Point x="3250" y="4096" />
	<ns0:Point x="3250" y="4097" />
	<ns0:Point x="3248" y="4097" />
	<ns0:Point x="3248" y="4098" />
	<ns0:Point x="3246" y="4098" />
	<ns0:Point x="3246" y="4099" />
	<ns0:Point x="3243" y="4099" />
	<ns0:Point x="3243" y="4100" />
	<ns0:Point x="3241" y="4100" />
	<ns0:Point x="3241" y="4101" />
	<ns0:Point x="3239" y="4101" />
	<ns0:Point x="3239" y="4102" />
	<ns0:Point x="3236" y="4102" />
	<ns0:Point x="3236" y="4103" />
	<ns0:Point x="3233" y="4103" />
	<ns0:Point x="3233" y="4104" />
	<ns0:Point x="3230" y="4104" />
	<ns0:Point x="3230" y="4105" />
	<ns0:Point x="3224" y="4105" />
	<ns0:Point x="3224" y="4106" />
	<ns0:Point x="3222" y="4106" />
	<ns0:Point x="3222" y="4107" />
	<ns0:Point x="3216" y="4107" />
	<ns0:Point x="3216" y="4108" />
	<ns0:Point x="3209" y="4108" />
	<ns0:Point x="3209" y="4109" />
	<ns0:Point x="3205" y="4109" />
	<ns0:Point x="3205" y="4110" />
	<ns0:Point x="3202" y="4110" />
	<ns0:Point x="3202" y="4111" />
	<ns0:Point x="3200" y="4111" />
	<ns0:Point x="3200" y="4112" />
	<ns0:Point x="3177" y="4112" />
	<ns0:Point x="3177" y="4113" />
	<ns0:Point x="3159" y="4113" />
	<ns0:Point x="3159" y="4114" />
	<ns0:Point x="3108" y="4114" />
	<ns0:Point x="3108" y="4115" />
	<ns0:Point x="2929" y="4115" />
	<ns0:Point x="2929" y="4116" />
	<ns0:Point x="2875" y="4116" />
	<ns0:Point x="2875" y="4117" />
	<ns0:Point x="2783" y="4117" />
	<ns0:Point x="2783" y="4118" />
	<ns0:Point x="2611" y="4118" />
	<ns0:Point x="2611" y="4119" />
	<ns0:Point x="2498" y="4119" />
	<ns0:Point x="2498" y="4120" />
	<ns0:Point x="2424" y="4120" />
	<ns0:Point x="2424" y="4121" />
	<ns0:Point x="2384" y="4121" />
	<ns0:Point x="2384" y="4122" />
	<ns0:Point x="2275" y="4122" />
	<ns0:Point x="2275" y="4123" />
	<ns0:Point x="2261" y="4123" />
	<ns0:Point x="2261" y="4122" />
	<ns0:Point x="2256" y="4122" />
	<ns0:Point x="2256" y="4121" />
	<ns0:Point x="2255" y="4121" />
	<ns0:Point x="2256" y="4121" />
	<ns0:Point x="2256" y="4120" />
	<ns0:Point x="2260" y="4120" />
	<ns0:Point x="2260" y="4119" />
	<ns0:Point x="2401" y="4119" />
	<ns0:Point x="2401" y="4118" />
	<ns0:Point x="2489" y="4118" />
	<ns0:Point x="2489" y="4117" />
	<ns0:Point x="2624" y="4117" />
	<ns0:Point x="2624" y="4116" />
	<ns0:Point x="2647" y="4116" />
	<ns0:Point x="2647" y="4115" />
	<ns0:Point x="2869" y="4115" />
	<ns0:Point x="2869" y="4114" />
	<ns0:Point x="2950" y="4114" />
	<ns0:Point x="2950" y="4113" />
	<ns0:Point x="3015" y="4113" />
	<ns0:Point x="3015" y="4112" />
	<ns0:Point x="3181" y="4112" />
	<ns0:Point x="3181" y="4111" />
	<ns0:Point x="3185" y="4111" />
	<ns0:Point x="3185" y="4110" />
	<ns0:Point x="3190" y="4110" />
	<ns0:Point x="3190" y="4109" />
	<ns0:Point x="3199" y="4109" />
	<ns0:Point x="3199" y="4108" />
	<ns0:Point x="3202" y="4108" />
	<ns0:Point x="3202" y="4107" />
	<ns0:Point x="3211" y="4107" />
	<ns0:Point x="3211" y="4106" />
	<ns0:Point x="3218" y="4106" />
	<ns0:Point x="3218" y="4105" />
	<ns0:Point x="3222" y="4105" />
	<ns0:Point x="3222" y="4104" />
	<ns0:Point x="3225" y="4104" />
	<ns0:Point x="3225" y="4103" />
	<ns0:Point x="3228" y="4103" />
	<ns0:Point x="3228" y="4102" />
	<ns0:Point x="3231" y="4102" />
	<ns0:Point x="3231" y="4101" />
	<ns0:Point x="3234" y="4101" />
	<ns0:Point x="3234" y="4100" />
	<ns0:Point x="3236" y="4100" />
	<ns0:Point x="3236" y="4099" />
	<ns0:Point x="3239" y="4099" />
	<ns0:Point x="3239" y="4098" />
	<ns0:Point x="3241" y="4098" />
	<ns0:Point x="3241" y="4097" />
	<ns0:Point x="3243" y="4097" />
	<ns0:Point x="3243" y="4096" />
	<ns0:Point x="3245" y="4096" />
	<ns0:Point x="3245" y="4095" />
	<ns0:Point x="3247" y="4095" />
	<ns0:Point x="3247" y="4094" />
	<ns0:Point x="3248" y="4094" />
	<ns0:Point x="3248" y="4093" />
	<ns0:Point x="3250" y="4093" />
	<ns0:Point x="3250" y="4092" />
	<ns0:Point x="3251" y="4092" />
	<ns0:Point x="3251" y="4091" />
	<ns0:Point x="3253" y="4091" />
	<ns0:Point x="3253" y="4090" />
	<ns0:Point x="3254" y="4090" />
	<ns0:Point x="3254" y="4089" />
	<ns0:Point x="3255" y="4089" />
	<ns0:Point x="3255" y="4088" />
	<ns0:Point x="3256" y="4088" />
	<ns0:Point x="3256" y="4087" />
	<ns0:Point x="3257" y="4087" />
	<ns0:Point x="3257" y="4086" />
	<ns0:Point x="3258" y="4086" />
	<ns0:Point x="3258" y="4085" />
	<ns0:Point x="3259" y="4085" />
	<ns0:Point x="3259" y="4084" />
	<ns0:Point x="3260" y="4084" />
	<ns0:Point x="3260" y="4083" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r273" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3262" y="4172" />
	<ns0:Point x="3262" y="4174" />
	<ns0:Point x="3263" y="4174" />
	<ns0:Point x="3263" y="4176" />
	<ns0:Point x="3264" y="4176" />
	<ns0:Point x="3264" y="4178" />
	<ns0:Point x="3265" y="4178" />
	<ns0:Point x="3265" y="4180" />
	<ns0:Point x="3266" y="4180" />
	<ns0:Point x="3266" y="4182" />
	<ns0:Point x="3267" y="4182" />
	<ns0:Point x="3267" y="4184" />
	<ns0:Point x="3268" y="4184" />
	<ns0:Point x="3268" y="4248" />
	<ns0:Point x="3267" y="4248" />
	<ns0:Point x="3267" y="4310" />
	<ns0:Point x="3266" y="4310" />
	<ns0:Point x="3266" y="4372" />
	<ns0:Point x="3265" y="4372" />
	<ns0:Point x="3265" y="4434" />
	<ns0:Point x="3264" y="4434" />
	<ns0:Point x="3264" y="4441" />
	<ns0:Point x="3237" y="4441" />
	<ns0:Point x="3237" y="4442" />
	<ns0:Point x="3198" y="4442" />
	<ns0:Point x="3198" y="4443" />
	<ns0:Point x="3159" y="4443" />
	<ns0:Point x="3159" y="4444" />
	<ns0:Point x="3119" y="4444" />
	<ns0:Point x="3119" y="4445" />
	<ns0:Point x="3080" y="4445" />
	<ns0:Point x="3080" y="4446" />
	<ns0:Point x="3041" y="4446" />
	<ns0:Point x="3041" y="4447" />
	<ns0:Point x="3002" y="4447" />
	<ns0:Point x="3002" y="4448" />
	<ns0:Point x="2962" y="4448" />
	<ns0:Point x="2962" y="4449" />
	<ns0:Point x="2923" y="4449" />
	<ns0:Point x="2923" y="4450" />
	<ns0:Point x="2884" y="4450" />
	<ns0:Point x="2884" y="4451" />
	<ns0:Point x="2845" y="4451" />
	<ns0:Point x="2845" y="4452" />
	<ns0:Point x="2805" y="4452" />
	<ns0:Point x="2805" y="4453" />
	<ns0:Point x="2766" y="4453" />
	<ns0:Point x="2766" y="4454" />
	<ns0:Point x="2727" y="4454" />
	<ns0:Point x="2727" y="4455" />
	<ns0:Point x="2688" y="4455" />
	<ns0:Point x="2688" y="4456" />
	<ns0:Point x="2648" y="4456" />
	<ns0:Point x="2648" y="4457" />
	<ns0:Point x="2609" y="4457" />
	<ns0:Point x="2609" y="4458" />
	<ns0:Point x="2570" y="4458" />
	<ns0:Point x="2570" y="4459" />
	<ns0:Point x="2531" y="4459" />
	<ns0:Point x="2531" y="4460" />
	<ns0:Point x="2491" y="4460" />
	<ns0:Point x="2491" y="4461" />
	<ns0:Point x="2452" y="4461" />
	<ns0:Point x="2452" y="4462" />
	<ns0:Point x="2413" y="4462" />
	<ns0:Point x="2413" y="4463" />
	<ns0:Point x="2375" y="4463" />
	<ns0:Point x="2375" y="4462" />
	<ns0:Point x="2342" y="4462" />
	<ns0:Point x="2342" y="4461" />
	<ns0:Point x="2309" y="4461" />
	<ns0:Point x="2309" y="4460" />
	<ns0:Point x="2276" y="4460" />
	<ns0:Point x="2276" y="4459" />
	<ns0:Point x="2244" y="4459" />
	<ns0:Point x="2244" y="4412" />
	<ns0:Point x="2245" y="4412" />
	<ns0:Point x="2245" y="4304" />
	<ns0:Point x="2246" y="4304" />
	<ns0:Point x="2246" y="4196" />
	<ns0:Point x="2731" y="4196" />
	<ns0:Point x="2731" y="4197" />
	<ns0:Point x="3217" y="4197" />
	<ns0:Point x="3217" y="4196" />
	<ns0:Point x="3219" y="4196" />
	<ns0:Point x="3219" y="4195" />
	<ns0:Point x="3221" y="4195" />
	<ns0:Point x="3221" y="4194" />
	<ns0:Point x="3222" y="4194" />
	<ns0:Point x="3222" y="4193" />
	<ns0:Point x="3224" y="4193" />
	<ns0:Point x="3224" y="4192" />
	<ns0:Point x="3226" y="4192" />
	<ns0:Point x="3226" y="4191" />
	<ns0:Point x="3228" y="4191" />
	<ns0:Point x="3228" y="4190" />
	<ns0:Point x="3229" y="4190" />
	<ns0:Point x="3229" y="4189" />
	<ns0:Point x="3231" y="4189" />
	<ns0:Point x="3231" y="4188" />
	<ns0:Point x="3233" y="4188" />
	<ns0:Point x="3233" y="4187" />
	<ns0:Point x="3235" y="4187" />
	<ns0:Point x="3235" y="4186" />
	<ns0:Point x="3236" y="4186" />
	<ns0:Point x="3236" y="4185" />
	<ns0:Point x="3238" y="4185" />
	<ns0:Point x="3238" y="4184" />
	<ns0:Point x="3240" y="4184" />
	<ns0:Point x="3240" y="4183" />
	<ns0:Point x="3241" y="4183" />
	<ns0:Point x="3241" y="4182" />
	<ns0:Point x="3243" y="4182" />
	<ns0:Point x="3243" y="4181" />
	<ns0:Point x="3245" y="4181" />
	<ns0:Point x="3245" y="4180" />
	<ns0:Point x="3247" y="4180" />
	<ns0:Point x="3247" y="4179" />
	<ns0:Point x="3248" y="4179" />
	<ns0:Point x="3248" y="4178" />
	<ns0:Point x="3250" y="4178" />
	<ns0:Point x="3250" y="4177" />
	<ns0:Point x="3252" y="4177" />
	<ns0:Point x="3252" y="4176" />
	<ns0:Point x="3254" y="4176" />
	<ns0:Point x="3254" y="4175" />
	<ns0:Point x="3255" y="4175" />
	<ns0:Point x="3255" y="4174" />
	<ns0:Point x="3257" y="4174" />
	<ns0:Point x="3257" y="4173" />
	<ns0:Point x="3259" y="4173" />
	<ns0:Point x="3259" y="4172" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Heden Woensdag 29 Aug. N°. 118 van het Abonn.: Buitengewone
Voorstelling, met medewerking van het Acrobatisch Gymnastisch Ge-
zelschap, onder directie van den Heer GALE, waarbij in het bijzonder
uitmunten de twee komische Violisten of het non plus ultra in dit vak
en den Jongen Heer PALE, bijgenaamd den Jongen Blondin, welke
de eer had dezen bijnaam te verwerven in Amerika, aan het voornaam-
ste tooneel in dit genre; benevens Scènes Comiques en Chansonnettes,
etc. etc.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r277" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3264" y="4443" />
	<ns0:Point x="3264" y="4496" />
	<ns0:Point x="3263" y="4496" />
	<ns0:Point x="3263" y="4503" />
	<ns0:Point x="3262" y="4503" />
	<ns0:Point x="3262" y="4511" />
	<ns0:Point x="3261" y="4511" />
	<ns0:Point x="3261" y="4519" />
	<ns0:Point x="3260" y="4519" />
	<ns0:Point x="3260" y="4526" />
	<ns0:Point x="3259" y="4526" />
	<ns0:Point x="3259" y="4534" />
	<ns0:Point x="3258" y="4534" />
	<ns0:Point x="3258" y="4542" />
	<ns0:Point x="3257" y="4542" />
	<ns0:Point x="3257" y="4549" />
	<ns0:Point x="3256" y="4549" />
	<ns0:Point x="3256" y="4551" />
	<ns0:Point x="3205" y="4551" />
	<ns0:Point x="3205" y="4552" />
	<ns0:Point x="3149" y="4552" />
	<ns0:Point x="3149" y="4553" />
	<ns0:Point x="3093" y="4553" />
	<ns0:Point x="3093" y="4554" />
	<ns0:Point x="3036" y="4554" />
	<ns0:Point x="3036" y="4555" />
	<ns0:Point x="2980" y="4555" />
	<ns0:Point x="2980" y="4556" />
	<ns0:Point x="2924" y="4556" />
	<ns0:Point x="2924" y="4557" />
	<ns0:Point x="2867" y="4557" />
	<ns0:Point x="2867" y="4558" />
	<ns0:Point x="2811" y="4558" />
	<ns0:Point x="2811" y="4559" />
	<ns0:Point x="2755" y="4559" />
	<ns0:Point x="2755" y="4560" />
	<ns0:Point x="2699" y="4560" />
	<ns0:Point x="2699" y="4562" />
	<ns0:Point x="2698" y="4562" />
	<ns0:Point x="2698" y="4565" />
	<ns0:Point x="2697" y="4565" />
	<ns0:Point x="2697" y="4566" />
	<ns0:Point x="2696" y="4566" />
	<ns0:Point x="2696" y="4567" />
	<ns0:Point x="2685" y="4567" />
	<ns0:Point x="2685" y="4566" />
	<ns0:Point x="2684" y="4566" />
	<ns0:Point x="2684" y="4560" />
	<ns0:Point x="2681" y="4560" />
	<ns0:Point x="2681" y="4561" />
	<ns0:Point x="2571" y="4561" />
	<ns0:Point x="2571" y="4562" />
	<ns0:Point x="2461" y="4562" />
	<ns0:Point x="2461" y="4563" />
	<ns0:Point x="2351" y="4563" />
	<ns0:Point x="2351" y="4564" />
	<ns0:Point x="2244" y="4564" />
	<ns0:Point x="2244" y="4461" />
	<ns0:Point x="2274" y="4461" />
	<ns0:Point x="2274" y="4462" />
	<ns0:Point x="2307" y="4462" />
	<ns0:Point x="2307" y="4463" />
	<ns0:Point x="2340" y="4463" />
	<ns0:Point x="2340" y="4464" />
	<ns0:Point x="2373" y="4464" />
	<ns0:Point x="2373" y="4465" />
	<ns0:Point x="2415" y="4465" />
	<ns0:Point x="2415" y="4464" />
	<ns0:Point x="2454" y="4464" />
	<ns0:Point x="2454" y="4463" />
	<ns0:Point x="2493" y="4463" />
	<ns0:Point x="2493" y="4462" />
	<ns0:Point x="2533" y="4462" />
	<ns0:Point x="2533" y="4461" />
	<ns0:Point x="2572" y="4461" />
	<ns0:Point x="2572" y="4460" />
	<ns0:Point x="2611" y="4460" />
	<ns0:Point x="2611" y="4459" />
	<ns0:Point x="2650" y="4459" />
	<ns0:Point x="2650" y="4458" />
	<ns0:Point x="2690" y="4458" />
	<ns0:Point x="2690" y="4457" />
	<ns0:Point x="2729" y="4457" />
	<ns0:Point x="2729" y="4456" />
	<ns0:Point x="2768" y="4456" />
	<ns0:Point x="2768" y="4455" />
	<ns0:Point x="2807" y="4455" />
	<ns0:Point x="2807" y="4454" />
	<ns0:Point x="2847" y="4454" />
	<ns0:Point x="2847" y="4453" />
	<ns0:Point x="2886" y="4453" />
	<ns0:Point x="2886" y="4452" />
	<ns0:Point x="2925" y="4452" />
	<ns0:Point x="2925" y="4451" />
	<ns0:Point x="2964" y="4451" />
	<ns0:Point x="2964" y="4450" />
	<ns0:Point x="3004" y="4450" />
	<ns0:Point x="3004" y="4449" />
	<ns0:Point x="3043" y="4449" />
	<ns0:Point x="3043" y="4448" />
	<ns0:Point x="3082" y="4448" />
	<ns0:Point x="3082" y="4447" />
	<ns0:Point x="3121" y="4447" />
	<ns0:Point x="3121" y="4446" />
	<ns0:Point x="3161" y="4446" />
	<ns0:Point x="3161" y="4445" />
	<ns0:Point x="3200" y="4445" />
	<ns0:Point x="3200" y="4444" />
	<ns0:Point x="3239" y="4444" />
	<ns0:Point x="3239" y="4443" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Niettegenstaande de enorme kosten aan deze voorstelling verbon-
den, blijft de Entrée als gewoonlijk 49 Cent voor het publiek en
HH. Leden behouden het regt van Introductie.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r279" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3256" y="4553" />
	<ns0:Point x="3256" y="4557" />
	<ns0:Point x="3255" y="4557" />
	<ns0:Point x="3255" y="4565" />
	<ns0:Point x="3254" y="4565" />
	<ns0:Point x="3254" y="4572" />
	<ns0:Point x="3253" y="4572" />
	<ns0:Point x="3253" y="4580" />
	<ns0:Point x="3252" y="4580" />
	<ns0:Point x="3252" y="4588" />
	<ns0:Point x="3251" y="4588" />
	<ns0:Point x="3251" y="4589" />
	<ns0:Point x="3156" y="4589" />
	<ns0:Point x="3156" y="4590" />
	<ns0:Point x="2895" y="4590" />
	<ns0:Point x="2895" y="4591" />
	<ns0:Point x="2894" y="4591" />
	<ns0:Point x="2894" y="4592" />
	<ns0:Point x="2893" y="4592" />
	<ns0:Point x="2893" y="4593" />
	<ns0:Point x="2892" y="4593" />
	<ns0:Point x="2892" y="4595" />
	<ns0:Point x="2877" y="4595" />
	<ns0:Point x="2877" y="4594" />
	<ns0:Point x="2876" y="4594" />
	<ns0:Point x="2876" y="4593" />
	<ns0:Point x="2875" y="4593" />
	<ns0:Point x="2875" y="4592" />
	<ns0:Point x="2874" y="4592" />
	<ns0:Point x="2874" y="4591" />
	<ns0:Point x="2795" y="4591" />
	<ns0:Point x="2795" y="4592" />
	<ns0:Point x="2716" y="4592" />
	<ns0:Point x="2716" y="4593" />
	<ns0:Point x="2715" y="4593" />
	<ns0:Point x="2715" y="4594" />
	<ns0:Point x="2714" y="4594" />
	<ns0:Point x="2714" y="4595" />
	<ns0:Point x="2713" y="4595" />
	<ns0:Point x="2713" y="4596" />
	<ns0:Point x="2712" y="4596" />
	<ns0:Point x="2712" y="4597" />
	<ns0:Point x="2711" y="4597" />
	<ns0:Point x="2711" y="4598" />
	<ns0:Point x="2710" y="4598" />
	<ns0:Point x="2710" y="4599" />
	<ns0:Point x="2709" y="4599" />
	<ns0:Point x="2709" y="4600" />
	<ns0:Point x="2593" y="4600" />
	<ns0:Point x="2593" y="4601" />
	<ns0:Point x="2477" y="4601" />
	<ns0:Point x="2477" y="4602" />
	<ns0:Point x="2361" y="4602" />
	<ns0:Point x="2361" y="4603" />
	<ns0:Point x="2244" y="4603" />
	<ns0:Point x="2244" y="4566" />
	<ns0:Point x="2353" y="4566" />
	<ns0:Point x="2353" y="4565" />
	<ns0:Point x="2463" y="4565" />
	<ns0:Point x="2463" y="4564" />
	<ns0:Point x="2573" y="4564" />
	<ns0:Point x="2573" y="4563" />
	<ns0:Point x="2682" y="4563" />
	<ns0:Point x="2682" y="4568" />
	<ns0:Point x="2683" y="4568" />
	<ns0:Point x="2683" y="4569" />
	<ns0:Point x="2698" y="4569" />
	<ns0:Point x="2698" y="4568" />
	<ns0:Point x="2699" y="4568" />
	<ns0:Point x="2699" y="4567" />
	<ns0:Point x="2700" y="4567" />
	<ns0:Point x="2700" y="4564" />
	<ns0:Point x="2701" y="4564" />
	<ns0:Point x="2701" y="4562" />
	<ns0:Point x="2757" y="4562" />
	<ns0:Point x="2757" y="4561" />
	<ns0:Point x="2813" y="4561" />
	<ns0:Point x="2813" y="4560" />
	<ns0:Point x="2869" y="4560" />
	<ns0:Point x="2869" y="4559" />
	<ns0:Point x="2926" y="4559" />
	<ns0:Point x="2926" y="4558" />
	<ns0:Point x="2982" y="4558" />
	<ns0:Point x="2982" y="4557" />
	<ns0:Point x="3038" y="4557" />
	<ns0:Point x="3038" y="4556" />
	<ns0:Point x="3095" y="4556" />
	<ns0:Point x="3095" y="4555" />
	<ns0:Point x="3151" y="4555" />
	<ns0:Point x="3151" y="4554" />
	<ns0:Point x="3207" y="4554" />
	<ns0:Point x="3207" y="4553" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Vrijdag afscheidsvoorstelling tot sluiting van het Abonnement.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r280">
	<ns0:Coords>
	<ns0:Point x="3254" y="4596" />
	<ns0:Point x="3254" y="4597" />
	<ns0:Point x="3255" y="4597" />
	<ns0:Point x="3255" y="4603" />
	<ns0:Point x="3254" y="4603" />
	<ns0:Point x="3254" y="4604" />
	<ns0:Point x="3253" y="4604" />
	<ns0:Point x="3253" y="4605" />
	<ns0:Point x="3252" y="4605" />
	<ns0:Point x="3252" y="4606" />
	<ns0:Point x="3250" y="4606" />
	<ns0:Point x="3250" y="4608" />
	<ns0:Point x="3249" y="4608" />
	<ns0:Point x="3249" y="4609" />
	<ns0:Point x="3247" y="4609" />
	<ns0:Point x="3247" y="4610" />
	<ns0:Point x="3246" y="4610" />
	<ns0:Point x="3246" y="4611" />
	<ns0:Point x="3245" y="4611" />
	<ns0:Point x="3245" y="4612" />
	<ns0:Point x="3244" y="4612" />
	<ns0:Point x="3244" y="4613" />
	<ns0:Point x="3243" y="4613" />
	<ns0:Point x="3243" y="4614" />
	<ns0:Point x="3241" y="4614" />
	<ns0:Point x="3241" y="4615" />
	<ns0:Point x="3239" y="4615" />
	<ns0:Point x="3239" y="4616" />
	<ns0:Point x="3238" y="4616" />
	<ns0:Point x="3238" y="4617" />
	<ns0:Point x="3236" y="4617" />
	<ns0:Point x="3236" y="4618" />
	<ns0:Point x="3235" y="4618" />
	<ns0:Point x="3235" y="4619" />
	<ns0:Point x="3232" y="4619" />
	<ns0:Point x="3232" y="4620" />
	<ns0:Point x="3230" y="4620" />
	<ns0:Point x="3230" y="4621" />
	<ns0:Point x="3228" y="4621" />
	<ns0:Point x="3228" y="4622" />
	<ns0:Point x="3226" y="4622" />
	<ns0:Point x="3226" y="4623" />
	<ns0:Point x="3223" y="4623" />
	<ns0:Point x="3223" y="4624" />
	<ns0:Point x="3220" y="4624" />
	<ns0:Point x="3220" y="4625" />
	<ns0:Point x="3219" y="4625" />
	<ns0:Point x="3219" y="4628" />
	<ns0:Point x="3218" y="4628" />
	<ns0:Point x="3218" y="4636" />
	<ns0:Point x="3217" y="4636" />
	<ns0:Point x="3217" y="4638" />
	<ns0:Point x="3216" y="4638" />
	<ns0:Point x="3216" y="4640" />
	<ns0:Point x="3216" y="4638" />
	<ns0:Point x="3215" y="4638" />
	<ns0:Point x="3215" y="4636" />
	<ns0:Point x="3214" y="4636" />
	<ns0:Point x="3214" y="4634" />
	<ns0:Point x="3100" y="4634" />
	<ns0:Point x="3100" y="4635" />
	<ns0:Point x="2921" y="4635" />
	<ns0:Point x="2921" y="4636" />
	<ns0:Point x="2815" y="4636" />
	<ns0:Point x="2815" y="4637" />
	<ns0:Point x="2777" y="4637" />
	<ns0:Point x="2777" y="4638" />
	<ns0:Point x="2770" y="4638" />
	<ns0:Point x="2770" y="4639" />
	<ns0:Point x="2651" y="4639" />
	<ns0:Point x="2651" y="4638" />
	<ns0:Point x="2430" y="4638" />
	<ns0:Point x="2430" y="4639" />
	<ns0:Point x="2390" y="4639" />
	<ns0:Point x="2390" y="4640" />
	<ns0:Point x="2364" y="4640" />
	<ns0:Point x="2364" y="4641" />
	<ns0:Point x="2360" y="4641" />
	<ns0:Point x="2360" y="4642" />
	<ns0:Point x="2322" y="4642" />
	<ns0:Point x="2322" y="4641" />
	<ns0:Point x="2251" y="4641" />
	<ns0:Point x="2251" y="4640" />
	<ns0:Point x="2250" y="4640" />
	<ns0:Point x="2250" y="4637" />
	<ns0:Point x="2251" y="4637" />
	<ns0:Point x="2251" y="4636" />
	<ns0:Point x="2258" y="4636" />
	<ns0:Point x="2258" y="4637" />
	<ns0:Point x="2383" y="4637" />
	<ns0:Point x="2383" y="4636" />
	<ns0:Point x="2461" y="4636" />
	<ns0:Point x="2461" y="4635" />
	<ns0:Point x="2479" y="4635" />
	<ns0:Point x="2479" y="4634" />
	<ns0:Point x="2853" y="4634" />
	<ns0:Point x="2853" y="4633" />
	<ns0:Point x="2942" y="4633" />
	<ns0:Point x="2942" y="4632" />
	<ns0:Point x="3000" y="4632" />
	<ns0:Point x="3000" y="4631" />
	<ns0:Point x="3162" y="4631" />
	<ns0:Point x="3162" y="4630" />
	<ns0:Point x="3180" y="4630" />
	<ns0:Point x="3180" y="4629" />
	<ns0:Point x="3188" y="4629" />
	<ns0:Point x="3188" y="4628" />
	<ns0:Point x="3193" y="4628" />
	<ns0:Point x="3193" y="4627" />
	<ns0:Point x="3197" y="4627" />
	<ns0:Point x="3197" y="4626" />
	<ns0:Point x="3202" y="4626" />
	<ns0:Point x="3202" y="4625" />
	<ns0:Point x="3207" y="4625" />
	<ns0:Point x="3207" y="4624" />
	<ns0:Point x="3210" y="4624" />
	<ns0:Point x="3210" y="4623" />
	<ns0:Point x="3211" y="4623" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r285" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3259" y="4708" />
	<ns0:Point x="3259" y="4722" />
	<ns0:Point x="3260" y="4722" />
	<ns0:Point x="3260" y="4829" />
	<ns0:Point x="3261" y="4829" />
	<ns0:Point x="3261" y="4837" />
	<ns0:Point x="3231" y="4837" />
	<ns0:Point x="3231" y="4838" />
	<ns0:Point x="3187" y="4838" />
	<ns0:Point x="3187" y="4839" />
	<ns0:Point x="3143" y="4839" />
	<ns0:Point x="3143" y="4840" />
	<ns0:Point x="3099" y="4840" />
	<ns0:Point x="3099" y="4841" />
	<ns0:Point x="3055" y="4841" />
	<ns0:Point x="3055" y="4842" />
	<ns0:Point x="3012" y="4842" />
	<ns0:Point x="3012" y="4843" />
	<ns0:Point x="2968" y="4843" />
	<ns0:Point x="2968" y="4844" />
	<ns0:Point x="2924" y="4844" />
	<ns0:Point x="2924" y="4845" />
	<ns0:Point x="2880" y="4845" />
	<ns0:Point x="2880" y="4846" />
	<ns0:Point x="2836" y="4846" />
	<ns0:Point x="2836" y="4847" />
	<ns0:Point x="2793" y="4847" />
	<ns0:Point x="2793" y="4848" />
	<ns0:Point x="2749" y="4848" />
	<ns0:Point x="2749" y="4849" />
	<ns0:Point x="2705" y="4849" />
	<ns0:Point x="2705" y="4850" />
	<ns0:Point x="2661" y="4850" />
	<ns0:Point x="2661" y="4851" />
	<ns0:Point x="2618" y="4851" />
	<ns0:Point x="2618" y="4852" />
	<ns0:Point x="2617" y="4852" />
	<ns0:Point x="2617" y="4854" />
	<ns0:Point x="2616" y="4854" />
	<ns0:Point x="2616" y="4855" />
	<ns0:Point x="2615" y="4855" />
	<ns0:Point x="2615" y="4856" />
	<ns0:Point x="2614" y="4856" />
	<ns0:Point x="2614" y="4857" />
	<ns0:Point x="2607" y="4857" />
	<ns0:Point x="2607" y="4856" />
	<ns0:Point x="2606" y="4856" />
	<ns0:Point x="2606" y="4853" />
	<ns0:Point x="2605" y="4853" />
	<ns0:Point x="2605" y="4850" />
	<ns0:Point x="2604" y="4850" />
	<ns0:Point x="2604" y="4849" />
	<ns0:Point x="2415" y="4849" />
	<ns0:Point x="2415" y="4851" />
	<ns0:Point x="2414" y="4851" />
	<ns0:Point x="2414" y="4853" />
	<ns0:Point x="2413" y="4853" />
	<ns0:Point x="2413" y="4854" />
	<ns0:Point x="2375" y="4854" />
	<ns0:Point x="2375" y="4853" />
	<ns0:Point x="2374" y="4853" />
	<ns0:Point x="2374" y="4852" />
	<ns0:Point x="2373" y="4852" />
	<ns0:Point x="2373" y="4851" />
	<ns0:Point x="2372" y="4851" />
	<ns0:Point x="2372" y="4850" />
	<ns0:Point x="2371" y="4850" />
	<ns0:Point x="2371" y="4849" />
	<ns0:Point x="2370" y="4849" />
	<ns0:Point x="2370" y="4848" />
	<ns0:Point x="2327" y="4848" />
	<ns0:Point x="2327" y="4849" />
	<ns0:Point x="2326" y="4849" />
	<ns0:Point x="2326" y="4850" />
	<ns0:Point x="2325" y="4850" />
	<ns0:Point x="2325" y="4851" />
	<ns0:Point x="2324" y="4851" />
	<ns0:Point x="2324" y="4852" />
	<ns0:Point x="2314" y="4852" />
	<ns0:Point x="2314" y="4851" />
	<ns0:Point x="2313" y="4851" />
	<ns0:Point x="2313" y="4850" />
	<ns0:Point x="2312" y="4850" />
	<ns0:Point x="2312" y="4849" />
	<ns0:Point x="2311" y="4849" />
	<ns0:Point x="2311" y="4848" />
	<ns0:Point x="2310" y="4848" />
	<ns0:Point x="2310" y="4847" />
	<ns0:Point x="2273" y="4847" />
	<ns0:Point x="2273" y="4846" />
	<ns0:Point x="2241" y="4846" />
	<ns0:Point x="2241" y="4750" />
	<ns0:Point x="2242" y="4750" />
	<ns0:Point x="2242" y="4749" />
	<ns0:Point x="2538" y="4749" />
	<ns0:Point x="2538" y="4748" />
	<ns0:Point x="2835" y="4748" />
	<ns0:Point x="2835" y="4747" />
	<ns0:Point x="3132" y="4747" />
	<ns0:Point x="3132" y="4746" />
	<ns0:Point x="3213" y="4746" />
	<ns0:Point x="3213" y="4745" />
	<ns0:Point x="3214" y="4745" />
	<ns0:Point x="3214" y="4744" />
	<ns0:Point x="3215" y="4744" />
	<ns0:Point x="3215" y="4743" />
	<ns0:Point x="3217" y="4743" />
	<ns0:Point x="3217" y="4742" />
	<ns0:Point x="3218" y="4742" />
	<ns0:Point x="3218" y="4741" />
	<ns0:Point x="3220" y="4741" />
	<ns0:Point x="3220" y="4740" />
	<ns0:Point x="3221" y="4740" />
	<ns0:Point x="3221" y="4739" />
	<ns0:Point x="3223" y="4739" />
	<ns0:Point x="3223" y="4738" />
	<ns0:Point x="3224" y="4738" />
	<ns0:Point x="3224" y="4737" />
	<ns0:Point x="3226" y="4737" />
	<ns0:Point x="3226" y="4736" />
	<ns0:Point x="3227" y="4736" />
	<ns0:Point x="3227" y="4735" />
	<ns0:Point x="3229" y="4735" />
	<ns0:Point x="3229" y="4734" />
	<ns0:Point x="3230" y="4734" />
	<ns0:Point x="3230" y="4733" />
	<ns0:Point x="3231" y="4733" />
	<ns0:Point x="3231" y="4732" />
	<ns0:Point x="3232" y="4732" />
	<ns0:Point x="3232" y="4731" />
	<ns0:Point x="3233" y="4731" />
	<ns0:Point x="3233" y="4730" />
	<ns0:Point x="3234" y="4730" />
	<ns0:Point x="3234" y="4729" />
	<ns0:Point x="3235" y="4729" />
	<ns0:Point x="3235" y="4728" />
	<ns0:Point x="3236" y="4728" />
	<ns0:Point x="3236" y="4727" />
	<ns0:Point x="3237" y="4727" />
	<ns0:Point x="3237" y="4726" />
	<ns0:Point x="3239" y="4726" />
	<ns0:Point x="3239" y="4725" />
	<ns0:Point x="3240" y="4725" />
	<ns0:Point x="3240" y="4724" />
	<ns0:Point x="3241" y="4724" />
	<ns0:Point x="3241" y="4723" />
	<ns0:Point x="3242" y="4723" />
	<ns0:Point x="3242" y="4722" />
	<ns0:Point x="3243" y="4722" />
	<ns0:Point x="3243" y="4721" />
	<ns0:Point x="3244" y="4721" />
	<ns0:Point x="3244" y="4720" />
	<ns0:Point x="3245" y="4720" />
	<ns0:Point x="3245" y="4719" />
	<ns0:Point x="3246" y="4719" />
	<ns0:Point x="3246" y="4718" />
	<ns0:Point x="3247" y="4718" />
	<ns0:Point x="3247" y="4717" />
	<ns0:Point x="3249" y="4717" />
	<ns0:Point x="3249" y="4716" />
	<ns0:Point x="3250" y="4716" />
	<ns0:Point x="3250" y="4715" />
	<ns0:Point x="3251" y="4715" />
	<ns0:Point x="3251" y="4714" />
	<ns0:Point x="3252" y="4714" />
	<ns0:Point x="3252" y="4713" />
	<ns0:Point x="3253" y="4713" />
	<ns0:Point x="3253" y="4712" />
	<ns0:Point x="3254" y="4712" />
	<ns0:Point x="3254" y="4711" />
	<ns0:Point x="3255" y="4711" />
	<ns0:Point x="3255" y="4710" />
	<ns0:Point x="3256" y="4710" />
	<ns0:Point x="3256" y="4709" />
	<ns0:Point x="3257" y="4709" />
	<ns0:Point x="3257" y="4708" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Plantaadje achter Vliedzorg naast den Pelmolen. Woengsdag 29 Aug.
Cérisette, vaudev. in 1 bedrijf. Op verzoek: De Moordenaar van Theo-
door, blijspel in 3 bedrijven.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r289" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3261" y="4839" />
	<ns0:Point x="3261" y="4870" />
	<ns0:Point x="3256" y="4870" />
	<ns0:Point x="3256" y="4871" />
	<ns0:Point x="3239" y="4871" />
	<ns0:Point x="3239" y="4872" />
	<ns0:Point x="3222" y="4872" />
	<ns0:Point x="3222" y="4873" />
	<ns0:Point x="3205" y="4873" />
	<ns0:Point x="3205" y="4874" />
	<ns0:Point x="3188" y="4874" />
	<ns0:Point x="3188" y="4875" />
	<ns0:Point x="3171" y="4875" />
	<ns0:Point x="3171" y="4876" />
	<ns0:Point x="3154" y="4876" />
	<ns0:Point x="3154" y="4877" />
	<ns0:Point x="3137" y="4877" />
	<ns0:Point x="3137" y="4878" />
	<ns0:Point x="3120" y="4878" />
	<ns0:Point x="3120" y="4879" />
	<ns0:Point x="3103" y="4879" />
	<ns0:Point x="3103" y="4880" />
	<ns0:Point x="3086" y="4880" />
	<ns0:Point x="3086" y="4881" />
	<ns0:Point x="3069" y="4881" />
	<ns0:Point x="3069" y="4882" />
	<ns0:Point x="3052" y="4882" />
	<ns0:Point x="3052" y="4883" />
	<ns0:Point x="3035" y="4883" />
	<ns0:Point x="3035" y="4884" />
	<ns0:Point x="3018" y="4884" />
	<ns0:Point x="3018" y="4885" />
	<ns0:Point x="3001" y="4885" />
	<ns0:Point x="3001" y="4886" />
	<ns0:Point x="2986" y="4886" />
	<ns0:Point x="2986" y="4885" />
	<ns0:Point x="2975" y="4885" />
	<ns0:Point x="2975" y="4884" />
	<ns0:Point x="2964" y="4884" />
	<ns0:Point x="2964" y="4883" />
	<ns0:Point x="2951" y="4883" />
	<ns0:Point x="2951" y="4884" />
	<ns0:Point x="2950" y="4884" />
	<ns0:Point x="2950" y="4885" />
	<ns0:Point x="2948" y="4885" />
	<ns0:Point x="2948" y="4886" />
	<ns0:Point x="2946" y="4886" />
	<ns0:Point x="2946" y="4887" />
	<ns0:Point x="2945" y="4887" />
	<ns0:Point x="2945" y="4888" />
	<ns0:Point x="2943" y="4888" />
	<ns0:Point x="2943" y="4889" />
	<ns0:Point x="2925" y="4889" />
	<ns0:Point x="2925" y="4888" />
	<ns0:Point x="2924" y="4888" />
	<ns0:Point x="2924" y="4887" />
	<ns0:Point x="2923" y="4887" />
	<ns0:Point x="2923" y="4886" />
	<ns0:Point x="2922" y="4886" />
	<ns0:Point x="2922" y="4885" />
	<ns0:Point x="2921" y="4885" />
	<ns0:Point x="2921" y="4884" />
	<ns0:Point x="2920" y="4884" />
	<ns0:Point x="2920" y="4883" />
	<ns0:Point x="2919" y="4883" />
	<ns0:Point x="2919" y="4882" />
	<ns0:Point x="2556" y="4882" />
	<ns0:Point x="2556" y="4883" />
	<ns0:Point x="2555" y="4883" />
	<ns0:Point x="2555" y="4884" />
	<ns0:Point x="2554" y="4884" />
	<ns0:Point x="2554" y="4885" />
	<ns0:Point x="2553" y="4885" />
	<ns0:Point x="2553" y="4886" />
	<ns0:Point x="2552" y="4886" />
	<ns0:Point x="2552" y="4887" />
	<ns0:Point x="2551" y="4887" />
	<ns0:Point x="2551" y="4888" />
	<ns0:Point x="2551" y="4887" />
	<ns0:Point x="2550" y="4887" />
	<ns0:Point x="2550" y="4886" />
	<ns0:Point x="2548" y="4886" />
	<ns0:Point x="2548" y="4885" />
	<ns0:Point x="2546" y="4885" />
	<ns0:Point x="2546" y="4884" />
	<ns0:Point x="2544" y="4884" />
	<ns0:Point x="2544" y="4883" />
	<ns0:Point x="2542" y="4883" />
	<ns0:Point x="2542" y="4882" />
	<ns0:Point x="2500" y="4882" />
	<ns0:Point x="2500" y="4881" />
	<ns0:Point x="2458" y="4881" />
	<ns0:Point x="2458" y="4880" />
	<ns0:Point x="2414" y="4880" />
	<ns0:Point x="2414" y="4881" />
	<ns0:Point x="2413" y="4881" />
	<ns0:Point x="2413" y="4882" />
	<ns0:Point x="2412" y="4882" />
	<ns0:Point x="2412" y="4883" />
	<ns0:Point x="2411" y="4883" />
	<ns0:Point x="2411" y="4884" />
	<ns0:Point x="2410" y="4884" />
	<ns0:Point x="2410" y="4885" />
	<ns0:Point x="2409" y="4885" />
	<ns0:Point x="2409" y="4886" />
	<ns0:Point x="2402" y="4886" />
	<ns0:Point x="2402" y="4887" />
	<ns0:Point x="2395" y="4887" />
	<ns0:Point x="2395" y="4888" />
	<ns0:Point x="2391" y="4888" />
	<ns0:Point x="2391" y="4887" />
	<ns0:Point x="2390" y="4887" />
	<ns0:Point x="2390" y="4883" />
	<ns0:Point x="2389" y="4883" />
	<ns0:Point x="2389" y="4880" />
	<ns0:Point x="2241" y="4880" />
	<ns0:Point x="2241" y="4848" />
	<ns0:Point x="2271" y="4848" />
	<ns0:Point x="2271" y="4849" />
	<ns0:Point x="2308" y="4849" />
	<ns0:Point x="2308" y="4850" />
	<ns0:Point x="2309" y="4850" />
	<ns0:Point x="2309" y="4851" />
	<ns0:Point x="2310" y="4851" />
	<ns0:Point x="2310" y="4852" />
	<ns0:Point x="2311" y="4852" />
	<ns0:Point x="2311" y="4853" />
	<ns0:Point x="2312" y="4853" />
	<ns0:Point x="2312" y="4854" />
	<ns0:Point x="2322" y="4854" />
	<ns0:Point x="2322" y="4855" />
	<ns0:Point x="2325" y="4855" />
	<ns0:Point x="2325" y="4854" />
	<ns0:Point x="2326" y="4854" />
	<ns0:Point x="2326" y="4853" />
	<ns0:Point x="2327" y="4853" />
	<ns0:Point x="2327" y="4852" />
	<ns0:Point x="2328" y="4852" />
	<ns0:Point x="2328" y="4851" />
	<ns0:Point x="2329" y="4851" />
	<ns0:Point x="2329" y="4850" />
	<ns0:Point x="2368" y="4850" />
	<ns0:Point x="2368" y="4851" />
	<ns0:Point x="2369" y="4851" />
	<ns0:Point x="2369" y="4852" />
	<ns0:Point x="2370" y="4852" />
	<ns0:Point x="2370" y="4853" />
	<ns0:Point x="2371" y="4853" />
	<ns0:Point x="2371" y="4854" />
	<ns0:Point x="2372" y="4854" />
	<ns0:Point x="2372" y="4855" />
	<ns0:Point x="2373" y="4855" />
	<ns0:Point x="2373" y="4856" />
	<ns0:Point x="2415" y="4856" />
	<ns0:Point x="2415" y="4855" />
	<ns0:Point x="2416" y="4855" />
	<ns0:Point x="2416" y="4853" />
	<ns0:Point x="2417" y="4853" />
	<ns0:Point x="2417" y="4851" />
	<ns0:Point x="2602" y="4851" />
	<ns0:Point x="2602" y="4852" />
	<ns0:Point x="2603" y="4852" />
	<ns0:Point x="2603" y="4855" />
	<ns0:Point x="2604" y="4855" />
	<ns0:Point x="2604" y="4858" />
	<ns0:Point x="2605" y="4858" />
	<ns0:Point x="2605" y="4859" />
	<ns0:Point x="2616" y="4859" />
	<ns0:Point x="2616" y="4858" />
	<ns0:Point x="2617" y="4858" />
	<ns0:Point x="2617" y="4857" />
	<ns0:Point x="2618" y="4857" />
	<ns0:Point x="2618" y="4856" />
	<ns0:Point x="2619" y="4856" />
	<ns0:Point x="2619" y="4854" />
	<ns0:Point x="2620" y="4854" />
	<ns0:Point x="2620" y="4853" />
	<ns0:Point x="2663" y="4853" />
	<ns0:Point x="2663" y="4852" />
	<ns0:Point x="2707" y="4852" />
	<ns0:Point x="2707" y="4851" />
	<ns0:Point x="2751" y="4851" />
	<ns0:Point x="2751" y="4850" />
	<ns0:Point x="2795" y="4850" />
	<ns0:Point x="2795" y="4849" />
	<ns0:Point x="2838" y="4849" />
	<ns0:Point x="2838" y="4848" />
	<ns0:Point x="2882" y="4848" />
	<ns0:Point x="2882" y="4847" />
	<ns0:Point x="2926" y="4847" />
	<ns0:Point x="2926" y="4846" />
	<ns0:Point x="2970" y="4846" />
	<ns0:Point x="2970" y="4845" />
	<ns0:Point x="3014" y="4845" />
	<ns0:Point x="3014" y="4844" />
	<ns0:Point x="3057" y="4844" />
	<ns0:Point x="3057" y="4843" />
	<ns0:Point x="3101" y="4843" />
	<ns0:Point x="3101" y="4842" />
	<ns0:Point x="3145" y="4842" />
	<ns0:Point x="3145" y="4841" />
	<ns0:Point x="3189" y="4841" />
	<ns0:Point x="3189" y="4840" />
	<ns0:Point x="3233" y="4840" />
	<ns0:Point x="3233" y="4839" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Aanvang muziek 7 ure. Tooneelvoorstelling 8¼ ure.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r293" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3261" y="4885" />
	<ns0:Point x="3261" y="4938" />
	<ns0:Point x="3260" y="4938" />
	<ns0:Point x="3260" y="4939" />
	<ns0:Point x="3259" y="4939" />
	<ns0:Point x="3259" y="4940" />
	<ns0:Point x="3258" y="4940" />
	<ns0:Point x="3258" y="4941" />
	<ns0:Point x="3257" y="4941" />
	<ns0:Point x="3252" y="4939" />
	<ns0:Point x="3247" y="4950" />
	<ns0:Point x="3246" y="4951" />
	<ns0:Point x="3244" y="4951" />
	<ns0:Point x="3244" y="4952" />
	<ns0:Point x="3243" y="4952" />
	<ns0:Point x="3243" y="4953" />
	<ns0:Point x="3242" y="4953" />
	<ns0:Point x="3242" y="4954" />
	<ns0:Point x="3241" y="4954" />
	<ns0:Point x="3241" y="4955" />
	<ns0:Point x="3240" y="4955" />
	<ns0:Point x="3240" y="4956" />
	<ns0:Point x="3238" y="4956" />
	<ns0:Point x="3238" y="4957" />
	<ns0:Point x="3237" y="4957" />
	<ns0:Point x="3237" y="4958" />
	<ns0:Point x="3236" y="4958" />
	<ns0:Point x="3236" y="4959" />
	<ns0:Point x="3235" y="4959" />
	<ns0:Point x="3235" y="4960" />
	<ns0:Point x="3234" y="4960" />
	<ns0:Point x="3234" y="4961" />
	<ns0:Point x="3232" y="4961" />
	<ns0:Point x="3232" y="4962" />
	<ns0:Point x="3231" y="4962" />
	<ns0:Point x="3231" y="4963" />
	<ns0:Point x="3230" y="4963" />
	<ns0:Point x="3230" y="4964" />
	<ns0:Point x="3229" y="4964" />
	<ns0:Point x="3229" y="4965" />
	<ns0:Point x="3227" y="4965" />
	<ns0:Point x="3227" y="4966" />
	<ns0:Point x="3224" y="4966" />
	<ns0:Point x="3224" y="4967" />
	<ns0:Point x="3221" y="4967" />
	<ns0:Point x="3221" y="4968" />
	<ns0:Point x="3218" y="4968" />
	<ns0:Point x="3218" y="4969" />
	<ns0:Point x="3215" y="4969" />
	<ns0:Point x="3215" y="4970" />
	<ns0:Point x="3212" y="4970" />
	<ns0:Point x="3212" y="4971" />
	<ns0:Point x="3209" y="4971" />
	<ns0:Point x="3209" y="4972" />
	<ns0:Point x="3206" y="4972" />
	<ns0:Point x="3206" y="4973" />
	<ns0:Point x="3203" y="4973" />
	<ns0:Point x="3203" y="4974" />
	<ns0:Point x="3200" y="4974" />
	<ns0:Point x="3200" y="4975" />
	<ns0:Point x="3197" y="4975" />
	<ns0:Point x="3197" y="4976" />
	<ns0:Point x="3193" y="4976" />
	<ns0:Point x="3193" y="4977" />
	<ns0:Point x="3038" y="4977" />
	<ns0:Point x="3038" y="4978" />
	<ns0:Point x="2883" y="4978" />
	<ns0:Point x="2883" y="4979" />
	<ns0:Point x="2728" y="4979" />
	<ns0:Point x="2728" y="4980" />
	<ns0:Point x="2572" y="4980" />
	<ns0:Point x="2572" y="4981" />
	<ns0:Point x="2525" y="4981" />
	<ns0:Point x="2525" y="4982" />
	<ns0:Point x="2478" y="4982" />
	<ns0:Point x="2478" y="4983" />
	<ns0:Point x="2431" y="4983" />
	<ns0:Point x="2431" y="4984" />
	<ns0:Point x="2383" y="4984" />
	<ns0:Point x="2383" y="4985" />
	<ns0:Point x="2336" y="4985" />
	<ns0:Point x="2336" y="4986" />
	<ns0:Point x="2289" y="4986" />
	<ns0:Point x="2289" y="4987" />
	<ns0:Point x="2241" y="4987" />
	<ns0:Point x="2241" y="4912" />
	<ns0:Point x="2253" y="4912" />
	<ns0:Point x="2253" y="4913" />
	<ns0:Point x="2270" y="4913" />
	<ns0:Point x="2270" y="4914" />
	<ns0:Point x="2286" y="4914" />
	<ns0:Point x="2286" y="4915" />
	<ns0:Point x="2373" y="4915" />
	<ns0:Point x="2373" y="4916" />
	<ns0:Point x="2460" y="4916" />
	<ns0:Point x="2460" y="4917" />
	<ns0:Point x="2547" y="4917" />
	<ns0:Point x="2547" y="4918" />
	<ns0:Point x="2550" y="4918" />
	<ns0:Point x="2550" y="4915" />
	<ns0:Point x="2549" y="4915" />
	<ns0:Point x="2549" y="4913" />
	<ns0:Point x="2548" y="4913" />
	<ns0:Point x="2548" y="4911" />
	<ns0:Point x="2547" y="4911" />
	<ns0:Point x="2547" y="4908" />
	<ns0:Point x="2546" y="4908" />
	<ns0:Point x="2546" y="4906" />
	<ns0:Point x="2545" y="4906" />
	<ns0:Point x="2545" y="4904" />
	<ns0:Point x="2544" y="4904" />
	<ns0:Point x="2718" y="4904" />
	<ns0:Point x="2718" y="4903" />
	<ns0:Point x="2893" y="4903" />
	<ns0:Point x="2893" y="4902" />
	<ns0:Point x="3068" y="4902" />
	<ns0:Point x="3068" y="4901" />
	<ns0:Point x="3080" y="4901" />
	<ns0:Point x="3080" y="4900" />
	<ns0:Point x="3092" y="4900" />
	<ns0:Point x="3092" y="4899" />
	<ns0:Point x="3104" y="4899" />
	<ns0:Point x="3104" y="4898" />
	<ns0:Point x="3116" y="4898" />
	<ns0:Point x="3116" y="4897" />
	<ns0:Point x="3128" y="4897" />
	<ns0:Point x="3128" y="4896" />
	<ns0:Point x="3140" y="4896" />
	<ns0:Point x="3140" y="4895" />
	<ns0:Point x="3152" y="4895" />
	<ns0:Point x="3152" y="4894" />
	<ns0:Point x="3164" y="4894" />
	<ns0:Point x="3164" y="4893" />
	<ns0:Point x="3175" y="4893" />
	<ns0:Point x="3175" y="4892" />
	<ns0:Point x="3187" y="4892" />
	<ns0:Point x="3187" y="4891" />
	<ns0:Point x="3199" y="4891" />
	<ns0:Point x="3199" y="4890" />
	<ns0:Point x="3211" y="4890" />
	<ns0:Point x="3211" y="4889" />
	<ns0:Point x="3223" y="4889" />
	<ns0:Point x="3223" y="4888" />
	<ns0:Point x="3235" y="4888" />
	<ns0:Point x="3235" y="4887" />
	<ns0:Point x="3247" y="4887" />
	<ns0:Point x="3247" y="4886" />
	<ns0:Point x="3259" y="4886" />
	<ns0:Point x="3259" y="4885" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Morgen, Donderdag: Tot sluiting van het Zomer-Thezter laatste
groote VOLKSTOONEEL VOORSTELLING. Entrée 25 Cts.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r295" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3261" y="4872" />
	<ns0:Point x="3261" y="4883" />
	<ns0:Point x="3257" y="4883" />
	<ns0:Point x="3257" y="4884" />
	<ns0:Point x="3245" y="4884" />
	<ns0:Point x="3245" y="4885" />
	<ns0:Point x="3233" y="4885" />
	<ns0:Point x="3233" y="4886" />
	<ns0:Point x="3221" y="4886" />
	<ns0:Point x="3221" y="4887" />
	<ns0:Point x="3209" y="4887" />
	<ns0:Point x="3209" y="4888" />
	<ns0:Point x="3197" y="4888" />
	<ns0:Point x="3197" y="4889" />
	<ns0:Point x="3185" y="4889" />
	<ns0:Point x="3185" y="4890" />
	<ns0:Point x="3173" y="4890" />
	<ns0:Point x="3173" y="4891" />
	<ns0:Point x="3162" y="4891" />
	<ns0:Point x="3162" y="4892" />
	<ns0:Point x="3150" y="4892" />
	<ns0:Point x="3150" y="4893" />
	<ns0:Point x="3138" y="4893" />
	<ns0:Point x="3138" y="4894" />
	<ns0:Point x="3126" y="4894" />
	<ns0:Point x="3126" y="4895" />
	<ns0:Point x="3114" y="4895" />
	<ns0:Point x="3114" y="4896" />
	<ns0:Point x="3102" y="4896" />
	<ns0:Point x="3102" y="4897" />
	<ns0:Point x="3090" y="4897" />
	<ns0:Point x="3090" y="4898" />
	<ns0:Point x="3078" y="4898" />
	<ns0:Point x="3078" y="4899" />
	<ns0:Point x="3066" y="4899" />
	<ns0:Point x="3066" y="4900" />
	<ns0:Point x="2891" y="4900" />
	<ns0:Point x="2891" y="4901" />
	<ns0:Point x="2716" y="4901" />
	<ns0:Point x="2716" y="4902" />
	<ns0:Point x="2542" y="4902" />
	<ns0:Point x="2542" y="4906" />
	<ns0:Point x="2543" y="4906" />
	<ns0:Point x="2543" y="4908" />
	<ns0:Point x="2544" y="4908" />
	<ns0:Point x="2544" y="4910" />
	<ns0:Point x="2545" y="4910" />
	<ns0:Point x="2545" y="4913" />
	<ns0:Point x="2546" y="4913" />
	<ns0:Point x="2546" y="4915" />
	<ns0:Point x="2547" y="4915" />
	<ns0:Point x="2462" y="4915" />
	<ns0:Point x="2462" y="4914" />
	<ns0:Point x="2375" y="4914" />
	<ns0:Point x="2375" y="4913" />
	<ns0:Point x="2288" y="4913" />
	<ns0:Point x="2288" y="4912" />
	<ns0:Point x="2272" y="4912" />
	<ns0:Point x="2272" y="4911" />
	<ns0:Point x="2255" y="4911" />
	<ns0:Point x="2255" y="4910" />
	<ns0:Point x="2241" y="4910" />
	<ns0:Point x="2241" y="4882" />
	<ns0:Point x="2387" y="4882" />
	<ns0:Point x="2387" y="4885" />
	<ns0:Point x="2388" y="4885" />
	<ns0:Point x="2388" y="4889" />
	<ns0:Point x="2389" y="4889" />
	<ns0:Point x="2389" y="4890" />
	<ns0:Point x="2397" y="4890" />
	<ns0:Point x="2397" y="4889" />
	<ns0:Point x="2404" y="4889" />
	<ns0:Point x="2404" y="4888" />
	<ns0:Point x="2411" y="4888" />
	<ns0:Point x="2411" y="4887" />
	<ns0:Point x="2412" y="4887" />
	<ns0:Point x="2412" y="4886" />
	<ns0:Point x="2413" y="4886" />
	<ns0:Point x="2413" y="4885" />
	<ns0:Point x="2414" y="4885" />
	<ns0:Point x="2414" y="4884" />
	<ns0:Point x="2415" y="4884" />
	<ns0:Point x="2415" y="4883" />
	<ns0:Point x="2416" y="4883" />
	<ns0:Point x="2416" y="4882" />
	<ns0:Point x="2456" y="4882" />
	<ns0:Point x="2456" y="4883" />
	<ns0:Point x="2498" y="4883" />
	<ns0:Point x="2498" y="4884" />
	<ns0:Point x="2540" y="4884" />
	<ns0:Point x="2540" y="4885" />
	<ns0:Point x="2542" y="4885" />
	<ns0:Point x="2542" y="4886" />
	<ns0:Point x="2544" y="4886" />
	<ns0:Point x="2544" y="4887" />
	<ns0:Point x="2546" y="4887" />
	<ns0:Point x="2546" y="4888" />
	<ns0:Point x="2548" y="4888" />
	<ns0:Point x="2548" y="4889" />
	<ns0:Point x="2549" y="4889" />
	<ns0:Point x="2549" y="4890" />
	<ns0:Point x="2553" y="4890" />
	<ns0:Point x="2553" y="4889" />
	<ns0:Point x="2554" y="4889" />
	<ns0:Point x="2554" y="4888" />
	<ns0:Point x="2555" y="4888" />
	<ns0:Point x="2555" y="4887" />
	<ns0:Point x="2556" y="4887" />
	<ns0:Point x="2556" y="4886" />
	<ns0:Point x="2557" y="4886" />
	<ns0:Point x="2557" y="4885" />
	<ns0:Point x="2558" y="4885" />
	<ns0:Point x="2558" y="4884" />
	<ns0:Point x="2917" y="4884" />
	<ns0:Point x="2917" y="4885" />
	<ns0:Point x="2918" y="4885" />
	<ns0:Point x="2918" y="4886" />
	<ns0:Point x="2919" y="4886" />
	<ns0:Point x="2919" y="4887" />
	<ns0:Point x="2920" y="4887" />
	<ns0:Point x="2920" y="4888" />
	<ns0:Point x="2921" y="4888" />
	<ns0:Point x="2921" y="4889" />
	<ns0:Point x="2922" y="4889" />
	<ns0:Point x="2922" y="4890" />
	<ns0:Point x="2923" y="4890" />
	<ns0:Point x="2923" y="4891" />
	<ns0:Point x="2945" y="4891" />
	<ns0:Point x="2945" y="4890" />
	<ns0:Point x="2947" y="4890" />
	<ns0:Point x="2947" y="4889" />
	<ns0:Point x="2948" y="4889" />
	<ns0:Point x="2948" y="4888" />
	<ns0:Point x="2950" y="4888" />
	<ns0:Point x="2950" y="4887" />
	<ns0:Point x="2952" y="4887" />
	<ns0:Point x="2952" y="4886" />
	<ns0:Point x="2953" y="4886" />
	<ns0:Point x="2953" y="4885" />
	<ns0:Point x="2962" y="4885" />
	<ns0:Point x="2962" y="4886" />
	<ns0:Point x="2973" y="4886" />
	<ns0:Point x="2973" y="4887" />
	<ns0:Point x="2984" y="4887" />
	<ns0:Point x="2984" y="4888" />
	<ns0:Point x="3003" y="4888" />
	<ns0:Point x="3003" y="4887" />
	<ns0:Point x="3020" y="4887" />
	<ns0:Point x="3020" y="4886" />
	<ns0:Point x="3037" y="4886" />
	<ns0:Point x="3037" y="4885" />
	<ns0:Point x="3054" y="4885" />
	<ns0:Point x="3054" y="4884" />
	<ns0:Point x="3071" y="4884" />
	<ns0:Point x="3071" y="4883" />
	<ns0:Point x="3088" y="4883" />
	<ns0:Point x="3088" y="4882" />
	<ns0:Point x="3105" y="4882" />
	<ns0:Point x="3105" y="4881" />
	<ns0:Point x="3122" y="4881" />
	<ns0:Point x="3122" y="4880" />
	<ns0:Point x="3139" y="4880" />
	<ns0:Point x="3139" y="4879" />
	<ns0:Point x="3156" y="4879" />
	<ns0:Point x="3156" y="4878" />
	<ns0:Point x="3173" y="4878" />
	<ns0:Point x="3173" y="4877" />
	<ns0:Point x="3190" y="4877" />
	<ns0:Point x="3190" y="4876" />
	<ns0:Point x="3207" y="4876" />
	<ns0:Point x="3207" y="4875" />
	<ns0:Point x="3224" y="4875" />
	<ns0:Point x="3224" y="4874" />
	<ns0:Point x="3241" y="4874" />
	<ns0:Point x="3241" y="4873" />
	<ns0:Point x="3258" y="4873" />
	<ns0:Point x="3258" y="4872" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Entrée 49 Cents.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r296">
	<ns0:Coords>
	<ns0:Point x="3253" y="4950" />
	<ns0:Point x="3252" y="4950" />
	<ns0:Point x="3252" y="4953" />
	<ns0:Point x="3251" y="4953" />
	<ns0:Point x="3251" y="4954" />
	<ns0:Point x="3250" y="4954" />
	<ns0:Point x="3250" y="4955" />
	<ns0:Point x="3249" y="4955" />
	<ns0:Point x="3249" y="4956" />
	<ns0:Point x="3248" y="4956" />
	<ns0:Point x="3248" y="4957" />
	<ns0:Point x="3247" y="4957" />
	<ns0:Point x="3247" y="4959" />
	<ns0:Point x="3246" y="4959" />
	<ns0:Point x="3246" y="4960" />
	<ns0:Point x="3245" y="4960" />
	<ns0:Point x="3245" y="4961" />
	<ns0:Point x="3243" y="4961" />
	<ns0:Point x="3243" y="4963" />
	<ns0:Point x="3241" y="4963" />
	<ns0:Point x="3241" y="4964" />
	<ns0:Point x="3240" y="4964" />
	<ns0:Point x="3240" y="4965" />
	<ns0:Point x="3238" y="4965" />
	<ns0:Point x="3238" y="4966" />
	<ns0:Point x="3237" y="4966" />
	<ns0:Point x="3237" y="4967" />
	<ns0:Point x="3236" y="4967" />
	<ns0:Point x="3236" y="4968" />
	<ns0:Point x="3235" y="4968" />
	<ns0:Point x="3235" y="4969" />
	<ns0:Point x="3232" y="4969" />
	<ns0:Point x="3232" y="4970" />
	<ns0:Point x="3231" y="4970" />
	<ns0:Point x="3231" y="4971" />
	<ns0:Point x="3229" y="4971" />
	<ns0:Point x="3229" y="4972" />
	<ns0:Point x="3227" y="4972" />
	<ns0:Point x="3227" y="4973" />
	<ns0:Point x="3226" y="4973" />
	<ns0:Point x="3226" y="4974" />
	<ns0:Point x="3224" y="4974" />
	<ns0:Point x="3224" y="4975" />
	<ns0:Point x="3221" y="4975" />
	<ns0:Point x="3221" y="4976" />
	<ns0:Point x="3218" y="4976" />
	<ns0:Point x="3218" y="4977" />
	<ns0:Point x="3216" y="4977" />
	<ns0:Point x="3216" y="4978" />
	<ns0:Point x="3212" y="4978" />
	<ns0:Point x="3212" y="4979" />
	<ns0:Point x="3210" y="4979" />
	<ns0:Point x="3210" y="4980" />
	<ns0:Point x="3206" y="4980" />
	<ns0:Point x="3206" y="4981" />
	<ns0:Point x="3202" y="4981" />
	<ns0:Point x="3202" y="4982" />
	<ns0:Point x="3200" y="4982" />
	<ns0:Point x="3200" y="4983" />
	<ns0:Point x="3197" y="4983" />
	<ns0:Point x="3197" y="4984" />
	<ns0:Point x="3194" y="4984" />
	<ns0:Point x="3194" y="4985" />
	<ns0:Point x="3193" y="4985" />
	<ns0:Point x="3193" y="4986" />
	<ns0:Point x="3185" y="4986" />
	<ns0:Point x="3185" y="4987" />
	<ns0:Point x="3173" y="4987" />
	<ns0:Point x="3173" y="4988" />
	<ns0:Point x="3161" y="4988" />
	<ns0:Point x="3161" y="4989" />
	<ns0:Point x="3129" y="4989" />
	<ns0:Point x="3129" y="4988" />
	<ns0:Point x="3006" y="4988" />
	<ns0:Point x="3006" y="4990" />
	<ns0:Point x="3006" y="4989" />
	<ns0:Point x="2825" y="4989" />
	<ns0:Point x="2825" y="4990" />
	<ns0:Point x="2773" y="4990" />
	<ns0:Point x="2773" y="4991" />
	<ns0:Point x="2704" y="4991" />
	<ns0:Point x="2704" y="4992" />
	<ns0:Point x="2689" y="4992" />
	<ns0:Point x="2689" y="4994" />
	<ns0:Point x="2689" y="4992" />
	<ns0:Point x="2560" y="4992" />
	<ns0:Point x="2560" y="4993" />
	<ns0:Point x="2478" y="4993" />
	<ns0:Point x="2478" y="4994" />
	<ns0:Point x="2392" y="4994" />
	<ns0:Point x="2392" y="4995" />
	<ns0:Point x="2288" y="4995" />
	<ns0:Point x="2288" y="4996" />
	<ns0:Point x="2269" y="4996" />
	<ns0:Point x="2269" y="4997" />
	<ns0:Point x="2267" y="4997" />
	<ns0:Point x="2267" y="4996" />
	<ns0:Point x="2265" y="4996" />
	<ns0:Point x="2265" y="4994" />
	<ns0:Point x="2266" y="4994" />
	<ns0:Point x="2266" y="4993" />
	<ns0:Point x="2288" y="4993" />
	<ns0:Point x="2288" y="4992" />
	<ns0:Point x="2339" y="4992" />
	<ns0:Point x="2339" y="4991" />
	<ns0:Point x="2352" y="4991" />
	<ns0:Point x="2352" y="4990" />
	<ns0:Point x="2352" y="4991" />
	<ns0:Point x="2534" y="4991" />
	<ns0:Point x="2534" y="4990" />
	<ns0:Point x="2723" y="4990" />
	<ns0:Point x="2723" y="4989" />
	<ns0:Point x="2782" y="4989" />
	<ns0:Point x="2782" y="4988" />
	<ns0:Point x="2812" y="4988" />
	<ns0:Point x="2812" y="4987" />
	<ns0:Point x="2850" y="4987" />
	<ns0:Point x="2850" y="4986" />
	<ns0:Point x="2852" y="4986" />
	<ns0:Point x="2852" y="4985" />
	<ns0:Point x="2852" y="4986" />
	<ns0:Point x="2954" y="4986" />
	<ns0:Point x="2954" y="4985" />
	<ns0:Point x="3000" y="4985" />
	<ns0:Point x="3000" y="4984" />
	<ns0:Point x="3068" y="4984" />
	<ns0:Point x="3068" y="4985" />
	<ns0:Point x="3179" y="4985" />
	<ns0:Point x="3179" y="4984" />
	<ns0:Point x="3189" y="4984" />
	<ns0:Point x="3189" y="4983" />
	<ns0:Point x="3191" y="4983" />
	<ns0:Point x="3191" y="4982" />
	<ns0:Point x="3197" y="4982" />
	<ns0:Point x="3197" y="4981" />
	<ns0:Point x="3203" y="4981" />
	<ns0:Point x="3203" y="4980" />
	<ns0:Point x="3205" y="4980" />
	<ns0:Point x="3205" y="4979" />
	<ns0:Point x="3208" y="4979" />
	<ns0:Point x="3208" y="4978" />
	<ns0:Point x="3210" y="4978" />
	<ns0:Point x="3210" y="4977" />
	<ns0:Point x="3213" y="4977" />
	<ns0:Point x="3213" y="4976" />
	<ns0:Point x="3216" y="4976" />
	<ns0:Point x="3216" y="4975" />
	<ns0:Point x="3219" y="4975" />
	<ns0:Point x="3219" y="4974" />
	<ns0:Point x="3221" y="4974" />
	<ns0:Point x="3221" y="4973" />
	<ns0:Point x="3222" y="4973" />
	<ns0:Point x="3222" y="4972" />
	<ns0:Point x="3224" y="4972" />
	<ns0:Point x="3224" y="4971" />
	<ns0:Point x="3226" y="4971" />
	<ns0:Point x="3226" y="4970" />
	<ns0:Point x="3228" y="4970" />
	<ns0:Point x="3228" y="4969" />
	<ns0:Point x="3230" y="4969" />
	<ns0:Point x="3230" y="4968" />
	<ns0:Point x="3231" y="4968" />
	<ns0:Point x="3231" y="4967" />
	<ns0:Point x="3233" y="4967" />
	<ns0:Point x="3233" y="4966" />
	<ns0:Point x="3234" y="4966" />
	<ns0:Point x="3234" y="4965" />
	<ns0:Point x="3235" y="4965" />
	<ns0:Point x="3235" y="4964" />
	<ns0:Point x="3237" y="4964" />
	<ns0:Point x="3237" y="4963" />
	<ns0:Point x="3238" y="4963" />
	<ns0:Point x="3238" y="4962" />
	<ns0:Point x="3240" y="4962" />
	<ns0:Point x="3240" y="4961" />
	<ns0:Point x="3241" y="4961" />
	<ns0:Point x="3241" y="4960" />
	<ns0:Point x="3242" y="4960" />
	<ns0:Point x="3242" y="4959" />
	<ns0:Point x="3243" y="4959" />
	<ns0:Point x="3243" y="4958" />
	<ns0:Point x="3244" y="4958" />
	<ns0:Point x="3244" y="4957" />
	<ns0:Point x="3245" y="4957" />
	<ns0:Point x="3245" y="4956" />
	<ns0:Point x="3246" y="4956" />
	<ns0:Point x="3246" y="4954" />
	<ns0:Point x="3247" y="4954" />
	<ns0:Point x="3247" y="4952" />
	<ns0:Point x="3248" y="4952" />
	<ns0:Point x="3248" y="4951" />
	<ns0:Point x="3249" y="4951" />
	<ns0:Point x="3249" y="4950" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r297">
	<ns0:Coords>
	<ns0:Point x="3248" y="5145" />
	<ns0:Point x="3249" y="5145" />
	<ns0:Point x="3249" y="5155" />
	<ns0:Point x="3248" y="5155" />
	<ns0:Point x="3248" y="5158" />
	<ns0:Point x="3247" y="5158" />
	<ns0:Point x="3247" y="5160" />
	<ns0:Point x="3246" y="5160" />
	<ns0:Point x="3246" y="5161" />
	<ns0:Point x="3245" y="5161" />
	<ns0:Point x="3245" y="5163" />
	<ns0:Point x="3243" y="5163" />
	<ns0:Point x="3243" y="5165" />
	<ns0:Point x="3242" y="5165" />
	<ns0:Point x="3242" y="5166" />
	<ns0:Point x="3241" y="5166" />
	<ns0:Point x="3241" y="5167" />
	<ns0:Point x="3239" y="5167" />
	<ns0:Point x="3239" y="5169" />
	<ns0:Point x="3237" y="5169" />
	<ns0:Point x="3237" y="5170" />
	<ns0:Point x="3236" y="5170" />
	<ns0:Point x="3236" y="5171" />
	<ns0:Point x="3235" y="5171" />
	<ns0:Point x="3235" y="5173" />
	<ns0:Point x="3233" y="5173" />
	<ns0:Point x="3233" y="5174" />
	<ns0:Point x="3231" y="5174" />
	<ns0:Point x="3231" y="5175" />
	<ns0:Point x="3230" y="5175" />
	<ns0:Point x="3230" y="5176" />
	<ns0:Point x="3229" y="5176" />
	<ns0:Point x="3229" y="5177" />
	<ns0:Point x="3227" y="5177" />
	<ns0:Point x="3227" y="5179" />
	<ns0:Point x="3225" y="5179" />
	<ns0:Point x="3225" y="5180" />
	<ns0:Point x="3224" y="5180" />
	<ns0:Point x="3224" y="5181" />
	<ns0:Point x="3223" y="5181" />
	<ns0:Point x="3223" y="5182" />
	<ns0:Point x="3222" y="5182" />
	<ns0:Point x="3222" y="5183" />
	<ns0:Point x="3221" y="5183" />
	<ns0:Point x="3221" y="5189" />
	<ns0:Point x="3220" y="5189" />
	<ns0:Point x="3220" y="5195" />
	<ns0:Point x="3219" y="5195" />
	<ns0:Point x="3219" y="5198" />
	<ns0:Point x="3150" y="5198" />
	<ns0:Point x="3150" y="5199" />
	<ns0:Point x="3120" y="5199" />
	<ns0:Point x="3120" y="5200" />
	<ns0:Point x="3094" y="5200" />
	<ns0:Point x="3094" y="5199" />
	<ns0:Point x="3003" y="5199" />
	<ns0:Point x="3003" y="5198" />
	<ns0:Point x="2974" y="5198" />
	<ns0:Point x="2974" y="5197" />
	<ns0:Point x="2932" y="5197" />
	<ns0:Point x="2932" y="5196" />
	<ns0:Point x="2801" y="5196" />
	<ns0:Point x="2801" y="5197" />
	<ns0:Point x="2768" y="5197" />
	<ns0:Point x="2768" y="5198" />
	<ns0:Point x="2732" y="5198" />
	<ns0:Point x="2732" y="5199" />
	<ns0:Point x="2587" y="5199" />
	<ns0:Point x="2587" y="5200" />
	<ns0:Point x="2539" y="5200" />
	<ns0:Point x="2539" y="5201" />
	<ns0:Point x="2432" y="5201" />
	<ns0:Point x="2432" y="5202" />
	<ns0:Point x="2361" y="5202" />
	<ns0:Point x="2361" y="5203" />
	<ns0:Point x="2310" y="5203" />
	<ns0:Point x="2310" y="5204" />
	<ns0:Point x="2277" y="5204" />
	<ns0:Point x="2277" y="5205" />
	<ns0:Point x="2263" y="5205" />
	<ns0:Point x="2263" y="5206" />
	<ns0:Point x="2261" y="5206" />
	<ns0:Point x="2261" y="5205" />
	<ns0:Point x="2254" y="5205" />
	<ns0:Point x="2254" y="5204" />
	<ns0:Point x="2253" y="5204" />
	<ns0:Point x="2253" y="5196" />
	<ns0:Point x="2254" y="5196" />
	<ns0:Point x="2254" y="5195" />
	<ns0:Point x="2255" y="5195" />
	<ns0:Point x="2255" y="5194" />
	<ns0:Point x="2261" y="5194" />
	<ns0:Point x="2261" y="5193" />
	<ns0:Point x="2264" y="5193" />
	<ns0:Point x="2264" y="5192" />
	<ns0:Point x="2265" y="5192" />
	<ns0:Point x="2265" y="5191" />
	<ns0:Point x="2410" y="5191" />
	<ns0:Point x="2410" y="5190" />
	<ns0:Point x="2467" y="5190" />
	<ns0:Point x="2467" y="5189" />
	<ns0:Point x="2537" y="5189" />
	<ns0:Point x="2537" y="5188" />
	<ns0:Point x="2622" y="5188" />
	<ns0:Point x="2622" y="5187" />
	<ns0:Point x="2678" y="5187" />
	<ns0:Point x="2678" y="5186" />
	<ns0:Point x="2765" y="5186" />
	<ns0:Point x="2765" y="5184" />
	<ns0:Point x="2907" y="5184" />
	<ns0:Point x="2907" y="5185" />
	<ns0:Point x="2915" y="5185" />
	<ns0:Point x="2915" y="5186" />
	<ns0:Point x="2980" y="5186" />
	<ns0:Point x="2980" y="5187" />
	<ns0:Point x="3092" y="5187" />
	<ns0:Point x="3092" y="5186" />
	<ns0:Point x="3170" y="5186" />
	<ns0:Point x="3170" y="5185" />
	<ns0:Point x="3174" y="5185" />
	<ns0:Point x="3174" y="5184" />
	<ns0:Point x="3184" y="5184" />
	<ns0:Point x="3184" y="5183" />
	<ns0:Point x="3188" y="5183" />
	<ns0:Point x="3188" y="5182" />
	<ns0:Point x="3191" y="5182" />
	<ns0:Point x="3191" y="5181" />
	<ns0:Point x="3195" y="5181" />
	<ns0:Point x="3195" y="5180" />
	<ns0:Point x="3197" y="5180" />
	<ns0:Point x="3197" y="5179" />
	<ns0:Point x="3199" y="5179" />
	<ns0:Point x="3199" y="5178" />
	<ns0:Point x="3201" y="5178" />
	<ns0:Point x="3201" y="5177" />
	<ns0:Point x="3206" y="5177" />
	<ns0:Point x="3206" y="5176" />
	<ns0:Point x="3208" y="5176" />
	<ns0:Point x="3208" y="5175" />
	<ns0:Point x="3210" y="5175" />
	<ns0:Point x="3210" y="5174" />
	<ns0:Point x="3212" y="5174" />
	<ns0:Point x="3212" y="5173" />
	<ns0:Point x="3214" y="5173" />
	<ns0:Point x="3214" y="5172" />
	<ns0:Point x="3215" y="5172" />
	<ns0:Point x="3215" y="5171" />
	<ns0:Point x="3217" y="5171" />
	<ns0:Point x="3217" y="5170" />
	<ns0:Point x="3218" y="5170" />
	<ns0:Point x="3218" y="5169" />
	<ns0:Point x="3219" y="5169" />
	<ns0:Point x="3219" y="5168" />
	<ns0:Point x="3223" y="5168" />
	<ns0:Point x="3223" y="5167" />
	<ns0:Point x="3226" y="5167" />
	<ns0:Point x="3226" y="5166" />
	<ns0:Point x="3227" y="5166" />
	<ns0:Point x="3227" y="5165" />
	<ns0:Point x="3228" y="5165" />
	<ns0:Point x="3228" y="5164" />
	<ns0:Point x="3229" y="5164" />
	<ns0:Point x="3229" y="5163" />
	<ns0:Point x="3231" y="5163" />
	<ns0:Point x="3231" y="5162" />
	<ns0:Point x="3232" y="5162" />
	<ns0:Point x="3232" y="5161" />
	<ns0:Point x="3233" y="5161" />
	<ns0:Point x="3233" y="5160" />
	<ns0:Point x="3234" y="5160" />
	<ns0:Point x="3234" y="5159" />
	<ns0:Point x="3235" y="5159" />
	<ns0:Point x="3235" y="5158" />
	<ns0:Point x="3236" y="5158" />
	<ns0:Point x="3236" y="5157" />
	<ns0:Point x="3237" y="5157" />
	<ns0:Point x="3237" y="5156" />
	<ns0:Point x="3238" y="5156" />
	<ns0:Point x="3238" y="5155" />
	<ns0:Point x="3239" y="5155" />
	<ns0:Point x="3239" y="5154" />
	<ns0:Point x="3240" y="5154" />
	<ns0:Point x="3240" y="5153" />
	<ns0:Point x="3241" y="5153" />
	<ns0:Point x="3241" y="5152" />
	<ns0:Point x="3242" y="5152" />
	<ns0:Point x="3242" y="5151" />
	<ns0:Point x="3243" y="5151" />
	<ns0:Point x="3243" y="5149" />
	<ns0:Point x="3244" y="5149" />
	<ns0:Point x="3244" y="5147" />
	<ns0:Point x="3245" y="5147" />
	<ns0:Point x="3245" y="5145" />
	<ns0:Point x="3246" y="5145" />
	<ns0:Point x="3246" y="5144" />
	<ns0:Point x="3248" y="5144" />
	<ns0:Point x="3248" y="5143" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:SeparatorRegion id="r298">
	<ns0:Coords>
	<ns0:Point x="3245" y="5207" />
	<ns0:Point x="3245" y="5208" />
	<ns0:Point x="3246" y="5208" />
	<ns0:Point x="3246" y="5209" />
	<ns0:Point x="3248" y="5209" />
	<ns0:Point x="3248" y="5215" />
	<ns0:Point x="3249" y="5215" />
	<ns0:Point x="3248" y="5215" />
	<ns0:Point x="3248" y="5222" />
	<ns0:Point x="3247" y="5222" />
	<ns0:Point x="3247" y="5226" />
	<ns0:Point x="3246" y="5226" />
	<ns0:Point x="3246" y="5228" />
	<ns0:Point x="3244" y="5228" />
	<ns0:Point x="3244" y="5229" />
	<ns0:Point x="3243" y="5229" />
	<ns0:Point x="3243" y="5231" />
	<ns0:Point x="3242" y="5231" />
	<ns0:Point x="3242" y="5232" />
	<ns0:Point x="3241" y="5232" />
	<ns0:Point x="3241" y="5233" />
	<ns0:Point x="3240" y="5233" />
	<ns0:Point x="3240" y="5234" />
	<ns0:Point x="3239" y="5234" />
	<ns0:Point x="3239" y="5235" />
	<ns0:Point x="3238" y="5235" />
	<ns0:Point x="3238" y="5236" />
	<ns0:Point x="3237" y="5236" />
	<ns0:Point x="3237" y="5237" />
	<ns0:Point x="3236" y="5237" />
	<ns0:Point x="3236" y="5238" />
	<ns0:Point x="3235" y="5238" />
	<ns0:Point x="3235" y="5239" />
	<ns0:Point x="3234" y="5239" />
	<ns0:Point x="3234" y="5240" />
	<ns0:Point x="3233" y="5240" />
	<ns0:Point x="3233" y="5241" />
	<ns0:Point x="3232" y="5241" />
	<ns0:Point x="3232" y="5242" />
	<ns0:Point x="3231" y="5242" />
	<ns0:Point x="3231" y="5243" />
	<ns0:Point x="3229" y="5243" />
	<ns0:Point x="3229" y="5244" />
	<ns0:Point x="3228" y="5244" />
	<ns0:Point x="3228" y="5245" />
	<ns0:Point x="3227" y="5245" />
	<ns0:Point x="3227" y="5246" />
	<ns0:Point x="3225" y="5246" />
	<ns0:Point x="3225" y="5247" />
	<ns0:Point x="3224" y="5247" />
	<ns0:Point x="3224" y="5248" />
	<ns0:Point x="3223" y="5248" />
	<ns0:Point x="3223" y="5249" />
	<ns0:Point x="3222" y="5249" />
	<ns0:Point x="3222" y="5250" />
	<ns0:Point x="3219" y="5250" />
	<ns0:Point x="3219" y="5251" />
	<ns0:Point x="3218" y="5251" />
	<ns0:Point x="3218" y="5252" />
	<ns0:Point x="3217" y="5252" />
	<ns0:Point x="3217" y="5253" />
	<ns0:Point x="3215" y="5253" />
	<ns0:Point x="3215" y="5254" />
	<ns0:Point x="3213" y="5254" />
	<ns0:Point x="3213" y="5255" />
	<ns0:Point x="3210" y="5255" />
	<ns0:Point x="3210" y="5256" />
	<ns0:Point x="3208" y="5256" />
	<ns0:Point x="3208" y="5257" />
	<ns0:Point x="3205" y="5257" />
	<ns0:Point x="3205" y="5258" />
	<ns0:Point x="3204" y="5258" />
	<ns0:Point x="3204" y="5259" />
	<ns0:Point x="3202" y="5259" />
	<ns0:Point x="3202" y="5260" />
	<ns0:Point x="3197" y="5260" />
	<ns0:Point x="3197" y="5261" />
	<ns0:Point x="3195" y="5261" />
	<ns0:Point x="3195" y="5262" />
	<ns0:Point x="3193" y="5262" />
	<ns0:Point x="3193" y="5263" />
	<ns0:Point x="3191" y="5263" />
	<ns0:Point x="3191" y="5264" />
	<ns0:Point x="3187" y="5264" />
	<ns0:Point x="3187" y="5265" />
	<ns0:Point x="3181" y="5265" />
	<ns0:Point x="3181" y="5266" />
	<ns0:Point x="3177" y="5266" />
	<ns0:Point x="3177" y="5267" />
	<ns0:Point x="3172" y="5267" />
	<ns0:Point x="3172" y="5268" />
	<ns0:Point x="3167" y="5268" />
	<ns0:Point x="3167" y="5269" />
	<ns0:Point x="3130" y="5269" />
	<ns0:Point x="3130" y="5270" />
	<ns0:Point x="2981" y="5270" />
	<ns0:Point x="2981" y="5269" />
	<ns0:Point x="2966" y="5269" />
	<ns0:Point x="2966" y="5268" />
	<ns0:Point x="2922" y="5268" />
	<ns0:Point x="2922" y="5267" />
	<ns0:Point x="2698" y="5267" />
	<ns0:Point x="2698" y="5268" />
	<ns0:Point x="2470" y="5268" />
	<ns0:Point x="2470" y="5269" />
	<ns0:Point x="2439" y="5269" />
	<ns0:Point x="2439" y="5270" />
	<ns0:Point x="2421" y="5270" />
	<ns0:Point x="2421" y="5271" />
	<ns0:Point x="2360" y="5271" />
	<ns0:Point x="2360" y="5272" />
	<ns0:Point x="2262" y="5272" />
	<ns0:Point x="2262" y="5271" />
	<ns0:Point x="2260" y="5271" />
	<ns0:Point x="2260" y="5270" />
	<ns0:Point x="2259" y="5270" />
	<ns0:Point x="2259" y="5262" />
	<ns0:Point x="2260" y="5262" />
	<ns0:Point x="2260" y="5261" />
	<ns0:Point x="2263" y="5261" />
	<ns0:Point x="2263" y="5260" />
	<ns0:Point x="2339" y="5260" />
	<ns0:Point x="2339" y="5259" />
	<ns0:Point x="2425" y="5259" />
	<ns0:Point x="2425" y="5258" />
	<ns0:Point x="2449" y="5258" />
	<ns0:Point x="2449" y="5257" />
	<ns0:Point x="2467" y="5257" />
	<ns0:Point x="2467" y="5256" />
	<ns0:Point x="2523" y="5256" />
	<ns0:Point x="2523" y="5255" />
	<ns0:Point x="2734" y="5255" />
	<ns0:Point x="2734" y="5254" />
	<ns0:Point x="2802" y="5254" />
	<ns0:Point x="2802" y="5253" />
	<ns0:Point x="2854" y="5253" />
	<ns0:Point x="2854" y="5254" />
	<ns0:Point x="2929" y="5254" />
	<ns0:Point x="2929" y="5255" />
	<ns0:Point x="3171" y="5255" />
	<ns0:Point x="3171" y="5254" />
	<ns0:Point x="3175" y="5254" />
	<ns0:Point x="3175" y="5253" />
	<ns0:Point x="3182" y="5253" />
	<ns0:Point x="3182" y="5252" />
	<ns0:Point x="3185" y="5252" />
	<ns0:Point x="3185" y="5251" />
	<ns0:Point x="3189" y="5251" />
	<ns0:Point x="3189" y="5250" />
	<ns0:Point x="3191" y="5250" />
	<ns0:Point x="3191" y="5249" />
	<ns0:Point x="3194" y="5249" />
	<ns0:Point x="3194" y="5248" />
	<ns0:Point x="3195" y="5248" />
	<ns0:Point x="3195" y="5247" />
	<ns0:Point x="3200" y="5247" />
	<ns0:Point x="3200" y="5246" />
	<ns0:Point x="3203" y="5246" />
	<ns0:Point x="3203" y="5245" />
	<ns0:Point x="3205" y="5245" />
	<ns0:Point x="3205" y="5244" />
	<ns0:Point x="3207" y="5244" />
	<ns0:Point x="3207" y="5243" />
	<ns0:Point x="3209" y="5243" />
	<ns0:Point x="3209" y="5242" />
	<ns0:Point x="3210" y="5242" />
	<ns0:Point x="3210" y="5241" />
	<ns0:Point x="3213" y="5241" />
	<ns0:Point x="3213" y="5240" />
	<ns0:Point x="3214" y="5240" />
	<ns0:Point x="3214" y="5239" />
	<ns0:Point x="3216" y="5239" />
	<ns0:Point x="3216" y="5238" />
	<ns0:Point x="3218" y="5238" />
	<ns0:Point x="3218" y="5237" />
	<ns0:Point x="3220" y="5237" />
	<ns0:Point x="3220" y="5236" />
	<ns0:Point x="3221" y="5236" />
	<ns0:Point x="3221" y="5234" />
	<ns0:Point x="3223" y="5234" />
	<ns0:Point x="3223" y="5233" />
	<ns0:Point x="3225" y="5233" />
	<ns0:Point x="3225" y="5232" />
	<ns0:Point x="3226" y="5232" />
	<ns0:Point x="3226" y="5231" />
	<ns0:Point x="3228" y="5231" />
	<ns0:Point x="3228" y="5229" />
	<ns0:Point x="3230" y="5229" />
	<ns0:Point x="3230" y="5228" />
	<ns0:Point x="3231" y="5228" />
	<ns0:Point x="3231" y="5226" />
	<ns0:Point x="3232" y="5226" />
	<ns0:Point x="3232" y="5225" />
	<ns0:Point x="3235" y="5225" />
	<ns0:Point x="3235" y="5223" />
	<ns0:Point x="3236" y="5223" />
	<ns0:Point x="3236" y="5222" />
	<ns0:Point x="3237" y="5222" />
	<ns0:Point x="3237" y="5220" />
	<ns0:Point x="3238" y="5220" />
	<ns0:Point x="3238" y="5218" />
	<ns0:Point x="3239" y="5218" />
	<ns0:Point x="3239" y="5216" />
	<ns0:Point x="3240" y="5216" />
	<ns0:Point x="3240" y="5215" />
	<ns0:Point x="3241" y="5215" />
	<ns0:Point x="3241" y="5212" />
	<ns0:Point x="3242" y="5212" />
	<ns0:Point x="3242" y="5211" />
	<ns0:Point x="3243" y="5211" />
	<ns0:Point x="3243" y="5209" />
	<ns0:Point x="3244" y="5209" />
	<ns0:Point x="3244" y="5207" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r300" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3251" y="4981" />
	<ns0:Point x="3251" y="4984" />
	<ns0:Point x="3252" y="4984" />
	<ns0:Point x="3252" y="4987" />
	<ns0:Point x="3253" y="4987" />
	<ns0:Point x="3253" y="4990" />
	<ns0:Point x="3254" y="4990" />
	<ns0:Point x="3254" y="4993" />
	<ns0:Point x="3255" y="4993" />
	<ns0:Point x="3255" y="4996" />
	<ns0:Point x="3256" y="4996" />
	<ns0:Point x="3256" y="4999" />
	<ns0:Point x="3257" y="4999" />
	<ns0:Point x="3257" y="5002" />
	<ns0:Point x="3258" y="5002" />
	<ns0:Point x="3258" y="5016" />
	<ns0:Point x="3257" y="5016" />
	<ns0:Point x="3257" y="5035" />
	<ns0:Point x="3258" y="5035" />
	<ns0:Point x="3258" y="5038" />
	<ns0:Point x="3257" y="5038" />
	<ns0:Point x="3257" y="5039" />
	<ns0:Point x="3255" y="5039" />
	<ns0:Point x="3255" y="5040" />
	<ns0:Point x="3252" y="5040" />
	<ns0:Point x="3252" y="5041" />
	<ns0:Point x="3250" y="5041" />
	<ns0:Point x="3250" y="5042" />
	<ns0:Point x="3248" y="5042" />
	<ns0:Point x="3248" y="5043" />
	<ns0:Point x="3245" y="5043" />
	<ns0:Point x="3245" y="5044" />
	<ns0:Point x="3243" y="5044" />
	<ns0:Point x="3243" y="5045" />
	<ns0:Point x="3241" y="5045" />
	<ns0:Point x="3241" y="5046" />
	<ns0:Point x="3238" y="5046" />
	<ns0:Point x="3238" y="5047" />
	<ns0:Point x="3236" y="5047" />
	<ns0:Point x="3236" y="5048" />
	<ns0:Point x="3234" y="5048" />
	<ns0:Point x="3234" y="5049" />
	<ns0:Point x="3231" y="5049" />
	<ns0:Point x="3231" y="5050" />
	<ns0:Point x="3229" y="5050" />
	<ns0:Point x="3229" y="5051" />
	<ns0:Point x="3227" y="5051" />
	<ns0:Point x="3227" y="5052" />
	<ns0:Point x="3224" y="5052" />
	<ns0:Point x="3224" y="5053" />
	<ns0:Point x="3222" y="5053" />
	<ns0:Point x="3222" y="5054" />
	<ns0:Point x="3220" y="5054" />
	<ns0:Point x="3220" y="5055" />
	<ns0:Point x="3217" y="5055" />
	<ns0:Point x="3217" y="5056" />
	<ns0:Point x="3213" y="5056" />
	<ns0:Point x="3213" y="5057" />
	<ns0:Point x="3209" y="5057" />
	<ns0:Point x="3209" y="5058" />
	<ns0:Point x="3205" y="5058" />
	<ns0:Point x="3205" y="5059" />
	<ns0:Point x="3201" y="5059" />
	<ns0:Point x="3201" y="5060" />
	<ns0:Point x="3196" y="5060" />
	<ns0:Point x="3196" y="5061" />
	<ns0:Point x="3192" y="5061" />
	<ns0:Point x="3192" y="5062" />
	<ns0:Point x="3188" y="5062" />
	<ns0:Point x="3188" y="5063" />
	<ns0:Point x="3184" y="5063" />
	<ns0:Point x="3184" y="5064" />
	<ns0:Point x="3179" y="5064" />
	<ns0:Point x="3179" y="5065" />
	<ns0:Point x="3124" y="5065" />
	<ns0:Point x="3124" y="5066" />
	<ns0:Point x="3069" y="5066" />
	<ns0:Point x="3069" y="5067" />
	<ns0:Point x="3014" y="5067" />
	<ns0:Point x="3014" y="5068" />
	<ns0:Point x="2958" y="5068" />
	<ns0:Point x="2958" y="5069" />
	<ns0:Point x="2903" y="5069" />
	<ns0:Point x="2903" y="5070" />
	<ns0:Point x="2848" y="5070" />
	<ns0:Point x="2848" y="5071" />
	<ns0:Point x="2792" y="5071" />
	<ns0:Point x="2792" y="5072" />
	<ns0:Point x="2737" y="5072" />
	<ns0:Point x="2737" y="5073" />
	<ns0:Point x="2682" y="5073" />
	<ns0:Point x="2682" y="5074" />
	<ns0:Point x="2627" y="5074" />
	<ns0:Point x="2627" y="5075" />
	<ns0:Point x="2571" y="5075" />
	<ns0:Point x="2571" y="5076" />
	<ns0:Point x="2516" y="5076" />
	<ns0:Point x="2516" y="5077" />
	<ns0:Point x="2461" y="5077" />
	<ns0:Point x="2461" y="5078" />
	<ns0:Point x="2405" y="5078" />
	<ns0:Point x="2405" y="5079" />
	<ns0:Point x="2350" y="5079" />
	<ns0:Point x="2350" y="5080" />
	<ns0:Point x="2295" y="5080" />
	<ns0:Point x="2295" y="5081" />
	<ns0:Point x="2245" y="5081" />
	<ns0:Point x="2245" y="5012" />
	<ns0:Point x="2246" y="5012" />
	<ns0:Point x="2246" y="5011" />
	<ns0:Point x="2340" y="5011" />
	<ns0:Point x="2340" y="5010" />
	<ns0:Point x="2434" y="5010" />
	<ns0:Point x="2434" y="5009" />
	<ns0:Point x="2528" y="5009" />
	<ns0:Point x="2528" y="5008" />
	<ns0:Point x="2622" y="5008" />
	<ns0:Point x="2622" y="5007" />
	<ns0:Point x="2717" y="5007" />
	<ns0:Point x="2717" y="5006" />
	<ns0:Point x="2811" y="5006" />
	<ns0:Point x="2811" y="5005" />
	<ns0:Point x="2905" y="5005" />
	<ns0:Point x="2905" y="5004" />
	<ns0:Point x="2999" y="5004" />
	<ns0:Point x="2999" y="5003" />
	<ns0:Point x="3093" y="5003" />
	<ns0:Point x="3093" y="5002" />
	<ns0:Point x="3188" y="5002" />
	<ns0:Point x="3188" y="5001" />
	<ns0:Point x="3189" y="5001" />
	<ns0:Point x="3189" y="5000" />
	<ns0:Point x="3190" y="5000" />
	<ns0:Point x="3190" y="4999" />
	<ns0:Point x="3191" y="4999" />
	<ns0:Point x="3191" y="4998" />
	<ns0:Point x="3193" y="4998" />
	<ns0:Point x="3193" y="4997" />
	<ns0:Point x="3194" y="4997" />
	<ns0:Point x="3194" y="4996" />
	<ns0:Point x="3195" y="4996" />
	<ns0:Point x="3195" y="4995" />
	<ns0:Point x="3196" y="4995" />
	<ns0:Point x="3196" y="4994" />
	<ns0:Point x="3198" y="4994" />
	<ns0:Point x="3198" y="4993" />
	<ns0:Point x="3199" y="4993" />
	<ns0:Point x="3199" y="4992" />
	<ns0:Point x="3200" y="4992" />
	<ns0:Point x="3200" y="4991" />
	<ns0:Point x="3201" y="4991" />
	<ns0:Point x="3201" y="4990" />
	<ns0:Point x="3203" y="4990" />
	<ns0:Point x="3203" y="4989" />
	<ns0:Point x="3204" y="4989" />
	<ns0:Point x="3204" y="4988" />
	<ns0:Point x="3205" y="4988" />
	<ns0:Point x="3205" y="4987" />
	<ns0:Point x="3206" y="4987" />
	<ns0:Point x="3206" y="4986" />
	<ns0:Point x="3208" y="4986" />
	<ns0:Point x="3208" y="4985" />
	<ns0:Point x="3216" y="4985" />
	<ns0:Point x="3216" y="4984" />
	<ns0:Point x="3224" y="4984" />
	<ns0:Point x="3224" y="4983" />
	<ns0:Point x="3233" y="4983" />
	<ns0:Point x="3233" y="4982" />
	<ns0:Point x="3241" y="4982" />
	<ns0:Point x="3241" y="4981" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>CIRCUS W. CARRÉ,</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r302" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3258" y="5041" />
	<ns0:Point x="3258" y="5054" />
	<ns0:Point x="3259" y="5054" />
	<ns0:Point x="3259" y="5073" />
	<ns0:Point x="3260" y="5073" />
	<ns0:Point x="3260" y="5092" />
	<ns0:Point x="3261" y="5092" />
	<ns0:Point x="3261" y="5110" />
	<ns0:Point x="3262" y="5110" />
	<ns0:Point x="3261" y="5110" />
	<ns0:Point x="3261" y="5112" />
	<ns0:Point x="3260" y="5112" />
	<ns0:Point x="3260" y="5113" />
	<ns0:Point x="3259" y="5113" />
	<ns0:Point x="3259" y="5115" />
	<ns0:Point x="3258" y="5115" />
	<ns0:Point x="3258" y="5116" />
	<ns0:Point x="3257" y="5116" />
	<ns0:Point x="3257" y="5118" />
	<ns0:Point x="3256" y="5118" />
	<ns0:Point x="3256" y="5119" />
	<ns0:Point x="3255" y="5119" />
	<ns0:Point x="3255" y="5121" />
	<ns0:Point x="3254" y="5121" />
	<ns0:Point x="3254" y="5122" />
	<ns0:Point x="3253" y="5122" />
	<ns0:Point x="3253" y="5124" />
	<ns0:Point x="3252" y="5124" />
	<ns0:Point x="3252" y="5125" />
	<ns0:Point x="3251" y="5125" />
	<ns0:Point x="3251" y="5127" />
	<ns0:Point x="3250" y="5127" />
	<ns0:Point x="3250" y="5128" />
	<ns0:Point x="3249" y="5128" />
	<ns0:Point x="3249" y="5130" />
	<ns0:Point x="3248" y="5130" />
	<ns0:Point x="3248" y="5131" />
	<ns0:Point x="3247" y="5131" />
	<ns0:Point x="3247" y="5133" />
	<ns0:Point x="3246" y="5133" />
	<ns0:Point x="3246" y="5134" />
	<ns0:Point x="3245" y="5134" />
	<ns0:Point x="3245" y="5136" />
	<ns0:Point x="3244" y="5136" />
	<ns0:Point x="3244" y="5137" />
	<ns0:Point x="3243" y="5137" />
	<ns0:Point x="3243" y="5139" />
	<ns0:Point x="3242" y="5139" />
	<ns0:Point x="3242" y="5140" />
	<ns0:Point x="3241" y="5140" />
	<ns0:Point x="3241" y="5142" />
	<ns0:Point x="3240" y="5142" />
	<ns0:Point x="3240" y="5143" />
	<ns0:Point x="3239" y="5143" />
	<ns0:Point x="3239" y="5145" />
	<ns0:Point x="3238" y="5145" />
	<ns0:Point x="3238" y="5146" />
	<ns0:Point x="3237" y="5146" />
	<ns0:Point x="3237" y="5148" />
	<ns0:Point x="3236" y="5148" />
	<ns0:Point x="3236" y="5149" />
	<ns0:Point x="3235" y="5149" />
	<ns0:Point x="3235" y="5151" />
	<ns0:Point x="3234" y="5151" />
	<ns0:Point x="3234" y="5152" />
	<ns0:Point x="3231" y="5152" />
	<ns0:Point x="3231" y="5153" />
	<ns0:Point x="3228" y="5153" />
	<ns0:Point x="3228" y="5154" />
	<ns0:Point x="3225" y="5154" />
	<ns0:Point x="3225" y="5155" />
	<ns0:Point x="3222" y="5155" />
	<ns0:Point x="3222" y="5156" />
	<ns0:Point x="3219" y="5156" />
	<ns0:Point x="3219" y="5157" />
	<ns0:Point x="3216" y="5157" />
	<ns0:Point x="3216" y="5158" />
	<ns0:Point x="3213" y="5158" />
	<ns0:Point x="3213" y="5159" />
	<ns0:Point x="3210" y="5159" />
	<ns0:Point x="3210" y="5160" />
	<ns0:Point x="3208" y="5160" />
	<ns0:Point x="3208" y="5161" />
	<ns0:Point x="3205" y="5161" />
	<ns0:Point x="3205" y="5162" />
	<ns0:Point x="3202" y="5162" />
	<ns0:Point x="3202" y="5163" />
	<ns0:Point x="3199" y="5163" />
	<ns0:Point x="3199" y="5164" />
	<ns0:Point x="3196" y="5164" />
	<ns0:Point x="3196" y="5165" />
	<ns0:Point x="3193" y="5165" />
	<ns0:Point x="3193" y="5166" />
	<ns0:Point x="3190" y="5166" />
	<ns0:Point x="3190" y="5167" />
	<ns0:Point x="3187" y="5167" />
	<ns0:Point x="3187" y="5168" />
	<ns0:Point x="3185" y="5168" />
	<ns0:Point x="3185" y="5169" />
	<ns0:Point x="3182" y="5169" />
	<ns0:Point x="3182" y="5170" />
	<ns0:Point x="3179" y="5170" />
	<ns0:Point x="3179" y="5171" />
	<ns0:Point x="3176" y="5171" />
	<ns0:Point x="3176" y="5172" />
	<ns0:Point x="3173" y="5172" />
	<ns0:Point x="3173" y="5173" />
	<ns0:Point x="3170" y="5173" />
	<ns0:Point x="3170" y="5174" />
	<ns0:Point x="3167" y="5174" />
	<ns0:Point x="3167" y="5175" />
	<ns0:Point x="3164" y="5175" />
	<ns0:Point x="3164" y="5176" />
	<ns0:Point x="3162" y="5176" />
	<ns0:Point x="3162" y="5177" />
	<ns0:Point x="2920" y="5177" />
	<ns0:Point x="2920" y="5178" />
	<ns0:Point x="2582" y="5178" />
	<ns0:Point x="2582" y="5179" />
	<ns0:Point x="2244" y="5179" />
	<ns0:Point x="2244" y="5153" />
	<ns0:Point x="2243" y="5153" />
	<ns0:Point x="2243" y="5144" />
	<ns0:Point x="2242" y="5144" />
	<ns0:Point x="2242" y="5135" />
	<ns0:Point x="2241" y="5135" />
	<ns0:Point x="2241" y="5121" />
	<ns0:Point x="2242" y="5121" />
	<ns0:Point x="2242" y="5116" />
	<ns0:Point x="2243" y="5116" />
	<ns0:Point x="2243" y="5110" />
	<ns0:Point x="2244" y="5110" />
	<ns0:Point x="2244" y="5105" />
	<ns0:Point x="2245" y="5105" />
	<ns0:Point x="2245" y="5083" />
	<ns0:Point x="2297" y="5083" />
	<ns0:Point x="2297" y="5082" />
	<ns0:Point x="2352" y="5082" />
	<ns0:Point x="2352" y="5081" />
	<ns0:Point x="2407" y="5081" />
	<ns0:Point x="2407" y="5080" />
	<ns0:Point x="2463" y="5080" />
	<ns0:Point x="2463" y="5079" />
	<ns0:Point x="2518" y="5079" />
	<ns0:Point x="2518" y="5078" />
	<ns0:Point x="2573" y="5078" />
	<ns0:Point x="2573" y="5077" />
	<ns0:Point x="2629" y="5077" />
	<ns0:Point x="2629" y="5076" />
	<ns0:Point x="2684" y="5076" />
	<ns0:Point x="2684" y="5075" />
	<ns0:Point x="2739" y="5075" />
	<ns0:Point x="2739" y="5074" />
	<ns0:Point x="2794" y="5074" />
	<ns0:Point x="2794" y="5073" />
	<ns0:Point x="2850" y="5073" />
	<ns0:Point x="2850" y="5072" />
	<ns0:Point x="2905" y="5072" />
	<ns0:Point x="2905" y="5071" />
	<ns0:Point x="2960" y="5071" />
	<ns0:Point x="2960" y="5070" />
	<ns0:Point x="3016" y="5070" />
	<ns0:Point x="3016" y="5069" />
	<ns0:Point x="3071" y="5069" />
	<ns0:Point x="3071" y="5068" />
	<ns0:Point x="3126" y="5068" />
	<ns0:Point x="3126" y="5067" />
	<ns0:Point x="3181" y="5067" />
	<ns0:Point x="3181" y="5066" />
	<ns0:Point x="3186" y="5066" />
	<ns0:Point x="3186" y="5065" />
	<ns0:Point x="3190" y="5065" />
	<ns0:Point x="3190" y="5064" />
	<ns0:Point x="3194" y="5064" />
	<ns0:Point x="3194" y="5063" />
	<ns0:Point x="3198" y="5063" />
	<ns0:Point x="3198" y="5062" />
	<ns0:Point x="3203" y="5062" />
	<ns0:Point x="3203" y="5061" />
	<ns0:Point x="3207" y="5061" />
	<ns0:Point x="3207" y="5060" />
	<ns0:Point x="3211" y="5060" />
	<ns0:Point x="3211" y="5059" />
	<ns0:Point x="3215" y="5059" />
	<ns0:Point x="3215" y="5058" />
	<ns0:Point x="3219" y="5058" />
	<ns0:Point x="3219" y="5057" />
	<ns0:Point x="3222" y="5057" />
	<ns0:Point x="3222" y="5056" />
	<ns0:Point x="3224" y="5056" />
	<ns0:Point x="3224" y="5055" />
	<ns0:Point x="3226" y="5055" />
	<ns0:Point x="3226" y="5054" />
	<ns0:Point x="3229" y="5054" />
	<ns0:Point x="3229" y="5053" />
	<ns0:Point x="3231" y="5053" />
	<ns0:Point x="3231" y="5052" />
	<ns0:Point x="3233" y="5052" />
	<ns0:Point x="3233" y="5051" />
	<ns0:Point x="3236" y="5051" />
	<ns0:Point x="3236" y="5050" />
	<ns0:Point x="3238" y="5050" />
	<ns0:Point x="3238" y="5049" />
	<ns0:Point x="3240" y="5049" />
	<ns0:Point x="3240" y="5048" />
	<ns0:Point x="3243" y="5048" />
	<ns0:Point x="3243" y="5047" />
	<ns0:Point x="3245" y="5047" />
	<ns0:Point x="3245" y="5046" />
	<ns0:Point x="3247" y="5046" />
	<ns0:Point x="3247" y="5045" />
	<ns0:Point x="3250" y="5045" />
	<ns0:Point x="3250" y="5044" />
	<ns0:Point x="3252" y="5044" />
	<ns0:Point x="3252" y="5043" />
	<ns0:Point x="3254" y="5043" />
	<ns0:Point x="3254" y="5042" />
	<ns0:Point x="3257" y="5042" />
	<ns0:Point x="3257" y="5041" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>WOENSDAG 29 AUGUSTUS: GROOTE VOORSTELLIN-
GEN. Tot slot: De Hongaarsche Chikos, manoeuvre door 5 Dame€
en 4 Heeren, gecommandeerd door Mw. Carré. Aanvang 8 ure.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r57" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1698" y="4910" />
	<ns0:Point x="2140" y="4910" />
	<ns0:Point x="2140" y="4988" />
	<ns0:Point x="2222" y="4988" />
	<ns0:Point x="2222" y="5040" />
	<ns0:Point x="2010" y="5040" />
	<ns0:Point x="2010" y="5074" />
	<ns0:Point x="1820" y="5074" />
	<ns0:Point x="1820" y="5040" />
	<ns0:Point x="1624" y="5040" />
	<ns0:Point x="1624" y="4988" />
	<ns0:Point x="1698" y="4988" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>DILIGENCE DIENST
AMSTERDAM—AMERSFOORT
VICE VERSA.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r23" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1460" y="1220" />
	<ns0:Point x="1930" y="1220" />
	<ns0:Point x="1930" y="1282" />
	<ns0:Point x="2144" y="1282" />
	<ns0:Point x="2145" y="1364" />
	<ns0:Point x="1252" y="1361" />
	<ns0:Point x="1252" y="1282" />
	<ns0:Point x="1460" y="1282" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>NEDERLANDSCHE
HANDEL-MAATSCHAPPIJ.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r186" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2067" y="297" />
	<ns0:Point x="2190" y="297" />
	<ns0:Point x="2190" y="337" />
	<ns0:Point x="2067" y="337" />
	<ns0:Point x="2067" y="333" />
	<ns0:Point x="1638" y="333" />
	<ns0:Point x="1638" y="334" />
	<ns0:Point x="1591" y="334" />
	<ns0:Point x="1591" y="335" />
	<ns0:Point x="1545" y="335" />
	<ns0:Point x="1545" y="336" />
	<ns0:Point x="1377" y="336" />
	<ns0:Point x="1377" y="335" />
	<ns0:Point x="1376" y="335" />
	<ns0:Point x="1376" y="334" />
	<ns0:Point x="1374" y="334" />
	<ns0:Point x="1374" y="333" />
	<ns0:Point x="1372" y="333" />
	<ns0:Point x="1372" y="332" />
	<ns0:Point x="1196" y="332" />
	<ns0:Point x="1196" y="305" />
	<ns0:Point x="1389" y="305" />
	<ns0:Point x="1389" y="304" />
	<ns0:Point x="1394" y="304" />
	<ns0:Point x="1394" y="303" />
	<ns0:Point x="1399" y="303" />
	<ns0:Point x="1399" y="302" />
	<ns0:Point x="1467" y="302" />
	<ns0:Point x="1467" y="304" />
	<ns0:Point x="1671" y="304" />
	<ns0:Point x="1702" y="319" />
	<ns0:Point x="2067" y="304" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>AMSTERDAM, 25 Augustus 1866. (20051)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r304">
	<ns0:Coords>
	<ns0:Point x="1188" y="4658" />
	<ns0:Point x="1188" y="4678" />
	<ns0:Point x="2223" y="4678" />
	<ns0:Point x="2223" y="4658" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r247" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="96" y="3583" />
	<ns0:Point x="1157" y="3583" />
	<ns0:Point x="1156" y="3583" />
	<ns0:Point x="1156" y="3597" />
	<ns0:Point x="1155" y="3597" />
	<ns0:Point x="1155" y="3624" />
	<ns0:Point x="983" y="3624" />
	<ns0:Point x="983" y="3625" />
	<ns0:Point x="981" y="3625" />
	<ns0:Point x="981" y="3626" />
	<ns0:Point x="979" y="3626" />
	<ns0:Point x="979" y="3627" />
	<ns0:Point x="977" y="3627" />
	<ns0:Point x="977" y="3628" />
	<ns0:Point x="975" y="3628" />
	<ns0:Point x="975" y="3629" />
	<ns0:Point x="966" y="3629" />
	<ns0:Point x="966" y="3628" />
	<ns0:Point x="965" y="3628" />
	<ns0:Point x="965" y="3627" />
	<ns0:Point x="964" y="3627" />
	<ns0:Point x="964" y="3626" />
	<ns0:Point x="963" y="3626" />
	<ns0:Point x="963" y="3625" />
	<ns0:Point x="962" y="3625" />
	<ns0:Point x="962" y="3624" />
	<ns0:Point x="961" y="3624" />
	<ns0:Point x="961" y="3623" />
	<ns0:Point x="959" y="3623" />
	<ns0:Point x="959" y="3622" />
	<ns0:Point x="788" y="3622" />
	<ns0:Point x="788" y="3623" />
	<ns0:Point x="787" y="3623" />
	<ns0:Point x="787" y="3624" />
	<ns0:Point x="785" y="3624" />
	<ns0:Point x="785" y="3625" />
	<ns0:Point x="783" y="3625" />
	<ns0:Point x="783" y="3626" />
	<ns0:Point x="781" y="3626" />
	<ns0:Point x="781" y="3627" />
	<ns0:Point x="776" y="3627" />
	<ns0:Point x="776" y="3628" />
	<ns0:Point x="771" y="3628" />
	<ns0:Point x="771" y="3629" />
	<ns0:Point x="768" y="3629" />
	<ns0:Point x="768" y="3628" />
	<ns0:Point x="767" y="3628" />
	<ns0:Point x="767" y="3626" />
	<ns0:Point x="766" y="3626" />
	<ns0:Point x="766" y="3623" />
	<ns0:Point x="765" y="3623" />
	<ns0:Point x="765" y="3621" />
	<ns0:Point x="764" y="3621" />
	<ns0:Point x="764" y="3620" />
	<ns0:Point x="592" y="3620" />
	<ns0:Point x="592" y="3619" />
	<ns0:Point x="417" y="3619" />
	<ns0:Point x="417" y="3620" />
	<ns0:Point x="333" y="3620" />
	<ns0:Point x="333" y="3619" />
	<ns0:Point x="283" y="3619" />
	<ns0:Point x="283" y="3618" />
	<ns0:Point x="233" y="3618" />
	<ns0:Point x="233" y="3617" />
	<ns0:Point x="183" y="3617" />
	<ns0:Point x="180" y="3619" />
	<ns0:Point x="145" y="3619" />
	<ns0:Point x="133" y="3616" />
	<ns0:Point x="132" y="3614" />
	<ns0:Point x="96" y="3615" />
	<ns0:Point x="96" y="3582" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Binnenlandsche fondsen waren over het geheel beter gestemd.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r252" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="131" y="3617" />
	<ns0:Point x="131" y="3622" />
	<ns0:Point x="180" y="3621" />
	<ns0:Point x="231" y="3619" />
	<ns0:Point x="231" y="3620" />
	<ns0:Point x="281" y="3620" />
	<ns0:Point x="281" y="3621" />
	<ns0:Point x="331" y="3621" />
	<ns0:Point x="331" y="3622" />
	<ns0:Point x="419" y="3622" />
	<ns0:Point x="419" y="3621" />
	<ns0:Point x="590" y="3621" />
	<ns0:Point x="590" y="3622" />
	<ns0:Point x="762" y="3622" />
	<ns0:Point x="762" y="3623" />
	<ns0:Point x="763" y="3623" />
	<ns0:Point x="763" y="3625" />
	<ns0:Point x="764" y="3625" />
	<ns0:Point x="764" y="3628" />
	<ns0:Point x="765" y="3628" />
	<ns0:Point x="765" y="3630" />
	<ns0:Point x="766" y="3630" />
	<ns0:Point x="766" y="3631" />
	<ns0:Point x="773" y="3631" />
	<ns0:Point x="773" y="3630" />
	<ns0:Point x="778" y="3630" />
	<ns0:Point x="778" y="3629" />
	<ns0:Point x="783" y="3629" />
	<ns0:Point x="783" y="3628" />
	<ns0:Point x="785" y="3628" />
	<ns0:Point x="785" y="3627" />
	<ns0:Point x="787" y="3627" />
	<ns0:Point x="787" y="3626" />
	<ns0:Point x="789" y="3626" />
	<ns0:Point x="789" y="3625" />
	<ns0:Point x="790" y="3625" />
	<ns0:Point x="790" y="3624" />
	<ns0:Point x="957" y="3624" />
	<ns0:Point x="957" y="3625" />
	<ns0:Point x="959" y="3625" />
	<ns0:Point x="959" y="3626" />
	<ns0:Point x="960" y="3626" />
	<ns0:Point x="960" y="3627" />
	<ns0:Point x="961" y="3627" />
	<ns0:Point x="961" y="3628" />
	<ns0:Point x="962" y="3628" />
	<ns0:Point x="962" y="3629" />
	<ns0:Point x="963" y="3629" />
	<ns0:Point x="963" y="3630" />
	<ns0:Point x="964" y="3630" />
	<ns0:Point x="964" y="3631" />
	<ns0:Point x="977" y="3631" />
	<ns0:Point x="977" y="3630" />
	<ns0:Point x="979" y="3630" />
	<ns0:Point x="979" y="3629" />
	<ns0:Point x="981" y="3629" />
	<ns0:Point x="981" y="3628" />
	<ns0:Point x="983" y="3628" />
	<ns0:Point x="983" y="3627" />
	<ns0:Point x="985" y="3627" />
	<ns0:Point x="985" y="3626" />
	<ns0:Point x="1155" y="3626" />
	<ns0:Point x="1155" y="3640" />
	<ns0:Point x="1156" y="3640" />
	<ns0:Point x="1156" y="3669" />
	<ns0:Point x="1157" y="3669" />
	<ns0:Point x="1157" y="3698" />
	<ns0:Point x="1158" y="3698" />
	<ns0:Point x="1158" y="3727" />
	<ns0:Point x="1159" y="3727" />
	<ns0:Point x="1159" y="3756" />
	<ns0:Point x="1160" y="3756" />
	<ns0:Point x="1160" y="3785" />
	<ns0:Point x="1161" y="3785" />
	<ns0:Point x="1161" y="3814" />
	<ns0:Point x="1162" y="3814" />
	<ns0:Point x="384" y="3814" />
	<ns0:Point x="384" y="3815" />
	<ns0:Point x="324" y="3815" />
	<ns0:Point x="324" y="3816" />
	<ns0:Point x="265" y="3816" />
	<ns0:Point x="265" y="3817" />
	<ns0:Point x="264" y="3817" />
	<ns0:Point x="264" y="3819" />
	<ns0:Point x="263" y="3819" />
	<ns0:Point x="263" y="3820" />
	<ns0:Point x="246" y="3820" />
	<ns0:Point x="246" y="3819" />
	<ns0:Point x="245" y="3819" />
	<ns0:Point x="245" y="3816" />
	<ns0:Point x="244" y="3816" />
	<ns0:Point x="244" y="3814" />
	<ns0:Point x="147" y="3814" />
	<ns0:Point x="147" y="3815" />
	<ns0:Point x="145" y="3815" />
	<ns0:Point x="145" y="3816" />
	<ns0:Point x="143" y="3816" />
	<ns0:Point x="143" y="3817" />
	<ns0:Point x="141" y="3817" />
	<ns0:Point x="141" y="3818" />
	<ns0:Point x="139" y="3818" />
	<ns0:Point x="139" y="3819" />
	<ns0:Point x="137" y="3819" />
	<ns0:Point x="137" y="3820" />
	<ns0:Point x="135" y="3820" />
	<ns0:Point x="135" y="3821" />
	<ns0:Point x="134" y="3821" />
	<ns0:Point x="134" y="3820" />
	<ns0:Point x="111" y="3820" />
	<ns0:Point x="111" y="3819" />
	<ns0:Point x="96" y="3819" />
	<ns0:Point x="96" y="3617" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Van vreemde effecten was de omzet in Oostenrijksche buitengewoon
levendig. Voortgezette kooporders voor binnenlandsche rekening brag-
ten op nieuw eene rijzing te weeg, doch daar de aanvoer van het
buitenland belangrijker was dan de laatste dagen, liep de markt
laatbeurs, onder dien invloed terug en sluiten zij slechts weinig hoo-
ger dan gisteren.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r249" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2225" y="5077" />
	<ns0:Point x="2225" y="5115" />
	<ns0:Point x="2224" y="5115" />
	<ns0:Point x="2224" y="5154" />
	<ns0:Point x="2223" y="5154" />
	<ns0:Point x="2223" y="5193" />
	<ns0:Point x="2222" y="5193" />
	<ns0:Point x="2222" y="5200" />
	<ns0:Point x="2221" y="5200" />
	<ns0:Point x="2221" y="5207" />
	<ns0:Point x="2220" y="5207" />
	<ns0:Point x="2220" y="5214" />
	<ns0:Point x="2219" y="5214" />
	<ns0:Point x="2219" y="5221" />
	<ns0:Point x="2218" y="5221" />
	<ns0:Point x="2218" y="5228" />
	<ns0:Point x="2217" y="5228" />
	<ns0:Point x="2217" y="5235" />
	<ns0:Point x="2216" y="5235" />
	<ns0:Point x="2216" y="5236" />
	<ns0:Point x="2214" y="5236" />
	<ns0:Point x="2214" y="5237" />
	<ns0:Point x="2212" y="5237" />
	<ns0:Point x="2212" y="5238" />
	<ns0:Point x="2209" y="5238" />
	<ns0:Point x="2209" y="5239" />
	<ns0:Point x="2207" y="5239" />
	<ns0:Point x="2207" y="5240" />
	<ns0:Point x="2205" y="5240" />
	<ns0:Point x="2205" y="5241" />
	<ns0:Point x="2202" y="5241" />
	<ns0:Point x="2202" y="5242" />
	<ns0:Point x="2200" y="5242" />
	<ns0:Point x="2200" y="5243" />
	<ns0:Point x="2198" y="5243" />
	<ns0:Point x="2198" y="5244" />
	<ns0:Point x="2195" y="5244" />
	<ns0:Point x="2195" y="5245" />
	<ns0:Point x="2193" y="5245" />
	<ns0:Point x="2193" y="5246" />
	<ns0:Point x="2190" y="5246" />
	<ns0:Point x="2190" y="5247" />
	<ns0:Point x="2188" y="5247" />
	<ns0:Point x="2188" y="5248" />
	<ns0:Point x="2186" y="5248" />
	<ns0:Point x="2186" y="5249" />
	<ns0:Point x="2183" y="5249" />
	<ns0:Point x="2183" y="5250" />
	<ns0:Point x="2181" y="5250" />
	<ns0:Point x="2181" y="5251" />
	<ns0:Point x="2180" y="5251" />
	<ns0:Point x="2180" y="5250" />
	<ns0:Point x="2179" y="5250" />
	<ns0:Point x="2179" y="5249" />
	<ns0:Point x="2177" y="5249" />
	<ns0:Point x="2177" y="5248" />
	<ns0:Point x="2176" y="5248" />
	<ns0:Point x="2176" y="5247" />
	<ns0:Point x="2174" y="5247" />
	<ns0:Point x="2174" y="5246" />
	<ns0:Point x="2173" y="5246" />
	<ns0:Point x="2173" y="5245" />
	<ns0:Point x="2171" y="5245" />
	<ns0:Point x="2171" y="5244" />
	<ns0:Point x="2170" y="5244" />
	<ns0:Point x="2170" y="5243" />
	<ns0:Point x="2168" y="5243" />
	<ns0:Point x="2168" y="5242" />
	<ns0:Point x="2167" y="5242" />
	<ns0:Point x="2167" y="5241" />
	<ns0:Point x="2166" y="5241" />
	<ns0:Point x="2166" y="5240" />
	<ns0:Point x="2164" y="5240" />
	<ns0:Point x="2164" y="5239" />
	<ns0:Point x="2163" y="5239" />
	<ns0:Point x="2163" y="5238" />
	<ns0:Point x="2161" y="5238" />
	<ns0:Point x="2161" y="5237" />
	<ns0:Point x="2160" y="5237" />
	<ns0:Point x="2160" y="5236" />
	<ns0:Point x="2158" y="5236" />
	<ns0:Point x="2158" y="5235" />
	<ns0:Point x="2157" y="5235" />
	<ns0:Point x="2157" y="5234" />
	<ns0:Point x="1858" y="5234" />
	<ns0:Point x="1858" y="5235" />
	<ns0:Point x="1856" y="5235" />
	<ns0:Point x="1856" y="5236" />
	<ns0:Point x="1854" y="5236" />
	<ns0:Point x="1854" y="5237" />
	<ns0:Point x="1851" y="5237" />
	<ns0:Point x="1851" y="5238" />
	<ns0:Point x="1849" y="5238" />
	<ns0:Point x="1849" y="5239" />
	<ns0:Point x="1847" y="5239" />
	<ns0:Point x="1847" y="5240" />
	<ns0:Point x="1844" y="5240" />
	<ns0:Point x="1844" y="5241" />
	<ns0:Point x="1842" y="5241" />
	<ns0:Point x="1842" y="5242" />
	<ns0:Point x="1840" y="5242" />
	<ns0:Point x="1840" y="5243" />
	<ns0:Point x="1837" y="5243" />
	<ns0:Point x="1837" y="5244" />
	<ns0:Point x="1680" y="5244" />
	<ns0:Point x="1680" y="5245" />
	<ns0:Point x="1522" y="5245" />
	<ns0:Point x="1522" y="5246" />
	<ns0:Point x="1367" y="5246" />
	<ns0:Point x="1367" y="5245" />
	<ns0:Point x="1366" y="5245" />
	<ns0:Point x="1366" y="5243" />
	<ns0:Point x="1365" y="5243" />
	<ns0:Point x="1365" y="5241" />
	<ns0:Point x="1364" y="5241" />
	<ns0:Point x="1364" y="5240" />
	<ns0:Point x="1249" y="5240" />
	<ns0:Point x="1249" y="5241" />
	<ns0:Point x="1239" y="5241" />
	<ns0:Point x="1239" y="5242" />
	<ns0:Point x="1229" y="5242" />
	<ns0:Point x="1229" y="5243" />
	<ns0:Point x="1219" y="5243" />
	<ns0:Point x="1219" y="5244" />
	<ns0:Point x="1209" y="5244" />
	<ns0:Point x="1209" y="5245" />
	<ns0:Point x="1199" y="5245" />
	<ns0:Point x="1199" y="5246" />
	<ns0:Point x="1189" y="5246" />
	<ns0:Point x="1189" y="5247" />
	<ns0:Point x="1183" y="5247" />
	<ns0:Point x="1183" y="5246" />
	<ns0:Point x="1182" y="5246" />
	<ns0:Point x="1182" y="5245" />
	<ns0:Point x="1180" y="5245" />
	<ns0:Point x="1180" y="5244" />
	<ns0:Point x="1178" y="5244" />
	<ns0:Point x="1178" y="5243" />
	<ns0:Point x="1176" y="5243" />
	<ns0:Point x="1176" y="5242" />
	<ns0:Point x="1175" y="5242" />
	<ns0:Point x="1175" y="5164" />
	<ns0:Point x="1174" y="5164" />
	<ns0:Point x="1174" y="5086" />
	<ns0:Point x="1410" y="5086" />
	<ns0:Point x="1410" y="5085" />
	<ns0:Point x="1483" y="5085" />
	<ns0:Point x="1483" y="5084" />
	<ns0:Point x="1556" y="5084" />
	<ns0:Point x="1556" y="5083" />
	<ns0:Point x="1630" y="5083" />
	<ns0:Point x="1630" y="5082" />
	<ns0:Point x="1703" y="5082" />
	<ns0:Point x="1703" y="5081" />
	<ns0:Point x="1776" y="5081" />
	<ns0:Point x="1776" y="5080" />
	<ns0:Point x="1850" y="5080" />
	<ns0:Point x="1850" y="5079" />
	<ns0:Point x="1923" y="5079" />
	<ns0:Point x="1923" y="5078" />
	<ns0:Point x="1996" y="5078" />
	<ns0:Point x="1996" y="5077" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De Ondergeteekende berigt mits deze, dat de EXTRA DIEN-
STEN, des Zaturdags en Maandags middags ten 4 ure van
AMSTERDAM naar BAARN, en des Zondags Avonds ten 7 ure en
Maandags morgens 6 ure van BAARN naar AMSTERDAM, OP
HEDEN ZIJN INGETROKKEN.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r255" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2155" y="5236" />
	<ns0:Point x="2155" y="5237" />
	<ns0:Point x="2156" y="5237" />
	<ns0:Point x="2156" y="5238" />
	<ns0:Point x="2158" y="5238" />
	<ns0:Point x="2158" y="5239" />
	<ns0:Point x="2159" y="5239" />
	<ns0:Point x="2159" y="5240" />
	<ns0:Point x="2161" y="5240" />
	<ns0:Point x="2161" y="5241" />
	<ns0:Point x="2162" y="5241" />
	<ns0:Point x="2162" y="5242" />
	<ns0:Point x="2164" y="5242" />
	<ns0:Point x="2164" y="5243" />
	<ns0:Point x="2165" y="5243" />
	<ns0:Point x="2165" y="5244" />
	<ns0:Point x="2166" y="5244" />
	<ns0:Point x="2166" y="5245" />
	<ns0:Point x="2168" y="5245" />
	<ns0:Point x="2168" y="5246" />
	<ns0:Point x="2169" y="5246" />
	<ns0:Point x="2169" y="5247" />
	<ns0:Point x="2171" y="5247" />
	<ns0:Point x="2171" y="5248" />
	<ns0:Point x="2172" y="5248" />
	<ns0:Point x="2172" y="5249" />
	<ns0:Point x="2174" y="5249" />
	<ns0:Point x="2174" y="5250" />
	<ns0:Point x="2175" y="5250" />
	<ns0:Point x="2175" y="5251" />
	<ns0:Point x="2177" y="5251" />
	<ns0:Point x="2177" y="5252" />
	<ns0:Point x="2178" y="5252" />
	<ns0:Point x="2176" y="5252" />
	<ns0:Point x="2176" y="5253" />
	<ns0:Point x="2174" y="5253" />
	<ns0:Point x="2174" y="5254" />
	<ns0:Point x="2172" y="5254" />
	<ns0:Point x="2172" y="5255" />
	<ns0:Point x="2169" y="5255" />
	<ns0:Point x="2169" y="5256" />
	<ns0:Point x="2167" y="5256" />
	<ns0:Point x="2167" y="5257" />
	<ns0:Point x="2164" y="5257" />
	<ns0:Point x="2164" y="5258" />
	<ns0:Point x="2162" y="5258" />
	<ns0:Point x="2162" y="5259" />
	<ns0:Point x="2160" y="5259" />
	<ns0:Point x="2160" y="5260" />
	<ns0:Point x="2157" y="5260" />
	<ns0:Point x="2157" y="5261" />
	<ns0:Point x="2155" y="5261" />
	<ns0:Point x="2155" y="5262" />
	<ns0:Point x="2153" y="5262" />
	<ns0:Point x="2153" y="5263" />
	<ns0:Point x="2150" y="5263" />
	<ns0:Point x="2150" y="5264" />
	<ns0:Point x="2148" y="5264" />
	<ns0:Point x="2148" y="5265" />
	<ns0:Point x="2146" y="5265" />
	<ns0:Point x="2146" y="5266" />
	<ns0:Point x="2143" y="5266" />
	<ns0:Point x="2143" y="5267" />
	<ns0:Point x="2141" y="5267" />
	<ns0:Point x="2141" y="5268" />
	<ns0:Point x="2138" y="5268" />
	<ns0:Point x="2138" y="5269" />
	<ns0:Point x="2136" y="5269" />
	<ns0:Point x="2136" y="5270" />
	<ns0:Point x="2134" y="5270" />
	<ns0:Point x="2134" y="5271" />
	<ns0:Point x="2131" y="5271" />
	<ns0:Point x="2131" y="5272" />
	<ns0:Point x="2129" y="5272" />
	<ns0:Point x="2129" y="5273" />
	<ns0:Point x="2127" y="5273" />
	<ns0:Point x="2127" y="5274" />
	<ns0:Point x="2124" y="5274" />
	<ns0:Point x="2124" y="5275" />
	<ns0:Point x="2122" y="5275" />
	<ns0:Point x="2122" y="5276" />
	<ns0:Point x="1749" y="5276" />
	<ns0:Point x="1749" y="5277" />
	<ns0:Point x="1622" y="5277" />
	<ns0:Point x="1622" y="5278" />
	<ns0:Point x="1495" y="5278" />
	<ns0:Point x="1495" y="5279" />
	<ns0:Point x="1368" y="5279" />
	<ns0:Point x="1368" y="5280" />
	<ns0:Point x="1239" y="5280" />
	<ns0:Point x="1239" y="5279" />
	<ns0:Point x="1237" y="5279" />
	<ns0:Point x="1237" y="5278" />
	<ns0:Point x="1235" y="5278" />
	<ns0:Point x="1235" y="5277" />
	<ns0:Point x="1234" y="5277" />
	<ns0:Point x="1234" y="5276" />
	<ns0:Point x="1232" y="5276" />
	<ns0:Point x="1232" y="5275" />
	<ns0:Point x="1230" y="5275" />
	<ns0:Point x="1230" y="5274" />
	<ns0:Point x="1229" y="5274" />
	<ns0:Point x="1229" y="5273" />
	<ns0:Point x="1227" y="5273" />
	<ns0:Point x="1227" y="5272" />
	<ns0:Point x="1225" y="5272" />
	<ns0:Point x="1225" y="5271" />
	<ns0:Point x="1224" y="5271" />
	<ns0:Point x="1224" y="5270" />
	<ns0:Point x="1222" y="5270" />
	<ns0:Point x="1222" y="5269" />
	<ns0:Point x="1220" y="5269" />
	<ns0:Point x="1220" y="5268" />
	<ns0:Point x="1219" y="5268" />
	<ns0:Point x="1219" y="5267" />
	<ns0:Point x="1217" y="5267" />
	<ns0:Point x="1217" y="5266" />
	<ns0:Point x="1215" y="5266" />
	<ns0:Point x="1215" y="5265" />
	<ns0:Point x="1214" y="5265" />
	<ns0:Point x="1214" y="5264" />
	<ns0:Point x="1212" y="5264" />
	<ns0:Point x="1212" y="5263" />
	<ns0:Point x="1210" y="5263" />
	<ns0:Point x="1210" y="5262" />
	<ns0:Point x="1208" y="5262" />
	<ns0:Point x="1208" y="5261" />
	<ns0:Point x="1207" y="5261" />
	<ns0:Point x="1207" y="5260" />
	<ns0:Point x="1205" y="5260" />
	<ns0:Point x="1205" y="5259" />
	<ns0:Point x="1203" y="5259" />
	<ns0:Point x="1203" y="5258" />
	<ns0:Point x="1202" y="5258" />
	<ns0:Point x="1202" y="5257" />
	<ns0:Point x="1200" y="5257" />
	<ns0:Point x="1200" y="5256" />
	<ns0:Point x="1198" y="5256" />
	<ns0:Point x="1198" y="5255" />
	<ns0:Point x="1197" y="5255" />
	<ns0:Point x="1197" y="5254" />
	<ns0:Point x="1195" y="5254" />
	<ns0:Point x="1195" y="5253" />
	<ns0:Point x="1193" y="5253" />
	<ns0:Point x="1193" y="5252" />
	<ns0:Point x="1192" y="5252" />
	<ns0:Point x="1192" y="5251" />
	<ns0:Point x="1190" y="5251" />
	<ns0:Point x="1190" y="5250" />
	<ns0:Point x="1188" y="5250" />
	<ns0:Point x="1188" y="5249" />
	<ns0:Point x="1187" y="5249" />
	<ns0:Point x="1191" y="5249" />
	<ns0:Point x="1191" y="5248" />
	<ns0:Point x="1201" y="5248" />
	<ns0:Point x="1201" y="5247" />
	<ns0:Point x="1211" y="5247" />
	<ns0:Point x="1211" y="5246" />
	<ns0:Point x="1221" y="5246" />
	<ns0:Point x="1221" y="5245" />
	<ns0:Point x="1231" y="5245" />
	<ns0:Point x="1231" y="5244" />
	<ns0:Point x="1241" y="5244" />
	<ns0:Point x="1241" y="5243" />
	<ns0:Point x="1251" y="5243" />
	<ns0:Point x="1251" y="5242" />
	<ns0:Point x="1362" y="5242" />
	<ns0:Point x="1362" y="5243" />
	<ns0:Point x="1363" y="5243" />
	<ns0:Point x="1363" y="5245" />
	<ns0:Point x="1364" y="5245" />
	<ns0:Point x="1364" y="5247" />
	<ns0:Point x="1365" y="5247" />
	<ns0:Point x="1365" y="5248" />
	<ns0:Point x="1524" y="5248" />
	<ns0:Point x="1524" y="5247" />
	<ns0:Point x="1682" y="5247" />
	<ns0:Point x="1682" y="5246" />
	<ns0:Point x="1839" y="5246" />
	<ns0:Point x="1839" y="5245" />
	<ns0:Point x="1842" y="5245" />
	<ns0:Point x="1842" y="5244" />
	<ns0:Point x="1844" y="5244" />
	<ns0:Point x="1844" y="5243" />
	<ns0:Point x="1846" y="5243" />
	<ns0:Point x="1846" y="5242" />
	<ns0:Point x="1849" y="5242" />
	<ns0:Point x="1849" y="5241" />
	<ns0:Point x="1851" y="5241" />
	<ns0:Point x="1851" y="5240" />
	<ns0:Point x="1853" y="5240" />
	<ns0:Point x="1853" y="5239" />
	<ns0:Point x="1856" y="5239" />
	<ns0:Point x="1856" y="5238" />
	<ns0:Point x="1858" y="5238" />
	<ns0:Point x="1858" y="5237" />
	<ns0:Point x="1860" y="5237" />
	<ns0:Point x="1860" y="5236" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>(20013) J.FLOOR.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r258" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3281" y="666" />
	<ns0:Point x="3281" y="699" />
	<ns0:Point x="3257" y="699" />
	<ns0:Point x="3257" y="700" />
	<ns0:Point x="3218" y="700" />
	<ns0:Point x="3218" y="701" />
	<ns0:Point x="3179" y="701" />
	<ns0:Point x="3179" y="702" />
	<ns0:Point x="3140" y="702" />
	<ns0:Point x="3140" y="703" />
	<ns0:Point x="3139" y="703" />
	<ns0:Point x="3139" y="704" />
	<ns0:Point x="3138" y="704" />
	<ns0:Point x="3138" y="706" />
	<ns0:Point x="3137" y="706" />
	<ns0:Point x="3137" y="707" />
	<ns0:Point x="3136" y="707" />
	<ns0:Point x="3136" y="708" />
	<ns0:Point x="3025" y="708" />
	<ns0:Point x="3025" y="707" />
	<ns0:Point x="3024" y="707" />
	<ns0:Point x="3024" y="706" />
	<ns0:Point x="3023" y="706" />
	<ns0:Point x="3023" y="705" />
	<ns0:Point x="3022" y="705" />
	<ns0:Point x="3022" y="704" />
	<ns0:Point x="3021" y="704" />
	<ns0:Point x="3021" y="703" />
	<ns0:Point x="3020" y="703" />
	<ns0:Point x="3020" y="702" />
	<ns0:Point x="3019" y="702" />
	<ns0:Point x="3019" y="701" />
	<ns0:Point x="3016" y="701" />
	<ns0:Point x="3016" y="702" />
	<ns0:Point x="2981" y="702" />
	<ns0:Point x="2981" y="703" />
	<ns0:Point x="2946" y="703" />
	<ns0:Point x="2946" y="704" />
	<ns0:Point x="2913" y="704" />
	<ns0:Point x="2913" y="703" />
	<ns0:Point x="2844" y="703" />
	<ns0:Point x="2844" y="702" />
	<ns0:Point x="2799" y="702" />
	<ns0:Point x="2799" y="701" />
	<ns0:Point x="2753" y="701" />
	<ns0:Point x="2753" y="700" />
	<ns0:Point x="2705" y="700" />
	<ns0:Point x="2705" y="701" />
	<ns0:Point x="2701" y="701" />
	<ns0:Point x="2701" y="702" />
	<ns0:Point x="2696" y="702" />
	<ns0:Point x="2696" y="703" />
	<ns0:Point x="2691" y="703" />
	<ns0:Point x="2691" y="704" />
	<ns0:Point x="2686" y="704" />
	<ns0:Point x="2686" y="705" />
	<ns0:Point x="2681" y="705" />
	<ns0:Point x="2681" y="706" />
	<ns0:Point x="2676" y="706" />
	<ns0:Point x="2676" y="707" />
	<ns0:Point x="2673" y="707" />
	<ns0:Point x="2673" y="706" />
	<ns0:Point x="2652" y="706" />
	<ns0:Point x="2652" y="705" />
	<ns0:Point x="2630" y="705" />
	<ns0:Point x="2630" y="704" />
	<ns0:Point x="2609" y="704" />
	<ns0:Point x="2609" y="703" />
	<ns0:Point x="2587" y="703" />
	<ns0:Point x="2587" y="702" />
	<ns0:Point x="2566" y="702" />
	<ns0:Point x="2566" y="701" />
	<ns0:Point x="2542" y="701" />
	<ns0:Point x="2542" y="702" />
	<ns0:Point x="2469" y="702" />
	<ns0:Point x="2469" y="703" />
	<ns0:Point x="2399" y="703" />
	<ns0:Point x="2399" y="702" />
	<ns0:Point x="2374" y="702" />
	<ns0:Point x="2374" y="701" />
	<ns0:Point x="2350" y="701" />
	<ns0:Point x="2350" y="700" />
	<ns0:Point x="2325" y="700" />
	<ns0:Point x="2325" y="699" />
	<ns0:Point x="2300" y="699" />
	<ns0:Point x="2300" y="698" />
	<ns0:Point x="2277" y="698" />
	<ns0:Point x="2277" y="697" />
	<ns0:Point x="2254" y="697" />
	<ns0:Point x="2254" y="696" />
	<ns0:Point x="2232" y="696" />
	<ns0:Point x="2232" y="666" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Entree WOENSDAG en ZONDAG 25 Cts., de overige dagen 50 Cts.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r267" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="2252" y="698" />
	<ns0:Point x="2252" y="699" />
	<ns0:Point x="2275" y="699" />
	<ns0:Point x="2275" y="700" />
	<ns0:Point x="2298" y="700" />
	<ns0:Point x="2298" y="701" />
	<ns0:Point x="2323" y="701" />
	<ns0:Point x="2323" y="702" />
	<ns0:Point x="2348" y="702" />
	<ns0:Point x="2348" y="703" />
	<ns0:Point x="2372" y="703" />
	<ns0:Point x="2372" y="704" />
	<ns0:Point x="2397" y="704" />
	<ns0:Point x="2397" y="705" />
	<ns0:Point x="2471" y="705" />
	<ns0:Point x="2471" y="704" />
	<ns0:Point x="2544" y="704" />
	<ns0:Point x="2544" y="703" />
	<ns0:Point x="2564" y="703" />
	<ns0:Point x="2564" y="704" />
	<ns0:Point x="2585" y="704" />
	<ns0:Point x="2585" y="705" />
	<ns0:Point x="2607" y="705" />
	<ns0:Point x="2607" y="706" />
	<ns0:Point x="2628" y="706" />
	<ns0:Point x="2628" y="707" />
	<ns0:Point x="2650" y="707" />
	<ns0:Point x="2650" y="708" />
	<ns0:Point x="2671" y="708" />
	<ns0:Point x="2671" y="709" />
	<ns0:Point x="2678" y="709" />
	<ns0:Point x="2678" y="708" />
	<ns0:Point x="2683" y="708" />
	<ns0:Point x="2683" y="707" />
	<ns0:Point x="2688" y="707" />
	<ns0:Point x="2688" y="706" />
	<ns0:Point x="2693" y="706" />
	<ns0:Point x="2693" y="705" />
	<ns0:Point x="2698" y="705" />
	<ns0:Point x="2698" y="704" />
	<ns0:Point x="2703" y="704" />
	<ns0:Point x="2703" y="703" />
	<ns0:Point x="2707" y="703" />
	<ns0:Point x="2707" y="702" />
	<ns0:Point x="2751" y="702" />
	<ns0:Point x="2751" y="703" />
	<ns0:Point x="2797" y="703" />
	<ns0:Point x="2797" y="704" />
	<ns0:Point x="2842" y="704" />
	<ns0:Point x="2842" y="705" />
	<ns0:Point x="2911" y="705" />
	<ns0:Point x="2911" y="706" />
	<ns0:Point x="2948" y="706" />
	<ns0:Point x="2948" y="705" />
	<ns0:Point x="2983" y="705" />
	<ns0:Point x="2983" y="704" />
	<ns0:Point x="3018" y="704" />
	<ns0:Point x="3018" y="705" />
	<ns0:Point x="3019" y="705" />
	<ns0:Point x="3019" y="706" />
	<ns0:Point x="3020" y="706" />
	<ns0:Point x="3020" y="707" />
	<ns0:Point x="3021" y="707" />
	<ns0:Point x="3021" y="708" />
	<ns0:Point x="3022" y="708" />
	<ns0:Point x="3022" y="709" />
	<ns0:Point x="3023" y="709" />
	<ns0:Point x="3023" y="710" />
	<ns0:Point x="3138" y="710" />
	<ns0:Point x="3138" y="709" />
	<ns0:Point x="3139" y="709" />
	<ns0:Point x="3139" y="708" />
	<ns0:Point x="3140" y="708" />
	<ns0:Point x="3140" y="706" />
	<ns0:Point x="3141" y="706" />
	<ns0:Point x="3141" y="705" />
	<ns0:Point x="3142" y="705" />
	<ns0:Point x="3142" y="704" />
	<ns0:Point x="3181" y="704" />
	<ns0:Point x="3181" y="703" />
	<ns0:Point x="3220" y="703" />
	<ns0:Point x="3220" y="702" />
	<ns0:Point x="3259" y="702" />
	<ns0:Point x="3259" y="701" />
	<ns0:Point x="3281" y="701" />
	<ns0:Point x="3281" y="714" />
	<ns0:Point x="3282" y="714" />
	<ns0:Point x="3282" y="727" />
	<ns0:Point x="3282" y="726" />
	<ns0:Point x="3276" y="726" />
	<ns0:Point x="3276" y="725" />
	<ns0:Point x="3270" y="725" />
	<ns0:Point x="3270" y="724" />
	<ns0:Point x="3264" y="724" />
	<ns0:Point x="3264" y="723" />
	<ns0:Point x="3258" y="723" />
	<ns0:Point x="3258" y="722" />
	<ns0:Point x="3251" y="722" />
	<ns0:Point x="3251" y="723" />
	<ns0:Point x="3250" y="723" />
	<ns0:Point x="3250" y="725" />
	<ns0:Point x="3249" y="725" />
	<ns0:Point x="3249" y="727" />
	<ns0:Point x="3248" y="727" />
	<ns0:Point x="3248" y="729" />
	<ns0:Point x="3247" y="729" />
	<ns0:Point x="3247" y="731" />
	<ns0:Point x="3246" y="731" />
	<ns0:Point x="3246" y="733" />
	<ns0:Point x="3245" y="733" />
	<ns0:Point x="3245" y="735" />
	<ns0:Point x="3161" y="735" />
	<ns0:Point x="3161" y="736" />
	<ns0:Point x="3152" y="736" />
	<ns0:Point x="3152" y="735" />
	<ns0:Point x="3150" y="735" />
	<ns0:Point x="3150" y="734" />
	<ns0:Point x="3148" y="734" />
	<ns0:Point x="3148" y="733" />
	<ns0:Point x="3143" y="733" />
	<ns0:Point x="3143" y="734" />
	<ns0:Point x="3091" y="734" />
	<ns0:Point x="3091" y="735" />
	<ns0:Point x="3039" y="735" />
	<ns0:Point x="3039" y="736" />
	<ns0:Point x="3036" y="736" />
	<ns0:Point x="3036" y="737" />
	<ns0:Point x="3033" y="737" />
	<ns0:Point x="3033" y="738" />
	<ns0:Point x="3026" y="738" />
	<ns0:Point x="3026" y="737" />
	<ns0:Point x="3023" y="737" />
	<ns0:Point x="3023" y="736" />
	<ns0:Point x="3020" y="736" />
	<ns0:Point x="3020" y="735" />
	<ns0:Point x="3018" y="735" />
	<ns0:Point x="3018" y="734" />
	<ns0:Point x="3013" y="734" />
	<ns0:Point x="3013" y="735" />
	<ns0:Point x="3003" y="735" />
	<ns0:Point x="3003" y="736" />
	<ns0:Point x="2993" y="736" />
	<ns0:Point x="2993" y="737" />
	<ns0:Point x="2982" y="737" />
	<ns0:Point x="2982" y="738" />
	<ns0:Point x="2972" y="738" />
	<ns0:Point x="2972" y="739" />
	<ns0:Point x="2963" y="739" />
	<ns0:Point x="2963" y="738" />
	<ns0:Point x="2956" y="738" />
	<ns0:Point x="2956" y="737" />
	<ns0:Point x="2950" y="737" />
	<ns0:Point x="2950" y="736" />
	<ns0:Point x="2949" y="736" />
	<ns0:Point x="2949" y="735" />
	<ns0:Point x="2948" y="735" />
	<ns0:Point x="2948" y="734" />
	<ns0:Point x="2947" y="734" />
	<ns0:Point x="2947" y="733" />
	<ns0:Point x="2944" y="733" />
	<ns0:Point x="2944" y="734" />
	<ns0:Point x="2884" y="734" />
	<ns0:Point x="2884" y="735" />
	<ns0:Point x="2883" y="735" />
	<ns0:Point x="2883" y="736" />
	<ns0:Point x="2881" y="736" />
	<ns0:Point x="2881" y="737" />
	<ns0:Point x="2879" y="737" />
	<ns0:Point x="2879" y="738" />
	<ns0:Point x="2874" y="738" />
	<ns0:Point x="2874" y="737" />
	<ns0:Point x="2873" y="737" />
	<ns0:Point x="2873" y="736" />
	<ns0:Point x="2872" y="736" />
	<ns0:Point x="2872" y="735" />
	<ns0:Point x="2871" y="735" />
	<ns0:Point x="2871" y="734" />
	<ns0:Point x="2870" y="734" />
	<ns0:Point x="2870" y="733" />
	<ns0:Point x="2866" y="733" />
	<ns0:Point x="2866" y="734" />
	<ns0:Point x="2851" y="734" />
	<ns0:Point x="2851" y="735" />
	<ns0:Point x="2835" y="735" />
	<ns0:Point x="2835" y="736" />
	<ns0:Point x="2820" y="736" />
	<ns0:Point x="2820" y="737" />
	<ns0:Point x="2806" y="737" />
	<ns0:Point x="2806" y="736" />
	<ns0:Point x="2794" y="736" />
	<ns0:Point x="2794" y="735" />
	<ns0:Point x="2782" y="735" />
	<ns0:Point x="2782" y="734" />
	<ns0:Point x="2770" y="734" />
	<ns0:Point x="2770" y="733" />
	<ns0:Point x="2757" y="733" />
	<ns0:Point x="2757" y="734" />
	<ns0:Point x="2756" y="734" />
	<ns0:Point x="2756" y="736" />
	<ns0:Point x="2755" y="736" />
	<ns0:Point x="2755" y="737" />
	<ns0:Point x="2754" y="737" />
	<ns0:Point x="2754" y="738" />
	<ns0:Point x="2749" y="738" />
	<ns0:Point x="2749" y="737" />
	<ns0:Point x="2748" y="737" />
	<ns0:Point x="2748" y="733" />
	<ns0:Point x="2745" y="733" />
	<ns0:Point x="2745" y="734" />
	<ns0:Point x="2662" y="734" />
	<ns0:Point x="2662" y="735" />
	<ns0:Point x="2579" y="735" />
	<ns0:Point x="2579" y="736" />
	<ns0:Point x="2573" y="736" />
	<ns0:Point x="2573" y="737" />
	<ns0:Point x="2567" y="737" />
	<ns0:Point x="2567" y="738" />
	<ns0:Point x="2561" y="738" />
	<ns0:Point x="2561" y="739" />
	<ns0:Point x="2555" y="739" />
	<ns0:Point x="2555" y="740" />
	<ns0:Point x="2550" y="740" />
	<ns0:Point x="2550" y="739" />
	<ns0:Point x="2541" y="739" />
	<ns0:Point x="2541" y="738" />
	<ns0:Point x="2531" y="738" />
	<ns0:Point x="2531" y="737" />
	<ns0:Point x="2489" y="737" />
	<ns0:Point x="2489" y="736" />
	<ns0:Point x="2445" y="736" />
	<ns0:Point x="2445" y="737" />
	<ns0:Point x="2444" y="737" />
	<ns0:Point x="2444" y="739" />
	<ns0:Point x="2443" y="739" />
	<ns0:Point x="2443" y="740" />
	<ns0:Point x="2424" y="740" />
	<ns0:Point x="2424" y="739" />
	<ns0:Point x="2423" y="739" />
	<ns0:Point x="2423" y="737" />
	<ns0:Point x="2422" y="737" />
	<ns0:Point x="2422" y="735" />
	<ns0:Point x="2421" y="735" />
	<ns0:Point x="2421" y="733" />
	<ns0:Point x="2373" y="733" />
	<ns0:Point x="2373" y="732" />
	<ns0:Point x="2302" y="732" />
	<ns0:Point x="2302" y="731" />
	<ns0:Point x="2232" y="731" />
	<ns0:Point x="2232" y="698" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Leden volgens reglement. Coupon-bewijzen geldig. (20042)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r272" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3256" y="724" />
	<ns0:Point x="3256" y="725" />
	<ns0:Point x="3262" y="725" />
	<ns0:Point x="3262" y="726" />
	<ns0:Point x="3268" y="726" />
	<ns0:Point x="3268" y="727" />
	<ns0:Point x="3274" y="727" />
	<ns0:Point x="3274" y="728" />
	<ns0:Point x="3280" y="728" />
	<ns0:Point x="3280" y="729" />
	<ns0:Point x="3282" y="729" />
	<ns0:Point x="3282" y="764" />
	<ns0:Point x="3276" y="764" />
	<ns0:Point x="3276" y="765" />
	<ns0:Point x="3270" y="765" />
	<ns0:Point x="3270" y="766" />
	<ns0:Point x="3263" y="766" />
	<ns0:Point x="3263" y="767" />
	<ns0:Point x="3257" y="767" />
	<ns0:Point x="3257" y="768" />
	<ns0:Point x="3250" y="768" />
	<ns0:Point x="3250" y="769" />
	<ns0:Point x="3244" y="769" />
	<ns0:Point x="3244" y="770" />
	<ns0:Point x="3237" y="770" />
	<ns0:Point x="3237" y="771" />
	<ns0:Point x="3231" y="771" />
	<ns0:Point x="3231" y="772" />
	<ns0:Point x="3225" y="772" />
	<ns0:Point x="3225" y="773" />
	<ns0:Point x="3218" y="773" />
	<ns0:Point x="3218" y="774" />
	<ns0:Point x="3212" y="774" />
	<ns0:Point x="3212" y="775" />
	<ns0:Point x="3205" y="775" />
	<ns0:Point x="3205" y="776" />
	<ns0:Point x="3199" y="776" />
	<ns0:Point x="3199" y="777" />
	<ns0:Point x="3192" y="777" />
	<ns0:Point x="3192" y="778" />
	<ns0:Point x="3186" y="778" />
	<ns0:Point x="3186" y="779" />
	<ns0:Point x="3179" y="779" />
	<ns0:Point x="3179" y="780" />
	<ns0:Point x="3178" y="780" />
	<ns0:Point x="3178" y="782" />
	<ns0:Point x="3177" y="782" />
	<ns0:Point x="3177" y="784" />
	<ns0:Point x="3176" y="784" />
	<ns0:Point x="3176" y="786" />
	<ns0:Point x="3175" y="786" />
	<ns0:Point x="3175" y="788" />
	<ns0:Point x="3174" y="788" />
	<ns0:Point x="3174" y="790" />
	<ns0:Point x="3173" y="790" />
	<ns0:Point x="3173" y="792" />
	<ns0:Point x="3172" y="792" />
	<ns0:Point x="3172" y="794" />
	<ns0:Point x="3171" y="794" />
	<ns0:Point x="3171" y="796" />
	<ns0:Point x="3170" y="796" />
	<ns0:Point x="3170" y="798" />
	<ns0:Point x="3169" y="798" />
	<ns0:Point x="3169" y="800" />
	<ns0:Point x="3168" y="800" />
	<ns0:Point x="3168" y="802" />
	<ns0:Point x="3167" y="802" />
	<ns0:Point x="3167" y="804" />
	<ns0:Point x="3166" y="804" />
	<ns0:Point x="3166" y="806" />
	<ns0:Point x="3165" y="806" />
	<ns0:Point x="3165" y="808" />
	<ns0:Point x="2232" y="808" />
	<ns0:Point x="2232" y="733" />
	<ns0:Point x="2300" y="733" />
	<ns0:Point x="2300" y="734" />
	<ns0:Point x="2371" y="734" />
	<ns0:Point x="2371" y="735" />
	<ns0:Point x="2419" y="735" />
	<ns0:Point x="2419" y="737" />
	<ns0:Point x="2420" y="737" />
	<ns0:Point x="2420" y="739" />
	<ns0:Point x="2421" y="739" />
	<ns0:Point x="2421" y="741" />
	<ns0:Point x="2422" y="741" />
	<ns0:Point x="2422" y="742" />
	<ns0:Point x="2445" y="742" />
	<ns0:Point x="2445" y="741" />
	<ns0:Point x="2446" y="741" />
	<ns0:Point x="2446" y="739" />
	<ns0:Point x="2447" y="739" />
	<ns0:Point x="2447" y="738" />
	<ns0:Point x="2487" y="738" />
	<ns0:Point x="2487" y="739" />
	<ns0:Point x="2529" y="739" />
	<ns0:Point x="2529" y="740" />
	<ns0:Point x="2539" y="740" />
	<ns0:Point x="2539" y="741" />
	<ns0:Point x="2548" y="741" />
	<ns0:Point x="2548" y="742" />
	<ns0:Point x="2557" y="742" />
	<ns0:Point x="2557" y="741" />
	<ns0:Point x="2563" y="741" />
	<ns0:Point x="2563" y="740" />
	<ns0:Point x="2569" y="740" />
	<ns0:Point x="2569" y="739" />
	<ns0:Point x="2575" y="739" />
	<ns0:Point x="2575" y="738" />
	<ns0:Point x="2581" y="738" />
	<ns0:Point x="2581" y="737" />
	<ns0:Point x="2664" y="737" />
	<ns0:Point x="2664" y="736" />
	<ns0:Point x="2746" y="736" />
	<ns0:Point x="2746" y="739" />
	<ns0:Point x="2747" y="739" />
	<ns0:Point x="2747" y="740" />
	<ns0:Point x="2756" y="740" />
	<ns0:Point x="2756" y="739" />
	<ns0:Point x="2757" y="739" />
	<ns0:Point x="2757" y="738" />
	<ns0:Point x="2758" y="738" />
	<ns0:Point x="2758" y="736" />
	<ns0:Point x="2759" y="736" />
	<ns0:Point x="2759" y="735" />
	<ns0:Point x="2768" y="735" />
	<ns0:Point x="2768" y="736" />
	<ns0:Point x="2780" y="736" />
	<ns0:Point x="2780" y="737" />
	<ns0:Point x="2792" y="737" />
	<ns0:Point x="2792" y="738" />
	<ns0:Point x="2804" y="738" />
	<ns0:Point x="2804" y="739" />
	<ns0:Point x="2822" y="739" />
	<ns0:Point x="2822" y="738" />
	<ns0:Point x="2837" y="738" />
	<ns0:Point x="2837" y="737" />
	<ns0:Point x="2853" y="737" />
	<ns0:Point x="2853" y="736" />
	<ns0:Point x="2868" y="736" />
	<ns0:Point x="2868" y="735" />
	<ns0:Point x="2868" y="736" />
	<ns0:Point x="2869" y="736" />
	<ns0:Point x="2869" y="737" />
	<ns0:Point x="2870" y="737" />
	<ns0:Point x="2870" y="738" />
	<ns0:Point x="2871" y="738" />
	<ns0:Point x="2871" y="739" />
	<ns0:Point x="2872" y="739" />
	<ns0:Point x="2872" y="740" />
	<ns0:Point x="2881" y="740" />
	<ns0:Point x="2881" y="739" />
	<ns0:Point x="2883" y="739" />
	<ns0:Point x="2883" y="738" />
	<ns0:Point x="2885" y="738" />
	<ns0:Point x="2885" y="737" />
	<ns0:Point x="2886" y="737" />
	<ns0:Point x="2886" y="736" />
	<ns0:Point x="2946" y="736" />
	<ns0:Point x="2946" y="737" />
	<ns0:Point x="2947" y="737" />
	<ns0:Point x="2947" y="738" />
	<ns0:Point x="2948" y="738" />
	<ns0:Point x="2948" y="739" />
	<ns0:Point x="2954" y="739" />
	<ns0:Point x="2954" y="740" />
	<ns0:Point x="2961" y="740" />
	<ns0:Point x="2961" y="741" />
	<ns0:Point x="2974" y="741" />
	<ns0:Point x="2974" y="740" />
	<ns0:Point x="2984" y="740" />
	<ns0:Point x="2984" y="739" />
	<ns0:Point x="2995" y="739" />
	<ns0:Point x="2995" y="738" />
	<ns0:Point x="3005" y="738" />
	<ns0:Point x="3005" y="737" />
	<ns0:Point x="3015" y="737" />
	<ns0:Point x="3015" y="736" />
	<ns0:Point x="3016" y="736" />
	<ns0:Point x="3016" y="737" />
	<ns0:Point x="3018" y="737" />
	<ns0:Point x="3018" y="738" />
	<ns0:Point x="3021" y="738" />
	<ns0:Point x="3021" y="739" />
	<ns0:Point x="3024" y="739" />
	<ns0:Point x="3024" y="740" />
	<ns0:Point x="3035" y="740" />
	<ns0:Point x="3035" y="739" />
	<ns0:Point x="3038" y="739" />
	<ns0:Point x="3038" y="738" />
	<ns0:Point x="3041" y="738" />
	<ns0:Point x="3041" y="737" />
	<ns0:Point x="3093" y="737" />
	<ns0:Point x="3093" y="736" />
	<ns0:Point x="3145" y="736" />
	<ns0:Point x="3145" y="735" />
	<ns0:Point x="3146" y="735" />
	<ns0:Point x="3146" y="736" />
	<ns0:Point x="3148" y="736" />
	<ns0:Point x="3148" y="737" />
	<ns0:Point x="3150" y="737" />
	<ns0:Point x="3150" y="738" />
	<ns0:Point x="3163" y="738" />
	<ns0:Point x="3163" y="737" />
	<ns0:Point x="3243" y="737" />
	<ns0:Point x="3243" y="738" />
	<ns0:Point x="3246" y="738" />
	<ns0:Point x="3246" y="737" />
	<ns0:Point x="3247" y="737" />
	<ns0:Point x="3247" y="735" />
	<ns0:Point x="3248" y="735" />
	<ns0:Point x="3248" y="733" />
	<ns0:Point x="3249" y="733" />
	<ns0:Point x="3249" y="731" />
	<ns0:Point x="3250" y="731" />
	<ns0:Point x="3250" y="729" />
	<ns0:Point x="3251" y="729" />
	<ns0:Point x="3251" y="727" />
	<ns0:Point x="3252" y="727" />
	<ns0:Point x="3252" y="725" />
	<ns0:Point x="3253" y="725" />
	<ns0:Point x="3253" y="724" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>LOTEN voor de VERLOTING VAN VOORWERPEN op de
Tentoonstelling aangekocht, zijn verkrijgbaar a ƒ 2 per Lot.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r275" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3282" y="1616" />
	<ns0:Point x="3282" y="1678" />
	<ns0:Point x="2940" y="1678" />
	<ns0:Point x="2940" y="1679" />
	<ns0:Point x="2937" y="1679" />
	<ns0:Point x="2937" y="1680" />
	<ns0:Point x="2933" y="1680" />
	<ns0:Point x="2933" y="1681" />
	<ns0:Point x="2929" y="1681" />
	<ns0:Point x="2929" y="1682" />
	<ns0:Point x="2925" y="1682" />
	<ns0:Point x="2925" y="1683" />
	<ns0:Point x="2921" y="1683" />
	<ns0:Point x="2921" y="1684" />
	<ns0:Point x="2917" y="1684" />
	<ns0:Point x="2917" y="1685" />
	<ns0:Point x="2913" y="1685" />
	<ns0:Point x="2913" y="1686" />
	<ns0:Point x="2909" y="1686" />
	<ns0:Point x="2909" y="1687" />
	<ns0:Point x="2905" y="1687" />
	<ns0:Point x="2905" y="1688" />
	<ns0:Point x="2901" y="1688" />
	<ns0:Point x="2901" y="1689" />
	<ns0:Point x="2897" y="1689" />
	<ns0:Point x="2897" y="1690" />
	<ns0:Point x="2893" y="1690" />
	<ns0:Point x="2893" y="1691" />
	<ns0:Point x="2889" y="1691" />
	<ns0:Point x="2889" y="1692" />
	<ns0:Point x="2885" y="1692" />
	<ns0:Point x="2885" y="1693" />
	<ns0:Point x="2881" y="1693" />
	<ns0:Point x="2881" y="1694" />
	<ns0:Point x="2877" y="1694" />
	<ns0:Point x="2877" y="1695" />
	<ns0:Point x="2873" y="1695" />
	<ns0:Point x="2873" y="1696" />
	<ns0:Point x="2869" y="1696" />
	<ns0:Point x="2869" y="1697" />
	<ns0:Point x="2865" y="1697" />
	<ns0:Point x="2865" y="1698" />
	<ns0:Point x="2861" y="1698" />
	<ns0:Point x="2861" y="1699" />
	<ns0:Point x="2857" y="1699" />
	<ns0:Point x="2857" y="1700" />
	<ns0:Point x="2853" y="1700" />
	<ns0:Point x="2853" y="1701" />
	<ns0:Point x="2852" y="1701" />
	<ns0:Point x="2852" y="1700" />
	<ns0:Point x="2830" y="1700" />
	<ns0:Point x="2830" y="1699" />
	<ns0:Point x="2808" y="1699" />
	<ns0:Point x="2808" y="1698" />
	<ns0:Point x="2786" y="1698" />
	<ns0:Point x="2786" y="1697" />
	<ns0:Point x="2764" y="1697" />
	<ns0:Point x="2764" y="1696" />
	<ns0:Point x="2742" y="1696" />
	<ns0:Point x="2742" y="1695" />
	<ns0:Point x="2720" y="1695" />
	<ns0:Point x="2720" y="1694" />
	<ns0:Point x="2698" y="1694" />
	<ns0:Point x="2698" y="1693" />
	<ns0:Point x="2652" y="1693" />
	<ns0:Point x="2652" y="1692" />
	<ns0:Point x="2605" y="1692" />
	<ns0:Point x="2605" y="1691" />
	<ns0:Point x="2558" y="1691" />
	<ns0:Point x="2558" y="1690" />
	<ns0:Point x="2511" y="1690" />
	<ns0:Point x="2511" y="1689" />
	<ns0:Point x="2464" y="1689" />
	<ns0:Point x="2464" y="1688" />
	<ns0:Point x="2417" y="1688" />
	<ns0:Point x="2417" y="1687" />
	<ns0:Point x="2370" y="1687" />
	<ns0:Point x="2370" y="1686" />
	<ns0:Point x="2323" y="1686" />
	<ns0:Point x="2323" y="1685" />
	<ns0:Point x="2276" y="1685" />
	<ns0:Point x="2276" y="1684" />
	<ns0:Point x="2236" y="1684" />
	<ns0:Point x="2236" y="1616" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Plantaadje Fransche Laan, V 88, tusschen het Park
en Artis.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r278" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3282" y="1680" />
	<ns0:Point x="3282" y="1802" />
	<ns0:Point x="3253" y="1802" />
	<ns0:Point x="3253" y="1801" />
	<ns0:Point x="3223" y="1801" />
	<ns0:Point x="3223" y="1800" />
	<ns0:Point x="3038" y="1800" />
	<ns0:Point x="3038" y="1801" />
	<ns0:Point x="3037" y="1801" />
	<ns0:Point x="3037" y="1802" />
	<ns0:Point x="3036" y="1802" />
	<ns0:Point x="3036" y="1803" />
	<ns0:Point x="3035" y="1803" />
	<ns0:Point x="3035" y="1804" />
	<ns0:Point x="3034" y="1804" />
	<ns0:Point x="3034" y="1805" />
	<ns0:Point x="3020" y="1805" />
	<ns0:Point x="3020" y="1804" />
	<ns0:Point x="3016" y="1804" />
	<ns0:Point x="3016" y="1803" />
	<ns0:Point x="3012" y="1803" />
	<ns0:Point x="3012" y="1802" />
	<ns0:Point x="2987" y="1802" />
	<ns0:Point x="2987" y="1803" />
	<ns0:Point x="2970" y="1803" />
	<ns0:Point x="2970" y="1802" />
	<ns0:Point x="2969" y="1802" />
	<ns0:Point x="2969" y="1801" />
	<ns0:Point x="2968" y="1801" />
	<ns0:Point x="2968" y="1800" />
	<ns0:Point x="2967" y="1800" />
	<ns0:Point x="2967" y="1798" />
	<ns0:Point x="2722" y="1798" />
	<ns0:Point x="2722" y="1799" />
	<ns0:Point x="2720" y="1799" />
	<ns0:Point x="2720" y="1800" />
	<ns0:Point x="2719" y="1800" />
	<ns0:Point x="2719" y="1801" />
	<ns0:Point x="2717" y="1801" />
	<ns0:Point x="2717" y="1802" />
	<ns0:Point x="2716" y="1802" />
	<ns0:Point x="2716" y="1803" />
	<ns0:Point x="2714" y="1803" />
	<ns0:Point x="2714" y="1804" />
	<ns0:Point x="2484" y="1804" />
	<ns0:Point x="2484" y="1802" />
	<ns0:Point x="2483" y="1802" />
	<ns0:Point x="2483" y="1800" />
	<ns0:Point x="2482" y="1800" />
	<ns0:Point x="2482" y="1797" />
	<ns0:Point x="2360" y="1797" />
	<ns0:Point x="2360" y="1796" />
	<ns0:Point x="2238" y="1796" />
	<ns0:Point x="2238" y="1795" />
	<ns0:Point x="2237" y="1795" />
	<ns0:Point x="2237" y="1706" />
	<ns0:Point x="2236" y="1706" />
	<ns0:Point x="2236" y="1686" />
	<ns0:Point x="2274" y="1686" />
	<ns0:Point x="2274" y="1687" />
	<ns0:Point x="2321" y="1687" />
	<ns0:Point x="2321" y="1688" />
	<ns0:Point x="2368" y="1688" />
	<ns0:Point x="2368" y="1689" />
	<ns0:Point x="2415" y="1689" />
	<ns0:Point x="2415" y="1690" />
	<ns0:Point x="2462" y="1690" />
	<ns0:Point x="2462" y="1691" />
	<ns0:Point x="2509" y="1691" />
	<ns0:Point x="2509" y="1692" />
	<ns0:Point x="2556" y="1692" />
	<ns0:Point x="2556" y="1693" />
	<ns0:Point x="2603" y="1693" />
	<ns0:Point x="2603" y="1694" />
	<ns0:Point x="2650" y="1694" />
	<ns0:Point x="2650" y="1695" />
	<ns0:Point x="2696" y="1695" />
	<ns0:Point x="2696" y="1696" />
	<ns0:Point x="2718" y="1696" />
	<ns0:Point x="2718" y="1697" />
	<ns0:Point x="2740" y="1697" />
	<ns0:Point x="2740" y="1698" />
	<ns0:Point x="2762" y="1698" />
	<ns0:Point x="2762" y="1699" />
	<ns0:Point x="2784" y="1699" />
	<ns0:Point x="2784" y="1700" />
	<ns0:Point x="2806" y="1700" />
	<ns0:Point x="2806" y="1701" />
	<ns0:Point x="2828" y="1701" />
	<ns0:Point x="2828" y="1702" />
	<ns0:Point x="2850" y="1702" />
	<ns0:Point x="2850" y="1703" />
	<ns0:Point x="2855" y="1703" />
	<ns0:Point x="2855" y="1702" />
	<ns0:Point x="2859" y="1702" />
	<ns0:Point x="2859" y="1701" />
	<ns0:Point x="2863" y="1701" />
	<ns0:Point x="2863" y="1700" />
	<ns0:Point x="2867" y="1700" />
	<ns0:Point x="2867" y="1699" />
	<ns0:Point x="2871" y="1699" />
	<ns0:Point x="2871" y="1698" />
	<ns0:Point x="2875" y="1698" />
	<ns0:Point x="2875" y="1697" />
	<ns0:Point x="2879" y="1697" />
	<ns0:Point x="2879" y="1696" />
	<ns0:Point x="2883" y="1696" />
	<ns0:Point x="2883" y="1695" />
	<ns0:Point x="2887" y="1695" />
	<ns0:Point x="2887" y="1694" />
	<ns0:Point x="2891" y="1694" />
	<ns0:Point x="2891" y="1693" />
	<ns0:Point x="2895" y="1693" />
	<ns0:Point x="2895" y="1692" />
	<ns0:Point x="2899" y="1692" />
	<ns0:Point x="2899" y="1691" />
	<ns0:Point x="2903" y="1691" />
	<ns0:Point x="2903" y="1690" />
	<ns0:Point x="2907" y="1690" />
	<ns0:Point x="2907" y="1689" />
	<ns0:Point x="2911" y="1689" />
	<ns0:Point x="2911" y="1688" />
	<ns0:Point x="2915" y="1688" />
	<ns0:Point x="2915" y="1687" />
	<ns0:Point x="2919" y="1687" />
	<ns0:Point x="2919" y="1686" />
	<ns0:Point x="2923" y="1686" />
	<ns0:Point x="2923" y="1685" />
	<ns0:Point x="2927" y="1685" />
	<ns0:Point x="2927" y="1684" />
	<ns0:Point x="2931" y="1684" />
	<ns0:Point x="2931" y="1683" />
	<ns0:Point x="2935" y="1683" />
	<ns0:Point x="2935" y="1682" />
	<ns0:Point x="2939" y="1682" />
	<ns0:Point x="2939" y="1681" />
	<ns0:Point x="2942" y="1681" />
	<ns0:Point x="2942" y="1680" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>BEIGNETS, WAFELEN en gewone POFFERTJES, met
Rhum en Vanille; Biefstuk en Carbonade ten allen tijde, alle soorten
van Ververschingen. Bestellingen worden dadelijk geëffectueerd.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:SeparatorRegion id="r281">
	<ns0:Coords>
	<ns0:Point x="643" y="4152" />
	<ns0:Point x="643" y="4153" />
	<ns0:Point x="677" y="4153" />
	<ns0:Point x="677" y="4154" />
	<ns0:Point x="818" y="4154" />
	<ns0:Point x="818" y="4153" />
	<ns0:Point x="818" y="4154" />
	<ns0:Point x="828" y="4154" />
	<ns0:Point x="827" y="4154" />
	<ns0:Point x="827" y="4155" />
	<ns0:Point x="817" y="4155" />
	<ns0:Point x="817" y="4156" />
	<ns0:Point x="786" y="4156" />
	<ns0:Point x="786" y="4155" />
	<ns0:Point x="685" y="4155" />
	<ns0:Point x="685" y="4154" />
	<ns0:Point x="579" y="4154" />
	<ns0:Point x="579" y="4155" />
	<ns0:Point x="492" y="4155" />
	<ns0:Point x="492" y="4154" />
	<ns0:Point x="464" y="4154" />
	<ns0:Point x="464" y="4153" />
	<ns0:Point x="621" y="4153" />
	<ns0:Point x="621" y="4152" /></ns0:Coords></ns0:SeparatorRegion>
	<ns0:TextRegion id="r283" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1540" y="1652" />
	<ns0:Point x="1540" y="1653" />
	<ns0:Point x="1677" y="1653" />
	<ns0:Point x="1677" y="1654" />
	<ns0:Point x="1813" y="1654" />
	<ns0:Point x="1813" y="1655" />
	<ns0:Point x="1950" y="1655" />
	<ns0:Point x="1950" y="1656" />
	<ns0:Point x="2086" y="1656" />
	<ns0:Point x="2086" y="1657" />
	<ns0:Point x="2223" y="1657" />
	<ns0:Point x="2223" y="1716" />
	<ns0:Point x="2036" y="1716" />
	<ns0:Point x="2036" y="1717" />
	<ns0:Point x="1847" y="1717" />
	<ns0:Point x="1847" y="1718" />
	<ns0:Point x="1840" y="1718" />
	<ns0:Point x="1840" y="1719" />
	<ns0:Point x="1834" y="1719" />
	<ns0:Point x="1834" y="1720" />
	<ns0:Point x="1828" y="1720" />
	<ns0:Point x="1828" y="1721" />
	<ns0:Point x="1822" y="1721" />
	<ns0:Point x="1822" y="1722" />
	<ns0:Point x="1816" y="1722" />
	<ns0:Point x="1816" y="1723" />
	<ns0:Point x="1810" y="1723" />
	<ns0:Point x="1810" y="1724" />
	<ns0:Point x="1804" y="1724" />
	<ns0:Point x="1804" y="1725" />
	<ns0:Point x="1799" y="1725" />
	<ns0:Point x="1799" y="1724" />
	<ns0:Point x="1798" y="1724" />
	<ns0:Point x="1798" y="1723" />
	<ns0:Point x="1797" y="1723" />
	<ns0:Point x="1797" y="1722" />
	<ns0:Point x="1795" y="1722" />
	<ns0:Point x="1795" y="1721" />
	<ns0:Point x="1794" y="1721" />
	<ns0:Point x="1794" y="1720" />
	<ns0:Point x="1790" y="1720" />
	<ns0:Point x="1790" y="1721" />
	<ns0:Point x="1788" y="1721" />
	<ns0:Point x="1788" y="1722" />
	<ns0:Point x="1786" y="1722" />
	<ns0:Point x="1786" y="1723" />
	<ns0:Point x="1784" y="1723" />
	<ns0:Point x="1784" y="1724" />
	<ns0:Point x="1782" y="1724" />
	<ns0:Point x="1782" y="1725" />
	<ns0:Point x="1780" y="1725" />
	<ns0:Point x="1780" y="1726" />
	<ns0:Point x="1763" y="1726" />
	<ns0:Point x="1763" y="1725" />
	<ns0:Point x="1762" y="1725" />
	<ns0:Point x="1762" y="1724" />
	<ns0:Point x="1760" y="1724" />
	<ns0:Point x="1760" y="1723" />
	<ns0:Point x="1759" y="1723" />
	<ns0:Point x="1759" y="1722" />
	<ns0:Point x="1757" y="1722" />
	<ns0:Point x="1757" y="1721" />
	<ns0:Point x="1756" y="1721" />
	<ns0:Point x="1756" y="1720" />
	<ns0:Point x="1754" y="1720" />
	<ns0:Point x="1754" y="1719" />
	<ns0:Point x="1753" y="1719" />
	<ns0:Point x="1753" y="1718" />
	<ns0:Point x="1751" y="1718" />
	<ns0:Point x="1751" y="1717" />
	<ns0:Point x="1750" y="1717" />
	<ns0:Point x="1750" y="1716" />
	<ns0:Point x="1746" y="1716" />
	<ns0:Point x="1746" y="1717" />
	<ns0:Point x="1742" y="1717" />
	<ns0:Point x="1742" y="1718" />
	<ns0:Point x="1737" y="1718" />
	<ns0:Point x="1737" y="1719" />
	<ns0:Point x="1732" y="1719" />
	<ns0:Point x="1732" y="1720" />
	<ns0:Point x="1728" y="1720" />
	<ns0:Point x="1728" y="1721" />
	<ns0:Point x="1723" y="1721" />
	<ns0:Point x="1723" y="1722" />
	<ns0:Point x="1720" y="1722" />
	<ns0:Point x="1720" y="1721" />
	<ns0:Point x="1711" y="1721" />
	<ns0:Point x="1711" y="1720" />
	<ns0:Point x="1702" y="1720" />
	<ns0:Point x="1702" y="1719" />
	<ns0:Point x="1693" y="1719" />
	<ns0:Point x="1693" y="1718" />
	<ns0:Point x="1675" y="1718" />
	<ns0:Point x="1675" y="1717" />
	<ns0:Point x="1656" y="1717" />
	<ns0:Point x="1656" y="1716" />
	<ns0:Point x="1635" y="1716" />
	<ns0:Point x="1635" y="1717" />
	<ns0:Point x="1519" y="1717" />
	<ns0:Point x="1519" y="1718" />
	<ns0:Point x="1402" y="1718" />
	<ns0:Point x="1402" y="1719" />
	<ns0:Point x="1396" y="1719" />
	<ns0:Point x="1396" y="1720" />
	<ns0:Point x="1390" y="1720" />
	<ns0:Point x="1390" y="1721" />
	<ns0:Point x="1383" y="1721" />
	<ns0:Point x="1383" y="1722" />
	<ns0:Point x="1371" y="1722" />
	<ns0:Point x="1371" y="1723" />
	<ns0:Point x="1362" y="1723" />
	<ns0:Point x="1362" y="1722" />
	<ns0:Point x="1361" y="1722" />
	<ns0:Point x="1361" y="1721" />
	<ns0:Point x="1360" y="1721" />
	<ns0:Point x="1360" y="1720" />
	<ns0:Point x="1359" y="1720" />
	<ns0:Point x="1359" y="1719" />
	<ns0:Point x="1358" y="1719" />
	<ns0:Point x="1358" y="1718" />
	<ns0:Point x="1357" y="1718" />
	<ns0:Point x="1357" y="1717" />
	<ns0:Point x="1356" y="1717" />
	<ns0:Point x="1356" y="1716" />
	<ns0:Point x="1302" y="1716" />
	<ns0:Point x="1302" y="1717" />
	<ns0:Point x="1281" y="1717" />
	<ns0:Point x="1281" y="1718" />
	<ns0:Point x="1261" y="1718" />
	<ns0:Point x="1261" y="1717" />
	<ns0:Point x="1239" y="1717" />
	<ns0:Point x="1239" y="1716" />
	<ns0:Point x="1216" y="1716" />
	<ns0:Point x="1216" y="1715" />
	<ns0:Point x="1193" y="1715" />
	<ns0:Point x="1193" y="1714" />
	<ns0:Point x="1173" y="1714" />
	<ns0:Point x="1173" y="1696" />
	<ns0:Point x="1174" y="1696" />
	<ns0:Point x="1174" y="1654" />
	<ns0:Point x="1175" y="1654" />
	<ns0:Point x="1175" y="1653" />
	<ns0:Point x="1289" y="1653" />
	<ns0:Point x="1289" y="1652" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>Onder deze hoeveelheden zijn begrepen 60,799 Balen, opgehouden
in de Veilingen van 16 Mei en 13 Junij jl.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r286" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1191" y="1716" />
	<ns0:Point x="1191" y="1717" />
	<ns0:Point x="1214" y="1717" />
	<ns0:Point x="1214" y="1718" />
	<ns0:Point x="1237" y="1718" />
	<ns0:Point x="1237" y="1719" />
	<ns0:Point x="1259" y="1719" />
	<ns0:Point x="1259" y="1720" />
	<ns0:Point x="1283" y="1720" />
	<ns0:Point x="1283" y="1719" />
	<ns0:Point x="1304" y="1719" />
	<ns0:Point x="1304" y="1718" />
	<ns0:Point x="1354" y="1718" />
	<ns0:Point x="1354" y="1719" />
	<ns0:Point x="1355" y="1719" />
	<ns0:Point x="1355" y="1720" />
	<ns0:Point x="1356" y="1720" />
	<ns0:Point x="1356" y="1721" />
	<ns0:Point x="1357" y="1721" />
	<ns0:Point x="1357" y="1722" />
	<ns0:Point x="1358" y="1722" />
	<ns0:Point x="1358" y="1723" />
	<ns0:Point x="1359" y="1723" />
	<ns0:Point x="1359" y="1724" />
	<ns0:Point x="1360" y="1724" />
	<ns0:Point x="1360" y="1725" />
	<ns0:Point x="1373" y="1725" />
	<ns0:Point x="1373" y="1724" />
	<ns0:Point x="1385" y="1724" />
	<ns0:Point x="1385" y="1723" />
	<ns0:Point x="1392" y="1723" />
	<ns0:Point x="1392" y="1722" />
	<ns0:Point x="1398" y="1722" />
	<ns0:Point x="1398" y="1721" />
	<ns0:Point x="1404" y="1721" />
	<ns0:Point x="1404" y="1720" />
	<ns0:Point x="1521" y="1720" />
	<ns0:Point x="1521" y="1719" />
	<ns0:Point x="1637" y="1719" />
	<ns0:Point x="1637" y="1718" />
	<ns0:Point x="1654" y="1718" />
	<ns0:Point x="1654" y="1719" />
	<ns0:Point x="1673" y="1719" />
	<ns0:Point x="1673" y="1720" />
	<ns0:Point x="1691" y="1720" />
	<ns0:Point x="1691" y="1721" />
	<ns0:Point x="1700" y="1721" />
	<ns0:Point x="1700" y="1722" />
	<ns0:Point x="1709" y="1722" />
	<ns0:Point x="1709" y="1723" />
	<ns0:Point x="1718" y="1723" />
	<ns0:Point x="1718" y="1724" />
	<ns0:Point x="1725" y="1724" />
	<ns0:Point x="1725" y="1723" />
	<ns0:Point x="1730" y="1723" />
	<ns0:Point x="1730" y="1722" />
	<ns0:Point x="1734" y="1722" />
	<ns0:Point x="1734" y="1721" />
	<ns0:Point x="1739" y="1721" />
	<ns0:Point x="1739" y="1720" />
	<ns0:Point x="1744" y="1720" />
	<ns0:Point x="1744" y="1719" />
	<ns0:Point x="1748" y="1719" />
	<ns0:Point x="1748" y="1718" />
	<ns0:Point x="1748" y="1719" />
	<ns0:Point x="1749" y="1719" />
	<ns0:Point x="1749" y="1720" />
	<ns0:Point x="1751" y="1720" />
	<ns0:Point x="1751" y="1721" />
	<ns0:Point x="1752" y="1721" />
	<ns0:Point x="1752" y="1722" />
	<ns0:Point x="1754" y="1722" />
	<ns0:Point x="1754" y="1723" />
	<ns0:Point x="1755" y="1723" />
	<ns0:Point x="1755" y="1724" />
	<ns0:Point x="1757" y="1724" />
	<ns0:Point x="1757" y="1725" />
	<ns0:Point x="1758" y="1725" />
	<ns0:Point x="1758" y="1726" />
	<ns0:Point x="1760" y="1726" />
	<ns0:Point x="1760" y="1727" />
	<ns0:Point x="1761" y="1727" />
	<ns0:Point x="1761" y="1728" />
	<ns0:Point x="1782" y="1728" />
	<ns0:Point x="1782" y="1727" />
	<ns0:Point x="1784" y="1727" />
	<ns0:Point x="1784" y="1726" />
	<ns0:Point x="1786" y="1726" />
	<ns0:Point x="1786" y="1725" />
	<ns0:Point x="1788" y="1725" />
	<ns0:Point x="1788" y="1724" />
	<ns0:Point x="1790" y="1724" />
	<ns0:Point x="1790" y="1723" />
	<ns0:Point x="1792" y="1723" />
	<ns0:Point x="1792" y="1722" />
	<ns0:Point x="1792" y="1723" />
	<ns0:Point x="1793" y="1723" />
	<ns0:Point x="1793" y="1724" />
	<ns0:Point x="1795" y="1724" />
	<ns0:Point x="1795" y="1725" />
	<ns0:Point x="1796" y="1725" />
	<ns0:Point x="1796" y="1726" />
	<ns0:Point x="1797" y="1726" />
	<ns0:Point x="1797" y="1727" />
	<ns0:Point x="1806" y="1727" />
	<ns0:Point x="1806" y="1726" />
	<ns0:Point x="1812" y="1726" />
	<ns0:Point x="1812" y="1725" />
	<ns0:Point x="1818" y="1725" />
	<ns0:Point x="1818" y="1724" />
	<ns0:Point x="1824" y="1724" />
	<ns0:Point x="1824" y="1723" />
	<ns0:Point x="1830" y="1723" />
	<ns0:Point x="1830" y="1722" />
	<ns0:Point x="1836" y="1722" />
	<ns0:Point x="1836" y="1721" />
	<ns0:Point x="1842" y="1721" />
	<ns0:Point x="1842" y="1720" />
	<ns0:Point x="1849" y="1720" />
	<ns0:Point x="1849" y="1719" />
	<ns0:Point x="2038" y="1719" />
	<ns0:Point x="2038" y="1718" />
	<ns0:Point x="2223" y="1718" />
	<ns0:Point x="2223" y="1932" />
	<ns0:Point x="2146" y="1932" />
	<ns0:Point x="2146" y="1931" />
	<ns0:Point x="2069" y="1931" />
	<ns0:Point x="2069" y="1930" />
	<ns0:Point x="1991" y="1930" />
	<ns0:Point x="1991" y="1929" />
	<ns0:Point x="1914" y="1929" />
	<ns0:Point x="1914" y="1928" />
	<ns0:Point x="1836" y="1928" />
	<ns0:Point x="1836" y="1927" />
	<ns0:Point x="1759" y="1927" />
	<ns0:Point x="1759" y="1926" />
	<ns0:Point x="1681" y="1926" />
	<ns0:Point x="1681" y="1925" />
	<ns0:Point x="1604" y="1925" />
	<ns0:Point x="1604" y="1924" />
	<ns0:Point x="1526" y="1924" />
	<ns0:Point x="1526" y="1923" />
	<ns0:Point x="1449" y="1923" />
	<ns0:Point x="1449" y="1922" />
	<ns0:Point x="1371" y="1922" />
	<ns0:Point x="1371" y="1950" />
	<ns0:Point x="1314" y="1950" />
	<ns0:Point x="1314" y="1951" />
	<ns0:Point x="1255" y="1951" />
	<ns0:Point x="1255" y="1950" />
	<ns0:Point x="1254" y="1950" />
	<ns0:Point x="1254" y="1948" />
	<ns0:Point x="1253" y="1948" />
	<ns0:Point x="1253" y="1947" />
	<ns0:Point x="1252" y="1947" />
	<ns0:Point x="1252" y="1945" />
	<ns0:Point x="1168" y="1945" />
	<ns0:Point x="1168" y="1903" />
	<ns0:Point x="1169" y="1903" />
	<ns0:Point x="1169" y="1862" />
	<ns0:Point x="1170" y="1862" />
	<ns0:Point x="1170" y="1820" />
	<ns0:Point x="1171" y="1820" />
	<ns0:Point x="1171" y="1779" />
	<ns0:Point x="1172" y="1779" />
	<ns0:Point x="1172" y="1737" />
	<ns0:Point x="1173" y="1737" />
	<ns0:Point x="1173" y="1716" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>De Monsters zijn te bezigtigen te Amsterdam en te Rotterdam
30 en 31 Augustus, 1, 10, 11 en 12 September, en op dezelfde dagen
te Middelburg, Dordrecht en Schiedam die van hetgeen aldaar ligt.
Van eerstgemelden dag af zijn op elke der aanvoerplaatsen van de
nog niet geveilde aldaar liggende Koffij van partijen boven de 200
Balen Proefmonsters tot den prijs van 60 Cents per Half Ned. Pond
verkrijgbaar.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r288" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3280" y="196" />
	<ns0:Point x="3280" y="264" />
	<ns0:Point x="3243" y="264" />
	<ns0:Point x="3243" y="265" />
	<ns0:Point x="3184" y="265" />
	<ns0:Point x="3184" y="266" />
	<ns0:Point x="3125" y="266" />
	<ns0:Point x="3125" y="267" />
	<ns0:Point x="3066" y="267" />
	<ns0:Point x="3066" y="268" />
	<ns0:Point x="3007" y="268" />
	<ns0:Point x="3007" y="269" />
	<ns0:Point x="2948" y="269" />
	<ns0:Point x="2948" y="270" />
	<ns0:Point x="2889" y="270" />
	<ns0:Point x="2889" y="271" />
	<ns0:Point x="2830" y="271" />
	<ns0:Point x="2830" y="272" />
	<ns0:Point x="2771" y="272" />
	<ns0:Point x="2771" y="273" />
	<ns0:Point x="2712" y="273" />
	<ns0:Point x="2712" y="274" />
	<ns0:Point x="2421" y="274" />
	<ns0:Point x="2421" y="275" />
	<ns0:Point x="2416" y="275" />
	<ns0:Point x="2416" y="276" />
	<ns0:Point x="2411" y="276" />
	<ns0:Point x="2411" y="277" />
	<ns0:Point x="2406" y="277" />
	<ns0:Point x="2406" y="278" />
	<ns0:Point x="2402" y="278" />
	<ns0:Point x="2402" y="277" />
	<ns0:Point x="2398" y="277" />
	<ns0:Point x="2398" y="276" />
	<ns0:Point x="2393" y="276" />
	<ns0:Point x="2393" y="275" />
	<ns0:Point x="2388" y="275" />
	<ns0:Point x="2388" y="274" />
	<ns0:Point x="2386" y="274" />
	<ns0:Point x="2386" y="273" />
	<ns0:Point x="2382" y="273" />
	<ns0:Point x="2382" y="274" />
	<ns0:Point x="2238" y="274" />
	<ns0:Point x="2238" y="205" />
	<ns0:Point x="2308" y="205" />
	<ns0:Point x="2308" y="206" />
	<ns0:Point x="2378" y="206" />
	<ns0:Point x="2378" y="207" />
	<ns0:Point x="2447" y="207" />
	<ns0:Point x="2447" y="208" />
	<ns0:Point x="2517" y="208" />
	<ns0:Point x="2517" y="209" />
	<ns0:Point x="3005" y="209" />
	<ns0:Point x="3005" y="210" />
	<ns0:Point x="3015" y="210" />
	<ns0:Point x="3015" y="209" />
	<ns0:Point x="3016" y="209" />
	<ns0:Point x="3016" y="208" />
	<ns0:Point x="3017" y="208" />
	<ns0:Point x="3017" y="207" />
	<ns0:Point x="3018" y="207" />
	<ns0:Point x="3018" y="206" />
	<ns0:Point x="3020" y="206" />
	<ns0:Point x="3020" y="205" />
	<ns0:Point x="3045" y="205" />
	<ns0:Point x="3045" y="204" />
	<ns0:Point x="3071" y="204" />
	<ns0:Point x="3071" y="203" />
	<ns0:Point x="3097" y="203" />
	<ns0:Point x="3097" y="202" />
	<ns0:Point x="3123" y="202" />
	<ns0:Point x="3123" y="201" />
	<ns0:Point x="3149" y="201" />
	<ns0:Point x="3149" y="200" />
	<ns0:Point x="3175" y="200" />
	<ns0:Point x="3175" y="199" />
	<ns0:Point x="3201" y="199" />
	<ns0:Point x="3201" y="198" />
	<ns0:Point x="3227" y="198" />
	<ns0:Point x="3227" y="197" />
	<ns0:Point x="3253" y="197" />
	<ns0:Point x="3253" y="196" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>op best dubbel glacé Carton, ter Lithographie van J. SJOUERMAN,
Achterburgwal hoek Bethanienstraat.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r291" readingDirection="left-to-right" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="3280" y="266" />
	<ns0:Point x="3280" y="288" />
	<ns0:Point x="3279" y="288" />
	<ns0:Point x="3279" y="289" />
	<ns0:Point x="3278" y="289" />
	<ns0:Point x="3278" y="290" />
	<ns0:Point x="3277" y="290" />
	<ns0:Point x="3277" y="291" />
	<ns0:Point x="3276" y="291" />
	<ns0:Point x="3276" y="292" />
	<ns0:Point x="3274" y="292" />
	<ns0:Point x="3274" y="293" />
	<ns0:Point x="3273" y="293" />
	<ns0:Point x="3273" y="294" />
	<ns0:Point x="3272" y="294" />
	<ns0:Point x="3272" y="295" />
	<ns0:Point x="3271" y="295" />
	<ns0:Point x="3271" y="296" />
	<ns0:Point x="3269" y="296" />
	<ns0:Point x="3269" y="297" />
	<ns0:Point x="3268" y="297" />
	<ns0:Point x="3268" y="298" />
	<ns0:Point x="3267" y="298" />
	<ns0:Point x="3267" y="299" />
	<ns0:Point x="3266" y="299" />
	<ns0:Point x="3266" y="300" />
	<ns0:Point x="3264" y="300" />
	<ns0:Point x="3264" y="301" />
	<ns0:Point x="3263" y="301" />
	<ns0:Point x="3263" y="302" />
	<ns0:Point x="3262" y="302" />
	<ns0:Point x="3262" y="303" />
	<ns0:Point x="3261" y="303" />
	<ns0:Point x="3261" y="304" />
	<ns0:Point x="3259" y="304" />
	<ns0:Point x="3259" y="305" />
	<ns0:Point x="3258" y="305" />
	<ns0:Point x="3258" y="306" />
	<ns0:Point x="3257" y="306" />
	<ns0:Point x="3257" y="307" />
	<ns0:Point x="3256" y="307" />
	<ns0:Point x="3256" y="308" />
	<ns0:Point x="3254" y="308" />
	<ns0:Point x="3254" y="309" />
	<ns0:Point x="3253" y="309" />
	<ns0:Point x="3253" y="310" />
	<ns0:Point x="3252" y="310" />
	<ns0:Point x="3252" y="311" />
	<ns0:Point x="3251" y="311" />
	<ns0:Point x="3251" y="312" />
	<ns0:Point x="3249" y="312" />
	<ns0:Point x="3249" y="313" />
	<ns0:Point x="3248" y="313" />
	<ns0:Point x="3248" y="314" />
	<ns0:Point x="3247" y="314" />
	<ns0:Point x="3247" y="315" />
	<ns0:Point x="3246" y="315" />
	<ns0:Point x="3246" y="316" />
	<ns0:Point x="3245" y="316" />
	<ns0:Point x="3245" y="317" />
	<ns0:Point x="3243" y="317" />
	<ns0:Point x="3243" y="318" />
	<ns0:Point x="3242" y="318" />
	<ns0:Point x="3242" y="319" />
	<ns0:Point x="3241" y="319" />
	<ns0:Point x="3241" y="320" />
	<ns0:Point x="3240" y="320" />
	<ns0:Point x="3240" y="321" />
	<ns0:Point x="3238" y="321" />
	<ns0:Point x="3238" y="322" />
	<ns0:Point x="3237" y="322" />
	<ns0:Point x="3237" y="323" />
	<ns0:Point x="3236" y="323" />
	<ns0:Point x="3236" y="324" />
	<ns0:Point x="3235" y="324" />
	<ns0:Point x="3235" y="325" />
	<ns0:Point x="3233" y="325" />
	<ns0:Point x="3233" y="326" />
	<ns0:Point x="3232" y="326" />
	<ns0:Point x="3232" y="327" />
	<ns0:Point x="3231" y="327" />
	<ns0:Point x="3231" y="328" />
	<ns0:Point x="3230" y="328" />
	<ns0:Point x="3230" y="329" />
	<ns0:Point x="3228" y="329" />
	<ns0:Point x="3228" y="330" />
	<ns0:Point x="3227" y="330" />
	<ns0:Point x="3227" y="331" />
	<ns0:Point x="3226" y="331" />
	<ns0:Point x="3226" y="332" />
	<ns0:Point x="3225" y="332" />
	<ns0:Point x="3225" y="333" />
	<ns0:Point x="3223" y="333" />
	<ns0:Point x="3223" y="334" />
	<ns0:Point x="3222" y="334" />
	<ns0:Point x="3222" y="335" />
	<ns0:Point x="3221" y="335" />
	<ns0:Point x="3221" y="336" />
	<ns0:Point x="3220" y="336" />
	<ns0:Point x="3220" y="337" />
	<ns0:Point x="3218" y="337" />
	<ns0:Point x="3218" y="338" />
	<ns0:Point x="3055" y="338" />
	<ns0:Point x="3055" y="339" />
	<ns0:Point x="2892" y="339" />
	<ns0:Point x="2892" y="340" />
	<ns0:Point x="2728" y="340" />
	<ns0:Point x="2728" y="341" />
	<ns0:Point x="2565" y="341" />
	<ns0:Point x="2565" y="342" />
	<ns0:Point x="2402" y="342" />
	<ns0:Point x="2402" y="343" />
	<ns0:Point x="2238" y="343" />
	<ns0:Point x="2238" y="276" />
	<ns0:Point x="2384" y="276" />
	<ns0:Point x="2384" y="275" />
	<ns0:Point x="2384" y="276" />
	<ns0:Point x="2386" y="276" />
	<ns0:Point x="2386" y="277" />
	<ns0:Point x="2391" y="277" />
	<ns0:Point x="2391" y="278" />
	<ns0:Point x="2396" y="278" />
	<ns0:Point x="2396" y="279" />
	<ns0:Point x="2400" y="279" />
	<ns0:Point x="2400" y="280" />
	<ns0:Point x="2408" y="280" />
	<ns0:Point x="2408" y="279" />
	<ns0:Point x="2413" y="279" />
	<ns0:Point x="2413" y="278" />
	<ns0:Point x="2418" y="278" />
	<ns0:Point x="2418" y="277" />
	<ns0:Point x="2423" y="277" />
	<ns0:Point x="2423" y="276" />
	<ns0:Point x="2714" y="276" />
	<ns0:Point x="2714" y="275" />
	<ns0:Point x="2773" y="275" />
	<ns0:Point x="2773" y="274" />
	<ns0:Point x="2832" y="274" />
	<ns0:Point x="2832" y="273" />
	<ns0:Point x="2891" y="273" />
	<ns0:Point x="2891" y="272" />
	<ns0:Point x="2950" y="272" />
	<ns0:Point x="2950" y="271" />
	<ns0:Point x="3009" y="271" />
	<ns0:Point x="3009" y="270" />
	<ns0:Point x="3068" y="270" />
	<ns0:Point x="3068" y="269" />
	<ns0:Point x="3127" y="269" />
	<ns0:Point x="3127" y="268" />
	<ns0:Point x="3186" y="268" />
	<ns0:Point x="3186" y="267" />
	<ns0:Point x="3245" y="267" />
	<ns0:Point x="3245" y="266" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>NB. Verdere DRUKWERKEN tot de minst mogelijke lage
prijzen. (19978)</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion>
	<ns0:TextRegion id="r45" type="paragraph">
	<ns0:Coords>
	<ns0:Point x="1416" y="3868" />
	<ns0:Point x="2073" y="3868" />
	<ns0:Point x="2073" y="3957" />
	<ns0:Point x="2042" y="3957" />
	<ns0:Point x="2042" y="3958" />
	<ns0:Point x="2011" y="3958" />
	<ns0:Point x="2011" y="3959" />
	<ns0:Point x="1932" y="3959" />
	<ns0:Point x="1932" y="3958" />
	<ns0:Point x="1743" y="3958" />
	<ns0:Point x="1743" y="3959" />
	<ns0:Point x="1556" y="3959" />
	<ns0:Point x="1556" y="3958" />
	<ns0:Point x="1416" y="3958" />
	<ns0:Point x="1416" y="3955" />
	<ns0:Point x="1289" y="3955" />
	<ns0:Point x="1289" y="3956" />
	<ns0:Point x="1234" y="3956" />
	<ns0:Point x="1234" y="3957" />
	<ns0:Point x="1178" y="3957" />
	<ns0:Point x="1178" y="3872" />
	<ns0:Point x="1416" y="3872" /></ns0:Coords>
	<ns0:TextEquiv>
	<ns0:PlainText />
	<ns0:Unicode>☞ONDERWIJS IN PIANO.</ns0:Unicode></ns0:TextEquiv></ns0:TextRegion></ns0:Page></ns0:PcGts>

The page XML contains a lot of information that is not part of the textual content of the newspaper. This information describes the layout of the page. It also contains elements in which the plain text is stored. We start by searching for this element, and the check whether the content is stored as the value of tags or as the value of an attribute.

Exercise

Look at the XML structure, in which element is the content stored? Is it stored as value of the tags or as the value of an attribute? Does it have any parents we have to consider while extracting the content?

All Page XML files from the KB contain a reading order. This reading order guides the user through the file and indicates what the right order of all text elements is. To determine the correct reading order, we need three types of information.

Exercise

Look carefully at the XML. What information do we need to correctly display the reading order?

Remember namespaces? Before we start to extract the data we are interested in we need to stop for a moment and examine the file to see if we need to take namespaces into account.

Exercise

Are there any namespaces in the file that we have to take into account? If there are, how can we declare these?

Now that we know how the file is structured, and where the content we need is stored, we can start extracting the output

Extract the complete content of a newspaper page from the Page file

Our first step is to just extract the complete content of the page, without worrying about the reading order.

Exercise

The text content that we wish to extract is stored in the Unicode element. Use Python and ElementTree to extract this content.

*Dont’t forget about namespaces!! *

This leads to the following output:

Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debentures Dito 8 pCt.
59½, 60¾, 59½; Obl. St. Paul en Pacific Spw. 7 pCt. 56¼ Nieuwe
Russen 1866 154¾, 155.
Koers van het Geld: Beleening —, Prolong. 7½, 8 pCt.
Aldus opgemaakt door het Bestuur der Effecten-Societeit,
J. WR. AIKEMA. Pres.-Comm.
Koers van het geld bij de Nederlandsche Bank (sedert 16 Aug.)
Wissel-Disconto 6 pCt.; Promessen-Disconto 6½ pCt.; Beleening
van Binnenl. Effecten 6 pCt.; Id. van Buitenl. Effecten 6½ pCt.; Id.
van Goederen 6 pCt.
NB. In de Advertentie wegens aanvraag om een BEDIENDE in
eene APOTHEEK (zie Bijv. A. H. B. 27 Aug.) staat: BEDIENDE
EXTERNE; lees INTERNE. Adres Lett. D. bij J. BREEMAN,
Nieuwe Hoogstraat.
Het ADMINISTRATIE-KANTOOR voor Nederland der
K. K. PRIVILIGIRTE ALLGEMEINE OESTERREICHISCHE BO-
DEN - CREDIT - ANSTALT berigt, dat in plaats van den Heer TH. MOLIÈRE, die om redenen van gezondheid zijn ontslag als
Directeur der Administratie heeft ingediend, de Heer T. J. WES-
TENDORP, voorloopig die betrekking zal waarnemen.
De ondergeteekende heeft de eer aan zijne geëerde begunstigers
te berigten, dat hij met den Heer M. OOSTMEIJER, lakenkooper
alhier, eene overeenkomst heeft aangegaan, waardoor hij in staat
gesteld is, ten allen tijde de nieuwste Fransche en Engel-
schestoffen en alle verdere Artikelen, voor de Kleedermakers-
Affaire benoodigd, te leveren, vertrouwende hierdoor te beter aan
de bestellingen gevolg te kunnen geven, waarom hij de vrijheid
neemt, zich bij vernieuwing bij zijne begunstigers aan te bevelen,
zullende hij door eene prompte bediening en soliede bewerking zich
het vertrouwen trachten waardig te maken.
VEILING te AMSTERDAM, op Woensdag 12 Sep-
tember 1866. van ongeveer:
De INTENDANT in de 2de Militaire Afdeeling te Arnhem, zal
op Vrijdag 7 September 1866, des middags ten 12 ure, ten zijnen
bureele publiek HERBESTEDEN:
6½ Last Oude Zeeuwsche Tarwe, wegende minstens
74 pond per mud.
De Intendant voornoemd,
OTKEN.
A la requête des heritiers de M. le Prince ALPHONSE DE CHI-
MAY, les Notaires TOUSSAINT et VAN DEN EYNDE, résidant à
Bruxelles, vendront le 31 Octobre à 2 heures au Café du Casino à
Charleroi, le dit domaine, contenant 2500 hectares, savoir:
Le sol de ce domaine, qui est en général de la meilleure qualité,
augmentéra considérablement de valeur, par l'établissement de plu-
sieurs nouveaux chemins de fer, en voie d'exécution, notamment
celui de Chimay à Paris, par Laon et Soissons qui sera la grande
voie de France vers l'est de la Hollande, Hambourg, et l'Allemagne
septentrionale. Chimay sera alors à 4 heures de Paris. (19880)
In bovengemelde Fabriek kunnen dadelijk geplaatst worden TWEE
KNECHTS, het witwerken en ornamenteren geheel of gedeeltelijk
verstaande, ongehuwd. Brieven franco. (19904)
Een bekwaam MUZIEKMEESTER, de beste referentien bezittende,
heeft des morgens nog eenige uren disponibel. Brieven franco on-
der lett. B. C., bij de Boekhandelaren GEBRs. EBERT, Beurssteeg,
E 184. (19972)
zijn tegenwoordig gerigt op PRUISEN en zijn POLI-
TIEK. Wie de kronkelpaden dier Politiek wil volgen en
weten wat door haar verrigt werd bij het sluiten van
dat zij thans te vuur en te zwaard weer heeft verbroken, mag
niet verzuimen
te lezen, dat alom verkrijgbaar is gesteld. (19875)
Er wordt verlangd tegen primo November een bekwaam GRUT-
TERSKNECHT. Men adressere zich met franco brieven onder
lett. E. bij den Boekhandelaar G. VAN OVERBEEK, te Alphen
aan den Rijn. (19931)
Entrée 50 Cents. Aanvang 7½ Ure.
Leden volgens Reglement. Coupon-Bewijzen geldig.
SALON DES VARIETES, in de Amstelstraat. Woensdag 29 Aug. De Lotgevallen van een Jong Edelman, nieuw melodrama in 7 tafereelen,
naar het Fransch van Octave Feuillet, waarin de Heer Pietersen
met de rol van Maxime voor het eerst zal optreden.
Entrée 75 Cts. in vertering. Aanv. 8 Ure.
BOAS & JUDELS.
Plaatsen zijn aan het Bureau te bespreken.
De Ondergeteekenden hebben de eer te berigten, dat de groote zaal
van bovengenoemd Gebouw door hen allerfraaist tot SCHOUWBURG-
ZAAL ingerigt zijnde. de OPENING VAN HET TOONEEL zal
plaats hebben op ZATURDAG 1 SEPTEMBER 1866. Daar zij niets
zullen verzuimen wat hunne geachte bezoekers tot genoegen kan strek-
ken, bevelen zij hunnen Nieuwen Salon des Variétés nederig in de gunst
van het publiek. LOUIS BOUWMEESTER & COMP.
J. EDUARD STUMPFF.
WM. KOSTER, Directeur.
GEDRUKT BIJ C. A. SPIN & ZOON.
Prijscourant der Effecten.
Wisselkoersen.
Disconto 6 pCt.
ADVERTENTIEN.
DOMAINE DE BEAUCHAMPS.
ALLER OOGEN
HET HEILIG VERBOND,
HET ZWARTE BOEK VAN BERLIJN
GRUTTERSKNECHT.
SPECIALITEIT VAN VISITE-KAARTJES
à f 1 DE 100 STUKS
Paleis voor Volksvlijt.
GEOPEND VAN 10—5 URE.
ALGEMEENE TENTOONSTELLING
VAN NEDERLANDSCHE NIJVERHEID EN KUNST.
Paleis voor Volksvlijt.
DONDERDAG 30 AUGUSTUS:
AVOND-CONCERT.
ZONDAG 2 SEPTEMBER.
Grand Salon de Lyon.
DOOR PLAATSGEBREK ZIJN WIJ GENOODZAAKT VELE ADVERTENTIEN
TOT EEN VOLGEND NOMMER TE LATEN LIGGEN.
SCHOUWBURGEN, CONCERTEN, ENZ.
PARK.
DONDERDAG 30 AUGUSTUS 1866.
TOT SLUITING VAN HET SAIZOEN:
BUITENGEWONE FEESTVIERING,
GROOT HARMONIE CONCERT,
Algemeene Gas-Illuminatie,
BENEVENS
SCHITTERENDE EGYPTISCHE VERLICHTING,
Zomer-Theater TIVOLI.
ZOMER-THÉATRE DES VARIÉTÉS,
Beau chateau, style Tudor, situation pittoresque,
pare, jardins et ferme.....................88 hect.
Ferme Tournebride, terres et pres de-
taches...................................62 "
Foret Bois Robert.................333 "
Ferme la Boulvie...................63 "
Terrain boise, limite de Seloignes.......226 "
Belle foret des hauts marais excelle-
ment propre au defrichement, maison de fer-
mier, moulin et pavillon de chasse.......1735 "
Entree 50 Cents. (20043) Aanvang 71/2 Ure.
(19432) THEODORE DE LYON.
Voorts waren Spaansche en Turken tot betere prijzen goed te plaat-
sen; in de laatsten werd veel voor Engelsche rekening gekocht.
Amerik. hebben hunne vooruitgaande beweging voortgezet, doch
laatbeurs toonde de markt neiging tot reactie.
In Debentures Ohio hadden aanzienlijke verkoopen voor winstrea-
lisatie plaats, waardoor zij ruim 1 pCt. daalden. 7 pCt. Pacif. wa-
ren weder zeer vast, met voortdurende vraag voor binnenlandsche
rekening.
Oostenr. Aand. 1858 f 113; Pacif. 2de Sectie 50; Onb. Debent. Ohio
58¼, 59¾, 58¼; Bew. Mexic. f 5.
Bij vonnis der Arrondissements-Regtbank te Winschoten, de dato
24 Augustus jongstleden, is in staat van Faillissement verklaard
PIETER CORNELIS VAN BAASBANK, Assuradeur, Commission-
nair in Granen en Effecten binnenlandsch in het klein, wonende te
Veendam.
Houdende gemeld vonnis de bepaling dat het Faillissement is aan-
gevangen op 24 Augustus jongstleden en de benoeming van den Edel-
Achtbaren Heer Mr. ALEXANDEK EDUARD SANDBRINK, Lid
van genoemde Regtbank tot Regter-Commissaris en van de Onder-
geteekenden tst Curators.
WINSCHOTEN en VEENDAM,
29 Augustus 1866.
Mr. H. A. ENGELKENS.
Mr. M. VAN DER TUUK.
(20019)
Bij onderhandsche acte dd. zes Augustus 1800 zes-en-
zestig is, tusschen JOHAN JACOB HOFFMANN, Mr. Kleedermaker
en ANTOINE GLAZEWSKI, Coupeur, beide wonende te Utrecht,
ontbonden de tusschen hen op twaalf Mei dezes jaars, bij acte
verleden voor den Notaris W. PELLEKAAN, aangegane Vennoot-
schap tot uitoefening der kleedermakers-affaire en al hetgeen daar-
toe behoort, gedreven onder de firma J. HOFFMANN & COMPAGNIE,
en waarvan de eerst ondergeteekende de teekening had.
De ontbinding gaat heden in, en wordt de eerst ondergeteekende
belast met de liquidatie.
AMSTERDAM, 28 Augustus 1866. (20012)
6 Last Oude Rijn- of Roode Tarwe, wegende min-
stens 77 pond per mud.
De voorwaarden zullen dagelijks, van 9 tot 12 ure, op gemeld
bureau ter lezing liggen.
De gegadigden worden herinnerd, dat het merk op de aan te bie-
den monsters voorkomende, ook op den omslag van het inschrij-
vingsbiljet behoort te worden gesteld, en dat ieder monster min-
stens ½ Ned. kop graan moet bevatten, zullende dezelve anders bui-
ten aanmerking blijven. (19937)
J. P. UDINK,
HEEL- EN VERLOSKUNDIGE,
is VERHUISD naar den O. Z. Achterburgwal tusschen de Korte
Niezel en Oude Kennissteeg, K 443. (20020)
SPIEGEL- EN LIJSTENMAKERIJ
firma Jacs. Plet,
TE LEEUWARDEN.
Adres oude Gracht, (19935) Uw Dienstw. Dienaar,
wijk D N. 56, Utrecht. A.GLAZEWSKI, mR.tAILER.
UTERECHT, J.J.HOFFMANN.
6 Augustus 1866. (1934) A.GLAZEWSKI.
STADS SCHOUWBURG. Directie Roobol, Tjasink en Peters.
Woensdag 29 Aug. (N°. 5 van het Abon.) Eene 3de voorstelling van: IJzervreter, drama in 5 bedrijven of 7 tafereelen, benevens een voor-
spel in 1 tafer., vrij gevolgd naar het Fransch (Mangeur de Fer) van
Edouard Plouvier, door C. J. Roobol. De pausering na het zesde
tafereel. (7½ ure.)
Verwacht op Zaturdag a. s.: De Nimfen en de Vlinder, ballet-diver-
tissement in 1 bedrijf, door den balletmeester Ant. Voitus van Hamme,
waarin het eerste debut van Mej. L. Billon, als eerste danseres en van
den Heer Ant. Voitus v. Hamme, als eerste danser, zal plaats hebben.
GRAND THEATRE, Amstelstraat. Directie A. VAN LIER.
Opening van dezen Schouwburg, met het Hollandsche Tooneelgezel-
schap van Rotterdam, onder Directie van den Heer J. ED. DE VRIES.
Op Zaturdag 1 September 1866: Emma Berthold, Oorspronkelijk Too-
neelspel in 5 bedrijven of 7 tafereelen door J. J. Cremer. Na hetzelve: De Vermomde Gelieven, Blijspel met zang in een bedrijf, op nieuw voor
het Hollandsche tooneel bewerkt en met nieuwe Coupletten voorzien
door W. N. Peypers. Aanvang 7½ ure.
Prijzen der Plaatsen: ƒ 1.25. ƒ 1.— 75 ct. en 40 ct.
Zondag 2 Sept. Als men een hond wil slaan..... en de Bemocial of
eindelijk heeft hij het toch goed gemaakt.
Maandag 3 Sept. De Huistiran en Dr. Peschke.
SALON DES VARIÉTÉS DILIGENTIA,
KALVERSTRAAT.
ALGEMEENE VERLICHTING DER TEN-
TOONSTELLINGSZALEN
EN
CONCERT-PROMENADE.
vervaardigd door den Heer P. L. VAN DER BRUGH, Kunstvuur-
werkmaker van Z. M. den Koning.
Entrée voor het Publiek f 1.49 per Persoon. Aanvang 7½ Ure.
Heden Woensdag 29 Aug. N°. 118 van het Abonn.: Buitengewone
Voorstelling, met medewerking van het Acrobatisch Gymnastisch Ge-
zelschap, onder directie van den Heer GALE, waarbij in het bijzonder
uitmunten de twee komische Violisten of het non plus ultra in dit vak
en den Jongen Heer PALE, bijgenaamd den Jongen Blondin, welke
de eer had dezen bijnaam te verwerven in Amerika, aan het voornaam-
ste tooneel in dit genre; benevens Scènes Comiques en Chansonnettes,
etc. etc.
Niettegenstaande de enorme kosten aan deze voorstelling verbon-
den, blijft de Entrée als gewoonlijk 49 Cent voor het publiek en
HH. Leden behouden het regt van Introductie.
Vrijdag afscheidsvoorstelling tot sluiting van het Abonnement.
Plantaadje achter Vliedzorg naast den Pelmolen. Woengsdag 29 Aug.
Cérisette, vaudev. in 1 bedrijf. Op verzoek: De Moordenaar van Theo-
door, blijspel in 3 bedrijven.
Aanvang muziek 7 ure. Tooneelvoorstelling 8¼ ure.
Morgen, Donderdag: Tot sluiting van het Zomer-Thezter laatste
groote VOLKSTOONEEL VOORSTELLING. Entrée 25 Cts.
Entrée 49 Cents.
CIRCUS W. CARRÉ,
WOENSDAG 29 AUGUSTUS: GROOTE VOORSTELLIN-
GEN. Tot slot: De Hongaarsche Chikos, manoeuvre door 5 Dame€
en 4 Heeren, gecommandeerd door Mw. Carré. Aanvang 8 ure.
DILIGENCE DIENST
AMSTERDAM—AMERSFOORT
VICE VERSA.
NEDERLANDSCHE
HANDEL-MAATSCHAPPIJ.
AMSTERDAM, 25 Augustus 1866. (20051)
Binnenlandsche fondsen waren over het geheel beter gestemd.
Van vreemde effecten was de omzet in Oostenrijksche buitengewoon
levendig. Voortgezette kooporders voor binnenlandsche rekening brag-
ten op nieuw eene rijzing te weeg, doch daar de aanvoer van het
buitenland belangrijker was dan de laatste dagen, liep de markt
laatbeurs, onder dien invloed terug en sluiten zij slechts weinig hoo-
ger dan gisteren.
De Ondergeteekende berigt mits deze, dat de EXTRA DIEN-
STEN, des Zaturdags en Maandags middags ten 4 ure van
AMSTERDAM naar BAARN, en des Zondags Avonds ten 7 ure en
Maandags morgens 6 ure van BAARN naar AMSTERDAM, OP
HEDEN ZIJN INGETROKKEN.
(20013) J.FLOOR.
Entree WOENSDAG en ZONDAG 25 Cts., de overige dagen 50 Cts.
Leden volgens reglement. Coupon-bewijzen geldig. (20042)
LOTEN voor de VERLOTING VAN VOORWERPEN op de
Tentoonstelling aangekocht, zijn verkrijgbaar a ƒ 2 per Lot.
Plantaadje Fransche Laan, V 88, tusschen het Park
en Artis.
BEIGNETS, WAFELEN en gewone POFFERTJES, met
Rhum en Vanille; Biefstuk en Carbonade ten allen tijde, alle soorten
van Ververschingen. Bestellingen worden dadelijk geëffectueerd.
Onder deze hoeveelheden zijn begrepen 60,799 Balen, opgehouden
in de Veilingen van 16 Mei en 13 Junij jl.
De Monsters zijn te bezigtigen te Amsterdam en te Rotterdam
30 en 31 Augustus, 1, 10, 11 en 12 September, en op dezelfde dagen
te Middelburg, Dordrecht en Schiedam die van hetgeen aldaar ligt.
Van eerstgemelden dag af zijn op elke der aanvoerplaatsen van de
nog niet geveilde aldaar liggende Koffij van partijen boven de 200
Balen Proefmonsters tot den prijs van 60 Cents per Half Ned. Pond
verkrijgbaar.
op best dubbel glacé Carton, ter Lithographie van J. SJOUERMAN,
Achterburgwal hoek Bethanienstraat.
NB. Verdere DRUKWERKEN tot de minst mogelijke lage
prijzen. (19978)
☞ONDERWIJS IN PIANO.

Extract the text region with the corresponding content

Now we have all the text content, but it is not in the right order. We need some more information for that.

Exercise

What information do we need for every text content to determine the right reading order? Is this information stored as value of the tags or as a value of an attribute?

Knowing this we will need to use the .get() method to find the TextRegion ids.

Exercise

Alter the code to also extract the TextRegion id and print it out along with the content per newspaper.

Hint: in the previous code we used the element ‘Unicode’ to extract the content. We must now use an element that contains both the Unicode element and the TextRegion id.

r2
Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debentures Dito 8 pCt.
59½, 60¾, 59½; Obl. St. Paul en Pacific Spw. 7 pCt. 56¼ Nieuwe
Russen 1866 154¾, 155.
r3
Koers van het Geld: Beleening —, Prolong. 7½, 8 pCt.
r4
Aldus opgemaakt door het Bestuur der Effecten-Societeit,
r5
J. WR. AIKEMA. Pres.-Comm.
r7
Koers van het geld bij de Nederlandsche Bank (sedert 16 Aug.)
r8
Wissel-Disconto 6 pCt.; Promessen-Disconto 6½ pCt.; Beleening
van Binnenl. Effecten 6 pCt.; Id. van Buitenl. Effecten 6½ pCt.; Id.
van Goederen 6 pCt.
r13
NB. In de Advertentie wegens aanvraag om een BEDIENDE in
eene APOTHEEK (zie Bijv. A. H. B. 27 Aug.) staat: BEDIENDE
EXTERNE; lees INTERNE. Adres Lett. D. bij J. BREEMAN,
Nieuwe Hoogstraat.
r17
Het ADMINISTRATIE-KANTOOR voor Nederland der
K. K. PRIVILIGIRTE ALLGEMEINE OESTERREICHISCHE BO-
DEN - CREDIT - ANSTALT berigt, dat in plaats van den Heer TH. MOLIÈRE, die om redenen van gezondheid zijn ontslag als
Directeur der Administratie heeft ingediend, de Heer T. J. WES-
TENDORP, voorloopig die betrekking zal waarnemen.
r21
De ondergeteekende heeft de eer aan zijne geëerde begunstigers
te berigten, dat hij met den Heer M. OOSTMEIJER, lakenkooper
alhier, eene overeenkomst heeft aangegaan, waardoor hij in staat
gesteld is, ten allen tijde de nieuwste Fransche en Engel-
schestoffen en alle verdere Artikelen, voor de Kleedermakers-
Affaire benoodigd, te leveren, vertrouwende hierdoor te beter aan
de bestellingen gevolg te kunnen geven, waarom hij de vrijheid
neemt, zich bij vernieuwing bij zijne begunstigers aan te bevelen,
zullende hij door eene prompte bediening en soliede bewerking zich
het vertrouwen trachten waardig te maken.
r25
VEILING te AMSTERDAM, op Woensdag 12 Sep-
tember 1866. van ongeveer:
r29
De INTENDANT in de 2de Militaire Afdeeling te Arnhem, zal
op Vrijdag 7 September 1866, des middags ten 12 ure, ten zijnen
bureele publiek HERBESTEDEN:
r30
6½ Last Oude Zeeuwsche Tarwe, wegende minstens
74 pond per mud.
r32
De Intendant voornoemd,
OTKEN.
r35
A la requête des heritiers de M. le Prince ALPHONSE DE CHI-
MAY, les Notaires TOUSSAINT et VAN DEN EYNDE, résidant à
Bruxelles, vendront le 31 Octobre à 2 heures au Café du Casino à
Charleroi, le dit domaine, contenant 2500 hectares, savoir:
r37
Le sol de ce domaine, qui est en général de la meilleure qualité,
augmentéra considérablement de valeur, par l'établissement de plu-
sieurs nouveaux chemins de fer, en voie d'exécution, notamment
celui de Chimay à Paris, par Laon et Soissons qui sera la grande
voie de France vers l'est de la Hollande, Hambourg, et l'Allemagne
septentrionale. Chimay sera alors à 4 heures de Paris. (19880)
r44
In bovengemelde Fabriek kunnen dadelijk geplaatst worden TWEE
KNECHTS, het witwerken en ornamenteren geheel of gedeeltelijk
verstaande, ongehuwd. Brieven franco. (19904)
r47
Een bekwaam MUZIEKMEESTER, de beste referentien bezittende,
heeft des morgens nog eenige uren disponibel. Brieven franco on-
der lett. B. C., bij de Boekhandelaren GEBRs. EBERT, Beurssteeg,
E 184. (19972)
r49
zijn tegenwoordig gerigt op PRUISEN en zijn POLI-
TIEK. Wie de kronkelpaden dier Politiek wil volgen en
weten wat door haar verrigt werd bij het sluiten van
r51
dat zij thans te vuur en te zwaard weer heeft verbroken, mag
niet verzuimen
r53
te lezen, dat alom verkrijgbaar is gesteld. (19875)
r55
Er wordt verlangd tegen primo November een bekwaam GRUT-
TERSKNECHT. Men adressere zich met franco brieven onder
lett. E. bij den Boekhandelaar G. VAN OVERBEEK, te Alphen
aan den Rijn. (19931)
r72
Entrée 50 Cents. Aanvang 7½ Ure.
Leden volgens Reglement. Coupon-Bewijzen geldig.
r85
SALON DES VARIETES, in de Amstelstraat. Woensdag 29 Aug. De Lotgevallen van een Jong Edelman, nieuw melodrama in 7 tafereelen,
naar het Fransch van Octave Feuillet, waarin de Heer Pietersen
met de rol van Maxime voor het eerst zal optreden.
r86
Entrée 75 Cts. in vertering. Aanv. 8 Ure.
r87
BOAS & JUDELS.
r88
Plaatsen zijn aan het Bureau te bespreken.
r91
De Ondergeteekenden hebben de eer te berigten, dat de groote zaal
van bovengenoemd Gebouw door hen allerfraaist tot SCHOUWBURG-
ZAAL ingerigt zijnde. de OPENING VAN HET TOONEEL zal
plaats hebben op ZATURDAG 1 SEPTEMBER 1866. Daar zij niets
zullen verzuimen wat hunne geachte bezoekers tot genoegen kan strek-
ken, bevelen zij hunnen Nieuwen Salon des Variétés nederig in de gunst
van het publiek. LOUIS BOUWMEESTER & COMP.
r100
J. EDUARD STUMPFF.
r103
WM. KOSTER, Directeur.
r108
GEDRUKT BIJ C. A. SPIN & ZOON.
r0
Prijscourant der Effecten.
r9
Wisselkoersen.
r12
Disconto 6 pCt.
r14
ADVERTENTIEN.
r34
DOMAINE DE BEAUCHAMPS.
r48
ALLER OOGEN
r50
HET HEILIG VERBOND,
r52
HET ZWARTE BOEK VAN BERLIJN
r54
GRUTTERSKNECHT.
r62
SPECIALITEIT VAN VISITE-KAARTJES
r63
à f 1 DE 100 STUKS
r65
Paleis voor Volksvlijt.
r66
GEOPEND VAN 10—5 URE.
r67
ALGEMEENE TENTOONSTELLING
VAN NEDERLANDSCHE NIJVERHEID EN KUNST.
r69
Paleis voor Volksvlijt.
r70
DONDERDAG 30 AUGUSTUS:
r71
AVOND-CONCERT.
r73
ZONDAG 2 SEPTEMBER.
r78
Grand Salon de Lyon.
r81
DOOR PLAATSGEBREK ZIJN WIJ GENOODZAAKT VELE ADVERTENTIEN
TOT EEN VOLGEND NOMMER TE LATEN LIGGEN.
r82
SCHOUWBURGEN, CONCERTEN, ENZ.
r92
PARK.
r93
DONDERDAG 30 AUGUSTUS 1866.
TOT SLUITING VAN HET SAIZOEN:
r94
BUITENGEWONE FEESTVIERING,
r95
GROOT HARMONIE CONCERT,
r96
Algemeene Gas-Illuminatie,
r97
BENEVENS
r98
SCHITTERENDE EGYPTISCHE VERLICHTING,
r101
Zomer-Theater TIVOLI.
r104
ZOMER-THÉATRE DES VARIÉTÉS,
r36
Beau chateau, style Tudor, situation pittoresque,
pare, jardins et ferme.....................88 hect.
Ferme Tournebride, terres et pres de-
taches...................................62 "
Foret Bois Robert.................333 "
Ferme la Boulvie...................63 "
Terrain boise, limite de Seloignes.......226 "
Belle foret des hauts marais excelle-
ment propre au defrichement, maison de fer-
mier, moulin et pavillon de chasse.......1735 "
r77
Entree 50 Cents. (20043) Aanvang 71/2 Ure.
r80
(19432) THEODORE DE LYON.
r157
Voorts waren Spaansche en Turken tot betere prijzen goed te plaat-
sen; in de laatsten werd veel voor Engelsche rekening gekocht.
r161
Amerik. hebben hunne vooruitgaande beweging voortgezet, doch
laatbeurs toonde de markt neiging tot reactie.
r165
In Debentures Ohio hadden aanzienlijke verkoopen voor winstrea-
lisatie plaats, waardoor zij ruim 1 pCt. daalden. 7 pCt. Pacif. wa-
ren weder zeer vast, met voortdurende vraag voor binnenlandsche
rekening.
r167
Oostenr. Aand. 1858 f 113; Pacif. 2de Sectie 50; Onb. Debent. Ohio
58¼, 59¾, 58¼; Bew. Mexic. f 5.
r176
Bij vonnis der Arrondissements-Regtbank te Winschoten, de dato
24 Augustus jongstleden, is in staat van Faillissement verklaard
PIETER CORNELIS VAN BAASBANK, Assuradeur, Commission-
nair in Granen en Effecten binnenlandsch in het klein, wonende te
Veendam.
r178
Houdende gemeld vonnis de bepaling dat het Faillissement is aan-
gevangen op 24 Augustus jongstleden en de benoeming van den Edel-
Achtbaren Heer Mr. ALEXANDEK EDUARD SANDBRINK, Lid
van genoemde Regtbank tot Regter-Commissaris en van de Onder-
geteekenden tst Curators.
r179
WINSCHOTEN en VEENDAM,
29 Augustus 1866.
r180
Mr. H. A. ENGELKENS.
Mr. M. VAN DER TUUK.
r181
(20019)
r190
Bij onderhandsche acte dd. zes Augustus 1800 zes-en-
zestig is, tusschen JOHAN JACOB HOFFMANN, Mr. Kleedermaker
en ANTOINE GLAZEWSKI, Coupeur, beide wonende te Utrecht,
ontbonden de tusschen hen op twaalf Mei dezes jaars, bij acte
verleden voor den Notaris W. PELLEKAAN, aangegane Vennoot-
schap tot uitoefening der kleedermakers-affaire en al hetgeen daar-
toe behoort, gedreven onder de firma J. HOFFMANN & COMPAGNIE,
en waarvan de eerst ondergeteekende de teekening had.
r192
De ontbinding gaat heden in, en wordt de eerst ondergeteekende
belast met de liquidatie.
r212
AMSTERDAM, 28 Augustus 1866. (20012)
r219
6 Last Oude Rijn- of Roode Tarwe, wegende min-
stens 77 pond per mud.
r223
De voorwaarden zullen dagelijks, van 9 tot 12 ure, op gemeld
bureau ter lezing liggen.
r225
De gegadigden worden herinnerd, dat het merk op de aan te bie-
den monsters voorkomende, ook op den omslag van het inschrij-
vingsbiljet behoort te worden gesteld, en dat ieder monster min-
stens ½ Ned. kop graan moet bevatten, zullende dezelve anders bui-
ten aanmerking blijven. (19937)
r229
J. P. UDINK,
HEEL- EN VERLOSKUNDIGE,
is VERHUISD naar den O. Z. Achterburgwal tusschen de Korte
Niezel en Oude Kennissteeg, K 443. (20020)
r41
SPIEGEL- EN LIJSTENMAKERIJ
firma Jacs. Plet,
TE LEEUWARDEN.
r203
Adres oude Gracht, (19935) Uw Dienstw. Dienaar,
wijk D N. 56, Utrecht. A.GLAZEWSKI, mR.tAILER.
r196
UTERECHT, J.J.HOFFMANN.
6 Augustus 1866. (1934) A.GLAZEWSKI.
r248
STADS SCHOUWBURG. Directie Roobol, Tjasink en Peters.
Woensdag 29 Aug. (N°. 5 van het Abon.) Eene 3de voorstelling van: IJzervreter, drama in 5 bedrijven of 7 tafereelen, benevens een voor-
spel in 1 tafer., vrij gevolgd naar het Fransch (Mangeur de Fer) van
Edouard Plouvier, door C. J. Roobol. De pausering na het zesde
tafereel. (7½ ure.)
r250
Verwacht op Zaturdag a. s.: De Nimfen en de Vlinder, ballet-diver-
tissement in 1 bedrijf, door den balletmeester Ant. Voitus van Hamme,
waarin het eerste debut van Mej. L. Billon, als eerste danseres en van
den Heer Ant. Voitus v. Hamme, als eerste danser, zal plaats hebben.
r253
GRAND THEATRE, Amstelstraat. Directie A. VAN LIER.
Opening van dezen Schouwburg, met het Hollandsche Tooneelgezel-
schap van Rotterdam, onder Directie van den Heer J. ED. DE VRIES.
Op Zaturdag 1 September 1866: Emma Berthold, Oorspronkelijk Too-
neelspel in 5 bedrijven of 7 tafereelen door J. J. Cremer. Na hetzelve: De Vermomde Gelieven, Blijspel met zang in een bedrijf, op nieuw voor
het Hollandsche tooneel bewerkt en met nieuwe Coupletten voorzien
door W. N. Peypers. Aanvang 7½ ure.
r257
Prijzen der Plaatsen: ƒ 1.25. ƒ 1.— 75 ct. en 40 ct.
r261
Zondag 2 Sept. Als men een hond wil slaan..... en de Bemocial of
eindelijk heeft hij het toch goed gemaakt.
r263
Maandag 3 Sept. De Huistiran en Dr. Peschke.
r89
SALON DES VARIÉTÉS DILIGENTIA,
KALVERSTRAAT.
r74
ALGEMEENE VERLICHTING DER TEN-
TOONSTELLINGSZALEN
EN
CONCERT-PROMENADE.
r268
vervaardigd door den Heer P. L. VAN DER BRUGH, Kunstvuur-
werkmaker van Z. M. den Koning.
r270
Entrée voor het Publiek f 1.49 per Persoon. Aanvang 7½ Ure.
r273
Heden Woensdag 29 Aug. N°. 118 van het Abonn.: Buitengewone
Voorstelling, met medewerking van het Acrobatisch Gymnastisch Ge-
zelschap, onder directie van den Heer GALE, waarbij in het bijzonder
uitmunten de twee komische Violisten of het non plus ultra in dit vak
en den Jongen Heer PALE, bijgenaamd den Jongen Blondin, welke
de eer had dezen bijnaam te verwerven in Amerika, aan het voornaam-
ste tooneel in dit genre; benevens Scènes Comiques en Chansonnettes,
etc. etc.
r277
Niettegenstaande de enorme kosten aan deze voorstelling verbon-
den, blijft de Entrée als gewoonlijk 49 Cent voor het publiek en
HH. Leden behouden het regt van Introductie.
r279
Vrijdag afscheidsvoorstelling tot sluiting van het Abonnement.
r285
Plantaadje achter Vliedzorg naast den Pelmolen. Woengsdag 29 Aug.
Cérisette, vaudev. in 1 bedrijf. Op verzoek: De Moordenaar van Theo-
door, blijspel in 3 bedrijven.
r289
Aanvang muziek 7 ure. Tooneelvoorstelling 8¼ ure.
r293
Morgen, Donderdag: Tot sluiting van het Zomer-Thezter laatste
groote VOLKSTOONEEL VOORSTELLING. Entrée 25 Cts.
r295
Entrée 49 Cents.
r300
CIRCUS W. CARRÉ,
r302
WOENSDAG 29 AUGUSTUS: GROOTE VOORSTELLIN-
GEN. Tot slot: De Hongaarsche Chikos, manoeuvre door 5 Dame€
en 4 Heeren, gecommandeerd door Mw. Carré. Aanvang 8 ure.
r57
DILIGENCE DIENST
AMSTERDAM—AMERSFOORT
VICE VERSA.
r23
NEDERLANDSCHE
HANDEL-MAATSCHAPPIJ.
r186
AMSTERDAM, 25 Augustus 1866. (20051)
r247
Binnenlandsche fondsen waren over het geheel beter gestemd.
r252
Van vreemde effecten was de omzet in Oostenrijksche buitengewoon
levendig. Voortgezette kooporders voor binnenlandsche rekening brag-
ten op nieuw eene rijzing te weeg, doch daar de aanvoer van het
buitenland belangrijker was dan de laatste dagen, liep de markt
laatbeurs, onder dien invloed terug en sluiten zij slechts weinig hoo-
ger dan gisteren.
r249
De Ondergeteekende berigt mits deze, dat de EXTRA DIEN-
STEN, des Zaturdags en Maandags middags ten 4 ure van
AMSTERDAM naar BAARN, en des Zondags Avonds ten 7 ure en
Maandags morgens 6 ure van BAARN naar AMSTERDAM, OP
HEDEN ZIJN INGETROKKEN.
r255
(20013) J.FLOOR.
r258
Entree WOENSDAG en ZONDAG 25 Cts., de overige dagen 50 Cts.
r267
Leden volgens reglement. Coupon-bewijzen geldig. (20042)
r272
LOTEN voor de VERLOTING VAN VOORWERPEN op de
Tentoonstelling aangekocht, zijn verkrijgbaar a ƒ 2 per Lot.
r275
Plantaadje Fransche Laan, V 88, tusschen het Park
en Artis.
r278
BEIGNETS, WAFELEN en gewone POFFERTJES, met
Rhum en Vanille; Biefstuk en Carbonade ten allen tijde, alle soorten
van Ververschingen. Bestellingen worden dadelijk geëffectueerd.
r283
Onder deze hoeveelheden zijn begrepen 60,799 Balen, opgehouden
in de Veilingen van 16 Mei en 13 Junij jl.
r286
De Monsters zijn te bezigtigen te Amsterdam en te Rotterdam
30 en 31 Augustus, 1, 10, 11 en 12 September, en op dezelfde dagen
te Middelburg, Dordrecht en Schiedam die van hetgeen aldaar ligt.
Van eerstgemelden dag af zijn op elke der aanvoerplaatsen van de
nog niet geveilde aldaar liggende Koffij van partijen boven de 200
Balen Proefmonsters tot den prijs van 60 Cents per Half Ned. Pond
verkrijgbaar.
r288
op best dubbel glacé Carton, ter Lithographie van J. SJOUERMAN,
Achterburgwal hoek Bethanienstraat.
r291
NB. Verdere DRUKWERKEN tot de minst mogelijke lage
prijzen. (19978)
r45
☞ONDERWIJS IN PIANO.

Now we have all the data with its corresponding TextRegion id, however it is not very readable. Also, getting the correct reading other from this printout is not the easiest task. To make our life a bit easier we will put the data into a Pandas Dataframe. As seen before in lesson 4, we will first put the whole set into a list.

Exercise

Instead of printing the TextRegion id and content, change the code so that it puts this information into a list.

Let us just peek at the list to see if everything went as expected.

Exercise

Print out the list that was made in the previous exercise to see if it was created correctly.

[['r2', 'Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debentures Dito 8 pCt.\n59½, 60¾, 59½; Obl. St. Paul en Pacific Spw. 7 pCt. 56¼ Nieuwe\nRussen 1866 154¾, 155.'], ['r3', 'Koers van het Geld: Beleening —, Prolong. 7½, 8 pCt.'], ['r4', 'Aldus opgemaakt door het Bestuur der Effecten-Societeit,'], ['r5', 'J. WR. AIKEMA. Pres.-Comm.'], ['r7', 'Koers van het geld bij de Nederlandsche Bank (sedert 16 Aug.)'], ['r8', 'Wissel-Disconto 6 pCt.; Promessen-Disconto 6½ pCt.; Beleening\nvan Binnenl. Effecten 6 pCt.; Id. van Buitenl. Effecten 6½ pCt.; Id.\nvan Goederen 6 pCt.'], ['r13', 'NB. In de Advertentie wegens aanvraag om een BEDIENDE in\neene APOTHEEK (zie Bijv. A. H. B. 27 Aug.) staat: BEDIENDE\nEXTERNE; lees INTERNE. Adres Lett. D. bij J. BREEMAN,\nNieuwe Hoogstraat.'], ['r17', 'Het ADMINISTRATIE-KANTOOR voor Nederland der\nK. K. PRIVILIGIRTE ALLGEMEINE OESTERREICHISCHE BO-\nDEN - CREDIT - ANSTALT berigt, dat in plaats van den Heer TH. MOLIÈRE, die om redenen van gezondheid zijn ontslag als\nDirecteur der Administratie heeft ingediend, de Heer T. J. WES-\nTENDORP, voorloopig die betrekking zal waarnemen.'], ['r21', 'De ondergeteekende heeft de eer aan zijne geëerde begunstigers\nte berigten, dat hij met den Heer M. OOSTMEIJER, lakenkooper\nalhier, eene overeenkomst heeft aangegaan, waardoor hij in staat\ngesteld is, ten allen tijde de nieuwste Fransche en Engel-\nschestoffen en alle verdere Artikelen, voor de Kleedermakers-\nAffaire benoodigd, te leveren, vertrouwende hierdoor te beter aan\nde bestellingen gevolg te kunnen geven, waarom hij de vrijheid\nneemt, zich bij vernieuwing bij zijne begunstigers aan te bevelen,\nzullende hij door eene prompte bediening en soliede bewerking zich\nhet vertrouwen trachten waardig te maken.'], ['r25', 'VEILING te AMSTERDAM, op Woensdag 12 Sep-\ntember 1866. van ongeveer:'], ['r29', 'De INTENDANT in de 2de Militaire Afdeeling te Arnhem, zal\nop Vrijdag 7 September 1866, des middags ten 12 ure, ten zijnen\nbureele publiek HERBESTEDEN:'], ['r30', '6½ Last Oude Zeeuwsche Tarwe, wegende minstens\n74 pond per mud.'], ['r32', 'De Intendant voornoemd,\nOTKEN.'], ['r35', 'A la requête des heritiers de M. le Prince ALPHONSE DE CHI-\nMAY, les Notaires TOUSSAINT et VAN DEN EYNDE, résidant à\nBruxelles, vendront le 31 Octobre à 2 heures au Café du Casino à\nCharleroi, le dit domaine, contenant 2500 hectares, savoir:'], ['r37', "Le sol de ce domaine, qui est en général de la meilleure qualité,\naugmentéra considérablement de valeur, par l'établissement de plu-\nsieurs nouveaux chemins de fer, en voie d'exécution, notamment\ncelui de Chimay à Paris, par Laon et Soissons qui sera la grande\nvoie de France vers l'est de la Hollande, Hambourg, et l'Allemagne\nseptentrionale. Chimay sera alors à 4 heures de Paris. (19880)"], ['r44', 'In bovengemelde Fabriek kunnen dadelijk geplaatst worden TWEE\nKNECHTS, het witwerken en ornamenteren geheel of gedeeltelijk\nverstaande, ongehuwd. Brieven franco. (19904)'], ['r47', 'Een bekwaam MUZIEKMEESTER, de beste referentien bezittende,\nheeft des morgens nog eenige uren disponibel. Brieven franco on-\nder lett. B. C., bij de Boekhandelaren GEBRs. EBERT, Beurssteeg,\nE 184. (19972)'], ['r49', 'zijn tegenwoordig gerigt op PRUISEN en zijn POLI-\nTIEK. Wie de kronkelpaden dier Politiek wil volgen en\nweten wat door haar verrigt werd bij het sluiten van'], ['r51', 'dat zij thans te vuur en te zwaard weer heeft verbroken, mag\nniet verzuimen'], ['r53', 'te lezen, dat alom verkrijgbaar is gesteld. (19875)'], ['r55', 'Er wordt verlangd tegen primo November een bekwaam GRUT-\nTERSKNECHT. Men adressere zich met franco brieven onder\nlett. E. bij den Boekhandelaar G. VAN OVERBEEK, te Alphen\naan den Rijn. (19931)'], ['r72', 'Entrée 50 Cents. Aanvang 7½ Ure.\nLeden volgens Reglement. Coupon-Bewijzen geldig.'], ['r85', 'SALON DES VARIETES, in de Amstelstraat. Woensdag 29 Aug. De Lotgevallen van een Jong Edelman, nieuw melodrama in 7 tafereelen,\nnaar het Fransch van Octave Feuillet, waarin de Heer Pietersen\nmet de rol van Maxime voor het eerst zal optreden.'], ['r86', 'Entrée 75 Cts. in vertering. Aanv. 8 Ure.'], ['r87', 'BOAS & JUDELS.'], ['r88', 'Plaatsen zijn aan het Bureau te bespreken.'], ['r91', 'De Ondergeteekenden hebben de eer te berigten, dat de groote zaal\nvan bovengenoemd Gebouw door hen allerfraaist tot SCHOUWBURG-\nZAAL ingerigt zijnde. de OPENING VAN HET TOONEEL zal\nplaats hebben op ZATURDAG 1 SEPTEMBER 1866. Daar zij niets\nzullen verzuimen wat hunne geachte bezoekers tot genoegen kan strek-\nken, bevelen zij hunnen Nieuwen Salon des Variétés nederig in de gunst\nvan het publiek. LOUIS BOUWMEESTER & COMP.'], ['r100', 'J. EDUARD STUMPFF.'], ['r103', 'WM. KOSTER, Directeur.'], ['r108', 'GEDRUKT BIJ C. A. SPIN & ZOON.'], ['r0', 'Prijscourant der Effecten.'], ['r9', 'Wisselkoersen.'], ['r12', 'Disconto 6 pCt.'], ['r14', 'ADVERTENTIEN.'], ['r34', 'DOMAINE DE BEAUCHAMPS.'], ['r48', 'ALLER OOGEN'], ['r50', 'HET HEILIG VERBOND,'], ['r52', 'HET ZWARTE BOEK VAN BERLIJN'], ['r54', 'GRUTTERSKNECHT.'], ['r62', 'SPECIALITEIT VAN VISITE-KAARTJES'], ['r63', 'à f 1 DE 100 STUKS'], ['r65', 'Paleis voor Volksvlijt.'], ['r66', 'GEOPEND VAN 10—5 URE.'], ['r67', 'ALGEMEENE TENTOONSTELLING\nVAN NEDERLANDSCHE NIJVERHEID EN KUNST.'], ['r69', 'Paleis voor Volksvlijt.'], ['r70', 'DONDERDAG 30 AUGUSTUS:'], ['r71', 'AVOND-CONCERT.'], ['r73', 'ZONDAG 2 SEPTEMBER.'], ['r78', 'Grand Salon de Lyon.'], ['r81', 'DOOR PLAATSGEBREK ZIJN WIJ GENOODZAAKT VELE ADVERTENTIEN\nTOT EEN VOLGEND NOMMER TE LATEN LIGGEN.'], ['r82', 'SCHOUWBURGEN, CONCERTEN, ENZ.'], ['r92', 'PARK.'], ['r93', 'DONDERDAG 30 AUGUSTUS 1866.\nTOT SLUITING VAN HET SAIZOEN:'], ['r94', 'BUITENGEWONE FEESTVIERING,'], ['r95', 'GROOT HARMONIE CONCERT,'], ['r96', 'Algemeene Gas-Illuminatie,'], ['r97', 'BENEVENS'], ['r98', 'SCHITTERENDE EGYPTISCHE VERLICHTING,'], ['r101', 'Zomer-Theater TIVOLI.'], ['r104', 'ZOMER-THÉATRE DES VARIÉTÉS,'], ['r36', 'Beau chateau, style Tudor, situation pittoresque,\npare, jardins et ferme.....................88 hect.\nFerme Tournebride, terres et pres de-\ntaches...................................62 "\nForet Bois Robert.................333 "\nFerme la Boulvie...................63 "\nTerrain boise, limite de Seloignes.......226 "\nBelle foret des hauts marais excelle-\nment propre au defrichement, maison de fer-\nmier, moulin et pavillon de chasse.......1735 "'], ['r77', 'Entree 50 Cents. (20043) Aanvang 71/2 Ure.'], ['r80', '(19432) THEODORE DE LYON.'], ['r157', 'Voorts waren Spaansche en Turken tot betere prijzen goed te plaat-\nsen; in de laatsten werd veel voor Engelsche rekening gekocht.'], ['r161', 'Amerik. hebben hunne vooruitgaande beweging voortgezet, doch\nlaatbeurs toonde de markt neiging tot reactie.'], ['r165', 'In Debentures Ohio hadden aanzienlijke verkoopen voor winstrea-\nlisatie plaats, waardoor zij ruim 1 pCt. daalden. 7 pCt. Pacif. wa-\nren weder zeer vast, met voortdurende vraag voor binnenlandsche\nrekening.'], ['r167', 'Oostenr. Aand. 1858 f 113; Pacif. 2de Sectie 50; Onb. Debent. Ohio\n58¼, 59¾, 58¼; Bew. Mexic. f 5.'], ['r176', 'Bij vonnis der Arrondissements-Regtbank te Winschoten, de dato\n24 Augustus jongstleden, is in staat van Faillissement verklaard\nPIETER CORNELIS VAN BAASBANK, Assuradeur, Commission-\nnair in Granen en Effecten binnenlandsch in het klein, wonende te\nVeendam.'], ['r178', 'Houdende gemeld vonnis de bepaling dat het Faillissement is aan-\ngevangen op 24 Augustus jongstleden en de benoeming van den Edel-\nAchtbaren Heer Mr. ALEXANDEK EDUARD SANDBRINK, Lid\nvan genoemde Regtbank tot Regter-Commissaris en van de Onder-\ngeteekenden tst Curators.'], ['r179', 'WINSCHOTEN en VEENDAM,\n29 Augustus 1866.'], ['r180', 'Mr. H. A. ENGELKENS.\nMr. M. VAN DER TUUK.'], ['r181', '(20019)'], ['r190', 'Bij onderhandsche acte dd. zes Augustus 1800 zes-en-\nzestig is, tusschen JOHAN JACOB HOFFMANN, Mr. Kleedermaker\nen ANTOINE GLAZEWSKI, Coupeur, beide wonende te Utrecht,\nontbonden de tusschen hen op twaalf Mei dezes jaars, bij acte\nverleden voor den Notaris W. PELLEKAAN, aangegane Vennoot-\nschap tot uitoefening der kleedermakers-affaire en al hetgeen daar-\ntoe behoort, gedreven onder de firma J. HOFFMANN & COMPAGNIE,\nen waarvan de eerst ondergeteekende de teekening had.'], ['r192', 'De ontbinding gaat heden in, en wordt de eerst ondergeteekende\nbelast met de liquidatie.'], ['r212', 'AMSTERDAM, 28 Augustus 1866. (20012)'], ['r219', '6 Last Oude Rijn- of Roode Tarwe, wegende min-\nstens 77 pond per mud.'], ['r223', 'De voorwaarden zullen dagelijks, van 9 tot 12 ure, op gemeld\nbureau ter lezing liggen.'], ['r225', 'De gegadigden worden herinnerd, dat het merk op de aan te bie-\nden monsters voorkomende, ook op den omslag van het inschrij-\nvingsbiljet behoort te worden gesteld, en dat ieder monster min-\nstens ½ Ned. kop graan moet bevatten, zullende dezelve anders bui-\nten aanmerking blijven. (19937)'], ['r229', 'J. P. UDINK,\nHEEL- EN VERLOSKUNDIGE,\nis VERHUISD naar den O. Z. Achterburgwal tusschen de Korte\nNiezel en Oude Kennissteeg, K 443. (20020)'], ['r41', 'SPIEGEL- EN LIJSTENMAKERIJ\nfirma Jacs. Plet,\nTE LEEUWARDEN.'], ['r203', 'Adres oude Gracht, (19935) Uw Dienstw. Dienaar,\nwijk D N. 56, Utrecht. A.GLAZEWSKI, mR.tAILER.'], ['r196', 'UTERECHT, J.J.HOFFMANN.\n6 Augustus 1866. (1934) A.GLAZEWSKI.'], ['r248', 'STADS SCHOUWBURG. Directie Roobol, Tjasink en Peters.\nWoensdag 29 Aug. (N°. 5 van het Abon.) Eene 3de voorstelling van: IJzervreter, drama in 5 bedrijven of 7 tafereelen, benevens een voor-\nspel in 1 tafer., vrij gevolgd naar het Fransch (Mangeur de Fer) van\nEdouard Plouvier, door C. J. Roobol. De pausering na het zesde\ntafereel. (7½ ure.)'], ['r250', 'Verwacht op Zaturdag a. s.: De Nimfen en de Vlinder, ballet-diver-\ntissement in 1 bedrijf, door den balletmeester Ant. Voitus van Hamme,\nwaarin het eerste debut van Mej. L. Billon, als eerste danseres en van\nden Heer Ant. Voitus v. Hamme, als eerste danser, zal plaats hebben.'], ['r253', 'GRAND THEATRE, Amstelstraat. Directie A. VAN LIER.\nOpening van dezen Schouwburg, met het Hollandsche Tooneelgezel-\nschap van Rotterdam, onder Directie van den Heer J. ED. DE VRIES.\nOp Zaturdag 1 September 1866: Emma Berthold, Oorspronkelijk Too-\nneelspel in 5 bedrijven of 7 tafereelen door J. J. Cremer. Na hetzelve: De Vermomde Gelieven, Blijspel met zang in een bedrijf, op nieuw voor\nhet Hollandsche tooneel bewerkt en met nieuwe Coupletten voorzien\ndoor W. N. Peypers. Aanvang 7½ ure.'], ['r257', 'Prijzen der Plaatsen: ƒ 1.25. ƒ 1.— 75 ct. en 40 ct.'], ['r261', 'Zondag 2 Sept. Als men een hond wil slaan..... en de Bemocial of\neindelijk heeft hij het toch goed gemaakt.'], ['r263', 'Maandag 3 Sept. De Huistiran en Dr. Peschke.'], ['r89', 'SALON DES VARIÉTÉS DILIGENTIA,\nKALVERSTRAAT.'], ['r74', 'ALGEMEENE VERLICHTING DER TEN-\nTOONSTELLINGSZALEN\nEN\nCONCERT-PROMENADE.'], ['r268', 'vervaardigd door den Heer P. L. VAN DER BRUGH, Kunstvuur-\nwerkmaker van Z. M. den Koning.'], ['r270', 'Entrée voor het Publiek f 1.49 per Persoon. Aanvang 7½ Ure.'], ['r273', 'Heden Woensdag 29 Aug. N°. 118 van het Abonn.: Buitengewone\nVoorstelling, met medewerking van het Acrobatisch Gymnastisch Ge-\nzelschap, onder directie van den Heer GALE, waarbij in het bijzonder\nuitmunten de twee komische Violisten of het non plus ultra in dit vak\nen den Jongen Heer PALE, bijgenaamd den Jongen Blondin, welke\nde eer had dezen bijnaam te verwerven in Amerika, aan het voornaam-\nste tooneel in dit genre; benevens Scènes Comiques en Chansonnettes,\netc. etc.'], ['r277', 'Niettegenstaande de enorme kosten aan deze voorstelling verbon-\nden, blijft de Entrée als gewoonlijk 49 Cent voor het publiek en\nHH. Leden behouden het regt van Introductie.'], ['r279', 'Vrijdag afscheidsvoorstelling tot sluiting van het Abonnement.'], ['r285', 'Plantaadje achter Vliedzorg naast den Pelmolen. Woengsdag 29 Aug.\nCérisette, vaudev. in 1 bedrijf. Op verzoek: De Moordenaar van Theo-\ndoor, blijspel in 3 bedrijven.'], ['r289', 'Aanvang muziek 7 ure. Tooneelvoorstelling 8¼ ure.'], ['r293', 'Morgen, Donderdag: Tot sluiting van het Zomer-Thezter laatste\ngroote VOLKSTOONEEL VOORSTELLING. Entrée 25 Cts.'], ['r295', 'Entrée 49 Cents.'], ['r300', 'CIRCUS W. CARRÉ,'], ['r302', 'WOENSDAG 29 AUGUSTUS: GROOTE VOORSTELLIN-\nGEN. Tot slot: De Hongaarsche Chikos, manoeuvre door 5 Dame€\nen 4 Heeren, gecommandeerd door Mw. Carré. Aanvang 8 ure.'], ['r57', 'DILIGENCE DIENST\nAMSTERDAM—AMERSFOORT\nVICE VERSA.'], ['r23', 'NEDERLANDSCHE\nHANDEL-MAATSCHAPPIJ.'], ['r186', 'AMSTERDAM, 25 Augustus 1866. (20051)'], ['r247', 'Binnenlandsche fondsen waren over het geheel beter gestemd.'], ['r252', 'Van vreemde effecten was de omzet in Oostenrijksche buitengewoon\nlevendig. Voortgezette kooporders voor binnenlandsche rekening brag-\nten op nieuw eene rijzing te weeg, doch daar de aanvoer van het\nbuitenland belangrijker was dan de laatste dagen, liep de markt\nlaatbeurs, onder dien invloed terug en sluiten zij slechts weinig hoo-\nger dan gisteren.'], ['r249', 'De Ondergeteekende berigt mits deze, dat de EXTRA DIEN-\nSTEN, des Zaturdags en Maandags middags ten 4 ure van\nAMSTERDAM naar BAARN, en des Zondags Avonds ten 7 ure en\nMaandags morgens 6 ure van BAARN naar AMSTERDAM, OP\nHEDEN ZIJN INGETROKKEN.'], ['r255', '(20013) J.FLOOR.'], ['r258', 'Entree WOENSDAG en ZONDAG 25 Cts., de overige dagen 50 Cts.'], ['r267', 'Leden volgens reglement. Coupon-bewijzen geldig. (20042)'], ['r272', 'LOTEN voor de VERLOTING VAN VOORWERPEN op de\nTentoonstelling aangekocht, zijn verkrijgbaar a ƒ 2 per Lot.'], ['r275', 'Plantaadje Fransche Laan, V 88, tusschen het Park\nen Artis.'], ['r278', 'BEIGNETS, WAFELEN en gewone POFFERTJES, met\nRhum en Vanille; Biefstuk en Carbonade ten allen tijde, alle soorten\nvan Ververschingen. Bestellingen worden dadelijk geëffectueerd.'], ['r283', 'Onder deze hoeveelheden zijn begrepen 60,799 Balen, opgehouden\nin de Veilingen van 16 Mei en 13 Junij jl.'], ['r286', 'De Monsters zijn te bezigtigen te Amsterdam en te Rotterdam\n30 en 31 Augustus, 1, 10, 11 en 12 September, en op dezelfde dagen\nte Middelburg, Dordrecht en Schiedam die van hetgeen aldaar ligt.\nVan eerstgemelden dag af zijn op elke der aanvoerplaatsen van de\nnog niet geveilde aldaar liggende Koffij van partijen boven de 200\nBalen Proefmonsters tot den prijs van 60 Cents per Half Ned. Pond\nverkrijgbaar.'], ['r288', 'op best dubbel glacé Carton, ter Lithographie van J. SJOUERMAN,\nAchterburgwal hoek Bethanienstraat.'], ['r291', 'NB. Verdere DRUKWERKEN tot de minst mogelijke lage\nprijzen. (19978)'], ['r45', '☞ONDERWIJS IN PIANO.']]

Now that we have a list containing both the TextRegion id and the textual content, we can transform this into a Dataframe.

Exercise

Create dataframe with the columns ‘Region’ and ‘Content’ from the list we have just created.

Note

Pay close attention to the order of the input list and column names! The first item added to the list should also have its name first in the columns parameter.

As before, check the result to make sure everything went as expected.

Exercise

Check if the Dataframe is made correctly. Remember to not use the print method, as without ‘print’ the formatting will be more readable for Dataframes.

Region Content
0 r2 Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debent...
1 r3 Koers van het Geld: Beleening —, Prolong. 7½, ...
2 r4 Aldus opgemaakt door het Bestuur der Effecten-...
3 r5 J. WR. AIKEMA. Pres.-Comm.
4 r7 Koers van het geld bij de Nederlandsche Bank (...
... ... ...
113 r283 Onder deze hoeveelheden zijn begrepen 60,799 B...
114 r286 De Monsters zijn te bezigtigen te Amsterdam en...
115 r288 op best dubbel glacé Carton, ter Lithographie ...
116 r291 NB. Verdere DRUKWERKEN tot de minst mogelijke ...
117 r45 ☞ONDERWIJS IN PIANO.

118 rows × 2 columns

Finally we can now save the dataframe to csv, after which it can be used for further research or manipulation.

newspaper.to_csv('newspaper_content.csv')

Extract the reading order and use this to automatically sort the page

By using the XML file and the information about the reading order in the csv file, it is possible to order the file in the correct reading order manually. However this is a lot of work and when there are multiple, or very large files, this is not the best use of our time. Luckily Python offers us ways to automate this.

Because the information about the reading order and indexes are stored in a different location than the content itself, we will go through three steps:

  • From the element ‘ReadingOrder’, we will extract the information about the OrdererGroup id, the regionRef and the index and store them in a Python dictionary;

  • We retrieve the textregion and corresponding content (see the code above);

  • We combine the textregion information with the regionRef from the dictionary to combine everything.

  • We store the information in a Dataframe and sort it based on the ReadingOrder.

As you can see, we are going to create a Python dictionary. Dictionaries are an easy way to store and query information. But more about dictionaries later, let’s first see if we can retreive all desired values.

Exercise

Write a code that prints out the id of every ordered group, with per id:

  • The corresponding RegionRefs;

  • The corresponding indexes;

r284
r0 0
r2 1
r3 2
r4 3
r5 4
r290
r247 0
r252 1
r157 2
r161 3
r165 4
r167 5
r292
r7 0
r8 1
r299
r9 0
r12 1
r301
r13 0
r303
r14 0
r176 1
r178 2
r179 3
r180 4
r181 5
r305
r17 0
r186 1
r306
r190 0
r192 1
r196 2
r307
r21 0
r203 1
r308
r23 0
r25 1
r283 2
r286 3
r212 4
r309
r29 0
r30 1
r219 2
r223 3
r225 4
r32 5
r310
r34 0
r35 1
r36 2
r37 3
r311
r229 0
r312
r41 0
r44 1
r313
r45 0
r47 1
r314
r48 0
r49 1
r50 2
r51 3
r52 4
r53 5
r315
r54 0
r55 1
r316
r57 0
r249 1
r255 2
r317
r62 0
r63 1
r288 2
r291 3
r318
r65 0
r319
r66 0
r67 1
r258 2
r267 3
r272 4
r320
r69 0
r70 1
r71 2
r72 3
r321
r73 0
r74 1
r77 2
r322
r78 0
r275 1
r278 2
r80 3
r323
r81 0
r324
r82 0
r248 1
r250 2
r325
r253 0
r257 1
r261 2
r263 3
r326
r85 0
r86 1
r87 2
r88 3
r327
r89 0
r91 1
r328
r92 0
r93 1
r94 2
r95 3
r96 4
r97 5
r98 6
r268 7
r270 8
r100 9
r329
r101 0
r273 1
r277 2
r279 3
r103 4
r330
r104 0
r285 1
r289 2
r295 3
r293 4
r331
r300 0
r302 1
r332
r108 0

Printing this information gives us a chance to check if our code is behaving the way we expect. However, we wish to further automate the process and store it into a Python dictionary.

A dictionary is structured as follows: key = value. In our case, the ‘key’ is the regionref, and the values for every key are the ordered group id and the index.

We shall demonstrate this using a small piece of our XML file:

<ReadingOrder>
	<OrderedGroup id="r38">
		<RegionRefIndexed regionRef="r8" index="0"/>
		<RegionRefIndexed regionRef="r12" index="1"/>
	</OrderedGroup>
</ReadingOrder>

This can be stored in a Python dictionary like this:

dict = {'r8': [['r38', '0']],
		'r12': [['r38', '1']]}

With this dict, we can ask Python specific information about every textregion. For example: to which group does r8 belong?

group = dict['r8'][0][0] ## [0] for the first entry, [0] for the first element
print(group)
r38

And what is the index of r12?

group = dict['r12'][0][1] ## [1] for the first entry, [0] for the second element
print(group)
1

The following code gives an example of how you can store the required information in a dictionary.

## First initialize an empty dictionary
dict_order = {}

for order in root.findall('.//ns0:ReadingOrder', ns):
	for group in root.findall('.//ns0:OrderedGroup', ns):
		groupnr = group.get('id')
		for suborder in group.findall('.//ns0:RegionRefIndexed', ns):  
			region = suborder.get('regionRef')
			index = suborder.get('index')
			## the dictionary is filled with the three attributes
			## it sets region as the key and as value the groupnr and index as a list 
			dict_order.setdefault(region,[]).append([groupnr, index])

Let’s print the dictionary to make certain it works.

print(dict_order)
{'r0': [['r284', '0']], 'r2': [['r284', '1']], 'r3': [['r284', '2']], 'r4': [['r284', '3']], 'r5': [['r284', '4']], 'r247': [['r290', '0']], 'r252': [['r290', '1']], 'r157': [['r290', '2']], 'r161': [['r290', '3']], 'r165': [['r290', '4']], 'r167': [['r290', '5']], 'r7': [['r292', '0']], 'r8': [['r292', '1']], 'r9': [['r299', '0']], 'r12': [['r299', '1']], 'r13': [['r301', '0']], 'r14': [['r303', '0']], 'r176': [['r303', '1']], 'r178': [['r303', '2']], 'r179': [['r303', '3']], 'r180': [['r303', '4']], 'r181': [['r303', '5']], 'r17': [['r305', '0']], 'r186': [['r305', '1']], 'r190': [['r306', '0']], 'r192': [['r306', '1']], 'r196': [['r306', '2']], 'r21': [['r307', '0']], 'r203': [['r307', '1']], 'r23': [['r308', '0']], 'r25': [['r308', '1']], 'r283': [['r308', '2']], 'r286': [['r308', '3']], 'r212': [['r308', '4']], 'r29': [['r309', '0']], 'r30': [['r309', '1']], 'r219': [['r309', '2']], 'r223': [['r309', '3']], 'r225': [['r309', '4']], 'r32': [['r309', '5']], 'r34': [['r310', '0']], 'r35': [['r310', '1']], 'r36': [['r310', '2']], 'r37': [['r310', '3']], 'r229': [['r311', '0']], 'r41': [['r312', '0']], 'r44': [['r312', '1']], 'r45': [['r313', '0']], 'r47': [['r313', '1']], 'r48': [['r314', '0']], 'r49': [['r314', '1']], 'r50': [['r314', '2']], 'r51': [['r314', '3']], 'r52': [['r314', '4']], 'r53': [['r314', '5']], 'r54': [['r315', '0']], 'r55': [['r315', '1']], 'r57': [['r316', '0']], 'r249': [['r316', '1']], 'r255': [['r316', '2']], 'r62': [['r317', '0']], 'r63': [['r317', '1']], 'r288': [['r317', '2']], 'r291': [['r317', '3']], 'r65': [['r318', '0']], 'r66': [['r319', '0']], 'r67': [['r319', '1']], 'r258': [['r319', '2']], 'r267': [['r319', '3']], 'r272': [['r319', '4']], 'r69': [['r320', '0']], 'r70': [['r320', '1']], 'r71': [['r320', '2']], 'r72': [['r320', '3']], 'r73': [['r321', '0']], 'r74': [['r321', '1']], 'r77': [['r321', '2']], 'r78': [['r322', '0']], 'r275': [['r322', '1']], 'r278': [['r322', '2']], 'r80': [['r322', '3']], 'r81': [['r323', '0']], 'r82': [['r324', '0']], 'r248': [['r324', '1']], 'r250': [['r324', '2']], 'r253': [['r325', '0']], 'r257': [['r325', '1']], 'r261': [['r325', '2']], 'r263': [['r325', '3']], 'r85': [['r326', '0']], 'r86': [['r326', '1']], 'r87': [['r326', '2']], 'r88': [['r326', '3']], 'r89': [['r327', '0']], 'r91': [['r327', '1']], 'r92': [['r328', '0']], 'r93': [['r328', '1']], 'r94': [['r328', '2']], 'r95': [['r328', '3']], 'r96': [['r328', '4']], 'r97': [['r328', '5']], 'r98': [['r328', '6']], 'r268': [['r328', '7']], 'r270': [['r328', '8']], 'r100': [['r328', '9']], 'r101': [['r329', '0']], 'r273': [['r329', '1']], 'r277': [['r329', '2']], 'r279': [['r329', '3']], 'r103': [['r329', '4']], 'r104': [['r330', '0']], 'r285': [['r330', '1']], 'r289': [['r330', '2']], 'r295': [['r330', '3']], 'r293': [['r330', '4']], 'r300': [['r331', '0']], 'r302': [['r331', '1']], 'r108': [['r332', '0']]}

We have previously made the code to obtain the content and the region from the XML file. Now we will combine this by comparing the values from the dictionary with the value of the TextRegion id. As not all content is in an ordered group, we also have to include an ‘escape’ mechanism. For now, we will store all content that does not belong in an OrderedGroup into group 0 with index 0.

for newspaper in root.findall('.//ns0:TextRegion', ns):
	## here we extract from the dictionary the group and index value for the dictionary item that matches the region extracted with the orignal code.
	## if the content does not belong to an ordered group, we store them in group 0 with index 0
	region = newspaper.get('id')
	if region in dict_order:
		groupvalues = dict_order[region]
		group = groupvalues[0][0]
		index = groupvalues[0][1]
	else:
		group = 0
		index = 0
	for content in newspaper.findall('.//ns0:Unicode', ns):
		content = content.text
	## then we can add them to the print statement
	print(group, region, index, content)
r284 r2 1 Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debentures Dito 8 pCt.
59½, 60¾, 59½; Obl. St. Paul en Pacific Spw. 7 pCt. 56¼ Nieuwe
Russen 1866 154¾, 155.
r284 r3 2 Koers van het Geld: Beleening —, Prolong. 7½, 8 pCt.
r284 r4 3 Aldus opgemaakt door het Bestuur der Effecten-Societeit,
r284 r5 4 J. WR. AIKEMA. Pres.-Comm.
r292 r7 0 Koers van het geld bij de Nederlandsche Bank (sedert 16 Aug.)
r292 r8 1 Wissel-Disconto 6 pCt.; Promessen-Disconto 6½ pCt.; Beleening
van Binnenl. Effecten 6 pCt.; Id. van Buitenl. Effecten 6½ pCt.; Id.
van Goederen 6 pCt.
r301 r13 0 NB. In de Advertentie wegens aanvraag om een BEDIENDE in
eene APOTHEEK (zie Bijv. A. H. B. 27 Aug.) staat: BEDIENDE
EXTERNE; lees INTERNE. Adres Lett. D. bij J. BREEMAN,
Nieuwe Hoogstraat.
r305 r17 0 Het ADMINISTRATIE-KANTOOR voor Nederland der
K. K. PRIVILIGIRTE ALLGEMEINE OESTERREICHISCHE BO-
DEN - CREDIT - ANSTALT berigt, dat in plaats van den Heer TH. MOLIÈRE, die om redenen van gezondheid zijn ontslag als
Directeur der Administratie heeft ingediend, de Heer T. J. WES-
TENDORP, voorloopig die betrekking zal waarnemen.
r307 r21 0 De ondergeteekende heeft de eer aan zijne geëerde begunstigers
te berigten, dat hij met den Heer M. OOSTMEIJER, lakenkooper
alhier, eene overeenkomst heeft aangegaan, waardoor hij in staat
gesteld is, ten allen tijde de nieuwste Fransche en Engel-
schestoffen en alle verdere Artikelen, voor de Kleedermakers-
Affaire benoodigd, te leveren, vertrouwende hierdoor te beter aan
de bestellingen gevolg te kunnen geven, waarom hij de vrijheid
neemt, zich bij vernieuwing bij zijne begunstigers aan te bevelen,
zullende hij door eene prompte bediening en soliede bewerking zich
het vertrouwen trachten waardig te maken.
r308 r25 1 VEILING te AMSTERDAM, op Woensdag 12 Sep-
tember 1866. van ongeveer:
r309 r29 0 De INTENDANT in de 2de Militaire Afdeeling te Arnhem, zal
op Vrijdag 7 September 1866, des middags ten 12 ure, ten zijnen
bureele publiek HERBESTEDEN:
r309 r30 1 6½ Last Oude Zeeuwsche Tarwe, wegende minstens
74 pond per mud.
r309 r32 5 De Intendant voornoemd,
OTKEN.
r310 r35 1 A la requête des heritiers de M. le Prince ALPHONSE DE CHI-
MAY, les Notaires TOUSSAINT et VAN DEN EYNDE, résidant à
Bruxelles, vendront le 31 Octobre à 2 heures au Café du Casino à
Charleroi, le dit domaine, contenant 2500 hectares, savoir:
r310 r37 3 Le sol de ce domaine, qui est en général de la meilleure qualité,
augmentéra considérablement de valeur, par l'établissement de plu-
sieurs nouveaux chemins de fer, en voie d'exécution, notamment
celui de Chimay à Paris, par Laon et Soissons qui sera la grande
voie de France vers l'est de la Hollande, Hambourg, et l'Allemagne
septentrionale. Chimay sera alors à 4 heures de Paris. (19880)
r312 r44 1 In bovengemelde Fabriek kunnen dadelijk geplaatst worden TWEE
KNECHTS, het witwerken en ornamenteren geheel of gedeeltelijk
verstaande, ongehuwd. Brieven franco. (19904)
r313 r47 1 Een bekwaam MUZIEKMEESTER, de beste referentien bezittende,
heeft des morgens nog eenige uren disponibel. Brieven franco on-
der lett. B. C., bij de Boekhandelaren GEBRs. EBERT, Beurssteeg,
E 184. (19972)
r314 r49 1 zijn tegenwoordig gerigt op PRUISEN en zijn POLI-
TIEK. Wie de kronkelpaden dier Politiek wil volgen en
weten wat door haar verrigt werd bij het sluiten van
r314 r51 3 dat zij thans te vuur en te zwaard weer heeft verbroken, mag
niet verzuimen
r314 r53 5 te lezen, dat alom verkrijgbaar is gesteld. (19875)
r315 r55 1 Er wordt verlangd tegen primo November een bekwaam GRUT-
TERSKNECHT. Men adressere zich met franco brieven onder
lett. E. bij den Boekhandelaar G. VAN OVERBEEK, te Alphen
aan den Rijn. (19931)
r320 r72 3 Entrée 50 Cents. Aanvang 7½ Ure.
Leden volgens Reglement. Coupon-Bewijzen geldig.
r326 r85 0 SALON DES VARIETES, in de Amstelstraat. Woensdag 29 Aug. De Lotgevallen van een Jong Edelman, nieuw melodrama in 7 tafereelen,
naar het Fransch van Octave Feuillet, waarin de Heer Pietersen
met de rol van Maxime voor het eerst zal optreden.
r326 r86 1 Entrée 75 Cts. in vertering. Aanv. 8 Ure.
r326 r87 2 BOAS & JUDELS.
r326 r88 3 Plaatsen zijn aan het Bureau te bespreken.
r327 r91 1 De Ondergeteekenden hebben de eer te berigten, dat de groote zaal
van bovengenoemd Gebouw door hen allerfraaist tot SCHOUWBURG-
ZAAL ingerigt zijnde. de OPENING VAN HET TOONEEL zal
plaats hebben op ZATURDAG 1 SEPTEMBER 1866. Daar zij niets
zullen verzuimen wat hunne geachte bezoekers tot genoegen kan strek-
ken, bevelen zij hunnen Nieuwen Salon des Variétés nederig in de gunst
van het publiek. LOUIS BOUWMEESTER & COMP.
r328 r100 9 J. EDUARD STUMPFF.
r329 r103 4 WM. KOSTER, Directeur.
r332 r108 0 GEDRUKT BIJ C. A. SPIN & ZOON.
r284 r0 0 Prijscourant der Effecten.
r299 r9 0 Wisselkoersen.
r299 r12 1 Disconto 6 pCt.
r303 r14 0 ADVERTENTIEN.
r310 r34 0 DOMAINE DE BEAUCHAMPS.
r314 r48 0 ALLER OOGEN
r314 r50 2 HET HEILIG VERBOND,
r314 r52 4 HET ZWARTE BOEK VAN BERLIJN
r315 r54 0 GRUTTERSKNECHT.
r317 r62 0 SPECIALITEIT VAN VISITE-KAARTJES
r317 r63 1 à f 1 DE 100 STUKS
r318 r65 0 Paleis voor Volksvlijt.
r319 r66 0 GEOPEND VAN 10—5 URE.
r319 r67 1 ALGEMEENE TENTOONSTELLING
VAN NEDERLANDSCHE NIJVERHEID EN KUNST.
r320 r69 0 Paleis voor Volksvlijt.
r320 r70 1 DONDERDAG 30 AUGUSTUS:
r320 r71 2 AVOND-CONCERT.
r321 r73 0 ZONDAG 2 SEPTEMBER.
r322 r78 0 Grand Salon de Lyon.
r323 r81 0 DOOR PLAATSGEBREK ZIJN WIJ GENOODZAAKT VELE ADVERTENTIEN
TOT EEN VOLGEND NOMMER TE LATEN LIGGEN.
r324 r82 0 SCHOUWBURGEN, CONCERTEN, ENZ.
r328 r92 0 PARK.
r328 r93 1 DONDERDAG 30 AUGUSTUS 1866.
TOT SLUITING VAN HET SAIZOEN:
r328 r94 2 BUITENGEWONE FEESTVIERING,
r328 r95 3 GROOT HARMONIE CONCERT,
r328 r96 4 Algemeene Gas-Illuminatie,
r328 r97 5 BENEVENS
r328 r98 6 SCHITTERENDE EGYPTISCHE VERLICHTING,
r329 r101 0 Zomer-Theater TIVOLI.
r330 r104 0 ZOMER-THÉATRE DES VARIÉTÉS,
r310 r36 2 Beau chateau, style Tudor, situation pittoresque,
pare, jardins et ferme.....................88 hect.
Ferme Tournebride, terres et pres de-
taches...................................62 "
Foret Bois Robert.................333 "
Ferme la Boulvie...................63 "
Terrain boise, limite de Seloignes.......226 "
Belle foret des hauts marais excelle-
ment propre au defrichement, maison de fer-
mier, moulin et pavillon de chasse.......1735 "
r321 r77 2 Entree 50 Cents. (20043) Aanvang 71/2 Ure.
r322 r80 3 (19432) THEODORE DE LYON.
r290 r157 2 Voorts waren Spaansche en Turken tot betere prijzen goed te plaat-
sen; in de laatsten werd veel voor Engelsche rekening gekocht.
r290 r161 3 Amerik. hebben hunne vooruitgaande beweging voortgezet, doch
laatbeurs toonde de markt neiging tot reactie.
r290 r165 4 In Debentures Ohio hadden aanzienlijke verkoopen voor winstrea-
lisatie plaats, waardoor zij ruim 1 pCt. daalden. 7 pCt. Pacif. wa-
ren weder zeer vast, met voortdurende vraag voor binnenlandsche
rekening.
r290 r167 5 Oostenr. Aand. 1858 f 113; Pacif. 2de Sectie 50; Onb. Debent. Ohio
58¼, 59¾, 58¼; Bew. Mexic. f 5.
r303 r176 1 Bij vonnis der Arrondissements-Regtbank te Winschoten, de dato
24 Augustus jongstleden, is in staat van Faillissement verklaard
PIETER CORNELIS VAN BAASBANK, Assuradeur, Commission-
nair in Granen en Effecten binnenlandsch in het klein, wonende te
Veendam.
r303 r178 2 Houdende gemeld vonnis de bepaling dat het Faillissement is aan-
gevangen op 24 Augustus jongstleden en de benoeming van den Edel-
Achtbaren Heer Mr. ALEXANDEK EDUARD SANDBRINK, Lid
van genoemde Regtbank tot Regter-Commissaris en van de Onder-
geteekenden tst Curators.
r303 r179 3 WINSCHOTEN en VEENDAM,
29 Augustus 1866.
r303 r180 4 Mr. H. A. ENGELKENS.
Mr. M. VAN DER TUUK.
r303 r181 5 (20019)
r306 r190 0 Bij onderhandsche acte dd. zes Augustus 1800 zes-en-
zestig is, tusschen JOHAN JACOB HOFFMANN, Mr. Kleedermaker
en ANTOINE GLAZEWSKI, Coupeur, beide wonende te Utrecht,
ontbonden de tusschen hen op twaalf Mei dezes jaars, bij acte
verleden voor den Notaris W. PELLEKAAN, aangegane Vennoot-
schap tot uitoefening der kleedermakers-affaire en al hetgeen daar-
toe behoort, gedreven onder de firma J. HOFFMANN & COMPAGNIE,
en waarvan de eerst ondergeteekende de teekening had.
r306 r192 1 De ontbinding gaat heden in, en wordt de eerst ondergeteekende
belast met de liquidatie.
r308 r212 4 AMSTERDAM, 28 Augustus 1866. (20012)
r309 r219 2 6 Last Oude Rijn- of Roode Tarwe, wegende min-
stens 77 pond per mud.
r309 r223 3 De voorwaarden zullen dagelijks, van 9 tot 12 ure, op gemeld
bureau ter lezing liggen.
r309 r225 4 De gegadigden worden herinnerd, dat het merk op de aan te bie-
den monsters voorkomende, ook op den omslag van het inschrij-
vingsbiljet behoort te worden gesteld, en dat ieder monster min-
stens ½ Ned. kop graan moet bevatten, zullende dezelve anders bui-
ten aanmerking blijven. (19937)
r311 r229 0 J. P. UDINK,
HEEL- EN VERLOSKUNDIGE,
is VERHUISD naar den O. Z. Achterburgwal tusschen de Korte
Niezel en Oude Kennissteeg, K 443. (20020)
r312 r41 0 SPIEGEL- EN LIJSTENMAKERIJ
firma Jacs. Plet,
TE LEEUWARDEN.
r307 r203 1 Adres oude Gracht, (19935) Uw Dienstw. Dienaar,
wijk D N. 56, Utrecht. A.GLAZEWSKI, mR.tAILER.
r306 r196 2 UTERECHT, J.J.HOFFMANN.
6 Augustus 1866. (1934) A.GLAZEWSKI.
r324 r248 1 STADS SCHOUWBURG. Directie Roobol, Tjasink en Peters.
Woensdag 29 Aug. (N°. 5 van het Abon.) Eene 3de voorstelling van: IJzervreter, drama in 5 bedrijven of 7 tafereelen, benevens een voor-
spel in 1 tafer., vrij gevolgd naar het Fransch (Mangeur de Fer) van
Edouard Plouvier, door C. J. Roobol. De pausering na het zesde
tafereel. (7½ ure.)
r324 r250 2 Verwacht op Zaturdag a. s.: De Nimfen en de Vlinder, ballet-diver-
tissement in 1 bedrijf, door den balletmeester Ant. Voitus van Hamme,
waarin het eerste debut van Mej. L. Billon, als eerste danseres en van
den Heer Ant. Voitus v. Hamme, als eerste danser, zal plaats hebben.
r325 r253 0 GRAND THEATRE, Amstelstraat. Directie A. VAN LIER.
Opening van dezen Schouwburg, met het Hollandsche Tooneelgezel-
schap van Rotterdam, onder Directie van den Heer J. ED. DE VRIES.
Op Zaturdag 1 September 1866: Emma Berthold, Oorspronkelijk Too-
neelspel in 5 bedrijven of 7 tafereelen door J. J. Cremer. Na hetzelve: De Vermomde Gelieven, Blijspel met zang in een bedrijf, op nieuw voor
het Hollandsche tooneel bewerkt en met nieuwe Coupletten voorzien
door W. N. Peypers. Aanvang 7½ ure.
r325 r257 1 Prijzen der Plaatsen: ƒ 1.25. ƒ 1.— 75 ct. en 40 ct.
r325 r261 2 Zondag 2 Sept. Als men een hond wil slaan..... en de Bemocial of
eindelijk heeft hij het toch goed gemaakt.
r325 r263 3 Maandag 3 Sept. De Huistiran en Dr. Peschke.
r327 r89 0 SALON DES VARIÉTÉS DILIGENTIA,
KALVERSTRAAT.
r321 r74 1 ALGEMEENE VERLICHTING DER TEN-
TOONSTELLINGSZALEN
EN
CONCERT-PROMENADE.
r328 r268 7 vervaardigd door den Heer P. L. VAN DER BRUGH, Kunstvuur-
werkmaker van Z. M. den Koning.
r328 r270 8 Entrée voor het Publiek f 1.49 per Persoon. Aanvang 7½ Ure.
r329 r273 1 Heden Woensdag 29 Aug. N°. 118 van het Abonn.: Buitengewone
Voorstelling, met medewerking van het Acrobatisch Gymnastisch Ge-
zelschap, onder directie van den Heer GALE, waarbij in het bijzonder
uitmunten de twee komische Violisten of het non plus ultra in dit vak
en den Jongen Heer PALE, bijgenaamd den Jongen Blondin, welke
de eer had dezen bijnaam te verwerven in Amerika, aan het voornaam-
ste tooneel in dit genre; benevens Scènes Comiques en Chansonnettes,
etc. etc.
r329 r277 2 Niettegenstaande de enorme kosten aan deze voorstelling verbon-
den, blijft de Entrée als gewoonlijk 49 Cent voor het publiek en
HH. Leden behouden het regt van Introductie.
r329 r279 3 Vrijdag afscheidsvoorstelling tot sluiting van het Abonnement.
r330 r285 1 Plantaadje achter Vliedzorg naast den Pelmolen. Woengsdag 29 Aug.
Cérisette, vaudev. in 1 bedrijf. Op verzoek: De Moordenaar van Theo-
door, blijspel in 3 bedrijven.
r330 r289 2 Aanvang muziek 7 ure. Tooneelvoorstelling 8¼ ure.
r330 r293 4 Morgen, Donderdag: Tot sluiting van het Zomer-Thezter laatste
groote VOLKSTOONEEL VOORSTELLING. Entrée 25 Cts.
r330 r295 3 Entrée 49 Cents.
r331 r300 0 CIRCUS W. CARRÉ,
r331 r302 1 WOENSDAG 29 AUGUSTUS: GROOTE VOORSTELLIN-
GEN. Tot slot: De Hongaarsche Chikos, manoeuvre door 5 Dame€
en 4 Heeren, gecommandeerd door Mw. Carré. Aanvang 8 ure.
r316 r57 0 DILIGENCE DIENST
AMSTERDAM—AMERSFOORT
VICE VERSA.
r308 r23 0 NEDERLANDSCHE
HANDEL-MAATSCHAPPIJ.
r305 r186 1 AMSTERDAM, 25 Augustus 1866. (20051)
r290 r247 0 Binnenlandsche fondsen waren over het geheel beter gestemd.
r290 r252 1 Van vreemde effecten was de omzet in Oostenrijksche buitengewoon
levendig. Voortgezette kooporders voor binnenlandsche rekening brag-
ten op nieuw eene rijzing te weeg, doch daar de aanvoer van het
buitenland belangrijker was dan de laatste dagen, liep de markt
laatbeurs, onder dien invloed terug en sluiten zij slechts weinig hoo-
ger dan gisteren.
r316 r249 1 De Ondergeteekende berigt mits deze, dat de EXTRA DIEN-
STEN, des Zaturdags en Maandags middags ten 4 ure van
AMSTERDAM naar BAARN, en des Zondags Avonds ten 7 ure en
Maandags morgens 6 ure van BAARN naar AMSTERDAM, OP
HEDEN ZIJN INGETROKKEN.
r316 r255 2 (20013) J.FLOOR.
r319 r258 2 Entree WOENSDAG en ZONDAG 25 Cts., de overige dagen 50 Cts.
r319 r267 3 Leden volgens reglement. Coupon-bewijzen geldig. (20042)
r319 r272 4 LOTEN voor de VERLOTING VAN VOORWERPEN op de
Tentoonstelling aangekocht, zijn verkrijgbaar a ƒ 2 per Lot.
r322 r275 1 Plantaadje Fransche Laan, V 88, tusschen het Park
en Artis.
r322 r278 2 BEIGNETS, WAFELEN en gewone POFFERTJES, met
Rhum en Vanille; Biefstuk en Carbonade ten allen tijde, alle soorten
van Ververschingen. Bestellingen worden dadelijk geëffectueerd.
r308 r283 2 Onder deze hoeveelheden zijn begrepen 60,799 Balen, opgehouden
in de Veilingen van 16 Mei en 13 Junij jl.
r308 r286 3 De Monsters zijn te bezigtigen te Amsterdam en te Rotterdam
30 en 31 Augustus, 1, 10, 11 en 12 September, en op dezelfde dagen
te Middelburg, Dordrecht en Schiedam die van hetgeen aldaar ligt.
Van eerstgemelden dag af zijn op elke der aanvoerplaatsen van de
nog niet geveilde aldaar liggende Koffij van partijen boven de 200
Balen Proefmonsters tot den prijs van 60 Cents per Half Ned. Pond
verkrijgbaar.
r317 r288 2 op best dubbel glacé Carton, ter Lithographie van J. SJOUERMAN,
Achterburgwal hoek Bethanienstraat.
r317 r291 3 NB. Verdere DRUKWERKEN tot de minst mogelijke lage
prijzen. (19978)
r313 r45 0 ☞ONDERWIJS IN PIANO.

With this code we merge the reading order values that we stored in the dictionary with the content that we extract with the origial code. However, we still print the result instead of storing it in something more useful.

Exercise

Adapt the code above to store all relevant information in a list.

Don’t forget to declare an empty list first.

Now we have stored the merged information into a list, we can transform the list into a Pandas Dataframe.

Exercise

Transform the list into a Dataframe.

We then check the result again.

Group Index Region Content
0 r284 1 r2 Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debent...
1 r284 2 r3 Koers van het Geld: Beleening —, Prolong. 7½, ...
2 r284 3 r4 Aldus opgemaakt door het Bestuur der Effecten-...
3 r284 4 r5 J. WR. AIKEMA. Pres.-Comm.
4 r292 0 r7 Koers van het geld bij de Nederlandsche Bank (...
... ... ... ... ...
113 r308 2 r283 Onder deze hoeveelheden zijn begrepen 60,799 B...
114 r308 3 r286 De Monsters zijn te bezigtigen te Amsterdam en...
115 r317 2 r288 op best dubbel glacé Carton, ter Lithographie ...
116 r317 3 r291 NB. Verdere DRUKWERKEN tot de minst mogelijke ...
117 r313 0 r45 ☞ONDERWIJS IN PIANO.

118 rows × 4 columns

Now that we have our data in a Dataframe, we have some easy options for manipulating the data. One of these is ordering, or sorting, the Dataframe. A Dataframe can be sorted by any of its columns, or even multiple columns. The original shape and content is maintained, but the order of the rows is changed to whatever is specified. The syntax for sorting a Dateframe is:

Dataframe.sort_values([column(s) to sort by], [sorting order])

In the code below the Dataframe we just made is sorted by ‘Group’ and ‘Index’ in ascending order for both. Notice that the sorting columns are quoted. When adding more than one column a (comma separated) list must be passed. The sorting order default is ‘ascending’, for ‘descending’, the ascending attirbute is set to False.

newspaper_with_order = newspaper_with_order.sort_values(['Group', 'Index'], ascending = [True, True])

With the reordered Dataframe in hand we can check if the sorting went as planned.

Exercise

Make sure you performed all of the above steps in your notebook and print out the ordered Dataframe.

Group Index Region Content
30 r284 0 r0 Prijscourant der Effecten.
0 r284 1 r2 Obl. Atl. Gr. W. Spw. 7 pCt. 52½, ⅞, ¾; Debent...
1 r284 2 r3 Koers van het Geld: Beleening —, Prolong. 7½, ...
2 r284 3 r4 Aldus opgemaakt door het Bestuur der Effecten-...
3 r284 4 r5 J. WR. AIKEMA. Pres.-Comm.
... ... ... ... ...
98 r330 3 r295 Entrée 49 Cents.
97 r330 4 r293 Morgen, Donderdag: Tot sluiting van het Zomer-...
99 r331 0 r300 CIRCUS W. CARRÉ,
100 r331 1 r302 WOENSDAG 29 AUGUSTUS: GROOTE VOORSTELLIN-\nGEN...
29 r332 0 r108 GEDRUKT BIJ C. A. SPIN & ZOON.

118 rows × 4 columns

If everything worked as it was supposed to, the new dataframe should now be ordered by the Group and Index columns. Much easier to read, and better structured. Well done!

Of course, as before we could save this Dataframe to disk using .to_csv(), or pass it to other code for further analysis.