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