$(document).ready(function(){var t,n;$("#emailCheck").hide(),$("#chkContactUs").change(function(){var n=$("#dvContactUs, .response-12-days");$(this).is(":checked")?n.show():n.hide(),$("#chkNoContactUs").prop("checked",!1)}),$("#chkNoContactUs").change(function(){var n=$("#dvContactUs, .response-12-days");$("#chkContactUs").prop("checked",!1),n.hide()}),$("#chkContactUs").is(":checked")&&(t=$("#dvContactUs, .response-12-days"),t.show()),n=$("#ddlCountryID").find("option:selected").text(),n!=""&&n!="United States"&&$("#ddlStateID").prop("disabled",!0),$("#ddlCountryID").change(function(){var n=$(this).find("option:selected").text();n!="United States"?($("#ddlStateID").prop("disabled",!0),$("#ddlStateID").val("")):$("#ddlStateID").prop("disabled",!1)}),registerSearchBoxAutoComplete("#txtSearch","","","disease",!1,10)})