<!-- Begin
var nifty_little_window = null;
function gateKeeper() {
nifty_little_window = window.open('loginscreen.htm', 'LogIn', 'width=500,height=200,resizable=1');
}
// End -->