function verifydata(theForm)
{

// Validate the Radio. Use the Object Model.
var radioCheck = 0;
for (var i = 0; i < theForm.Inp1.length; i++)
{
  if (theForm.Inp1[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question one!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp2.length; i++)
{
  if (theForm.Inp2[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question two!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp3.length; i++)
{
  if (theForm.Inp3[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question three!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp4.length; i++)
{
  if (theForm.Inp4[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question four!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp5.length; i++)
{
  if (theForm.Inp5[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question five!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp6.length; i++)
{
  if (theForm.Inp6[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question six!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp7.length; i++)
{
  if (theForm.Inp7[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question seven!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp8.length; i++)
{
  if (theForm.Inp8[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question eight!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp9.length; i++)
{
  if (theForm.Inp9[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question nine!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp10.length; i++)
{
  if (theForm.Inp10[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question ten!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp11.length; i++)
{
  if (theForm.Inp11[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 11)
    {
      alert("Please complete question eleven!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp12.length; i++)
{
  if (theForm.Inp12[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twelve!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp13.length; i++)
{
  if (theForm.Inp13[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirteen!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp14.length; i++)
{
  if (theForm.Inp14[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fourteen!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp15.length; i++)
{
  if (theForm.Inp15[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifteen!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp16.length; i++)
{
  if (theForm.Inp16[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question sixteen!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp17.length; i++)
{
  if (theForm.Inp17[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question seventeen!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp18.length; i++)
{
  if (theForm.Inp18[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question eighteen!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp19.length; i++)
{
  if (theForm.Inp19[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question nineteen!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp20.length; i++)
{
  if (theForm.Inp20[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp21.length; i++)
{
  if (theForm.Inp21[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-one!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp22.length; i++)
{
  if (theForm.Inp22[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-two!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp23.length; i++)
{
  if (theForm.Inp23[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-three!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp24.length; i++)
{
  if (theForm.Inp24[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-four!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp25.length; i++)
{
  if (theForm.Inp25[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-five!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp26.length; i++)
{
  if (theForm.Inp26[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-six!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp27.length; i++)
{
  if (theForm.Inp27[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-seven!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp28.length; i++)
{
  if (theForm.Inp28[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-eight!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp29.length; i++)
{
  if (theForm.Inp29[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question twenty-nine!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp30.length; i++)
{
  if (theForm.Inp30[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp31.length; i++)
{
  if (theForm.Inp31[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-one!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp32.length; i++)
{
  if (theForm.Inp32[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-two!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp33.length; i++)
{
  if (theForm.Inp33[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-three!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp34.length; i++)
{
  if (theForm.Inp34[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-four!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp35.length; i++)
{
  if (theForm.Inp35[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-five!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp36.length; i++)
{
  if (theForm.Inp36[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-six!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp37.length; i++)
{
  if (theForm.Inp37[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-seven!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp38.length; i++)
{
  if (theForm.Inp38[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-eight!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp39.length; i++)
{
  if (theForm.Inp39[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question thirty-nine!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp40.length; i++)
{
  if (theForm.Inp40[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp41.length; i++)
{
  if (theForm.Inp41[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-one!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp42.length; i++)
{
  if (theForm.Inp42[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-two!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp43.length; i++)
{
  if (theForm.Inp43[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-three!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp44.length; i++)
{
  if (theForm.Inp44[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-four!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp45.length; i++)
{
  if (theForm.Inp45[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-five!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp46.length; i++)
{
  if (theForm.Inp46[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-six!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp47.length; i++)
{
  if (theForm.Inp47[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-seven!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp48.length; i++)
{
  if (theForm.Inp48[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-eight!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp49.length; i++)
{
  if (theForm.Inp49[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question forty-nine!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp50.length; i++)
{
  if (theForm.Inp50[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp51.length; i++)
{
  if (theForm.Inp51[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-one!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp52.length; i++)
{
  if (theForm.Inp52[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-two!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp53.length; i++)
{
  if (theForm.Inp53[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-three!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp54.length; i++)
{
  if (theForm.Inp54[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-four!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp55.length; i++)
{
  if (theForm.Inp55[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-five!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp56.length; i++)
{
  if (theForm.Inp56[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-six!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp57.length; i++)
{
  if (theForm.Inp57[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-seven!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp58.length; i++)
{
  if (theForm.Inp59[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question fifty-nine!");
      return false;
    }

// Validate the Radio. Use the Object Model.
radioCheck = 0;
for (var i = 0; i < theForm.Inp60.length; i++)
{
  if (theForm.Inp60[i].checked)
    {  
      radioCheck++;
    }
}
  if (! radioCheck == 1)
    {
      alert("Please complete question sixty!");
      return false;
    }













return true;
}