<html>
<body>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 30000,
title: 'Football Tweets',
subject: 'MAUFC',
width: 250,
height: 300,
theme: {
shell: {
background: '#f70f0f',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1934e3'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: 'all'
}
}).render().setList('ManlyAllambieFC', 'ausfootballsources').start();
</script>
</body>
</html>






