//首页大广告 var gg960showtime = 10000; //播放时间 var gg960time = null; 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(); }); } $('.gg_fclose').click(function(){ if(gg960time){cleartimeout(gg960time);} close_gg960(); return false; }); $('.gg_freplay').click(function(){ if(gg960time){cleartimeout(gg960time);} open_gg960(false); $('.gg_freplay').hide(); $('.gg_fclose').show(); return false; }); var gg960con; var fulladtype = 'img'; var fulladurl = '/' var fulladname = 'uploadfiles/ads/yadingtp.jpg';; if(fulladname) { gg960con = '';//flash无法显示时,显示jpg广告 settimeout(open_gg960,1500);//延迟显示 } /*有flash的情况下:if(fulladname) { if(fulladtype == 'swf') { gg960con = ''; } else { gg960con = '';//flash无法显示时,显示jpg广告 } settimeout(open_gg960,1500);//延迟显示 }*/