Modified: websites/production/activemq/content/nms/nms.html
==============================================================================
--- websites/production/activemq/content/nms/nms.html (original)
+++ websites/production/activemq/content/nms/nms.html Wed Feb 12 18:21:44 2014
@@ -64,7 +64,7 @@
 <a href="index.html">Index</a>&nbsp;&gt;&nbsp;<a 
href="overview.html">Overview</a>&nbsp;&gt;&nbsp;<a href="nms.html">NMS</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a 
shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" 
href="source.html" title="Source">Source</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
href="nms-api.html">API</a> | <a shape="rect" href="source.html">Source</a> | 
<a shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
           </div>
         </div>
 
@@ -72,46 +72,44 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2><a shape="rect" 
name="NMS-GettingStartedwithNMS"></a>Getting Started with NMS</h2>
+<div class="wiki-content maincontent"><h2 
id="NMS-GettingStartedwithNMS">Getting Started with NMS</h2>
 
-<p>The NMS API provides your client with a common API model for working with 
Message Oriented Middleware, but to make use of the API you need to download 
one of the NMS Provider libraries.  The NMS Providers libraries are what makes 
it possible for your code to connect to your Message Broker.  Follow the links 
below to read more about the <a shape="rect" href="nms-providers.html" 
title="NMS Providers">NMS Provider</a> for your Message broker and <a 
shape="rect" href="download.html" title="Download">download</a> a release 
bundle.</p>
+<p>The NMS API provides your client with a common API model for working with 
Message Oriented Middleware, but to make use of the API you need to download 
one of the NMS Provider libraries.  The NMS Providers libraries are what makes 
it possible for your code to connect to your Message Broker.  Follow the links 
below to read more about the <a shape="rect" href="nms-providers.html">NMS 
Provider</a> for your Message broker and <a shape="rect" 
href="download.html">download</a> a release bundle.</p>
 
-<h3><a shape="rect" name="NMS-NMSProviders"></a>NMS Providers</h3>
+<h3 id="NMS-NMSProviders">NMS Providers</h3>
 
 <p>An NMS Provider is a .NET Assembly that provides an implementation of the 
NMS API that provides connectivity with a particular Messaging Service or an 
implementation of a standard Messaging Protocol.  Currently, the following 
providers are available:</p>
 
-<ul><li><a shape="rect" href="apachenmsactivemq.html" 
title="Apache.NMS.ActiveMQ"><b>ActiveMQ</b></a> client which communicates with 
ActiveMQ using its own native wire protocol and provides many <a shape="rect" 
href="activemq-advanced-features.html" title="ActiveMQ Advanced 
Features">advanced features</a> beyond the standard NMS API.</li><li><a 
shape="rect" href="apachenmsstomp.html" 
title="Apache.NMS.Stomp"><b>STOMP</b></a> which connects to any <a shape="rect" 
class="external-link" href="http://stomp.codehaus.org/"; rel="nofollow">STOMP 
Broker</a>.&#160; Also, when coupled with <a shape="rect" class="external-link" 
href="http://stomp.codehaus.org/StompConnect"; rel="nofollow">StompConnect</a>, 
NMS can be used to communicate with pretty much any existing MOM provider! (Or 
at least those that support JMS which most MOM providers do).</li><li><a 
shape="rect" href="apachenmsmsmq.html" title="Apache.NMS.MSMQ"><b>MSMQ</b></a> 
is an implementation of NMS using Microsoft's MSMQ API.</li><li
 ><a shape="rect" href="apachenmsems.html" 
 >title="Apache.NMS.EMS"><b>EMS</b></a> provider for talking to TIBCO's EMS 
 >message broker.&#160; To use this, you will need to following TIBCO's 
 >licensing requirements to acquire the TIBCO client assembly DLL.&#160; NMS 
 >does not ship with the TIBCO client assembly.</li><li><a shape="rect" 
 >href="apachenmswcf.html" title="Apache.NMS.WCF"><b>WCF</b></a> provides 
 >support of Windows Communications Framework.</li></ul>
