<?xml version="1.0" encoding="utf-8"?>
<!-- HelloWorld Example -->
<!-- Date/time created: 12/18/2008 8:32:48 AM -->
<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:iso4217='http://www.xbrl.org/2003/iso4217'
       xmlns:HelloWorld='http://xbrl.squarespace.com/HelloWorld'
       xsi:schemaLocation='
       '>

   <link:schemaRef xlink:type='simple' xlink:href='HelloWorld.xsd' />

   <!-- Contexts -->
   <context id='I-2007'>
      <entity>
         <identifier scheme='http://www.ExampleCompany.com'>Example Company</identifier>
         <segment>
         </segment>
      </entity>
      <period>
         <instant>2007-12-31</instant>
      </period>
   </context>
   <context id='I-2006'>
      <entity>
         <identifier scheme='http://www.ExampleCompany.com'>Example Company</identifier>
         <segment>
         </segment>
      </entity>
      <period>
         <instant>2006-12-31</instant>
      </period>
   </context>

   <!-- Units -->
   <unit id='U-Monetary'>
      <measure>iso4217:USD</measure>
   </unit>

   <!-- Fact values -->
   <HelloWorld:Land contextRef='I-2007' unitRef='U-Monetary' decimals='INF'>5347000</HelloWorld:Land>
   <HelloWorld:Land contextRef='I-2006' unitRef='U-Monetary' decimals='INF'>1147000</HelloWorld:Land>

   <HelloWorld:BuildingsNet contextRef='I-2007' unitRef='U-Monetary' decimals='INF'>244508000</HelloWorld:BuildingsNet>
   <HelloWorld:BuildingsNet contextRef='I-2006' unitRef='U-Monetary' decimals='INF'>366375000</HelloWorld:BuildingsNet>

   <HelloWorld:FurnitureAndFixturesNet contextRef='I-2007' unitRef='U-Monetary' decimals='INF'>34457000</HelloWorld:FurnitureAndFixturesNet>
   <HelloWorld:FurnitureAndFixturesNet contextRef='I-2006' unitRef='U-Monetary' decimals='INF'>34457000</HelloWorld:FurnitureAndFixturesNet>

   <HelloWorld:ComputerEquipmentNet contextRef='I-2007' unitRef='U-Monetary' decimals='INF'>4169000</HelloWorld:ComputerEquipmentNet>
   <HelloWorld:ComputerEquipmentNet contextRef='I-2006' unitRef='U-Monetary' decimals='INF'>5313000</HelloWorld:ComputerEquipmentNet>

   <HelloWorld:OtherPropertyPlantAndEquipmentNet contextRef='I-2007' unitRef='U-Monetary' decimals='INF'>6702000</HelloWorld:OtherPropertyPlantAndEquipmentNet>
   <HelloWorld:OtherPropertyPlantAndEquipmentNet contextRef='I-2006' unitRef='U-Monetary' decimals='INF'>6149000</HelloWorld:OtherPropertyPlantAndEquipmentNet>

   <HelloWorld:PropertyPlantAndEquipmentNet contextRef='I-2007' unitRef='U-Monetary' decimals='INF'>295183000</HelloWorld:PropertyPlantAndEquipmentNet>
   <HelloWorld:PropertyPlantAndEquipmentNet contextRef='I-2006' unitRef='U-Monetary' decimals='INF'>413441000</HelloWorld:PropertyPlantAndEquipmentNet>

</xbrl>
