<!-- This script was written by Thomas W. Martz Jr. -->
<!-- This script is property of Thomas W. Martz Jr. -->
<!-- Author copyright restrictions apply. -->

var FormType = "Insert";

var theCATEGORY = new Array(4)

theCATEGORY[0] = "Made in"
theCATEGORY[1] = "automotive store"
theCATEGORY[2] = "computer store"
theCATEGORY[3] = "educational store"
theCATEGORY[4] = "entertainment"
theCATEGORY[5] = "government"
theCATEGORY[6] = "health store"
theCATEGORY[7] = "pet shop"
theCATEGORY[8] = "real estate"
theCATEGORY[9] = "restaurants"
theCATEGORY[10] = "shopping mall"
theCATEGORY[11] = "sports store"
theCATEGORY[12] = "toy store"
theCATEGORY[13] = "travel-tourism"

var theSTATE = new Array(4)

theSTATE[0] = "United States"
theSTATE[1] = "Alabama"
theSTATE[2] = "Alaska"
theSTATE[3] = "Arizona"
theSTATE[4] = "Arkansas"
theSTATE[5] = "California"
theSTATE[6] = "Colorado"
theSTATE[7] = "Connecticut"
theSTATE[8] = "Delaware"
theSTATE[9] = "Florida"
theSTATE[10] = "Georgia"
theSTATE[11] = "Hawaii"
theSTATE[12] = "Idaho"
theSTATE[13] = "Illinois"
theSTATE[14] = "Indiana"
theSTATE[15] = "Iowa"
theSTATE[16] = "Kansas"
theSTATE[17] = "Kentuck"
theSTATE[18] = "Louisiana"
theSTATE[19] = "Maine"
theSTATE[20] = "Maryland"
theSTATE[21] = "Massachusetts"
theSTATE[22] = "Michigan"
theSTATE[23] = "Minnesota"
theSTATE[24] = "Mississippi"
theSTATE[25] = "Missouri"
theSTATE[26] = "Montana"
theSTATE[27] = "Nebraska"
theSTATE[28] = "Nevada"
theSTATE[29] = "New Jersey"
theSTATE[30] = "New Hampshire"
theSTATE[31] = "New Mexico"
theSTATE[32] = "New York"
theSTATE[33] = "North Carolina"
theSTATE[34] = "North Dakota"
theSTATE[35] = "Ohio"
theSTATE[36] = "Oklahoma"
theSTATE[37] = "Oregon"
theSTATE[38] = "Pennsylvania"
theSTATE[39] = "Rhode Island"
theSTATE[40] = "South Carolina"
theSTATE[41] = "South Dakota"
theSTATE[42] = "Tennessee"
theSTATE[43] = "Texas"
theSTATE[44] = "Utah"
theSTATE[45] = "Vermont"
theSTATE[46] = "Virginia"
theSTATE[47] = "Washington"
theSTATE[48] = "West Virginia"
theSTATE[49] = "Wisconsin"
theSTATE[50] = "Wyoming"
theSTATE[51] = "Washington DC"


