function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("© Radio Geronimo © Geronimo Starship © Revelation Enterprises\n© Radio Geronimo®\n\nAll Rights Reserved 1969 - 2010\n\n\n GERONIMO STARSHIP GLASTONBURY REVELATIONS\n\n Everything ripens at its time and becomes fruit at its hour");
return false;
}
return true;
}

function keypressed() {
alert("© Radio Geronimo © Geronimo Starship © Revelation Enterprises\n© Radio Geronimo®\n\nAll Rights Reserved 1969 - 2010\n\n\n GERONIMO STARSHIP GLASTONBURY REVELATIONS\n\n Everything ripens at its time and becomes fruit at its hour");
}
document.onmousedown=right;

