function changeIt(value) {
	if (value != "") {
		window.location = value;
	}	
}

