new TWTR.Widget({
      version: 2,
      type: 'profile',
      rpp: 10,
      interval: 6000,
      width: 'auto',
      height: 85,
      theme: {
        shell: {
          background: '#a3714f',
          color: '#ffffff'
        },
        tweets: {
          background: '#dbcea4',
          color: '#000000',
          links: '#673d35'
        }
      },
      features: {
        scrollbar: true,
        loop: false,
        live: false,
        hashtags: true,
        timestamp: true,
        avatars: false,
        behavior: 'all'
      }
    }).render().setUser('OneKnox').start();
