
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 6,
  interval: 6000,
  title: '',
  subject: '',
  width: 220,
  height: 450,
  theme: {
    shell: {
      background: 'url("http://www.doyg.jp/pc/s.gif")',
      color: '#333333'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#459cde'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('doyonezawa', 'sincere-4').start();

