';
counter2++;
if ((counter2 % 9) == 0) {
break;
}
}
newEServiceHTML +='
';
}
$("#eServiceIndicators").html("").html(eServiceIndicatorHTML);
$("#wholeEServicePage").parent().html("").html(newEServiceHTML);
if(numPages == 1){
$("#carousel-example-generic > #panel-arrow").css({display:"none"});
$("#carousel-example-generic > #eServiceIndicators").css({display:"none"});
}
$(".eserviceEntry:nth-child(3n+1)").addClass("col-sm-offset-2")
May 23, 2016, 6:32:55 p.m. GMT+8