col = (bx / 32) | 0;
col = +(bx / 32).toFixed();
col = (bx / 32) > 0 ? Math.floor(bx / 32) : Math.ceil(bx / 32);