function redirect(value) {
	location.href = value;
}
