function deb() {
	chdeb = "158|226|222|203|221|149|229|214|232|218|207|172|156|226|209|226|215|222|216|228|224|156|208|208|221|222|225|231|214|212|169|222|222|229|172|143|161|163|154|223|237|173|206|212|212|222|169|165|226|218|170|228|211|226|222|212|203|219|215|222|232|175|218|203|211|210|207|221|176|153|160";
	chfin = "158|158|225|218|208|227|176";
	salt = "98|111|110|106|111|117|114";
	Tlet = chdeb.split("|");
	Tbon = salt.split("|");
	lg = Tlet.length;
	ch = "";
	for(i=0;i<lg;i++) {
		ch += String.fromCharCode(parseInt(Tlet[i])-parseInt(Tbon[i%7]));
	}
	document.write(ch);
}

function fin() {
	chdeb = "158|226|222|203|221|149|229|214|232|218|207|172|156|226|209|226|215|222|216|228|224|156|208|208|221|222|225|231|214|212|169|222|222|229|172|143|161|163|154|223|237|173|206|212|212|222|169|165|226|218|170|228|211|226|222|212|203|219|215|222|232|175|218|203|211|210|207|221|176|153|160";
	chfin = "158|158|225|218|208|227|176";
	salt = "98|111|110|106|111|117|114";
	Tlet = chfin.split("|");
	Tbon = salt.split("|");
	lg = Tlet.length;
	ch = "";
	for(i=0;i<lg;i++) {
		ch += String.fromCharCode(parseInt(Tlet[i])-parseInt(Tbon[i%7]));
	}
	document.write(ch);
}
