new TWTR.Widget({

  version: 2,

  type: 'profile',

  rpp: 10,

  interval: 6000,

  width: 217,

  height: 300,

  theme: {

    shell: {

      background: '#db0102',
	  

      color: '#ffffff'

    },

    tweets: {

      background: '#ffffff',

      color: '#343434',

      links: '#cc0000'

    }

  },

  features: {

    scrollbar: true,

    loop: false,

    live: false,

    hashtags: true,

    timestamp: true,

    avatars: true,

    behavior: 'all'

  }

}).render().setUser('HITFM_KG').start();
