Event.observe(window, 'load', function() {
   $$('.rad span').each(function(s) {
      s.setOpacity(0.7);
   });
});