function setSTATE(STATE)
     {
      if (STATE== "United States")
         {
         document.forms[0].STATE.options[0].selected = true;
         }
      if (STATE== "Alabama")
         {
         document.forms[0].STATE.options[1].selected = true;
         }
      if (STATE== "Alaska")
         {
         document.forms[0].STATE.options[2].selected = true;
         }
      if (STATE== "Arizona")
         {
         document.forms[0].STATE.options[3].selected = true;
         }
      if (STATE== "Arkansas")
         {
         document.forms[0].STATE.options[4].selected = true;
         }
      if (STATE== "California")
         {
         document.forms[0].STATE.options[5].selected = true;
         }
      if (STATE== "Colorado")
         {
         document.forms[0].STATE.options[6].selected = true;
         }
      if (STATE== "Connecticut")
         {
         document.forms[0].STATE.options[7].selected = true;
         }
      if (STATE== "Delaware")
         {
         document.forms[0].STATE.options[8].selected = true;
         }
      if (STATE== "Florida")
         {
         document.forms[0].STATE.options[9].selected = true;
         }
      if (STATE== "Georgia")
         {
         document.forms[0].STATE.options[10].selected = true;
         }
      if (STATE== "Hawaii")
         {
         document.forms[0].STATE.options[11].selected = true;
         }
      if (STATE== "Idaho")
         {
         document.forms[0].STATE.options[12].selected = true;
         }
      if (STATE== "Illinois")
         {
         document.forms[0].STATE.options[13].selected = true;
         }
      if (STATE== "Indiana")
         {
         document.forms[0].STATE.options[14].selected = true;
         }
      if (STATE== "Iowa")
         {
         document.forms[0].STATE.options[15].selected = true;
         }
      if (STATE== "Kansas")
         {
         document.forms[0].STATE.options[16].selected = true;
         }
      if (STATE== "Kentucky")
         {
         document.forms[0].STATE.options[17].selected = true;
         }
      if (STATE== "Louisiana")
         {
         document.forms[0].STATE.options[18].selected = true;
         }
      if (STATE== "Maine")
         {
         document.forms[0].STATE.options[19].selected = true;
         }
      if (STATE== "Maryland")
         {
         document.forms[0].STATE.options[20].selected = true;
         }
      if (STATE== "Massachusetts")
         {
         document.forms[0].STATE.options[21].selected = true;
         }
      if (STATE== "Michigan")
         {
         document.forms[0].STATE.options[22].selected = true;
         }
      if (STATE== "Minnesota")
         {
         document.forms[0].STATE.options[23].selected = true;
         }
      if (STATE== "Mississippi")
         {
         document.forms[0].STATE.options[24].selected = true;
         }
      if (STATE== "Missouri")
         {
         document.forms[0].STATE.options[25].selected = true;
         }
      if (STATE== "Montana")
         {
         document.forms[0].STATE.options[26].selected = true;
         }
      if (STATE== "Nebraska")
         {
         document.forms[0].STATE.options[27].selected = true;
         }
      if (STATE== "Nevada")
         {
         document.forms[0].STATE.options[28].selected = true;
         }
      if (STATE== "New Jersey")
         {
         document.forms[0].STATE.options[29].selected = true;
         }
      if (STATE== "New Hampshire")
         {
         document.forms[0].STATE.options[30].selected = true;
         }
      if (STATE== "New Mexico")
         {
         document.forms[0].STATE.options[31].selected = true;
         }
      if (STATE== "New York")
         {
         document.forms[0].STATE.options[32].selected = true;
         }
      if (STATE== "North Carolina")
         {
         document.forms[0].STATE.options[33].selected = true;
         }
      if (STATE== "North Dakota")
         {
         document.forms[0].STATE.options[34].selected = true;
         }
      if (STATE== "Ohio")
         {
         document.forms[0].STATE.options[35].selected = true;
         }
      if (STATE== "Oklahoma")
         {
         document.forms[0].STATE.options[36].selected = true;
         }
      if (STATE== "Oregon")
         {
         document.forms[0].STATE.options[37].selected = true;
         }
      if (STATE== "Pennsylvania")
         {
         document.forms[0].STATE.options[38].selected = true;
         }
      if (STATE== "Rhode Island")
         {
         document.forms[0].STATE.options[39].selected = true;
         }
      if (STATE== "South Carolina")
         {
         document.forms[0].STATE.options[40].selected = true;
         }
      if (STATE== "South Dakota")
         {
         document.forms[0].STATE.options[41].selected = true;
         }
      if (STATE== "Tennessee")
         {
         document.forms[0].STATE.options[42].selected = true;
         }
      if (STATE== "Texas")
         {
         document.forms[0].STATE.options[43].selected = true;
         }
      if (STATE== "Utah")
         {
         document.forms[0].STATE.options[44].selected = true;
         }
      if (STATE== "Vermont")
         {
         document.forms[0].STATE.options[45].selected = true;
         }
      if (STATE== "Virginia")
         {
         document.forms[0].STATE.options[46].selected = true;
         }
      if (STATE== "Washington")
         {
         document.forms[0].STATE.options[47].selected = true;
         }
      if (STATE== "West Virginia")
         {
         document.forms[0].STATE.options[48].selected = true;
         }
      if (STATE== "Wisconsin")
         {
         document.forms[0].STATE.options[49].selected = true;
         }
      if (STATE== "Wyoming")
         {
         document.forms[0].STATE.options[50].selected = true;
         }
      if (STATE== "Washington DC")
         {
         document.forms[0].STATE.options[51].selected = true;
         }
     }

function btnIFI_OnClick(ctl) {
   document.forms[0].SUBMIT.value = ctl.value;
   document.forms[0].submit();
   return true;
}

function btnIFR_OnClick(ctl) {
   document.forms[0].SUBMIT.value = ctl.value;
   document.forms[0].submit();
   return true;
}

function directToURL() {
    var getCATEGORY = document.STATECATEGORY.CATEGORY.options[document.STATECATEGORY.CATEGORY.selectedIndex].value
    var getSTATE = document.STATECATEGORY.STATE.options[document.STATECATEGORY.STATE.selectedIndex].value

    for (var i = 0; i < theCATEGORY.length; i++) {
        if (theCATEGORY[i] == getCATEGORY) {
		break
        	}
	}
	for (var x = 0; x < theSTATE.length; x++) {
	if (theSTATE[x] == getSTATE) {
		break
        	}
	}
    window.location = "http://www.google.com/cse?cx=partner-pub-4144708451309759%3A9yrwqtj01eb&ie=windows-1252&q=" + theSTATE[x] + " " + theCATEGORY[i] + "&siteurl=martz.com%2F"
}//-->

<!-- This script was written by Thomas W. Martz Jr. -->
<!-- This script is property of Thomas W. Martz Jr. -->
<!-- Author copyright restrictions apply. -->