+<ul><li><a shape="rect" 
href="apachenmsactivemq.html"><strong>ActiveMQ</strong></a> client which 
communicates with ActiveMQ using its own native wire protocol and provides many 
<a shape="rect" href="activemq-advanced-features.html">advanced features</a> 
beyond the standard NMS API.</li><li><a shape="rect" 
href="apachenmsstomp.html"><strong>STOMP</strong></a> which connects to any <a 
shape="rect" class="external-link" href="http://stomp.codehaus.org/"; 
rel="nofollow">STOMP Broker</a>.&#160; Also, when coupled with <a shape="rect" 
class="external-link" href="http://stomp.codehaus.org/StompConnect"; 
rel="nofollow">StompConnect</a>, NMS can be used to communicate with pretty 
much any existing MOM provider! (Or at least those that support JMS which most 
MOM providers do).</li><li><a shape="rect" 
href="apachenmsmsmq.html"><strong>MSMQ</strong></a> is an implementation of NMS 
using Microsoft's MSMQ API.</li><li><a shape="rect" 
href="apachenmsems.html"><strong>EMS</strong></a> provider for ta
 lking to TIBCO's EMS message broker.&#160; To use this, you will need to 
following TIBCO's licensing requirements to acquire the TIBCO client assembly 
DLL.&#160; NMS does not ship with the TIBCO client assembly.</li><li><a 
shape="rect" href="apachenmswcf.html"><strong>WCF</strong></a> provides support 
of Windows Communications Framework.</li></ul>
 
+<h2 id="NMS-Buildingthecode">Building the code</h2>
 
-<h2><a shape="rect" name="NMS-Buildingthecode"></a>Building the code</h2>
-
-<p>While there are binary distributions available for all the <a shape="rect" 
href="nms-providers.html" title="NMS Providers">NMS Providers</a> you sometimes 
might want to build the code from trunk in order to test out the latest changes 
or fixes.  On Windows you can use Visual Studio to build the code. On Linux or 
OS X you can use <a shape="rect" class="external-link" 
href="http://www.mono-project.com"; rel="nofollow">Mono</a>.</p>
+<p>While there are binary distributions available for all the <a shape="rect" 
href="nms-providers.html">NMS Providers</a> you sometimes might want to build 
the code from trunk in order to test out the latest changes or fixes.  On 
Windows you can use Visual Studio to build the code. On Linux or OS X you can 
use <a shape="rect" class="external-link" href="http://www.mono-project.com"; 
rel="nofollow">Mono</a>.</p>
 
 <p>The build uses <a shape="rect" class="external-link" 
href="http://nant.sourceforge.net/"; rel="nofollow">NAnt</a> which both work on 
.Net and Mono.&#160; You will need to have NAnt 0.91-Alpha2 or later.</p>
 
 <p>For more help see the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/nms/building.html";>Building NMS</a> guide.</p>
 
-<h2><a shape="rect" name="NMS-AlternativestoNMS"></a>Alternatives to NMS</h2>
+<h2 id="NMS-AlternativestoNMS">Alternatives to NMS</h2>
 
