$(document).ready(function() { var nowCount = 1; if (nowCount <= 0) $("#now-disp").remove(); var announceCount = 1; if (announceCount <= 0) $("#announce-disp").remove(); });