            function validateApplyNow( theForm )
            {
               var theInputs = theForm.elements;
               var count, blankInputs, anyBlankFields;
               
               anyBlankFields = false;
               blankInputs = 'The following fields are required.\n\n';
               
               for( count=0; count<theInputs.length; count++ )
               {
                  /***
                  ( theInputs[count].name == "00N70000001pCLm" ) ||
                  ( theInputs[count].name == "00N70000001pCRk" ) ||
                  ( theInputs[count].name == "00N70000001pCSg" ) ||
                  ***/
                  
                  if( ( ( theInputs[count].name == "first_name" ) ||
                        ( theInputs[count].name == "last_name" ) ||
                        ( theInputs[count].name == "email" ) ||
                        ( theInputs[count].name == "phone" ) ||
                        ( theInputs[count].name == "street" ) ||
                        ( theInputs[count].name == "city" ) ||
                        ( theInputs[count].name == "state" ) ||
                        ( theInputs[count].name == "zip" ) ||
                        ( theInputs[count].name == "00N70000001pCTf" ) ) &&
                      ( theInputs[count].value == "" ) )
                  {
                     anyBlankFields = true;
                     
                     /***
                     if( theInputs[count].name == "00N70000001pCLm" ) { blankInputs += "Total Combined Income"; }
                     else if( theInputs[count].name == "00N70000001pCRk" ) { blankInputs += "Total Monthly Expenses"; }
                     else if( theInputs[count].name == "00N70000001pCSg" ) { blankInputs += "Cause Of Hardship"; }
                     ***/
                     
                     if( theInputs[count].name == "first_name" ) { blankInputs += "First Name"; }
                     else if( theInputs[count].name == "last_name" ) { blankInputs += "Last Name"; }
                     else if( theInputs[count].name == "email" ) { blankInputs += "Email"; }
                     else if( theInputs[count].name == "phone" ) { blankInputs += "Phone"; }
                     else if( theInputs[count].name == "street" ) { blankInputs += "Property Address"; }
                     else if( theInputs[count].name == "city" ) { blankInputs += "City"; }
                     else if( theInputs[count].name == "state" ) { blankInputs += "State"; }
                     else if( theInputs[count].name == "zip" ) { blankInputs += "Zip"; }
                     else if( theInputs[count].name == "00N70000001pCTf" ) { blankInputs += "How Did You Find Us"; }

                     
                     blankInputs += '\n';
                  }
                  
                  if( ( ( theInputs[count].name == "00N70000001pCTp" ) ||
                        ( theInputs[count].name == "00N70000001pC95" ) ||
                        ( theInputs[count].name == "00N70000001pCKB" ) ) &&
                      ( theInputs[count].checked == false ) )
                  {
                     anyBlankFields = true;
                     
                     if( theInputs[count].name == "00N70000001pCTp" ) { blankInputs += "Agree To Terms 1"; }
                     else if( theInputs[count].name == "00N70000001pC95" ) { blankInputs += "Agree To Terms 2"; }
                     else if( theInputs[count].name == "00N70000001pCKB" ) { blankInputs += "Agree To Terms 3"; }

                     
                     blankInputs += '\n';
                  }
               }
               
               blankInputs += '\nPlease enter information into these fields.';
               
               if( anyBlankFields )
               {
                  alert( blankInputs );
                  return false;
               }
               else
               {
                  return true;
               }
            }
            
            function validateConsult( theForm )
            {
               var theInputs = theForm.elements;
               var count, blankInputs, anyBlankFields;
               
               anyBlankFields = false;
               blankInputs = 'The following fields are required.\n\n';
               
               for( count=0; count<theInputs.length; count++ )
               {
                  if( ( ( theInputs[count].name == "first_name" ) ||
                        ( theInputs[count].name == "last_name" ) ||
                        ( theInputs[count].name == "phone" ) ||
                        ( theInputs[count].name == "email" ) ||
                        ( theInputs[count].name == "description" ) ) &&
                      ( theInputs[count].value == "" ) )
                  {
                     anyBlankFields = true;
                     
                     if( theInputs[count].name == "first_name" ) { blankInputs += "First Name"; }
                     else if( theInputs[count].name == "last_name" ) { blankInputs += "Last Name"; }
                     else if( theInputs[count].name == "phone" ) { blankInputs += "Phone Number"; }
                     else if( theInputs[count].name == "email" ) { blankInputs += "Email Address"; }
                     else if( theInputs[count].name == "description" ) { blankInputs += "Additional Comments"; }
                     
                     blankInputs += '\n';
                  }
               }
               
               blankInputs += '\nPlease enter information into these fields.';
               
               if( anyBlankFields )
               {
                  alert( blankInputs );
                  return false;
               }
               else
               {
                  return true;
               }
            }
            
            function validateRealtor( theForm )
            {
               var theInputs = theForm.elements;
               var count, blankInputs, anyBlankFields;
               
               anyBlankFields = false;
               blankInputs = 'The following fields are required.\n\n';
               
               for( count=0; count<theInputs.length; count++ )
               {
                  if( ( ( theInputs[count].name == "first_name" ) ||
                        ( theInputs[count].name == "last_name" ) ||
                        ( theInputs[count].name == "company" ) ||
                        ( theInputs[count].name == "00N70000001pBMF" ) ||
                        ( theInputs[count].name == "email" ) ||
                        ( theInputs[count].name == "street" ) ||
                        ( theInputs[count].name == "city" ) ||
                        ( theInputs[count].name == "state" ) ||
                        ( theInputs[count].name == "zip" ) ||
                        ( theInputs[count].name == "phone" ) ) &&
                      ( theInputs[count].value == "" ) )
                  {
                     anyBlankFields = true;
                     
                     if( theInputs[count].name == "first_name" ) { blankInputs += "First Name"; }
                     else if( theInputs[count].name == "last_name" ) { blankInputs += "Last Name"; }
                     else if( theInputs[count].name == "company" ) { blankInputs += "Company"; }
                     else if( theInputs[count].name == "00N70000001pBMF" ) { blankInputs += "2nd Contact / Assistant"; }
                     else if( theInputs[count].name == "email" ) { blankInputs += "Email"; }
                     else if( theInputs[count].name == "street" ) { blankInputs += "Mailing Address"; }
                     else if( theInputs[count].name == "city" ) { blankInputs += "City"; }                     
                     else if( theInputs[count].name == "state" ) { blankInputs += "State"; }
                     else if( theInputs[count].name == "zip" ) { blankInputs += "Zip"; }
                     else if( theInputs[count].name == "phone" ) { blankInputs += "Preferred Phone"; }
                     
                     blankInputs += '\n';
                  }
               }
               
               blankInputs += '\nPlease enter information into these fields.';
               
               if( anyBlankFields )
               {
                  alert( blankInputs );
                  return false;
               }
               else
               {
                  return true;
               }
            }
