document.observe('dom:loaded', function() { $$('a.newwin').invoke('observe', 'click', function(event) { window.open(this.href); event.stop(); }); });