// <![CDATA[
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 6,
  interval: 6000,
  title: '',
  subject: '',
  width: 206,
  height: 450,
  theme: {
    shell: {
      background: 'url("../image/space.gif")',
      color: '#333333'
    },
    tweets: {
      width:204,
	  links: '#000000'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('9d', 'nine-design-inc').start();
// ]]>