new TWTR.Widget({
profile: true,
id: 'twtr-profile-widget',
loop: true,
width: 211,
height: 175,
theme: {
shell: {
background: '#956330',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#956330'
}
}
}).render().setProfile('HomeStoreUK').start();
