/* **
 * JScript
 * @line: 57
 */

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 1,
  interval: 6000,
  width: 230,
  height: 300,
  theme: {
    shell: {
      background: '#E8E8E8',
      color: '#006699'
    },
    tweets: {
      background: '#FFFFFF',
      color: '#333333',
      links: '#006699'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('eccreate_jp').start();
