function notify(message) {
	window.alert(message);
}
