
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 200,
height: 300,
theme: {
shell: {
background: '#33cc33',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#07b5eb'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: false,
avatars: true,
behavior: 'default'
		  }
}).render().setUser('sukkiri_happy').start();

