Javascript String toNumber= function()
function()
String.prototype.toNumber= function(){ return parseInt(this,10); }