
/* WHIOTV.com scripts */
// Begin national js scripts


/* high school drop down menu 
   co id: 13746059
   author: lvo   
*/    
  
function hs_dropdown(m) {
	if (m.selectedIndex>0) {
		school = m.options[m.selectedIndex].value;
		if (school) location.href= school;
	}	
}


// End national_js scripts

