var a=1 var b=0 var c=47 function zero(a){ return a<10?"0"+a:a } alert(zero(a)+":"+zero(b)+":"+zero(c))