// JavaScript Document


function TheLogin() {

var password = 'ntbond2009';

if (this.document.login.pass.value == password) {
  top.location.href="free_resources_logincorrect-Jeyapr9d.html";
}
else {
  location.href="free_resources_loginincorrect.html";
  }
}

