function hot(sID,newsid,count){
	var d=sID;
	var c=count;
	for (i=1;i<=c;i++){
		$("#n"+i).css("background","url(Images/hotnews_02.gif) no-repeat");
		$("#v"+i).css("display","none");
	}
	$("#n"+d).css("background","url(Images/hotnews_01.gif) no-repeat");
	$("#v"+d).css("display","block");
	$("#newsmore>a")[0].setAttribute("href","zh-cn/News"+newsid+".html")	
}

