function iexploreTripFinderSubmit(){var e=7352;var x=document;var z=x.tripSearch.activities.options[x.tripSearch.activities.selectedIndex].value;var m=x.tripSearch.regions.options[x.tripSearch.regions.selectedIndex].value;var y=x.tripSearch.countries.options[x.tripSearch.countries.selectedIndex].value;var w=(x.tripSearch.From)?x.tripSearch.From.options[x.tripSearch.From.selectedIndex].value:null;var j=(x.tripSearch.To)?x.tripSearch.To.options[x.tripSearch.To.selectedIndex].value:null;var s=(x.tripSearch.tripLength)?x.tripSearch.tripLength.options[x.tripSearch.tripLength.selectedIndex].value:null;var n=(x.tripSearch.tripPrice)?x.tripSearch.tripPrice.options[x.tripSearch.tripPrice.selectedIndex].value:null;var i="http://www.iexplore.com/trip/results.jhtml?query=parms";var g="&uasT=true&soType=CUST_RATING&aff="+e;var A="",v="",o="",q="",h="",u="",b="";if(z&&z!=0){A="&actID="+z}if(m&&m!=0){v="&rgID="+m}if(y&&y!=0){o="&cntID="+y}if(w&&w!=0){q="&fMnth="+w}if(j&&j!=0){h="&tMnth="+j}if(s&&s!=-1){u="&tLen="+s}if(n&&n!=0){switch(n){case"1":b="&p1l=true";break;case"2":b="&p12=true";break;case"3":b="&p23=true";break;case"4":b="&p34=true";break;case"5":b="&p45=true";break;case"6":b="&pm5=true";break}}var k=i+A+v+o+b+u+q+h+g;window.open(k)};