//首页大广告 var gg960showtime = 0; //播放时间 var gg960time = null; var gg960con; var fulladtype = ''; var fulladurl = ''; var fulladname = ''; function floadtop() { gg960showtime = 6 * 1000; fulladtype = "img"; fulladurl = "ceshi "; gg960con = $(".gg_fcon").html(); settimeout(open_gg960, 1500); //延迟显示 } function open_gg960(showbtn){ $('.gg_full .gg_fcon').html(gg960con).slidedown(300,function(){ if(showbtn !== false){ $('.gg_full .gg_fbtn').fadein(); } if(gg960time){cleartimeout(gg960time);} gg960time = settimeout(close_gg960,gg960showtime); }); } function close_gg960(){ $('.gg_full .gg_fcon').slideup(500,function(){ $(this).html(''); $('.gg_fclose').hide(); $('.gg_freplay').show(); }); } function fclose(){ if(gg960time){cleartimeout(gg960time);} close_gg960(); return false; } function fchong(){ if(gg960time){cleartimeout(gg960time);} open_gg960(false); $('.gg_freplay').hide(); $('.gg_fclose').show(); return false; }