function getSubIndex()
  {
  var formWorkshop=document.getElementById("mySubSelect");
  var searchType = formWorkshop.options[formWorkshop.selectedIndex].text;
  var workshopURL = searchType.replace(/ /g, "");
    window.location.href = "http://www.hunter.cuny.edu/genderequity/searchBySubject.html" + "#"+ searchType;
}

