new TWTR.Widget({

  version: 2,

  type: 'profile',

  rpp: 3,

  interval: 6000,

  width: 299,

  height: 150,

  theme: {

    shell: {

      background: '#5d9202',

      color: '#ffffff'

    },

    tweets: {

      background: '#ffffff',

      color: '#000000',

      links: '#5d9202'

    }

  },

  features: {

    scrollbar: true,

    loop: false,

    live: false,

    hashtags: false,

    timestamp: true,

    avatars: true,

    behavior: 'all'

  }

}).render().setUser('magazinepub').start();
