var password=prompt('Please enter the password:','');
var mypassword="potato";
if (password==mypassword)
{
  window.location="coworkers08252005.html";
}
else
{
 window.location="index.html";
}