// http://docs.monkdev.com/wiki/Template_code_displayed_by_template_page
function gotoSermon() {
  var x=document.getElementById("sermonLists")
  if(x.selectedIndex==0) y=1;
  if(x.selectedIndex==1) window.location="/learners/audio--discussions/sermons-by-series/";
  if(x.selectedIndex==2) window.location="/learners/audio--discussions/sermons-by-category/";
  if(x.selectedIndex==3) window.location="/learners/audio--discussions/sermons-by-month/";
  if(x.selectedIndex==4) window.location="/learners/audio--discussions/sermons-by-preacher/";
}