diff --git a/www/examples.html b/www/examples.html
index 0b7f5fa..279eff7 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -139,7 +139,7 @@
    <a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
@@ -162,7 +162,7 @@
 

 <div class="main">

 

-<p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="1703944563">examples.pl</a>.</p><br />
+<p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="1911737944">examples.pl</a>.</p><br />
 
 <div class="viewport">
   <img src="../images/examples.jpg" alt="[ImageMagick]" width="734" height="2972" border="0" name="titlebar-west" />
@@ -174,7 +174,7 @@
     <span id="linkbar-west">&nbsp;</span>

     <span id="linkbar-center">

       <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;

-    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>

+      <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>

     </span>

     <span id="linkbar-east">&nbsp;</span>

   </div>

@@ -183,5 +183,16 @@
     <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>

   </div>

   <div style="clear: both; margin: 0; width: 100%; "></div>

+  <script type="text/javascript">

+    var _gaq = _gaq || [];

+    _gaq.push(['_setAccount', 'UA-17690367-1']);

+    _gaq.push(['_trackPageview']);

+

+    (function() {

+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

+    })();

+  </script>

 </body>

 </html>