new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 8,
interval: 6000,
width: 250,
height: 300,
theme: {
shell: {
background: ‘#1d30ad’,
color: ‘#ffffff’
},
tweets: {
background: ‘#ede4ed’,
color: ‘#0d0407′,
links: ‘#264294′
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: ‘all’
}
}).render().setUser(‘SCYoungRepubs’).start();




