You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2011/09/13 08:33:10 UTC

svn commit: r795681 [2/2] - /websites/staging/openejb/trunk/content/

Modified: websites/staging/openejb/trunk/content/geronimo.html
==============================================================================
--- websites/staging/openejb/trunk/content/geronimo.html (original)
+++ websites/staging/openejb/trunk/content/geronimo.html Tue Sep 13 06:33:05 2011
@@ -191,6 +191,13 @@ of OpenEJB is here:  </p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/getting-started.html
==============================================================================
--- websites/staging/openejb/trunk/content/getting-started.html (original)
+++ websites/staging/openejb/trunk/content/getting-started.html Tue Sep 13 06:33:05 2011
@@ -368,6 +368,13 @@ see the following message in the console
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/hello-world.html
==============================================================================
--- websites/staging/openejb/trunk/content/hello-world.html (original)
+++ websites/staging/openejb/trunk/content/hello-world.html Tue Sep 13 06:33:05 2011
@@ -480,6 +480,13 @@ logs/openejb.log file in the email. </p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/hibernate.html
==============================================================================
--- websites/staging/openejb/trunk/content/hibernate.html (original)
+++ websites/staging/openejb/trunk/content/hibernate.html Tue Sep 13 06:33:05 2011
@@ -288,6 +288,13 @@ to add a dependency on cglib-nodep.
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/index.html
==============================================================================
--- websites/staging/openejb/trunk/content/index.html (original)
+++ websites/staging/openejb/trunk/content/index.html Tue Sep 13 06:33:05 2011
@@ -254,6 +254,13 @@ Apple's WebObjects. </p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/injection-of-datasource-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/injection-of-datasource-example.html (original)
+++ websites/staging/openejb/trunk/content/injection-of-datasource-example.html Tue Sep 13 06:33:05 2011
@@ -331,6 +331,13 @@ Tests run: 1, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/injection-of-entitymanager-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/injection-of-entitymanager-example.html (original)
+++ websites/staging/openejb/trunk/content/injection-of-entitymanager-example.html Tue Sep 13 06:33:05 2011
@@ -312,6 +312,13 @@ Tests run: 1, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/injection-of-env-entry-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/injection-of-env-entry-example.html (original)
+++ websites/staging/openejb/trunk/content/injection-of-env-entry-example.html Tue Sep 13 06:33:05 2011
@@ -309,6 +309,13 @@ Tests run: 4, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/injection-of-other-ejbs-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/injection-of-other-ejbs-example.html (original)
+++ websites/staging/openejb/trunk/content/injection-of-other-ejbs-example.html Tue Sep 13 06:33:05 2011
@@ -350,6 +350,13 @@ Tests run: 2, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/installation.html
==============================================================================
--- websites/staging/openejb/trunk/content/installation.html (original)
+++ websites/staging/openejb/trunk/content/installation.html Tue Sep 13 06:33:05 2011
@@ -212,6 +212,13 @@ and make sure your new update site is se
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/itests-overview.html
==============================================================================
--- websites/staging/openejb/trunk/content/itests-overview.html (original)
+++ websites/staging/openejb/trunk/content/itests-overview.html Tue Sep 13 06:33:05 2011
@@ -339,6 +339,13 @@ number of test runs to complete.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/january2008.html
==============================================================================
--- websites/staging/openejb/trunk/content/january2008.html (original)
+++ websites/staging/openejb/trunk/content/january2008.html Tue Sep 13 06:33:05 2011
@@ -236,6 +236,13 @@ people's radar.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/january2010.html
==============================================================================
--- websites/staging/openejb/trunk/content/january2010.html (original)
+++ websites/staging/openejb/trunk/content/january2010.html Tue Sep 13 06:33:05 2011
@@ -202,6 +202,13 @@ substantial will reach the dev list as w
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/javaagent-with-maven-surefire.html
==============================================================================
--- websites/staging/openejb/trunk/content/javaagent-with-maven-surefire.html (original)
+++ websites/staging/openejb/trunk/content/javaagent-with-maven-surefire.html Tue Sep 13 06:33:05 2011
@@ -240,6 +240,13 @@ your pom.xml file:</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/javaagent.html
==============================================================================
--- websites/staging/openejb/trunk/content/javaagent.html (original)
+++ websites/staging/openejb/trunk/content/javaagent.html Tue Sep 13 06:33:05 2011
@@ -247,6 +247,13 @@ your pom.xml file:</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/jms-resources-and-mdb-container.html
==============================================================================
--- websites/staging/openejb/trunk/content/jms-resources-and-mdb-container.html (original)
+++ websites/staging/openejb/trunk/content/jms-resources-and-mdb-container.html Tue Sep 13 06:33:05 2011
@@ -248,6 +248,13 @@ javax.jms.Topic topic = (Topic) context.
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/jndi-names.html
==============================================================================
--- websites/staging/openejb/trunk/content/jndi-names.html (original)
+++ websites/staging/openejb/trunk/content/jndi-names.html Tue Sep 13 06:33:05 2011
@@ -594,6 +594,13 @@ dedicated to InterfaceB.
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/jpa-concepts.html
==============================================================================
--- websites/staging/openejb/trunk/content/jpa-concepts.html (original)
+++ websites/staging/openejb/trunk/content/jpa-concepts.html Tue Sep 13 06:33:05 2011
@@ -401,6 +401,13 @@ public class MyEjb implements MyEjbInter
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/jpa-usage.html
==============================================================================
--- websites/staging/openejb/trunk/content/jpa-usage.html (original)
+++ websites/staging/openejb/trunk/content/jpa-usage.html Tue Sep 13 06:33:05 2011
@@ -239,6 +239,13 @@ That's described here in <a href="unit-t
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/july2007.html
==============================================================================
--- websites/staging/openejb/trunk/content/july2007.html (original)
+++ websites/staging/openejb/trunk/content/july2007.html Tue Sep 13 06:33:05 2011
@@ -204,6 +204,13 @@ working on fixes.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/july2008.html
==============================================================================
--- websites/staging/openejb/trunk/content/july2008.html (original)
+++ websites/staging/openejb/trunk/content/july2008.html Tue Sep 13 06:33:05 2011
@@ -199,6 +199,13 @@ warm welcome to Jonathan!</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/july2009.html
==============================================================================
--- websites/staging/openejb/trunk/content/july2009.html (original)
+++ websites/staging/openejb/trunk/content/july2009.html Tue Sep 13 06:33:05 2011
@@ -210,6 +210,13 @@ of thing possible.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/july2010.html
==============================================================================
--- websites/staging/openejb/trunk/content/july2010.html (original)
+++ websites/staging/openejb/trunk/content/july2010.html Tue Sep 13 06:33:05 2011
@@ -200,6 +200,13 @@ little breathing room for development.</
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/june2007.html
==============================================================================
--- websites/staging/openejb/trunk/content/june2007.html (original)
+++ websites/staging/openejb/trunk/content/june2007.html Tue Sep 13 06:33:05 2011
@@ -197,6 +197,13 @@ build process.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/lightening-demos.html
==============================================================================
--- websites/staging/openejb/trunk/content/lightening-demos.html (original)
+++ websites/staging/openejb/trunk/content/lightening-demos.html Tue Sep 13 06:33:05 2011
@@ -235,6 +235,13 @@ Blevins </td><td> [Vimeo ](-http://vimeo
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/local-client-injection.html
==============================================================================
--- websites/staging/openejb/trunk/content/local-client-injection.html (original)
+++ websites/staging/openejb/trunk/content/local-client-injection.html Tue Sep 13 06:33:05 2011
@@ -268,6 +268,13 @@ classloader</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/local-server.html
==============================================================================
--- websites/staging/openejb/trunk/content/local-server.html (original)
+++ websites/staging/openejb/trunk/content/local-server.html Tue Sep 13 06:33:05 2011
@@ -242,6 +242,13 @@ align=right, hspace=15!
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/logging.html
==============================================================================
--- websites/staging/openejb/trunk/content/logging.html (original)
+++ websites/staging/openejb/trunk/content/logging.html Tue Sep 13 06:33:05 2011
@@ -422,6 +422,13 @@ properties files and xml for xml files, 
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/lookup-of-other-ejbs-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/lookup-of-other-ejbs-example.html (original)
+++ websites/staging/openejb/trunk/content/lookup-of-other-ejbs-example.html Tue Sep 13 06:33:05 2011
@@ -343,6 +343,13 @@ Tests run: 2, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/mailing-lists.html
==============================================================================
--- websites/staging/openejb/trunk/content/mailing-lists.html (original)
+++ websites/staging/openejb/trunk/content/mailing-lists.html Tue Sep 13 06:33:05 2011
@@ -266,6 +266,13 @@ http://www.mail-archive.com/commits@open
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/management-and-voting.html
==============================================================================
--- websites/staging/openejb/trunk/content/management-and-voting.html (original)
+++ websites/staging/openejb/trunk/content/management-and-voting.html Tue Sep 13 06:33:05 2011
@@ -274,6 +274,13 @@ active, and give the process more time.<
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/manual-installation.html
==============================================================================
--- websites/staging/openejb/trunk/content/manual-installation.html (original)
+++ websites/staging/openejb/trunk/content/manual-installation.html Tue Sep 13 06:33:05 2011
@@ -447,6 +447,13 @@ correct position in the file to add the 
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/mastering-the-command-line.html
==============================================================================
--- websites/staging/openejb/trunk/content/mastering-the-command-line.html (original)
+++ websites/staging/openejb/trunk/content/mastering-the-command-line.html Tue Sep 13 06:33:05 2011
@@ -304,6 +304,13 @@ have that, so I changed it to a list syn
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/multiple-business-interface-hazzards.html
==============================================================================
--- websites/staging/openejb/trunk/content/multiple-business-interface-hazzards.html (original)
+++ websites/staging/openejb/trunk/content/multiple-business-interface-hazzards.html Tue Sep 13 06:33:05 2011
@@ -392,6 +392,13 @@ com.intellij.rt.execution.junit2.JUnitSt
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/new-in-openejb-3.0.html
==============================================================================
--- websites/staging/openejb/trunk/content/new-in-openejb-3.0.html (original)
+++ websites/staging/openejb/trunk/content/new-in-openejb-3.0.html Tue Sep 13 06:33:05 2011
@@ -378,6 +378,13 @@ serializable.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/october2007.html
==============================================================================
--- websites/staging/openejb/trunk/content/october2007.html (original)
+++ websites/staging/openejb/trunk/content/october2007.html Tue Sep 13 06:33:05 2011
@@ -190,6 +190,13 @@ Activity on the user list has increased 
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/october2008.html
==============================================================================
--- websites/staging/openejb/trunk/content/october2008.html (original)
+++ websites/staging/openejb/trunk/content/october2008.html Tue Sep 13 06:33:05 2011
@@ -218,6 +218,13 @@ rhythm we had throughout the betas and u
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/october2009.html
==============================================================================
--- websites/staging/openejb/trunk/content/october2009.html (original)
+++ websites/staging/openejb/trunk/content/october2009.html Tue Sep 13 06:33:05 2011
@@ -186,6 +186,13 @@ More EJB 3.1 activity</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-0.9.2.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-0.9.2.html (original)
+++ websites/staging/openejb/trunk/content/openejb-0.9.2.html Tue Sep 13 06:33:05 2011
@@ -254,6 +254,13 @@
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-1.0-beta-1.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-1.0-beta-1.html (original)
+++ websites/staging/openejb/trunk/content/openejb-1.0-beta-1.html Tue Sep 13 06:33:05 2011
@@ -329,6 +329,13 @@ separate classloaders for each EJB jar a
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-1.0-test-matrix.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-1.0-test-matrix.html (original)
+++ websites/staging/openejb/trunk/content/openejb-1.0-test-matrix.html Tue Sep 13 06:33:05 2011
@@ -194,6 +194,13 @@ Linux (JDK 1.5) </th><th> Mac OSX (JDK 1
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-1.0.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-1.0.html (original)
+++ websites/staging/openejb/trunk/content/openejb-1.0.html Tue Sep 13 06:33:05 2011
@@ -387,6 +387,13 @@ and will be able to pack it in your ejb 
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-3.0-beta-1.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-3.0-beta-1.html (original)
+++ websites/staging/openejb/trunk/content/openejb-3.0-beta-1.html Tue Sep 13 06:33:05 2011
@@ -482,6 +482,13 @@ $rss.fetch("http://issues.apache.org/jir
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-3.0-beta-2.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-3.0-beta-2.html (original)
+++ websites/staging/openejb/trunk/content/openejb-3.0-beta-2.html Tue Sep 13 06:33:05 2011
@@ -458,6 +458,13 @@ Feature").descending("id"))|columns=key;
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-3.0.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-3.0.html (original)
+++ websites/staging/openejb/trunk/content/openejb-3.0.html Tue Sep 13 06:33:05 2011
@@ -611,6 +611,13 @@ best matches your needs.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-3.1.1.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-3.1.1.html (original)
+++ websites/staging/openejb/trunk/content/openejb-3.1.1.html Tue Sep 13 06:33:05 2011
@@ -725,6 +725,13 @@ best matches your needs.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-3.1.2.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-3.1.2.html (original)
+++ websites/staging/openejb/trunk/content/openejb-3.1.2.html Tue Sep 13 06:33:05 2011
@@ -359,6 +359,13 @@ Duplicate logging of "AltDD" processing<
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-3.1.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-3.1.html (original)
+++ websites/staging/openejb/trunk/content/openejb-3.1.html Tue Sep 13 06:33:05 2011
@@ -731,6 +731,13 @@ best matches your needs.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-3.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-3.html (original)
+++ websites/staging/openejb/trunk/content/openejb-3.html Tue Sep 13 06:33:05 2011
@@ -255,6 +255,13 @@ version of the code you are already usin
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-binaries.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-binaries.html (original)
+++ websites/staging/openejb/trunk/content/openejb-binaries.html Tue Sep 13 06:33:05 2011
@@ -206,6 +206,13 @@ Apache Nexus repo.  This works for snaps
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-eclipse-plugin.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-eclipse-plugin.html (original)
+++ websites/staging/openejb/trunk/content/openejb-eclipse-plugin.html Tue Sep 13 06:33:05 2011
@@ -202,6 +202,13 @@ corresponding EJB 3 annotations to your 
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-jsr-107-integration.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-jsr-107-integration.html (original)
+++ websites/staging/openejb/trunk/content/openejb-jsr-107-integration.html Tue Sep 13 06:33:05 2011
@@ -205,6 +205,13 @@ me via the developer mailing list.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb-release-process.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-release-process.html (original)
+++ websites/staging/openejb/trunk/content/openejb-release-process.html Tue Sep 13 06:33:05 2011
@@ -479,6 +479,13 @@ $ mv 3.0 /www/www.apache.org/dist/openej
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openejb.xml.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb.xml.html (original)
+++ websites/staging/openejb/trunk/content/openejb.xml.html Tue Sep 13 06:33:05 2011
@@ -278,6 +278,13 @@ lib/ directory first.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/openjpa.html
==============================================================================
--- websites/staging/openejb/trunk/content/openjpa.html (original)
+++ websites/staging/openejb/trunk/content/openjpa.html Tue Sep 13 06:33:05 2011
@@ -300,6 +300,13 @@ transaction.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/persistence-context.html
==============================================================================
--- websites/staging/openejb/trunk/content/persistence-context.html (original)
+++ websites/staging/openejb/trunk/content/persistence-context.html Tue Sep 13 06:33:05 2011
@@ -238,6 +238,13 @@ following xml.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/persistence-unit-ref.html
==============================================================================
--- websites/staging/openejb/trunk/content/persistence-unit-ref.html (original)
+++ websites/staging/openejb/trunk/content/persistence-unit-ref.html Tue Sep 13 06:33:05 2011
@@ -271,6 +271,13 @@ following xml.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/privacy-policy.html
==============================================================================
--- websites/staging/openejb/trunk/content/privacy-policy.html (original)
+++ websites/staging/openejb/trunk/content/privacy-policy.html Tue Sep 13 06:33:05 2011
@@ -207,6 +207,13 @@ manner and for the purpose described abo
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/properties-tool.html
==============================================================================
--- websites/staging/openejb/trunk/content/properties-tool.html (original)
+++ websites/staging/openejb/trunk/content/properties-tool.html Tue Sep 13 06:33:05 2011
@@ -400,6 +400,13 @@ admin.server=org.apache.openejb.server.a
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/property-overriding.html
==============================================================================
--- websites/staging/openejb/trunk/content/property-overriding.html (original)
+++ websites/staging/openejb/trunk/content/property-overriding.html Tue Sep 13 06:33:05 2011
@@ -246,6 +246,13 @@ lib/ directory first.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/proxies.html
==============================================================================
--- websites/staging/openejb/trunk/content/proxies.html (original)
+++ websites/staging/openejb/trunk/content/proxies.html Tue Sep 13 06:33:05 2011
@@ -215,6 +215,13 @@ method and you'll be all set.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/quickstart.html
==============================================================================
--- websites/staging/openejb/trunk/content/quickstart.html (original)
+++ websites/staging/openejb/trunk/content/quickstart.html Tue Sep 13 06:33:05 2011
@@ -254,6 +254,13 @@ can be found <a href="mailing-lists.html
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/remote-server.html
==============================================================================
--- websites/staging/openejb/trunk/content/remote-server.html (original)
+++ websites/staging/openejb/trunk/content/remote-server.html Tue Sep 13 06:33:05 2011
@@ -248,6 +248,13 @@ classpath:
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/resource-injection.html
==============================================================================
--- websites/staging/openejb/trunk/content/resource-injection.html (original)
+++ websites/staging/openejb/trunk/content/resource-injection.html Tue Sep 13 06:33:05 2011
@@ -414,6 +414,13 @@ Tests run: 4, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/resource-ref-for-datasource.html
==============================================================================
--- websites/staging/openejb/trunk/content/resource-ref-for-datasource.html (original)
+++ websites/staging/openejb/trunk/content/resource-ref-for-datasource.html Tue Sep 13 06:33:05 2011
@@ -227,6 +227,13 @@ public class MyDataSourceRefBean impleme
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/rsync.html
==============================================================================
--- websites/staging/openejb/trunk/content/rsync.html (original)
+++ websites/staging/openejb/trunk/content/rsync.html Tue Sep 13 06:33:05 2011
@@ -283,6 +283,13 @@ total size is 0  speedup is 0.00
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/rules-of-thumb.html
==============================================================================
--- websites/staging/openejb/trunk/content/rules-of-thumb.html (original)
+++ websites/staging/openejb/trunk/content/rules-of-thumb.html Tue Sep 13 06:33:05 2011
@@ -210,6 +210,13 @@ deployments or with code to print gracef
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/running-a-standalone-openejb-server.html
==============================================================================
--- websites/staging/openejb/trunk/content/running-a-standalone-openejb-server.html (original)
+++ websites/staging/openejb/trunk/content/running-a-standalone-openejb-server.html Tue Sep 13 06:33:05 2011
@@ -263,6 +263,13 @@ and Remove Projects.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/securing-a-web-service.html
==============================================================================
--- websites/staging/openejb/trunk/content/securing-a-web-service.html (original)
+++ websites/staging/openejb/trunk/content/securing-a-web-service.html Tue Sep 13 06:33:05 2011
@@ -432,6 +432,13 @@ this:</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/security-annotations.html
==============================================================================
--- websites/staging/openejb/trunk/content/security-annotations.html (original)
+++ websites/staging/openejb/trunk/content/security-annotations.html Tue Sep 13 06:33:05 2011
@@ -492,6 +492,13 @@ public class MyStatefulBean implements  
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/security.html
==============================================================================
--- websites/staging/openejb/trunk/content/security.html (original)
+++ websites/staging/openejb/trunk/content/security.html Tue Sep 13 06:33:05 2011
@@ -332,6 +332,13 @@ SecurityService.associate(Object) method
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/service-locator.html
==============================================================================
--- websites/staging/openejb/trunk/content/service-locator.html (original)
+++ websites/staging/openejb/trunk/content/service-locator.html Tue Sep 13 06:33:05 2011
@@ -346,6 +346,13 @@ Store store = locator.lookup(SuperStoreB
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/simple-stateful-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/simple-stateful-example.html (original)
+++ websites/staging/openejb/trunk/content/simple-stateful-example.html Tue Sep 13 06:33:05 2011
@@ -396,6 +396,13 @@ Tests run: 2, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/simple-stateless-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/simple-stateless-example.html (original)
+++ websites/staging/openejb/trunk/content/simple-stateless-example.html Tue Sep 13 06:33:05 2011
@@ -406,6 +406,13 @@ Tests run: 2, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/singleton-beans.html
==============================================================================
--- websites/staging/openejb/trunk/content/singleton-beans.html (original)
+++ websites/staging/openejb/trunk/content/singleton-beans.html Tue Sep 13 06:33:05 2011
@@ -418,6 +418,13 @@ annotation "just in case" and should onl
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/singleton-ejb.html
==============================================================================
--- websites/staging/openejb/trunk/content/singleton-ejb.html (original)
+++ websites/staging/openejb/trunk/content/singleton-ejb.html Tue Sep 13 06:33:05 2011
@@ -184,6 +184,13 @@
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/singleton-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/singleton-example.html (original)
+++ websites/staging/openejb/trunk/content/singleton-example.html Tue Sep 13 06:33:05 2011
@@ -326,6 +326,13 @@ Tests run: 2, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/source-code.html
==============================================================================
--- websites/staging/openejb/trunk/content/source-code.html (original)
+++ websites/staging/openejb/trunk/content/source-code.html Tue Sep 13 06:33:05 2011
@@ -695,6 +695,13 @@ debugger, and away you go.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/spring-and-openejb-3.0.html
==============================================================================
--- websites/staging/openejb/trunk/content/spring-and-openejb-3.0.html (original)
+++ websites/staging/openejb/trunk/content/spring-and-openejb-3.0.html Tue Sep 13 06:33:05 2011
@@ -376,6 +376,13 @@ http://wiki.netbeans.org/MavenSpringEJBs
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/spring-ejb-and-jpa.html
==============================================================================
--- websites/staging/openejb/trunk/content/spring-ejb-and-jpa.html (original)
+++ websites/staging/openejb/trunk/content/spring-ejb-and-jpa.html Tue Sep 13 06:33:05 2011
@@ -360,6 +360,13 @@ Tests run: 1, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/spring.html
==============================================================================
--- websites/staging/openejb/trunk/content/spring.html (original)
+++ websites/staging/openejb/trunk/content/spring.html Tue Sep 13 06:33:05 2011
@@ -313,6 +313,13 @@ as a <a href="http://static.springframew
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/startup.html
==============================================================================
--- websites/staging/openejb/trunk/content/startup.html (original)
+++ websites/staging/openejb/trunk/content/startup.html Tue Sep 13 06:33:05 2011
@@ -492,6 +492,13 @@ OpenEJB ready.
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/system-properties.html
==============================================================================
--- websites/staging/openejb/trunk/content/system-properties.html (original)
+++ websites/staging/openejb/trunk/content/system-properties.html Tue Sep 13 06:33:05 2011
@@ -282,6 +282,13 @@ specify this on the command line:</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/take-my-code.html
==============================================================================
--- websites/staging/openejb/trunk/content/take-my-code.html (original)
+++ websites/staging/openejb/trunk/content/take-my-code.html Tue Sep 13 06:33:05 2011
@@ -198,6 +198,13 @@ thing to having a CLA on file.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/team.html
==============================================================================
--- websites/staging/openejb/trunk/content/team.html (original)
+++ websites/staging/openejb/trunk/content/team.html Tue Sep 13 06:33:05 2011
@@ -288,6 +288,13 @@
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/telnet-console.html
==============================================================================
--- websites/staging/openejb/trunk/content/telnet-console.html (original)
+++ websites/staging/openejb/trunk/content/telnet-console.html Tue Sep 13 06:33:05 2011
@@ -354,6 +354,13 @@ Telnet Service like this:</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/testcase-with-testbean-inner-class.html
==============================================================================
--- websites/staging/openejb/trunk/content/testcase-with-testbean-inner-class.html (original)
+++ websites/staging/openejb/trunk/content/testcase-with-testbean-inner-class.html Tue Sep 13 06:33:05 2011
@@ -258,6 +258,13 @@ public class MyTest extends TestCase {
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/testing-security-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/testing-security-example.html (original)
+++ websites/staging/openejb/trunk/content/testing-security-example.html Tue Sep 13 06:33:05 2011
@@ -311,6 +311,13 @@ Tests run: 3, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/testing-transactions-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/testing-transactions-example.html (original)
+++ websites/staging/openejb/trunk/content/testing-transactions-example.html Tue Sep 13 06:33:05 2011
@@ -332,6 +332,13 @@ Tests run: 2, Failures: 0, Errors: 0, Sk
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/thread-dumps.html
==============================================================================
--- websites/staging/openejb/trunk/content/thread-dumps.html (original)
+++ websites/staging/openejb/trunk/content/thread-dumps.html Tue Sep 13 06:33:05 2011
@@ -218,6 +218,13 @@ console window that started the Java pro
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/time-saved.html
==============================================================================
--- websites/staging/openejb/trunk/content/time-saved.html (original)
+++ websites/staging/openejb/trunk/content/time-saved.html Tue Sep 13 06:33:05 2011
@@ -433,6 +433,13 @@ for you!</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/tips-and-suggestions.html
==============================================================================
--- websites/staging/openejb/trunk/content/tips-and-suggestions.html (original)
+++ websites/staging/openejb/trunk/content/tips-and-suggestions.html Tue Sep 13 06:33:05 2011
@@ -590,6 +590,13 @@ http://www.nabble.com/jaxb-question-td18
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/tomcat-detailed-instructions.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomcat-detailed-instructions.html (original)
+++ websites/staging/openejb/trunk/content/tomcat-detailed-instructions.html Tue Sep 13 06:33:05 2011
@@ -550,6 +550,13 @@ make changes and add new HOWTO's and oth
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/tomcat-ejb-refs.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomcat-ejb-refs.html (original)
+++ websites/staging/openejb/trunk/content/tomcat-ejb-refs.html Tue Sep 13 06:33:05 2011
@@ -211,6 +211,13 @@ but the same rules apply for servlets.</
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/tomcat-installation.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomcat-installation.html (original)
+++ websites/staging/openejb/trunk/content/tomcat-installation.html Tue Sep 13 06:33:05 2011
@@ -367,6 +367,13 @@ differences in installation locations.</
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/tomcat-object-factory.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomcat-object-factory.html (original)
+++ websites/staging/openejb/trunk/content/tomcat-object-factory.html Tue Sep 13 06:33:05 2011
@@ -193,6 +193,13 @@ with usage of the <a href="openejbx30:in
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/tomcat.html
==============================================================================
--- websites/staging/openejb/trunk/content/tomcat.html (original)
+++ websites/staging/openejb/trunk/content/tomcat.html Tue Sep 13 06:33:05 2011
@@ -347,6 +347,13 @@ appreciate any feedback on other JSF imp
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/transaction-annotations.html
==============================================================================
--- websites/staging/openejb/trunk/content/transaction-annotations.html (original)
+++ websites/staging/openejb/trunk/content/transaction-annotations.html Tue Sep 13 06:33:05 2011
@@ -419,6 +419,13 @@ public class MyStatefulBean implements  
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/understanding-callbacks.html
==============================================================================
--- websites/staging/openejb/trunk/content/understanding-callbacks.html (original)
+++ websites/staging/openejb/trunk/content/understanding-callbacks.html Tue Sep 13 06:33:05 2011
@@ -268,6 +268,13 @@ interface.  The following would be illeg
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/understanding-the-directory-layout.html
==============================================================================
--- websites/staging/openejb/trunk/content/understanding-the-directory-layout.html (original)
+++ websites/staging/openejb/trunk/content/understanding-the-directory-layout.html Tue Sep 13 06:33:05 2011
@@ -261,6 +261,13 @@ automatically created.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/unit-testing-transactions.html
==============================================================================
--- websites/staging/openejb/trunk/content/unit-testing-transactions.html (original)
+++ websites/staging/openejb/trunk/content/unit-testing-transactions.html Tue Sep 13 06:33:05 2011
@@ -404,6 +404,13 @@ TransactionAttributeType.MANDATORY as we
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/validation-keys-audit-report.html
==============================================================================
--- websites/staging/openejb/trunk/content/validation-keys-audit-report.html (original)
+++ websites/staging/openejb/trunk/content/validation-keys-audit-report.html Tue Sep 13 06:33:05 2011
@@ -452,6 +452,13 @@ tested. Test coverage for keys is 85.416
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/validation-tool.html
==============================================================================
--- websites/staging/openejb/trunk/content/validation-tool.html (original)
+++ websites/staging/openejb/trunk/content/validation-tool.html Tue Sep 13 06:33:05 2011
@@ -318,6 +318,13 @@ it can't ... NoClassDefFoundError.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/webadmin.html
==============================================================================
--- websites/staging/openejb/trunk/content/webadmin.html (original)
+++ websites/staging/openejb/trunk/content/webadmin.html Tue Sep 13 06:33:05 2011
@@ -357,6 +357,13 @@ via the console.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/webobjects.html
==============================================================================
--- websites/staging/openejb/trunk/content/webobjects.html (original)
+++ websites/staging/openejb/trunk/content/webobjects.html Tue Sep 13 06:33:05 2011
@@ -188,6 +188,13 @@ of EJBs in WebObjects 5.1.</p>
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/writing-validation-tests.html
==============================================================================
--- websites/staging/openejb/trunk/content/writing-validation-tests.html (original)
+++ websites/staging/openejb/trunk/content/writing-validation-tests.html Tue Sep 13 06:33:05 2011
@@ -353,6 +353,13 @@ annotate your test with @Keys and do not
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/xbean-finder.html
==============================================================================
--- websites/staging/openejb/trunk/content/xbean-finder.html (original)
+++ websites/staging/openejb/trunk/content/xbean-finder.html Tue Sep 13 06:33:05 2011
@@ -473,6 +473,13 @@ little do-it-yourself IoC plugin system.
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/xbean-usage-in-openejb.html
==============================================================================
--- websites/staging/openejb/trunk/content/xbean-usage-in-openejb.html (original)
+++ websites/staging/openejb/trunk/content/xbean-usage-in-openejb.html Tue Sep 13 06:33:05 2011
@@ -336,6 +336,13 @@ Ready!
         $("#Navigation h3").css({"color":"#dfdfeb"});
     }
   );
+
+  $("pre").hover(function() {
+        $(this).animate({ width: "800px"}, 250);
+    }, function() {
+        $(this).animate({ width: "600px" }, 250);
+  });
+
   </script>
   </BODY>
 </HTML>
\ No newline at end of file