-<p>There are currently a few alternatives to using NMS and working with 
ActiveMQ in .NET applications however the <a shape="rect" 
href="apachenmsactivemq.html" title="Apache.NMS.ActiveMQ">NMS ActiveMQ 
Provider</a> is very feature rich and we recommend it as your starting point 
for .NET ActiveMQ inter-op.</p>
-<ul><li>use the <a shape="rect" class="external-link" 
href="http://stomp.codehaus.org/DotNet"; rel="nofollow">pure C# Stomp client</a> 
to access ActiveMQ from .Net using a lightweight client.</li><li>use the 
ActiveMQ Java client from C# and .Net using IKVM. <a shape="rect" 
class="external-link" 
href="http://dotnetjunkies.com/WebLog/csteen/archive/2004/08/20/22813.aspx"; 
rel="nofollow">More information</a>.</li><li>use the <a shape="rect" 
class="external-link" href="http://activemq.apache.org/rest.html";>ActiveMQ 
REST</a> API via HTTP</li><li>use the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/c-integration.html";>ActiveMQ C Integration</a> 
to reuse the C/C++ library.</li></ul>
-</div>
+<p>There are currently a few alternatives to using NMS and working with 
ActiveMQ in .NET applications however the <a shape="rect" 
href="apachenmsactivemq.html">NMS ActiveMQ Provider</a> is very feature rich 
and we recommend it as your starting point for .NET ActiveMQ inter-op.</p>
+<ul><li>use the <a shape="rect" class="external-link" 
href="http://stomp.codehaus.org/DotNet"; rel="nofollow">pure C# Stomp client</a> 
to access ActiveMQ from .Net using a lightweight client.</li><li>use the 
ActiveMQ Java client from C# and .Net using IKVM. <a shape="rect" 
class="external-link" 
href="http://dotnetjunkies.com/WebLog/csteen/archive/2004/08/20/22813.aspx"; 
rel="nofollow">More information</a>.</li><li>use the <a shape="rect" 
class="external-link" href="http://activemq.apache.org/rest.html";>ActiveMQ 
REST</a> API via HTTP</li><li>use the <a shape="rect" class="external-link" 
href="http://activemq.apache.org/c-integration.html";>ActiveMQ C Integration</a> 
to reuse the C/C++ library.</li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
               <div class="navigation_bottom">
-<h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" 
href="overview.html" title="Overview">Overview</a></h3>
+<h3 id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="index.html" 
title="Index">Home</a></li><li><a shape="rect" href="faq.html" 
title="FAQ">FAQ</a></li><li><a shape="rect" href="download.html" 
title="Download">Download</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li><li><a shape="rect" 
href="download.html">Download</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-UsingNMS"></a><a shape="rect" 
href="using-nms.html" title="Using NMS">Using NMS</a></h3>
+<h3 id="Navigation-UsingNMS"><a shape="rect" href="using-nms.html">Using 
NMS</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="apachenms.html" 
title="Apache.NMS">NMS Overview</a></li><li><a shape="rect" href="nms.html" 
title="NMS">Getting Started</a></li><li><a shape="rect" href="nms-api.html" 
title="NMS API">NMS API Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html" 
title="Apache.NMS.ActiveMQ">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html" title="Apache.NMS.Stomp">Stomp</a></li><li><a 
shape="rect" href="apachenmsmsmq.html" 
title="Apache.NMS.MSMQ">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html" title="Apache.NMS.EMS">Tibco EMS</a></li><li><a 
shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">WCF</a></li></ul>
+<ul class="alternate"><li><a shape="rect" href="apachenms.html">NMS 
Overview</a></li><li><a shape="rect" href="nms.html">Getting 
Started</a></li><li><a shape="rect" href="nms-api.html">NMS API 
Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html">Stomp</a></li><li><a shape="rect" 
href="apachenmsmsmq.html">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html">Tibco EMS</a></li><li><a shape="rect" 
href="apachenmswcf.html">WCF</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+<h3 id="Navigation-Search">Search</h3>
 <p>
 </p><form enctype="application/x-www-form-urlencoded" method="get" 
id="cse-search-box" action="http://www.google.com/cse";>
   <div>
@@ -124,15 +122,14 @@
 <script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script>
 
 
-<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" 
href="community.html" title="Community">Community</a></h3>
-
-<ul class="alternate" type="square"><li><a shape="rect" href="support.html" 
title="Support">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a 
shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
+<h3 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3>
 
+<ul class="alternate"><li><a shape="rect" 
href="support.html">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
 
-<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" 
href="developers.html" title="Developers">Developers</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="source.html" 
title="Source">Source</a></li><li><a shape="rect" href="building.html" 
title="Building">Building</a></li></ul>
+<h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3>
 
+<ul class="alternate"><li><a shape="rect" 
href="source.html">Source</a></li><li><a shape="rect" 
href="building.html">Building</a></li></ul>
               </div>
             </div>
           </div>

Modified: websites/production/activemq/content/nms/overview.html
==============================================================================
--- websites/production/activemq/content/nms/overview.html (original)
+++ websites/production/activemq/content/nms/overview.html Wed Feb 12 18:21:44 
2014
@@ -64,7 +64,7 @@
 <a href="index.html">Index</a>&nbsp;&gt;&nbsp;<a 
