Jquery Plugin Facebox with bgiframe

I used facebox and bgiframe.

facebox is a one of lightbox.
bgiframe is used to fix select bugs of IE6.

When we use facebox in IE6, we will be able to find select bugs of IE6.
so I have added the following code into my code When I use $('a[class*=facebox]').click(function(){...})

$('#facebox').bgiframe();

if you will try this code.
your program will work!!

Thanks.