<!--Keyboard navigation script
<!-- Begin
var key = new Array();  // Define the keys below
key['1'] = "about.htm";
key['2'] = "archive1.htm";
key['3'] = "feb10/index.htm";
key['4'] = "links1.htm";
key['5'] = "http://www.pressakey.net";
key['6'] = "contact.htm";
key['7'] = "team.htm";
key['8'] = "library.htm";
key['9'] = "fundraising.htm";
key['0'] = "podcast.htm";
key['p'] = "index.htm";
function getKey(keyStroke) {
isNetscape=(document.layers);
eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
which = String.fromCharCode(eventChooser).toLowerCase();
for (var i in key) if (which == i) window.location = key[i];
}
document.onkeypress = getKey;
//  End -->

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->