href="overview.html">Overview</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a 
shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" 
href="source.html" title="Source">Source</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
href="nms-api.html">API</a> | <a shape="rect" href="source.html">Source</a> | 
<a shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
           </div>
         </div>
 
@@ -72,23 +72,23 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><ul><li><a shape="rect" 
href="download.html" title="Download">Download</a></li><li><a shape="rect" 
href="nms.html" title="NMS">NMS</a></li><li><a shape="rect" 
href="using-nms.html" title="Using NMS">Using NMS</a></li></ul></div>
+<div class="wiki-content maincontent"><ul class="childpages-macro"><li><a 
shape="rect" href="download.html">Download</a></li><li><a shape="rect" 
href="nms.html">NMS</a></li><li><a shape="rect" href="using-nms.html">Using 
NMS</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
               <div class="navigation_bottom">
-<h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" 
href="overview.html" title="Overview">Overview</a></h3>
+<h3 id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="index.html" 
title="Index">Home</a></li><li><a shape="rect" href="faq.html" 
title="FAQ">FAQ</a></li><li><a shape="rect" href="download.html" 
title="Download">Download</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li><li><a shape="rect" 
href="download.html">Download</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-UsingNMS"></a><a shape="rect" 
href="using-nms.html" title="Using NMS">Using NMS</a></h3>
+<h3 id="Navigation-UsingNMS"><a shape="rect" href="using-nms.html">Using 
NMS</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="apachenms.html" 
title="Apache.NMS">NMS Overview</a></li><li><a shape="rect" href="nms.html" 
title="NMS">Getting Started</a></li><li><a shape="rect" href="nms-api.html" 
title="NMS API">NMS API Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html" 
title="Apache.NMS.ActiveMQ">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html" title="Apache.NMS.Stomp">Stomp</a></li><li><a 
shape="rect" href="apachenmsmsmq.html" 
title="Apache.NMS.MSMQ">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html" title="Apache.NMS.EMS">Tibco EMS</a></li><li><a 
shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">WCF</a></li></ul>
+<ul class="alternate"><li><a shape="rect" href="apachenms.html">NMS 
Overview</a></li><li><a shape="rect" href="nms.html">Getting 
Started</a></li><li><a shape="rect" href="nms-api.html">NMS API 
Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html">Stomp</a></li><li><a shape="rect" 
href="apachenmsmsmq.html">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html">Tibco EMS</a></li><li><a shape="rect" 
href="apachenmswcf.html">WCF</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+<h3 id="Navigation-Search">Search</h3>
 <p>
 </p><form enctype="application/x-www-form-urlencoded" method="get" 
id="cse-search-box" action="http://www.google.com/cse";>
   <div>
@@ -101,15 +101,14 @@
 <script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script>
 
 
-<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" 
href="community.html" title="Community">Community</a></h3>
+<h3 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="support.html" 
title="Support">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a 
shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="support.html">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" 
href="developers.html" title="Developers">Developers</a></h3>
-
-<ul class="alternate" type="square"><li><a shape="rect" href="source.html" 
title="Source">Source</a></li><li><a shape="rect" href="building.html" 
title="Building">Building</a></li></ul>
+<h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3>
 
+<ul class="alternate"><li><a shape="rect" 
href="source.html">Source</a></li><li><a shape="rect" 
href="building.html">Building</a></li></ul>
               </div>
             </div>
           </div>

Modified: websites/production/activemq/content/nms/privacy-policy.html
==============================================================================
--- websites/production/activemq/content/nms/privacy-policy.html (original)
+++ websites/production/activemq/content/nms/privacy-policy.html Wed Feb 12 
18:21:44 2014
@@ -64,7 +64,7 @@
 <a href="index.html">Index</a>&nbsp;&gt;&nbsp;<a 
