';
}
if (this.ICAOCounterShowHours === true) {
_html += '
';
}
if (this.ICAOCounterShowMinutes === true) {
_html += '
';
}
if (this.ICAOCounterShowSeconds === true) {
_html += '
';
}
$('#getting-started').countdown(StartEvent, function (event) {
$(this).html(event.strftime(_html));
});
});
}
else {
$("#countDownCont").css('display', 'none');
}
}
});
}(jQuery));