function getNewsIcon(stype){
var smap={"大修網站":622,"古建修繕":52,"其他":560,"博物館活動":296,"貴賓接待":53,"展覽與陳列":565,"學術活動":316,"文物入藏":54};
var id = smap[stype];
var spath="/files/jsp/web/images/icon/icon_news/";
if(id) return spath+id+".gif";
else return spath+"0.gif";
}
