function changeLocation(el) {
	window.location.href=el.value;  
}
