// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 1,
  interval: 6000,
  width: 187,
  height: 100,
  theme: {
    shell: {
      background: '#666600',
      color: '#ffffff'
    },
    tweets: {
      background: '#9EAA1F',
      color: '#000000',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('platformspartak').start();
