function gotoSermon() {
  var x=document.getElementById("sermonLists")
  if(x.selectedIndex==0) y=1;
  if(x.selectedIndex==1) window.location="/mcms_page_sermonlist_sort.php?groupby=series";
  if(x.selectedIndex==2) window.location="/mcms_page_sermonlist_sort.php?groupby=category";
  if(x.selectedIndex==3) window.location="/mcms_page_sermonlist_sort.php?groupby=month";
  if(x.selectedIndex==4) window.location="/mcms_page_sermonlist_sort.php?groupby=preacher";
}