



function checklogin()

{



if (document.frmlogin.username.value=="losingher" && document.frmlogin.password.value=='helen') 

		{

			document.frmlogin.action="losingher3.htm";

			document.frmlogin.submit();

		}
		
		
		
else if (document.frmlogin.username.value=="purefilmcreative" && document.frmlogin.password.value=='action!') 

		{

			document.frmlogin.action="PFC3.htm";

			document.frmlogin.submit();

		}



else if (document.frmlogin.username.value=="americanbastard" && document.frmlogin.password.value=='richie') 

		{

			document.frmlogin.action="americanbastard3.htm";

			document.frmlogin.submit();

		}
		
		
		
else if (document.frmlogin.username.value=="heather" && document.frmlogin.password.value=='highlands') 

		{

			document.frmlogin.action="heather3.htm";

			document.frmlogin.submit();

		}		
		
		
		
else if (document.frmlogin.username.value=="immaculate" && document.frmlogin.password.value=='madonna') 

		{

			document.frmlogin.action="immaculate3.htm";

			document.frmlogin.submit();

		}



else if (document.frmlogin.username.value=="hatter" && document.frmlogin.password.value=='timefortea') 

		{

			document.frmlogin.action="hatter3.htm";

			document.frmlogin.submit();

		}



else if (document.frmlogin.username.value=="maccosmetics" && document.frmlogin.password.value=='makeup') 

		{

			document.frmlogin.action="mac3.htm";

			document.frmlogin.submit();

		}
		
		

else if (document.frmlogin.username.value=="air" && document.frmlogin.password.value=='samantha') 

		{

			document.frmlogin.action="air3.htm";

			document.frmlogin.submit();

		}



else if (document.frmlogin.username.value=="luckyfakir" && document.frmlogin.password.value=='tattoo') 

		{

			document.frmlogin.action="luckyfakir3.htm";

			document.frmlogin.submit();

		}



		else



		alert('Please Enter correct UserName & password')

}





