$(document).ready(function() { $("ul#topnav li").hover(function() { $(this).css({ 'background' : '#fff'}); $(this).find("span").show(); } , function() { $(this).css({ 'background' : 'none'}); $(this).find("span").hide(); }); $("ul#topnav li.user_l").hover(function() { $(this).css({ 'background' : 'none'}); $(this).find("span").show(); }); $("ul#topnav li.search").hover(function() { $(this).css({ 'background' : 'none'}); $(this).find("span").show(); }); }); document.write('\ \ '); var msg_reply = 0; if(msg_reply>0) { $("#msg_li").css({ 'background' : '#fff'}); // $("#msg_li span").show(); $("#msg_li span").fadeToggle("2000",function(){ $(this).fadeOut(6000,function(){$("#msg_li").css({ 'background' : ''}); }); }); } $(document).ready(function() { var bbsusertmp=''; if(bbsusertmp){ $("#cc").hide(); } });