<!--Keyboard navigation script
<!-- Begin
var key = new Array();  // Define the keys below
key['1'] = "calendar1.htm";
key['2'] = "mailbag1.htm"
key['3'] = "competition.htm";
key['4'] = "gardening.htm";
key['5'] = "cookery.htm";
key['6'] = "voa.htm";
key['7'] = "people1.htm";
key['8'] = "castlewick.htm";
key['9'] = "features.htm";
key['f'] = "indexfull.htm";
key['0'] = "../index.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)
}
//-->

