script tag in tab

script tag in tab


Is there way to include a <script> tag using ui.tabs?
when i pout this code into a tab
--
<script type="text/javascript">
newVideo('http://assets.texasmonthly.com/multimedia/oovoo/
20081006.flv', 'http://assets.texasmonthly.com/images/blogs/
speed_470_383.jpg', '');
</script>
--
the window refreshes and displays only the video
any ideas??