function changeUrl() {
	var redirect;
	redirect = document.getElementById('calarc').value;
	document.location.href = redirect;
}
