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

function gotoArticle() {
  var x=document.getElementById("sermonLists")
  if(x.selectedIndex==0) y=1;
  if(x.selectedIndex==1) window.location="/culture/current-resources/article-series/";
  if(x.selectedIndex==2) window.location="/culture/current-resources/article-category/";
  if(x.selectedIndex==3) window.location="/culture/current-resources/article-month/";
  if(x.selectedIndex==4) window.location="/culture/current-resources/article-author/";
}