new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 5000,
  width: 250,
  height: 300,
  theme: {
    shell: {
  background: '#171e38',
  color: '#ffffff'
    },
    tweets: {
  background: '#013178',
  color: '#ffffff',
  links: '#fc2a05'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('mosquitobikers').start();


