

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 1,
  interval: 6000,
  width: 300,
  height: 100,
  theme: {
    shell: {
      background: 'transparent',
      color: '#ffffff'
    },
    tweets: {
      background: 'transparent',
      color: '#ffffff',
      links: '#373737'
    }
  },
  features: {
    
    loop: false,
    live: false,
    
    
    
    behavior: 'all'
  }
}).render().setUser('prestige_it').start();

