if (getCookiegz("divClosePage")!="show"){ var hothtml= '
今日关注关闭
古有神农尝百草,妙手回春,今有中医师悬壶济世,誉满杏林。中医一直被认为是世界上最神秘的医学之一,日前...[阅读详情]
今天不再提示点击查看更多今日关注 
'; $(document).ready(function(e) { $("body").append(hothtml); if($.browser.version== "6.0"){ $("#divClosePage").attr("style","POSITION: absolute;TOP: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight);"); } $('.topic_n_pf:first').each(function(){ t=$('.topic_n_pf:first').offset().top; $(window).scroll(function(e){ s=$(document).scrollTop(); if(s > t - 10){ $("#divClosePage").show("slow");}else{$("#divClosePage").hide("slow");} }) $(".day_mu span").click(function(){$("#divClosePage").remove();}); $(".gb_today i").click(function(){$("#divClosePage").remove();SetCookiegz("divClosePage","show",1);}); }); }); } function SetCookiegz(name,value,day) { var Days=day; var exp=new Date(); exp.setTime(exp.getTime() + Days*24*60*60*1000); document.cookie=name + "="+ escape (value) + ";expires=" + exp.toGMTString(); } function getCookiegz(name) { var arr=document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)")); if(arr != null) return unescape(arr[2]); return null; }