function webRing() { return 'http://webring.skeib.com/dead.html'; } function webRingPopUp() { window.open('http://webring.skeib.com/dead.html', 'webringnavigator', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=150,height=30'); } function webRingKeyCheck(e) { var evt = window.event ? event : e if(evt.shiftKey) { if(evt.keyCode == 39 || evt.keyCode == 63235) { document.location = 'http://webring.skeib.com/dead.html'; } if(evt.keyCode == 37 || evt.keyCode == 63234) { document.location = ''; } } } document.onkeydown = webRingKeyCheck;