  
    function doNewSearch(theplace,theprice,theword)	{

    theplace = document.form1.strState.options[theplace].value;
    theprice = document.form1.strRange.options[theprice].value;
    theword = document.form1.strText.options[theword].value;


    location.href = "getexp2.asp?theplace=" + theplace + "&theprice=" + theprice + "&theword=" + theword;
    }
  