// JavaScript Document
function change(url, obj) {	
	location = url+obj.value;
}