function gb_timeText(i) {

if (i < 10) i = '0' + i;

return i;

}


+ Recent posts