function message(str) {
	var new_string = str_replace('<br>', '\n', str);
	alert(new_string);
}
