// JavaScript Document
function enc64(x) {
var x = parseInt(x,10)+123456789;
return x;
}
