diff --git a/www/api/blob.html b/www/api/blob.html
index ed1af2b..fa07dc0 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -81,6 +81,9 @@
     <a title="Binary Release: MacOS X" href="../../www/binary-releases.html#macosx">Mac OS X</a>
 </div>
 <div class="sub">
+    <a title="Binary Release: iPhone" href="../../www/binary-releases.html#iPhone">iPhone</a>
+</div>
+<div class="sub">
     <a title="Binary Release: Windows" href="../../www/binary-releases.html#windows">Windows</a>
 </div>
 <div class="sep"></div>

@@ -168,7 +171,7 @@
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
 </div>
 </div>
 </div>
@@ -260,7 +263,7 @@
 <h2><a href="http://www.imagemagick.org/api/MagickCore/blob_8c.html" id="ImageToBlob">ImageToBlob</a></h2>
 <div class="doc-section">
 
-<p>ImageToBlob() implements direct to memory image formats.  It returns the image as a formatted blob and its length.  The magick member of the Image structure   determines the format of the returned blob (GIF, JPEG, PNG, etc.).  This method is the equivalent of WriteImage(), but writes the formatted "file" to a memory buffer rather than to an actual file.</p>
+<p>ImageToBlob() implements direct to memory image formats.  It returns the image as a formatted blob and its length.  The magick member of the Image structure determines the format of the returned blob (GIF, JPEG, PNG, etc.).  This method is the equivalent of WriteImage(), but writes the formatted "file" to a memory buffer rather than to an actual file.</p>
 
 <p>The format of the ImageToBlob method is:</p>