<?xml version="1.0" encoding="utf-8"?>
<!-- Created by Charles Hoffman, CPA, 2007-06-11 -->
<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:ci="http://www.xbrl.us/patterns/2007/ReusableConcept" 
      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="ReusableConcept.xsd" />
   
   <context id="I-2003-Company">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
         <segment>
            <xbrldi:explicitMember dimension="ci:AddressDimension">ci:CompanyAddress</xbrldi:explicitMember>
         </segment>
      </entity>
      <period>
         <instant>2003-12-31</instant>
      </period>
   </context>

   <context id="I-2003-ShareRegister">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
         <segment>
            <xbrldi:explicitMember dimension="ci:AddressDimension">ci:ShareRegisterAddress</xbrldi:explicitMember>
         </segment>
      </entity>
      <period>
         <instant>2003-12-31</instant>
      </period>
   </context>

   <context id="I-2003-Attorney">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
         <segment>
            <xbrldi:explicitMember dimension="ci:AddressDimension">ci:AttorneyAddress</xbrldi:explicitMember>
         </segment>
      </entity>
      <period>
         <instant>2003-12-31</instant>
      </period>
   </context>

   <ci:Street1 contextRef="I-2003-Company">7/F, Vickwood Plaza</ci:Street1>
   <ci:Street2 contextRef="I-2003-Company">199 Des Voeux Road Central,</ci:Street2>
   <ci:City contextRef="I-2003-Company">Hong Kong</ci:City>
   <ci:ProvinceOrState contextRef="I-2003-Company">Hong Kong</ci:ProvinceOrState>
   <ci:PostalCode contextRef="I-2003-Company" xsi:nil="true"></ci:PostalCode>

   <ci:Street1 contextRef="I-2003-ShareRegister">The Bank of New York</ci:Street1>
   <ci:Street2 contextRef="I-2003-ShareRegister">101 Barclay Street</ci:Street2>
   <ci:City contextRef="I-2003-ShareRegister">New York</ci:City>
   <ci:ProvinceOrState contextRef="I-2003-ShareRegister">New York</ci:ProvinceOrState>
   <ci:PostalCode contextRef="I-2003-ShareRegister">10286</ci:PostalCode>
   <ci:Country contextRef="I-2003-ShareRegister">USA</ci:Country>

   <ci:Street1 contextRef="I-2003-Attorney">Cooper, White and Cooper</ci:Street1>
   <ci:Street2 contextRef="I-2003-Attorney">101 Main Street</ci:Street2>
   <ci:City contextRef="I-2003-Attorney">San Francisco</ci:City>
   <ci:ProvinceOrState contextRef="I-2003-Attorney">California</ci:ProvinceOrState>
   <ci:PostalCode contextRef="I-2003-Attorney">99891</ci:PostalCode>
   <ci:Country contextRef="I-2003-Attorney">USA</ci:Country>

</xbrl>

