<!--

function  _CF_checklogin(_CF_this)
{
	if  (!_CF_hasValue(_CF_this.username, "TEXT" ))
	{
		if  (!_CF_onError(_CF_this, _CF_this.username, _CF_this.username.value, "You must enter a username"))
		{
			return false;
		}
	}

	if  (!_CF_hasValue(_CF_this.password, "PASSWORD" ))
	{
		if  (!_CF_onError(_CF_this, _CF_this.password, _CF_this.password.value, "You must enter a password"))
		{
			return false;
		}
	}

	return true;
}


//-->// JavaScript Document