function theBeastCallBack( data ) {
	$("#theBeastStatus").html( data );
}

$.post( "/subroutines/theBeastChecker.php", "", theBeastCallBack );
