//
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 180,
  height: 180,
  theme: {
    shell: {
      background: '#544d42',
      color: '#c2b39a'
    },
    tweets: {
      background: '#000000',
      color: '#615b50',
      links: '#615b50'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'false'
  }
}).render().setUser('worldspintokyo').start();

//	EOF
