<?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/DifferentLevels" 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      xsi:schemaLocation="">
   
   <link:schemaRef xlink:type="simple" xlink:href="DifferentLevels.xsd" />
   
   <context id="D-2003">
      <entity>
         <identifier scheme="http://www.SampleCompany.com">SAMP</identifier>
      </entity>
      <period>
         <startDate>2003-01-01</startDate>
         <endDate>2003-12-31</endDate>
      </period>
   </context>

   <ci:SchedulueOfDirectorCompensationTextBlock contextRef="D-2003"><![CDATA[
   
                                                                  Fair Value of 
Name of director             Salary         Bonus Director fees Options Granted
===================== ============= ============= ============= ===============
John James                        0             0        60,000               0 
Buck Rogers                 879,639     1,213,486             0         569,000 
Clark Kent                        0             0        24,200               0 
Lois Lane                         0             0        57,000               0
]]>
   </ci:SchedulueOfDirectorCompensationTextBlock>
</xbrl>

