<?xml version="1.0" encoding="utf-8"?>
<!-- Created by Charles Hoffman, CPA, 2007-01-01 -->
<xbrl xmlns="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:ci="http://www.xbrl.us/patterns/2007/FiniteNumberOfValues" 
      xmlns:iso4217="http://www.xbrl.org/2003/iso4217" 
      xsi:schemaLocation="http://www.xbrl.us/patterns/2007/FiniteNumberOfValues FiniteNumberOfValues.xsd">

   <link:schemaRef xlink:type="simple" xlink:href="FiniteNumberOfValues.xsd" />

   <context id="I-2003">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
      </entity>
      <period>
         <instant>2003-12-31</instant>
      </period>
   </context>
   <context id="I-2002">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
      </entity>
      <period>
         <instant>2002-12-31</instant>
      </period>
   </context>
   <unit id="U-Monetary">
      <measure>iso4217:USD</measure>
   </unit>

   <ci:LongTermDebtCurrent contextRef="I-2003" unitRef="U-Monetary" decimals="INF">309000</ci:LongTermDebtCurrent>
   <ci:LongTermDebtCurrent contextRef="I-2002" unitRef="U-Monetary" decimals="INF">297000</ci:LongTermDebtCurrent>

   <ci:LongTermDebtMaturingInTwoYears contextRef="I-2003" unitRef="U-Monetary" decimals="INF">1420000</ci:LongTermDebtMaturingInTwoYears>
   <ci:LongTermDebtMaturingInTwoYears contextRef="I-2002" unitRef="U-Monetary" decimals="INF">1439000</ci:LongTermDebtMaturingInTwoYears>

   <ci:LongTermDebtMaturingInThreeYears contextRef="I-2003" unitRef="U-Monetary" decimals="INF">10000</ci:LongTermDebtMaturingInThreeYears>
   <ci:LongTermDebtMaturingInThreeYears contextRef="I-2002" unitRef="U-Monetary" decimals="INF">10000</ci:LongTermDebtMaturingInThreeYears>

   <ci:LongTermDebtMaturingInFourYears contextRef="I-2003" unitRef="U-Monetary" decimals="INF">10000</ci:LongTermDebtMaturingInFourYears>
   <ci:LongTermDebtMaturingInFourYears contextRef="I-2002" unitRef="U-Monetary" decimals="INF">10000</ci:LongTermDebtMaturingInFourYears>

   <ci:LongTermDebtMaturingInFiveYears contextRef="I-2003" unitRef="U-Monetary" decimals="INF">1010000</ci:LongTermDebtMaturingInFiveYears>
   <ci:LongTermDebtMaturingInFiveYears contextRef="I-2002" unitRef="U-Monetary" decimals="INF">1010000</ci:LongTermDebtMaturingInFiveYears>

   <ci:LongTermDebtMaturingThereafter contextRef="I-2003" unitRef="U-Monetary" decimals="INF">692000</ci:LongTermDebtMaturingThereafter>
   <ci:LongTermDebtMaturingThereafter contextRef="I-2002" unitRef="U-Monetary" decimals="INF">930000</ci:LongTermDebtMaturingThereafter>


   <ci:LongTermDebtMaturingInTwoAndThreeYears contextRef="I-2003" unitRef="U-Monetary" decimals="INF">1430000</ci:LongTermDebtMaturingInTwoAndThreeYears>
   <ci:LongTermDebtMaturingInTwoAndThreeYears contextRef="I-2002" unitRef="U-Monetary" decimals="INF">1449000</ci:LongTermDebtMaturingInTwoAndThreeYears>

   <ci:LongTermDebtMaturingInFourAndFiveYears contextRef="I-2003" unitRef="U-Monetary" decimals="INF">1020000</ci:LongTermDebtMaturingInFourAndFiveYears>
   <ci:LongTermDebtMaturingInFourAndFiveYears contextRef="I-2002" unitRef="U-Monetary" decimals="INF">1020000</ci:LongTermDebtMaturingInFourAndFiveYears>



   <ci:LongTermDebt contextRef="I-2003" unitRef="U-Monetary" decimals="INF">3451000</ci:LongTermDebt>
   <ci:LongTermDebt contextRef="I-2002" unitRef="U-Monetary" decimals="INF">3696000</ci:LongTermDebt>


   <ci:LongTermDebtNoncurrent contextRef="I-2003" unitRef="U-Monetary" decimals="INF">3142000</ci:LongTermDebtNoncurrent>
   <ci:LongTermDebtNoncurrent contextRef="I-2002" unitRef="U-Monetary" decimals="INF">3399000</ci:LongTermDebtNoncurrent>

</xbrl>
