function fnSubmit()
{
	if (document.frmPost.username.value == 'AFLt' && document.frmPost.password.value == 'TINTEDLEI')
	{
		location.href = 'site/afl.html';
	}
	else if (document.frmPost.username.value == 'GENERAL' && document.frmPost.password.value == 'JYHAWAII')
	{
		location.href = 'site/general.html';
	}
	else if (document.frmPost.username.value == 'EMMA' && document.frmPost.password.value == 'MKHILO')
	{
		location.href = 'site/emma.html';
	}
	else if (document.frmPost.username.value == 'GOBLE' && document.frmPost.password.value == 'WKSTEM')
	{
		location.href = 'site/goble.html';
	}
	else if (document.frmPost.username.value == 'GOH' && document.frmPost.password.value == 'LIBerTY')
	{
		location.href = 'site/goh.html';
	}
	else if (document.frmPost.username.value == 'GULICK' && document.frmPost.password.value == 'HULA')
	{
		location.href = 'site/gulick.html';
	}
	else if (document.frmPost.username.value == 'INT' && document.frmPost.password.value == 'IFLOWER')
	{
		location.href = 'site/int.html';
	}
	else if (document.frmPost.username.value == 'MAUI FLORAL' && document.frmPost.password.value == 'KULA')
	{
		location.href = 'site/maui.html';
	}
	else if (document.frmPost.username.value == 'MYLENE' && document.frmPost.password.value == 'DAISY')
	{
		location.href = 'site/mylene.html';
	}
	else if (document.frmPost.username.value == 'PARADISE' && document.frmPost.password.value == 'PIKAKI')
	{
		location.href = 'site/pf.html';
	}
	else if (document.frmPost.username.value == 'RHL' && document.frmPost.password.value == 'FRANK')
	{
		location.href = 'site/rhl.html';
	}
	else if (document.frmPost.username.value == 'TIGER' && document.frmPost.password.value == 'TORCHID')
	{
		location.href = 'site/tiger.html';
	}
	else if (document.frmPost.username.value == 'WATANABE' && document.frmPost.password.value == 'ROSES')
	{
		location.href = 'site/wata.html';
	}
	else if (document.frmPost.username.value == 'MRD' && document.frmPost.password.value == 'CASEY')
	{
		location.href = 'site/index.html';
	}
else 
	{
		alert("Incorrect Username or Password.");
		return;
	}
}
