$(document).ready(function(){if($(".modalWindow").length>0||$(".modalDialog").length>0){var h6=$(".ageLiftTicket th h6:empty");
if(h6.length>0){var idx=$(".ageLiftTicket th").index(h6.eq(0).closest("th"))+1;
$(".ageLiftTicket th:nth-child("+idx+"), .ageLiftTicket tr td:nth-child("+idx+")").hide()
}}});