/* **
 * JScript
 * @line: 411
 */

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 30000,
  width: 180,
  height: 400,
  theme: {
    shell: {
      background: '#eb0991',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#de16f0',
      links: '#0000ff'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('kityan2011').start();
