<?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:ci="http://www.xbrl.us/patterns/2007/ReusableConcept" 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      xsi:schemaLocation="">
   
   <link:schemaRef xlink:type="simple" xlink:href="ReusableConcept.xsd" />
   
   <context id="I-2003">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
      </entity>
      <period>
         <instant>2003-12-31</instant>
      </period>
   </context>
   <ci:CompanyAddress>
      <ci:Address>
         <ci:Street1 contextRef="I-2003">7/F, Vickwood Plaza</ci:Street1>
         <ci:Street2 contextRef="I-2003">199 Des Voeux Road Central,</ci:Street2>
         <ci:City contextRef="I-2003">Hong Kong</ci:City>
         <ci:ProvinceOrState contextRef="I-2003">Hong Kong</ci:ProvinceOrState>
         <ci:PostalCode contextRef="I-2003" xsi:nil="true"></ci:PostalCode>
      </ci:Address>
   </ci:CompanyAddress>
   <ci:ShareRegisterAddress>
      <ci:Address>
         <ci:Street1 contextRef="I-2003">The Bank of New York</ci:Street1>
         <ci:Street2 contextRef="I-2003">101 Barclay Street</ci:Street2>
         <ci:City contextRef="I-2003">New York</ci:City>
         <ci:ProvinceOrState contextRef="I-2003">New York</ci:ProvinceOrState>
         <ci:PostalCode contextRef="I-2003">10286</ci:PostalCode>
         <ci:Country contextRef="I-2003">USA</ci:Country>
      </ci:Address>
   </ci:ShareRegisterAddress>
   <ci:AttorneyAddress>
      <ci:Address>
         <ci:Street1 contextRef="I-2003">Cooper, White and Cooper</ci:Street1>
         <ci:Street2 contextRef="I-2003">101 Main Street</ci:Street2>
         <ci:City contextRef="I-2003">San Francisco</ci:City>
         <ci:ProvinceOrState contextRef="I-2003">California</ci:ProvinceOrState>
         <ci:PostalCode contextRef="I-2003">99891</ci:PostalCode>
         <ci:Country contextRef="I-2003">USA</ci:Country>
      </ci:Address>
   </ci:AttorneyAddress>
</xbrl>

