function fontzoom(size)
			{
				document.getElementById('newsinfo').style.fontSize=size+'px';
			}
//保护视力色缓冲
function setbgcolor(c)
{

	newsinfobg.style.backgroundColor=c;
	//set_color(c);
}