$$('#twitter_div a').set('rel', 'nofollow');
$$('twitter_div a').set('rel', 'nofollow');
/*The 'styles' property passes the object to Element:setStyles.
var body = $(document.body).set('styles', {
    'font': '12px Arial',
    'color': 'blue'
});

body.load();
*/
