$(function () { document.oncontextmenu = function () { return false }; //banner jQuery(".slideBox2").slide({ mainCell: ".bd ul", autoPlay: true }); }); $(function(){ document.oncontextmenu = function(){ return false }; jQuery(".newstu").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"leftLoop",autoPlay:true,vis:4}); });