<?xml version="1.0" encoding="utf-8"?>
<!-- Created by Charles Hoffman, CPA, 2016-12-31 -->
<xbrl xmlns="http://www.xbrl.org/2003/instance" 
      xmlns:xbrli="http://www.xbrl.org/2003/instance"
      xmlns:link="http://www.xbrl.org/2003/linkbase" 
      xmlns:xlink="http://www.w3.org/1999/xlink" 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      xmlns:xbrldi="http://xbrl.org/2006/xbrldi" 
      xmlns:helloWorld="http://www.xbrlsite.com/DigitalFinancialReporting/HelloWorld" 
      xmlns:iso4217="http://www.xbrl.org/2003/iso4217" 
      xsi:schemaLocation="http://xbrl.org/2006/xbrldi http://www.xbrl.org/2006/xbrldi-2006.xsd">

   <link:schemaRef xlink:type="simple" xlink:href="HelloWorld.xsd" />

   <context id="I-2010">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
         <segment>
            <xbrldi:explicitMember dimension="helloWorld:LegalEntityAxis">helloWorld:ConsolidatedEntityMember</xbrldi:explicitMember>
         </segment>
      </entity>
      <period>
         <instant>2010-12-31</instant>
      </period>
   </context>
   <context id="I-2009">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
         <segment>
            <xbrldi:explicitMember dimension="helloWorld:LegalEntityAxis">helloWorld:ConsolidatedEntityMember</xbrldi:explicitMember>
         </segment>
      </entity>
      <period>
         <instant>2009-12-31</instant>
      </period>
   </context>


   <unit id="U-Monetary">
      <measure>iso4217:USD</measure>
   </unit>


   <helloWorld:Land contextRef="I-2010" unitRef="U-Monetary" decimals="INF">5347000</helloWorld:Land>
   <helloWorld:Land contextRef="I-2009" unitRef="U-Monetary" decimals="INF">1147000</helloWorld:Land>

   <helloWorld:BuildingsNet contextRef="I-2010" unitRef="U-Monetary" decimals="INF">244508000</helloWorld:BuildingsNet>
   <helloWorld:BuildingsNet contextRef="I-2009" unitRef="U-Monetary" decimals="INF">366375000</helloWorld:BuildingsNet>

   <helloWorld:FurnitureAndFixturesNet contextRef="I-2010" unitRef="U-Monetary" decimals="INF">34457000</helloWorld:FurnitureAndFixturesNet>
   <helloWorld:FurnitureAndFixturesNet contextRef="I-2009" unitRef="U-Monetary" decimals="INF">34457000</helloWorld:FurnitureAndFixturesNet>

   <helloWorld:ComputerEquipmentNet contextRef="I-2010" unitRef="U-Monetary" decimals="INF">4169000</helloWorld:ComputerEquipmentNet>
   <helloWorld:ComputerEquipmentNet contextRef="I-2009" unitRef="U-Monetary" decimals="INF">5313000</helloWorld:ComputerEquipmentNet>

   <helloWorld:OtherPropertyPlantAndEquipmentNet contextRef="I-2010" unitRef="U-Monetary" decimals="INF">6702000</helloWorld:OtherPropertyPlantAndEquipmentNet>
   <helloWorld:OtherPropertyPlantAndEquipmentNet contextRef="I-2009" unitRef="U-Monetary" decimals="INF">6149000</helloWorld:OtherPropertyPlantAndEquipmentNet>

   <helloWorld:PropertyPlantAndEquipmentNet contextRef="I-2010" unitRef="U-Monetary" decimals="INF">295183000</helloWorld:PropertyPlantAndEquipmentNet>
   <helloWorld:PropertyPlantAndEquipmentNet contextRef="I-2009" unitRef="U-Monetary" decimals="INF">413441000</helloWorld:PropertyPlantAndEquipmentNet>


</xbrl>
