new TWTR.Widget({version: 2,type: 'profile',rpp: 15,interval: 6000,width: 'auto',height: 170,
theme: {
	shell: {background: '#009fe9',color: '#ffffff'},
    	tweets: {background: '#e1f2fa',color: '#3d383d',links: '#052bed'}
},
  features: {scrollbar: true,loop: false,live: true,hashtags: true,timestamp: true,avatars: false,behavior: 'all'}
}).render().setUser('zeal_staff').start();