href="community.html">Community</a>&nbsp;&gt;&nbsp;<a 
href="privacy-policy.html">Privacy Policy</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a 
shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" 
href="source.html" title="Source">Source</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
href="nms-api.html">API</a> | <a shape="rect" href="source.html">Source</a> | 
<a shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
           </div>
         </div>
 
@@ -87,17 +87,17 @@
           <div class="navigation">
             <div class="navigation_top">
               <div class="navigation_bottom">
-<h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" 
href="overview.html" title="Overview">Overview</a></h3>
+<h3 id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="index.html" 
title="Index">Home</a></li><li><a shape="rect" href="faq.html" 
title="FAQ">FAQ</a></li><li><a shape="rect" href="download.html" 
title="Download">Download</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li><li><a shape="rect" 
href="download.html">Download</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-UsingNMS"></a><a shape="rect" 
href="using-nms.html" title="Using NMS">Using NMS</a></h3>
+<h3 id="Navigation-UsingNMS"><a shape="rect" href="using-nms.html">Using 
NMS</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="apachenms.html" 
title="Apache.NMS">NMS Overview</a></li><li><a shape="rect" href="nms.html" 
title="NMS">Getting Started</a></li><li><a shape="rect" href="nms-api.html" 
title="NMS API">NMS API Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html" 
title="Apache.NMS.ActiveMQ">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html" title="Apache.NMS.Stomp">Stomp</a></li><li><a 
shape="rect" href="apachenmsmsmq.html" 
title="Apache.NMS.MSMQ">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html" title="Apache.NMS.EMS">Tibco EMS</a></li><li><a 
shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">WCF</a></li></ul>
+<ul class="alternate"><li><a shape="rect" href="apachenms.html">NMS 
Overview</a></li><li><a shape="rect" href="nms.html">Getting 
Started</a></li><li><a shape="rect" href="nms-api.html">NMS API 
Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html">Stomp</a></li><li><a shape="rect" 
href="apachenmsmsmq.html">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html">Tibco EMS</a></li><li><a shape="rect" 
href="apachenmswcf.html">WCF</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+<h3 id="Navigation-Search">Search</h3>
 <p>
 </p><form enctype="application/x-www-form-urlencoded" method="get" 
id="cse-search-box" action="http://www.google.com/cse";>
   <div>
@@ -110,15 +110,14 @@
 <script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script>
 
 
-<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" 
href="community.html" title="Community">Community</a></h3>
+<h3 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="support.html" 
title="Support">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a 
shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="support.html">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" 
href="developers.html" title="Developers">Developers</a></h3>
-
-<ul class="alternate" type="square"><li><a shape="rect" href="source.html" 
title="Source">Source</a></li><li><a shape="rect" href="building.html" 
title="Building">Building</a></li></ul>
+<h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3>
 
+<ul class="alternate"><li><a shape="rect" 
href="source.html">Source</a></li><li><a shape="rect" 
href="building.html">Building</a></li></ul>
               </div>
             </div>
           </div>

Modified: websites/production/activemq/content/nms/quicklinks.html
==============================================================================
--- websites/production/activemq/content/nms/quicklinks.html (original)
+++ websites/production/activemq/content/nms/quicklinks.html Wed Feb 12 
18:21:44 2014
@@ -64,7 +64,7 @@
 <a href="index.html">Index</a>&nbsp;&gt;&nbsp;<a 
href="site.html">Site</a>&nbsp;&gt;&nbsp;<a 
href="quicklinks.html">QuickLinks</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a 
shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" 
href="source.html" title="Source">Source</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
href="nms-api.html">API</a> | <a shape="rect" href="source.html">Source</a> | 
<a shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
           </div>
         </div>
 
@@ -72,23 +72,23 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><p><a shape="rect" href="download.html" 
title="Download">Download</a> | <a shape="rect" href="nms-api.html" title="NMS 
API">API</a> | <a shape="rect" href="source.html" title="Source">Source</a> | 
<a shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p></div>
+<div class="wiki-content maincontent"><p><a shape="rect" 
href="download.html">Download</a> | <a shape="rect" href="nms-api.html">API</a> 
| <a shape="rect" href="source.html">Source</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
               <div class="navigation_bottom">
