diff --git a/www/api/version.html b/www/api/version.html
index f28d813..d1b8f4f 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -1,6 +1,10 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 

   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">

+<html version="-//W3C//DTD XHTML 1.1//EN"

+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"

+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+      xsi:schemaLocation="http://www.w3.org/1999/xhtml

+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">

 <head>

   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

   <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>

@@ -149,7 +153,7 @@
   <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201107010240 r.leo -->
 </div>
 <div class="sponsor">
   <a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
@@ -164,7 +168,7 @@
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
@@ -186,135 +190,9 @@
 

 <div class="main">

 

-<h1>Module version
- Methods</h1>
-<p class="navigation-index">[<a href="#GetMagickCopyright">GetMagickCopyright</a> &bull; <a href="#GetMagickFeatures">GetMagickFeatures</a> &bull; <a href="#GetMagickHomeURL">GetMagickHomeURL</a> &bull; <a href="#GetMagickPackageName">GetMagickPackageName</a> &bull; <a href="#GetMagickQuantumDepth">GetMagickQuantumDepth</a> &bull; <a href="#GetMagickQuantumRange">GetMagickQuantumRange</a> &bull; <a href="#GetMagickReleaseDate">GetMagickReleaseDate</a> &bull; <a href="#GetMagickVersion">GetMagickVersion</a>]</p>
+<h1>Module  Methods</h1>
+<p class="navigation-index">[<a href="#"></a>]</p>
 
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickCopyright">GetMagickCopyright</a></h2>
-<div class="doc-section">
-
-<p>GetMagickCopyright() returns the ImageMagick API copyright as a string.</p>
-
-<p>The format of the GetMagickCopyright method is:</p>
-
-<pre class="code">
-  const char *GetMagickCopyright(void)
-</pre>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickFeatures">GetMagickFeatures</a></h2>
-<div class="doc-section">
-
-<p>GetMagickFeatures() returns the ImageMagick features.</p>
-
-<p>The format of the GetMagickFeatures method is:</p>
-
-<pre class="code">
-  const char *GetMagickFeatures(void)
-</pre>
-
-<p>No parameters are required.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickHomeURL">GetMagickHomeURL</a></h2>
-<div class="doc-section">
-
-<p>GetMagickHomeURL() returns the ImageMagick home URL.</p>
-
-<p>The format of the GetMagickHomeURL method is:</p>
-
-<pre class="code">
-  char *GetMagickHomeURL(void)
-</pre>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickPackageName">GetMagickPackageName</a></h2>
-<div class="doc-section">
-
-<p>GetMagickPackageName() returns the ImageMagick package name.</p>
-
-<p>The format of the GetMagickName method is:</p>
-
-<pre class="code">
-  const char *GetMagickName(void)
-</pre>
-
-<p>No parameters are required.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickQuantumDepth">GetMagickQuantumDepth</a></h2>
-<div class="doc-section">
-
-<p>GetMagickQuantumDepth() returns the ImageMagick quantum depth.</p>
-
-<p>The format of the GetMagickQuantumDepth method is:</p>
-
-<pre class="code">
-  const char *GetMagickQuantumDepth(size_t *depth)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>depth</h5>
-<p>the quantum depth is returned as a number.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickQuantumRange">GetMagickQuantumRange</a></h2>
-<div class="doc-section">
-
-<p>GetMagickQuantumRange() returns the ImageMagick quantum range.</p>
-
-<p>The format of the GetMagickQuantumRange method is:</p>
-
-<pre class="code">
-  const char *GetMagickQuantumRange(size_t *range)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>range</h5>
-<p>the quantum range is returned as a number.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickReleaseDate">GetMagickReleaseDate</a></h2>
-<div class="doc-section">
-
-<p>GetMagickReleaseDate() returns the ImageMagick release date.</p>
-
-<p>The format of the GetMagickReleaseDate method is:</p>
-
-<pre class="code">
-  const char *GetMagickReleaseDate(void)
-</pre>
-
-<p>No parameters are required.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/version
-_8c.html" id="GetMagickVersion">GetMagickVersion</a></h2>
-<div class="doc-section">
-
-<p>GetMagickVersion() returns the ImageMagick API version as a string and as a number.</p>
-
-<p>The format of the GetMagickVersion method is:</p>
-
-<pre class="code">
-  const char *GetMagickVersion(size_t *version)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>version</h5>
-<p>the ImageMagick version is returned as a number.</p>
-
- </div>
 

 </div>