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='Strong Wind Signal No. 3 Hoisted' width='40' height='40' style='margin-right:8px;' /><img alt='courtesy of Hong Kong Observatory' src='/cityu/images/awa/observatory2.gif' width='60' height='40' style='margin-left:4px;' /></p><ul>" + urgentNewsStr + "<li><a href='http://www.cityu.edu.hk/cdfo/awa/'>Adverse Weather Arrangements</a></li><li><a href='http://www.hko.gov.hk/contente.htm'>Hong Kong Observatory</a></li></ul><p style='line-height:24px;margin:0;text-align:right'><span class='postDate'>(<img src='/cityu/images/refresh.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-ov.gif';\" onmouseout=\"javascript:this.src='/cityu/images/refresh.gif';\" onclick='javascript:location.reload(true);' /> your browser for latest update.)</span></p></div>";
}

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

