<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff size=2>OK 
this is a part of the php code I used to add point to shp, notice to use it you 
have to first give an attribute value (fill a html input)&nbsp;which you will 
save in a&nbsp;dbf. file, than click on a map to add this point (I was using 
previously created blank shp. file)</FONT></SPAN></DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff size=2>ad 
here is the code:</FONT></SPAN></DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff size=2>else 
if ($HTTP_FORM_VARS["CMD"] == "INPUT_POINT")</FONT></SPAN></DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;{<BR>&nbsp;&nbsp;$nClickGeoX = GMapPix2Geo($nClickPixX, 0, 
$dfWidthPix, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$dfMinX, $dfMaxX, 0);<BR>&nbsp;&nbsp;$nClickGeoY = GMapPix2Geo($nClickPixY, 0, 
$dfHeightPix, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
$dfMinY, $dfMaxY, 1);<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;$oPoint = 
ms_newPointObj();<BR>&nbsp;&nbsp;$oPoint-&gt;setXY($nClickGeoX, 
$nClickGeoY);</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;$oshpfile = ms_newShapefileObj('C:\Program Files\Apache 
Group\Apache2\htdocs\data\siedlce\ptk', -2);</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;$dbname = "C:/Program Files/Apache 
Group/Apache2/htdocs/data/siedlce/ptk.dbf";<BR>&nbsp;&nbsp;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;$db = dbase_open ( 
$dbname,2);<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;$nf = 
dbase_numfields($db);<BR>&nbsp;&nbsp;$rn = dbase_numrecords 
($db);</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;if (ereg("([0-9]+)", $HTTP_FORM_VARS["atrybuty"], 
$vatr))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp; $def = 
array($vatr[1]);<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;else<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp; 
$def = array($rn+1);<BR>&nbsp;&nbsp;}</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;$oshpfile-&gt;addPoint($oPoint);<BR>&nbsp;&nbsp;dbase_add_record($db, 
$def);</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;dbase_close ($db);</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;$oshpfile-&gt;free();<BR>&nbsp;&nbsp;$oPoint-&gt;free();</FONT></SPAN></DIV>
<DIV><SPAN class=963272809-27012006></SPAN><SPAN class=963272809-27012006><FONT 
face=Arial color=#0000ff size=2>}</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff size=2>usig 
this i never had any problem with overwriting allready added points, no such 
thing happened</FONT></SPAN></DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff size=2>hope 
this helps</FONT></SPAN></DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=963272809-27012006><FONT face=Arial color=#0000ff 
size=2>regards</FONT></SPAN></DIV>
<P><FONT face="Arial CE" size=2>Artur Skalski</FONT> </P>
<P><B><FONT face="Arial CE" color=#000080 size=2>ACXIOM 
Polska</FONT></B><BR><FONT face="Arial CE" color=#000080 
size=2>Telephone:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+48 22) 606 11 
27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Budynek 
Saturn<BR>Facsimile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+48 22) 606 11 
28&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Domaniewska 41<BR>Mobile: 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+48) 503 070 
036&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 02-672 Warszawa</FONT><FONT 
face="Arial CE" color=#000080><BR></FONT><FONT face="Arial CE" color=#000080 
size=2>E-mail: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
artur.skalski@acxiom.com</FONT> </P>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Xiaonan Zhang 
  [mailto:xnzhang11@gmail.com]<BR><B>Sent:</B> Thursday, January 26, 2006 12:59 
  PM<BR><B>To:</B> Skalski Artur - askals<BR><B>Cc:</B> 
  MAPSERVER-USERS@LISTS.UMN.EDU<BR><B>Subject:</B> Re: [UMN_MAPSERVER-USERS] How 
  to edit attribute of a selected shape?<BR><BR></FONT></DIV>
  <DIV>hi, Skalski,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Thanks for the reply. However could you please give more information on 
  this. Maybe an example.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>The code was working partly ok, the new point can be added, 
  however&nbsp;as I said, it will overwrite the old one. It's attribute was 
  inherited from the old one. I now want to change it's attribute and when I 
  use&nbsp;&nbsp;$poLayer-&gt;getResult(0); there seems not point was picked up. 
  </DIV>
  <DIV>&nbsp;</DIV>
  <DIV>regards,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Jonathan</DIV>
  <DIV><BR><BR>&nbsp;</DIV>
  <DIV><SPAN class=gmail_quote>On 26/01/06, <B class=gmail_sendername>Skalski 
  Artur - askals</B> &lt;<A 
  href="mailto:Artur.Skalski@acxiom.com">Artur.Skalski@acxiom.com</A>&gt; 
  wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>To change an attribute of 
    added point You have to also update a dbase file (I don't see that in your 
    code)&nbsp;wihich stores all atributes of shapes in shp.file, otherwise you 
    get nothing. And if you try to open such a file in ArcViwe it will promt 
    taht tha file was damaged which is because dbf. file record number doesn't 
    mach shp. file record number. </FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>dbase.dll which is used to 
    create and update dbf. file comes with standard distribution off all lates 
    php binaries</FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>ragards</FONT></SPAN></DIV>
    <P><FONT face="Arial CE" size=2>Artur Skalski</FONT> </P>
    <P><B><FONT face="Arial CE" color=#000080 size=2>ACXIOM 
    Polska</FONT></B><BR><FONT face="Arial CE" color=#000080 
    size=2>Telephone:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+48 22) 606 11 
    27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Budynek 
    Saturn<BR>Facsimile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+48 22) 606 11 
    28&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Domaniewska 41 <BR>Mobile: 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+48) 503 070 
    036&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 02-672 Warszawa</FONT><FONT 
    face="Arial CE" color=#000080><BR></FONT><FONT face="Arial CE" color=#000080 
    size=2>E-mail: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:artur.skalski@acxiom.com" 
    target=_blank>artur.skalski@acxiom.com</A></FONT> </P>
    <DIV><SPAN class=e id=q_10905fdad5449d08_1>
    <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
      <DIV dir=ltr align=left><FONT face=Tahoma size=2>-----Original 
      Message-----<BR><B>From:</B> UMN MapServer Users List [mailto:<A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU" target=_blank> 
      MAPSERVER-USERS@LISTS.UMN.EDU</A>]<B>On Behalf Of </B>Xiaonan 
      Zhang<BR><B>Sent:</B> Wednesday, January 25, 2006 6:02 PM<BR><B>To:</B> <A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU" 
      target=_blank>MAPSERVER-USERS@LISTS.UMN.EDU</A><BR><B>Subject:</B> 
      [UMN_MAPSERVER-USERS] How to edit attribute of a selected 
      shape?<BR><BR></FONT></DIV>
      <DIV>Dear all,</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>I am tring to create a function which can add comment point onto 
      layer however I got a few problems here:</DIV>
      <DIV>1. the newly added one always overwrite the existing point so there 
      is always only one point in that layer.</DIV>
      <DIV>2. I can not regain the added point.</DIV>
      <DIV>3. how to change the attribute of the added point, say there is one 
      attribue called "Comment".</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>thanks. </DIV>
      <DIV>&nbsp;</DIV>
      <DIV>My code is:</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>//Create a new comment 
      point<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      $ClickGeo = 
      ms_newPointObj();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      $ClickGeo-&gt;setXY($nClickGeoX, 
      $nClickGeoY);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      //printf("ClickGeoX %f&lt;BR&gt;\n",$nClickGeoX); 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//printf("ClickGeoY 
      %f&lt;BR&gt;\n",$nClickGeoY);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//Add 
      it to the comments 
      layer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$shape 
      = 
      ms_newShapeObj(MS_SHAPE_POINT);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$line 
      = ms_newLineObj(); 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$line-&gt;add($oClickGeo);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$shape 
      -&gt;add($line);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$poLayer 
      = $gpoMap-&gt;getlayerbyname(comments); //get the layer 
      "comments"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$poLayer-&gt;open();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//printf("Layer 
      Name: %f&lt;BR&gt;\n", 
      $poLayer-&gt;name);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$poLayer-&gt; 
      addfeature($shape); //add the new comment point&nbsp; 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//Save 
      the changes&nbsp;&nbsp; 
      &nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;$cmmShapefile = "../htdocs/data/comments"; 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$objShapefile 
      = ms_newShapeFileObj( $cmmShapefile, MS_SHP_POINT ); 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$objShapefile-&gt;addshape($shape);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$objShapefile-&gt;free;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;&nbsp;$poLayer-&gt;close(); 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//Task2: 
      Use layer-&gt;querybypoint to regain the newly added point and then change 
      it's comment attribut 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//Task2.1:get 
      the new added comment 
      point<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;$poLayer-&gt;querybypoint($oClickGeo, MS_SINGLE, 2); 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;$numResults = 
      $poLayer-&gt;getNumResults();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;printf("Find point: %f&lt;BR&gt;\n", 
      $numResults);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp; 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;$oRes = $poLayer-&gt;getResult(0); 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;printf("tileindex: %f&lt;BR&gt;\n", 
      $oRes-&gt;tileindex);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;printf("SHAPEINDEX: %f&lt;BR&gt;\n", 
      $oRes-&gt;shapeindex);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp; 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;&nbsp;&nbsp;$oShape = $poLayer-&gt;getShape(-1,0); 
      //(-1,-1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;&nbsp;&nbsp;print_r($oShape-&gt;values); //print the keys of 
      the values 
      array<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;&nbsp;&nbsp;$comment = $oShape-&gt;Values["Comment"]; 
      <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      &nbsp;&nbsp;&nbsp;&nbsp;printf("The comment attribute is ---: 
      %f&lt;BR&gt;\n",$comment ); //display comment 
      attribute<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
      </DIV></BLOCKQUOTE></SPAN></DIV><PRE>***************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.
****************************************************************************
</PRE></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>