-<h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" 
href="overview.html" title="Overview">Overview</a></h3>
+<h3 id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="index.html" 
title="Index">Home</a></li><li><a shape="rect" href="faq.html" 
title="FAQ">FAQ</a></li><li><a shape="rect" href="download.html" 
title="Download">Download</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li><li><a shape="rect" 
href="download.html">Download</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-UsingNMS"></a><a shape="rect" 
href="using-nms.html" title="Using NMS">Using NMS</a></h3>
+<h3 id="Navigation-UsingNMS"><a shape="rect" href="using-nms.html">Using 
NMS</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="apachenms.html" 
title="Apache.NMS">NMS Overview</a></li><li><a shape="rect" href="nms.html" 
title="NMS">Getting Started</a></li><li><a shape="rect" href="nms-api.html" 
title="NMS API">NMS API Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html" 
title="Apache.NMS.ActiveMQ">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html" title="Apache.NMS.Stomp">Stomp</a></li><li><a 
shape="rect" href="apachenmsmsmq.html" 
title="Apache.NMS.MSMQ">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html" title="Apache.NMS.EMS">Tibco EMS</a></li><li><a 
shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">WCF</a></li></ul>
+<ul class="alternate"><li><a shape="rect" href="apachenms.html">NMS 
Overview</a></li><li><a shape="rect" href="nms.html">Getting 
Started</a></li><li><a shape="rect" href="nms-api.html">NMS API 
Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html">Stomp</a></li><li><a shape="rect" 
href="apachenmsmsmq.html">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html">Tibco EMS</a></li><li><a shape="rect" 
href="apachenmswcf.html">WCF</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+<h3 id="Navigation-Search">Search</h3>
 <p>
 </p><form enctype="application/x-www-form-urlencoded" method="get" 
id="cse-search-box" action="http://www.google.com/cse";>
   <div>
@@ -101,15 +101,14 @@
 <script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script>
 
 
-<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" 
href="community.html" title="Community">Community</a></h3>
+<h3 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="support.html" 
title="Support">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a 
shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="support.html">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" 
href="developers.html" title="Developers">Developers</a></h3>
-
-<ul class="alternate" type="square"><li><a shape="rect" href="source.html" 
title="Source">Source</a></li><li><a shape="rect" href="building.html" 
title="Building">Building</a></li></ul>
+<h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3>
 
+<ul class="alternate"><li><a shape="rect" 
href="source.html">Source</a></li><li><a shape="rect" 
href="building.html">Building</a></li></ul>
               </div>
             </div>
           </div>

Modified: 
websites/production/activemq/content/nms/should-i-pool-connections.html
==============================================================================
--- websites/production/activemq/content/nms/should-i-pool-connections.html 
(original)
+++ websites/production/activemq/content/nms/should-i-pool-connections.html Wed 
Feb 12 18:21:44 2014
@@ -64,7 +64,7 @@
 <a href="index.html">Index</a>&nbsp;&gt;&nbsp;<a 
href="faq.html">FAQ</a>&nbsp;&gt;&nbsp;<a 
href="should-i-pool-connections.html">Should I pool connections</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a 
shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" 
href="source.html" title="Source">Source</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
href="nms-api.html">API</a> | <a shape="rect" href="source.html">Source</a> | 
<a shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
           </div>
         </div>
 
@@ -72,7 +72,7 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2><a shape="rect" 
name="ShouldIpoolconnections-ShouldIpoolconnections%3F"></a>Should I pool 
connections?</h2>
+<div class="wiki-content maincontent"><h2 
id="ShouldIpoolconnections-ShouldIpoolconnections?">Should I pool 
connections?</h2>
 
 <p>The Java documentation talks about <a shape="rect" class="external-link" 
href="http://activemq.apache.org/how-do-i-use-jms-efficiently.html";>how to use 
JMS efficiently</a>. So when using .NET should you worry about pooling?</p>
 
@@ -84,17 +84,17 @@
           <div class="navigation">
             <div class="navigation_top">
               <div class="navigation_bottom">
