function SetHome(obj,url){ try{ obj.style.behavior='url(#default#homepage)'; obj.setHomePage(url); }catch(e){ if(window.netscape){ try{ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); }catch(e){ alert("抱歉,此操作被浏览器拒绝!\n\n请在浏览器地址栏输入“about:config”并回车然后将[signed.applets.codebase_principal_support]设置为'true'"); } }else{ alert("抱歉,您所使用的浏览器无法完成此操作。\n\n您需要手动将【"+url+"】设置为首页。"); } } } function AddFavorite(title, url) { try { window.external.addFavorite(url, title); } catch (e) { try { window.sidebar.addPanel(title, url, ""); } catch (e) { alert("抱歉,您所使用的浏览器无法完成此操作。\n\n加入收藏失败,请进入新网站后使用Ctrl+D进行添加"); } } } /////////////////// function checksearch(the) { if ($.trim(the.key.value)=='') { alert('请输入关键字'); the.key.focus(); the.key.value=''; return false } if ($.trim(the.key.value)=='请输入关键字') { alert('请输入关键字'); the.key.focus(); the.key.value=''; return false } } ///////////// "use strict";$().ready(function(){$(".jmdp ul li a").hover(function(){$(this).find(".front").animate({top:"246px"}),$(this).find(".back").animate({top:"0px"})},function(){$(this).find(".front").animate({top:"0px"}),$(this).find(".back").animate({top:"-246px"})})}),$(window).scroll(function(){$(this).scrollTop()>90&&$(".iabout h3").slideDown(500).fadeIn()}),$(function(){new Slider($("#banner_tabs"),{time:5e3,delay:400,event:"hover",auto:!0,mode:"fade",controller:$("#bannerCtrl"),activeControllerCls:"active"})}); //# sourceMappingURL=yunu.js.map