// JavaScript Document

//<![CDATA[
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  title: 'Summer Impact 2011のツィート',
  subject: 'Summer Impact 2011',
  width: 'auto',
  height: 600,
  theme: {
    shell: {
      background: '#4065c2',
      color: '#ffffff'
    },
    tweets: {
      background: '#e5effc',
      color: '#444444',
      links: '#404bc2'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setUser('summerimpact1').start();
//]]>

