function maskChar() {
	document.write(String.fromCharCode(8*8));
}