﻿if(typeof(Number.prototype.giapFormat)=="undefined"){Number.prototype.giapFormat=function(stringaFormato){var sNumero=this.toString();if(sNumero.length<stringaFormato.length){return stringaFormato.substr(0,stringaFormato.length-sNumero.length)+sNumero;}else{return sNumero;}};};


