function getAwaNewsContent(){
    var urgentNewsStr = getUrgentNewsTitle();
    if (urgentNewsStr != ''){urgentNewsStr = "<li class='urgentNews_li'>" + urgentNewsStr + "</li>";}
    return "<div id='awa'><p style='margin:0px; line-height:9px; margin-bottom:8px;'><img src='/cityu/images/news_awa_top.gif' width='279px' height='9px' alt='' /></p><p style='margin:0; margin-left:24px'><img src='http://www.cityu.edu.hk/cityu/images/awa/s_tc3.gif' alt='三 &#21495; &#24378; &#39118; 信 &#21495;' width='40' height='40' style='margin-right:8px;' /><img alt='承蒙香港天文台提供' src='/cityu/images/awa/observatory2-tc.gif' width='65' height='40' style='margin-left:4px;' /></p><ul>" + urgentNewsStr + "<li><a href='http://www.cityu.edu.hk/cdfo/awa/'>&#65279;&#24694;劣天气下活&#21160;指引</a></li><li><a href='http://www.hko.gov.hk/contentc.htm'>香港天文台</a></li></ul><p style='line-height:24px;margin:0;text-align:right'><span class='postDate_chi'>(<img src='/cityu/images/refresh-tc.gif' alt='Refresh' style='vertical-align:text-bottom; margin:0px; width:45px; height:13px; border:0; cursor:pointer;' onmouseover=\"javascript:this.src='/cityu/images/refresh-tc-ov.gif';\" onmouseout=\"javascript:this.src='/cityu/images/refresh-tc.gif';\" onclick='javascript:location.reload(true);' />您的浏览器以显示最新信息。)</span></p></div>";
}

document.getElementById("cityunews_chi").innerHTML = getAwaNewsContent();

