﻿
function buttonclick(){



 var ButtonSub = document.getElementById('img_submit')

 var Zip = document.getElementById('tb_Zip').value;
   
     
            ButtonSub.onclick = location.href='/health-insurance-quotes-step-1.aspx?zipcode=' + Zip
      
          




  }
  
  
  
  
