
<script charset="utf-8" type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js">// <![CDATA[
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 30000,
width: 250,
height: 300,
theme: {
shell: {
background: '#e0e0e0',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#85195a'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('wilemployment').start();
// ]]></script>