<?xml version="1.0" encoding="utf-8"?>
<!-- Created by Charles Hoffman, CPA, UBmatrix: 2013-05-15 -->
<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:brm="http://www.xbrlsite.com/Schemas/brm"
      xmlns:frm="http://www.xbrlsite.com/Schemas/frm"
      xmlns:pattern="http://www.xbrlsite.com/DigitalFinancialReporting/Metapattern/Adjustment" 
      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="Adjustment.xsd" />
  	<link:linkbaseRef xlink:type='simple' xlink:href='Adjustment-formula.xml' xlink:arcrole='http://www.w3.org/1999/xlink/properties/linkbase'/>

   <context id="I-2009">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
         <segment>
            <xbrldi:explicitMember dimension="frm:LegalEntityAxis">frm:ConsolidatedEntityMember</xbrldi:explicitMember>
            <xbrldi:explicitMember dimension="frm:ReportDateAxis">pattern:ReportedMarch182011Member</xbrldi:explicitMember>
         </segment>
      </entity>
      <period>
         <instant>2009-12-31</instant>
      </period>
   </context>
   <context id="I-2009-OrigionallyStated">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
         <segment>
            <xbrldi:explicitMember dimension="frm:LegalEntityAxis">frm:ConsolidatedEntityMember</xbrldi:explicitMember>
            <xbrldi:explicitMember dimension="frm:ReportDateAxis">pattern:ReportedMarch212010Member</xbrldi:explicitMember>
         </segment>
      </entity>
      <period>
         <instant>2009-12-31</instant>
      </period>
   </context>

   <unit id="U-Monetary">
      <measure>iso4217:USD</measure>
   </unit>


   <pattern:RetainedEarningsAccumulatedLosses contextRef="I-2009-OrigionallyStated" unitRef="U-Monetary" decimals="INF">4000</pattern:RetainedEarningsAccumulatedLosses>

   <pattern:ChangesInAccountingPolicy contextRef="I-2009" unitRef="U-Monetary" decimals="INF">3000</pattern:ChangesInAccountingPolicy>
   <pattern:CorrectionAnError contextRef="I-2009" unitRef="U-Monetary" decimals="INF">-1000</pattern:CorrectionAnError>
   <pattern:PriorPeriodAdjustments contextRef="I-2009" unitRef="U-Monetary" decimals="INF">2000</pattern:PriorPeriodAdjustments>

   <pattern:RetainedEarningsAccumulatedLosses contextRef="I-2009" unitRef="U-Monetary" decimals="INF">6000</pattern:RetainedEarningsAccumulatedLosses>


</xbrl>
