function printnews() {
	var s=document.title;
	s='<link rel="stylesheet" type="text/css" href="/css/newsdetail.css">'+'<table align="center" width="100%"><tr><td>'+ s+'</td><td  align="right">http://www.'+window.location.hostname+'</td></tr>';
	s=s+'<tr><td colspan="2"><hr size="1"></td></tr>'+'</table>' ;
	var s=s+'<table align="center" width="95%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#0960a2"><tr><td><br><table border="0" width="96%" align="center">'+news.innerHTML+"</table></td></tr></table>";
	printany(s);
}

