if you create html layout like so
If you are trying to get the 1st and third, you just need $$('.a').
Are you trying to get the 1st and 5th items? That would be something like $$('a:nth-child(4n+1))
I am assuming mootools uses css3 Structural pseudo-classes