[jQuery] SUPERFISH error message in IE

[jQuery] SUPERFISH error message in IE


I am getting the following error in IE 7 & 8 but not in FireFox. IMy
site address is www.royalmbc.org/joomla
Here is the error:
__________________________________
Webpage error details:
User Agent:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Timestamp: Tue, 24 Feb 2009 00:55:01 UTC
Message: Object doesn't support this property or method
Line: 21
Char: 36
Code: 0
URI: http://www.royalmbc.org/joomla/
____________________________________
LINE 21 reads:
jQuery(document).ready(function(){ jQuery("ul.sf-menu").superfish
({hoverClass:'sfHover', pathLevels:1, delay:800, animation:
{opacity:'show', width:'show'}, speed:'fast', autoArrows:1,
dropShadows:1}).find('ul').bgIframe({top:'auto', left:'auto',
width:'auto', height:'auto', opacity:1, src:'javascript:false;'}) });
_____________________________________
Any help would be greatly appreciated.