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

