// JavaScript Document
<!--
function badDoB()
	{
	if (((g_monb!=0) || (g_dtob!=0) || (g_yrob!=0)) && 
		(isValidDate(g_dtob,g_monb-1,g_yrob)==false))
		{
		alert("Please enter a valid month, day, and year combination.\r\n\r\n- Thank you.");
		return true;
		}
	else
		return false;
	}
// -->