function locatechannel(){
	var c;
	c = document.getElementById("chanSelect");
	i = c.value;
	if(i=="home")
	{window.location='http://www.myanmartube.net/';}
	window.location='http://www.myanmartube.net/radio/' + i;
}