var nifty_little_window = null;
function gateKeeper2() {
nifty_little_window = window.open('gatekeep2.html', 'theKeeper',
'width=620,height=320,resizable=1');
}
