direct url links within tabs

direct url links within tabs


We're using the ui tabs to create a 3-tiered nested tab navigational
system. There are 9 tabs on the first level. Most of the tabs, when
clicked, will display the container below. However, a few of the tabs
when clicked should invoke a hyperlink to another site. See code
sample below. Thanks for the help!
<!--1st level tabs-->
<ul>
<li><a href="#container-1"><span>Link 1</span></a></
li>
<li><a href="#container-2"><span>Link 2</span></a></
li>
<li><a href="#container-3"><span>Link 3</span></a></
li>
<li><a href="http://www.google.com"><span>Go to
Google</span></a></li>
<li><a href="#container-4"><span>Link 4</span></a></
li>
<li><a href="#container-5"><span>Link 5</span></a></
li>
</ul>