diff --git a/www/architecture.html b/www/architecture.html
index 39ce8a3..e0c7c30 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -28,18 +28,18 @@
     @import url("../www/magick.css");

   </style>

   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

-   <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>

-   <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />

-   <script type="text/javascript">

-     $(document).ready(function() {

-       $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({

-         'transitionIn'  : 'elastic',

-         'transitionOut' : 'elastic',

-         'overlayShow'   : false,

-         'opacity'       : true

-       });

-     });

-   </script>

+  <script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>

+  <link rel="stylesheet" type="text/css" href="../fancybox/jquery.fancybox-1.3.4.css" media="screen" />

+  <script type="text/javascript">

+    $(document).ready(function() {

+      $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({

+        'transitionIn'  : 'elastic',

+        'transitionOut' : 'elastic',

+        'overlayShow'   : false,

+        'opacity'       : true

+      });

+    });

+  </script>

 </head>

 

 <body id="www-imagemagick-org">

@@ -140,7 +140,7 @@
 
 <div class="sponsbox">
 <div  class="sponsor">
-   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011040100025 gabi.schulze-->
 </div>
 <div  class="sponsor">
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
@@ -260,7 +260,7 @@
 
 <p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache.  For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version.  You can determine which version you have with the <a href="../www/command-line-options.html#version">&#x2011;version</a> option: </p>
 
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.6-8 2010-12-25 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.6-9 2010-12-25 Q16 http://www.imagemagick.org</span></p>
 <p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).  In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
 </div>