// JavaScript Document
function bumble_warn() {
	alert("HWBKA does not recommend or favour any commercial service. However this person, to our knowledge, is the only person with dedicated ground to safely re-home bumblebees");
	document.getElementById("hideme").style.visibility = "hidden";
	document.getElementById("bumblebee").style.visibility = "visible";
	return false;
}
