var getin = prompt("Project ballsack 05-06, enter password","")
if (getin=="sack")
{
alert('Entering class 5 confidential material')
location.href='basics.htm'
}
else
{
if (getin=="null")
{
alert('INTRUDER!?!?!?!?')
location.href='http://www.ballsack.com'
}
else
if (getin!="sackojo")
{
alert('INTRUDER!?!?!?!?')
location.href='http://www.ballsack.com'
}
}
var getin = prompt("Project ballsack 05-06, enter password","")
if (getin=="balls")
{
alert('Entering class 5 confidential material')
location.href='basics.htm'
}
else
{
if (getin=="null")
{
alert('INTRUDER!?!?!?!?')
location.href='http://www.ballsack.com'
}
else
if (getin!="sacks")
{
alert('INTRUDER!?!?!?!?')
location.href='http://www.ballsack.com'
}
}