diff --git a/www/api/segment.html b/www/api/segment.html
index 0a6336e..aff4704 100644
--- a/www/api/segment.html
+++ b/www/api/segment.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: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <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="#SegmentImage">SegmentImage</a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/segment
-_8c.html" target="source" name="SegmentImage">SegmentImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/segment
+_8c.html" id="SegmentImage">SegmentImage</a></h2>
 <div class="doc-section">
 
-<p>SegmentImage() segment an image by analyzing the histograms of the color components and identifying units that are homogeneous with the fuzzy C-means technique.</p></ol>
+<p>SegmentImage() segment an image by analyzing the histograms of the color components and identifying units that are homogeneous with the fuzzy C-means technique.</p>
 
 <p>The format of the SegmentImage method is:</p>
 
@@ -192,22 +193,22 @@
     const double cluster_threshold,const double smooth_threshold)
 </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>colorspace</h5>
-<ol><p>Indicate the colorspace.</p></ol>
+<p>Indicate the colorspace.</p>
 
 <h5>verbose</h5>
-<ol><p>Set to MagickTrue to print detailed information about the identified classes.</p></ol>
+<p>Set to MagickTrue to print detailed information about the identified classes.</p>
 
 <h5>cluster_threshold</h5>
-<ol><p>This represents the minimum number of pixels contained in a hexahedra before it can be considered valid (expressed as a percentage).</p></ol>
+<p>This represents the minimum number of pixels contained in a hexahedra before it can be considered valid (expressed as a percentage).</p>
 
 <h5>smooth_threshold</h5>
-<ol><p>the smoothing threshold eliminates noise in the second derivative of the histogram.  As the value is increased, you can expect a smoother second derivative.</p></ol>
+<p>the smoothing threshold eliminates noise in the second derivative of the histogram.  As the value is increased, you can expect a smoother second derivative.</p>
 
  </div>