function msg() {
	if (location.hash == "#ack") {
		alert( "Message sent" );
	}
	else if (location.hash == "#nak") {
		alert( "Could not send message, try again" );
	}
}