<!-- Begin
var key = new Array();  // Definisci il tasto e assegna la destinazione

key['r'] = "http://s6.shinystat.com/cgi-bin/shinystatv.cgi?L=0&USER=biagio15&NH=1&NRD=1";

key['p'] = "http://www.gnomo.org/pannello.html";
key['c'] = "http://www.biagiocalomagno.com/visubox/box.asp";
key['a'] = "http://www.biagiocalomagno.com/pass.html";
key['A'] = "http://www.biagiocalomagno.com/pass.html";
key['t'] = "http://www.frengly.com/";
key['T'] = "http://www.frengly.com/";

function getKey(keyStroke) {
isNetscape=(document.layers);
// Cross-browser key capture routine couresty
// of Randy Bennett (rbennett@thezone.net)
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 -->

saborsabor

