function regulate()
{
	if(document.rgc.pass.value == 'rgclilac')  {
		window.location = "MembersHome.html";
	}
	else
	{
		alert('Incorrect password.  Please check password.')
	}
}

