[jQuery] jqModal r7 IE6 Problems

[jQuery] jqModal r7 IE6 Problems

Javascript:
    $(function(){
        var popup = $("#popup").jqm();
        $("a").click(function(){
            popup.jqmShow();
        });
    });
Body:
<a href="#">Click me!</a>
<div id="popup" class="jqmWindow">
<a href="#" class="jqmClose">Close</a>
<br/>

Hello, world!


</div>
Crashes IE:
Line: 0
Error: Object required
Unable to debug, but I was having another problem with IE6 and jqModal with a much more complex document that pointed to hash[...].w as the culprit.
Anyone have any ideas? Does r7 not work with IE6?
- jake
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/