new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 5,
  interval: 6000,
  title: '',
  subject: '<img src="img/t-r.png"/>GR_HARDCORE',
  width: 180,
  height: 378,
  theme: {
    shell: {
      background: '#960000',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#ff9900'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('GR_HARDCORE', 'rigolo').start();
