diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html
index acf6dce..f0c4230 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -24,6 +24,7 @@
   <link rel="icon" href="../../images/wand.png"/>
   <link rel="shortcut icon" href="../../images/wand.ico"  type="images/x-icon"/>
   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>

+  <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />

   <style type="text/css" media="all">

     @import url("../../www/magick.css");

   </style>

@@ -152,7 +153,7 @@
   <a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
@@ -178,11 +179,11 @@
  Methods</h1>
 <p class="navigation-index">[<a href="#ClearPixelIterator">ClearPixelIterator</a> &bull; <a href="#ClonePixelIterator">ClonePixelIterator</a> &bull; <a href="#DestroyPixelIterator">DestroyPixelIterator</a> &bull; <a href="#IsPixelIterator">IsPixelIterator</a> &bull; <a href="#NewPixelIterator">NewPixelIterator</a> &bull; <a href="#PixelClearIteratorException">PixelClearIteratorException</a> &bull; <a href="#NewPixelRegionIterator">NewPixelRegionIterator</a> &bull; <a href="#PixelGetCurrentIteratorRow">PixelGetCurrentIteratorRow</a> &bull; <a href="#PixelGetIteratorException">PixelGetIteratorException</a> &bull; <a href="#PixelGetIteratorExceptionType">PixelGetIteratorExceptionType</a> &bull; <a href="#PixelGetIteratorRow">PixelGetIteratorRow</a> &bull; <a href="#PixelGetNextIteratorRow">PixelGetNextIteratorRow</a> &bull; <a href="#PixelGetPreviousIteratorRow">PixelGetPreviousIteratorRow</a> &bull; <a href="#PixelResetIterator">PixelResetIterator</a> &bull; <a href="#PixelSetFirstIteratorRow">PixelSetFirstIteratorRow</a> &bull; <a href="#PixelSetIteratorRow">PixelSetIteratorRow</a> &bull; <a href="#PixelSetLastIteratorRow">PixelSetLastIteratorRow</a> &bull; <a href="#PixelSyncIterator">PixelSyncIterator</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="ClearPixelIterator">ClearPixelIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="ClearPixelIterator">ClearPixelIterator</a></h2>
 <div class="doc-section">
 
-<p>ClearPixelIterator() clear resources associated with a PixelIterator.</p></ol>
+<p>ClearPixelIterator() clear resources associated with a PixelIterator.</p>
 
 <p>The format of the ClearPixelIterator method is:</p>
 
@@ -190,17 +191,17 @@
   PixelIterator *ClearPixelIterator(PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="ClonePixelIterator">ClonePixelIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="ClonePixelIterator">ClonePixelIterator</a></h2>
 <div class="doc-section">
 
-<p>ClonePixelIterator() makes an exact copy of the specified iterator.</p></ol>
+<p>ClonePixelIterator() makes an exact copy of the specified iterator.</p>
 
 <p>The format of the ClonePixelIterator method is:</p>
 
@@ -208,17 +209,17 @@
   PixelIterator *ClonePixelIterator(const PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the magick iterator.</p></ol>
+<p>the magick iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="DestroyPixelIterator">DestroyPixelIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="DestroyPixelIterator">DestroyPixelIterator</a></h2>
 <div class="doc-section">
 
-<p>DestroyPixelIterator() deallocates resources associated with a PixelIterator.</p></ol>
+<p>DestroyPixelIterator() deallocates resources associated with a PixelIterator.</p>
 
 <p>The format of the DestroyPixelIterator method is:</p>
 
@@ -226,17 +227,17 @@
   PixelIterator *DestroyPixelIterator(PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="IsPixelIterator">IsPixelIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="IsPixelIterator">IsPixelIterator</a></h2>
 <div class="doc-section">
 
-<p>IsPixelIterator() returns MagickTrue if the iterator is verified as a pixel iterator.</p></ol>
+<p>IsPixelIterator() returns MagickTrue if the iterator is verified as a pixel iterator.</p>
 
 <p>The format of the IsPixelIterator method is:</p>
 
@@ -244,17 +245,17 @@
   MagickBooleanType IsPixelIterator(const PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the magick iterator.</p></ol>
+<p>the magick iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="NewPixelIterator">NewPixelIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="NewPixelIterator">NewPixelIterator</a></h2>
 <div class="doc-section">
 
-<p>NewPixelIterator() returns a new pixel iterator.</p></ol>
+<p>NewPixelIterator() returns a new pixel iterator.</p>
 
 <p>The format of the NewPixelIterator method is:</p>
 
@@ -262,17 +263,17 @@
   PixelIterator *NewPixelIterator(MagickWand *wand)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>wand</h5>
-<ol><p>the magick wand.</p></ol>
+<p>the magick wand.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelClearIteratorException">PixelClearIteratorException</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelClearIteratorException">PixelClearIteratorException</a></h2>
 <div class="doc-section">
 
-<p>PixelClearIteratorException() clear any exceptions associated with the iterator.</p></ol>
+<p>PixelClearIteratorException() clear any exceptions associated with the iterator.</p>
 
 <p>The format of the PixelClearIteratorException method is:</p>
 
@@ -280,17 +281,17 @@
   MagickBooleanType PixelClearIteratorException(PixelIterator *wand)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>wand</h5>
-<ol><p>the pixel wand.</p></ol>
+<p>the pixel wand.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="NewPixelRegionIterator">NewPixelRegionIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="NewPixelRegionIterator">NewPixelRegionIterator</a></h2>
 <div class="doc-section">
 
-<p>NewPixelRegionIterator() returns a new pixel iterator.</p></ol>
+<p>NewPixelRegionIterator() returns a new pixel iterator.</p>
 
 <p>The format of the NewPixelRegionIterator method is:</p>
 
@@ -299,20 +300,20 @@
     const ssize_t y,const size_t width,const size_t height)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>wand</h5>
-<ol><p>the magick wand.</p></ol>
+<p>the magick wand.</p>
 
 <h5>x,y,columns,rows</h5>
-<ol><p>These values define the perimeter of a region of pixels.</p></ol>
+<p>These values define the perimeter of a region of pixels.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelGetCurrentIteratorRow">PixelGetCurrentIteratorRow</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelGetCurrentIteratorRow">PixelGetCurrentIteratorRow</a></h2>
 <div class="doc-section">
 
-<p>PixelGetCurrentIteratorRow() returns the current row as an array of pixel wands from the pixel iterator.</p></ol>
+<p>PixelGetCurrentIteratorRow() returns the current row as an array of pixel wands from the pixel iterator.</p>
 
 <p>The format of the PixelGetCurrentIteratorRow method is:</p>
 
@@ -321,20 +322,20 @@
     size_t *number_wands)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
 <h5>number_wands</h5>
-<ol><p>the number of pixel wands.</p></ol>
+<p>the number of pixel wands.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelGetIteratorException">PixelGetIteratorException</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelGetIteratorException">PixelGetIteratorException</a></h2>
 <div class="doc-section">
 
-<p>PixelGetIteratorException() returns the severity, reason, and description of any error that occurs when using other methods in this API.</p></ol>
+<p>PixelGetIteratorException() returns the severity, reason, and description of any error that occurs when using other methods in this API.</p>
 
 <p>The format of the PixelGetIteratorException method is:</p>
 
@@ -343,20 +344,20 @@
     ExceptionType *severity)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
 <h5>severity</h5>
-<ol><p>the severity of the error is returned here.</p></ol>
+<p>the severity of the error is returned here.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelGetIteratorExceptionType">PixelGetIteratorExceptionType</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelGetIteratorExceptionType">PixelGetIteratorExceptionType</a></h2>
 <div class="doc-section">
 
-<p>PixelGetIteratorExceptionType() the exception type associated with the wand. If no exception has occurred, UndefinedExceptionType is returned.</p></ol>
+<p>PixelGetIteratorExceptionType() the exception type associated with the wand. If no exception has occurred, UndefinedExceptionType is returned.</p>
 
 <p>The format of the PixelGetIteratorExceptionType method is:</p>
 
@@ -364,17 +365,17 @@
   ExceptionType PixelGetIteratorExceptionType(const PixelWand *wand)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>wand</h5>
-<ol><p>the magick wand.</p></ol>
+<p>the magick wand.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelGetIteratorRow">PixelGetIteratorRow</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelGetIteratorRow">PixelGetIteratorRow</a></h2>
 <div class="doc-section">
 
-<p>PixelGetIteratorRow() returns the current pixel iterator row.</p></ol>
+<p>PixelGetIteratorRow() returns the current pixel iterator row.</p>
 
 <p>The format of the PixelGetIteratorRow method is:</p>
 
@@ -382,17 +383,17 @@
   MagickBooleanType PixelGetIteratorRow(PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelGetNextIteratorRow">PixelGetNextIteratorRow</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelGetNextIteratorRow">PixelGetNextIteratorRow</a></h2>
 <div class="doc-section">
 
-<p>PixelGetNextIteratorRow() returns the next row as an array of pixel wands from the pixel iterator.</p></ol>
+<p>PixelGetNextIteratorRow() returns the next row as an array of pixel wands from the pixel iterator.</p>
 
 <p>The format of the PixelGetNextIteratorRow method is:</p>
 
@@ -401,20 +402,20 @@
     size_t *number_wands)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
 <h5>number_wands</h5>
-<ol><p>the number of pixel wands.</p></ol>
+<p>the number of pixel wands.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelGetPreviousIteratorRow">PixelGetPreviousIteratorRow</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelGetPreviousIteratorRow">PixelGetPreviousIteratorRow</a></h2>
 <div class="doc-section">
 
-<p>PixelGetPreviousIteratorRow() returns the previous row as an array of pixel wands from the pixel iterator.</p></ol>
+<p>PixelGetPreviousIteratorRow() returns the previous row as an array of pixel wands from the pixel iterator.</p>
 
 <p>The format of the PixelGetPreviousIteratorRow method is:</p>
 
@@ -423,20 +424,20 @@
     size_t *number_wands)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
 <h5>number_wands</h5>
-<ol><p>the number of pixel wands.</p></ol>
+<p>the number of pixel wands.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelResetIterator">PixelResetIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelResetIterator">PixelResetIterator</a></h2>
 <div class="doc-section">
 
-<p>PixelResetIterator() resets the pixel iterator.  Use it in conjunction with PixelGetNextIteratorRow() to iterate over all the pixels in a pixel container.</p></ol>
+<p>PixelResetIterator() resets the pixel iterator.  Use it in conjunction with PixelGetNextIteratorRow() to iterate over all the pixels in a pixel container.</p>
 
 <p>The format of the PixelResetIterator method is:</p>
 
@@ -444,17 +445,17 @@
   void PixelResetIterator(PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelSetFirstIteratorRow">PixelSetFirstIteratorRow</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelSetFirstIteratorRow">PixelSetFirstIteratorRow</a></h2>
 <div class="doc-section">
 
-<p>PixelSetFirstIteratorRow() sets the pixel iterator to the first pixel row.</p></ol>
+<p>PixelSetFirstIteratorRow() sets the pixel iterator to the first pixel row.</p>
 
 <p>The format of the PixelSetFirstIteratorRow method is:</p>
 
@@ -462,17 +463,17 @@
   void PixelSetFirstIteratorRow(PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the magick iterator.</p></ol>
+<p>the magick iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelSetIteratorRow">PixelSetIteratorRow</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelSetIteratorRow">PixelSetIteratorRow</a></h2>
 <div class="doc-section">
 
-<p>PixelSetIteratorRow() set the pixel iterator row.</p></ol>
+<p>PixelSetIteratorRow() set the pixel iterator row.</p>
 
 <p>The format of the PixelSetIteratorRow method is:</p>
 
@@ -481,17 +482,17 @@
     const ssize_t row)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelSetLastIteratorRow">PixelSetLastIteratorRow</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelSetLastIteratorRow">PixelSetLastIteratorRow</a></h2>
 <div class="doc-section">
 
-<p>PixelSetLastIteratorRow() sets the pixel iterator to the last pixel row.</p></ol>
+<p>PixelSetLastIteratorRow() sets the pixel iterator to the last pixel row.</p>
 
 <p>The format of the PixelSetLastIteratorRow method is:</p>
 
@@ -499,17 +500,17 @@
   void PixelSetLastIteratorRow(PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the magick iterator.</p></ol>
+<p>the magick iterator.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/pixel-iterator
-_8c.html" target="source" name="PixelSyncIterator">PixelSyncIterator</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickWand/pixel-iterator
+_8c.html" id="PixelSyncIterator">PixelSyncIterator</a></h2>
 <div class="doc-section">
 
-<p>PixelSyncIterator() syncs the pixel iterator.</p></ol>
+<p>PixelSyncIterator() syncs the pixel iterator.</p>
 
 <p>The format of the PixelSyncIterator method is:</p>
 
@@ -517,10 +518,10 @@
   MagickBooleanType PixelSyncIterator(PixelIterator *iterator)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>iterator</h5>
-<ol><p>the pixel iterator.</p></ol>
+<p>the pixel iterator.</p>
 
  </div>