-<h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" 
href="overview.html" title="Overview">Overview</a></h3>
+<h3 id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="index.html" 
title="Index">Home</a></li><li><a shape="rect" href="faq.html" 
title="FAQ">FAQ</a></li><li><a shape="rect" href="download.html" 
title="Download">Download</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li><li><a shape="rect" 
href="download.html">Download</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-UsingNMS"></a><a shape="rect" 
href="using-nms.html" title="Using NMS">Using NMS</a></h3>
+<h3 id="Navigation-UsingNMS"><a shape="rect" href="using-nms.html">Using 
NMS</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="apachenms.html" 
title="Apache.NMS">NMS Overview</a></li><li><a shape="rect" href="nms.html" 
title="NMS">Getting Started</a></li><li><a shape="rect" href="nms-api.html" 
title="NMS API">NMS API Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html" 
title="Apache.NMS.ActiveMQ">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html" title="Apache.NMS.Stomp">Stomp</a></li><li><a 
shape="rect" href="apachenmsmsmq.html" 
title="Apache.NMS.MSMQ">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html" title="Apache.NMS.EMS">Tibco EMS</a></li><li><a 
shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">WCF</a></li></ul>
+<ul class="alternate"><li><a shape="rect" href="apachenms.html">NMS 
Overview</a></li><li><a shape="rect" href="nms.html">Getting 
Started</a></li><li><a shape="rect" href="nms-api.html">NMS API 
Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html">Stomp</a></li><li><a shape="rect" 
href="apachenmsmsmq.html">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html">Tibco EMS</a></li><li><a shape="rect" 
href="apachenmswcf.html">WCF</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+<h3 id="Navigation-Search">Search</h3>
 <p>
 </p><form enctype="application/x-www-form-urlencoded" method="get" 
id="cse-search-box" action="http://www.google.com/cse";>
   <div>
@@ -107,15 +107,14 @@
 <script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script>
 
 
-<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" 
href="community.html" title="Community">Community</a></h3>
+<h3 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="support.html" 
title="Support">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a 
shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="support.html">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" 
href="developers.html" title="Developers">Developers</a></h3>
-
-<ul class="alternate" type="square"><li><a shape="rect" href="source.html" 
title="Source">Source</a></li><li><a shape="rect" href="building.html" 
title="Building">Building</a></li></ul>
+<h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3>
 
+<ul class="alternate"><li><a shape="rect" 
href="source.html">Source</a></li><li><a shape="rect" 
href="building.html">Building</a></li></ul>
               </div>
             </div>
           </div>

Modified: websites/production/activemq/content/nms/site.html
==============================================================================
--- websites/production/activemq/content/nms/site.html (original)
+++ websites/production/activemq/content/nms/site.html Wed Feb 12 18:21:44 2014
@@ -64,7 +64,7 @@
 <a href="index.html">Index</a>&nbsp;&gt;&nbsp;<a href="site.html">Site</a>
           </div>
           <div id="site-quicklinks">
-<p><a shape="rect" href="download.html" title="Download">Download</a> | <a 
shape="rect" href="nms-api.html" title="NMS API">API</a> | <a shape="rect" 
href="source.html" title="Source">Source</a> | <a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
+<p><a shape="rect" href="download.html">Download</a> | <a shape="rect" 
href="nms-api.html">API</a> | <a shape="rect" href="source.html">Source</a> | 
<a shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Forums</a> | <a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/support.html";>Support</a></p>
           </div>
         </div>
 
@@ -72,23 +72,23 @@
   <tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><ul><li><a shape="rect" 
href="banner.html" title="Banner">Banner</a></li><li><a shape="rect" 
href="navigation.html" title="Navigation">Navigation</a><ul><li><a shape="rect" 
href="support.html" title="Support">Support</a></li></ul></li><li><a 
shape="rect" href="quicklinks.html" 
title="QuickLinks">QuickLinks</a></li><li><a shape="rect" href="siteindex.html" 
title="SiteIndex">SiteIndex</a></li><li><a shape="rect" href="sitemap.html" 
title="SiteMap">SiteMap</a></li></ul></div>
+<div class="wiki-content maincontent"><ul class="childpages-macro"><li><a 
shape="rect" href="banner.html">Banner</a></li><li><a shape="rect" 
href="navigation.html">Navigation</a><ul class="childpages-macro"><li><a 
shape="rect" href="support.html">Support</a></li></ul></li><li><a shape="rect" 
href="quicklinks.html">QuickLinks</a></li><li><a shape="rect" 
href="siteindex.html">SiteIndex</a></li><li><a shape="rect" 
href="sitemap.html">SiteMap</a></li></ul></div>
         </td>
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
               <div class="navigation_bottom">
