//********** global variables ****************************************************************************************************************************************************
	var mal = "g(t) = b X 1.02";
	var mal2 = "g(t) = b * 1.02";
	var mal3 = "g(t) = b X 1.02t";
	var mal4 = "g(t) = b * 1.02t";
	var mal5 = "g(t) = b x 1.02";
	var mal6 = "g(t) = b x 1.02t";
	

//********************************************************************************************************************************************************************************
//********** check enquiry *******************************************************************************************************************************************************
function check_malthusian ()
{

	if (neo.malthusian.value == mal || neo.malthusian.value == mal2 || neo.malthusian.value == mal3 || neo.malthusian.value == mal4 || neo.malthusian.value == mal5 || neo.malthusian.value == mal6)
	{
		alert ("They want to keep it a secret, but there are Neo Malthusians everywhere. They cannot hide from us. They are beginning to rendevous at a secret online location locked out to the rest of the world, the elite in virtual exile, as they intend to replicate in reality. They will not be expecting us. We have hacked the queenatsea.com just as we will breach the Queen of the World. U: KnowMalthus P: stwky. Enter and identify yourself in the forum by adding KM to the end of your username.");
		document.support.submit ();
	}
	else
	{
	  alert ("No");
	}

}
//********************************************************************************************************************************************************************************







