
function getNews() {
    document.getElementById('newsboardbottom').innerHTML = 
	"<table width='330' border='0' align='center' cellpadding='0' cellspacing='0'>" +
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='update_news_content.php?nid=65'>【更新】6/22 最新主程式釋出</a></td>" +
"<td width='80' class='post_day'>2011-06-22</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='event_news_content.php?nid=64'>【活動】換領限量《天戰》熱門小說</a></td>" +
"<td width='80' class='post_day'>2011-05-06</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='event_news_content.php?nid=63'>【客服】4月5日客服暫停公告</a></td>" +
"<td width='80' class='post_day'>2011-04-04</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='event_news_content.php?nid=62'>【客服】更新後無法啟動遊戲解決方法</a></td>" +
"<td width='80' class='post_day'>2010-12-21</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='update_news_content.php?nid=61'>【更新】11月2日更新內容</a></td>" +
"<td width='80' class='post_day'>2010-11-02</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='update_news_content.php?nid=60'>【更新】伺服器急緊維護</a></td>" +
"<td width='80' class='post_day'>2010-10-05</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='update_news_content.php?nid=59'>【更新】28/9 更新內容</a></td>" +
"<td width='80' class='post_day'>2010-09-27</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='event_news_content.php?nid=58'>【客服】改版更新內容</a></td>" +
"<td width='80' class='post_day'>2010-09-27</td>" +
"</tr>"+
"<tr>"+
"<td width='10' height='23' align='center' valign='middle' ><img src='image/post_sign.gif' width='8' height='9' /></td>"+
"<td width='240' class='post_notice'><A class='post_notice' href='event_news_content.php?nid=57'>【客服】中秋節客服安排</a></td>" +
"<td width='80' class='post_day'>2010-09-22</td>" +
"</tr>"+
"</table>";	
		
}

