diff --git a/www/api/transform.html b/www/api/transform.html
index 77dc6b8..dfe69f8 100644
--- a/www/api/transform.html
+++ b/www/api/transform.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: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
 </div>
 </div>
 </div>
@@ -178,11 +179,11 @@
  Methods</h1>
 <p class="navigation-index">[<a href="#ChopImage">ChopImage</a> &bull; <a href="#CropImage">CropImage</a> &bull; <a href="#ExcerptImage">ExcerptImage</a> &bull; <a href="#ExtentImage">ExtentImage</a> &bull; <a href="#FlipImage">FlipImage</a> &bull; <a href="#FlopImage">FlopImage</a> &bull; <a href="#RollImage">RollImage</a> &bull; <a href="#ShaveImage">ShaveImage</a> &bull; <a href="#SpliceImage">SpliceImage</a> &bull; <a href="#TransformImage">TransformImage</a> &bull; <a href="#TransformImages">TransformImages</a> &bull; <a href="#TransposeImage">TransposeImage</a> &bull; <a href="#TransverseImage">TransverseImage</a> &bull; <a href="#TrimImage">TrimImage</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="ChopImage">ChopImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="ChopImage">ChopImage</a></h2>
 <div class="doc-section">
 
-<p>ChopImage() removes a region of an image and collapses the image to occupy the removed portion.</p></ol>
+<p>ChopImage() removes a region of an image and collapses the image to occupy the removed portion.</p>
 
 <p>The format of the ChopImage method is:</p>
 
@@ -191,23 +192,23 @@
     ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>chop_info</h5>
-<ol><p>Define the region of the image to chop.</p></ol>
+<p>Define the region of the image to chop.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="CropImage">CropImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="CropImage">CropImage</a></h2>
 <div class="doc-section">
 
-<p>CropImage() extracts a region of the image starting at the offset defined by geometry.</p></ol>
+<p>CropImage() extracts a region of the image starting at the offset defined by geometry.</p>
 
 <p>The format of the CropImage method is:</p>
 
@@ -216,23 +217,23 @@
     ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>geometry</h5>
-<ol><p>Define the region of the image to crop with members x, y, width, and height.</p></ol>
+<p>Define the region of the image to crop with members x, y, width, and height.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="ExcerptImage">ExcerptImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="ExcerptImage">ExcerptImage</a></h2>
 <div class="doc-section">
 
-<p>ExcerptImage() returns a excerpt of the image as defined by the geometry.</p></ol>
+<p>ExcerptImage() returns a excerpt of the image as defined by the geometry.</p>
 
 <p>The format of the ExcerptImage method is:</p>
 
@@ -241,23 +242,23 @@
     ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>geometry</h5>
-<ol><p>Define the region of the image to extend with members x, y, width, and height.</p></ol>
+<p>Define the region of the image to extend with members x, y, width, and height.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="ExtentImage">ExtentImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="ExtentImage">ExtentImage</a></h2>
 <div class="doc-section">
 
-<p>ExtentImage() extends the image as defined by the geometry, gravity, and image background color.  Set the (x,y) offset of the geometry to move the original image relative to the extended image.</p></ol>
+<p>ExtentImage() extends the image as defined by the geometry, gravity, and image background color.  Set the (x,y) offset of the geometry to move the original image relative to the extended image.</p>
 
 <p>The format of the ExtentImage method is:</p>
 
@@ -266,23 +267,23 @@
     ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>geometry</h5>
-<ol><p>Define the region of the image to extend with members x, y, width, and height.</p></ol>
+<p>Define the region of the image to extend with members x, y, width, and height.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="FlipImage">FlipImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="FlipImage">FlipImage</a></h2>
 <div class="doc-section">
 
-<p>FlipImage() creates a vertical mirror image by reflecting the pixels around the central x-axis.</p></ol>
+<p>FlipImage() creates a vertical mirror image by reflecting the pixels around the central x-axis.</p>
 
 <p>The format of the FlipImage method is:</p>
 
@@ -290,20 +291,20 @@
   Image *FlipImage(const Image *image,ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="FlopImage">FlopImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="FlopImage">FlopImage</a></h2>
 <div class="doc-section">
 
-<p>FlopImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis.</p></ol>
+<p>FlopImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis.</p>
 
 <p>The format of the FlopImage method is:</p>
 
@@ -311,20 +312,20 @@
   Image *FlopImage(const Image *image,ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="RollImage">RollImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="RollImage">RollImage</a></h2>
 <div class="doc-section">
 
-<p>RollImage() offsets an image as defined by x_offset and y_offset.</p></ol>
+<p>RollImage() offsets an image as defined by x_offset and y_offset.</p>
 
 <p>The format of the RollImage method is:</p>
 
@@ -333,26 +334,26 @@
     const ssize_t y_offset,ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>x_offset</h5>
-<ol><p>the number of columns to roll in the horizontal direction.</p></ol>
+<p>the number of columns to roll in the horizontal direction.</p>
 
 <h5>y_offset</h5>
-<ol><p>the number of rows to roll in the vertical direction.</p></ol>
+<p>the number of rows to roll in the vertical direction.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="ShaveImage">ShaveImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="ShaveImage">ShaveImage</a></h2>
 <div class="doc-section">
 
-<p>ShaveImage() shaves pixels from the image edges.  It allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p></ol>
+<p>ShaveImage() shaves pixels from the image edges.  It allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
 
 <p>The format of the ShaveImage method is:</p>
 
@@ -361,26 +362,26 @@
     ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>shave_image</h5>
-<ol><p>Method ShaveImage returns a pointer to the shaved image.  A null image is returned if there is a memory shortage or if the image width or height is zero.</p></ol>
+<p>Method ShaveImage returns a pointer to the shaved image.  A null image is returned if there is a memory shortage or if the image width or height is zero.</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>shave_info</h5>
-<ol><p>Specifies a pointer to a RectangleInfo which defines the region of the image to crop.</p></ol>
+<p>Specifies a pointer to a RectangleInfo which defines the region of the image to crop.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="SpliceImage">SpliceImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="SpliceImage">SpliceImage</a></h2>
 <div class="doc-section">
 
-<p>SpliceImage() splices a solid color into the image as defined by the geometry.</p></ol>
+<p>SpliceImage() splices a solid color into the image as defined by the geometry.</p>
 
 <p>The format of the SpliceImage method is:</p>
 
@@ -389,23 +390,23 @@
     ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>geometry</h5>
-<ol><p>Define the region of the image to splice with members x, y, width, and height.</p></ol>
+<p>Define the region of the image to splice with members x, y, width, and height.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="TransformImage">TransformImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="TransformImage">TransformImage</a></h2>
 <div class="doc-section">
 
-<p>TransformImage() is a convenience method that behaves like ResizeImage() or CropImage() but accepts scaling and/or cropping information as a region geometry specification.  If the operation fails, the original image handle is returned.</p></ol>
+<p>TransformImage() is a convenience method that behaves like ResizeImage() or CropImage() but accepts scaling and/or cropping information as a region geometry specification.  If the operation fails, the original image handle is returned.</p>
 
 <p>The format of the TransformImage method is:</p>
 
@@ -414,23 +415,23 @@
     const char *image_geometry)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image The transformed image is returned as this parameter.</p></ol>
+<p>the image The transformed image is returned as this parameter.</p>
 
 <h5>crop_geometry</h5>
-<ol><p>A crop geometry string.  This geometry defines a subregion of the image to crop.</p></ol>
+<p>A crop geometry string.  This geometry defines a subregion of the image to crop.</p>
 
 <h5>image_geometry</h5>
-<ol><p>An image geometry string.  This geometry defines the final size of the image.</p></ol>
+<p>An image geometry string.  This geometry defines the final size of the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="TransformImages">TransformImages</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="TransformImages">TransformImages</a></h2>
 <div class="doc-section">
 
-<p>TransformImages() calls TransformImage() on each image of a sequence.</p></ol>
+<p>TransformImages() calls TransformImage() on each image of a sequence.</p>
 
 <p>The format of the TransformImage method is:</p>
 
@@ -439,23 +440,23 @@
     const char *crop_geometry,const char *image_geometry)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image The transformed image is returned as this parameter.</p></ol>
+<p>the image The transformed image is returned as this parameter.</p>
 
 <h5>crop_geometry</h5>
-<ol><p>A crop geometry string.  This geometry defines a subregion of the image to crop.</p></ol>
+<p>A crop geometry string.  This geometry defines a subregion of the image to crop.</p>
 
 <h5>image_geometry</h5>
-<ol><p>An image geometry string.  This geometry defines the final size of the image.</p></ol>
+<p>An image geometry string.  This geometry defines the final size of the image.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="TransposeImage">TransposeImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="TransposeImage">TransposeImage</a></h2>
 <div class="doc-section">
 
-<p>TransposeImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees.</p></ol>
+<p>TransposeImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees.</p>
 
 <p>The format of the TransposeImage method is:</p>
 
@@ -463,20 +464,20 @@
   Image *TransposeImage(const Image *image,ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="TransverseImage">TransverseImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="TransverseImage">TransverseImage</a></h2>
 <div class="doc-section">
 
-<p>TransverseImage() creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees.</p></ol>
+<p>TransverseImage() creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees.</p>
 
 <p>The format of the TransverseImage method is:</p>
 
@@ -484,20 +485,20 @@
   Image *TransverseImage(const Image *image,ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/transform
-_8c.html" target="source" name="TrimImage">TrimImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/transform
+_8c.html" id="TrimImage">TrimImage</a></h2>
 <div class="doc-section">
 
-<p>TrimImage() trims pixels from the image edges.  It allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p></ol>
+<p>TrimImage() trims pixels from the image edges.  It allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
 
 <p>The format of the TrimImage method is:</p>
 
@@ -505,13 +506,13 @@
   Image *TrimImage(const Image *image,ExceptionInfo *exception)
 </pre>
 
-<p>A description of each parameter follows:</p></ol>
+<p>A description of each parameter follows:</p>
 
 <h5>image</h5>
-<ol><p>the image.</p></ol>
+<p>the image.</p>
 
 <h5>exception</h5>
-<ol><p>return any errors or warnings in this structure.</p></ol>
+<p>return any errors or warnings in this structure.</p>
 
  </div>