/*
function doSomething(x) {
   c="current";
	var y=document.getElementById('nav').className;
	if (y)	document.getElementById(y).className="nav";
	document.getElementById(x).className=c;
	document.getElementById('nav').className=x;
}
*/
function gotoSermon() {
  var x=document.getElementById("sermonLists")
  if(x){
  if(x.selectedIndex==0) y=1;
  if(x.selectedIndex==1) window.location="/media/teachings/teachings-series/";
  if(x.selectedIndex==2) window.location="/media/teachings/teachings-category/";
  if(x.selectedIndex==3) window.location="/media/teachings/teachings-months/";
  if(x.selectedIndex==4) window.location="/media/teachings/teachings-pastors/";
  }
}

document.write('<div id="traildiv"></div>');