function clearWidgetBoxes(){$("#bbh, #bbv, #widget-form-display-box").hide(),$("#preview-button").prop("disabled",!0),$("#widget-form-display-type_0").prop("checked")?($("#widget-form-compact-keyword-count").prop("disabled",!1).show(),$("#manual-topic-count").hide().find("input").prop("disabled",!0)):$("#widget-form-display-type_1").prop("checked")||$("#widget-form-display-type_2").prop("checked")?($("#widget-form-compact-keyword-count").prop("disabled",!0).hide(),$("#manual-topic-count").show().find("input").prop("disabled",!1)):$("#widget-form-display-type_3").prop("checked")&&($("#widget-form-compact-keyword-count").prop("disabled",!0),$("#manual-topic-count").find("input").prop("disabled",!0))}$(function(){$("#widget-form-display-type_0").prop("checked")?$("#manual-topic-count").hide().find("input").prop("disabled",!0):$("#widget-form-compact-keyword-count").prop("disabled",!0).hide(),$("#preview-button").on("click",function(e){e.preventDefault();var t=window.open("","preview","height=700,width=700,scrollbars=yes");t.document.write($("#widget-form-display-box").val()),t.document.close()})})