function between(arg0 = 50, arg1 = 0, arg2 = 99999) { if (arg0 > arg1 && arg0 < arg2) return true; else return false; }