function SearchRocketLawyer(b){var a=b.val();if(a!=null&&a!=""){window.location=a}}function IsRocketLawyerDropDownSelected(){var a=document.getElementById("search_options");if(a!=null){return(a.value!="0")}}function LegalFormsSearch(){if(IsRocketLawyerDropDownSelected()){SearchRocketLawyer($j("#search_options:input"));return false}else{alert("Please Select a value from the dropdown");return false}}$j(document).ready(function(){$j("#legal_forms_home_search_button, #legal_forms_secondary_search_button, #legal_forms_helppage_search_button, #doItYourselfGoBtn").click(LegalFormsSearch)});
