function JumpToChannel(channels)
{
	if(channels.selectedIndex != 0)
		window.location.href =
channels.options[channels.selectedIndex].value;
}
