diff --git a/www/api/annotate.html b/www/api/annotate.html
index b855a9d..ec406a9 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.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: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
@@ -178,8 +179,8 @@
Methods</h1>
<p class="navigation-index">[<a href="#AnnotateImage">AnnotateImage</a> • <a href="#FormatMagickCaption">FormatMagickCaption</a> • <a href="#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> • <a href="#GetTypeMetrics">GetTypeMetrics</a>]</p>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
-_8c.html" target="source" name="AnnotateImage">AnnotateImage</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+_8c.html" id="AnnotateImage">AnnotateImage</a></h2>
<div class="doc-section">
<p>AnnotateImage() annotates an image with text. Optionally you can include any of the following bits of information about the image by embedding the appropriate special characters:</p>
@@ -214,20 +215,20 @@
MagickBooleanType AnnotateImage(Image *image,DrawInfo *draw_info)
</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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
-_8c.html" target="source" name="FormatMagickCaption">FormatMagickCaption</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+_8c.html" id="FormatMagickCaption">FormatMagickCaption</a></h2>
<div class="doc-section">
-<p>FormatMagickCaption() formats a caption so that it fits within the image width. It returns the number of lines in the formatted caption.</p></ol>
+<p>FormatMagickCaption() formats a caption so that it fits within the image width. It returns the number of lines in the formatted caption.</p>
<p>The format of the FormatMagickCaption method is:</p>
@@ -236,26 +237,26 @@
const MagickBooleanType split,TypeMetric *metrics,char **caption)
</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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
<h5>split</h5>
-<ol><p>when no convenient line breaks-- insert newline.</p></ol>
+<p>when no convenient line breaks-- insert newline.</p>
<h5>metrics</h5>
-<ol><p>Return the font metrics in this structure.</p></ol>
+<p>Return the font metrics in this structure.</p>
<h5>caption</h5>
-<ol><p>the caption.</p></ol>
+<p>the caption.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
-_8c.html" target="source" name="GetMultilineTypeMetrics">GetMultilineTypeMetrics</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+_8c.html" id="GetMultilineTypeMetrics">GetMultilineTypeMetrics</a></h2>
<div class="doc-section">
<p>GetMultilineTypeMetrics() returns the following information for the specified font and text:</p>
@@ -278,7 +279,7 @@
underline thickness
</pre>
-<p>This method is like GetTypeMetrics() but it returns the maximum text width and height for multiple lines of text.</p></ol>
+<p>This method is like GetTypeMetrics() but it returns the maximum text width and height for multiple lines of text.</p>
<p>The format of the GetMultilineTypeMetrics method is:</p>
@@ -287,20 +288,20 @@
const DrawInfo *draw_info,TypeMetric *metrics)
</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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
<h5>metrics</h5>
-<ol><p>Return the font metrics in this structure.</p></ol>
+<p>Return the font metrics in this structure.</p>
</div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/annotate
-_8c.html" target="source" name="GetTypeMetrics">GetTypeMetrics</a></h2>
+<h2><a href="http://www.wizards-toolkit.org/api/MagickCore/annotate
+_8c.html" id="GetTypeMetrics">GetTypeMetrics</a></h2>
<div class="doc-section">
<p>GetTypeMetrics() returns the following information for the specified font and text:</p>
@@ -330,16 +331,16 @@
TypeMetric *metrics)
</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>draw_info</h5>
-<ol><p>the draw info.</p></ol>
+<p>the draw info.</p>
<h5>metrics</h5>
-<ol><p>Return the font metrics in this structure.</p></ol>
+<p>Return the font metrics in this structure.</p>
</div>