var getin = prompt("What is the password?","")
getin=getin.toUpperCase()
if (getin=="WARRIORS")
{location.replace('p5c.htm')}
else
{location.href='p5b.htm'}
 

