1 window
.addEvent('domready', function() {
2 $$('.focus').each(function(e
){e
.focus();});
3 $$('table.list tr:nth-child(2n) td').each(function(e
){e
.set('class', 'even');});
4 $$('table.list tr:nth-child(2n+1) td').each(function(e
){e
.set('class', 'odd');});
5 $$('table.list tr th').each(function(e
){e
.set('class', 'head');});
6 $$('table.list tr td').each(function(e
){e
.addEvents({
8 location
.href
= this.getChildren('a')[0].get('href');