diff --git a/www/perl-magick.html b/www/perl-magick.html
index a4663f9..06f5420 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -49,12 +49,19 @@
<body id="www-imagemagick-org">
<div class="titlebar">
-<a href="../index.html">
- <img src="../images/script.png" alt="[ImageMagick]"
- style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>
-<a href="http://www.networkredux.com">
- <img src="../images/networkredux.png" alt="[sponsor]"
- style="margin-top: 42px; border: 0px; float: left;" /></a>
+<div style="margin: 17px auto; float: left;">
+ <script type="text/javascript">
+ <!--
+ google_ad_client = "pub-3129977114552745";
+ google_ad_slot = "5439289906";
+ google_ad_width = 728;
+ google_ad_height = 90;
+ //-->
+ </script>
+ <script type="text/javascript"
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+ </script>
+</div>
<a href="http://www.imagemagick.org/discourse-server/">
<img src="../images/logo.jpg"
alt="ImageMagick Logo"
@@ -148,6 +155,9 @@
<div class="menu">
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
+<a href="http://www.networkredux.com">
+ <img src="../images/networkredux.png" alt="[sponsor]"
+ style="margin-top: 4px; margin-left: 4px; border: 0px; float: left;" /></a>
<div class="sponsbox">
<div class="sponsor">
<a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo -->
@@ -181,17 +191,7 @@
</div>
<div class="eastbar">
- <script type="text/javascript">
- <!--
- google_ad_client = "pub-3129977114552745";
- google_ad_slot = "0574824969";
- google_ad_width = 160;
- google_ad_height = 600;
- //-->
- </script>
- <script type="text/javascript"
- src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
- </script>
+
</div>
<div class="main">
@@ -932,7 +932,7 @@
<tr>
<td valign="top">MedianFilter</td>
- <td valign="top">radius=><i>double</i></td>
+ <td valign="top">geometry=><i>geometry</i>, width=><i>integer</i>, height=><i>integer</i>, channel=>{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
<td valign="top">replace each pixel with the median intensity pixel of a neighborhood.</td>
</tr>
@@ -944,7 +944,7 @@
<tr>
<td valign="top">Mode</td>
- <td valign="top">radius=><i>double</i></td>
+ <td valign="top">geometry=><i>geometry</i>, width=><i>integer</i>, height=><i>integer</i>, channel=>{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
<td valign="top">make each pixel the <em>predominate color</em> of the neighborhood.</td>
</tr>
@@ -1035,7 +1035,7 @@
<tr>
<td valign="top">ReduceNoise</td>
- <td valign="top">radius=><i>double</i></td>
+ <td valign="top">geometry=><i>geometry</i>, width=><i>integer</i>, height=><i>integer</i>, channel=>{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}</td>
<td valign="top">reduce noise in the image with a noise peak elimination filter</td>
</tr>
@@ -1177,6 +1177,11 @@
</tr>
<tr>
+ <td valign="top">Statistic</td>
+ <td valign="top">geometry=><i>geometry</i>, width=><i>integer</i>, height=><i>integer</i>, channel=>{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, type=>{Median, Mode, Mean, Maximum, Minimum, ReduceNoise}</td>
+ <td valign="top">replace each pixel with corresponding statistic from the neighborhood.</td>
+ </tr>
+ <tr>
<td valign="top">Stegano</td>
<td valign="top">image=><i>image-handle</i>, offset=><i>integer</i></td>
<td valign="top">hide a digital watermark within the image</td>