// JavaScript Document
function writeChinese(){
	document.write('尹&#148206;倉');
}
