zz = '11396'; while (zz.length < 4) zz = '0' + zz; document.write(' '+zz+' ');