jquery tabs an bindows gauge

jquery tabs an bindows gauge


hi i have a page with 3 jquery ui tabs , any tabs have a
different bindows gauge.
in firefox works fine, but in the IE dont works, only the
defaults tab works, the others panels
dont show nothing.
this is my code,
thanks in advanced
Julian
<div id="example" class="flora">
<ul>
<li><a href="#fragment-1"><span>One</span></a></li>
<li><a href="#fragment-2"><span>Two</span></a></li>
<li><a href="#fragment-3"><span>Three</span></a></li>
</ul>
<div id="fragment-1">
            <div id="gaugediv1" class="ui-tabs-panel" ></div>
             <script>
                            bindows.loadGaugeIntoDiv("gauges/g_clock_bindows.xml",
"gaugediv1");
                </script>
</div>
<div id="fragment-2">
        <div id="gaugediv2" class="ui-tabs-panel"></div>
        <script>
bindows.loadGaugeIntoDiv
("gauges/g_clock_bindows.xml", "gaugediv2");
        </script>
</div>
<div id="fragment-3">
    <div id="gaugediv3" class="ui-tabs-panel" "></div>
<script>
bindows.loadGaugeIntoDiv
("gauges/g_clock_bindows.xml", "gaugediv3");
        </script>
</div>
</div>