var maxPageNo = 1;
var minPageNo = 1
;String.prototype.IntegerOnly = function() { return this.replace(/^0|[^0-9]/g, ''); };