var marquee;
var html = '';
// define the horizontal marquee
html += "<span class=newsticker>&nbsp;&nbsp;&nbsp;&nbsp;<a href='/tc/index/site_whatsnew/year_2624/#2632' class=tickerlink>二 零 一 二 年 四 月 至 二 零 一 三 年 三 月 举 办 的 卖 旗 日 机 构</a>&nbsp;&nbsp;&nbsp;&nbsp;</span>";
html += "<span class=newsticker>&nbsp;&nbsp;&nbsp;&nbsp;<a href='/tc/index/site_whatsnew/year_2592/#2619' class=tickerlink>二 零 一 一 年 四 月 至 二 零 一 二 年 三 月 举 办 的 卖 旗 日 机 构</a>&nbsp;&nbsp;&nbsp;&nbsp;</span>";

marquee = new xbMarquee('marquee', 14, 555, 1, 40, 'left', 'scroll', html);
function marqueeInit(){marquee.start();}  
//window.onload=marqueeInit;
marquee.onmouseover = function () { this.stop(); };
marquee.onmouseout  = function () { this.start(); };

