var text=new Array();
var link=new Array();

//-------------------------------------------------------------------------------------------------------------------------------------------------
text[1]="· 【版本更新】球场投资火箭服提前更新公告";
link[1]="http://lq.xba.com.cn/page/2010031201.html";
text[2]="· 【版本更新】球场投资版凯尔特人服抢先更新公告";
link[2]="http://lq.xba.com.cn/page/2010031101.html";
text[3]="· <font color=red>【版本更新】2010球场投资版隆重推出</font>";
link[3]="http://lq.xba.com.cn/page/20100311zt/01.html";
text[4]="· <font color=blue>【游戏活动】超级转会选秀第二季荷兰式竞拍开启</font>";
link[4]="http://lq.xba.com.cn/page/2010031001.html";
text[5]="· 【活动专题】2010超级转会活动周";
link[5]="http://lq.xba.com.cn/page/20100305zt/01.html";
text[6]="· 【游戏攻略】XBA玩家攻略&心得";
link[6]="http://lq.xba.com.cn/page/walkthroughlist.html";
//-------------------------------------------------------------------------------------------------------------------------------------------------

document.write('<tr><td width="350" height="18"><a href="' + link[1] + '" target="_blank">' + text[1] + '</a></td></tr><tr><td width="350" height="18"><a href="' + link[2] + '" target="_blank">' + text[2] + '</a></td></tr><tr><td width="350" height="18"><a href="' + link[3] + '" target="_blank">' + text[3] + '</a></td></tr><tr><td width="350" height="18"><a href="' + link[4] + '" target="_blank">' + text[4] + '</a></td></tr><tr><td width="350" height="18"><a href="' + link[5] + '" target="_blank">' + text[5] + '</a></td></tr><tr><td width="350" height="18"><a href="' + link[6] + '" target="_blank">' + text[6] + '</a></td></tr>');