function delayer(){ window.location = "http://www.jb51.net/";}jQuery(document).ready(function(){ setTimeout("delayer()", 5000); //这里实现延迟5秒跳转});