function beachball( msg ) {
	var beachball = document.getElementById('beachball');
	beachball.innerHTML = msg;
	beachball.style.display = 'block';
}
