Warning: Cannot modify header information - headers already sent by (output started at /home/fighting/public_html/wp/wp-blog-header.php:26) in /home/fighting/public_html/wp/wp-content/plugins/ryans-suckerfish-wordpress-dropdown-menu/superfish_style.php on line 3
$(document).ready(function(){
$("#suckerfishnav")
.superfish({
delay : 50,
speed : "normal",
animation : { opacity:"show", height:"show" }
})
.find(">li:has(ul)")
.mouseover(function(){
$("ul", this).bgIframe({opacity:zfalse});
})
.find("a")
.focus(function(){
$("ul", $("#suckerfishnav>li:has(ul)")).bgIframe({opacity:false});
});
});