function go(obj) {
	if(obj.form.linklist.value) {
		location = obj.form.linklist.value;
	}
}

