// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

// jump menu for shows page



function jump_menu(list) {
	
	if(list.options[list.selectedIndex].value != "") {
	   location.href = list.options[list.selectedIndex].value
	}
	
	//location.href = list.options[list.selectedIndex].value
}