document.write('<script src=\'http://www.jmnews.com.cn/js/gray.js\'></'+'script>');
function doZoom(size){
	document.getElementById('zoom').style.fontSize=size+'px'
}
function doJmnews(){
var _h = location.href;
if(_h.indexOf('e.jmrb.com')>0)
{
	_h = _h.replace('e.jmrb.com', 'e.jmnews.com.cn');
	location.href = _h;
}
}