[jQuery] Page Use jQuery, So Does Widget - noConflict() not working

[jQuery] Page Use jQuery, So Does Widget - noConflict() not working


Hello,
My page includes jquery.js in the header.
In the body I have a <script> tag that loads a widget.js file that
contains
document.write('<script type="text/javascript" src="/js/jquery.js"></
script>');
jQuery.noConflict();
The problem is that I'm losing all plugins loaded before the
document.write call.
In my page I use $.autocomplete . How do I get access to jQuery in my
widget without breaking the parent page?
Thanks!