[jQuery] got troubled returning combined data: html+javascript

[jQuery] got troubled returning combined data: html+javascript

Hi, guys!
I've got in 1.html something about
$(document).ready(function() {
    var h = $.ajax({url: "test.html",async: false,dataType:'html'}).responseText;   
    $('body').append(h);
});<br clear="all">
test.html contains smth about that

Test data


<script type="text/javascript">
/*<![CDATA[*/
alert('test');
/*]]>*/
</script>
The trouble is: <span style="font-weight: bold;">in firefox returned script <span style="text-decoration: underline;">alerts</span> twice:</span>
first on return
second on append
In IE and Opera this script works fine
Is there any easy way to solve this problem?
--
____________________________
Best regards, Marat
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/