function gotoSermon() {
  var x=document.getElementById("sermonLists")
  if(x.selectedIndex==0) y=1;
  if(x.selectedIndex==1) window.location="/media-library/teachings/teachings-by-series/";
  if(x.selectedIndex==2) window.location="/media-library/teachings/teachings-by-category/";
  if(x.selectedIndex==3) window.location="/media-library/teachings/teachings-by-month/";
  if(x.selectedIndex==4) window.location="/media-library/teachings/teachings-by-preacher/";
}
