String.prototype.toInt = function() {
 return parseInt(this);
}