﻿new TWTR.Widget({
 version: 2,
 type: 'profile',
 rpp: 8,
 interval: 4500,
 width: 'auto',
 height: 200,
 theme: {
   shell: {
     background: '#111',
     color: '#fff'
   },
   tweets: {
     background: '#fafafa',
     color: '#111',
     links: '#417d96'
   }
 },
 features: {
   scrollbar: false,
   loop: true,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'default'
 }
}).render().setUser('mokichi24').start();
