/*********************************************************
             GateKeeper v2.3 - by Joe Barta
            http://www.pagetutor.com/keeper/
     Permission is granted to freely use this script.
**********************************************************/

function GateKeeper() {
   var password = prompt("IMPORTANT: NZMPA (CAMC) Students Only :: Password Required:", "");
   if (password) {
    this.location.href = "/resources/" + password + ".html";
	 }
	 }
