document.write("<table align=center border=0 cellpadding=0 cellspacing=0  width=984px><tr height=\"3px\"><td bgcolor=\"#E7A415\" colspan=\"3\"></td></tr><tr height=\"25px\" class=\"text_white\" bgcolor=\"#35383B\"><td><iframe frameborder=\"0\" height=\"20\" marginheight=\"0\" marginwidth=\"0\" allowTransparency=\"true\" scrolling=\"no\" width=\"400px\" style=\"padding:0px;margin:0px\" src=\"/inc/login.aspx\"></iframe></td><td align=\"right\"><a class=\"white\" href=\"http://bbs.fm1039.com/register.aspx\" target=\"_blank\">免费注册</a> | <a class=\"white\" href=\"http://bbs.fm1039.com/getpassword.aspx\" target=\"_blank\">忘记密码</A> | <a class=\"white\"  href=\"#\" onclick=\"this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.fm1039.com\');\">设为首页</a> | <a href=\"javascript:window.external.AddFavorite(\'http://www.fm1039.com\',%20\'北京交通广播\')\" class=\"white\">收藏本站</a>&nbsp;&nbsp;</td></tr></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"984px\" align=\"center\" class=\"header\"><tr height=\"89px\"><td width=\"464px\">&nbsp;</td><td align=\"right\">∣<a href=\"http://www.fm1039.com/index/index.htm\" class=\"black\">首&nbsp; &nbsp; 页</a>∣<a class=\"black\" href=\"http://www.fm1039.com/qfrx\" target=\"_blank\">汽服热线</a>∣<a class=\"black\" href=\"http://www.fm1039.com/qcts\" target=\"_blank\">汽车投诉</a>︱<a class=\"black\" href=\"http://www.fm1039.com/jfsk\" target=\"_blank\" >警法时空</a>︱<a class=\"black\" href=\"http://www.fm1039.com/yinyue\" target=\"_blank\">音乐来了</a>︱<a class=\"black\" href=\"http://www.fm1039.com/dcz\" target=\"_blank\">都市调查</a>︱<a class=\"black\" href=\"http://www.fm1039.com/xztx\" target=\"_blank\">行走天下</a>∣<a class=\"black\" href=\"http://www.fm1039.com/taxi\"  target=\"_blank\">百姓TAXI</a>∣&nbsp;<br /><br />∣<a class=\"black\" href=\"http://www.fm1039.com/ylct\" target=\"_blank\">一路畅通</a>∣<a class=\"black\" href=\"http://www.fm1039.com/wszb\" target=\"_blank\">直播互动</a>∣<a class=\"black\" href=\"http://www.fm1039.com/pad\" target=\"_blank\">1039 PAD</a>∣<a class=\"black\" href=\"http://card.fm1039.com\" target=\"_blank\" >易 通 卡</a>︱<a class=\"black\" href=\"http://www.fm1039.com/hdzt\" target=\"_blank\">活动专题</a>∣<a class=\"black\" href=\"http://www.fm1039.com/ly\" target=\"_blank\" >京&nbsp;郊&nbsp;游</a>︱<a class=\"black\" href=\"http://t.fm1039.com\" target=\"_blank\">微&nbsp; &nbsp; 博</a>∣<a class=\"black\" href=\"http://bbs.fm1039.com\"  target=\"_blank\">论坛相册</a>∣&nbsp;</td></tr></table><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"984px\"><tr><td><script src=http://www.fm1039.com/ad/ad.aspx?id=1></script></td</tr></table><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"984px\" class=\"border_grey\"><tr height=25px class=text_black_l><td width=\"30\">&nbsp;<img src=\"/images/news.gif\" width=\"11\" height=\"11\" /></td><td width=\"100\"><STRONG>微博正在热议：</STRONG></td><td width=\"854\" align=left><DIV id=Tacticle  style=\"width:850px;height:14px;overflow:hidden\"><DIV id=indemo style=\"width:800%;float:left\"><DIV id=t_tag style=\"float:left\"></DIV><DIV id=demo12 style=\"float:left\"></DIV></DIV></td></tr></table>");

try
{
$.getJSON("http://t.fm1039.com/ajax.php?mod=topic&code=hottag&jsoncallback=?",
        function(data) {
            var tt ="";
            $.each(data, function(k, v) {
                tt +="<a href=http://t.fm1039.com/tag/"+k+" target=_blank class=black>"+v+"</a>&nbsp; "
            });
            $("#t_tag").html(tt);
            var speed=40;
            var tab=document.getElementById("Tacticle");
            var tab1=document.getElementById("t_tag");
            var tab2=document.getElementById("demo12");
            tab2.innerHTML=tab1.innerHTML;
            function Marquee(){
            if(tab2.offsetWidth-tab.scrollLeft<=0)
            tab.scrollLeft-=tab1.offsetWidth
            else{
            tab.scrollLeft++;
            }
            }
            var MyMar=setInterval(Marquee,speed);
            tab.onmouseover=function() {clearInterval(MyMar)};
            tab.onmouseout=function() {MyMar=setInterval(Marquee,speed)};
       }
    );
}
catch(e){}
