new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 9,
  interval: 6000,
  width: '475',
  height: '460',
  theme: {
    shell: {
      //background: '#020202',
      background: "transparent",
      color: '#ffffff'
    },
    tweets: {
     // background: '#0A0B0B',
      background: 'transparent',
      color: '#ffffff',
      links: '#fff32b'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('farcrymusic').start();
