$(function () { /*顶部浮动*/ var adTop = '
ѯϹҺ
'; var startimea = 0; //夜间商务通的开始时? var stoptimea = 8; //夜间商务通的结束时间 dateobjecta = new Date(); nowdatea = dateobjecta.getHours(); var timeclassa = 0; if (stoptimea > startimea) { if (nowdatea >= startimea && nowdatea < stoptimea) { timeclassa = 1; } else { timeclassa = 2; } } else { if (nowdatea >= startimea || nowdatea < stoptimea) { timeclassa = 1; } else { timeclassa = 2; } } if (timeclassa == 2) { /*底部浮动*/ var adBottom = ''; } else { /*底部浮动*/ var adBottom = ''; } $("body").append(adBottom); $("#top").before(adTop); $(".topzx").mousedown(function () { showHint("topzx"); } ); $(".topgh").mousedown(function () { showHint("toptel"); var a = setTimeout(function () { $(".gh_box").css( { "position" : "", "top" : "auto" } ) }, 2000); $(".gh_box").css( { "position" : "fixed", "top" : "0" } ).slideDown("2000"); $(".cont,.adpf,.adblock,.best3g_swt").css( { "display" : "none" } ); return false; } ); $(".botzx").mousedown(function () { showHint("botzx"); } ); $(".bottel").mousedown(function () { showHint("bottel"); } ); } ) /* document.writeln("
"); 20151014 15:26:51 */ document.writeln("");