diff --git a/www/api/statistic.html b/www/api/statistic.html
index 510c5b4..268e7b2 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -203,7 +203,7 @@
   <a rel="follow" title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia-->
 </div>
 </div>
 </div>
@@ -215,204 +215,9 @@
 

 <div class="main">

 

-<h1>Module statistic Methods</h1>
-<p class="navigation-index">[<a href="#EvaluateImage">EvaluateImage</a> &bull; <a href="#FunctionImage">FunctionImage</a> &bull; <a href="#GetImageExtrema">GetImageExtrema</a> &bull; <a href="#GetImageMean">GetImageMean</a> &bull; <a href="#GetImageKurtosis">GetImageKurtosis</a> &bull; <a href="#GetImageRange">GetImageRange</a> &bull; <a href="#GetImageStatistics">GetImageStatistics</a>]</p>
+<h1>Module  Methods</h1>
+<p class="navigation-index">[<a href="#"></a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="EvaluateImage">EvaluateImage</a></h2>
-<div class="doc-section">
-
-<p>EvaluateImage() applies a value to the image with an arithmetic, relational, or logical operator to an image. Use these operations to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image.</p>
-
-<p>The format of the EvaluateImage method is:</p>
-
-<pre class="code">
-  MagickBooleanType EvaluateImage(Image *image,
-    const MagickEvaluateOperator op,const double value,
-    ExceptionInfo *exception)
-  MagickBooleanType EvaluateImages(Image *images,
-    const MagickEvaluateOperator op,const double value,
-    ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>op</h5>
-<p>A channel op.</p>
-
-<h5>value</h5>
-<p>A value value.</p>
-
-<h5>exception</h5>
-<p>return any errors or warnings in this structure.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="FunctionImage">FunctionImage</a></h2>
-<div class="doc-section">
-
-<p>FunctionImage() applies a value to the image with an arithmetic, relational, or logical operator to an image. Use these operations to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image.</p>
-
-<p>The format of the FunctionImage method is:</p>
-
-<pre class="code">
-  MagickBooleanType FunctionImage(Image *image,
-    const MagickFunction function,const ssize_t number_parameters,
-    const double *parameters,ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>function</h5>
-<p>A channel function.</p>
-
-<h5>parameters</h5>
-<p>one or more parameters.</p>
-
-<h5>exception</h5>
-<p>return any errors or warnings in this structure.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="GetImageExtrema">GetImageExtrema</a></h2>
-<div class="doc-section">
-
-<p>GetImageExtrema() returns the extrema of one or more image channels.</p>
-
-<p>The format of the GetImageExtrema method is:</p>
-
-<pre class="code">
-  MagickBooleanType GetImageExtrema(const Image *image,size_t *minima,
-    size_t *maxima,ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>minima</h5>
-<p>the minimum value in the channel.</p>
-
-<h5>maxima</h5>
-<p>the maximum value in the channel.</p>
-
-<h5>exception</h5>
-<p>return any errors or warnings in this structure.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="GetImageMean">GetImageMean</a></h2>
-<div class="doc-section">
-
-<p>GetImageMean() returns the mean and standard deviation of one or more image channels.</p>
-
-<p>The format of the GetImageMean method is:</p>
-
-<pre class="code">
-  MagickBooleanType GetImageMean(const Image *image,double *mean,
-    double *standard_deviation,ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>mean</h5>
-<p>the average value in the channel.</p>
-
-<h5>standard_deviation</h5>
-<p>the standard deviation of the channel.</p>
-
-<h5>exception</h5>
-<p>return any errors or warnings in this structure.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="GetImageKurtosis">GetImageKurtosis</a></h2>
-<div class="doc-section">
-
-<p>GetImageKurtosis() returns the kurtosis and skewness of one or more image channels.</p>
-
-<p>The format of the GetImageKurtosis method is:</p>
-
-<pre class="code">
-  MagickBooleanType GetImageKurtosis(const Image *image,double *kurtosis,
-    double *skewness,ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>kurtosis</h5>
-<p>the kurtosis of the channel.</p>
-
-<h5>skewness</h5>
-<p>the skewness of the channel.</p>
-
-<h5>exception</h5>
-<p>return any errors or warnings in this structure.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="GetImageRange">GetImageRange</a></h2>
-<div class="doc-section">
-
-<p>GetImageRange() returns the range of one or more image channels.</p>
-
-<p>The format of the GetImageRange method is:</p>
-
-<pre class="code">
-  MagickBooleanType GetImageRange(const Image *image,double *minima,
-    double *maxima,ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>minima</h5>
-<p>the minimum value in the channel.</p>
-
-<h5>maxima</h5>
-<p>the maximum value in the channel.</p>
-
-<h5>exception</h5>
-<p>return any errors or warnings in this structure.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/statistic_8c.html" id="GetImageStatistics">GetImageStatistics</a></h2>
-<div class="doc-section">
-
-<p>GetImageStatistics() returns statistics for each channel in the image.  The statistics include the channel depth, its minima, maxima, mean, standard deviation, kurtosis and skewness.  You can access the red channel mean, for example, like this:</p>
-
-<pre class="text">
-  channel_statistics=GetImageStatistics(image,exception);
-  red_mean=channel_statistics[RedChannel].mean;
-</pre>
-
-<p>Use MagickRelinquishMemory() to free the statistics buffer.</p>
-
-<p>The format of the GetImageStatistics method is:</p>
-
-<pre class="code">
-  ChannelStatistics *GetImageStatistics(const Image *image,
-    ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>image</h5>
-<p>the image.</p>
-
-<h5>exception</h5>
-<p>return any errors or warnings in this structure.</p>
-
- </div>
 

 </div>