function checkvalues4(theform) { if(theform.prop_type.options[theform.prop_type.selectedIndex].value.length==0){alert("Please select a property type to continue.");return false;}if(theform.credit_prof.options[theform.credit_prof.selectedIndex].value.length==0){alert("Please select a credit profile to continue.");return false;}if(theform.loan_type.options[theform.loan_type.selectedIndex].value.length==0){alert("Please select a type of loan to continue.");return false;}top.location = 'http://www.mortgage101.com/partner-scripts/LeadForms/MortgageRequest.aspx?p=' + theform.p.value + '&prop_type=' + theform.prop_type.options[theform.prop_type.selectedIndex].value + '&credit_prof=' + theform.credit_prof.options[theform.credit_prof.selectedIndex].value + '&loan_type=' + theform.loan_type.options[theform.loan_type.selectedIndex].value;return true;} document.write("
");