-<h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" 
href="overview.html" title="Overview">Overview</a></h3>
+<h3 id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="index.html" 
title="Index">Home</a></li><li><a shape="rect" href="faq.html" 
title="FAQ">FAQ</a></li><li><a shape="rect" href="download.html" 
title="Download">Download</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li><li><a shape="rect" 
href="download.html">Download</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-UsingNMS"></a><a shape="rect" 
href="using-nms.html" title="Using NMS">Using NMS</a></h3>
+<h3 id="Navigation-UsingNMS"><a shape="rect" href="using-nms.html">Using 
NMS</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="apachenms.html" 
title="Apache.NMS">NMS Overview</a></li><li><a shape="rect" href="nms.html" 
title="NMS">Getting Started</a></li><li><a shape="rect" href="nms-api.html" 
title="NMS API">NMS API Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html" 
title="Apache.NMS.ActiveMQ">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html" title="Apache.NMS.Stomp">Stomp</a></li><li><a 
shape="rect" href="apachenmsmsmq.html" 
title="Apache.NMS.MSMQ">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html" title="Apache.NMS.EMS">Tibco EMS</a></li><li><a 
shape="rect" href="apachenmswcf.html" title="Apache.NMS.WCF">WCF</a></li></ul>
+<ul class="alternate"><li><a shape="rect" href="apachenms.html">NMS 
Overview</a></li><li><a shape="rect" href="nms.html">Getting 
Started</a></li><li><a shape="rect" href="nms-api.html">NMS API 
Reference</a></li><li><a shape="rect" 
href="apachenmsactivemq.html">ActiveMQ</a></li><li><a shape="rect" 
href="apachenmsstomp.html">Stomp</a></li><li><a shape="rect" 
href="apachenmsmsmq.html">MSMQ</a></li><li><a shape="rect" 
href="apachenmsems.html">Tibco EMS</a></li><li><a shape="rect" 
href="apachenmswcf.html">WCF</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+<h3 id="Navigation-Search">Search</h3>
 <p>
 </p><form enctype="application/x-www-form-urlencoded" method="get" 
id="cse-search-box" action="http://www.google.com/cse";>
   <div>
@@ -101,15 +101,14 @@
 <script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script>
 
 
-<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" 
href="community.html" title="Community">Community</a></h3>
+<h3 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3>
 
-<ul class="alternate" type="square"><li><a shape="rect" href="support.html" 
title="Support">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a 
shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" 
class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
+<ul class="alternate"><li><a shape="rect" 
href="support.html">Support</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/contributing.html";>Contributing</a></li><li><a 
shape="rect" class="external-link" 
href="http://activemq.apache.org/discussion-forums.html";>Discussion 
Forums</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/mailing-lists.html";>Mailing 
Lists</a></li><li><a shape="rect" class="external-link" 
href="irc://irc.codehaus.org/activemq" rel="nofollow">IRC</a></li><li><a 
shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" class="external-link" 
href="http://activemq.apache.org/team.html";>Team</a></li></ul>
 
 
-<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" 
href="developers.html" title="Developers">Developers</a></h3>
-
-<ul class="alternate" type="square"><li><a shape="rect" href="source.html" 
title="Source">Source</a></li><li><a shape="rect" href="building.html" 
title="Building">Building</a></li></ul>
+<h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3>
 
+<ul class="alternate"><li><a shape="rect" 
href="source.html">Source</a></li><li><a shape="rect" 
href="building.html">Building</a></li></ul>
               </div>
             </div>
           </div>


Reply via email to